@telicent-oss/ds 0.9.2-rc3 → 0.10.1-rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/ds.js +10833 -10818
- package/dist/ds.umd.cjs +114 -119
- package/dist/src/test-utils.d.ts +1 -1
- package/dist/src/v1/components/data-display/FontAwesomeIcons/ClockIcon.d.ts +3 -1
- package/dist/src/v1/components/data-display/FontAwesomeIcons/DownArrowIcon.d.ts +3 -1
- package/dist/src/v1/components/data-display/FontAwesomeIcons/DownloadIcon.d.ts +3 -1
- package/dist/src/v1/components/data-display/FontAwesomeIcons/SearchIcon.d.ts +3 -1
- package/dist/src/v1/components/inputs/Button/Button.d.ts +7 -2
- package/dist/src/v1/components/inputs/Button/Button.stories.d.ts +38 -2
- package/dist/src/v1/components/surfaces/FloatingPanel/DraggableFloatingPanel.d.ts +0 -4
- package/dist/src/v1/components/surfaces/FloatingPanel/FloatingPanelDockItem.d.ts +0 -4
- package/dist/src/v1/components/surfaces/FloatingPanel/useFloatingPanels.d.ts +1 -1
- package/package.json +17 -18
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A component library to help developers create frontend applications for [Telicen
|
|
|
4
4
|
|
|
5
5
|
This repo contains:
|
|
6
6
|
1. ReactJS Components that adhere to the _Design System rules_<sup>1</sup>
|
|
7
|
-
2. A generated [Storybook](https://telicent-oss.github.io/ds
|
|
7
|
+
2. A generated [Storybook](https://telicent-oss.github.io/telicent-ds), describing the components
|
|
8
8
|
|
|
9
9
|
<sup>1</sup> The _Design System rules_ are contained in a Figma file (private for now)
|
|
10
10
|
|