@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
@@ -0,0 +1,166 @@
1
+ import { jsxs as c, jsx as a } from "react/jsx-runtime";
2
+ import { Formik as h, Form as g } from "formik";
3
+ import "../../ui/a/AppContext/Context.js";
4
+ import "../../ui/a/AppContext/ContextProvider.js";
5
+ import "react";
6
+ import "../../ui/a/BlurOverlay/BlurOverlay.js";
7
+ import { H as m, D as b } from "../../FormBuilder-U45jur81.js";
8
+ import "../../ui/a/Conversation/Context.js";
9
+ import "../../ui/a/DotInfo/DotInfo.js";
10
+ import "../../ui/a/Figure/Figure.js";
11
+ import "../../ui/a/HamburgerButton/HamburgerButton.js";
12
+ import "../../ui/a/IconList/IconList.js";
13
+ import "../../ui/a/Label/Label.js";
14
+ import "../../ui/a/LoadingCircle/LoadingCircle.js";
15
+ import "../../ui/a/People/People.js";
16
+ import "../../ui/a/Popover/Popover.js";
17
+ import "../../ui/a/ProgressBar/ProgressBar.js";
18
+ import "../../ui/a/Quote/Quote.js";
19
+ import "../../ui/a/SVG/SVG.js";
20
+ import "../../ui/a/SnapScroller/SnapScroller.js";
21
+ import "../../ui/a/Spinner/Spinner.js";
22
+ import "../../ui/a/Timestamp/Timestamp.js";
23
+ import "../../ui/a/MetaCard/MetaCard.js";
24
+ import "../../ui/a/AnimatedBlobs/AnimatedBlobs.js";
25
+ import "../../ui/a/Tip/Tip.js";
26
+ import "../../ui/a/TextSteps/TextSteps.js";
27
+ import "../../ui/a/Removable/Removable.js";
28
+ import "../../ui/a/ToggleSwitch/ToggleSwitch.js";
29
+ import "../../ui/a/XMLEditor/XMLEditor.js";
30
+ import "../../DatePicker-DHuh_8q6.js";
31
+ import "../../ui/a/Tooltip/Tooltip.js";
32
+ import "../../ui/a/Charts/AreaChart/AreaChart.js";
33
+ import "../../ui/a/Charts/BarChart/BarChart.js";
34
+ import "../../ui/a/Charts/PieChart/PieChart.js";
35
+ import "../../ui/a/ThroughPutIndicator/ThroughPutIndicator.js";
36
+ import "../../ui/b/Page/Context.js";
37
+ import "../../ui/b/Title/Title.js";
38
+ import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
39
+ import "../../ui/f/common/Label/Label.js";
40
+ import "../../ui/f/common/Description/Description.js";
41
+ import "../../ui/f/common/Hint/Hint.js";
42
+ import '../../assets/styles.css';/* empty css */
43
+ import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
44
+ import "../../debounce-Cm69Z_cF.js";
45
+ import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
46
+ import "../../ui/f/fields/RadioInput/RadioInput.js";
47
+ import "../../ui/g/DragAndDrop/DragAndDrop.js";
48
+ import "../../throttle-BCrS-Wew.js";
49
+ import "../../ui/utils/formatting.js";
50
+ const ut = {
51
+ title: "f/fields/HighlightedTextInput",
52
+ component: m,
53
+ subcomponents: {
54
+ // Item:HighlightedTextInput.Item
55
+ },
56
+ decorators: [
57
+ (t) => /* @__PURE__ */ a(
58
+ h,
59
+ {
60
+ initialValues: {
61
+ template: "Hello {{data.name}}, your order {{data.orderId}} is ready!",
62
+ emptyField: "",
63
+ invalidTest: "Check {{invalid.var}} syntax"
64
+ },
65
+ onSubmit: () => {
66
+ },
67
+ children: /* @__PURE__ */ a(g, { children: t() })
68
+ }
69
+ )
70
+ ],
71
+ argTypes: {
72
+ placeholder: { control: "text" },
73
+ disabled: { control: "boolean" },
74
+ name: { control: "text" },
75
+ label: { control: "text" },
76
+ labelColor: { control: "text" },
77
+ optional: { control: "boolean" },
78
+ description: { control: "text" }
79
+ }
80
+ }, n = (t) => {
81
+ if (!t) return [];
82
+ const o = [], p = /\{\{([^}]+)\}\}/g;
83
+ let e = 0, i = p.exec(t);
84
+ for (; i !== null; ) {
85
+ i.index > e && o.push({
86
+ text: t.slice(e, i.index),
87
+ type: "text",
88
+ startAt: e
89
+ });
90
+ const s = i[1].trim(), d = s.startsWith("data.") || s.startsWith("attachments");
91
+ o.push({
92
+ text: i[0],
93
+ type: d ? "valid" : "invalid",
94
+ startAt: i.index
95
+ }), e = p.lastIndex, i = p.exec(t);
96
+ }
97
+ return e < t.length && o.push({
98
+ text: t.slice(e),
99
+ type: "text",
100
+ startAt: e
101
+ }), o;
102
+ }, r = (t) => /* @__PURE__ */ c(
103
+ "div",
104
+ {
105
+ style: {
106
+ display: "flex",
107
+ flexDirection: "column",
108
+ gap: "1rem",
109
+ maxWidth: "500px"
110
+ },
111
+ children: [
112
+ /* @__PURE__ */ a(m, { ...t }),
113
+ /* @__PURE__ */ a(b, {})
114
+ ]
115
+ }
116
+ ), l = r.bind({});
117
+ l.args = {
118
+ name: "template",
119
+ label: "Template with variables",
120
+ parseSegments: n
121
+ };
122
+ const x = r.bind({});
123
+ x.args = {
124
+ ...l.args,
125
+ description: "Use {{data.fieldName}} to reference task data fields"
126
+ };
127
+ const u = r.bind({});
128
+ u.args = {
129
+ name: "emptyField",
130
+ label: "Enter a template",
131
+ placeholder: "Type something like {{data.name}}...",
132
+ parseSegments: n
133
+ };
134
+ const f = r.bind({});
135
+ f.args = {
136
+ name: "invalidTest",
137
+ label: "Template with invalid variable",
138
+ description: "Invalid variables are highlighted differently",
139
+ parseSegments: n
140
+ };
141
+ const v = r.bind({});
142
+ v.args = {
143
+ ...l.args,
144
+ disabled: !0
145
+ };
146
+ const y = r.bind({});
147
+ y.args = {
148
+ ...l.args,
149
+ optional: !0
150
+ };
151
+ const T = r.bind({});
152
+ T.args = {
153
+ name: "template",
154
+ label: "Plain text input (no parseSegments)",
155
+ description: "Without parseSegments, it behaves like a normal text input"
156
+ };
157
+ export {
158
+ l as Base,
159
+ v as Disabled,
160
+ y as Optional,
161
+ x as WithDescription,
162
+ f as WithInvalidVariables,
163
+ u as WithPlaceholder,
164
+ T as WithoutHighlighting,
165
+ ut as default
166
+ };
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../../ui/a/AppContext/Context.js";
4
4
  import "../../ui/a/AppContext/ContextProvider.js";
