@pareto-engineering/design-system 5.8.0 → 5.10.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.
Files changed (205) hide show
  1. package/dist/FormBuilder-DfzGoJzj.js +29121 -0
  2. package/dist/assets/DraggableItem.css +1 -1
  3. package/dist/assets/FormBuilder.css +1 -1
  4. package/dist/assets/ProgressBar.css +1 -1
  5. package/dist/assets/ToggleSwitch.css +1 -1
  6. package/dist/index.js +115 -111
  7. package/dist/stories/a/AppContext.stories.js +8 -6
  8. package/dist/stories/a/AreaChart.stories.js +6 -4
  9. package/dist/stories/a/BarChart.stories.js +10 -8
  10. package/dist/stories/a/BlurOverlay.stories.js +6 -4
  11. package/dist/stories/a/ContentTree.stories.js +8 -6
  12. package/dist/stories/a/Conversation.stories.js +10 -8
  13. package/dist/stories/a/DatePicker.stories.js +6 -4
  14. package/dist/stories/a/DotInfo.stories.js +8 -6
  15. package/dist/stories/a/Figure.stories.js +8 -6
  16. package/dist/stories/a/HamburgerButton.stories.js +8 -6
  17. package/dist/stories/a/IconList.stories.js +8 -6
  18. package/dist/stories/a/Label.stories.js +8 -6
  19. package/dist/stories/a/LoadingCircle.stories.js +8 -6
  20. package/dist/stories/a/MetaCard.stories.js +6 -4
  21. package/dist/stories/a/Notification.stories.js +14 -12
  22. package/dist/stories/a/NotificationStack.stories.js +8 -6
  23. package/dist/stories/a/People.stories.js +12 -10
  24. package/dist/stories/a/PieChart.stories.js +6 -4
  25. package/dist/stories/a/Popover.stories.js +6 -4
  26. package/dist/stories/a/ProgressBar.stories.js +8 -6
  27. package/dist/stories/a/Quote.stories.js +6 -4
  28. package/dist/stories/a/Removable.stories.js +8 -6
  29. package/dist/stories/a/SVG.stories.js +14 -12
  30. package/dist/stories/a/SnapScroller.stories.js +13 -11
  31. package/dist/stories/a/Spinner.stories.js +8 -6
  32. package/dist/stories/a/TextSteps.stories.js +8 -6
  33. package/dist/stories/a/Timestamp.stories.js +6 -4
  34. package/dist/stories/a/Tip.stories.js +6 -4
  35. package/dist/stories/a/ToggleSwitch.stories.js +9 -7
  36. package/dist/stories/a/Tooltip.stories.js +12 -10
  37. package/dist/stories/a/XMLEditor.stories.js +6 -4
  38. package/dist/stories/b/Button/Button.stories.js +11 -9
  39. package/dist/stories/b/Button/Group.stories.js +6 -4
  40. package/dist/stories/b/Card/Card.stories.js +6 -4
  41. package/dist/stories/b/Card/Group.stories.js +6 -4
  42. package/dist/stories/b/Logo.stories.js +9 -7
  43. package/dist/stories/b/Page.stories.js +11 -9
  44. package/dist/stories/b/SocialMediaButton.stories.js +6 -4
  45. package/dist/stories/b/ThemeSelector.stories.js +8 -6
  46. package/dist/stories/b/Title.stories.js +8 -6
  47. package/dist/stories/c/Modal.stories.js +6 -4
  48. package/dist/stories/c/Shortener.stories.js +6 -4
  49. package/dist/stories/c/SocialMediaShareButton.stories.js +6 -4
  50. package/dist/stories/f/Checkbox.stories.js +5 -4
  51. package/dist/stories/f/ChoicesInput.stories.js +6 -5
  52. package/dist/stories/f/Combobox.stories.js +95 -0
  53. package/dist/stories/f/Description.stories.js +6 -5
  54. package/dist/stories/f/DragAndDropFileUpload.stories.js +139 -0
  55. package/dist/stories/f/EditorInput.stories.js +5 -4
  56. package/dist/stories/f/FileUpload.stories.js +11 -10
  57. package/dist/stories/f/Label.stories.js +8 -6
  58. package/dist/stories/f/LinkInput.stories.js +5 -4
  59. package/dist/stories/f/RadioInput.stories.js +7 -6
  60. package/dist/stories/f/RatingsInput.stories.js +5 -4
  61. package/dist/stories/f/SelectInput.stories.js +7 -6
  62. package/dist/stories/f/TextInput.stories.js +5 -4
  63. package/dist/stories/f/TextareaInput.stories.js +5 -4
  64. package/dist/stories/g/DragAndDrop.stories.js +10 -9
  65. package/dist/stories/g/ExpandableLexicalPreview.stories.js +9 -7
  66. package/dist/stories/g/FormBuilder.stories.js +26 -16
  67. package/dist/stories/utils/defaultFormBuilderConfig.js +115 -0
  68. package/dist/ui/a/AnimatedGradient/AnimatedGradient.js +1 -1
  69. package/dist/ui/a/AnimatedGradient/index.js +1 -1
  70. package/dist/ui/a/ContentTree/ContentTree.js +1 -1
  71. package/dist/ui/a/ContentTree/common/Tree/Tree.js +5 -3
  72. package/dist/ui/a/ContentTree/common/Tree/index.js +2 -2
  73. package/dist/ui/a/ContentTree/common/index.js +1 -1
  74. package/dist/ui/a/ContentTree/index.js +1 -1
  75. package/dist/ui/a/Conversation/Conversation.js +5 -3
  76. package/dist/ui/a/Conversation/index.js +1 -1
  77. package/dist/ui/a/Notification/Notification.js +5 -3
  78. package/dist/ui/a/Notification/index.js +1 -1
  79. package/dist/ui/a/NotificationStack/NotificationStack.js +1 -1
  80. package/dist/ui/a/NotificationStack/index.js +1 -1
  81. package/dist/ui/a/ToggleSwitch/ToggleSwitch.js +21 -53
  82. package/dist/ui/a/index.js +1 -1
  83. package/dist/ui/b/Button/Button.js +5 -3
  84. package/dist/ui/b/Button/index.js +1 -1
  85. package/dist/ui/b/Card/Card.js +5 -3
  86. package/dist/ui/b/Card/common/Group/Group.js +5 -3
  87. package/dist/ui/b/Card/common/Group/index.js +2 -2
  88. package/dist/ui/b/Card/common/index.js +4 -4
  89. package/dist/ui/b/Card/index.js +1 -1
  90. package/dist/ui/b/Logo/Logo.js +1 -1
  91. package/dist/ui/b/Logo/index.js +1 -1
  92. package/dist/ui/b/Page/Page.js +1 -1
  93. package/dist/ui/b/Page/common/PageHelmet/PageHelmet.js +1 -1
  94. package/dist/ui/b/Page/common/PageHelmet/index.js +1 -1
  95. package/dist/ui/b/Page/common/index.js +1 -1
  96. package/dist/ui/b/Page/index.js +1 -1
  97. package/dist/ui/b/SocialMediaButton/SocialMediaButton.js +1 -1
  98. package/dist/ui/b/SocialMediaButton/index.js +1 -1
  99. package/dist/ui/b/ThemeSelector/ThemeSelector.js +1 -1
  100. package/dist/ui/b/ThemeSelector/index.js +1 -1
  101. package/dist/ui/b/index.js +1 -1
  102. package/dist/ui/c/Modal/Modal.js +1 -1
  103. package/dist/ui/c/Modal/common/ModalHeader/ModalHeader.js +5 -3
  104. package/dist/ui/c/Modal/common/ModalHeader/index.js +1 -1
  105. package/dist/ui/c/Modal/common/index.js +1 -1
  106. package/dist/ui/c/Modal/index.js +1 -1
  107. package/dist/ui/c/Shortener/Shortener.js +1 -1
  108. package/dist/ui/c/Shortener/index.js +1 -1
  109. package/dist/ui/c/index.js +1 -1
  110. package/dist/ui/f/FormInput/FormInput.js +36 -2
  111. package/dist/ui/f/FormInput/index.js +1 -1
  112. package/dist/ui/f/common/Debugger/Debugger.js +1 -1
  113. package/dist/ui/f/common/Debugger/index.js +1 -1
  114. package/dist/ui/f/common/index.js +5 -5
  115. package/dist/ui/f/common/utils/index.js +2 -2
  116. package/dist/ui/f/common/utils/{lookUpInputValueFromFetchedOptions.js → lookUpInputValueFromOptions.js} +5 -6
  117. package/dist/ui/f/fields/Checkbox/Checkbox.js +1 -1
  118. package/dist/ui/f/fields/Checkbox/index.js +1 -1
  119. package/dist/ui/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  120. package/dist/ui/f/fields/ChoicesInput/index.js +1 -1
  121. package/dist/ui/f/fields/DragAndDropFileUpload/DragAndDropFileUpload.js +10 -0
  122. package/dist/ui/f/fields/DragAndDropFileUpload/index.js +4 -0
  123. package/dist/ui/f/fields/EditorInput/EditorInput.js +1 -1
  124. package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +2 -2
  125. package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/index.js +1 -1
  126. package/dist/ui/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +2 -2
  127. package/dist/ui/f/fields/EditorInput/common/ColorPicker/index.js +1 -1
  128. package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +1 -1
  129. package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/index.js +1 -1
  130. package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +1 -1
  131. package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/index.js +1 -1
  132. package/dist/ui/f/fields/EditorInput/common/index.js +1 -1
  133. package/dist/ui/f/fields/EditorInput/index.js +1 -1
  134. package/dist/ui/f/fields/FileUpload/FileUpload.js +1 -1
  135. package/dist/ui/f/fields/FileUpload/common/Preview/Preview.js +2 -2
  136. package/dist/ui/f/fields/FileUpload/common/Preview/index.js +1 -1
  137. package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/PreviewNewRegistration.js +42 -0
  138. package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/index.js +4 -0
  139. package/dist/ui/f/fields/FileUpload/common/index.js +3 -2
  140. package/dist/ui/f/fields/FileUpload/index.js +1 -1
  141. package/dist/ui/f/fields/LatexPreviewInput/LatexPreviewInput.js +1 -1
  142. package/dist/ui/f/fields/LatexPreviewInput/index.js +1 -1
  143. package/dist/ui/f/fields/LinkInput/LinkInput.js +1 -1
  144. package/dist/ui/f/fields/LinkInput/index.js +1 -1
  145. package/dist/ui/f/fields/QueryChoices/QueryChoices.js +1 -1
  146. package/dist/ui/f/fields/QueryChoices/index.js +1 -1
  147. package/dist/ui/f/fields/QueryCombobox/QueryCombobox.js +2 -3
  148. package/dist/ui/f/fields/QueryCombobox/common/Combobox/Combobox.js +10 -9
  149. package/dist/ui/f/fields/QueryCombobox/common/Combobox/index.js +1 -1
  150. package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +6 -5
  151. package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/index.js +1 -1
  152. package/dist/ui/f/fields/QueryCombobox/common/index.js +1 -1
  153. package/dist/ui/f/fields/QueryCombobox/index.js +1 -1
  154. package/dist/ui/f/fields/QuerySelect/QuerySelect.js +37 -2
  155. package/dist/ui/f/fields/QuerySelect/index.js +1 -1
  156. package/dist/ui/f/fields/RatingsInput/RatingsInput.js +1 -1
  157. package/dist/ui/f/fields/RatingsInput/index.js +1 -1
  158. package/dist/ui/f/fields/SearchDropdown/SearchDropdown.js +47 -0
  159. package/dist/ui/f/fields/SearchDropdown/index.js +4 -0
  160. package/dist/ui/f/fields/SelectInput/SelectInput.js +2 -3
  161. package/dist/ui/f/fields/SelectInput/common/Menu/Menu.js +37 -77
  162. package/dist/ui/f/fields/SelectInput/common/Menu/index.js +2 -2
  163. package/dist/ui/f/fields/SelectInput/common/Multiple/Multiple.js +4 -3
  164. package/dist/ui/f/fields/SelectInput/common/Multiple/index.js +1 -1
  165. package/dist/ui/f/fields/SelectInput/common/Single/Single.js +6 -2
  166. package/dist/ui/f/fields/SelectInput/common/Single/index.js +1 -1
  167. package/dist/ui/f/fields/SelectInput/common/index.js +4 -5
  168. package/dist/ui/f/fields/SelectInput/index.js +1 -1
  169. package/dist/ui/f/fields/SelectSingle/SelectSingle.js +175 -0
  170. package/dist/ui/f/fields/SelectSingle/index.js +4 -0
  171. package/dist/ui/f/fields/TextInput/TextInput.js +1 -1
  172. package/dist/ui/f/fields/TextInput/index.js +1 -1
  173. package/dist/ui/f/fields/TextareaInput/TextareaInput.js +1 -1
  174. package/dist/ui/f/fields/TextareaInput/index.js +1 -1
  175. package/dist/ui/f/fields/ToggleInput/ToggleInput.js +1 -1
  176. package/dist/ui/f/fields/ToggleInput/index.js +1 -1
  177. package/dist/ui/f/fields/index.js +23 -19
  178. package/dist/ui/f/index.js +29 -25
  179. package/dist/ui/g/DragAndDrop/DragAndDrop.js +21 -21
  180. package/dist/ui/g/ExpandableLexicalPreview/ExpandableLexicalPreview.js +37 -4
  181. package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/NewWindowPortal.js +3 -2
  182. package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/index.js +2 -2
  183. package/dist/ui/g/ExpandableLexicalPreview/common/index.js +2 -2
  184. package/dist/ui/g/ExpandableLexicalPreview/index.js +2 -2
  185. package/dist/ui/g/FormBuilder/FormBuilder.js +1 -1
  186. package/dist/ui/g/FormBuilder/common/Builder/Builder.js +37 -2
  187. package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/ActionsContainer.js +1 -1
  188. package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/index.js +1 -1
  189. package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/InputBuilder.js +9 -6
  190. package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/index.js +1 -1
  191. package/dist/ui/g/FormBuilder/common/Builder/common/Section/Section.js +38 -2
  192. package/dist/ui/g/FormBuilder/common/Builder/common/Section/index.js +3 -2
  193. package/dist/ui/g/FormBuilder/common/Builder/common/index.js +5 -4
  194. package/dist/ui/g/FormBuilder/common/Builder/index.js +1 -1
  195. package/dist/ui/g/FormBuilder/common/Renderer/Renderer.js +1 -1
  196. package/dist/ui/g/FormBuilder/common/Renderer/common/Section/Section.js +39 -3
  197. package/dist/ui/g/FormBuilder/common/Renderer/common/Section/index.js +2 -2
  198. package/dist/ui/g/FormBuilder/common/Renderer/common/index.js +2 -2
  199. package/dist/ui/g/FormBuilder/common/Renderer/index.js +1 -1
  200. package/dist/ui/g/FormBuilder/common/index.js +3 -3
  201. package/dist/ui/g/FormBuilder/index.js +1 -1
  202. package/dist/ui/g/index.js +3 -3
  203. package/dist/ui/index.js +115 -111
  204. package/package.json +17 -9
  205. package/dist/FormBuilder-1-XNv86f.js +0 -28761
