1.0.8 • Published 10 months ago

bcs-ui v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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 'bcs-ui/fonts.css';

Components can be imported through named or default exports:

import { Button, Text } from 'bcs-ui';
import Countdown, { CountdownProps } from 'bcs-ui/Countdown';
import TextInput from 'bcs-ui/TextInput';

Constants can be imported from bcs-ui/utils:

import {
  COLORS,
  COLORS_RGB,
  FONTS,
  MQ,
  RADIUS,
  SPACING,
  TEXT_STYLES,
  transparentize,
} from 'bcs-ui/utils';

v1.0.8:

Updated:

  • Component: FloatingMenu - updated theme variant black, change colors for theme;

v1.0.7:

Updated:

  • Component: FloatingMenu - updated theme variant transparent, remove animation from menu blur, increase background opacity;

v1.0.6:

Updated:

  • Component: FloatingMenu - updated theme variant transparent, changed animation easing on mobile blur menu;

v1.0.5:

Updated:

  • Component: FloatingMenu - updated theme variant transparent, animated blur in mobile menu;

v1.0.4:

Updated:

  • Component: FloatingMenu - updated theme variant transparent, change mobile menu background added blur substrate;

v1.0.3:

Updated:

  • Component: FloatingMenu - updated theme variant transparent, change mobile menu background and color styles;

v1.0.2:

Updated:

  • Component: FloatingMenu - updated theme variant transparent, added green substrate;

v1.0.1:

Updated:

  • Component: FloatingMenu - added new theme variant transparent;

v1.0.0

New:

  • Components: Checkbox, Flex, FloatingMenu;
  • Utils: COLORS, COLORS_RGB, transparentize(), FONTS, MEDIA, ScreenSize, RADIUS, SPACING, TEXT_STYLES;
1.0.2

10 months ago

1.0.1

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.0

11 months ago

0.4.59

1 year ago

0.4.58

1 year ago

0.4.54

1 year ago

0.4.57

1 year ago

0.4.55

1 year ago

0.4.56

1 year ago

0.4.53

1 year ago

0.4.52

1 year ago

0.4.51

1 year ago

0.4.50

1 year ago

0.4.49

1 year ago

0.4.48

1 year ago

0.4.42

1 year ago

0.4.43

1 year ago

0.4.40

1 year ago

0.4.41

1 year ago

0.4.47

1 year ago

0.4.44

1 year ago

0.4.45

1 year ago

0.4.39

1 year ago

0.4.37

1 year ago

0.4.38

1 year ago

0.4.35

1 year ago

0.4.36

1 year ago

0.4.34

1 year ago

0.4.33

1 year ago

0.4.32

1 year ago

0.4.31

1 year ago

0.4.30

1 year ago

0.4.28

1 year ago

0.4.29

1 year ago

0.4.27

1 year ago

0.4.26

2 years ago

0.4.24

2 years ago

0.4.25

2 years ago

0.4.23

2 years ago

0.4.20

2 years ago

0.4.21

2 years ago

0.4.19

2 years ago

0.4.18

2 years ago

0.4.17

2 years ago

0.4.16

2 years ago

0.4.15

2 years ago

0.4.14

2 years ago

0.4.13

2 years ago

0.4.12

2 years ago

0.4.11

2 years ago

0.4.10

2 years ago

0.5.0

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago