academies-ui v1.2.7
bcs-ui
Development
First, install dependencies:
pnpm install
Then, start storybook dev server:
pnpm dev
To build package run:
pnpm build
To test package locally use pnpm link
:
# run in test project directory
pnpm link /path/to/uikit/dir
To publish package bump version in package.json
, then run:
pnpm publish
Usage
UI-kit requires react
and styled-components
to be installed.
Import fonts stylesheet:
import 'academies-ui/fonts.css';
Components can be imported through named or default exports:
import { Games, Footer } from 'academies-ui';
import Games, { GameProps } from 'academies-ui/Countdown';
import Footer from 'academies-ui/Footer';
v1.2.7
New:
- Component:
Footer: add logic for hide documentLinks
;
v1.2.6
New:
- Component:
LanguageSwitcher: fix links for landings
;
v1.2.5
New:
- Component:
LanguageSwitcher: fix links
;
v1.2.4
New:
- Component:
LanguageSwitcher: add language switcher
;
v1.2.3
New:
- Component:
Footer: fix font sizes for links
;
v1.2.2
New:
- Component:
Games: fix types for games
;
v1.2.1
New:
- Component:
Fix small bugs in many components
;
v1.1.9
New:
- Component:
Benefits: add benefits block
;
v1.1.8
New:
- Component:
News: fix margin wrapper
;
v1.1.7
New:
- Component:
News: fix storybook params
;
v1.1.6
New:
- Component:
News: fix details news url
;
v1.1.5
New:
- Component:
News: add export news component
;
v1.1.4
New:
- Component:
Fix styles for footer
;
v1.1.3
New:
- Component:
News block
;
v1.0.2
New:
- Component:
Floating Menu
;
v1.0.13
Update:
- Component:
Header: update header styles
;
v1.0.9
Update:
- Component:
Header: add missing exports to header
;
v1.0.8
New:
- Component:
Header
;
v1.0.7
Update:
- Component:
Infrastructure - add new prop 'icons', Games - add badge hover effect
;
v1.0.6
Update:
- Component:
Fixed Infrastructure export
;
v1.0.5
New:
- Component:
Infrastructure
;
v1.0.4
Update:
- Component:
Games
- updated light theme items background;
v1.0.3
Update:
- Component:
Games
- updated score display condition;
v1.0.0
New:
- Components:
Games, Footer
;
8 months ago
8 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago