Skip to content

Storybook and improved index.js

Compare
Choose a tag to compare
@hobbitronics hobbitronics released this 26 May 20:54
· 998 commits to main since this release
930ef55

Changed

  • package.json version to 1.1.0

Added

  • actions, isAboveMobile, isAboveTablet, setNotice to index.js so they can be imported directly
  • $$props.class to Fab, TextArea, Select, Checkbox, Datatable, Dialog.Simple, Dialog.Alert, Tooltip, Snackbar, TabBar and List so they can accept global classes
  • barColorProvided to Progress.Linear to allow bypass of bar-color class when no color is provided
  • bgColorIsVariant to TopAppBar to allow bypass of bg-color-variant if no color is provided
  • README: Theming, Drawer example, CSS utility classes and Storybook url.
  • Storybook for showcasing components at https://silinternational.github.io/ui-components/

Fixed

  • README: import from '@silintl/ui-components' not 'ui-components'