| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2018-02-19 | 1.8 kB | |
| v2 alpha source code.tar.gz | 2018-02-19 | 302.9 kB | |
| v2 alpha source code.zip | 2018-02-19 | 346.7 kB | |
| Totals: 3 Items | 651.4 kB | 0 | |
Refactored code base, using the latest styled-system and grid-styled
- styled-system v2
- grid-styled v3
- Removes custom HOC
- Removes createLibrary function
- Moves components to separate modules
- Uses system-components
- Removes Palx dependency
- Updates docs site
Breaking Changes
- Some components have been renamed:
- TabItem -> Tab
- DotButton -> Dot
- PanelHeader -> Panel.Header
- PanelFooter -> Panel.Footer
- Some components have been removed:
- ScrollCarousel
- CarouselSlide
- Star
- Some utilities have been removed:
utilhoccreateComponentcreateLibrary- The default theme has changed to match styled-system
- The
colorsobject no longer uses Palx - Array color values have been removed
radiushas been replaced withradiifonthas been replaced withfontsmonospacehas been removed- Theme fields are no longer exposed as exports
- Some props have changed
widthis only available on Flex and BoxfontSizeis only available on typographic componentsdirectionis nowflexDirection- Flex
alignis nowalignItems - Flex
justifyis nowjustifyContent - Flex
wrapis nowflexWrap - Arrow
upis nowdirection='up' activeprops have been removed in favor of custom styles- Border now uses styled-system border props
- Banner
imageis nowbackgroundImage - Absolute, Fixed, Relative, and Sticky now require values for
top,right,bottom, andleftprops