@pareto-engineering/design-system 5.13.1 → 5.13.3-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ExposePlainTextPlugin-DeW6mVaE.js → ExposePlainTextPlugin-21aMiDtd.js} +1 -1
- package/dist/{FormBuilder-DWHYIZCN.js → FormBuilder-D-D63IHE.js} +69 -69
- package/dist/{YAxis-ULEXP-uu.js → YAxis-BrfWZMKv.js} +7 -7
- package/dist/assets/FormBuilder.css +1 -1
- package/dist/assets/MetaCard.css +1 -1
- package/dist/assets/SnapScroller.css +1 -1
- package/dist/assets/SocialMediaShareButton.css +1 -1
- package/dist/exports.module-BY48WvdE.js +20 -0
- package/dist/{generateCategoricalChart-ar2rowoi.js → generateCategoricalChart-Ca9TKPy7.js} +97 -97
- package/dist/{index-CxkFVI6N.js → index-BOVlDh8S.js} +2 -2
- package/dist/{index-BUor0nOw.js → index-C3TenDWn.js} +27 -27
- package/dist/{index-C_b9PQD8.js → index-C4uazrih.js} +190 -217
- package/dist/index.js +14 -14
- package/dist/stories/StyleGuide/helpers.js +2 -2
- package/dist/stories/a/AppContext.stories.js +2 -2
- package/dist/stories/a/AreaChart.stories.js +2 -2
- package/dist/stories/a/BarChart.stories.js +2 -2
- package/dist/stories/a/BlurOverlay.stories.js +2 -2
- package/dist/stories/a/ContentTree.stories.js +2 -2
- package/dist/stories/a/Conversation.stories.js +2 -2
- package/dist/stories/a/DatePicker.stories.js +8 -8
- package/dist/stories/a/DotInfo.stories.js +2 -2
- package/dist/stories/a/Figure.stories.js +2 -2
- package/dist/stories/a/HamburgerButton.stories.js +2 -2
- package/dist/stories/a/IconList.stories.js +2 -2
- package/dist/stories/a/Label.stories.js +2 -2
- package/dist/stories/a/LoadingCircle.stories.js +2 -2
- package/dist/stories/a/MetaCard.stories.js +2 -2
- package/dist/stories/a/Notification.stories.js +2 -2
- package/dist/stories/a/NotificationStack.stories.js +2 -2
- package/dist/stories/a/People.stories.js +2 -2
- package/dist/stories/a/PieChart.stories.js +2 -2
- package/dist/stories/a/Popover.stories.js +2 -2
- package/dist/stories/a/ProgressBar.stories.js +2 -2
- package/dist/stories/a/Quote.stories.js +2 -2
- package/dist/stories/a/Removable.stories.js +2 -2
- package/dist/stories/a/SVG.stories.js +3 -3
- package/dist/stories/a/SnapScroller.stories.js +2 -2
- package/dist/stories/a/Spinner.stories.js +2 -2
- package/dist/stories/a/TextSteps.stories.js +2 -2
- package/dist/stories/a/Timestamp.stories.js +39 -28
- package/dist/stories/a/Tip.stories.js +2 -2
- package/dist/stories/a/ToggleSwitch.stories.js +3 -3
- package/dist/stories/a/Tooltip.stories.js +2 -2
- package/dist/stories/a/XMLEditor.stories.js +2 -2
- package/dist/stories/b/Button/Button.stories.js +2 -2
- package/dist/stories/b/Button/Group.stories.js +2 -2
- package/dist/stories/b/Card/Card.stories.js +5 -5
- package/dist/stories/b/Card/Group.stories.js +2 -2
- package/dist/stories/b/Logo.stories.js +2 -2
- package/dist/stories/b/Page.stories.js +2 -2
- package/dist/stories/b/SocialMediaButton.stories.js +2 -2
- package/dist/stories/b/ThemeSelector.stories.js +2 -2
- package/dist/stories/b/Title.stories.js +2 -2
- package/dist/stories/c/Modal.stories.js +2 -2
- package/dist/stories/c/Shortener.stories.js +2 -2
- package/dist/stories/c/SocialMediaShareButton.stories.js +2 -2
- package/dist/stories/f/Checkbox.stories.js +5 -5
- package/dist/stories/f/ChoicesInput.stories.js +17 -17
- package/dist/stories/f/Combobox.stories.js +2 -2
- package/dist/stories/f/Description.stories.js +2 -2
- package/dist/stories/f/DragAndDropFileUpload.stories.js +23 -23
- package/dist/stories/f/EditorInput.stories.js +2 -2
- package/dist/stories/f/FileUpload.stories.js +2 -2
- package/dist/stories/f/HighlightedTextInput.stories.js +2 -2
- package/dist/stories/f/Label.stories.js +2 -2
- package/dist/stories/f/LinkInput.stories.js +2 -2
- package/dist/stories/f/RadioInput.stories.js +2 -2
- package/dist/stories/f/RatingsInput.stories.js +5 -5
- package/dist/stories/f/SelectInput.stories.js +12 -12
- package/dist/stories/f/TextInput.stories.js +9 -9
- package/dist/stories/f/TextareaInput.stories.js +6 -6
- package/dist/stories/g/DragAndDrop.stories.js +6 -6
- package/dist/stories/g/ExpandableLexicalPreview.stories.js +6 -6
- package/dist/stories/g/FormBuilder.stories.js +2 -2
- package/dist/ui/a/AnimatedBlobs/AnimatedBlobs.js +2 -2
- package/dist/ui/a/AnimatedGradient/AnimatedGradient.js +4 -4
- package/dist/ui/a/AnimatedGradient/index.js +1 -1
- package/dist/ui/a/AppContext/ContextProvider.js +1 -1
- package/dist/ui/a/BlurOverlay/BlurOverlay.js +2 -2
- package/dist/ui/a/Charts/AreaChart/AreaChart.js +6 -6
- package/dist/ui/a/Charts/BarChart/BarChart.js +4 -4
- package/dist/ui/a/Charts/Common/CustomLegend/CustomLegend.js +2 -2
- package/dist/ui/a/Charts/Common/CustomTooltipContent/CustomTooltipContent.js +2 -2
- package/dist/ui/a/Charts/Common/YLabelsDropDown/YlabelsDropDown.js +2 -2
- package/dist/ui/a/Charts/PieChart/PieChart.js +119 -119
- package/dist/ui/a/ContentTree/ContentTree.js +3 -3
- package/dist/ui/a/ContentTree/common/Tree/Tree.js +4 -4
- 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 +4 -4
- package/dist/ui/a/Conversation/common/Message/Message.js +2 -2
- package/dist/ui/a/Conversation/index.js +3 -3
- package/dist/ui/a/DatePicker/DatePicker.js +2493 -7
- package/dist/ui/a/DatePicker/index.js +2 -2
- package/dist/ui/a/DotInfo/DotInfo.js +2 -2
- package/dist/ui/a/Figure/Figure.js +2 -2
- package/dist/ui/a/HamburgerButton/HamburgerButton.js +2 -2
- package/dist/ui/a/IconList/IconList.js +2 -2
- package/dist/ui/a/IconList/common/Item/Item.js +2 -2
- package/dist/ui/a/Label/Label.js +2 -2
- package/dist/ui/a/LoadingCircle/LoadingCircle.js +2 -2
- package/dist/ui/a/MetaCard/MetaCard.js +2 -2
- package/dist/ui/a/Notification/Notification.js +4 -4
- package/dist/ui/a/Notification/index.js +1 -1
- package/dist/ui/a/NotificationStack/NotificationStack.js +3 -3
- package/dist/ui/a/NotificationStack/index.js +1 -1
- package/dist/ui/a/People/People.js +2 -2
- package/dist/ui/a/People/common/Person/Person.js +2 -2
- package/dist/ui/a/Popover/Popover.js +2 -2
- package/dist/ui/a/ProgressBar/ProgressBar.js +2 -2
- package/dist/ui/a/Quote/Quote.js +2 -2
- package/dist/ui/a/Removable/Removable.js +2 -2
- package/dist/ui/a/SVG/SVG.js +2 -2
- package/dist/ui/a/SVG/common/UseSVG/UseSVG.js +1 -1
- package/dist/ui/a/SnapScroller/SnapScroller.js +2 -2
- package/dist/ui/a/Spinner/Spinner.js +2 -2
- package/dist/ui/a/TextSteps/TextSteps.js +2 -2
- package/dist/ui/a/ThroughPutIndicator/ThroughPutIndicator.js +2 -2
- package/dist/ui/a/Timestamp/Timestamp.js +154 -133
- package/dist/ui/a/Tip/Tip.js +2 -2
- package/dist/ui/a/ToggleSwitch/ToggleSwitch.js +1 -1
- package/dist/ui/a/Tooltip/Tooltip.js +2 -2
- package/dist/ui/a/XMLEditor/XMLEditor.js +16 -16
- package/dist/ui/a/XMLEditor/common/index.js +1 -1
- package/dist/ui/a/XMLEditor/common/theme.js +1 -1
- package/dist/ui/a/index.js +14 -14
- package/dist/ui/b/Button/Button.js +4 -4
- package/dist/ui/b/Button/common/Group/Group.js +2 -2
- package/dist/ui/b/Button/index.js +1 -1
- package/dist/ui/b/Card/Card.js +4 -4
- package/dist/ui/b/Card/common/Group/Group.js +4 -4
- package/dist/ui/b/Card/common/Group/index.js +1 -1
- package/dist/ui/b/Card/common/Section/Section.js +2 -2
- 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 +5 -5
- package/dist/ui/b/Logo/index.js +2 -2
- package/dist/ui/b/Page/Page.js +4 -4
- package/dist/ui/b/Page/common/PageHelmet/PageHelmet.js +3 -3
- package/dist/ui/b/Page/common/PageHelmet/index.js +1 -1
- package/dist/ui/b/Page/common/Section/Section.js +2 -2
- 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 +5 -5
- package/dist/ui/b/SocialMediaButton/index.js +1 -1
- package/dist/ui/b/ThemeSelector/ThemeSelector.js +5 -5
- package/dist/ui/b/ThemeSelector/index.js +1 -1
- package/dist/ui/b/Title/Title.js +2 -2
- package/dist/ui/b/index.js +3 -3
- package/dist/ui/c/Modal/Modal.js +3 -3
- package/dist/ui/c/Modal/common/ModalHeader/ModalHeader.js +4 -4
- 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 +4 -4
- package/dist/ui/c/Shortener/index.js +1 -1
- package/dist/ui/c/SocialMediaShareButton/SocialMediaShareButton.js +2 -2
- package/dist/ui/c/index.js +1 -1
- package/dist/ui/f/FormInput/FormInput.js +3 -3
- package/dist/ui/f/FormInput/index.js +1 -1
- package/dist/ui/f/common/CharacterCount/CharacterCount.js +1 -1
- package/dist/ui/f/common/Debugger/Debugger.js +2 -2
- package/dist/ui/f/common/Debugger/index.js +2 -2
- package/dist/ui/f/common/Description/Description.js +2 -2
- package/dist/ui/f/common/Hint/Hint.js +2 -2
- package/dist/ui/f/common/Label/Label.js +2 -2
- package/dist/ui/f/common/index.js +1 -1
- package/dist/ui/f/common/utils/lookUpInputValueFromOptions.js +1 -1
- package/dist/ui/f/fields/Checkbox/Checkbox.js +3 -3
- package/dist/ui/f/fields/Checkbox/index.js +2 -2
- package/dist/ui/f/fields/ChoicesInput/ChoicesInput.js +3 -3
- package/dist/ui/f/fields/ChoicesInput/common/Choice/common/ImageChoice/ImageChoice.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/common/Choice/common/TextChoice/TextChoice.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/index.js +1 -1
- package/dist/ui/f/fields/DragAndDropFileUpload/DragAndDropFileUpload.js +2 -2
- package/dist/ui/f/fields/DragAndDropFileUpload/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/EditorInput.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +5 -5
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ExposePlainTextPlugin.js +2 -2
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +5 -5
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/index.js +2 -2
- package/dist/ui/f/fields/EditorInput/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/FileUpload.js +3 -3
- package/dist/ui/f/fields/FileUpload/common/Preview/Preview.js +4 -4
- package/dist/ui/f/fields/FileUpload/common/Preview/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/PreviewNewRegistration.js +4 -4
- 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 +2 -2
- package/dist/ui/f/fields/HighlightedTextInput/HighlightedTextInput.js +2 -2
- package/dist/ui/f/fields/HighlightedTextInput/index.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/LatexPreviewInput.js +3 -3
- package/dist/ui/f/fields/LatexPreviewInput/convertLatexToHtml.js +3088 -3088
- package/dist/ui/f/fields/LatexPreviewInput/index.js +1 -1
- package/dist/ui/f/fields/LinkInput/LinkInput.js +4 -4
- package/dist/ui/f/fields/LinkInput/index.js +2 -2
- package/dist/ui/f/fields/PasswordInput/PasswordInput.js +2 -2
- package/dist/ui/f/fields/PasswordInput/index.js +2 -2
- package/dist/ui/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/Combobox.js +3 -3
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Menu/Menu.js +3 -3
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +3 -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/RadioInput/RadioInput.js +2 -2
- package/dist/ui/f/fields/RatingsInput/RatingsInput.js +3 -3
- package/dist/ui/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
- package/dist/ui/f/fields/RatingsInput/index.js +1 -1
- package/dist/ui/f/fields/SearchDropdown/SearchDropdown.js +3 -3
- package/dist/ui/f/fields/SearchDropdown/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/SelectInput.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Menu/Menu.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Menu/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Multiple/Multiple.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Multiple/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Single/Single.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Single/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/index.js +2 -2
- package/dist/ui/f/fields/SelectSingle/SelectSingle.js +3 -3
- 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 +3 -3
- package/dist/ui/f/fields/TextareaInput/index.js +2 -2
- package/dist/ui/f/fields/ToggleInput/ToggleInput.js +4 -4
- package/dist/ui/f/fields/ToggleInput/index.js +2 -2
- package/dist/ui/f/fields/index.js +12 -12
- package/dist/ui/f/index.js +17 -17
- package/dist/ui/g/DragAndDrop/DragAndDrop.js +1 -1
- package/dist/ui/g/DragAndDrop/common/DraggableItem/DraggableItem.js +1 -1
- package/dist/ui/g/DragAndDrop/common/MultiSectionDragAndDrop/MultiSectionDragAndDrop.js +1 -1
- package/dist/ui/g/DragAndDrop/common/SingleListDragAndDrop/SingleListDragAndDrop.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/ExpandableLexicalPreview.js +4 -4
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/NewWindowPortal.js +4 -4
- 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 +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/Builder.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/ActionsContainer.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/AutoQASection/AutoQASection.js +3 -3
- package/dist/ui/g/FormBuilder/common/Builder/common/AutoQASection/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/InputBuilder.js +3 -3
- 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 -4
- 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 +3 -3
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/Section.js +4 -4
- 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 +4 -4
- package/dist/ui/index.js +14 -14
- package/package.json +4 -4
- package/dist/DatePicker-DHuh_8q6.js +0 -1305
- package/dist/exports.module-DmUnHWIJ.js +0 -20
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as f } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as f } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/DotInfo.css';const g = f.base, d = "dot-info", t = ({
|
|
6
6
|
id: e,
|
|
7
7
|
className: r,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r, jsxs as p } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as l } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as l } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/Figure.css';const g = l.base, f = "photo-card", e = ({
|
|
6
6
|
id: i,
|
|
7
7
|
className: o,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as a } from "../../../index-
|
|
4
|
-
import { s as b } from "../../../exports.module-
|
|
3
|
+
import { P as a } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as b } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/HamburgerButton.css';const p = b.base, u = "hamburger-button", g = "squeeze", r = ({
|
|
6
6
|
id: s,
|
|
7
7
|
className: o,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as p } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as p } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import f from "./common/Item/Item.js";
|
|
6
6
|
import '../../../assets/IconList.css';const N = p.base, d = "icon-list", t = ({
|
|
7
7
|
id: i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../../../index-
|
|
4
|
-
import { s as p } from "../../../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as p } from "../../../../../exports.module-BY48WvdE.js";
|
|
5
5
|
const c = p.elementItem, f = ({
|
|
6
6
|
id: o,
|
|
7
7
|
className: i,
|
package/dist/ui/a/Label/Label.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as o } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as o } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/Label.css';const d = o.base, N = "label", a = ({
|
|
6
6
|
id: e,
|
|
7
7
|
className: t,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as e } from "../../../index-
|
|
4
|
-
import { s as p } from "../../../exports.module-
|
|
3
|
+
import { P as e } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as p } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/LoadingCircle.css';const d = p.base, h = "loading-circle", i = ({
|
|
6
6
|
id: t,
|
|
7
7
|
className: r,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as a } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as a } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/MetaCard.css';const d = a.base, n = "meta-card", o = ({
|
|
6
6
|
id: e,
|
|
7
7
|
className: r,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../index-
|
|
4
|
-
import "../../../exports.module-
|
|
3
|
+
import "../../../index-BOVlDh8S.js";
|
|
4
|
+
import "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import "../AppContext/Context.js";
|
|
6
6
|
import "../AppContext/ContextProvider.js";
|
|
7
7
|
import "../BlurOverlay/BlurOverlay.js";
|
|
8
|
-
import { N as _ } from "../../../FormBuilder-
|
|
8
|
+
import { N as _ } from "../../../FormBuilder-D-D63IHE.js";
|
|
9
9
|
import "../Conversation/Context.js";
|
|
10
10
|
import "../DotInfo/DotInfo.js";
|
|
11
11
|
import "../Figure/Figure.js";
|
|
@@ -28,7 +28,7 @@ import "../TextSteps/TextSteps.js";
|
|
|
28
28
|
import "../Removable/Removable.js";
|
|
29
29
|
import "../ToggleSwitch/ToggleSwitch.js";
|
|
30
30
|
import "../XMLEditor/XMLEditor.js";
|
|
31
|
-
import "
|
|
31
|
+
import "../DatePicker/DatePicker.js";
|
|
32
32
|
import "../Tooltip/Tooltip.js";
|
|
33
33
|
import "../Charts/AreaChart/AreaChart.js";
|
|
34
34
|
import "../Charts/BarChart/BarChart.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../index-
|
|
4
|
-
import "../../../exports.module-
|
|
5
|
-
import {
|
|
3
|
+
import "../../../index-BOVlDh8S.js";
|
|
4
|
+
import "../../../exports.module-BY48WvdE.js";
|
|
5
|
+
import { k as a } from "../../../FormBuilder-D-D63IHE.js";
|
|
6
6
|
export {
|
|
7
7
|
a as default
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as e } from "../../../index-
|
|
4
|
-
import { s as p } from "../../../exports.module-
|
|
3
|
+
import { P as e } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as p } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import c from "./common/Person/Person.js";
|
|
6
6
|
import '../../../assets/People.css';const d = p.base, f = "people", s = ({
|
|
7
7
|
id: o,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../../../index-
|
|
4
|
-
import { s as f } from "../../../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as f } from "../../../../../exports.module-BY48WvdE.js";
|
|
5
5
|
const N = f.base, u = "person", l = ({
|
|
6
6
|
id: i,
|
|
7
7
|
className: n,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as O } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as b } from "react";
|
|
3
|
-
import { P as e } from "../../../index-
|
|
4
|
-
import { s as u } from "../../../exports.module-
|
|
3
|
+
import { P as e } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as u } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import "../../../debounce-Cm69Z_cF.js";
|
|
6
6
|
import g from "../../utils/hooks/useDynamicPosition.js";
|
|
7
7
|
import "../../utils/formatting.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as r } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as r } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/ProgressBar.css';const c = r.base, f = "progress-bar", t = ({
|
|
6
6
|
id: a,
|
|
7
7
|
className: o,
|
package/dist/ui/a/Quote/Quote.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as d } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as d } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/Quote.css';const h = d.base, N = "quote", c = ({
|
|
6
6
|
id: t,
|
|
7
7
|
className: o,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as i } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as i } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/Removable.css';const p = i.base, d = "removable", o = ({
|
|
6
6
|
id: a,
|
|
7
7
|
className: t,
|
package/dist/ui/a/SVG/SVG.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo as x, createElement as j } from "react";
|
|
3
|
-
import { P as e } from "../../../index-
|
|
4
|
-
import { s as f } from "../../../exports.module-
|
|
3
|
+
import { P as e } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as f } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import c from "./common/UseSVG/UseSVG.js";
|
|
6
6
|
import '../../../assets/SVG.css';const k = f.base, A = "svg", d = ({
|
|
7
7
|
id: v,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n, useRef as y } from "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as j } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as j } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/SnapScroller.css';const v = j.base, D = "snap-scroller", l = ({
|
|
6
6
|
id: a,
|
|
7
7
|
className: c,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as n } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as n } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/Spinner.css';const l = n.base, p = "spinner", o = ({
|
|
6
6
|
id: a,
|
|
7
7
|
className: r,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e, Fragment as c } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as s } from "../../../index-
|
|
4
|
-
import { s as o } from "../../../exports.module-
|
|
3
|
+
import { P as s } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as o } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/TextSteps.css';const d = o.base, h = "text-steps", N = ({
|
|
6
6
|
id: i,
|
|
7
7
|
className: n,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i, jsxs as l } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { P as a } from "../../../index-
|
|
4
|
-
import { s as v } from "../../../exports.module-
|
|
3
|
+
import { P as a } from "../../../index-BOVlDh8S.js";
|
|
4
|
+
import { s as v } from "../../../exports.module-BY48WvdE.js";
|
|
5
5
|
import '../../../assets/ThroughPutIndicator.css';const d = v.base, m = "throughput-indicator", b = ({ data: e, keyName: c = "reserved" }) => {
|
|
6
6
|
const n = () => /* @__PURE__ */ i(
|
|
7
7
|
"div",
|