5
5
  import "../../ui/a/BlurOverlay/BlurOverlay.js";
6
- import "../../FormBuilder-BgjYyPAc.js";
6
+ import "../../FormBuilder-U45jur81.js";
7
7
  import "../../ui/a/Conversation/Context.js";
8
8
  import "../../ui/a/DotInfo/DotInfo.js";
9
9
  import "../../ui/a/Figure/Figure.js";
@@ -37,8 +37,9 @@ import "../../ui/b/Title/Title.js";
37
37
  import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
38
38
  import o from "../../ui/f/common/Label/Label.js";
39
39
  import "../../ui/f/common/Description/Description.js";
40
+ import "../../ui/f/common/Hint/Hint.js";
40
41
  import "formik";
41
- import "../../ui/f/common/CharacterCount/CharacterCount.js";
42
+ import '../../assets/styles.css';/* empty css */
42
43
  import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
43
44
  import "../../debounce-Cm69Z_cF.js";
44
45
  import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
@@ -46,7 +47,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
46
47
  import "../../ui/g/DragAndDrop/DragAndDrop.js";
47
48
  import "../../throttle-BCrS-Wew.js";
48
49
  import "../../ui/utils/formatting.js";
49
- const $ = {
50
+ const oo = {
50
51
  title: "f/common/Label",
51
52
  component: o,
52
53
  subcomponents: {
@@ -58,12 +59,12 @@ const $ = {
58
59
  argTypes: {
59
60
  backgroundColor: { control: "color" }
60
61
  }
61
- }, t = (r) => /* @__PURE__ */ m(o, { ...r, children: "Sample Label" }), oo = t.bind(), p = t.bind({});
62
+ }, t = (r) => /* @__PURE__ */ m(o, { ...r, children: "Sample Label" }), to = t.bind(), p = t.bind({});
62
63
  p.args = {
63
64
  optional: !0
64
65
  };
65
66
  export {
66
- oo as Base,
67
+ to as Base,
67
68
  p as Optional,
68
- $ as default
69
+ oo as default
69
70
  };
@@ -4,7 +4,7 @@ import { Formik as l, Form as a } from "formik";
4
4
  import "../../ui/a/AppContext/Context.js";
5
5
  import "../../ui/a/AppContext/ContextProvider.js";
6
6
  import "../../ui/a/BlurOverlay/BlurOverlay.js";
7
- import { j as p, D as n } from "../../FormBuilder-BgjYyPAc.js";
7
+ import { j as p, D as n } from "../../FormBuilder-U45jur81.js";
8
8
  import "../../ui/a/Conversation/Context.js";
9
9
  import "../../ui/a/DotInfo/DotInfo.js";
10
10
  import "../../ui/a/Figure/Figure.js";
@@ -38,7 +38,8 @@ import "../../ui/b/Title/Title.js";
38
38
  import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
39
39
  import "../../ui/f/common/Label/Label.js";
40
40
  import "../../ui/f/common/Description/Description.js";
41
- import "../../ui/f/common/CharacterCount/CharacterCount.js";
41
+ import "../../ui/f/common/Hint/Hint.js";
42
+ import '../../assets/styles.css';/* empty css */
42
43
  import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
43
44
  import "../../debounce-Cm69Z_cF.js";
44
45
  import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
@@ -46,7 +47,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
46
47
  import "../../ui/g/DragAndDrop/DragAndDrop.js";
47
48
  import "../../throttle-BCrS-Wew.js";
48
49
  import "../../ui/utils/formatting.js";
49
- const so = {
50
+ const co = {
50
51
  title: "f/fields/LinkInput",
51
52
  component: p,
52
53
  subcomponents: {
@@ -119,5 +120,5 @@ export {
119
120
  g as WithDisabled,
120
121
  b as WithPlaceholder,
121
122
  d as WithValidation,
122
- so as default
123
+ co as default
123
124
  };
@@ -4,7 +4,7 @@ import { Formik as t, Form as i } from "formik";
4
4
  import "../../ui/a/AppContext/Context.js";
5
5
  import "../../ui/a/AppContext/ContextProvider.js";
6
6
  import "../../ui/a/BlurOverlay/BlurOverlay.js";
7
- import "../../FormBuilder-BgjYyPAc.js";
7
+ import "../../FormBuilder-U45jur81.js";
8
8
  import "../../ui/a/Conversation/Context.js";
9
9
  import "../../ui/a/DotInfo/DotInfo.js";
10
10
  import "../../ui/a/Figure/Figure.js";
@@ -38,7 +38,8 @@ import "../../ui/b/Title/Title.js";
38
38
  import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
39
39
  import "../../ui/f/common/Label/Label.js";
40
40
  import "../../ui/f/common/Description/Description.js";
41
- import "../../ui/f/common/CharacterCount/CharacterCount.js";
41
+ import "../../ui/f/common/Hint/Hint.js";
42
+ import '../../assets/styles.css';/* empty css */
42
43
  import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
43
44
  import "../../debounce-Cm69Z_cF.js";
44
45
  import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
@@ -46,7 +47,7 @@ import p from "../../ui/f/fields/RadioInput/RadioInput.js";
46
47
  import "../../ui/g/DragAndDrop/DragAndDrop.js";
47
48
  import "../../throttle-BCrS-Wew.js";
48
49
  import "../../ui/utils/formatting.js";
49
- const $ = {
50
+ const oo = {
50
51
  title: "f/fields/RadioInput",
51
52
  component: p,
52
53
  subcomponents: {
@@ -64,13 +65,13 @@ const $ = {
64
65
  argTypes: {
65
66
  backgroundColor: { control: "color" }
66
67
  }
67
- }, oo = {
68
+ }, ro = {
68
69
  args: {
69
70
  label: "Radio Input",
70
71
  name: "option"
71
72
  }
72
73
  };
73
74
  export {
74
- oo as Base,
75
- $ as default
75
+ ro as Base,
76
+ oo as default
76
77
  };
@@ -4,7 +4,7 @@ import { Formik as a, Form as e } from "formik";
4
4
  import "../../ui/a/AppContext/Context.js";
5
5
  import "../../ui/a/AppContext/ContextProvider.js";
6
6
  import "../../ui/a/BlurOverlay/BlurOverlay.js";
7
- import { R as p, D as l } from "../../FormBuilder-BgjYyPAc.js";
7
+ import { R as p, D as l } from "../../FormBuilder-U45jur81.js";
8
8
  import "../../ui/a/Conversation/Context.js";
9
9
  import "../../ui/a/DotInfo/DotInfo.js";
10
10
  import "../../ui/a/Figure/Figure.js";
@@ -38,7 +38,8 @@ import "../../ui/b/Title/Title.js";
38
38
  import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
39
39
  import "../../ui/f/common/Label/Label.js";
40
40
  import "../../ui/f/common/Description/Description.js";
41
- import "../../ui/f/common/CharacterCount/CharacterCount.js";
41
+ import "../../ui/f/common/Hint/Hint.js";
42
+ import '../../assets/styles.css';/* empty css */
42
43
  import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
43
44
  import "../../debounce-Cm69Z_cF.js";
44
45
  import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
@@ -46,7 +47,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
46
47
  import "../../ui/g/DragAndDrop/DragAndDrop.js";
47
48
  import "../../throttle-BCrS-Wew.js";
48
49
  import "../../ui/utils/formatting.js";
49
- const nt = {
50
+ const at = {
50
51
  title: "f/fields/RatingsInput",
51
52
  component: p,
52
53
  subcomponents: {
@@ -114,5 +115,5 @@ export {
114
115
  c as Labels,
115
116
  m as Numbers,
116
117
  s as Optional,
117
- nt as default
118
+ at as default
118
119
  };
@@ -4,7 +4,7 @@ import { Formik as n, Form as s } from "formik";
4
4
  import "../../ui/a/AppContext/Context.js";
5
5
  import "../../ui/a/AppContext/ContextProvider.js";
6
6
  import "../../ui/a/BlurOverlay/BlurOverlay.js";
7
- import { f as p, D as m } from "../../FormBuilder-BgjYyPAc.js";
7
+ import { f as l, D as m } from "../../FormBuilder-U45jur81.js";
8
8
  import "../../ui/a/Conversation/Context.js";
9
9
  import "../../ui/a/DotInfo/DotInfo.js";
10
10
  import "../../ui/a/Figure/Figure.js";
@@ -38,7 +38,8 @@ import "../../ui/b/Title/Title.js";
38
38
  import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
39
39
  import "../../ui/f/common/Label/Label.js";
40
40
  import "../../ui/f/common/Description/Description.js";
41
- import "../../ui/f/common/CharacterCount/CharacterCount.js";
41
+ import "../../ui/f/common/Hint/Hint.js";
42
+ import '../../assets/styles.css';/* empty css */
42
43
  import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
43
44
  import "../../debounce-Cm69Z_cF.js";
44
45
  import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
@@ -46,9 +47,9 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
46
47
  import "../../ui/g/DragAndDrop/DragAndDrop.js";
47
48
  import "../../throttle-BCrS-Wew.js";
48
49
  import "../../ui/utils/formatting.js";
49
- const bo = {
50
+ const uo = {
50
51
  title: "f/fields/SelectInput",
51
- component: p,
52
+ component: l,
52
53
  subcomponents: {
53
54
  // Item:SelectInput.Item
54
55
  },
@@ -77,7 +78,7 @@ const bo = {
77
78
  gap: "1rem"
78
79
  },
79
80
  children: [
80
- /* @__PURE__ */ i(p, { ...o }),
81
+ /* @__PURE__ */ i(l, { ...o }),
81
82
  /* @__PURE__ */ i(m, {})
82
83
  ]
83
84
  }
@@ -135,16 +136,16 @@ f.args = {
135
136
  placeholder: "Type to search",
136
137
  multiple: !0
137
138
  };
138
- const l = {
139
+ const p = {
139
140
  args: {
140
141
  ...t.args,
141
142
  hasDefault: !0,
142
143
  options: [...t.args.options.map((o, r) => r === 2 ? { ...o, isDefault: !0 } : o)]
143
144
  }
144
- }, uo = {
145
- ...l,
145
+ }, go = {
146
+ ...p,
146
147
  args: {
147
- ...l.args,
148
+ ...p.args,
148
149
  testOverride: !0
149
150
  }
150
151
  };
@@ -156,7 +157,7 @@ export {
156
157
  c as Optional,
157
158
  u as Required,
158
159
  d as StringAndObjects,
159
- l as WithDefault,
160
- uo as WithDefaultNoOverride,
161
- bo as default
160
+ p as WithDefault,
161
+ go as WithDefaultNoOverride,
162
+ uo as default
162
163
  };
@@ -4,7 +4,7 @@ import { Formik as n, Form as s } from "formik";
4
4
  import "../../ui/a/AppContext/Context.js";
5
5
  import "../../ui/a/AppContext/ContextProvider.js";
6
6
  import "../../ui/a/BlurOverlay/BlurOverlay.js";
7
- import { e as a, D as c } from "../../FormBuilder-BgjYyPAc.js";
7
+ import { e as a, D as c } from "../../FormBuilder-U45jur81.js";
8
8
  import "../../ui/a/Conversation/Context.js";
9
9
  import "../../ui/a/DotInfo/DotInfo.js";
10
10
  import "../../ui/a/Figure/Figure.js";
@@ -38,7 +38,8 @@ import "../../ui/b/Title/Title.js";
38
38
  import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
39
39
  import "../../ui/f/common/Label/Label.js";
40
40
  import "../../ui/f/common/Description/Description.js";
41
- import "../../ui/f/common/CharacterCount/CharacterCount.js";
41
+ import "../../ui/f/common/Hint/Hint.js";
42
+ import '../../assets/styles.css';/* empty css */
42
43
  import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
43
44
  import "../../debounce-Cm69Z_cF.js";
44
45
  import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
@@ -46,7 +47,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
46
47
  import "../../ui/g/DragAndDrop/DragAndDrop.js";
47
48
  import "../../throttle-BCrS-Wew.js";
48
49
  import "../../ui/utils/formatting.js";
49
- const ut = {
50
+ const ft = {
50
51
  title: "f/fields/TextInput",
51
52
  component: a,
52
53
  subcomponents: {
@@ -159,5 +160,5 @@ export {
159
160
  b as WithPlaceholder,
160
161
  C as WithShouldShowCharacterCountFalse,
161
162
  g as WithValidation,
162
- ut as default
163
+ ft as default
163
164
  };
@@ -1,10 +1,10 @@
1
1
  import { jsxs as n, jsx as i } from "react/jsx-runtime";
2
2
  import "react";
3
- import { Formik as p, Form as l } from "formik";
3
+ import { Formik as p, Form as m } from "formik";
4
4
  import "../../ui/a/AppContext/Context.js";
5
5
  import "../../ui/a/AppContext/ContextProvider.js";
6
6
  import "../../ui/a/BlurOverlay/BlurOverlay.js";
7
- import { h as a, D as m } from "../../FormBuilder-BgjYyPAc.js";
7
+ import { h as a, D as l } from "../../FormBuilder-U45jur81.js";
8
8
  import "../../ui/a/Conversation/Context.js";
9
9
  import "../../ui/a/DotInfo/DotInfo.js";
10
10
  import "../../ui/a/Figure/Figure.js";
@@ -38,7 +38,8 @@ import "../../ui/b/Title/Title.js";
38
38
  import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
39
39
  import "../../ui/f/common/Label/Label.js";
40
40
  import "../../ui/f/common/Description/Description.js";
41
- import "../../ui/f/common/CharacterCount/CharacterCount.js";
41
+ import "../../ui/f/common/Hint/Hint.js";
42
+ import '../../assets/styles.css';/* empty css */
42
43
  import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
43
44
  import "../../debounce-Cm69Z_cF.js";
44
45
  import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
@@ -46,7 +47,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
46
47
  import "../../ui/g/DragAndDrop/DragAndDrop.js";
47
48
  import "../../throttle-BCrS-Wew.js";
48
49
  import "../../ui/utils/formatting.js";
49
- const uo = {
50
+ const xo = {
50
51
  title: "f/fields/TextareaInput",
51
52
  component: a,
52
53
  subcomponents: {
@@ -57,7 +58,7 @@ const uo = {
57
58
  p,
58
59
  {
59
60
  initialValues: { feedback: "" },
60
- children: /* @__PURE__ */ i(l, { children: t() })
61
+ children: /* @__PURE__ */ i(m, { children: t() })
61
62
  }
62
63
  )
63
64
  ],
@@ -81,7 +82,7 @@ const uo = {
81
82
  },
82
83
  children: [
83
84
  /* @__PURE__ */ i(a, { ...t }),
84
- /* @__PURE__ */ i(m, {})
85
+ /* @__PURE__ */ i(l, {})
85
86
  ]
86
87
  }
87
88
  ), r = o.bind({});
@@ -148,5 +149,5 @@ export {
148
149
  u as VerticalResize,
149
150
  s as WithMaxLength,
150
151
  z as WithShouldShowCharacterCountFalse,
151
- uo as default
152
+ xo as default
152
153
  };
@@ -1,9 +1,9 @@
1
- import { jsxs as n, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as o, jsx as i } from "react/jsx-runtime";
2
2
  import { useRef as c, useState as u } from "react";
3
3
  import "../../ui/a/AppContext/Context.js";
4
4
  import "../../ui/a/AppContext/ContextProvider.js";
5
5
  import "../../ui/a/BlurOverlay/BlurOverlay.js";
6
- import { e as g, D as h } from "../../FormBuilder-BgjYyPAc.js";
6
+ import { e as g, D as h } from "../../FormBuilder-U45jur81.js";
7
7
  import "../../ui/a/Conversation/Context.js";
8
8
  import "../../ui/a/DotInfo/DotInfo.js";
9
9
  import "../../ui/a/Figure/Figure.js";
@@ -37,8 +37,9 @@ import "../../ui/b/Title/Title.js";
37
37
  import "../../ui/c/SocialMediaShareButton/SocialMediaShareButton.js";
38
38
  import "../../ui/f/common/Label/Label.js";
39
39
  import "../../ui/f/common/Description/Description.js";
40
+ import "../../ui/f/common/Hint/Hint.js";
40
41
  import { Formik as f, Form as C } from "formik";
41
- import "../../ui/f/common/CharacterCount/CharacterCount.js";
42
+ import '../../assets/styles.css';/* empty css */
42
43
  import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
43
44
  import "../../debounce-Cm69Z_cF.js";
44
45
  import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
@@ -46,7 +47,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
46
47
  import d from "../../ui/g/DragAndDrop/DragAndDrop.js";
47
48
  import "../../throttle-BCrS-Wew.js";
48
49
  import "../../ui/utils/formatting.js";
49
- const Ce = {
50
+ const be = {
50
51
  title: "g/DragAndDrop",
51
52
  component: d,
52
53
  subcomponents: {
@@ -58,7 +59,7 @@ const Ce = {
58
59
  argTypes: {
59
60
  backgroundColor: { control: "color" }
60
61
  }
61
- }, b = ({ children: e, dragHandleProps: t }) => /* @__PURE__ */ n(
62
+ }, b = ({ children: e, dragHandleProps: t }) => /* @__PURE__ */ o(
62
63
  "div",
63
64
  {
64
65
  style: {
@@ -71,11 +72,11 @@ const Ce = {
71
72
  e
72
73
  ]
73
74
  }
74
- ), be = {
75
+ ), ye = {
75
76
  args: {
76
77
  items: Array(8).fill().map((e, t) => ({
77
78
  disabled: t === 0,
78
- Content: (r) => /* @__PURE__ */ n(b, { dragHandleProps: r, children: [
79
+ Content: (r) => /* @__PURE__ */ o(b, { dragHandleProps: r, children: [
79
80
  "Item",
80
81
  " ",
81
82
  t + 1
@@ -83,7 +84,7 @@ const Ce = {
83
84
  identifier: `Item ${t + 1}`
84
85
  }))
85
86
  }
86
- }, y = ({ index: e, dragHandleProps: t }) => /* @__PURE__ */ n(
87
+ }, y = ({ index: e, dragHandleProps: t }) => /* @__PURE__ */ o(
87
88
  "div",
88
89
  {
89
90
  style: {
@@ -94,7 +95,7 @@ const Ce = {
94
95
  },
95
96
  children: [
96
97
  /* @__PURE__ */ i("span", { ...t, className: "ai-icon", children: "H" }),
97
- /* @__PURE__ */ n(
98
+ /* @__PURE__ */ o(
98
99
  "div",
99
100
  {
100
101
  style: {
@@ -106,7 +107,7 @@ const Ce = {
106
107
  gap: "var(--gap)"
107
108
  },
108
109
  children: [
109
- /* @__PURE__ */ n(
110
+ /* @__PURE__ */ o(
110
111
  "p",
111
112
  {
112
113
  style: {
@@ -124,7 +125,7 @@ const Ce = {
124
125
  )
125
126
  ]
126
127
  }
127
- ), ye = {
128
+ ), De = {
128
129
  render: ({ items: e }) => {
129
130
  const t = c();
130
131
  return /* @__PURE__ */ i(
@@ -132,7 +133,7 @@ const Ce = {
132
133
  {
133
134
  initialValues: { items: [] },
134
135
  innerRef: t,
135
- children: /* @__PURE__ */ n(C, { children: [
136
+ children: /* @__PURE__ */ o(C, { children: [
136
137
  /* @__PURE__ */ i(d, { onOrderChange: (a) => {
137
138
  const { values: s, setFieldValue: l } = t.current || {}, m = a.map(({ identifier: p }) => s == null ? void 0 : s[p]);
138
139
  l("items", m);
@@ -148,7 +149,7 @@ const Ce = {
148
149
  identifier: `input-${t + 1}`
149
150
  }))
150
151
  }
151
- }, o = ({ name: e, dragHandleProps: t }) => /* @__PURE__ */ n(
152
+ }, n = ({ name: e, dragHandleProps: t }) => /* @__PURE__ */ o(
152
153
  "div",
153
154
  {
154
155
  style: {
@@ -170,30 +171,30 @@ const Ce = {
170
171
  id: "visible",
171
172
  title: "Visible columns",
172
173
  items: [
173
- { identifier: "name", Content: (e) => /* @__PURE__ */ i(o, { name: "Name", dragHandleProps: e }) },
174
- { identifier: "email", Content: (e) => /* @__PURE__ */ i(o, { name: "Email", dragHandleProps: e }) },
175
- { identifier: "status", Content: (e) => /* @__PURE__ */ i(o, { name: "Status", dragHandleProps: e }) },
176
- { identifier: "role", Content: (e) => /* @__PURE__ */ i(o, { name: "Role", dragHandleProps: e }) }
174
+ { identifier: "name", Content: (e) => /* @__PURE__ */ i(n, { name: "Name", dragHandleProps: e }) },
175
+ { identifier: "email", Content: (e) => /* @__PURE__ */ i(n, { name: "Email", dragHandleProps: e }) },
176
+ { identifier: "status", Content: (e) => /* @__PURE__ */ i(n, { name: "Status", dragHandleProps: e }) },
177
+ { identifier: "role", Content: (e) => /* @__PURE__ */ i(n, { name: "Role", dragHandleProps: e }) }
177
178
  ]
178
179
  },
179
180
  {
180
181
  id: "hidden",
181
182
  title: "Hidden columns",
182
183
  items: [
183
- { identifier: "created_at", Content: (e) => /* @__PURE__ */ i(o, { name: "Created At", dragHandleProps: e }) },
184
- { identifier: "updated_at", Content: (e) => /* @__PURE__ */ i(o, { name: "Updated At", dragHandleProps: e }) }
184
+ { identifier: "created_at", Content: (e) => /* @__PURE__ */ i(n, { name: "Created At", dragHandleProps: e }) },
185
+ { identifier: "updated_at", Content: (e) => /* @__PURE__ */ i(n, { name: "Updated At", dragHandleProps: e }) }
185
186
  ]
186
187
  }
187
- ], v = ({ identifier: e, dragHandleProps: t }) => /* @__PURE__ */ i(o, { name: e, dragHandleProps: t }), H = (e) => e.map((t) => ({
188
+ ], v = ({ identifier: e, dragHandleProps: t }) => /* @__PURE__ */ i(n, { name: e, dragHandleProps: t }), H = (e) => e.map((t) => ({
188
189
  ...t,
189
190
  items: t.items.map((r) => ({
190
191
  ...r,
191
192
  Content: r.Content || ((a) => /* @__PURE__ */ i(v, { identifier: r.identifier, dragHandleProps: a }))
192
193
  }))
193
- })), De = {
194
+ })), ve = {
194
195
  render: ({ sections: e = D, sectionTitleClassName: t }) => {
195
196
  const r = H(e), [a, s] = u(r);
196
- return /* @__PURE__ */ n("div", { style: { maxWidth: "400px", padding: "1rem" }, children: [
197
+ return /* @__PURE__ */ o("div", { style: { maxWidth: "400px", padding: "1rem" }, children: [
197
198
  /* @__PURE__ */ i("h3", { style: { marginBottom: "1rem" }, children: "Multi-Section Drag and Drop" }),
198
199
  /* @__PURE__ */ i("p", { style: { marginBottom: "1rem", color: "#666" }, children: "Drag items to reorder within a section or move between sections." }),
199
200
  /* @__PURE__ */ i(
@@ -240,8 +241,8 @@ const Ce = {
240
241
  }
241
242
  };
242
243
  export {
243
- be as Base,
244
- De as MultiSection,
245
- ye as WithFormikInputs,
246
- Ce as default
244
+ ye as Base,
245
+ ve as MultiSection,
246
+ De as WithFormikInputs,
247
+ be as default
247
248
  };