@livechat/design-system-react-components 1.16.4 → 1.16.6
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 +82 -0
- package/dist/components/Alert/Alert.stories.d.ts +1 -1
- package/dist/components/Avatar/Avatar.stories.d.ts +1 -1
- package/dist/components/Button/Button.stories.d.ts +1 -1
- package/dist/components/Card/Card.stories.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.stories.d.ts +4 -4
- package/dist/components/DatePicker/RangeDatePicker.stories.d.ts +2 -2
- package/dist/components/FieldGroup/FieldGroup.stories.d.ts +1 -1
- package/dist/components/FileUploadProgress/FileUploadProgress.stories.d.ts +3 -3
- package/dist/components/Form/Form.stories.d.ts +1 -1
- package/dist/components/FormField/FormField.stories.d.ts +3 -3
- package/dist/components/FormGroup/FormGroup.stories.d.ts +1 -1
- package/dist/components/Icon/Icon.stories.d.ts +1 -1
- package/dist/components/Icon/IconsShowcase/IconsShowcase.d.ts +11 -0
- package/dist/components/Icon/IconsShowcase/constans.d.ts +2 -0
- package/dist/components/Icon/IconsShowcase/helpers.d.ts +2 -0
- package/dist/components/Icon/IconsShowcase/types.d.ts +9 -0
- package/dist/components/Input/Input.stories.d.ts +1 -1
- package/dist/components/Link/Link.stories.d.ts +1 -1
- package/dist/components/Loader/Loader.stories.d.ts +1 -1
- package/dist/components/Modal/Modal.stories.d.ts +5 -5
- package/dist/components/NumericInput/NumericInput.stories.d.ts +6 -6
- package/dist/components/Picker/Picker.stories.d.ts +2 -2
- package/dist/components/Picker/helpers.d.ts +1 -0
- package/dist/components/Picker/hooks/useFloatingPicker.d.ts +33 -0
- package/dist/components/Picker/hooks/usePickerItems.d.ts +20 -0
- package/dist/components/Picker/types.d.ts +17 -1
- package/dist/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/components/Progress/ProgressBar.stories.d.ts +1 -1
- package/dist/components/Progress/ProgressCircle.stories.d.ts +1 -1
- package/dist/components/PromoBanner/PromoBanner.stories.d.ts +6 -6
- package/dist/components/RadioButton/RadioButton.stories.d.ts +1 -1
- package/dist/components/Search/Search.stories.d.ts +2 -2
- package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts +1 -1
- package/dist/components/Switch/Switch.stories.d.ts +1 -1
- package/dist/components/Tab/Tab.stories.d.ts +1 -19
- package/dist/components/Tab/TabsWrapper.stories.d.ts +1 -1
- package/dist/components/Tag/Tag.stories.d.ts +1 -1
- package/dist/components/TagInput/TagInput.stories.d.ts +1 -1
- package/dist/components/Textarea/Textarea.stories.d.ts +1 -1
- package/dist/components/Toast/Toast.stories.d.ts +1 -1
- package/dist/components/Toast/ToastWrapper.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/components/UploadBar/UploadBar.stories.d.ts +1 -1
- package/dist/dsrc.cjs.js +1 -1
- package/dist/dsrc.es.js +1804 -1707
- package/dist/{themes → foundations}/design-token.d.ts +2 -0
- package/dist/foundations/radius-token.d.ts +6 -0
- package/dist/foundations/shadow-token.d.ts +1 -0
- package/dist/foundations/spacing-token.d.ts +4 -0
- package/dist/foundations/transition-token.d.ts +3 -0
- package/dist/index.d.ts +1 -1
- package/dist/preview-stats.json +570 -540
- package/dist/stories/components/Table/Table.d.ts +13 -0
- package/dist/stories/foundations/Color/ColorTable.d.ts +7 -0
- package/dist/stories/foundations/Color/constants.d.ts +2 -0
- package/dist/stories/foundations/Color/data.d.ts +7 -0
- package/dist/stories/foundations/Color/helpers.d.ts +2 -0
- package/dist/stories/foundations/Color/types.d.ts +43 -0
- package/dist/stories/foundations/Radius/RadiusTable.d.ts +7 -0
- package/dist/stories/foundations/Radius/constants.d.ts +2 -0
- package/dist/stories/foundations/Radius/types.d.ts +8 -0
- package/dist/stories/foundations/Shadow/ShadowTable.d.ts +7 -0
- package/dist/stories/foundations/Shadow/constants.d.ts +2 -0
- package/dist/stories/foundations/Shadow/types.d.ts +6 -0
- package/dist/stories/foundations/Spacing/SpacingTable.d.ts +7 -0
- package/dist/stories/foundations/Spacing/constants.d.ts +2 -0
- package/dist/stories/foundations/Spacing/types.d.ts +7 -0
- package/dist/stories/foundations/Transition/TransitionTable.d.ts +7 -0
- package/dist/stories/foundations/Transition/components/TransitionDelayExample.d.ts +2 -0
- package/dist/stories/foundations/Transition/components/TransitionDurationExample.d.ts +2 -0
- package/dist/stories/foundations/Transition/components/TransitionTimingExample.d.ts +2 -0
- package/dist/stories/foundations/Transition/constants.d.ts +4 -0
- package/dist/stories/foundations/Transition/types.d.ts +16 -0
- package/dist/stories/helpers.d.ts +6 -0
- package/dist/style.css +1 -1
- package/package.json +17 -15
- package/dist/stories/components/ColorTokens.d.ts +0 -2
- package/dist/stories/components/Radius.d.ts +0 -2
- package/dist/stories/components/RadiusExamples.d.ts +0 -2
- package/dist/stories/components/Shadow.d.ts +0 -2
- package/dist/stories/components/ShadowExamples.d.ts +0 -2
- package/dist/stories/components/Spacing.d.ts +0 -2
- package/dist/stories/components/SpacingExamples.d.ts +0 -2
- package/dist/stories/components/TablerIconsShowcase.d.ts +0 -6
- package/dist/stories/components/Transition/TransitionTable.d.ts +0 -10
- package/dist/stories/components/Transition/transitionDelay.d.ts +0 -6
- package/dist/stories/components/Transition/transitionDuration.d.ts +0 -5
- package/dist/stories/components/Transition/transitionTiming.d.ts +0 -5
- /package/dist/stories/components/{BlockColumns.d.ts → BlockColumns/BlockColumns.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/design-system-react-components",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,16 +34,19 @@
|
|
|
34
34
|
"react-dom": ">= 17.0.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@storybook/addon-a11y": "^7.
|
|
38
|
-
"@storybook/addon-actions": "^7.
|
|
39
|
-
"@storybook/addon-
|
|
40
|
-
"@storybook/addon-
|
|
41
|
-
"@storybook/addon-
|
|
42
|
-
"@storybook/addon-
|
|
43
|
-
"@storybook/
|
|
44
|
-
"@storybook/
|
|
45
|
-
"@storybook/
|
|
46
|
-
"@storybook/
|
|
37
|
+
"@storybook/addon-a11y": "^7.6.8",
|
|
38
|
+
"@storybook/addon-actions": "^7.6.8",
|
|
39
|
+
"@storybook/addon-backgrounds": "^7.6.8",
|
|
40
|
+
"@storybook/addon-designs": "^7.0.9",
|
|
41
|
+
"@storybook/addon-docs": "^7.6.8",
|
|
42
|
+
"@storybook/addon-essentials": "^7.6.8",
|
|
43
|
+
"@storybook/addon-links": "^7.6.8",
|
|
44
|
+
"@storybook/addon-mdx-gfm": "^7.6.8",
|
|
45
|
+
"@storybook/addon-themes": "^7.6.8",
|
|
46
|
+
"@storybook/blocks": "^7.6.8",
|
|
47
|
+
"@storybook/core-common": "^7.6.8",
|
|
48
|
+
"@storybook/react": "^7.6.8",
|
|
49
|
+
"@storybook/react-vite": "^7.6.8",
|
|
47
50
|
"@testing-library/jest-dom": "^5.16.2",
|
|
48
51
|
"@testing-library/react": "^12.1.4",
|
|
49
52
|
"@testing-library/user-event": "^13.5.0",
|
|
@@ -59,8 +62,7 @@
|
|
|
59
62
|
"react": "^17.0.2",
|
|
60
63
|
"react-dom": "^17.0.2",
|
|
61
64
|
"sass": "^1.49.9",
|
|
62
|
-
"storybook": "^7.
|
|
63
|
-
"storybook-addon-themes": "^6.1.0",
|
|
65
|
+
"storybook": "^7.6.8",
|
|
64
66
|
"storybook-mock-date-decorator": "^1.0.1",
|
|
65
67
|
"typescript": "^4.5.4",
|
|
66
68
|
"vite": "^4.3.9",
|
|
@@ -72,7 +74,7 @@
|
|
|
72
74
|
"@emotion/css": "^11.9.0",
|
|
73
75
|
"@floating-ui/react": "^0.26.4",
|
|
74
76
|
"@livechat/data-utils": "^0.2.16",
|
|
75
|
-
"@livechat/design-system-icons": "^1.16.
|
|
77
|
+
"@livechat/design-system-icons": "^1.16.6",
|
|
76
78
|
"clsx": "^1.1.1",
|
|
77
79
|
"date-fns": "^2.28.0",
|
|
78
80
|
"lodash.debounce": "^4.0.8",
|
|
@@ -82,5 +84,5 @@
|
|
|
82
84
|
"react-transition-group": "^4.4.2",
|
|
83
85
|
"react-virtuoso": "^4.6.2"
|
|
84
86
|
},
|
|
85
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "c320a4f0da4ff4d54b043f826732f092f687840c"
|
|
86
88
|
}
|
|
File without changes
|