@@ -1,4 +1,4 @@
1
- import { I as o } from "../../../../../../../FormBuilder-1-XNv86f.js";
1
+ import { I as o } from "../../../../../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
3
  o as InputBuilder
4
4
  };
@@ -5,10 +5,46 @@ 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 { u as s } from "../../../../../../../FormBuilder-1-XNv86f.js";
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";
11
+ import "../../../../../../a/AppContext/Context.js";
12
+ import "../../../../../../a/AppContext/ContextProvider.js";
13
+ import "../../../../../../a/BlurOverlay/BlurOverlay.js";
14
+ import "../../../../../../a/Conversation/Context.js";
15
+ import "../../../../../../a/DotInfo/DotInfo.js";
16
+ import "../../../../../../a/Figure/Figure.js";
17
+ import "../../../../../../a/HamburgerButton/HamburgerButton.js";
18
+ import "../../../../../../a/IconList/IconList.js";
19
+ import "../../../../../../a/Label/Label.js";
20
+ import "../../../../../../a/LoadingCircle/LoadingCircle.js";
21
+ import "../../../../../../a/People/People.js";
22
+ import "../../../../../../a/Popover/Popover.js";
23
+ import "../../../../../../a/ProgressBar/ProgressBar.js";
24
+ import "../../../../../../a/Quote/Quote.js";
25
+ import "../../../../../../a/SVG/SVG.js";
26
+ import "../../../../../../a/SnapScroller/SnapScroller.js";
27
+ import "../../../../../../a/Spinner/Spinner.js";
28
+ import "../../../../../../a/Timestamp/Timestamp.js";
29
+ import "../../../../../../a/MetaCard/MetaCard.js";
30
+ import "../../../../../../a/AnimatedBlobs/AnimatedBlobs.js";
31
+ import "../../../../../../a/Tip/Tip.js";
32
+ import "../../../../../../a/TextSteps/TextSteps.js";
33
+ import "../../../../../../a/Removable/Removable.js";
34
+ import "../../../../../../a/ToggleSwitch/ToggleSwitch.js";
35
+ import "../../../../../../a/XMLEditor/XMLEditor.js";
36
+ import "../../../../../../../DatePicker-DHuh_8q6.js";
37
+ import "../../../../../../a/Tooltip/Tooltip.js";
38
+ import "../../../../../../a/Charts/AreaChart/AreaChart.js";
39
+ import "../../../../../../a/Charts/BarChart/BarChart.js";
40
+ import "../../../../../../a/Charts/PieChart/PieChart.js";
41
+ import "../../../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
42
+ import "../../../../../../b/Page/Context.js";
43
+ import "../../../../../../b/Title/Title.js";
9
44
  import "../../../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
