@pareto-engineering/design-system 5.9.0 → 5.10.1
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/{FormBuilder-D0lMP-MB.js → FormBuilder-DfzGoJzj.js} +13098 -13034
- package/dist/assets/DraggableItem.css +1 -1
- package/dist/assets/FormBuilder.css +1 -1
- package/dist/assets/ProgressBar.css +1 -1
- package/dist/assets/ToggleSwitch.css +1 -1
- package/dist/index.js +105 -104
- package/dist/stories/a/AppContext.stories.js +7 -6
- package/dist/stories/a/AreaChart.stories.js +5 -4
- package/dist/stories/a/BarChart.stories.js +9 -8
- package/dist/stories/a/BlurOverlay.stories.js +5 -4
- package/dist/stories/a/ContentTree.stories.js +7 -6
- package/dist/stories/a/Conversation.stories.js +9 -8
- package/dist/stories/a/DatePicker.stories.js +5 -4
- package/dist/stories/a/DotInfo.stories.js +7 -6
- package/dist/stories/a/Figure.stories.js +7 -6
- package/dist/stories/a/HamburgerButton.stories.js +7 -6
- package/dist/stories/a/IconList.stories.js +7 -6
- package/dist/stories/a/Label.stories.js +7 -6
- package/dist/stories/a/LoadingCircle.stories.js +7 -6
- package/dist/stories/a/MetaCard.stories.js +5 -4
- package/dist/stories/a/Notification.stories.js +13 -12
- package/dist/stories/a/NotificationStack.stories.js +7 -6
- package/dist/stories/a/People.stories.js +11 -10
- package/dist/stories/a/PieChart.stories.js +5 -4
- package/dist/stories/a/Popover.stories.js +5 -4
- package/dist/stories/a/ProgressBar.stories.js +7 -6
- package/dist/stories/a/Quote.stories.js +5 -4
- package/dist/stories/a/Removable.stories.js +7 -6
- package/dist/stories/a/SVG.stories.js +13 -12
- package/dist/stories/a/SnapScroller.stories.js +12 -11
- package/dist/stories/a/Spinner.stories.js +7 -6
- package/dist/stories/a/TextSteps.stories.js +7 -6
- package/dist/stories/a/Timestamp.stories.js +5 -4
- package/dist/stories/a/Tip.stories.js +5 -4
- package/dist/stories/a/ToggleSwitch.stories.js +8 -7
- package/dist/stories/a/Tooltip.stories.js +11 -10
- package/dist/stories/a/XMLEditor.stories.js +5 -4
- package/dist/stories/b/Button/Button.stories.js +10 -9
- package/dist/stories/b/Button/Group.stories.js +5 -4
- package/dist/stories/b/Card/Card.stories.js +5 -4
- package/dist/stories/b/Card/Group.stories.js +5 -4
- package/dist/stories/b/Logo.stories.js +8 -7
- package/dist/stories/b/Page.stories.js +10 -9
- package/dist/stories/b/SocialMediaButton.stories.js +5 -4
- package/dist/stories/b/ThemeSelector.stories.js +7 -6
- package/dist/stories/b/Title.stories.js +7 -6
- package/dist/stories/c/Modal.stories.js +5 -4
- package/dist/stories/c/Shortener.stories.js +5 -4
- package/dist/stories/c/SocialMediaShareButton.stories.js +5 -4
- package/dist/stories/f/Checkbox.stories.js +5 -4
- package/dist/stories/f/ChoicesInput.stories.js +5 -4
- package/dist/stories/f/Combobox.stories.js +95 -0
- package/dist/stories/f/Description.stories.js +5 -4
- package/dist/stories/f/DragAndDropFileUpload.stories.js +139 -0
- package/dist/stories/f/EditorInput.stories.js +5 -4
- package/dist/stories/f/FileUpload.stories.js +11 -10
- package/dist/stories/f/Label.stories.js +7 -6
- package/dist/stories/f/LinkInput.stories.js +5 -4
- package/dist/stories/f/RadioInput.stories.js +7 -6
- package/dist/stories/f/RatingsInput.stories.js +5 -4
- package/dist/stories/f/SelectInput.stories.js +7 -6
- package/dist/stories/f/TextInput.stories.js +5 -4
- package/dist/stories/f/TextareaInput.stories.js +5 -4
- package/dist/stories/g/DragAndDrop.stories.js +9 -8
- package/dist/stories/g/ExpandableLexicalPreview.stories.js +8 -7
- package/dist/stories/g/FormBuilder.stories.js +25 -16
- package/dist/stories/utils/defaultFormBuilderConfig.js +115 -0
- package/dist/ui/a/AnimatedGradient/AnimatedGradient.js +1 -1
- package/dist/ui/a/AnimatedGradient/index.js +1 -1
- package/dist/ui/a/ContentTree/ContentTree.js +1 -1
- package/dist/ui/a/ContentTree/common/Tree/Tree.js +4 -3
- package/dist/ui/a/ContentTree/common/Tree/index.js +2 -2
- 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 -3
- package/dist/ui/a/Conversation/index.js +1 -1
- package/dist/ui/a/Notification/Notification.js +4 -3
- package/dist/ui/a/Notification/index.js +1 -1
- package/dist/ui/a/NotificationStack/NotificationStack.js +1 -1
- package/dist/ui/a/NotificationStack/index.js +1 -1
- package/dist/ui/a/ToggleSwitch/ToggleSwitch.js +21 -53
- package/dist/ui/a/index.js +1 -1
- package/dist/ui/b/Button/Button.js +4 -3
- package/dist/ui/b/Button/index.js +1 -1
- package/dist/ui/b/Card/Card.js +4 -3
- package/dist/ui/b/Card/common/Group/Group.js +4 -3
- package/dist/ui/b/Card/common/Group/index.js +2 -2
- package/dist/ui/b/Card/common/index.js +4 -4
- package/dist/ui/b/Card/index.js +1 -1
- package/dist/ui/b/Logo/Logo.js +1 -1
- package/dist/ui/b/Logo/index.js +1 -1
- package/dist/ui/b/Page/Page.js +1 -1
- package/dist/ui/b/Page/common/PageHelmet/PageHelmet.js +1 -1
- package/dist/ui/b/Page/common/PageHelmet/index.js +1 -1
- 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 +1 -1
- package/dist/ui/b/SocialMediaButton/index.js +1 -1
- package/dist/ui/b/ThemeSelector/ThemeSelector.js +1 -1
- package/dist/ui/b/ThemeSelector/index.js +1 -1
- package/dist/ui/b/index.js +1 -1
- package/dist/ui/c/Modal/Modal.js +1 -1
- package/dist/ui/c/Modal/common/ModalHeader/ModalHeader.js +4 -3
- 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 +1 -1
- package/dist/ui/c/Shortener/index.js +1 -1
- package/dist/ui/c/index.js +1 -1
- package/dist/ui/f/FormInput/FormInput.js +1 -1
- package/dist/ui/f/FormInput/index.js +1 -1
- package/dist/ui/f/common/Debugger/Debugger.js +1 -1
- package/dist/ui/f/common/Debugger/index.js +1 -1
- package/dist/ui/f/common/index.js +5 -5
- package/dist/ui/f/common/utils/index.js +2 -2
- package/dist/ui/f/common/utils/{lookUpInputValueFromFetchedOptions.js → lookUpInputValueFromOptions.js} +5 -6
- package/dist/ui/f/fields/Checkbox/Checkbox.js +1 -1
- package/dist/ui/f/fields/Checkbox/index.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/ChoicesInput.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/index.js +1 -1
- package/dist/ui/f/fields/DragAndDropFileUpload/DragAndDropFileUpload.js +10 -0
- package/dist/ui/f/fields/DragAndDropFileUpload/index.js +4 -0
- package/dist/ui/f/fields/EditorInput/EditorInput.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +2 -2
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/FileUpload.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/Preview/Preview.js +2 -2
- package/dist/ui/f/fields/FileUpload/common/Preview/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/PreviewNewRegistration.js +42 -0
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/index.js +4 -0
- package/dist/ui/f/fields/FileUpload/common/index.js +3 -2
- package/dist/ui/f/fields/FileUpload/index.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/LatexPreviewInput.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/index.js +1 -1
- package/dist/ui/f/fields/LinkInput/LinkInput.js +1 -1
- package/dist/ui/f/fields/LinkInput/index.js +1 -1
- package/dist/ui/f/fields/QueryChoices/QueryChoices.js +1 -1
- package/dist/ui/f/fields/QueryChoices/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/QueryCombobox.js +2 -3
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/Combobox.js +7 -7
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Menu/Menu.js +435 -74
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +4 -4
- 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/QuerySelect/QuerySelect.js +6 -4
- package/dist/ui/f/fields/QuerySelect/index.js +1 -1
- package/dist/ui/f/fields/RatingsInput/RatingsInput.js +1 -1
- package/dist/ui/f/fields/RatingsInput/index.js +1 -1
- package/dist/ui/f/fields/SearchDropdown/SearchDropdown.js +4 -2
- package/dist/ui/f/fields/SearchDropdown/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/SelectInput.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Menu/Menu.js +2 -2
- package/dist/ui/f/fields/SelectInput/common/Menu/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Multiple/Multiple.js +4 -2
- package/dist/ui/f/fields/SelectInput/common/Multiple/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Single/Single.js +6 -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 +1 -1
- package/dist/ui/f/fields/SelectSingle/SelectSingle.js +16 -14
- package/dist/ui/f/fields/TextInput/TextInput.js +1 -1
- package/dist/ui/f/fields/TextInput/index.js +1 -1
- package/dist/ui/f/fields/TextareaInput/TextareaInput.js +1 -1
- package/dist/ui/f/fields/TextareaInput/index.js +1 -1
- package/dist/ui/f/fields/ToggleInput/ToggleInput.js +1 -1
- package/dist/ui/f/fields/ToggleInput/index.js +1 -1
- package/dist/ui/f/fields/index.js +18 -17
- package/dist/ui/f/index.js +22 -21
- package/dist/ui/g/DragAndDrop/DragAndDrop.js +21 -21
- package/dist/ui/g/ExpandableLexicalPreview/ExpandableLexicalPreview.js +6 -4
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/NewWindowPortal.js +3 -2
- 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 +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/Builder.js +6 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/ActionsContainer.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/InputBuilder.js +6 -5
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/Section.js +7 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/index.js +3 -2
- package/dist/ui/g/FormBuilder/common/Builder/common/index.js +5 -4
- package/dist/ui/g/FormBuilder/common/Builder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/Renderer.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/Section.js +7 -5
- 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 +3 -3
- package/dist/ui/g/FormBuilder/index.js +1 -1
- package/dist/ui/g/index.js +1 -1
- package/dist/ui/index.js +105 -104
- package/package.json +9 -8
|
@@ -5,7 +5,9 @@ import "../../../../../index-CxkFVI6N.js";
|
|
|
5
5
|
import "../../../../../exports.module-DmUnHWIJ.js";
|
|
6
6
|
import "../../../../f/common/Label/Label.js";
|
|
7
7
|
import "../../../../f/common/Description/Description.js";
|
|
8
|
-
import {
|
|
8
|
+
import { t as U } from "../../../../../FormBuilder-DfzGoJzj.js";
|
|
9
|
+
import "../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
10
|
+
import "../../../../../debounce-Cm69Z_cF.js";
|
|
9
11
|
import "../../../../a/AppContext/Context.js";
|
|
10
12
|
import "../../../../a/AppContext/ContextProvider.js";
|
|
11
13
|
import "../../../../a/BlurOverlay/BlurOverlay.js";
|
|
@@ -37,10 +39,10 @@ import "../../../../a/Charts/AreaChart/AreaChart.js";
|
|
|
37
39
|
import "../../../../a/Charts/BarChart/BarChart.js";
|
|
38
40
|
import "../../../../a/Charts/PieChart/PieChart.js";
|
|
39
41
|
import "../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
40
|
-
import "../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
41
|
-
import "../../../../f/fields/RadioInput/RadioInput.js";
|
|
42
42
|
import "../../../../b/Page/Context.js";
|
|
43
43
|
import "../../../../b/Title/Title.js";
|
|
44
|
+
import "../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
45
|
+
import "../../../../f/fields/RadioInput/RadioInput.js";
|
|
44
46
|
export {
|
|
45
|
-
|
|
47
|
+
U as default
|
|
46
48
|
};
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../../../../../index-CxkFVI6N.js";
|
|
4
4
|
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
5
|
-
import {
|
|
5
|
+
import { y as P } from "../../../../../../../FormBuilder-DfzGoJzj.js";
|
|
6
6
|
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
7
7
|
import "../../../../../../../throttle-BCrS-Wew.js";
|
|
8
8
|
import "../../../../../../utils/hooks/useOutsideClick.js";
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../../../../../index-CxkFVI6N.js";
|
|
4
3
|
import "formik";
|
|
5
4
|
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
6
5
|
import "../../../../../../f/common/Label/Label.js";
|
|
7
6
|
import "../../../../../../f/common/Description/Description.js";
|
|
8
|
-
import { I as
|
|
7
|
+
import { I as V } from "../../../../../../../FormBuilder-DfzGoJzj.js";
|
|
9
8
|
import "../../../../../../f/common/utils/validators.js";
|
|
9
|
+
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
10
|
+
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
10
11
|
import "../../../../../../a/AppContext/Context.js";
|
|
11
12
|
import "../../../../../../a/AppContext/ContextProvider.js";
|
|
12
13
|
import "../../../../../../a/BlurOverlay/BlurOverlay.js";
|
|
@@ -38,11 +39,11 @@ import "../../../../../../a/Charts/AreaChart/AreaChart.js";
|
|
|
38
39
|
import "../../../../../../a/Charts/BarChart/BarChart.js";
|
|
39
40
|
import "../../../../../../a/Charts/PieChart/PieChart.js";
|
|
40
41
|
import "../../../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
42
|
+
import "../../../../../../b/Page/Context.js";
|
|
43
|
+
import "../../../../../../b/Title/Title.js";
|
|
41
44
|
import "../../../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
42
45
|
import "../../../../../../f/fields/FileUpload/utils.js";
|
|
43
46
|
import "../../../../../../f/fields/RadioInput/RadioInput.js";
|
|
44
|
-
import "../../../../../../b/Page/Context.js";
|
|
45
|
-
import "../../../../../../b/Title/Title.js";
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
V as default
|
|
48
49
|
};
|
|
@@ -5,7 +5,9 @@ import "../../../../../../../index-CxkFVI6N.js";
|
|
|
5
5
|
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
6
6
|
import "../../../../../../f/common/Label/Label.js";
|
|
7
7
|
import "../../../../../../f/common/Description/Description.js";
|
|
8
|
-
import {
|
|
8
|
+
import { w as V, x as W } from "../../../../../../../FormBuilder-DfzGoJzj.js";
|
|
9
|
+
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
10
|
+
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
9
11
|
import "../../../../../../a/AppContext/Context.js";
|
|
10
12
|
import "../../../../../../a/AppContext/ContextProvider.js";
|
|
11
13
|
import "../../../../../../a/BlurOverlay/BlurOverlay.js";
|
|
@@ -37,11 +39,12 @@ import "../../../../../../a/Charts/AreaChart/AreaChart.js";
|
|
|
37
39
|
import "../../../../../../a/Charts/BarChart/BarChart.js";
|
|
38
40
|
import "../../../../../../a/Charts/PieChart/PieChart.js";
|
|
39
41
|
import "../../../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
40
|
-
import "../../../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
41
|
-
import "../../../../../../f/fields/RadioInput/RadioInput.js";
|
|
42
42
|
import "../../../../../../b/Page/Context.js";
|
|
43
43
|
import "../../../../../../b/Title/Title.js";
|
|
44
|
+
import "../../../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
45
|
+
import "../../../../../../f/fields/RadioInput/RadioInput.js";
|
|
44
46
|
import "../../../../../DragAndDrop/DragAndDrop.js";
|
|
45
47
|
export {
|
|
46
|
-
|
|
48
|
+
V as default,
|
|
49
|
+
W as getRandomIntInclusive
|
|
47
50
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { y as a, I as e, w as o, x as s } from "../../../../../../FormBuilder-DfzGoJzj.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
a as ActionsContainer,
|
|
4
|
+
e as InputBuilder,
|
|
5
|
+
o as Section,
|
|
6
|
+
s as getRandomIntInclusive
|
|
6
7
|
};
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "formik";
|
|
4
4
|
import "../../../../../index-CxkFVI6N.js";
|
|
5
5
|
import "../../../../../exports.module-DmUnHWIJ.js";
|
|
6
|
-
import {
|
|
6
|
+
import { u as x } from "../../../../../FormBuilder-DfzGoJzj.js";
|
|
7
7
|
import "../../../../b/Page/Context.js";
|
|
8
8
|
import "../../../../b/Title/Title.js";
|
|
9
9
|
import "../../../../../debounce-Cm69Z_cF.js";
|
|
@@ -3,7 +3,10 @@ import "react";
|
|
|
3
3
|
import "../../../../../../../index-CxkFVI6N.js";
|
|
4
4
|
import "../../../../../../f/common/Label/Label.js";
|
|
5
5
|
import "../../../../../../f/common/Description/Description.js";
|
|
6
|
-
import {
|
|
6
|
+
import { v as W } from "../../../../../../../FormBuilder-DfzGoJzj.js";
|
|
7
|
+
import "formik";
|
|
8
|
+
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
9
|
+
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
7
10
|
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
8
11
|
import "../../../../../../a/AppContext/Context.js";
|
|
9
12
|
import "../../../../../../a/AppContext/ContextProvider.js";
|
|
@@ -36,13 +39,12 @@ import "../../../../../../a/Charts/AreaChart/AreaChart.js";
|
|
|
36
39
|
import "../../../../../../a/Charts/BarChart/BarChart.js";
|
|
37
40
|
import "../../../../../../a/Charts/PieChart/PieChart.js";
|
|
38
41
|
import "../../../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
39
|
-
import "
|
|
42
|
+
import "../../../../../../b/Page/Context.js";
|
|
43
|
+
import "../../../../../../b/Title/Title.js";
|
|
40
44
|
import "../../../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
41
45
|
import "../../../../../../f/fields/FileUpload/utils.js";
|
|
42
46
|
import "../../../../../../f/fields/RadioInput/RadioInput.js";
|
|
43
|
-
import "../../../../../../b/Page/Context.js";
|
|
44
|
-
import "../../../../../../b/Title/Title.js";
|
|
45
47
|
import "../../../../../DragAndDrop/DragAndDrop.js";
|
|
46
48
|
export {
|
|
47
|
-
|
|
49
|
+
W as default
|
|
48
50
|
};
|
package/dist/ui/g/index.js
CHANGED
package/dist/ui/index.js
CHANGED
|
@@ -3,138 +3,139 @@ 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, c as g, j as S, g as C, C as h, a as I, E as F,
|
|
6
|
+
import { A as c, B as T, c as g, j as S, g as C, C as h, a as D, q as I, E as F, r as A, n as L, s as P, D as b, F as B, m as k, l as v, L as y, M, N as w, b as E, P as O, k as Q, Q as R, i as U, R as G, p as N, f as H, d as V, S as j, e as q, h as z, T as W, o as X } from "../FormBuilder-DfzGoJzj.js";
|
|
7
7
|
import "./a/Conversation/Context.js";
|
|
8
8
|
import "react";
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
9
|
+
import { default as _ } from "./a/DotInfo/DotInfo.js";
|
|
10
|
+
import { default as K } from "./a/Figure/Figure.js";
|
|
11
|
+
import { default as $ } from "./a/HamburgerButton/HamburgerButton.js";
|
|
12
|
+
import { default as ae } from "./a/IconList/IconList.js";
|
|
13
|
+
import { default as te } from "./a/Label/Label.js";
|
|
14
|
+
import { default as se } from "./a/LoadingCircle/LoadingCircle.js";
|
|
15
|
+
import { default as pe } from "./a/People/People.js";
|
|
16
|
+
import { default as ue } from "./a/Popover/Popover.js";
|
|
17
|
+
import { default as de } from "./a/ProgressBar/ProgressBar.js";
|
|
18
|
+
import { default as xe } from "./a/Quote/Quote.js";
|
|
19
|
+
import { default as ce } from "./a/SVG/SVG.js";
|
|
20
|
+
import { default as ge } from "./a/SnapScroller/SnapScroller.js";
|
|
21
|
+
import { default as Ce } from "./a/Spinner/Spinner.js";
|
|
22
|
+
import { default as De } from "./a/Timestamp/Timestamp.js";
|
|
23
23
|
import { default as Fe } from "./a/MetaCard/MetaCard.js";
|
|
24
24
|
import { default as Le } from "./a/AnimatedBlobs/AnimatedBlobs.js";
|
|
25
25
|
import { default as be } from "./a/Tip/Tip.js";
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { D as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
26
|
+
import { default as ke } from "./a/TextSteps/TextSteps.js";
|
|
27
|
+
import { default as ye } from "./a/Removable/Removable.js";
|
|
28
|
+
import { default as we } from "./a/ToggleSwitch/ToggleSwitch.js";
|
|
29
|
+
import { default as Oe } from "./a/XMLEditor/XMLEditor.js";
|
|
30
|
+
import { D as Re } from "../DatePicker-DHuh_8q6.js";
|
|
31
|
+
import { default as Ge } from "./a/Tooltip/Tooltip.js";
|
|
32
|
+
import { default as He } from "./a/Charts/AreaChart/AreaChart.js";
|
|
33
|
+
import { default as je } from "./a/Charts/BarChart/BarChart.js";
|
|
34
|
+
import { default as ze } from "./a/Charts/PieChart/PieChart.js";
|
|
35
|
+
import { default as Xe } from "./a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
36
36
|
import "./b/Page/Context.js";
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import {
|
|
42
|
-
import { integerAndGreaterThanZero as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { fileUploadOptions as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
37
|
+
import { default as _e } from "./b/Title/Title.js";
|
|
38
|
+
import { default as Ke } from "./c/SocialMediaShareButton/SocialMediaShareButton.js";
|
|
39
|
+
import { default as $e } from "./f/common/Label/Label.js";
|
|
40
|
+
import { default as aa } from "./f/common/Description/Description.js";
|
|
41
|
+
import { lookUpInputValueFromOptions as ta } from "./f/common/utils/lookUpInputValueFromOptions.js";
|
|
42
|
+
import { integerAndGreaterThanZero as sa } from "./f/common/utils/validators.js";
|
|
43
|
+
import { default as pa } from "./f/fields/SelectSingle/SelectSingle.js";
|
|
44
|
+
import { default as ua } from "./f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
45
|
+
import { fileUploadOptions as da, getFileType as ia, getFileTypeFromUrl as xa } from "./f/fields/FileUpload/utils.js";
|
|
46
|
+
import { default as ca } from "./f/fields/RadioInput/RadioInput.js";
|
|
47
|
+
import { default as ga } from "./g/DragAndDrop/DragAndDrop.js";
|
|
48
|
+
import { default as Ca } from "./utils/hooks/useWindowSize.js";
|
|
49
|
+
import { default as Da } from "./utils/hooks/useDynamicPosition.js";
|
|
50
50
|
import { default as Fa } from "./utils/hooks/useOutsideClick.js";
|
|
51
|
-
import { DATE_FORMATS as La, formatDate as Pa, formatTime as ba, parseDate as
|
|
52
|
-
import { applyCharacterLimit as
|
|
51
|
+
import { DATE_FORMATS as La, formatDate as Pa, formatTime as ba, parseDate as Ba, snakeCaseToTitleCase as ka } from "./utils/formatting.js";
|
|
52
|
+
import { applyCharacterLimit as ya } from "./utils/applyCharacterLimit.js";
|
|
53
53
|
export {
|
|
54
54
|
Le as AnimatedBlobs,
|
|
55
55
|
c as AnimatedGradient,
|
|
56
56
|
s as AppContext,
|
|
57
57
|
p as AppContextProvider,
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
He as AreaChart,
|
|
59
|
+
je as BarChart,
|
|
60
60
|
x as BlurOverlay,
|
|
61
61
|
T as Button,
|
|
62
62
|
g as Card,
|
|
63
63
|
S as Checkbox,
|
|
64
64
|
C as ChoicesInput,
|
|
65
65
|
h as ContentTree,
|
|
66
|
-
|
|
66
|
+
D as Conversation,
|
|
67
67
|
La as DATE_FORMATS,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
Re as DatePicker,
|
|
69
|
+
_ as DotInfo,
|
|
70
|
+
ga as DragAndDrop,
|
|
71
|
+
I as DragAndDropFileUpload,
|
|
71
72
|
F as EditorInput,
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
A as ExpandableLexicalPreview,
|
|
74
|
+
K as Figure,
|
|
74
75
|
L as FileUpload,
|
|
75
76
|
P as FormBuilder,
|
|
76
77
|
b as FormDebugger,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
78
|
+
aa as FormDescription,
|
|
79
|
+
B as FormInput,
|
|
80
|
+
$e as FormLabel,
|
|
81
|
+
$ as HamburgerButton,
|
|
82
|
+
ae as IconList,
|
|
83
|
+
te as Label,
|
|
84
|
+
k as LatexPreviewInput,
|
|
85
|
+
v as LinkInput,
|
|
86
|
+
se as LoadingCircle,
|
|
87
|
+
y as Logo,
|
|
87
88
|
Fe as MetaCard,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
89
|
+
M as Modal,
|
|
90
|
+
w as Notification,
|
|
91
|
+
E as NotificationStack,
|
|
92
|
+
O as Page,
|
|
93
|
+
pe as People,
|
|
94
|
+
ze as PieChart,
|
|
95
|
+
ue as Popover,
|
|
96
|
+
de as ProgressBar,
|
|
97
|
+
Q as QueryChoices,
|
|
98
|
+
R as QueryCombobox,
|
|
99
|
+
U as QuerySelect,
|
|
100
|
+
xe as Quote,
|
|
101
|
+
ca as RadioInput,
|
|
102
|
+
G as RatingsInput,
|
|
103
|
+
ye as Removable,
|
|
104
|
+
ce as SVG,
|
|
105
|
+
N as SearchDropdown,
|
|
106
|
+
H as SelectInput,
|
|
107
|
+
pa as SelectSingle,
|
|
108
|
+
V as Shortener,
|
|
109
|
+
ge as SnapScroller,
|
|
110
|
+
j as SocialMediaButton,
|
|
111
|
+
Ke as SocialMediaShareButton,
|
|
112
|
+
Ce as Spinner,
|
|
113
|
+
q as TextInput,
|
|
114
|
+
ke as TextSteps,
|
|
115
|
+
z as TextareaInput,
|
|
116
|
+
W as ThemeSelector,
|
|
117
|
+
Xe as ThroughPutIndicator,
|
|
118
|
+
De as Timestamp,
|
|
118
119
|
be as Tip,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
120
|
+
_e as Title,
|
|
121
|
+
X as ToggleInput,
|
|
122
|
+
we as ToggleSwitch,
|
|
123
|
+
Ge as Tooltip,
|
|
124
|
+
Oe as XMLEditor,
|
|
125
|
+
ya as applyCharacterLimit,
|
|
126
|
+
ua as convertLatexToHtml,
|
|
127
|
+
da as fileUploadOptions,
|
|
127
128
|
Pa as formatDate,
|
|
128
129
|
ba as formatTime,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
130
|
+
ia as getFileType,
|
|
131
|
+
xa as getFileTypeFromUrl,
|
|
132
|
+
sa as integerAndGreaterThanZero,
|
|
133
|
+
ta as lookUpInputValueFromOptions,
|
|
134
|
+
Ba as parseDate,
|
|
135
|
+
ka as snakeCaseToTitleCase,
|
|
135
136
|
u as useApp,
|
|
136
|
-
|
|
137
|
+
Da as useDynamicPosition,
|
|
137
138
|
Fa as useOutsideClick,
|
|
138
139
|
d as useTheme,
|
|
139
|
-
|
|
140
|
+
Ca as useWindowSize
|
|
140
141
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pareto-engineering/design-system",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.10.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"license": "ISC",
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@chromatic-com/storybook": "^3.2.6",
|
|
40
|
-
"@pareto-engineering/eslint-config": "^5.
|
|
41
|
-
"@pareto-engineering/stylelint-config": "^5.
|
|
42
|
-
"@pareto-engineering/ts-config": "^5.
|
|
40
|
+
"@pareto-engineering/eslint-config": "^5.10.1",
|
|
41
|
+
"@pareto-engineering/stylelint-config": "^5.10.1",
|
|
42
|
+
"@pareto-engineering/ts-config": "^5.10.1",
|
|
43
43
|
"@storybook/addon-essentials": "^8.6.12",
|
|
44
44
|
"@storybook/addon-interactions": "^8.6.12",
|
|
45
45
|
"@storybook/addon-links": "^8.6.12",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"@lexical/selection": "0.12.2",
|
|
73
73
|
"@lexical/table": "0.12.2",
|
|
74
74
|
"@lexical/utils": "0.12.2",
|
|
75
|
-
"@pareto-engineering/assets": "^5.
|
|
76
|
-
"@pareto-engineering/bem": "^5.
|
|
77
|
-
"@pareto-engineering/styles": "^5.
|
|
75
|
+
"@pareto-engineering/assets": "^5.10.1",
|
|
76
|
+
"@pareto-engineering/bem": "^5.10.1",
|
|
77
|
+
"@pareto-engineering/styles": "^5.10.1",
|
|
78
78
|
"@types/node": "^22.14.1",
|
|
79
79
|
"@vitejs/plugin-react": "^4.3.4",
|
|
80
80
|
"better-react-mathjax": "^2.0.3",
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"react-markdown": "^9.0.1",
|
|
97
97
|
"react-relay": "^15.0.0",
|
|
98
98
|
"react-router-dom": "^5.3.4",
|
|
99
|
+
"react-window": "^1.8.11",
|
|
99
100
|
"recharts": "^2.13.3",
|
|
100
101
|
"rehype-mathjax": "^6.0.0",
|
|
101
102
|
"relay-test-utils": "^15.0.0",
|
|
@@ -104,5 +105,5 @@
|
|
|
104
105
|
"vite-plugin-lib-inject-css": "^2.2.2"
|
|
105
106
|
},
|
|
106
107
|
"browserslist": "> 2%",
|
|
107
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "ad7d21c8d96864e2b8d09d940063d9b10a9c50b2"
|
|
108
109
|
}
|