linkedunion-design-kit 1.6.2 → 1.6.4
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/dist/app/page.js +2 -3
- package/dist/index.d.ts +10 -5
- package/dist/index.js +10 -5
- package/dist/src/components/Button/Button.d.ts +45 -3
- package/dist/src/components/Button/Button.js +77 -6
- package/dist/src/components/Button/Button.stories.d.ts +124 -5
- package/dist/src/components/Button/Button.stories.js +236 -51
- package/dist/src/components/Button/Button.test.js +2 -54
- package/dist/src/components/Button/IconButton.d.ts +33 -3
- package/dist/src/components/Button/IconButton.js +54 -5
- package/dist/src/components/Button/IconButton.stories.js +24 -12
- package/dist/src/components/Button/IconButton.test.js +7 -9
- package/dist/src/components/Button/index.d.ts +0 -7
- package/dist/src/components/Button/index.js +8 -15
- package/dist/src/components/Button/type.d.ts +0 -22
- package/dist/src/components/Button/type.js +25 -1
- package/dist/src/components/Checkbox/checkbox.stories.js +2 -2
- package/dist/src/components/ColorPicker/ColorPicker.js +6 -1
- package/dist/src/components/EditorTooltip/EditorTooltip.js +2 -3
- package/dist/src/components/Icons/LUIcon.d.ts +1 -1
- package/dist/src/components/Icons/LUIcon.js +10 -4
- package/dist/src/components/Icons/LUIcon.stories.d.ts +3 -1
- package/dist/src/components/Icons/LUIcon.stories.js +51 -20
- package/dist/src/components/Icons/index.d.ts +64 -1
- package/dist/src/components/Icons/index.js +84 -14
- package/dist/src/components/Icons/type.d.ts +7 -3
- package/dist/src/components/ImageUploader/ImageUploader.stories.d.ts +1 -1
- package/dist/src/components/ImageUploader/ImageUploader.stories.js +1 -1
- package/dist/src/components/ImageUploader/imageUploader.d.ts +3 -0
- package/dist/src/components/ImageUploader/imageUploader.js +68 -0
- package/dist/src/components/Label/Label.d.ts +14 -3
- package/dist/src/components/Label/Label.js +19 -5
- package/dist/src/components/Label/Label.stories.d.ts +1 -2
- package/dist/src/components/Label/Label.stories.js +10 -4
- package/dist/src/components/MediaCard/ContactProfile/ContactProfileTheme1.js +2 -3
- package/dist/src/components/MediaCard/ContactProfile/ContactProfileTheme2.js +2 -3
- package/dist/src/components/MediaCard/PostByCategory/PostByCategoryTheme1.js +2 -3
- package/dist/src/components/MediaCard/PostByCategory/PostByCategoryTheme2.js +2 -3
- package/dist/src/components/ToolTip/Tooltip.d.ts +3 -0
- package/dist/src/components/ToolTip/Tooltip.js +8 -0
- package/dist/src/components/ToolTip/Tooltip.stories.d.ts +5 -0
- package/dist/src/components/ToolTip/Tooltip.stories.js +37 -0
- package/dist/src/components/ToolTip/type.d.ts +5 -0
- package/dist/src/components/ToolTip/type.js +1 -0
- package/dist/src/components/Typography/Body/Body.stories.d.ts +4 -0
- package/dist/src/components/Typography/Body/Body.stories.js +46 -0
- package/dist/src/components/Typography/Body/body.d.ts +35 -0
- package/dist/src/components/Typography/Body/body.js +61 -0
- package/dist/src/components/Typography/Caption/Caption.stories.d.ts +4 -0
- package/dist/src/components/Typography/Caption/Caption.stories.js +36 -0
- package/dist/src/components/Typography/Display/Display.stories.d.ts +4 -0
- package/dist/src/components/Typography/Display/Display.stories.js +36 -0
- package/dist/src/components/Typography/Display/display.d.ts +15 -0
- package/dist/src/components/Typography/Display/display.js +48 -0
- package/dist/src/components/Typography/Heading/Heading.stories.d.ts +4 -0
- package/dist/src/components/Typography/Heading/Heading.stories.js +36 -0
- package/dist/src/components/Typography/Heading/heading.d.ts +36 -0
- package/dist/src/components/Typography/Heading/heading.js +69 -0
- package/dist/src/components/Typography/Heading.d.ts +3 -0
- package/dist/src/components/Typography/Heading.js +29 -0
- package/dist/src/components/Typography/Heading.stories.d.ts +5 -0
- package/dist/src/components/Typography/Heading.stories.js +37 -0
- package/dist/src/components/Typography/type.d.ts +3 -3
- package/dist/src/components/ui/body.d.ts +0 -0
- package/dist/src/components/ui/body.js +1 -0
- package/dist/src/components/ui/caption.d.ts +8 -0
- package/dist/src/components/ui/caption.js +34 -0
- package/dist/src/components/ui/display.d.ts +15 -0
- package/dist/src/components/ui/display.js +48 -0
- package/dist/src/components/ui/heading.d.ts +36 -0
- package/dist/src/components/ui/heading.js +69 -0
- package/dist/src/components/ui/imageUploader.js +3 -3
- package/dist/src/components/ui/switch.js +2 -2
- package/dist/src/components/ui/typography.d.ts +1 -1
- package/dist/styles/global.css +145 -964
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "linkedunion-design-kit",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"@radix-ui/react-accordion": "^1.2.8",
|
|
45
45
|
"@radix-ui/react-checkbox": "^1.3.1",
|
|
46
46
|
"@radix-ui/react-label": "^2.1.3",
|
|
47
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
47
48
|
"@radix-ui/react-switch": "^1.1.4",
|
|
48
49
|
"@radix-ui/react-tooltip": "^1.2.3",
|
|
49
50
|
"@storybook/testing-library": "^0.2.2",
|