10
45
  import "../../../../../../f/fields/RadioInput/RadioInput.js";
11
46
  import "../../../../../DragAndDrop/DragAndDrop.js";
12
47
  export {
13
- s as default
48
+ V as default,
49
+ W as getRandomIntInclusive
14
50
  };
@@ -1,4 +1,5 @@
1
- import { u as r } from "../../../../../../../FormBuilder-1-XNv86f.js";
1
+ import { w as o, x as t } from "../../../../../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
- r as Section
3
+ o as Section,
4
+ t as getRandomIntInclusive
4
5
  };
@@ -1,6 +1,7 @@
1
- import { v as t, I as a, u as e } from "../../../../../../FormBuilder-1-XNv86f.js";
1
+ import { y as a, I as e, w as o, x as s } from "../../../../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
- t as ActionsContainer,
4
- a as InputBuilder,
5
- e as Section
3
+ a as ActionsContainer,
4
+ e as InputBuilder,
5
+ o as Section,
6
+ s as getRandomIntInclusive
6
7
  };
@@ -1,4 +1,4 @@
1
- import { r as o } from "../../../../../FormBuilder-1-XNv86f.js";
1
+ import { t as o } from "../../../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
3
  o as Builder
4
4
  };
@@ -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 { s as x } from "../../../../../FormBuilder-1-XNv86f.js";
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,12 +3,48 @@ 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 { t as u } from "../../../../../../../FormBuilder-1-XNv86f.js";
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";
10
+ import "../../../../../../../exports.module-DmUnHWIJ.js";
11
+ import "../../../../../../a/AppContext/Context.js";
12
+ import "../../../../../../a/AppContext/ContextProvider.js";
13
+ import "../../../../../../a/BlurOverlay/BlurOverlay.js";
14
+ import "../../../../../../a/Conversation/Context.js";
15
+ import "../../../../../../a/DotInfo/DotInfo.js";
16
+ import "../../../../../../a/Figure/Figure.js";
17
+ import "../../../../../../a/HamburgerButton/HamburgerButton.js";
18
+ import "../../../../../../a/IconList/IconList.js";
19
+ import "../../../../../../a/Label/Label.js";
20
+ import "../../../../../../a/LoadingCircle/LoadingCircle.js";
21
+ import "../../../../../../a/People/People.js";
22
+ import "../../../../../../a/Popover/Popover.js";
23
+ import "../../../../../../a/ProgressBar/ProgressBar.js";
24
+ import "../../../../../../a/Quote/Quote.js";
25
+ import "../../../../../../a/SVG/SVG.js";
26
+ import "../../../../../../a/SnapScroller/SnapScroller.js";
27
+ import "../../../../../../a/Spinner/Spinner.js";
28
+ import "../../../../../../a/Timestamp/Timestamp.js";
29
+ import "../../../../../../a/MetaCard/MetaCard.js";
30
+ import "../../../../../../a/AnimatedBlobs/AnimatedBlobs.js";
31
+ import "../../../../../../a/Tip/Tip.js";
32
+ import "../../../../../../a/TextSteps/TextSteps.js";
33
+ import "../../../../../../a/Removable/Removable.js";
34
+ import "../../../../../../a/ToggleSwitch/ToggleSwitch.js";
35
+ import "../../../../../../a/XMLEditor/XMLEditor.js";
36
+ import "../../../../../../../DatePicker-DHuh_8q6.js";
37
+ import "../../../../../../a/Tooltip/Tooltip.js";
38
+ import "../../../../../../a/Charts/AreaChart/AreaChart.js";
39
+ import "../../../../../../a/Charts/BarChart/BarChart.js";
40
+ import "../../../../../../a/Charts/PieChart/PieChart.js";
41
+ import "../../../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
42
+ import "../../../../../../b/Page/Context.js";
43
+ import "../../../../../../b/Title/Title.js";
7
44
  import "../../../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
