@livechat/design-system-react-components 2.31.1 → 2.32.0
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/components/Accordion/stories-helpers.d.ts +0 -1
- package/dist/components/ActionBar/constants.d.ts +0 -1
- package/dist/components/ActionCard/ActionCard.d.ts +0 -1
- package/dist/components/ActionMenu/stories-constants.d.ts +0 -1
- package/dist/components/AnimatedTextContainer/AnimatedTextContainer.d.ts +0 -1
- package/dist/components/AutoComplete/helpers.d.ts +0 -1
- package/dist/components/AutoComplete/index.d.ts +0 -1
- package/dist/components/DatePicker/RangeDatePicker.d.ts +0 -1
- package/dist/components/DatePicker/helpers.d.ts +0 -1
- package/dist/components/DatePicker/hooks.d.ts +0 -1
- package/dist/components/DatePicker/types.d.ts +0 -1
- package/dist/components/EmptyState/EmptyState.d.ts +0 -1
- package/dist/components/EmptyState/types.d.ts +0 -1
- package/dist/components/FloatingPortal/FloatingPortal.d.ts +0 -1
- package/dist/components/FloatingPortal/index.d.ts +0 -1
- package/dist/components/Icon/IconsShowcase/constans.d.ts +0 -1
- package/dist/components/Icon/IconsShowcase/helpers.d.ts +0 -1
- package/dist/components/Icon/types.d.ts +0 -1
- package/dist/components/InviteAgents/InviteAgents.d.ts +0 -1
- package/dist/components/InviteAgents/helpers.d.ts +0 -1
- package/dist/components/InviteAgents/types.d.ts +0 -1
- package/dist/components/ListItem/ListItem.d.ts +0 -1
- package/dist/components/ListItem/types.d.ts +0 -1
- package/dist/components/Modal/components/ModalPortal.d.ts +0 -1
- package/dist/components/OverflowTooltipText/OverflowTooltipText.d.ts +0 -1
- package/dist/components/Picker/constants.d.ts +0 -1
- package/dist/components/Picker/helpers.d.ts +0 -1
- package/dist/components/Picker/types.d.ts +0 -1
- package/dist/components/ProductSwitcher/ProductSwitcher.d.ts +0 -1
- package/dist/components/ProductSwitcher/components/ProductRow/ProductRow.d.ts +0 -1
- package/dist/components/ProductSwitcher/components/ProductTile/ProductTile.d.ts +0 -1
- package/dist/components/ProductSwitcher/constants.d.ts +0 -1
- package/dist/components/ProductSwitcher/helpers.d.ts +0 -1
- package/dist/components/ProductSwitcher/hooks/useProductSwitcher.d.ts +0 -1
- package/dist/components/ProductSwitcher/types.d.ts +0 -1
- package/dist/components/Progress/Progress.helpers.d.ts +0 -1
- package/dist/components/RangeDatePickerV2/RangeDatePickerV2.d.ts +0 -1
- package/dist/components/RangeDatePickerV2/components/RangeDatePickerV2Label.d.ts +0 -1
- package/dist/components/RangeDatePickerV2/helpers.d.ts +0 -1
- package/dist/components/RangeDatePickerV2/types.d.ts +0 -1
- package/dist/components/SelectableCard/SelectableCard.d.ts +0 -1
- package/dist/components/SelectableCard/components/GallerySelectableCard/GallerySelectableCard.d.ts +0 -1
- package/dist/components/SelectableCard/components/InteractiveSelectableCard/InteractiveGrid/InteractiveGrid.d.ts +0 -1
- package/dist/components/SelectableCard/components/InteractiveSelectableCard/InteractiveSelectableCard.d.ts +0 -1
- package/dist/components/SelectableCard/components/InteractiveSelectableCard/types.d.ts +0 -1
- package/dist/components/SelectableCard/components/ThumbnailSelectableCard/ThumbnailSelectableCard.d.ts +0 -1
- package/dist/components/SystemMessage/components/SystemMessageTimestamp.d.ts +0 -1
- package/dist/components/Table/Table.d.ts +0 -1
- package/dist/components/Table/TableBody.d.ts +0 -1
- package/dist/components/Table/TableRow.d.ts +0 -1
- package/dist/components/Table/stories-constants.d.ts +0 -1
- package/dist/components/Table/stories-helpers.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.helpers.d.ts +0 -1
- package/dist/components/UserGuide/UserGuide.d.ts +0 -1
- package/dist/components/UserGuide/components/UserGuideBubbleStep/UserGuideBubbleStep.d.ts +0 -1
- package/dist/components/UserGuide/components/UserGuideBubbleStep/types.d.ts +0 -1
- package/dist/components/UserGuide/components/UserGuideStep/UserGuideStep.d.ts +0 -1
- package/dist/components/UserGuide/components/UserGuideStep/types.d.ts +0 -1
- package/dist/components/UserGuide/stories-helpers.d.ts +0 -1
- package/dist/components/UserGuide/types.d.ts +4 -1
- package/dist/hooks/helpers.d.ts +0 -1
- package/dist/hooks/useHeightResizer.d.ts +0 -1
- package/dist/hooks/useInteractive.d.ts +0 -1
- package/dist/hooks/useIsOverflow.d.ts +0 -1
- package/dist/hooks/useMobileViewDetector.d.ts +0 -1
- package/dist/hooks/useOnHover.d.ts +0 -1
- package/dist/hooks/useSharedResizeObserver.d.ts +0 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1080 -1079
- package/dist/providers/ReadOnlyFormFieldProvider.d.ts +0 -1
- package/dist/providers/ThemeProvider.d.ts +0 -1
- package/dist/providers/helpers.d.ts +0 -1
- package/dist/utils/story-parameters.d.ts +0 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/design-system-react-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.32.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"storybook-addon-mock-date": "^1.0.1",
|
|
64
64
|
"typescript": "^5.4.5",
|
|
65
65
|
"vite": "^5.3.1",
|
|
66
|
-
"vite-plugin-dts": "^
|
|
66
|
+
"vite-plugin-dts": "^4.5.4",
|
|
67
67
|
"vite-plugin-lib-inject-css": "^1.3.0",
|
|
68
68
|
"vitest": "^3.2.4"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@floating-ui/react": "^0.26.25",
|
|
72
72
|
"@livechat/data-utils": "^0.2.16",
|
|
73
|
-
"@livechat/design-system-icons": "^2.
|
|
73
|
+
"@livechat/design-system-icons": "^2.32.0",
|
|
74
74
|
"clsx": "^1.1.1",
|
|
75
75
|
"date-fns": "^2.28.0",
|
|
76
76
|
"lodash.debounce": "^4.0.8",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"react-transition-group": "^4.4.2",
|
|
81
81
|
"react-virtuoso": "^4.7.11"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "3b00cb83853e98d3954bc9a2e23f2e1a2685a406"
|
|
84
84
|
}
|