@pareto-engineering/design-system 5.12.10 → 5.12.12

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