8
45
  import "../../../../../../f/fields/FileUpload/utils.js";
9
46
  import "../../../../../../f/fields/RadioInput/RadioInput.js";
10
47
  import "../../../../../DragAndDrop/DragAndDrop.js";
11
- import "../../../../../../../exports.module-DmUnHWIJ.js";
12
48
  export {
13
- u as default
49
+ W as default
14
50
  };
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../../../../../FormBuilder-1-XNv86f.js";
1
+ import { v as r } from "../../../../../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
- e as Section
3
+ r as Section
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../../../../FormBuilder-1-XNv86f.js";
1
+ import { v as r } from "../../../../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
- e as Section
3
+ r as Section
4
4
  };
@@ -1,4 +1,4 @@
1
- import { s as o } from "../../../../../FormBuilder-1-XNv86f.js";
1
+ import { u as o } from "../../../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
3
  o as Renderer
4
4
  };
@@ -1,5 +1,5 @@
1
- import { r as s, s as a } from "../../../../FormBuilder-1-XNv86f.js";
1
+ import { t as a, u as d } from "../../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
- s as Builder,
4
- a as Renderer
3
+ a as Builder,
4
+ d as Renderer
5
5
  };
@@ -1,4 +1,4 @@
1
- import { q as e } from "../../../FormBuilder-1-XNv86f.js";
1
+ import { s as e } from "../../../FormBuilder-DfzGoJzj.js";
2
2
  export {
3
3
  e as FormBuilder
4
4
  };
