@pareto-engineering/design-system 5.13.1 → 5.13.3-alpha.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/{ExposePlainTextPlugin-DeW6mVaE.js → ExposePlainTextPlugin-21aMiDtd.js} +1 -1
- package/dist/{FormBuilder-DWHYIZCN.js → FormBuilder-D-D63IHE.js} +69 -69
- package/dist/{YAxis-ULEXP-uu.js → YAxis-BrfWZMKv.js} +7 -7
- package/dist/assets/FormBuilder.css +1 -1
- package/dist/assets/MetaCard.css +1 -1
- package/dist/assets/SnapScroller.css +1 -1
- package/dist/assets/SocialMediaShareButton.css +1 -1
- package/dist/exports.module-BY48WvdE.js +20 -0
- package/dist/{generateCategoricalChart-ar2rowoi.js → generateCategoricalChart-Ca9TKPy7.js} +97 -97
- package/dist/{index-CxkFVI6N.js → index-BOVlDh8S.js} +2 -2
- package/dist/{index-BUor0nOw.js → index-C3TenDWn.js} +27 -27
- package/dist/{index-C_b9PQD8.js → index-C4uazrih.js} +190 -217
- package/dist/index.js +14 -14
- package/dist/stories/StyleGuide/helpers.js +2 -2
- package/dist/stories/a/AppContext.stories.js +2 -2
- package/dist/stories/a/AreaChart.stories.js +2 -2
- package/dist/stories/a/BarChart.stories.js +2 -2
- package/dist/stories/a/BlurOverlay.stories.js +2 -2
- package/dist/stories/a/ContentTree.stories.js +2 -2
- package/dist/stories/a/Conversation.stories.js +2 -2
- package/dist/stories/a/DatePicker.stories.js +8 -8
- package/dist/stories/a/DotInfo.stories.js +2 -2
- package/dist/stories/a/Figure.stories.js +2 -2
- package/dist/stories/a/HamburgerButton.stories.js +2 -2
- package/dist/stories/a/IconList.stories.js +2 -2
- package/dist/stories/a/Label.stories.js +2 -2
- package/dist/stories/a/LoadingCircle.stories.js +2 -2
- package/dist/stories/a/MetaCard.stories.js +2 -2
- package/dist/stories/a/Notification.stories.js +2 -2
- package/dist/stories/a/NotificationStack.stories.js +2 -2
- package/dist/stories/a/People.stories.js +2 -2
- package/dist/stories/a/PieChart.stories.js +2 -2
- package/dist/stories/a/Popover.stories.js +2 -2
- package/dist/stories/a/ProgressBar.stories.js +2 -2
- package/dist/stories/a/Quote.stories.js +2 -2
- package/dist/stories/a/Removable.stories.js +2 -2
- package/dist/stories/a/SVG.stories.js +3 -3
- package/dist/stories/a/SnapScroller.stories.js +2 -2
- package/dist/stories/a/Spinner.stories.js +2 -2
- package/dist/stories/a/TextSteps.stories.js +2 -2
- package/dist/stories/a/Timestamp.stories.js +39 -28
- package/dist/stories/a/Tip.stories.js +2 -2
- package/dist/stories/a/ToggleSwitch.stories.js +3 -3
- package/dist/stories/a/Tooltip.stories.js +2 -2
- package/dist/stories/a/XMLEditor.stories.js +2 -2
- package/dist/stories/b/Button/Button.stories.js +2 -2
- package/dist/stories/b/Button/Group.stories.js +2 -2
- package/dist/stories/b/Card/Card.stories.js +5 -5
- package/dist/stories/b/Card/Group.stories.js +2 -2
- package/dist/stories/b/Logo.stories.js +2 -2
- package/dist/stories/b/Page.stories.js +2 -2
- package/dist/stories/b/SocialMediaButton.stories.js +2 -2
- package/dist/stories/b/ThemeSelector.stories.js +2 -2
- package/dist/stories/b/Title.stories.js +2 -2
- package/dist/stories/c/Modal.stories.js +2 -2
- package/dist/stories/c/Shortener.stories.js +2 -2
- package/dist/stories/c/SocialMediaShareButton.stories.js +2 -2
- package/dist/stories/f/Checkbox.stories.js +5 -5
- package/dist/stories/f/ChoicesInput.stories.js +17 -17
- package/dist/stories/f/Combobox.stories.js +2 -2
- package/dist/stories/f/Description.stories.js +2 -2
- package/dist/stories/f/DragAndDropFileUpload.stories.js +23 -23
- package/dist/stories/f/EditorInput.stories.js +2 -2
- package/dist/stories/f/FileUpload.stories.js +2 -2
- package/dist/stories/f/HighlightedTextInput.stories.js +2 -2
- package/dist/stories/f/Label.stories.js +2 -2
- package/dist/stories/f/LinkInput.stories.js +2 -2
- package/dist/stories/f/RadioInput.stories.js +2 -2
- package/dist/stories/f/RatingsInput.stories.js +5 -5
- package/dist/stories/f/SelectInput.stories.js +12 -12
- package/dist/stories/f/TextInput.stories.js +9 -9
- package/dist/stories/f/TextareaInput.stories.js +6 -6
- package/dist/stories/g/DragAndDrop.stories.js +6 -6
- package/dist/stories/g/ExpandableLexicalPreview.stories.js +6 -6
- package/dist/stories/g/FormBuilder.stories.js +2 -2
- package/dist/ui/a/AnimatedBlobs/AnimatedBlobs.js +2 -2
- package/dist/ui/a/AnimatedGradient/AnimatedGradient.js +4 -4
- package/dist/ui/a/AnimatedGradient/index.js +1 -1
- package/dist/ui/a/AppContext/ContextProvider.js +1 -1
- package/dist/ui/a/BlurOverlay/BlurOverlay.js +2 -2
- package/dist/ui/a/Charts/AreaChart/AreaChart.js +6 -6
- package/dist/ui/a/Charts/BarChart/BarChart.js +4 -4
- package/dist/ui/a/Charts/Common/CustomLegend/CustomLegend.js +2 -2
- package/dist/ui/a/Charts/Common/CustomTooltipContent/CustomTooltipContent.js +2 -2
- package/dist/ui/a/Charts/Common/YLabelsDropDown/YlabelsDropDown.js +2 -2
- package/dist/ui/a/Charts/PieChart/PieChart.js +119 -119
- package/dist/ui/a/ContentTree/ContentTree.js +3 -3
- package/dist/ui/a/ContentTree/common/Tree/Tree.js +4 -4
- package/dist/ui/a/ContentTree/common/Tree/index.js +1 -1
- package/dist/ui/a/ContentTree/common/index.js +1 -1
- package/dist/ui/a/ContentTree/index.js +1 -1
- package/dist/ui/a/Conversation/Conversation.js +4 -4
- package/dist/ui/a/Conversation/common/Message/Message.js +2 -2
- package/dist/ui/a/Conversation/index.js +3 -3
- package/dist/ui/a/DatePicker/DatePicker.js +2493 -7
- package/dist/ui/a/DatePicker/index.js +2 -2
- package/dist/ui/a/DotInfo/DotInfo.js +2 -2
- package/dist/ui/a/Figure/Figure.js +2 -2
- package/dist/ui/a/HamburgerButton/HamburgerButton.js +2 -2
- package/dist/ui/a/IconList/IconList.js +2 -2
- package/dist/ui/a/IconList/common/Item/Item.js +2 -2
- package/dist/ui/a/Label/Label.js +2 -2
- package/dist/ui/a/LoadingCircle/LoadingCircle.js +2 -2
- package/dist/ui/a/MetaCard/MetaCard.js +2 -2
- package/dist/ui/a/Notification/Notification.js +4 -4
- package/dist/ui/a/Notification/index.js +1 -1
- package/dist/ui/a/NotificationStack/NotificationStack.js +3 -3
- package/dist/ui/a/NotificationStack/index.js +1 -1
- package/dist/ui/a/People/People.js +2 -2
- package/dist/ui/a/People/common/Person/Person.js +2 -2
- package/dist/ui/a/Popover/Popover.js +2 -2
- package/dist/ui/a/ProgressBar/ProgressBar.js +2 -2
- package/dist/ui/a/Quote/Quote.js +2 -2
- package/dist/ui/a/Removable/Removable.js +2 -2
- package/dist/ui/a/SVG/SVG.js +2 -2
- package/dist/ui/a/SVG/common/UseSVG/UseSVG.js +1 -1
- package/dist/ui/a/SnapScroller/SnapScroller.js +2 -2
- package/dist/ui/a/Spinner/Spinner.js +2 -2
- package/dist/ui/a/TextSteps/TextSteps.js +2 -2
- package/dist/ui/a/ThroughPutIndicator/ThroughPutIndicator.js +2 -2
- package/dist/ui/a/Timestamp/Timestamp.js +154 -133
- package/dist/ui/a/Tip/Tip.js +2 -2
- package/dist/ui/a/ToggleSwitch/ToggleSwitch.js +1 -1
- package/dist/ui/a/Tooltip/Tooltip.js +2 -2
- package/dist/ui/a/XMLEditor/XMLEditor.js +16 -16
- package/dist/ui/a/XMLEditor/common/index.js +1 -1
- package/dist/ui/a/XMLEditor/common/theme.js +1 -1
- package/dist/ui/a/index.js +14 -14
- package/dist/ui/b/Button/Button.js +4 -4
- package/dist/ui/b/Button/common/Group/Group.js +2 -2
- package/dist/ui/b/Button/index.js +1 -1
- package/dist/ui/b/Card/Card.js +4 -4
- package/dist/ui/b/Card/common/Group/Group.js +4 -4
- package/dist/ui/b/Card/common/Group/index.js +1 -1
- package/dist/ui/b/Card/common/Section/Section.js +2 -2
- package/dist/ui/b/Card/common/index.js +1 -1
- package/dist/ui/b/Card/index.js +1 -1
- package/dist/ui/b/Logo/Logo.js +5 -5
- package/dist/ui/b/Logo/index.js +2 -2
- package/dist/ui/b/Page/Page.js +4 -4
- package/dist/ui/b/Page/common/PageHelmet/PageHelmet.js +3 -3
- package/dist/ui/b/Page/common/PageHelmet/index.js +1 -1
- package/dist/ui/b/Page/common/Section/Section.js +2 -2
- package/dist/ui/b/Page/common/index.js +1 -1
- package/dist/ui/b/Page/index.js +1 -1
- package/dist/ui/b/SocialMediaButton/SocialMediaButton.js +5 -5
- package/dist/ui/b/SocialMediaButton/index.js +1 -1
- package/dist/ui/b/ThemeSelector/ThemeSelector.js +5 -5
- package/dist/ui/b/ThemeSelector/index.js +1 -1
- package/dist/ui/b/Title/Title.js +2 -2
- package/dist/ui/b/index.js +3 -3
- package/dist/ui/c/Modal/Modal.js +3 -3
- package/dist/ui/c/Modal/common/ModalHeader/ModalHeader.js +4 -4
- package/dist/ui/c/Modal/common/ModalHeader/index.js +1 -1
- package/dist/ui/c/Modal/common/index.js +1 -1
- package/dist/ui/c/Modal/index.js +1 -1
- package/dist/ui/c/Shortener/Shortener.js +4 -4
- package/dist/ui/c/Shortener/index.js +1 -1
- package/dist/ui/c/SocialMediaShareButton/SocialMediaShareButton.js +2 -2
- package/dist/ui/c/index.js +1 -1
- package/dist/ui/f/FormInput/FormInput.js +3 -3
- package/dist/ui/f/FormInput/index.js +1 -1
- package/dist/ui/f/common/CharacterCount/CharacterCount.js +1 -1
- package/dist/ui/f/common/Debugger/Debugger.js +2 -2
- package/dist/ui/f/common/Debugger/index.js +2 -2
- package/dist/ui/f/common/Description/Description.js +2 -2
- package/dist/ui/f/common/Hint/Hint.js +2 -2
- package/dist/ui/f/common/Label/Label.js +2 -2
- package/dist/ui/f/common/index.js +1 -1
- package/dist/ui/f/common/utils/lookUpInputValueFromOptions.js +1 -1
- package/dist/ui/f/fields/Checkbox/Checkbox.js +3 -3
- package/dist/ui/f/fields/Checkbox/index.js +2 -2
- package/dist/ui/f/fields/ChoicesInput/ChoicesInput.js +3 -3
- package/dist/ui/f/fields/ChoicesInput/common/Choice/common/ImageChoice/ImageChoice.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/common/Choice/common/TextChoice/TextChoice.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/index.js +1 -1
- package/dist/ui/f/fields/DragAndDropFileUpload/DragAndDropFileUpload.js +2 -2
- package/dist/ui/f/fields/DragAndDropFileUpload/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/EditorInput.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +5 -5
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ExposePlainTextPlugin.js +2 -2
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +5 -5
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/index.js +2 -2
- package/dist/ui/f/fields/EditorInput/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/FileUpload.js +3 -3
- package/dist/ui/f/fields/FileUpload/common/Preview/Preview.js +4 -4
- package/dist/ui/f/fields/FileUpload/common/Preview/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/PreviewNewRegistration.js +4 -4
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/index.js +2 -2
- package/dist/ui/f/fields/HighlightedTextInput/HighlightedTextInput.js +2 -2
- package/dist/ui/f/fields/HighlightedTextInput/index.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/LatexPreviewInput.js +3 -3
- package/dist/ui/f/fields/LatexPreviewInput/convertLatexToHtml.js +3088 -3088
- package/dist/ui/f/fields/LatexPreviewInput/index.js +1 -1
- package/dist/ui/f/fields/LinkInput/LinkInput.js +4 -4
- package/dist/ui/f/fields/LinkInput/index.js +2 -2
- package/dist/ui/f/fields/PasswordInput/PasswordInput.js +2 -2
- package/dist/ui/f/fields/PasswordInput/index.js +2 -2
- package/dist/ui/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/Combobox.js +3 -3
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Menu/Menu.js +3 -3
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +3 -3
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/index.js +1 -1
- package/dist/ui/f/fields/RadioInput/RadioInput.js +2 -2
- package/dist/ui/f/fields/RatingsInput/RatingsInput.js +3 -3
- package/dist/ui/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
- package/dist/ui/f/fields/RatingsInput/index.js +1 -1
- package/dist/ui/f/fields/SearchDropdown/SearchDropdown.js +3 -3
- package/dist/ui/f/fields/SearchDropdown/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/SelectInput.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Menu/Menu.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Menu/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Multiple/Multiple.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Multiple/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Single/Single.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Single/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/index.js +2 -2
- package/dist/ui/f/fields/SelectSingle/SelectSingle.js +3 -3
- package/dist/ui/f/fields/TextInput/TextInput.js +2 -2
- package/dist/ui/f/fields/TextInput/index.js +1 -1
- package/dist/ui/f/fields/TextareaInput/TextareaInput.js +3 -3
- package/dist/ui/f/fields/TextareaInput/index.js +2 -2
- package/dist/ui/f/fields/ToggleInput/ToggleInput.js +4 -4
- package/dist/ui/f/fields/ToggleInput/index.js +2 -2
- package/dist/ui/f/fields/index.js +12 -12
- package/dist/ui/f/index.js +17 -17
- package/dist/ui/g/DragAndDrop/DragAndDrop.js +1 -1
- package/dist/ui/g/DragAndDrop/common/DraggableItem/DraggableItem.js +1 -1
- package/dist/ui/g/DragAndDrop/common/MultiSectionDragAndDrop/MultiSectionDragAndDrop.js +1 -1
- package/dist/ui/g/DragAndDrop/common/SingleListDragAndDrop/SingleListDragAndDrop.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/ExpandableLexicalPreview.js +4 -4
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/NewWindowPortal.js +4 -4
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/index.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/common/index.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/index.js +1 -1
- package/dist/ui/g/FormBuilder/FormBuilder.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/Builder.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/ActionsContainer.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/AutoQASection/AutoQASection.js +3 -3
- package/dist/ui/g/FormBuilder/common/Builder/common/AutoQASection/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/InputBuilder.js +3 -3
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/Section.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/Renderer.js +3 -3
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/Section.js +4 -4
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/index.js +1 -1
- package/dist/ui/g/index.js +4 -4
- package/dist/ui/index.js +14 -14
- package/package.json +4 -4
- package/dist/DatePicker-DHuh_8q6.js +0 -1305
- package/dist/exports.module-DmUnHWIJ.js +0 -20
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "formik";
|
|
4
|
-
import "../../../index-
|
|
5
|
-
import "../../../exports.module-
|
|
4
|
+
import "../../../index-BOVlDh8S.js";
|
|
5
|
+
import "../../../exports.module-BY48WvdE.js";
|
|
6
6
|
import "../../f/common/Label/Label.js";
|
|
7
7
|
import "../../f/common/Description/Description.js";
|
|
8
8
|
import "../../f/common/Hint/Hint.js";
|
|
9
9
|
import '../../../assets/styles.css';/* empty css */
|
|
10
|
-
import {
|
|
10
|
+
import { e as W } from "../../../FormBuilder-D-D63IHE.js";
|
|
11
11
|
import "../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
12
12
|
import "../../../debounce-Cm69Z_cF.js";
|
|
13
13
|
import "../../a/AppContext/Context.js";
|
|
@@ -35,7 +35,7 @@ import "../../a/TextSteps/TextSteps.js";
|
|
|
35
35
|
import "../../a/Removable/Removable.js";
|
|
36
36
|
import "../../a/ToggleSwitch/ToggleSwitch.js";
|
|
37
37
|
import "../../a/XMLEditor/XMLEditor.js";
|
|
38
|
-
import "
|
|
38
|
+
import "../../a/DatePicker/DatePicker.js";
|
|
39
39
|
import "../../a/Tooltip/Tooltip.js";
|
|
40
40
|
import "../../a/Charts/AreaChart/AreaChart.js";
|
|
41
41
|
import "../../a/Charts/BarChart/BarChart.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react-dom";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../../../index-
|
|
4
|
-
import "../../../../../exports.module-
|
|
3
|
+
import "../../../../../index-BOVlDh8S.js";
|
|
4
|
+
import "../../../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import "../../../../a/AppContext/Context.js";
|
|
6
6
|
import "../../../../a/AppContext/ContextProvider.js";
|
|
7
7
|
import "../../../../a/AppContext/useTheme.js";
|
|
8
8
|
import "../../../../a/BlurOverlay/BlurOverlay.js";
|
|
9
|
-
import { z as N } from "../../../../../FormBuilder-
|
|
9
|
+
import { z as N } from "../../../../../FormBuilder-D-D63IHE.js";
|
|
10
10
|
import "../../../../a/Conversation/Context.js";
|
|
11
11
|
import "../../../../a/DotInfo/DotInfo.js";
|
|
12
12
|
import "../../../../a/Figure/Figure.js";
|
|
@@ -30,7 +30,7 @@ import "../../../../a/Removable/Removable.js";
|
|
|
30
30
|
import "react/jsx-runtime";
|
|
31
31
|
import "../../../../a/ToggleSwitch/ToggleSwitch.js";
|
|
32
32
|
import "../../../../a/XMLEditor/XMLEditor.js";
|
|
33
|
-
import "
|
|
33
|
+
import "../../../../a/DatePicker/DatePicker.js";
|
|
34
34
|
import "../../../../a/Tooltip/Tooltip.js";
|
|
35
35
|
import "../../../../a/Charts/AreaChart/AreaChart.js";
|
|
36
36
|
import "../../../../a/Charts/BarChart/BarChart.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { f } from "../../../FormBuilder-D-D63IHE.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../index-
|
|
5
|
-
import "../../../exports.module-
|
|
4
|
+
import "../../../index-BOVlDh8S.js";
|
|
5
|
+
import "../../../exports.module-BY48WvdE.js";
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
f as default
|
|
8
8
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { s as W } from "../../../../../FormBuilder-
|
|
2
|
+
import { s as W } from "../../../../../FormBuilder-D-D63IHE.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "formik";
|
|
5
|
-
import "../../../../../index-
|
|
5
|
+
import "../../../../../index-BOVlDh8S.js";
|
|
6
6
|
import "../../../../f/common/Label/Label.js";
|
|
7
7
|
import "../../../../f/common/Description/Description.js";
|
|
8
8
|
import "../../../../f/common/Hint/Hint.js";
|
|
9
|
-
import "../../../../../exports.module-
|
|
9
|
+
import "../../../../../exports.module-BY48WvdE.js";
|
|
10
10
|
import '../../../../../assets/styles.css';/* empty css */
|
|
11
11
|
import "../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
12
12
|
import "../../../../../debounce-Cm69Z_cF.js";
|
|
@@ -35,7 +35,7 @@ import "../../../../a/TextSteps/TextSteps.js";
|
|
|
35
35
|
import "../../../../a/Removable/Removable.js";
|
|
36
36
|
import "../../../../a/ToggleSwitch/ToggleSwitch.js";
|
|
37
37
|
import "../../../../a/XMLEditor/XMLEditor.js";
|
|
38
|
-
import "
|
|
38
|
+
import "../../../../a/DatePicker/DatePicker.js";
|
|
39
39
|
import "../../../../a/Tooltip/Tooltip.js";
|
|
40
40
|
import "../../../../a/Charts/AreaChart/AreaChart.js";
|
|
41
41
|
import "../../../../a/Charts/BarChart/BarChart.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../../../../../index-
|
|
4
|
-
import "../../../../../../../exports.module-
|
|
5
|
-
import {
|
|
3
|
+
import "../../../../../../../index-BOVlDh8S.js";
|
|
4
|
+
import "../../../../../../../exports.module-BY48WvdE.js";
|
|
5
|
+
import { v as P } from "../../../../../../../FormBuilder-D-D63IHE.js";
|
|
6
6
|
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
7
7
|
import "../../../../../../../throttle-BCrS-Wew.js";
|
|
8
8
|
import "../../../../../../utils/hooks/useOutsideClick.js";
|
|
@@ -32,7 +32,7 @@ import "../../../../../../a/TextSteps/TextSteps.js";
|
|
|
32
32
|
import "../../../../../../a/Removable/Removable.js";
|
|
33
33
|
import "../../../../../../a/ToggleSwitch/ToggleSwitch.js";
|
|
34
34
|
import "../../../../../../a/XMLEditor/XMLEditor.js";
|
|
35
|
-
import "
|
|
35
|
+
import "../../../../../../a/DatePicker/DatePicker.js";
|
|
36
36
|
import "../../../../../../a/Tooltip/Tooltip.js";
|
|
37
37
|
import "../../../../../../a/Charts/AreaChart/AreaChart.js";
|
|
38
38
|
import "../../../../../../a/Charts/BarChart/BarChart.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { w as L } from "../../../../../../../FormBuilder-D-D63IHE.js";
|
|
3
3
|
import "../../../../../../a/AppContext/Context.js";
|
|
4
4
|
import "../../../../../../a/AppContext/ContextProvider.js";
|
|
5
5
|
import "react";
|
|
@@ -26,13 +26,13 @@ import "../../../../../../a/TextSteps/TextSteps.js";
|
|
|
26
26
|
import "../../../../../../a/Removable/Removable.js";
|
|
27
27
|
import "../../../../../../a/ToggleSwitch/ToggleSwitch.js";
|
|
28
28
|
import "../../../../../../a/XMLEditor/XMLEditor.js";
|
|
29
|
-
import "
|
|
29
|
+
import "../../../../../../a/DatePicker/DatePicker.js";
|
|
30
30
|
import "../../../../../../a/Tooltip/Tooltip.js";
|
|
31
31
|
import "../../../../../../a/Charts/AreaChart/AreaChart.js";
|
|
32
32
|
import "../../../../../../a/Charts/BarChart/BarChart.js";
|
|
33
33
|
import "../../../../../../a/Charts/PieChart/PieChart.js";
|
|
34
34
|
import "../../../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
35
|
-
import "../../../../../../../exports.module-
|
|
35
|
+
import "../../../../../../../exports.module-BY48WvdE.js";
|
|
36
36
|
import "formik";
|
|
37
37
|
export {
|
|
38
38
|
L as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { I as X } from "../../../../../../../FormBuilder-
|
|
2
|
+
import { I as X } from "../../../../../../../FormBuilder-D-D63IHE.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../../../../f/common/Label/Label.js";
|
|
5
5
|
import "../../../../../../f/common/Description/Description.js";
|
|
6
6
|
import "../../../../../../f/common/Hint/Hint.js";
|
|
7
7
|
import "formik";
|
|
8
|
-
import "../../../../../../../exports.module-
|
|
8
|
+
import "../../../../../../../exports.module-BY48WvdE.js";
|
|
9
9
|
import '../../../../../../../assets/styles.css';/* empty css */
|
|
10
10
|
import "../../../../../../f/common/utils/validators.js";
|
|
11
11
|
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
@@ -35,7 +35,7 @@ import "../../../../../../a/TextSteps/TextSteps.js";
|
|
|
35
35
|
import "../../../../../../a/Removable/Removable.js";
|
|
36
36
|
import "../../../../../../a/ToggleSwitch/ToggleSwitch.js";
|
|
37
37
|
import "../../../../../../a/XMLEditor/XMLEditor.js";
|
|
38
|
-
import "
|
|
38
|
+
import "../../../../../../a/DatePicker/DatePicker.js";
|
|
39
39
|
import "../../../../../../a/Tooltip/Tooltip.js";
|
|
40
40
|
import "../../../../../../a/Charts/AreaChart/AreaChart.js";
|
|
41
41
|
import "../../../../../../a/Charts/BarChart/BarChart.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { x as X, y as Y } from "../../../../../../../FormBuilder-D-D63IHE.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../../../../f/common/Label/Label.js";
|
|
5
5
|
import "../../../../../../f/common/Description/Description.js";
|
|
6
6
|
import "../../../../../../f/common/Hint/Hint.js";
|
|
7
7
|
import "formik";
|
|
8
|
-
import "../../../../../../../exports.module-
|
|
8
|
+
import "../../../../../../../exports.module-BY48WvdE.js";
|
|
9
9
|
import '../../../../../../../assets/styles.css';/* empty css */
|
|
10
10
|
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
11
11
|
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
@@ -34,7 +34,7 @@ import "../../../../../../a/TextSteps/TextSteps.js";
|
|
|
34
34
|
import "../../../../../../a/Removable/Removable.js";
|
|
35
35
|
import "../../../../../../a/ToggleSwitch/ToggleSwitch.js";
|
|
36
36
|
import "../../../../../../a/XMLEditor/XMLEditor.js";
|
|
37
|
-
import "
|
|
37
|
+
import "../../../../../../a/DatePicker/DatePicker.js";
|
|
38
38
|
import "../../../../../../a/Tooltip/Tooltip.js";
|
|
39
39
|
import "../../../../../../a/Charts/AreaChart/AreaChart.js";
|
|
40
40
|
import "../../../../../../a/Charts/BarChart/BarChart.js";
|
|
@@ -45,7 +45,7 @@ import "../../../../../../b/Title/Title.js";
|
|
|
45
45
|
import "../../../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
46
46
|
import "../../../../../../f/fields/RadioInput/RadioInput.js";
|
|
47
47
|
import "../../../../../DragAndDrop/DragAndDrop.js";
|
|
48
|
-
import "../../../../../../../index-
|
|
48
|
+
import "../../../../../../../index-BOVlDh8S.js";
|
|
49
49
|
export {
|
|
50
50
|
X as default,
|
|
51
51
|
Y as getRandomIntInclusive
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "formik";
|
|
4
|
-
import "../../../../../index-
|
|
5
|
-
import "../../../../../exports.module-
|
|
6
|
-
import { t as l } from "../../../../../FormBuilder-
|
|
4
|
+
import "../../../../../index-BOVlDh8S.js";
|
|
5
|
+
import "../../../../../exports.module-BY48WvdE.js";
|
|
6
|
+
import { t as l } from "../../../../../FormBuilder-D-D63IHE.js";
|
|
7
7
|
import "../../../../b/Page/Context.js";
|
|
8
8
|
import "../../../../b/Title/Title.js";
|
|
9
9
|
import "./common/constants.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../../../../../index-
|
|
3
|
+
import "../../../../../../../index-BOVlDh8S.js";
|
|
4
4
|
import "../../../../../../f/common/Label/Label.js";
|
|
5
5
|
import "../../../../../../f/common/Description/Description.js";
|
|
6
6
|
import "../../../../../../f/common/Hint/Hint.js";
|
|
7
7
|
import "formik";
|
|
8
|
-
import "../../../../../../../exports.module-
|
|
8
|
+
import "../../../../../../../exports.module-BY48WvdE.js";
|
|
9
9
|
import '../../../../../../../assets/styles.css';/* empty css */
|
|
10
|
-
import { u as Z } from "../../../../../../../FormBuilder-
|
|
10
|
+
import { u as Z } from "../../../../../../../FormBuilder-D-D63IHE.js";
|
|
11
11
|
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
12
12
|
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
13
13
|
import "../../../../../../a/AppContext/Context.js";
|
|
@@ -35,7 +35,7 @@ import "../../../../../../a/TextSteps/TextSteps.js";
|
|
|
35
35
|
import "../../../../../../a/Removable/Removable.js";
|
|
36
36
|
import "../../../../../../a/ToggleSwitch/ToggleSwitch.js";
|
|
37
37
|
import "../../../../../../a/XMLEditor/XMLEditor.js";
|
|
38
|
-
import "
|
|
38
|
+
import "../../../../../../a/DatePicker/DatePicker.js";
|
|
39
39
|
import "../../../../../../a/Tooltip/Tooltip.js";
|
|
40
40
|
import "../../../../../../a/Charts/AreaChart/AreaChart.js";
|
|
41
41
|
import "../../../../../../a/Charts/BarChart/BarChart.js";
|
package/dist/ui/g/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { default as
|
|
1
|
+
import { e as a, f as o } from "../../FormBuilder-D-D63IHE.js";
|
|
2
|
+
import { default as f } from "./DragAndDrop/DragAndDrop.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
f as DragAndDrop,
|
|
5
|
+
a as ExpandableLexicalPreview,
|
|
6
6
|
o as FormBuilder
|
|
7
7
|
};
|
package/dist/ui/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as f } from "./a/AppContext/Context.js";
|
|
2
2
|
import { default as p } from "./a/AppContext/ContextProvider.js";
|
|
3
3
|
import { default as u } from "./a/AppContext/useApp.js";
|
|
4
4
|
import { default as d } from "./a/AppContext/useTheme.js";
|
|
5
5
|
import { default as x } from "./a/BlurOverlay/BlurOverlay.js";
|
|
6
|
-
import { A as c, B as T,
|
|
6
|
+
import { A as c, B as T, C as g, a as C, b as h, c as S, d as I, D as F, E as D, e as P, F as A, f as L, g as b, h as B, H as k, L as v, i as M, j as w, M as y, N as E, k as H, P as O, l as R, Q as U, R as G, S as N, m as Q, n as V, o as j, T as q, p as z, q as W, r as X } from "../FormBuilder-D-D63IHE.js";
|
|
7
7
|
import "./a/Conversation/Context.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import { default as _ } from "./a/DotInfo/DotInfo.js";
|
|
@@ -11,7 +11,7 @@ import { default as K } from "./a/Figure/Figure.js";
|
|
|
11
11
|
import { default as $ } from "./a/HamburgerButton/HamburgerButton.js";
|
|
12
12
|
import { default as ae } from "./a/IconList/IconList.js";
|
|
13
13
|
import { default as oe } from "./a/Label/Label.js";
|
|
14
|
-
import { default as
|
|
14
|
+
import { default as fe } from "./a/LoadingCircle/LoadingCircle.js";
|
|
15
15
|
import { default as pe } from "./a/People/People.js";
|
|
16
16
|
import { default as ue } from "./a/Popover/Popover.js";
|
|
17
17
|
import { default as de } from "./a/ProgressBar/ProgressBar.js";
|
|
@@ -20,14 +20,14 @@ import { default as ce } from "./a/SVG/SVG.js";
|
|
|
20
20
|
import { default as ge } from "./a/SnapScroller/SnapScroller.js";
|
|
21
21
|
import { default as he } from "./a/Spinner/Spinner.js";
|
|
22
22
|
import { default as Ie } from "./a/Timestamp/Timestamp.js";
|
|
23
|
-
import { default as
|
|
23
|
+
import { default as De } from "./a/MetaCard/MetaCard.js";
|
|
24
24
|
import { default as Ae } from "./a/AnimatedBlobs/AnimatedBlobs.js";
|
|
25
25
|
import { default as be } from "./a/Tip/Tip.js";
|
|
26
26
|
import { default as ke } from "./a/TextSteps/TextSteps.js";
|
|
27
27
|
import { default as Me } from "./a/Removable/Removable.js";
|
|
28
28
|
import { default as ye } from "./a/ToggleSwitch/ToggleSwitch.js";
|
|
29
29
|
import { default as He } from "./a/XMLEditor/XMLEditor.js";
|
|
30
|
-
import {
|
|
30
|
+
import { default as Re } from "./a/DatePicker/DatePicker.js";
|
|
31
31
|
import { default as Ge } from "./a/Tooltip/Tooltip.js";
|
|
32
32
|
import { default as Qe } from "./a/Charts/AreaChart/AreaChart.js";
|
|
33
33
|
import { default as je } from "./a/Charts/BarChart/BarChart.js";
|
|
@@ -39,7 +39,7 @@ import { default as Ke } from "./c/SocialMediaShareButton/SocialMediaShareButton
|
|
|
39
39
|
import { default as $e } from "./f/common/Label/Label.js";
|
|
40
40
|
import { default as aa } from "./f/common/Description/Description.js";
|
|
41
41
|
import { default as oa } from "./f/common/Hint/Hint.js";
|
|
42
|
-
import { default as
|
|
42
|
+
import { default as fa } from "./f/common/CharacterCount/CharacterCount.js";
|
|
43
43
|
import { lookUpInputValueFromOptions as pa } from "./f/common/utils/lookUpInputValueFromOptions.js";
|
|
44
44
|
import { integerAndGreaterThanZero as ua } from "./f/common/utils/validators.js";
|
|
45
45
|
import { default as da } from "./f/fields/SelectSingle/SelectSingle.js";
|
|
@@ -47,7 +47,7 @@ import { default as xa } from "./f/fields/LatexPreviewInput/convertLatexToHtml.j
|
|
|
47
47
|
import { fileUploadOptions as ca, getFileType as Ta, getFileTypeFromUrl as ga } from "./f/fields/FileUpload/utils.js";
|
|
48
48
|
import { default as ha } from "./f/fields/RadioInput/RadioInput.js";
|
|
49
49
|
import { default as Ia } from "./g/DragAndDrop/DragAndDrop.js";
|
|
50
|
-
import { default as
|
|
50
|
+
import { default as Da } from "./utils/hooks/useWindowSize.js";
|
|
51
51
|
import { default as Aa } from "./utils/hooks/useDynamicPosition.js";
|
|
52
52
|
import { default as ba } from "./utils/hooks/useOutsideClick.js";
|
|
53
53
|
import { DATE_FORMATS as ka, formatDate as va, formatTime as Ma, parseDate as wa, snakeCaseToTitleCase as ya } from "./utils/formatting.js";
|
|
@@ -55,14 +55,14 @@ import { applyCharacterLimit as Ha } from "./utils/applyCharacterLimit.js";
|
|
|
55
55
|
export {
|
|
56
56
|
Ae as AnimatedBlobs,
|
|
57
57
|
c as AnimatedGradient,
|
|
58
|
-
|
|
58
|
+
f as AppContext,
|
|
59
59
|
p as AppContextProvider,
|
|
60
60
|
Qe as AreaChart,
|
|
61
61
|
je as BarChart,
|
|
62
62
|
x as BlurOverlay,
|
|
63
63
|
T as Button,
|
|
64
64
|
g as Card,
|
|
65
|
-
|
|
65
|
+
fa as CharacterCount,
|
|
66
66
|
C as Checkbox,
|
|
67
67
|
h as ChoicesInput,
|
|
68
68
|
S as ContentTree,
|
|
@@ -71,8 +71,8 @@ export {
|
|
|
71
71
|
Re as DatePicker,
|
|
72
72
|
_ as DotInfo,
|
|
73
73
|
Ia as DragAndDrop,
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
F as DragAndDropFileUpload,
|
|
75
|
+
D as EditorInput,
|
|
76
76
|
P as ExpandableLexicalPreview,
|
|
77
77
|
K as Figure,
|
|
78
78
|
A as FileUpload,
|
|
@@ -88,9 +88,9 @@ export {
|
|
|
88
88
|
oe as Label,
|
|
89
89
|
v as LatexPreviewInput,
|
|
90
90
|
M as LinkInput,
|
|
91
|
-
|
|
91
|
+
fe as LoadingCircle,
|
|
92
92
|
w as Logo,
|
|
93
|
-
|
|
93
|
+
De as MetaCard,
|
|
94
94
|
y as Modal,
|
|
95
95
|
E as Notification,
|
|
96
96
|
H as NotificationStack,
|
|
@@ -141,5 +141,5 @@ export {
|
|
|
141
141
|
Aa as useDynamicPosition,
|
|
142
142
|
ba as useOutsideClick,
|
|
143
143
|
d as useTheme,
|
|
144
|
-
|
|
144
|
+
Da as useWindowSize
|
|
145
145
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pareto-engineering/design-system",
|
|
3
|
-
"version": "5.13.
|
|
3
|
+
"version": "5.13.3-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"sass": "^1.85.1",
|
|
60
60
|
"storybook": "^8.6.12",
|
|
61
61
|
"typescript": "~5.7.2",
|
|
62
|
-
"vite": "
|
|
62
|
+
"vite": "6.4.2",
|
|
63
63
|
"vite-tsconfig-paths": "^5.1.4"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"glob": "^11.0.1",
|
|
87
87
|
"hamburgers": "^1.2.1",
|
|
88
88
|
"lexical": "0.12.2",
|
|
89
|
-
"lodash": "
|
|
89
|
+
"lodash": "4.18.0",
|
|
90
90
|
"prop-types": "^15.8.1",
|
|
91
91
|
"react": "^18.2.0",
|
|
92
92
|
"react-color-palette": "^7.1.0",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"vite-plugin-lib-inject-css": "^2.2.2"
|
|
105
105
|
},
|
|
106
106
|
"browserslist": "> 2%",
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "acc5b566f259689fe8bfec6dd4ade9c7f671117a"
|
|
108
108
|
}
|