1.0.8 • Published 1 year ago

bcs-ui v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year 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

2 years ago

0.4.52

2 years ago

0.4.51

2 years ago

0.4.50

2 years ago

0.4.49

2 years ago

0.4.48

2 years ago

0.4.42

2 years ago

0.4.43

2 years ago

0.4.40

2 years ago

0.4.41

2 years ago

0.4.47

2 years ago

0.4.44

2 years ago

0.4.45

2 years ago

0.4.39

2 years ago

0.4.37

2 years ago

0.4.38

2 years ago

0.4.35

2 years ago

0.4.36

2 years ago

0.4.34

2 years ago

0.4.33

2 years ago

0.4.32

2 years ago

0.4.31

2 years ago

0.4.30

2 years ago

0.4.28

2 years ago

0.4.29

2 years ago

0.4.27

2 years 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