@@ -1,7 +1,7 @@
1
- import { p as e, q as o } from "../../FormBuilder-1-XNv86f.js";
2
- import { default as d } from "./DragAndDrop/DragAndDrop.js";
1
+ import { r as e, s as o } from "../../FormBuilder-DfzGoJzj.js";
2
+ import { default as l } from "./DragAndDrop/DragAndDrop.js";
3
3
  export {
4
- d as DragAndDrop,
4
+ l as DragAndDrop,
5
5
  e as ExpandableLexicalPreview,
6
6
  o as FormBuilder
7
7
  };
package/dist/ui/index.js CHANGED
@@ -3,135 +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 C, g as h, C as S, a as I, E as F, p as D, n as L, q as P, D as b, F as A, m as B, l as k, L as v, M as y, N as M, b as E, P as O, k as Q, Q as R, i as w, R as U, f as G, d as N, S as H, e as V, h as j, T as q, o as z } from "../FormBuilder-1-XNv86f.js";
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 X } from "./a/DotInfo/DotInfo.js";
10
- import { default as _ } from "./a/Figure/Figure.js";
11
- import { default as K } from "./a/HamburgerButton/HamburgerButton.js";
12
- import { default as $ } from "./a/IconList/IconList.js";
13
- import { default as ae } from "./a/Label/Label.js";
14
- import { default as oe } from "./a/LoadingCircle/LoadingCircle.js";
15
- import { default as se } from "./a/People/People.js";
16
- import { default as pe } from "./a/Popover/Popover.js";
17
- import { default as ue } from "./a/ProgressBar/ProgressBar.js";
18
- import { default as de } from "./a/Quote/Quote.js";
19
- import { default as xe } from "./a/SVG/SVG.js";
20
- import { default as ce } from "./a/SnapScroller/SnapScroller.js";
21
- import { default as ge } from "./a/Spinner/Spinner.js";
22
- import { default as he } from "./a/Timestamp/Timestamp.js";
23
- import { default as Ie } from "./a/MetaCard/MetaCard.js";
24
- import { default as De } from "./a/AnimatedBlobs/AnimatedBlobs.js";
25
- import { default as Pe } from "./a/Tip/Tip.js";
26
- import { default as Ae } from "./a/TextSteps/TextSteps.js";
27
- import { default as ke } from "./a/Removable/Removable.js";
28
- import { default as ye } from "./a/ToggleSwitch/ToggleSwitch.js";
29
- import { default as Ee } from "./a/XMLEditor/XMLEditor.js";
30
- import { D as Qe } from "../DatePicker-DHuh_8q6.js";
31
- import { default as we } from "./a/Tooltip/Tooltip.js";
32
- import { default as Ge } from "./a/Charts/AreaChart/AreaChart.js";
33
- import { default as He } from "./a/Charts/BarChart/BarChart.js";
34
- import { default as je } from "./a/Charts/PieChart/PieChart.js";
35
- import { default as ze } from "./a/ThroughPutIndicator/ThroughPutIndicator.js";
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
+ import { default as Fe } from "./a/MetaCard/MetaCard.js";
24
+ import { default as Le } from "./a/AnimatedBlobs/AnimatedBlobs.js";
25
+ import { default as be } from "./a/Tip/Tip.js";
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 Xe } from "./b/Title/Title.js";
38
- import { default as _e } from "./c/SocialMediaShareButton/SocialMediaShareButton.js";
39
- import { default as Ke } from "./f/common/Label/Label.js";
40
- import { default as $e } from "./f/common/Description/Description.js";
41
- import { lookUpInputValueFromFetchedOptions as aa } from "./f/common/utils/lookUpInputValueFromFetchedOptions.js";
42
- import { integerAndGreaterThanZero as oa } from "./f/common/utils/validators.js";
43
- import { default as sa } from "./f/fields/LatexPreviewInput/convertLatexToHtml.js";
44
- import { fileUploadOptions as pa, getFileType as la, getFileTypeFromUrl as ua } from "./f/fields/FileUpload/utils.js";
45
- import { default as da } from "./f/fields/RadioInput/RadioInput.js";
46
- import { default as xa } from "./g/DragAndDrop/DragAndDrop.js";
47
- import { default as ca } from "./utils/hooks/useWindowSize.js";
48
- import { default as ga } from "./utils/hooks/useDynamicPosition.js";
49
- import { default as ha } from "./utils/hooks/useOutsideClick.js";
50
- import { DATE_FORMATS as Ia, formatDate as Fa, formatTime as Da, parseDate as La, snakeCaseToTitleCase as Pa } from "./utils/formatting.js";
51
- import { applyCharacterLimit as Aa } from "./utils/applyCharacterLimit.js";
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
+ import { default as Fa } from "./utils/hooks/useOutsideClick.js";
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";
52
53
  export {
53
- De as AnimatedBlobs,
54
+ Le as AnimatedBlobs,
54
55
  c as AnimatedGradient,
55
56
  s as AppContext,
56
57
  p as AppContextProvider,
57
- Ge as AreaChart,
58
- He as BarChart,
58
+ He as AreaChart,
59
+ je as BarChart,
59
60
  x as BlurOverlay,
60
61
  T as Button,
61
62
  g as Card,
62
- C as Checkbox,
63
- h as ChoicesInput,
64
- S as ContentTree,
65
- I as Conversation,
66
- Ia as DATE_FORMATS,
67
- Qe as DatePicker,
68
- X as DotInfo,
69
- xa as DragAndDrop,
63
+ S as Checkbox,
64
+ C as ChoicesInput,
65
+ h as ContentTree,
66
+ D as Conversation,
67
+ La as DATE_FORMATS,
68
+ Re as DatePicker,
69
+ _ as DotInfo,
70
+ ga as DragAndDrop,
71
+ I as DragAndDropFileUpload,
70
72
  F as EditorInput,
71
- D as ExpandableLexicalPreview,
72
- _ as Figure,
73
+ A as ExpandableLexicalPreview,
74
+ K as Figure,
73
75
  L as FileUpload,
74
76
  P as FormBuilder,
75
77
  b as FormDebugger,
76
- $e as FormDescription,
77
- A as FormInput,
78
- Ke as FormLabel,
79
- K as HamburgerButton,
80
- $ as IconList,
81
- ae as Label,
82
- B as LatexPreviewInput,
83
- k as LinkInput,
84
- oe as LoadingCircle,
85
- v as Logo,
86
- Ie as MetaCard,
87
- y as Modal,
88
- M as Notification,
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,
88
+ Fe as MetaCard,
89
+ M as Modal,
90
+ w as Notification,
89
91
  E as NotificationStack,
90
92
  O as Page,
91
- se as People,
92
- je as PieChart,
93
- pe as Popover,
94
- ue as ProgressBar,
93
+ pe as People,
94
+ ze as PieChart,
95
+ ue as Popover,
96
+ de as ProgressBar,
95
97
  Q as QueryChoices,
96
98
  R as QueryCombobox,
97
- w as QuerySelect,
98
- de as Quote,
99
- da as RadioInput,
100
- U as RatingsInput,
101
- ke as Removable,
102
- xe as SVG,
103
- G as SelectInput,
104
- N as Shortener,
105
- ce as SnapScroller,
106
- H as SocialMediaButton,
107
- _e as SocialMediaShareButton,
108
- ge as Spinner,
109
- V as TextInput,
110
- Ae as TextSteps,
111
- j as TextareaInput,
112
- q as ThemeSelector,
113
- ze as ThroughPutIndicator,
114
- he as Timestamp,
115
- Pe as Tip,
116
- Xe as Title,
117
- z as ToggleInput,
118
- ye as ToggleSwitch,
119
- we as Tooltip,
120
- Ee as XMLEditor,
121
- Aa as applyCharacterLimit,
122
- sa as convertLatexToHtml,
123
- pa as fileUploadOptions,
124
- Fa as formatDate,
125
- Da as formatTime,
126
- la as getFileType,
127
- ua as getFileTypeFromUrl,
128
- oa as integerAndGreaterThanZero,
129
- aa as lookUpInputValueFromFetchedOptions,
130
- La as parseDate,
131
- Pa as snakeCaseToTitleCase,
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,
119
+ be as Tip,
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,
128
+ Pa as formatDate,
129
+ ba as formatTime,
130
+ ia as getFileType,
131
+ xa as getFileTypeFromUrl,
132
+ sa as integerAndGreaterThanZero,
133
+ ta as lookUpInputValueFromOptions,
134
+ Ba as parseDate,
135
+ ka as snakeCaseToTitleCase,
132
136
  u as useApp,
133
- ga as useDynamicPosition,
134
- ha as useOutsideClick,
137
+ Da as useDynamicPosition,
138
+ Fa as useOutsideClick,
135
139
  d as useTheme,
136
- ca as useWindowSize
140
+ Ca as useWindowSize
137
141
  };
