@pareto-engineering/design-system 5.12.2 → 5.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{FormBuilder-Cn9TX6jo.js → FormBuilder-B0O9NnhC.js} +9756 -9731
- package/dist/assets/CharacterCount.css +1 -0
- package/dist/assets/FormBuilder.css +1 -1
- package/dist/index.js +37 -35
- package/dist/stories/a/AppContext.stories.js +6 -5
- package/dist/stories/a/AreaChart.stories.js +4 -3
- package/dist/stories/a/BarChart.stories.js +8 -7
- package/dist/stories/a/BlurOverlay.stories.js +4 -3
- package/dist/stories/a/ContentTree.stories.js +6 -5
- package/dist/stories/a/Conversation.stories.js +8 -7
- package/dist/stories/a/DatePicker.stories.js +4 -3
- package/dist/stories/a/DotInfo.stories.js +6 -5
- package/dist/stories/a/Figure.stories.js +6 -5
- package/dist/stories/a/HamburgerButton.stories.js +6 -5
- package/dist/stories/a/IconList.stories.js +6 -5
- package/dist/stories/a/Label.stories.js +6 -5
- package/dist/stories/a/LoadingCircle.stories.js +6 -5
- package/dist/stories/a/MetaCard.stories.js +4 -3
- package/dist/stories/a/Notification.stories.js +12 -11
- package/dist/stories/a/NotificationStack.stories.js +6 -5
- package/dist/stories/a/People.stories.js +10 -9
- package/dist/stories/a/PieChart.stories.js +7 -6
- package/dist/stories/a/Popover.stories.js +4 -3
- package/dist/stories/a/ProgressBar.stories.js +6 -5
- package/dist/stories/a/Quote.stories.js +4 -3
- package/dist/stories/a/Removable.stories.js +6 -5
- package/dist/stories/a/SVG.stories.js +12 -11
- package/dist/stories/a/SnapScroller.stories.js +8 -7
- package/dist/stories/a/Spinner.stories.js +6 -5
- package/dist/stories/a/TextSteps.stories.js +6 -5
- package/dist/stories/a/Timestamp.stories.js +4 -3
- package/dist/stories/a/Tip.stories.js +4 -3
- package/dist/stories/a/ToggleSwitch.stories.js +7 -6
- package/dist/stories/a/Tooltip.stories.js +10 -9
- package/dist/stories/a/XMLEditor.stories.js +4 -3
- package/dist/stories/b/Button/Button.stories.js +6 -5
- package/dist/stories/b/Button/Group.stories.js +4 -3
- package/dist/stories/b/Card/Card.stories.js +4 -3
- package/dist/stories/b/Card/Group.stories.js +4 -3
- package/dist/stories/b/Logo.stories.js +7 -6
- package/dist/stories/b/Page.stories.js +9 -8
- package/dist/stories/b/SocialMediaButton.stories.js +4 -3
- package/dist/stories/b/ThemeSelector.stories.js +6 -5
- package/dist/stories/b/Title.stories.js +6 -5
- package/dist/stories/c/Modal.stories.js +4 -3
- package/dist/stories/c/Shortener.stories.js +4 -3
- package/dist/stories/c/SocialMediaShareButton.stories.js +4 -3
- package/dist/stories/f/Checkbox.stories.js +4 -3
- package/dist/stories/f/ChoicesInput.stories.js +6 -5
- package/dist/stories/f/Combobox.stories.js +6 -5
- package/dist/stories/f/Description.stories.js +4 -3
- package/dist/stories/f/DragAndDropFileUpload.stories.js +14 -13
- package/dist/stories/f/EditorInput.stories.js +4 -3
- package/dist/stories/f/FileUpload.stories.js +10 -9
- package/dist/stories/f/Label.stories.js +6 -5
- package/dist/stories/f/LinkInput.stories.js +4 -3
- package/dist/stories/f/RadioInput.stories.js +6 -5
- package/dist/stories/f/RatingsInput.stories.js +4 -3
- package/dist/stories/f/SelectInput.stories.js +6 -5
- package/dist/stories/f/TextInput.stories.js +42 -28
- package/dist/stories/f/TextareaInput.stories.js +39 -26
- package/dist/stories/g/DragAndDrop.stories.js +8 -7
- package/dist/stories/g/ExpandableLexicalPreview.stories.js +4 -3
- package/dist/stories/g/FormBuilder.stories.js +98 -35
- package/dist/ui/a/AnimatedGradient/AnimatedGradient.js +1 -1
- package/dist/ui/a/AnimatedGradient/index.js +1 -1
- package/dist/ui/a/ContentTree/ContentTree.js +1 -1
- package/dist/ui/a/ContentTree/common/Tree/Tree.js +3 -2
- package/dist/ui/a/ContentTree/common/Tree/index.js +1 -1
- package/dist/ui/a/ContentTree/common/index.js +1 -1
- package/dist/ui/a/ContentTree/index.js +1 -1
- package/dist/ui/a/Conversation/Conversation.js +3 -2
- package/dist/ui/a/Conversation/index.js +1 -1
- package/dist/ui/a/Notification/Notification.js +3 -2
- package/dist/ui/a/Notification/index.js +1 -1
- package/dist/ui/a/NotificationStack/NotificationStack.js +1 -1
- package/dist/ui/a/NotificationStack/index.js +1 -1
- package/dist/ui/a/index.js +1 -1
- package/dist/ui/b/Button/Button.js +3 -2
- package/dist/ui/b/Button/index.js +1 -1
- package/dist/ui/b/Card/Card.js +3 -2
- package/dist/ui/b/Card/common/Group/Group.js +3 -2
- package/dist/ui/b/Card/common/Group/index.js +1 -1
- package/dist/ui/b/Card/common/index.js +1 -1
- package/dist/ui/b/Card/index.js +1 -1
- package/dist/ui/b/Logo/Logo.js +1 -1
- package/dist/ui/b/Logo/index.js +1 -1
- package/dist/ui/b/Page/Page.js +1 -1
- package/dist/ui/b/Page/common/PageHelmet/PageHelmet.js +1 -1
- package/dist/ui/b/Page/common/PageHelmet/index.js +1 -1
- package/dist/ui/b/Page/common/index.js +1 -1
- package/dist/ui/b/Page/index.js +1 -1
- package/dist/ui/b/SocialMediaButton/SocialMediaButton.js +1 -1
- package/dist/ui/b/SocialMediaButton/index.js +1 -1
- package/dist/ui/b/ThemeSelector/ThemeSelector.js +1 -1
- package/dist/ui/b/ThemeSelector/index.js +1 -1
- package/dist/ui/b/index.js +1 -1
- package/dist/ui/c/Modal/Modal.js +1 -1
- package/dist/ui/c/Modal/common/ModalHeader/ModalHeader.js +3 -2
- package/dist/ui/c/Modal/common/ModalHeader/index.js +1 -1
- package/dist/ui/c/Modal/common/index.js +1 -1
- package/dist/ui/c/Modal/index.js +1 -1
- package/dist/ui/c/Shortener/Shortener.js +1 -1
- package/dist/ui/c/Shortener/index.js +1 -1
- package/dist/ui/c/index.js +1 -1
- package/dist/ui/f/FormInput/FormInput.js +4 -3
- package/dist/ui/f/FormInput/index.js +1 -1
- package/dist/ui/f/common/CharacterCount/CharacterCount.js +36 -0
- package/dist/ui/f/common/CharacterCount/index.js +4 -0
- package/dist/ui/f/common/Debugger/Debugger.js +1 -1
- package/dist/ui/f/common/Debugger/index.js +1 -1
- package/dist/ui/f/common/index.js +8 -6
- package/dist/ui/f/fields/Checkbox/Checkbox.js +3 -2
- package/dist/ui/f/fields/Checkbox/index.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/ChoicesInput.js +4 -2
- package/dist/ui/f/fields/ChoicesInput/index.js +1 -1
- package/dist/ui/f/fields/DragAndDropFileUpload/DragAndDropFileUpload.js +3 -2
- package/dist/ui/f/fields/DragAndDropFileUpload/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/EditorInput.js +3 -2
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/FileUpload.js +3 -2
- package/dist/ui/f/fields/FileUpload/common/Preview/Preview.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/Preview/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/PreviewNewRegistration.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/index.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/LatexPreviewInput.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/index.js +1 -1
- package/dist/ui/f/fields/LinkInput/LinkInput.js +3 -2
- package/dist/ui/f/fields/LinkInput/index.js +1 -1
- package/dist/ui/f/fields/PasswordInput/PasswordInput.js +3 -2
- package/dist/ui/f/fields/PasswordInput/index.js +1 -1
- package/dist/ui/f/fields/QueryChoices/QueryChoices.js +1 -1
- package/dist/ui/f/fields/QueryChoices/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/Combobox.js +4 -3
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +4 -3
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/index.js +1 -1
- package/dist/ui/f/fields/QuerySelect/QuerySelect.js +3 -2
- package/dist/ui/f/fields/QuerySelect/index.js +1 -1
- package/dist/ui/f/fields/RatingsInput/RatingsInput.js +4 -2
- package/dist/ui/f/fields/RatingsInput/index.js +1 -1
- package/dist/ui/f/fields/SearchDropdown/SearchDropdown.js +3 -2
- package/dist/ui/f/fields/SearchDropdown/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/SelectInput.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Menu/Menu.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Menu/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Multiple/Multiple.js +3 -2
- package/dist/ui/f/fields/SelectInput/common/Multiple/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Single/Single.js +3 -2
- package/dist/ui/f/fields/SelectInput/common/Single/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/index.js +1 -1
- package/dist/ui/f/fields/SelectSingle/SelectSingle.js +14 -13
- package/dist/ui/f/fields/TextInput/TextInput.js +2 -2
- package/dist/ui/f/fields/TextInput/index.js +1 -1
- package/dist/ui/f/fields/TextareaInput/TextareaInput.js +2 -2
- package/dist/ui/f/fields/TextareaInput/index.js +1 -1
- package/dist/ui/f/fields/ToggleInput/ToggleInput.js +3 -2
- package/dist/ui/f/fields/ToggleInput/index.js +1 -1
- package/dist/ui/f/fields/index.js +1 -1
- package/dist/ui/f/index.js +36 -34
- package/dist/ui/g/ExpandableLexicalPreview/ExpandableLexicalPreview.js +3 -2
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/NewWindowPortal.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/index.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/common/index.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/index.js +1 -1
- package/dist/ui/g/FormBuilder/FormBuilder.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/Builder.js +3 -2
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/ActionsContainer.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/InputBuilder.js +3 -2
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/Section.js +4 -3
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/Renderer.js +2 -6
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/Section.js +4 -3
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/index.js +1 -1
- package/dist/ui/g/index.js +1 -1
- package/dist/ui/index.js +37 -35
- package/package.json +3 -3
|
@@ -4,7 +4,7 @@ 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 { n as i } from "../../FormBuilder-
|
|
7
|
+
import { n as i } from "../../FormBuilder-B0O9NnhC.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,6 +38,7 @@ 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
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const io = {
|
|
49
50
|
title: "f/fields/FileUpload",
|
|
50
51
|
component: i,
|
|
51
52
|
subcomponents: {
|
|
@@ -74,12 +75,12 @@ const oo = {
|
|
|
74
75
|
".pdf,application/pdf"
|
|
75
76
|
]
|
|
76
77
|
}
|
|
77
|
-
},
|
|
78
|
+
}, to = {
|
|
78
79
|
args: {
|
|
79
80
|
...t.args,
|
|
80
81
|
multiple: !0
|
|
81
82
|
}
|
|
82
|
-
},
|
|
83
|
+
}, ro = {
|
|
83
84
|
args: {
|
|
84
85
|
...t.args,
|
|
85
86
|
maxCount: 2
|
|
@@ -89,13 +90,13 @@ const oo = {
|
|
|
89
90
|
name: "test.tar",
|
|
90
91
|
url: "https://forte-development-assets.pareto.ai/task/73/101568dad8544564901830661183e281.tar?Expires=1725387927&Signature=D8wIYnCQKyS6kkZbumgHHJ8fXnciwz1f31YGpKUH47InfPFDqGTDpEDub4xsjDPlxlDWomNj05xJs~uiaef49ZuRnPKRgcUFzw86Pn9A81Rw5gawfmuIpJPaUIkhG6VpsmH5pKnnEX2jWb0t5OqD~jMiL1aQU8f7HS241E9qdLy1kG9BHAHYR8IxSz9mHeZD3k~cjVW3I4QtB1PuN3nOgLH1ebBHI0Y1bk6kyVT1Bihz0bpbdg6o5KkoV6DKqLUGbsxvYliWOX8XCjkoDujtl8hDnTFS6Hix75a9idf3qVbTA7IDhoGodzVRw8MbyIHashxQ5-5XRF0mAblJr~2QTQ__&Key-Pair-Id=K3IY7IU3GPUR0N",
|
|
91
92
|
writeOnly: !1
|
|
92
|
-
},
|
|
93
|
+
}, po = {
|
|
93
94
|
render: () => /* @__PURE__ */ o(i.Preview, { file: e })
|
|
94
95
|
};
|
|
95
96
|
export {
|
|
96
97
|
t as Base,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
to as Multiple,
|
|
99
|
+
po as Preview,
|
|
100
|
+
ro as WithLimitedCount,
|
|
101
|
+
io as default
|
|
101
102
|
};
|
|
@@ -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-
|
|
6
|
+
import "../../FormBuilder-B0O9NnhC.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";
|
|
@@ -38,6 +38,7 @@ 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
40
|
import "formik";
|
|
41
|
+
import "../../ui/f/common/CharacterCount/CharacterCount.js";
|
|
41
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const $ = {
|
|
49
50
|
title: "f/common/Label",
|
|
50
51
|
component: o,
|
|
51
52
|
subcomponents: {
|
|
@@ -57,12 +58,12 @@ const Z = {
|
|
|
57
58
|
argTypes: {
|
|
58
59
|
backgroundColor: { control: "color" }
|
|
59
60
|
}
|
|
60
|
-
}, t = (r) => /* @__PURE__ */ m(o, { ...r, children: "Sample Label" }),
|
|
61
|
+
}, t = (r) => /* @__PURE__ */ m(o, { ...r, children: "Sample Label" }), oo = t.bind(), p = t.bind({});
|
|
61
62
|
p.args = {
|
|
62
63
|
optional: !0
|
|
63
64
|
};
|
|
64
65
|
export {
|
|
65
|
-
|
|
66
|
+
oo as Base,
|
|
66
67
|
p as Optional,
|
|
67
|
-
|
|
68
|
+
$ as default
|
|
68
69
|
};
|
|
@@ -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 { l as p, D as n } from "../../FormBuilder-
|
|
7
|
+
import { l as p, D as n } from "../../FormBuilder-B0O9NnhC.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,6 +38,7 @@ 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
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const so = {
|
|
49
50
|
title: "f/fields/LinkInput",
|
|
50
51
|
component: p,
|
|
51
52
|
subcomponents: {
|
|
@@ -118,5 +119,5 @@ export {
|
|
|
118
119
|
g as WithDisabled,
|
|
119
120
|
b as WithPlaceholder,
|
|
120
121
|
d as WithValidation,
|
|
121
|
-
|
|
122
|
+
so as default
|
|
122
123
|
};
|
|
@@ -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-
|
|
7
|
+
import "../../FormBuilder-B0O9NnhC.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,6 +38,7 @@ 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
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import p from "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const $ = {
|
|
49
50
|
title: "f/fields/RadioInput",
|
|
50
51
|
component: p,
|
|
51
52
|
subcomponents: {
|
|
@@ -63,13 +64,13 @@ const Z = {
|
|
|
63
64
|
argTypes: {
|
|
64
65
|
backgroundColor: { control: "color" }
|
|
65
66
|
}
|
|
66
|
-
},
|
|
67
|
+
}, oo = {
|
|
67
68
|
args: {
|
|
68
69
|
label: "Radio Input",
|
|
69
70
|
name: "option"
|
|
70
71
|
}
|
|
71
72
|
};
|
|
72
73
|
export {
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
oo as Base,
|
|
75
|
+
$ as default
|
|
75
76
|
};
|
|
@@ -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-
|
|
7
|
+
import { R as p, D as l } from "../../FormBuilder-B0O9NnhC.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,6 +38,7 @@ 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
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const nt = {
|
|
49
50
|
title: "f/fields/RatingsInput",
|
|
50
51
|
component: p,
|
|
51
52
|
subcomponents: {
|
|
@@ -113,5 +114,5 @@ export {
|
|
|
113
114
|
c as Labels,
|
|
114
115
|
m as Numbers,
|
|
115
116
|
s as Optional,
|
|
116
|
-
|
|
117
|
+
nt as default
|
|
117
118
|
};
|
|
@@ -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-
|
|
7
|
+
import { f as p, D as m } from "../../FormBuilder-B0O9NnhC.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,6 +38,7 @@ 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
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const bo = {
|
|
49
50
|
title: "f/fields/SelectInput",
|
|
50
51
|
component: p,
|
|
51
52
|
subcomponents: {
|
|
@@ -140,7 +141,7 @@ const l = {
|
|
|
140
141
|
hasDefault: !0,
|
|
141
142
|
options: [...t.args.options.map((o, r) => r === 2 ? { ...o, isDefault: !0 } : o)]
|
|
142
143
|
}
|
|
143
|
-
},
|
|
144
|
+
}, uo = {
|
|
144
145
|
...l,
|
|
145
146
|
args: {
|
|
146
147
|
...l.args,
|
|
@@ -156,6 +157,6 @@ export {
|
|
|
156
157
|
u as Required,
|
|
157
158
|
d as StringAndObjects,
|
|
158
159
|
l as WithDefault,
|
|
159
|
-
|
|
160
|
-
|
|
160
|
+
uo as WithDefaultNoOverride,
|
|
161
|
+
bo as default
|
|
161
162
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as p, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { Formik as
|
|
3
|
+
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
|
|
7
|
+
import { e as a, D as c } from "../../FormBuilder-B0O9NnhC.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,6 +38,7 @@ 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
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,18 +46,18 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const ut = {
|
|
49
50
|
title: "f/fields/TextInput",
|
|
50
|
-
component:
|
|
51
|
+
component: a,
|
|
51
52
|
subcomponents: {
|
|
52
53
|
// Item:TextInput.Item
|
|
53
54
|
},
|
|
54
55
|
decorators: [
|
|
55
56
|
(r) => /* @__PURE__ */ e(
|
|
56
|
-
|
|
57
|
+
n,
|
|
57
58
|
{
|
|
58
59
|
initialValues: { email: "", name: "", company: "" },
|
|
59
|
-
children: /* @__PURE__ */ e(
|
|
60
|
+
children: /* @__PURE__ */ e(s, { children: r() })
|
|
60
61
|
}
|
|
61
62
|
)
|
|
62
63
|
],
|
|
@@ -72,7 +73,7 @@ const bt = {
|
|
|
72
73
|
optional: { control: "boolean" },
|
|
73
74
|
symbol: { control: "text" }
|
|
74
75
|
}
|
|
75
|
-
}, t = (r) => /* @__PURE__ */
|
|
76
|
+
}, t = (r) => /* @__PURE__ */ p(
|
|
76
77
|
"div",
|
|
77
78
|
{
|
|
78
79
|
style: {
|
|
@@ -81,8 +82,8 @@ const bt = {
|
|
|
81
82
|
gap: "1rem"
|
|
82
83
|
},
|
|
83
84
|
children: [
|
|
84
|
-
/* @__PURE__ */ e(
|
|
85
|
-
/* @__PURE__ */ e(
|
|
85
|
+
/* @__PURE__ */ e(a, { ...r }),
|
|
86
|
+
/* @__PURE__ */ e(c, {})
|
|
86
87
|
]
|
|
87
88
|
}
|
|
88
89
|
), o = t.bind({});
|
|
@@ -90,26 +91,26 @@ o.args = {
|
|
|
90
91
|
name: "email",
|
|
91
92
|
label: "How can we reach you ?"
|
|
92
93
|
};
|
|
93
|
-
const
|
|
94
|
-
|
|
94
|
+
const d = t.bind({});
|
|
95
|
+
d.args = {
|
|
95
96
|
...o.args,
|
|
96
97
|
optional: !0
|
|
97
98
|
};
|
|
98
|
-
const
|
|
99
|
+
const m = (r) => {
|
|
99
100
|
let i = "";
|
|
100
101
|
return r.length > 3 || (i = "Value should be greater than 3 characters"), i;
|
|
101
|
-
},
|
|
102
|
-
|
|
102
|
+
}, g = t.bind({});
|
|
103
|
+
g.args = {
|
|
103
104
|
...o.args,
|
|
104
|
-
validate:
|
|
105
|
+
validate: m
|
|
105
106
|
};
|
|
106
107
|
const b = t.bind({});
|
|
107
108
|
b.args = {
|
|
108
109
|
...o.args,
|
|
109
110
|
placeholder: "Email address"
|
|
110
111
|
};
|
|
111
|
-
const
|
|
112
|
-
|
|
112
|
+
const h = t.bind({});
|
|
113
|
+
h.args = {
|
|
113
114
|
...o.args,
|
|
114
115
|
autoComplete: "off"
|
|
115
116
|
};
|
|
@@ -124,26 +125,39 @@ f.args = {
|
|
|
124
125
|
name: "date",
|
|
125
126
|
label: "Select date"
|
|
126
127
|
};
|
|
127
|
-
const
|
|
128
|
-
|
|
128
|
+
const x = t.bind({});
|
|
129
|
+
x.args = {
|
|
129
130
|
type: "time",
|
|
130
131
|
name: "time",
|
|
131
132
|
label: "Select time"
|
|
132
133
|
};
|
|
133
|
-
const
|
|
134
|
-
|
|
134
|
+
const y = t.bind({});
|
|
135
|
+
y.args = {
|
|
135
136
|
...o.args,
|
|
136
137
|
symbol: "'$'"
|
|
137
138
|
};
|
|
139
|
+
const l = t.bind({});
|
|
140
|
+
l.args = {
|
|
141
|
+
...o.args,
|
|
142
|
+
maxLength: 10,
|
|
143
|
+
validate: m
|
|
144
|
+
};
|
|
145
|
+
const C = t.bind({});
|
|
146
|
+
C.args = {
|
|
147
|
+
...l.args,
|
|
148
|
+
shouldShowCharacterCount: !1
|
|
149
|
+
};
|
|
138
150
|
export {
|
|
139
151
|
o as Base,
|
|
140
152
|
f as Date,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
153
|
+
y as HasSymbol,
|
|
154
|
+
d as Optional,
|
|
155
|
+
x as Time,
|
|
156
|
+
h as WithAutoCompleteOff,
|
|
145
157
|
u as WithDisabled,
|
|
158
|
+
l as WithMaxLength,
|
|
146
159
|
b as WithPlaceholder,
|
|
147
|
-
|
|
148
|
-
|
|
160
|
+
C as WithShouldShowCharacterCountFalse,
|
|
161
|
+
g as WithValidation,
|
|
162
|
+
ut as default
|
|
149
163
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as n, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { Formik as
|
|
3
|
+
import { Formik as p, Form as l } 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
|
|
7
|
+
import { h as a, D as m } from "../../FormBuilder-B0O9NnhC.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,6 +38,7 @@ 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
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const uo = {
|
|
49
50
|
title: "f/fields/TextareaInput",
|
|
50
51
|
component: a,
|
|
51
52
|
subcomponents: {
|
|
@@ -53,10 +54,10 @@ const bo = {
|
|
|
53
54
|
},
|
|
54
55
|
decorators: [
|
|
55
56
|
(t) => /* @__PURE__ */ i(
|
|
56
|
-
|
|
57
|
+
p,
|
|
57
58
|
{
|
|
58
59
|
initialValues: { feedback: "" },
|
|
59
|
-
children: /* @__PURE__ */ i(
|
|
60
|
+
children: /* @__PURE__ */ i(l, { children: t() })
|
|
60
61
|
}
|
|
61
62
|
)
|
|
62
63
|
],
|
|
@@ -70,7 +71,7 @@ const bo = {
|
|
|
70
71
|
labelAsDescription: { control: "boolean" },
|
|
71
72
|
optional: { control: "boolean" }
|
|
72
73
|
}
|
|
73
|
-
}, o = (t) => /* @__PURE__ */
|
|
74
|
+
}, o = (t) => /* @__PURE__ */ n(
|
|
74
75
|
"div",
|
|
75
76
|
{
|
|
76
77
|
style: {
|
|
@@ -80,7 +81,7 @@ const bo = {
|
|
|
80
81
|
},
|
|
81
82
|
children: [
|
|
82
83
|
/* @__PURE__ */ i(a, { ...t }),
|
|
83
|
-
/* @__PURE__ */ i(
|
|
84
|
+
/* @__PURE__ */ i(m, {})
|
|
84
85
|
]
|
|
85
86
|
}
|
|
86
87
|
), r = o.bind({});
|
|
@@ -88,36 +89,36 @@ r.args = {
|
|
|
88
89
|
name: "feedback",
|
|
89
90
|
label: "What can we improve on?"
|
|
90
91
|
};
|
|
91
|
-
const
|
|
92
|
-
|
|
92
|
+
const c = o.bind({});
|
|
93
|
+
c.args = {
|
|
93
94
|
...r.args,
|
|
94
95
|
optional: !0
|
|
95
96
|
};
|
|
96
|
-
const
|
|
97
|
-
|
|
97
|
+
const d = o.bind({});
|
|
98
|
+
d.args = {
|
|
98
99
|
...r.args,
|
|
99
100
|
placeholder: "Type your feedback here..."
|
|
100
101
|
};
|
|
101
|
-
const
|
|
102
|
+
const g = (t) => {
|
|
102
103
|
let e = "";
|
|
103
104
|
return t.length > 3 || (e = "Value should be greater than 3 characters"), e;
|
|
104
105
|
}, b = o.bind({});
|
|
105
106
|
b.args = {
|
|
106
107
|
...r.args,
|
|
107
|
-
validate:
|
|
108
|
-
};
|
|
109
|
-
const g = o.bind({});
|
|
110
|
-
g.args = {
|
|
111
|
-
...r.args,
|
|
112
|
-
disabled: !0
|
|
108
|
+
validate: g
|
|
113
109
|
};
|
|
114
110
|
const h = o.bind({});
|
|
115
111
|
h.args = {
|
|
116
112
|
...r.args,
|
|
117
|
-
|
|
113
|
+
disabled: !0
|
|
118
114
|
};
|
|
119
115
|
const u = o.bind({});
|
|
120
116
|
u.args = {
|
|
117
|
+
...r.args,
|
|
118
|
+
resize: "vertical"
|
|
119
|
+
};
|
|
120
|
+
const x = o.bind({});
|
|
121
|
+
x.args = {
|
|
121
122
|
...r.args,
|
|
122
123
|
resize: "horizontal"
|
|
123
124
|
};
|
|
@@ -126,14 +127,26 @@ f.args = {
|
|
|
126
127
|
...r.args,
|
|
127
128
|
resize: "none"
|
|
128
129
|
};
|
|
130
|
+
const s = o.bind({});
|
|
131
|
+
s.args = {
|
|
132
|
+
...r.args,
|
|
133
|
+
maxLength: 10
|
|
134
|
+
};
|
|
135
|
+
const z = o.bind({});
|
|
136
|
+
z.args = {
|
|
137
|
+
...s.args,
|
|
138
|
+
shouldShowCharacterCount: !1
|
|
139
|
+
};
|
|
129
140
|
export {
|
|
130
141
|
r as Base,
|
|
131
142
|
f as DisableResize,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
143
|
+
h as Disabled,
|
|
144
|
+
x as HorizontalResize,
|
|
145
|
+
c as Optional,
|
|
146
|
+
d as Placeholder,
|
|
136
147
|
b as Validation,
|
|
137
|
-
|
|
138
|
-
|
|
148
|
+
u as VerticalResize,
|
|
149
|
+
s as WithMaxLength,
|
|
150
|
+
z as WithShouldShowCharacterCountFalse,
|
|
151
|
+
uo as default
|
|
139
152
|
};
|
|
@@ -3,7 +3,7 @@ import { useRef as d } 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 c, D as g } from "../../FormBuilder-
|
|
6
|
+
import { e as c, D as g } from "../../FormBuilder-B0O9NnhC.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";
|
|
@@ -38,6 +38,7 @@ 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
40
|
import { Formik as u, Form as h } from "formik";
|
|
41
|
+
import "../../ui/f/common/CharacterCount/CharacterCount.js";
|
|
41
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import p from "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const cr = {
|
|
49
50
|
title: "g/DragAndDrop",
|
|
50
51
|
component: p,
|
|
51
52
|
subcomponents: {
|
|
@@ -70,7 +71,7 @@ const dr = {
|
|
|
70
71
|
t
|
|
71
72
|
]
|
|
72
73
|
}
|
|
73
|
-
),
|
|
74
|
+
), gr = {
|
|
74
75
|
args: {
|
|
75
76
|
items: Array(8).fill().map((t, r) => ({
|
|
76
77
|
disabled: r === 0,
|
|
@@ -123,7 +124,7 @@ const dr = {
|
|
|
123
124
|
)
|
|
124
125
|
]
|
|
125
126
|
}
|
|
126
|
-
),
|
|
127
|
+
), ur = {
|
|
127
128
|
render: ({ items: t }) => {
|
|
128
129
|
const r = d();
|
|
129
130
|
return /* @__PURE__ */ o(
|
|
@@ -149,7 +150,7 @@ const dr = {
|
|
|
149
150
|
}
|
|
150
151
|
};
|
|
151
152
|
export {
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
gr as Base,
|
|
154
|
+
ur as WithFormikInputs,
|
|
155
|
+
cr as default
|
|
155
156
|
};
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../../ui/a/AppContext/Context.js";
|
|
4
4
|
import e from "../../ui/a/AppContext/ContextProvider.js";
|
|
5
5
|
import "../../ui/a/BlurOverlay/BlurOverlay.js";
|
|
6
|
-
import { s as r } from "../../FormBuilder-
|
|
6
|
+
import { s as r } from "../../FormBuilder-B0O9NnhC.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";
|
|
@@ -38,6 +38,7 @@ 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
40
|
import "formik";
|
|
41
|
+
import "../../ui/f/common/CharacterCount/CharacterCount.js";
|
|
41
42
|
import "../../ui/f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
42
43
|
import "../../debounce-Cm69Z_cF.js";
|
|
43
44
|
import "../../ui/f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
@@ -45,7 +46,7 @@ import "../../ui/f/fields/RadioInput/RadioInput.js";
|
|
|
45
46
|
import "../../ui/g/DragAndDrop/DragAndDrop.js";
|
|
46
47
|
import "../../throttle-BCrS-Wew.js";
|
|
47
48
|
import "../../ui/utils/formatting.js";
|
|
48
|
-
const
|
|
49
|
+
const it = {
|
|
49
50
|
title: "g/ExpandableLexicalPreview",
|
|
50
51
|
component: r,
|
|
51
52
|
subcomponents: {
|
|
@@ -66,5 +67,5 @@ p.args = {
|
|
|
66
67
|
};
|
|
67
68
|
export {
|
|
68
69
|
p as Base,
|
|
69
|
-
|
|
70
|
+
it as default
|
|
70
71
|
};
|