package/package.json CHANGED
@@ -1,9 +1,17 @@
1
1
  {
2
2
  "name": "@pareto-engineering/design-system",
3
- "version": "5.8.0",
3
+ "version": "5.10.0",
4
4
  "description": "",
5
5
  "type": "module",
6
- "main": "dist/index.js",
6
+ "main": "./dist/index.js",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.js",
12
+ "types": "./dist/index.d.ts"
13
+ }
14
+ },
7
15
  "files": [
8
16
  "dist"
9
17
  ],
@@ -29,9 +37,9 @@
29
37
  "license": "ISC",
30
38
  "devDependencies": {
31
39
  "@chromatic-com/storybook": "^3.2.6",
32
- "@pareto-engineering/eslint-config": "^5.8.0",
33
- "@pareto-engineering/stylelint-config": "^5.8.0",
34
- "@pareto-engineering/ts-config": "^5.8.0",
40
+ "@pareto-engineering/eslint-config": "^5.10.0",
41
+ "@pareto-engineering/stylelint-config": "^5.10.0",
42
+ "@pareto-engineering/ts-config": "^5.10.0",
35
43
  "@storybook/addon-essentials": "^8.6.12",
36
44
  "@storybook/addon-interactions": "^8.6.12",
37
45
  "@storybook/addon-links": "^8.6.12",
@@ -64,9 +72,9 @@
64
72
  "@lexical/selection": "0.12.2",
65
73
  "@lexical/table": "0.12.2",
66
74
  "@lexical/utils": "0.12.2",
67
- "@pareto-engineering/assets": "^5.8.0",
68
- "@pareto-engineering/bem": "^5.8.0",
69
- "@pareto-engineering/styles": "^5.8.0",
75
+ "@pareto-engineering/assets": "^5.10.0",
76
+ "@pareto-engineering/bem": "^5.10.0",
77
+ "@pareto-engineering/styles": "^5.10.0",
70
78
  "@types/node": "^22.14.1",
71
79
  "@vitejs/plugin-react": "^4.3.4",
72
80
  "better-react-mathjax": "^2.0.3",
@@ -96,5 +104,5 @@
96
104
  "vite-plugin-lib-inject-css": "^2.2.2"
97
105
  },
98
106
  "browserslist": "> 2%",
99
- "gitHead": "2b924a6acda2959965cb8628802029caf1fedbda"
107
+ "gitHead": "05a6011e02f11377e3685841275713323b2d7a3c"
100
108
  }