@ultraviolet/ui 3.12.3 → 3.13.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/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/defineProperty.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/objectSpread2.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/objectWithoutProperties.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/toPrimitive.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/toPropertyKey.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/typeof.js +1 -1
- package/dist/components/ActionBar/index.js +1 -1
- package/dist/components/Avatar/constants.d.ts +15 -15
- package/dist/components/Avatar/index.js +1 -1
- package/dist/components/Avatar/styles.css.js +0 -2
- package/dist/components/BarChart/index.js +1 -1
- package/dist/components/Breadcrumbs/components/Item.js +1 -1
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Carousel/Item.d.ts +9 -0
- package/dist/components/Carousel/Item.d.ts.map +1 -0
- package/dist/components/Carousel/Item.js +22 -0
- package/dist/components/Carousel/index.d.ts +6 -8
- package/dist/components/Carousel/index.d.ts.map +1 -1
- package/dist/components/Carousel/index.js +4 -11
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/index.js +13 -12
- package/dist/components/Checkbox/styles.css.js +0 -4
- package/dist/components/CheckboxGroup/Context.d.ts +9 -0
- package/dist/components/CheckboxGroup/Context.d.ts.map +1 -0
- package/dist/components/CheckboxGroup/Context.js +13 -0
- package/dist/components/CheckboxGroup/SingleCheckbox.d.ts +8 -0
- package/dist/components/CheckboxGroup/SingleCheckbox.d.ts.map +1 -0
- package/dist/components/CheckboxGroup/SingleCheckbox.js +46 -0
- package/dist/components/CheckboxGroup/index.d.ts +25 -9
- package/dist/components/CheckboxGroup/index.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/index.js +7 -32
- package/dist/components/CopyButton/index.d.ts.map +1 -1
- package/dist/components/CopyButton/index.js +4 -3
- package/dist/components/DateInput/components/CalendarDaily.d.ts.map +1 -1
- package/dist/components/DateInput/components/CalendarDaily.js +5 -4
- package/dist/components/DateInput/components/CalendarMonthly.d.ts.map +1 -1
- package/dist/components/DateInput/components/CalendarMonthly.js +5 -4
- package/dist/components/DateInput/helpers.d.ts +5 -1
- package/dist/components/DateInput/helpers.d.ts.map +1 -1
- package/dist/components/DateInput/helpers.js +18 -9
- package/dist/components/DateInput/index.d.ts.map +1 -1
- package/dist/components/DateInput/index.js +2 -2
- package/dist/components/DateInput/styles.css.d.ts.map +1 -1
- package/dist/components/Expandable/AnimatedExpandable.d.ts +3 -0
- package/dist/components/Expandable/AnimatedExpandable.d.ts.map +1 -0
- package/dist/components/Expandable/AnimatedExpandable.js +95 -0
- package/dist/components/Expandable/NonAnimatedExpandable.d.ts +3 -0
- package/dist/components/Expandable/NonAnimatedExpandable.d.ts.map +1 -0
- package/dist/components/Expandable/NonAnimatedExpandable.js +22 -0
- package/dist/components/Expandable/constant.d.ts +2 -0
- package/dist/components/Expandable/constant.d.ts.map +1 -0
- package/dist/components/Expandable/constant.js +8 -0
- package/dist/components/Expandable/index.d.ts +1 -24
- package/dist/components/Expandable/index.d.ts.map +1 -1
- package/dist/components/Expandable/index.js +8 -94
- package/dist/components/Expandable/types.d.ts +23 -0
- package/dist/components/Expandable/types.d.ts.map +1 -0
- package/dist/components/ExpandableCard/index.d.ts.map +1 -1
- package/dist/components/FileInput/DropzoneContent.d.ts +9 -0
- package/dist/components/FileInput/DropzoneContent.d.ts.map +1 -0
- package/dist/components/FileInput/DropzoneContent.js +30 -0
- package/dist/components/FileInput/components/Button.js +2 -2
- package/dist/components/FileInput/components/List.d.ts.map +1 -1
- package/dist/components/FileInput/components/List.js +11 -9
- package/dist/components/FileInput/helpers.d.ts.map +1 -1
- package/dist/components/FileInput/index.d.ts.map +1 -1
- package/dist/components/FileInput/index.js +40 -66
- package/dist/components/InfiniteScroll/index.js +1 -1
- package/dist/components/Label/LabelContent.d.ts +3 -0
- package/dist/components/Label/LabelContent.d.ts.map +1 -0
- package/dist/components/Label/LabelContent.js +61 -0
- package/dist/components/Label/index.d.ts +1 -19
- package/dist/components/Label/index.d.ts.map +1 -1
- package/dist/components/Label/index.js +3 -47
- package/dist/components/Label/type.d.ts +19 -0
- package/dist/components/Label/type.d.ts.map +1 -0
- package/dist/components/LineChart/CustomLegend.d.ts.map +1 -1
- package/dist/components/LineChart/CustomLegend.js +4 -9
- package/dist/components/LineChart/LegendCell.d.ts +10 -0
- package/dist/components/LineChart/LegendCell.d.ts.map +1 -0
- package/dist/components/LineChart/LegendCell.js +23 -0
- package/dist/components/LineChart/index.js +1 -1
- package/dist/components/List/Cell.js +1 -1
- package/dist/components/List/ExpandButtonCell.d.ts +9 -0
- package/dist/components/List/ExpandButtonCell.d.ts.map +1 -0
- package/dist/components/List/ExpandButtonCell.js +44 -0
- package/dist/components/List/HeaderCell.d.ts.map +1 -1
- package/dist/components/List/HeaderCell.js +4 -8
- package/dist/components/List/ListContext.js +3 -3
- package/dist/components/List/Row.d.ts.map +1 -1
- package/dist/components/List/Row.js +21 -50
- package/dist/components/List/SelectRowCell.d.ts +8 -0
- package/dist/components/List/SelectRowCell.d.ts.map +1 -0
- package/dist/components/List/SelectRowCell.js +49 -0
- package/dist/components/List/SortIcon.d.ts +4 -0
- package/dist/components/List/SortIcon.d.ts.map +1 -0
- package/dist/components/List/SortIcon.js +19 -0
- package/dist/components/List/TableContainer.d.ts +5 -0
- package/dist/components/List/TableContainer.d.ts.map +1 -0
- package/dist/components/List/TableContainer.js +31 -0
- package/dist/components/List/index.d.ts.map +1 -1
- package/dist/components/List/index.js +4 -16
- package/dist/components/Loader/index.js +1 -1
- package/dist/components/Menu/MenuContent.d.ts.map +1 -1
- package/dist/components/Menu/MenuContent.js +28 -22
- package/dist/components/Menu/components/Item.d.ts.map +1 -1
- package/dist/components/Menu/components/Item.js +8 -6
- package/dist/components/Menu/index.js +2 -2
- package/dist/components/Modal/ModalContent.d.ts.map +1 -1
- package/dist/components/Modal/ModalContent.js +4 -4
- package/dist/components/Modal/components/Dialog.d.ts.map +1 -1
- package/dist/components/Modal/components/Dialog.js +14 -12
- package/dist/components/Notification/Notification.js +1 -1
- package/dist/components/NumberInput/components/Controls.d.ts +12 -0
- package/dist/components/NumberInput/components/Controls.d.ts.map +1 -0
- package/dist/components/NumberInput/components/Controls.js +78 -0
- package/dist/components/NumberInput/components/Unit.d.ts +8 -0
- package/dist/components/NumberInput/components/Unit.d.ts.map +1 -0
- package/dist/components/NumberInput/components/Unit.js +28 -0
- package/dist/components/NumberInput/index.d.ts.map +1 -1
- package/dist/components/NumberInput/index.js +33 -86
- package/dist/components/Pagination/PaginationButton.d.ts +11 -0
- package/dist/components/Pagination/PaginationButton.d.ts.map +1 -0
- package/dist/components/Pagination/PaginationButton.js +39 -0
- package/dist/components/Pagination/PaginationButtons.d.ts.map +1 -1
- package/dist/components/Pagination/PaginationButtons.js +4 -25
- package/dist/components/PieChart/index.d.ts.map +1 -1
- package/dist/components/PieChart/index.js +1 -1
- package/dist/components/Popover/ContentWrapper.d.ts +3 -0
- package/dist/components/Popover/ContentWrapper.d.ts.map +1 -0
- package/dist/components/Popover/ContentWrapper.js +49 -0
- package/dist/components/Popover/index.d.ts +6 -12
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/index.js +4 -37
- package/dist/components/Popover/types.d.ts +26 -0
- package/dist/components/Popover/types.d.ts.map +1 -0
- package/dist/components/Popup/helpers.d.ts.map +1 -1
- package/dist/components/Popup/helpers.js +124 -123
- package/dist/components/Popup/index.d.ts.map +1 -1
- package/dist/components/Popup/index.js +3 -2
- package/dist/components/Popup/styles.css.d.ts.map +1 -1
- package/dist/components/Popup/styles.css.js +3 -3
- package/dist/components/ProgressBar/index.d.ts.map +1 -1
- package/dist/components/ProgressBar/index.js +63 -60
- package/dist/components/ProgressBar/styles.css.js +0 -2
- package/dist/components/Radio/MarkedIcon.d.ts +2 -0
- package/dist/components/Radio/MarkedIcon.d.ts.map +1 -0
- package/dist/components/Radio/MarkedIcon.js +33 -0
- package/dist/components/Radio/index.d.ts.map +1 -1
- package/dist/components/Radio/index.js +3 -21
- package/dist/components/Radio/styles.css.js +3 -3
- package/dist/components/RadioGroup/Context.d.ts +9 -0
- package/dist/components/RadioGroup/Context.d.ts.map +1 -0
- package/dist/components/RadioGroup/Context.js +12 -0
- package/dist/components/RadioGroup/SingleRadio.d.ts +6 -0
- package/dist/components/RadioGroup/SingleRadio.d.ts.map +1 -0
- package/dist/components/RadioGroup/SingleRadio.js +40 -0
- package/dist/components/RadioGroup/index.d.ts +2 -4
- package/dist/components/RadioGroup/index.d.ts.map +1 -1
- package/dist/components/RadioGroup/index.js +6 -28
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Row/styles.css.js +2 -2
- package/dist/components/SearchInput/index.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInputProvider.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInputProvider.js +8 -63
- package/dist/components/SelectInput/components/Dropdown/AddOption.d.ts +12 -0
- package/dist/components/SelectInput/components/Dropdown/AddOption.d.ts.map +1 -0
- package/dist/components/SelectInput/components/Dropdown/AddOption.js +48 -0
- package/dist/components/SelectInput/components/Dropdown/Content.d.ts +20 -0
- package/dist/components/SelectInput/components/Dropdown/Content.d.ts.map +1 -0
- package/dist/components/SelectInput/components/Dropdown/Content.js +217 -0
- package/dist/components/SelectInput/components/{Dropdown.d.ts → Dropdown/Dropdown.d.ts} +1 -17
- package/dist/components/SelectInput/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/SelectInput/components/Dropdown/Dropdown.js +218 -0
- package/dist/components/SelectInput/components/Dropdown/Group.d.ts +5 -0
- package/dist/components/SelectInput/components/Dropdown/Group.d.ts.map +1 -0
- package/dist/components/SelectInput/components/Dropdown/Group.js +79 -0
- package/dist/components/SelectInput/components/Dropdown/Item.d.ts +13 -0
- package/dist/components/SelectInput/components/Dropdown/Item.d.ts.map +1 -0
- package/dist/components/SelectInput/components/Dropdown/Item.js +87 -0
- package/dist/components/SelectInput/components/{DropdownOption.d.ts → Dropdown/Option.d.ts} +2 -2
- package/dist/components/SelectInput/components/Dropdown/Option.d.ts.map +1 -0
- package/dist/components/SelectInput/components/Dropdown/Option.js +139 -0
- package/dist/components/SelectInput/components/Dropdown/SearchBar.d.ts +10 -0
- package/dist/components/SelectInput/components/Dropdown/SearchBar.d.ts.map +1 -0
- package/dist/components/SelectInput/components/{SearchBarDropdown.js → Dropdown/SearchBar.js} +20 -24
- package/dist/components/SelectInput/components/Dropdown/SelectAll.d.ts +4 -0
- package/dist/components/SelectInput/components/Dropdown/SelectAll.d.ts.map +1 -0
- package/dist/components/SelectInput/components/Dropdown/SelectAll.js +84 -0
- package/dist/components/SelectInput/components/{dropdown.css.d.ts → Dropdown/dropdown.css.d.ts} +4 -2
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.d.ts.map +1 -0
- package/dist/components/SelectInput/components/{dropdown.css.js → Dropdown/dropdown.css.js} +15 -13
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.ts.vanilla.js +8 -0
- package/dist/components/SelectInput/components/Dropdown/index.d.ts +2 -0
- package/dist/components/SelectInput/components/Dropdown/index.d.ts.map +1 -0
- package/dist/components/SelectInput/components/Dropdown/index.js +11 -0
- package/dist/components/SelectInput/components/SelectBar/SelectBar.d.ts.map +1 -0
- package/dist/components/SelectInput/components/{SelectBar.js → SelectBar/SelectBar.js} +24 -125
- package/dist/components/SelectInput/components/SelectBar/Values.d.ts +20 -0
- package/dist/components/SelectInput/components/SelectBar/Values.d.ts.map +1 -0
- package/dist/components/SelectInput/components/SelectBar/Values.js +93 -0
- package/dist/components/SelectInput/components/SelectBar/index.d.ts +2 -0
- package/dist/components/SelectInput/components/SelectBar/index.d.ts.map +1 -0
- package/dist/components/SelectInput/components/SelectBar/index.js +11 -0
- package/dist/components/SelectInput/components/SelectBar/selectBar.css.d.ts.map +1 -0
- package/dist/components/SelectInput/components/{selectBar.css.js → SelectBar/selectBar.css.js} +19 -19
- package/dist/components/SelectInput/components/SelectBar/selectBar.css.ts.vanilla.js +8 -0
- package/dist/components/SelectInput/components/helpers.d.ts +30 -0
- package/dist/components/SelectInput/components/helpers.d.ts.map +1 -0
- package/dist/components/SelectInput/components/helpers.js +77 -0
- package/dist/components/SelectInput/components/index.d.ts +3 -0
- package/dist/components/SelectInput/components/index.d.ts.map +1 -0
- package/dist/components/SelectInput/components/index.js +15 -0
- package/dist/components/SelectInput/index.d.ts.map +1 -1
- package/dist/components/SelectInput/index.js +4 -4
- package/dist/components/SelectInput/reducerFonctions.d.ts +28 -0
- package/dist/components/SelectInput/reducerFonctions.d.ts.map +1 -0
- package/dist/components/SelectInput/reducerFonctions.js +76 -0
- package/dist/components/SelectInput/styles.css.d.ts +4 -2
- package/dist/components/SelectInput/styles.css.d.ts.map +1 -1
- package/dist/components/SelectInput/styles.css.js +52 -50
- package/dist/components/SelectableCard/MultiStateInput.js +1 -1
- package/dist/components/SelectableCard/SelectableCard.js +5 -4
- package/dist/components/SelectableCardGroup/Context.d.ts +11 -0
- package/dist/components/SelectableCardGroup/Context.d.ts.map +1 -0
- package/dist/components/SelectableCardGroup/Context.js +13 -0
- package/dist/components/SelectableCardGroup/SingleCard.d.ts +5 -0
- package/dist/components/SelectableCardGroup/SingleCard.d.ts.map +1 -0
- package/dist/components/SelectableCardGroup/SingleCard.js +42 -0
- package/dist/components/SelectableCardGroup/index.d.ts +2 -4
- package/dist/components/SelectableCardGroup/index.d.ts.map +1 -1
- package/dist/components/SelectableCardGroup/index.js +6 -30
- package/dist/components/SelectableCardOptionGroup/components/Option.js +1 -1
- package/dist/components/Skeleton/Blocks.d.ts.map +1 -1
- package/dist/components/Skeleton/List.d.ts.map +1 -1
- package/dist/components/Skeleton/List.js +8 -9
- package/dist/components/Skeleton/Slider.d.ts.map +1 -1
- package/dist/components/Skeleton/index.js +1 -2
- package/dist/components/Slider/components/SingleSlider.d.ts.map +1 -1
- package/dist/components/Slider/components/SingleSlider.js +1 -1
- package/dist/components/Snippet/CodeContent.d.ts +14 -0
- package/dist/components/Snippet/CodeContent.d.ts.map +1 -0
- package/dist/components/Snippet/CodeContent.js +36 -0
- package/dist/components/Snippet/index.d.ts +1 -1
- package/dist/components/Snippet/index.d.ts.map +1 -1
- package/dist/components/Snippet/index.js +6 -22
- package/dist/components/Stack/index.js +2 -2
- package/dist/components/Stack/styles.css.js +2 -2
- package/dist/components/StepList/Item.d.ts +17 -0
- package/dist/components/StepList/Item.d.ts.map +1 -0
- package/dist/components/StepList/Item.js +32 -0
- package/dist/components/StepList/index.d.ts +12 -15
- package/dist/components/StepList/index.d.ts.map +1 -1
- package/dist/components/StepList/index.js +4 -19
- package/dist/components/Stepper/Bullet.d.ts +7 -0
- package/dist/components/Stepper/Bullet.d.ts.map +1 -0
- package/dist/components/Stepper/Bullet.js +42 -0
- package/dist/components/Stepper/Step.d.ts.map +1 -1
- package/dist/components/Stepper/Step.js +8 -24
- package/dist/components/Stepper/index.js +1 -1
- package/dist/components/Table/Cell.js +1 -1
- package/dist/components/Table/HeaderCell.d.ts.map +1 -1
- package/dist/components/Table/HeaderCell.js +6 -12
- package/dist/components/Table/SortIcon.d.ts +4 -0
- package/dist/components/Table/SortIcon.d.ts.map +1 -0
- package/dist/components/Table/SortIcon.js +19 -0
- package/dist/components/Table/TableContainer.d.ts +5 -0
- package/dist/components/Table/TableContainer.d.ts.map +1 -0
- package/dist/components/Table/TableContainer.js +31 -0
- package/dist/components/Table/TableContext.d.ts.map +1 -1
- package/dist/components/Table/TableContext.js +2 -2
- package/dist/components/Table/index.d.ts +6 -6
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/index.js +6 -22
- package/dist/components/Table/styles.css.js +0 -2
- package/dist/components/Tabs/Tab.js +2 -2
- package/dist/components/Tabs/TabMenu.js +2 -2
- package/dist/components/Tabs/TabMenuItem.js +2 -2
- package/dist/components/Tabs/index.js +2 -2
- package/dist/components/Tag/TagInner.d.ts +5 -0
- package/dist/components/Tag/TagInner.d.ts.map +1 -0
- package/dist/components/Tag/TagInner.js +48 -0
- package/dist/components/Tag/index.d.ts +1 -31
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/index.js +7 -40
- package/dist/components/Tag/type.d.ts +31 -0
- package/dist/components/Tag/type.d.ts.map +1 -0
- package/dist/components/TagInput/index.js +1 -1
- package/dist/components/TagList/constant.d.ts +2 -0
- package/dist/components/TagList/constant.d.ts.map +1 -1
- package/dist/components/TagList/constant.js +3 -2
- package/dist/components/TagList/index.d.ts +1 -1
- package/dist/components/TagList/index.d.ts.map +1 -1
- package/dist/components/TagList/index.js +33 -27
- package/dist/components/TagList/styles.css.d.ts.map +1 -1
- package/dist/components/Text/index.js +1 -1
- package/dist/components/Text/style.css.js +0 -2
- package/dist/components/TextArea/Icon.d.ts +5 -0
- package/dist/components/TextArea/Icon.d.ts.map +1 -0
- package/dist/components/TextArea/Icon.js +19 -0
- package/dist/components/TextArea/Notice.d.ts +11 -0
- package/dist/components/TextArea/Notice.d.ts.map +1 -0
- package/dist/components/TextArea/Notice.js +41 -0
- package/dist/components/TextArea/constant.d.ts +2 -0
- package/dist/components/TextArea/constant.d.ts.map +1 -0
- package/dist/components/TextArea/constant.js +11 -0
- package/dist/components/TextArea/index.d.ts.map +1 -1
- package/dist/components/TextArea/index.js +29 -48
- package/dist/components/TextInput/BottomText.d.ts +3 -0
- package/dist/components/TextInput/BottomText.d.ts.map +1 -0
- package/dist/components/TextInput/BottomText.js +29 -0
- package/dist/components/TextInput/PrefixSuffix.d.ts +7 -0
- package/dist/components/TextInput/PrefixSuffix.d.ts.map +1 -0
- package/dist/components/TextInput/PrefixSuffix.js +30 -0
- package/dist/components/TextInput/RightIcon.d.ts +10 -0
- package/dist/components/TextInput/RightIcon.d.ts.map +1 -0
- package/dist/components/TextInput/RightIcon.js +62 -0
- package/dist/components/TextInput/ShowHidePassword.d.ts +7 -0
- package/dist/components/TextInput/ShowHidePassword.d.ts.map +1 -0
- package/dist/components/TextInput/ShowHidePassword.js +36 -0
- package/dist/components/TextInput/index.d.ts +5 -6
- package/dist/components/TextInput/index.d.ts.map +1 -1
- package/dist/components/TextInput/index.js +46 -106
- package/dist/components/TextInput/type.d.ts +25 -0
- package/dist/components/TextInput/type.d.ts.map +1 -0
- package/dist/components/TimeInput/RightIcon.d.ts +9 -0
- package/dist/components/TimeInput/RightIcon.d.ts.map +1 -0
- package/dist/components/TimeInput/RightIcon.js +36 -0
- package/dist/components/TimeInput/index.d.ts.map +1 -1
- package/dist/components/TimeInput/index.js +17 -29
- package/dist/components/Toaster/Toaster.js +1 -1
- package/dist/components/ToggleGroup/Context.d.ts +9 -0
- package/dist/components/ToggleGroup/Context.d.ts.map +1 -0
- package/dist/components/ToggleGroup/Context.js +13 -0
- package/dist/components/ToggleGroup/SingleToggle.d.ts +11 -0
- package/dist/components/ToggleGroup/SingleToggle.d.ts.map +1 -0
- package/dist/components/ToggleGroup/SingleToggle.js +37 -0
- package/dist/components/ToggleGroup/index.d.ts +2 -9
- package/dist/components/ToggleGroup/index.d.ts.map +1 -1
- package/dist/components/ToggleGroup/index.js +6 -25
- package/dist/components/TreeMapChart/index.js +1 -1
- package/dist/components/VerificationCode/index.js +2 -3
- package/dist/components/compositions/CodeEditor/components/CopyButton.d.ts +5 -0
- package/dist/components/compositions/CodeEditor/components/CopyButton.d.ts.map +1 -0
- package/dist/components/compositions/CodeEditor/components/CopyButton.js +24 -0
- package/dist/components/compositions/CodeEditor/components/Expandable.d.ts +8 -0
- package/dist/components/compositions/CodeEditor/components/Expandable.d.ts.map +1 -0
- package/dist/components/compositions/CodeEditor/components/Expandable.js +37 -0
- package/dist/components/compositions/CodeEditor/index.d.ts +4 -38
- package/dist/components/compositions/CodeEditor/index.d.ts.map +1 -1
- package/dist/components/compositions/CodeEditor/index.js +6 -33
- package/dist/components/compositions/CodeEditor/styles.css.js +2 -0
- package/dist/components/compositions/CodeEditor/type.d.ts +38 -0
- package/dist/components/compositions/CodeEditor/type.d.ts.map +1 -0
- package/dist/components/compositions/ContentCard/Content.d.ts +0 -10
- package/dist/components/compositions/ContentCard/Content.d.ts.map +1 -1
- package/dist/components/compositions/ContentCard/Content.js +2 -30
- package/dist/components/compositions/ContentCard/ImageContent.d.ts +7 -0
- package/dist/components/compositions/ContentCard/ImageContent.d.ts.map +1 -0
- package/dist/components/compositions/ContentCard/ImageContent.js +23 -0
- package/dist/components/compositions/ContentCard/LinkContent.d.ts +5 -0
- package/dist/components/compositions/ContentCard/LinkContent.d.ts.map +1 -0
- package/dist/components/compositions/ContentCard/LinkContent.js +30 -0
- package/dist/components/compositions/ContentCard/index.d.ts.map +1 -1
- package/dist/components/compositions/ContentCard/index.js +5 -1
- package/dist/components/compositions/ContentCardGroup/index.d.ts.map +1 -1
- package/dist/components/compositions/Conversation/components/Date.d.ts +6 -0
- package/dist/components/compositions/Conversation/components/Date.d.ts.map +1 -0
- package/dist/components/compositions/Conversation/components/Date.js +23 -0
- package/dist/components/compositions/Conversation/components/Message.d.ts +11 -0
- package/dist/components/compositions/Conversation/components/Message.d.ts.map +1 -0
- package/dist/components/compositions/Conversation/components/Message.js +28 -0
- package/dist/components/compositions/Conversation/components/MessageInfos.d.ts +7 -0
- package/dist/components/compositions/Conversation/components/MessageInfos.d.ts.map +1 -0
- package/dist/components/compositions/Conversation/components/MessageInfos.js +18 -0
- package/dist/components/compositions/Conversation/components/MessageTag.d.ts +6 -0
- package/dist/components/compositions/Conversation/components/MessageTag.d.ts.map +1 -0
- package/dist/components/compositions/Conversation/components/MessageTag.js +20 -0
- package/dist/components/compositions/Conversation/index.d.ts +7 -22
- package/dist/components/compositions/Conversation/index.d.ts.map +1 -1
- package/dist/components/compositions/Conversation/index.js +10 -41
- package/dist/components/compositions/EstimateCost/Components/Children.d.ts +3 -0
- package/dist/components/compositions/EstimateCost/Components/Children.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Children.js +52 -0
- package/dist/components/compositions/EstimateCost/Components/{ContentComponents.d.ts → Description.d.ts} +2 -8
- package/dist/components/compositions/EstimateCost/Components/Description.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Description.js +19 -0
- package/dist/components/compositions/EstimateCost/Components/Item.d.ts.map +1 -1
- package/dist/components/compositions/EstimateCost/Components/Item.js +1 -1
- package/dist/components/compositions/EstimateCost/Components/ItemLeftSide.js +1 -1
- package/dist/components/compositions/EstimateCost/Components/ItemPrice.d.ts.map +1 -1
- package/dist/components/compositions/EstimateCost/Components/LineThrough.js +2 -2
- package/dist/components/compositions/EstimateCost/Components/Title.d.ts +5 -0
- package/dist/components/compositions/EstimateCost/Components/Title.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Title.js +23 -0
- package/dist/components/compositions/EstimateCost/Components/Total.d.ts +3 -0
- package/dist/components/compositions/EstimateCost/Components/Total.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/{ContentComponents.js → Total.js} +6 -54
- package/dist/components/compositions/EstimateCost/Components/Unit.js +1 -1
- package/dist/components/compositions/EstimateCost/Components/components.css.js +2 -3
- package/dist/components/compositions/EstimateCost/Ellipsis.d.ts +7 -0
- package/dist/components/compositions/EstimateCost/Ellipsis.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Ellipsis.js +37 -0
- package/dist/components/compositions/EstimateCost/EstimateCostContent.d.ts.map +1 -1
- package/dist/components/compositions/EstimateCost/EstimateCostContent.js +8 -4
- package/dist/components/compositions/EstimateCost/EstimateCostProvider.js +1 -1
- package/dist/components/compositions/EstimateCost/Image.d.ts +2 -0
- package/dist/components/compositions/EstimateCost/Image.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Image.js +21 -0
- package/dist/components/compositions/EstimateCost/index.d.ts +10 -11
- package/dist/components/compositions/EstimateCost/index.d.ts.map +1 -1
- package/dist/components/compositions/EstimateCost/index.js +5 -35
- package/dist/components/compositions/EstimateCost/types.d.ts +1 -1
- package/dist/components/compositions/EstimateCost/types.d.ts.map +1 -1
- package/dist/components/compositions/InfoTable/components/Cell.d.ts.map +1 -1
- package/dist/components/compositions/InfoTable/components/Cell.js +2 -1
- package/dist/components/compositions/InfoTable/components/Row.js +1 -1
- package/dist/components/compositions/InfoTable/styles.css.d.ts +1 -0
- package/dist/components/compositions/InfoTable/styles.css.d.ts.map +1 -1
- package/dist/components/compositions/InfoTable/styles.css.js +2 -3
- package/dist/components/compositions/Navigation/NavigationProvider.js +1 -1
- package/dist/components/compositions/Navigation/components/Group.js +1 -1
- package/dist/components/compositions/Navigation/components/Item/Badge.d.ts +5 -0
- package/dist/components/compositions/Navigation/components/Item/Badge.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Item/Badge.js +23 -0
- package/dist/components/compositions/Navigation/components/Item/Children.d.ts +5 -0
- package/dist/components/compositions/Navigation/components/Item/Children.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Item/Children.js +39 -0
- package/dist/components/compositions/Navigation/components/Item/Content.d.ts +3 -0
- package/dist/components/compositions/Navigation/components/Item/Content.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Item/Content.js +80 -0
- package/dist/components/compositions/Navigation/components/{Item.d.ts → Item/Item.d.ts} +2 -2
- package/dist/components/compositions/Navigation/components/Item/Item.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/{Item.js → Item/Item.js} +35 -8
- package/dist/components/compositions/Navigation/components/{ItemExpanded.d.ts → Item/ItemExpanded.d.ts} +1 -1
- package/dist/components/compositions/Navigation/components/Item/ItemExpanded.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/{ItemExpanded.js → Item/ItemExpanded.js} +16 -92
- package/dist/components/compositions/Navigation/components/Item/ItemProvider.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/{ItemProvider.js → Item/ItemProvider.js} +2 -2
- package/dist/components/compositions/Navigation/components/{ItemFragments.d.ts → Item/PinnedButton.d.ts} +2 -5
- package/dist/components/compositions/Navigation/components/Item/PinnedButton.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/{ItemFragments.js → Item/PinnedButton.js} +9 -19
- package/dist/components/compositions/Navigation/components/Menu/Menu.d.ts +3 -0
- package/dist/components/compositions/Navigation/components/Menu/Menu.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Menu/Menu.js +73 -0
- package/dist/components/compositions/Navigation/components/{ItemMenu.d.ts → Menu/MenuItem.d.ts} +2 -3
- package/dist/components/compositions/Navigation/components/Menu/MenuItem.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/{ItemMenu.js → Menu/MenuItem.js} +16 -65
- package/dist/components/compositions/Navigation/components/Menu/NestedMenu.d.ts +3 -0
- package/dist/components/compositions/Navigation/components/Menu/NestedMenu.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Menu/NestedMenu.js +51 -0
- package/dist/components/compositions/Navigation/components/PinnedItems.d.ts.map +1 -1
- package/dist/components/compositions/Navigation/components/PinnedItems.js +2 -2
- package/dist/components/compositions/Navigation/components/ShowHide.d.ts.map +1 -1
- package/dist/components/compositions/Navigation/index.js +1 -1
- package/dist/components/compositions/OfferList/components/Row.d.ts +1 -1
- package/dist/components/compositions/OfferList/components/Row.d.ts.map +1 -1
- package/dist/components/compositions/OfferList/components/Row.js +13 -47
- package/dist/components/compositions/OfferList/components/SelectableCell.d.ts +21 -0
- package/dist/components/compositions/OfferList/components/SelectableCell.d.ts.map +1 -0
- package/dist/components/compositions/OfferList/components/SelectableCell.js +71 -0
- package/dist/components/compositions/OfferList/index.d.ts.map +1 -1
- package/dist/components/compositions/OptionSelector/styles.css.js +178 -2
- package/dist/components/compositions/OrderSummary/ScrollableContent.d.ts.map +1 -1
- package/dist/components/compositions/OrderSummary/ScrollableContent.js +6 -221
- package/dist/components/compositions/OrderSummary/components/Category.d.ts +5 -0
- package/dist/components/compositions/OrderSummary/components/Category.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/components/Category.js +125 -0
- package/dist/components/compositions/OrderSummary/components/SubCategory.d.ts +5 -0
- package/dist/components/compositions/OrderSummary/components/SubCategory.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/components/SubCategory.js +104 -0
- package/dist/components/compositions/OrderSummary/components/SubCategoryPrice.d.ts +5 -0
- package/dist/components/compositions/OrderSummary/components/SubCategoryPrice.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/components/SubCategoryPrice.js +50 -0
- package/dist/components/compositions/OrderSummary/helpers.js +1 -1
- package/dist/components/compositions/OrderSummary/index.d.ts +4 -0
- package/dist/components/compositions/OrderSummary/index.d.ts.map +1 -1
- package/dist/components/compositions/Plans/index.d.ts +3 -0
- package/dist/components/compositions/Plans/index.d.ts.map +1 -1
- package/dist/components/index.js +5 -4
- package/dist/components/styles.js +20 -20
- package/dist/helpers/legend.d.ts +15 -15
- package/dist/helpers/nivoTheme.d.ts +15 -15
- package/dist/helpers/treeMap.d.ts +15 -15
- package/dist/index.js +9 -8
- package/dist/theme/ThemeProvider.d.ts +15 -15
- package/dist/theme/index.d.ts +42 -42
- package/dist/ui.css +1 -1
- package/package.json +12 -6
- package/dist/components/SelectInput/components/Dropdown.d.ts.map +0 -1
- package/dist/components/SelectInput/components/Dropdown.js +0 -741
- package/dist/components/SelectInput/components/DropdownOption.d.ts.map +0 -1
- package/dist/components/SelectInput/components/DropdownOption.js +0 -163
- package/dist/components/SelectInput/components/SearchBarDropdown.d.ts +0 -10
- package/dist/components/SelectInput/components/SearchBarDropdown.d.ts.map +0 -1
- package/dist/components/SelectInput/components/SelectBar.d.ts.map +0 -1
- package/dist/components/SelectInput/components/dropdown.css.d.ts.map +0 -1
- package/dist/components/SelectInput/components/dropdown.css.ts.vanilla.js +0 -8
- package/dist/components/SelectInput/components/selectBar.css.d.ts.map +0 -1
- package/dist/components/SelectInput/components/selectBar.css.ts.vanilla.js +0 -8
- package/dist/components/compositions/EstimateCost/Components/ContentComponents.d.ts.map +0 -1
- package/dist/components/compositions/Navigation/components/Item.d.ts.map +0 -1
- package/dist/components/compositions/Navigation/components/ItemExpanded.d.ts.map +0 -1
- package/dist/components/compositions/Navigation/components/ItemFragments.d.ts.map +0 -1
- package/dist/components/compositions/Navigation/components/ItemMenu.d.ts.map +0 -1
- package/dist/components/compositions/Navigation/components/ItemProvider.d.ts.map +0 -1
- /package/dist/components/SelectInput/components/{SelectBar.d.ts → SelectBar/SelectBar.d.ts} +0 -0
- /package/dist/components/SelectInput/components/{selectBar.css.d.ts → SelectBar/selectBar.css.d.ts} +0 -0
- /package/dist/components/compositions/Navigation/components/{ItemProvider.d.ts → Item/ItemProvider.d.ts} +0 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { __esmMin, __name } from "../../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { Stack, init_Stack } from "../../../Stack/index.js";
|
|
3
|
+
import { Text, init_Text } from "../../../Text/index.js";
|
|
4
|
+
import { NumberInput, init_NumberInput } from "../../../NumberInput/index.js";
|
|
5
|
+
import { init_styles_css, orderSummaryStyle } from "../styles.css.js";
|
|
6
|
+
import { SubCategoryPrice, init_SubCategoryPrice } from "./SubCategoryPrice.js";
|
|
7
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
+
import { AttachIcon } from "@ultraviolet/icons/AttachIcon";
|
|
9
|
+
|
|
10
|
+
//#region src/components/compositions/OrderSummary/components/SubCategory.tsx
|
|
11
|
+
var SubCategory;
|
|
12
|
+
var init_SubCategory = __esmMin(() => {
|
|
13
|
+
init_NumberInput();
|
|
14
|
+
init_Stack();
|
|
15
|
+
init_Text();
|
|
16
|
+
init_styles_css();
|
|
17
|
+
init_SubCategoryPrice();
|
|
18
|
+
SubCategory = ({ subCategory }) => {
|
|
19
|
+
var _subCategory$details;
|
|
20
|
+
return /* @__PURE__ */ jsxs(Stack, {
|
|
21
|
+
direction: "column",
|
|
22
|
+
gap: 1,
|
|
23
|
+
children: [/* @__PURE__ */ jsxs(Stack, {
|
|
24
|
+
alignItems: "center",
|
|
25
|
+
direction: "row",
|
|
26
|
+
justifyContent: "space-between",
|
|
27
|
+
children: [
|
|
28
|
+
subCategory.additionalInfo || subCategory.icon ? /* @__PURE__ */ jsxs(Stack, {
|
|
29
|
+
alignItems: "center",
|
|
30
|
+
direction: "row",
|
|
31
|
+
gap: 1,
|
|
32
|
+
children: [
|
|
33
|
+
subCategory.icon,
|
|
34
|
+
/* @__PURE__ */ jsx(Text, {
|
|
35
|
+
as: "span",
|
|
36
|
+
prominence: "strong",
|
|
37
|
+
sentiment: "neutral",
|
|
38
|
+
variant: "bodySmallStrong",
|
|
39
|
+
children: subCategory.anchor ? /* @__PURE__ */ jsxs("a", {
|
|
40
|
+
className: orderSummaryStyle.anchor,
|
|
41
|
+
href: subCategory.anchor,
|
|
42
|
+
children: [/* @__PURE__ */ jsx(AttachIcon, {
|
|
43
|
+
className: orderSummaryStyle.anchorIcon({ size: "small" }),
|
|
44
|
+
sentiment: "info"
|
|
45
|
+
}), subCategory.title]
|
|
46
|
+
}) : subCategory.title
|
|
47
|
+
}),
|
|
48
|
+
/* @__PURE__ */ jsx(Text, {
|
|
49
|
+
as: "span",
|
|
50
|
+
italic: true,
|
|
51
|
+
sentiment: "primary",
|
|
52
|
+
variant: "bodySmall",
|
|
53
|
+
children: subCategory.additionalInfo
|
|
54
|
+
})
|
|
55
|
+
]
|
|
56
|
+
}) : /* @__PURE__ */ jsx(Text, {
|
|
57
|
+
as: "span",
|
|
58
|
+
prominence: "strong",
|
|
59
|
+
sentiment: "neutral",
|
|
60
|
+
variant: "bodySmallStrong",
|
|
61
|
+
children: subCategory.anchor ? /* @__PURE__ */ jsxs("a", {
|
|
62
|
+
className: orderSummaryStyle.anchor,
|
|
63
|
+
href: subCategory.anchor,
|
|
64
|
+
children: [/* @__PURE__ */ jsx(AttachIcon, {
|
|
65
|
+
className: orderSummaryStyle.anchorIcon({ size: "small" }),
|
|
66
|
+
sentiment: "info"
|
|
67
|
+
}), subCategory.title]
|
|
68
|
+
}) : subCategory.title
|
|
69
|
+
}),
|
|
70
|
+
subCategory.customContent ? /* @__PURE__ */ jsx(Text, {
|
|
71
|
+
as: "span",
|
|
72
|
+
prominence: "strong",
|
|
73
|
+
sentiment: "neutral",
|
|
74
|
+
variant: "bodySmallStrong",
|
|
75
|
+
children: subCategory.customContent
|
|
76
|
+
}) : null,
|
|
77
|
+
subCategory.numberInput ? /* @__PURE__ */ jsx(NumberInput, {
|
|
78
|
+
className: orderSummaryStyle.numberInput,
|
|
79
|
+
controls: subCategory.numberInputControls,
|
|
80
|
+
onChange: subCategory.onChangeInput,
|
|
81
|
+
size: "small",
|
|
82
|
+
unit: subCategory.numberInputUnit,
|
|
83
|
+
value: subCategory.numberInputValue
|
|
84
|
+
}) : null,
|
|
85
|
+
/* @__PURE__ */ jsx(SubCategoryPrice, { subCategory })
|
|
86
|
+
]
|
|
87
|
+
}), /* @__PURE__ */ jsx(Stack, {
|
|
88
|
+
className: orderSummaryStyle.details,
|
|
89
|
+
direction: "column",
|
|
90
|
+
gap: .5,
|
|
91
|
+
children: (_subCategory$details = subCategory.details) === null || _subCategory$details === void 0 ? void 0 : _subCategory$details.map((detail, index) => detail ? /* @__PURE__ */ jsx(Text, {
|
|
92
|
+
as: "span",
|
|
93
|
+
sentiment: "neutral",
|
|
94
|
+
variant: "bodySmall",
|
|
95
|
+
children: detail
|
|
96
|
+
}, `${subCategory.title}-${index}`) : null)
|
|
97
|
+
})]
|
|
98
|
+
});
|
|
99
|
+
};
|
|
100
|
+
});
|
|
101
|
+
|
|
102
|
+
//#endregion
|
|
103
|
+
init_SubCategory();
|
|
104
|
+
export { SubCategory, init_SubCategory };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubCategoryPrice.d.ts","sourceRoot":"","sources":["../../../../../src/components/compositions/OrderSummary/components/SubCategoryPrice.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAE/C,eAAO,MAAM,gBAAgB;;6CA4H5B,CAAA"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { __esmMin, __name } from "../../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { Stack, init_Stack } from "../../../Stack/index.js";
|
|
3
|
+
import { Text, init_Text } from "../../../Text/index.js";
|
|
4
|
+
import { OrderSummaryContext, init_Provider } from "../Provider.js";
|
|
5
|
+
import { calculateSubCategoryPrice, formatNumber, init_helpers } from "../helpers.js";
|
|
6
|
+
import { useContext } from "react";
|
|
7
|
+
import { Fragment as Fragment$1, jsxs } from "react/jsx-runtime";
|
|
8
|
+
|
|
9
|
+
//#region src/components/compositions/OrderSummary/components/SubCategoryPrice.tsx
|
|
10
|
+
var SubCategoryPrice;
|
|
11
|
+
var init_SubCategoryPrice = __esmMin(() => {
|
|
12
|
+
init_Stack();
|
|
13
|
+
init_Text();
|
|
14
|
+
init_helpers();
|
|
15
|
+
init_Provider();
|
|
16
|
+
SubCategoryPrice = ({ subCategory }) => {
|
|
17
|
+
const { currency, localeFormat, hideTimeUnit, timePeriodAmount, timePeriodUnit, fractionDigits } = useContext(OrderSummaryContext);
|
|
18
|
+
const subCategoryPrice = calculateSubCategoryPrice(subCategory, hideTimeUnit, timePeriodAmount, timePeriodUnit);
|
|
19
|
+
const getCorrectPrice = (variant, index) => subCategory.priceUnit ? subCategory.price : subCategoryPrice[variant][index];
|
|
20
|
+
return /* @__PURE__ */ jsxs(Fragment$1, { children: [subCategory.price !== void 0 && !subCategory.hidePrice && subCategoryPrice.default[0] === subCategoryPrice.discounted[0] && subCategoryPrice.default[1] === subCategoryPrice.discounted[1] ? /* @__PURE__ */ jsxs(Text, {
|
|
21
|
+
as: "span",
|
|
22
|
+
prominence: "strong",
|
|
23
|
+
sentiment: "neutral",
|
|
24
|
+
variant: "bodySmallStrong",
|
|
25
|
+
children: [subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("discounted", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.discounted[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.discounted[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
|
|
26
|
+
}) : null, subCategory.price !== void 0 && !subCategory.hidePrice && (subCategoryPrice.default[0] !== subCategoryPrice.discounted[0] || subCategoryPrice.default[1] !== subCategoryPrice.discounted[1]) ? /* @__PURE__ */ jsxs(Stack, {
|
|
27
|
+
alignItems: "center",
|
|
28
|
+
direction: "row",
|
|
29
|
+
gap: 1,
|
|
30
|
+
children: [/* @__PURE__ */ jsxs(Text, {
|
|
31
|
+
as: "span",
|
|
32
|
+
prominence: "weak",
|
|
33
|
+
sentiment: "neutral",
|
|
34
|
+
strikeThrough: true,
|
|
35
|
+
variant: "bodySmallStrong",
|
|
36
|
+
children: [subCategoryPrice.default[0] === subCategoryPrice.default[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("default", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.default[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.default[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
|
|
37
|
+
}), /* @__PURE__ */ jsxs(Text, {
|
|
38
|
+
as: "span",
|
|
39
|
+
prominence: "strong",
|
|
40
|
+
sentiment: "neutral",
|
|
41
|
+
variant: "bodySmallStrong",
|
|
42
|
+
children: [subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("discounted", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.discounted[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.discounted[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
|
|
43
|
+
})]
|
|
44
|
+
}) : null] });
|
|
45
|
+
};
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
//#endregion
|
|
49
|
+
init_SubCategoryPrice();
|
|
50
|
+
export { SubCategoryPrice, init_SubCategoryPrice };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
-
import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.122.0/helpers/objectSpread2.js";
|
|
3
3
|
import { init_constants, multiplier } from "./constants.js";
|
|
4
4
|
import { OrderSummaryContext, init_Provider } from "./Provider.js";
|
|
5
5
|
import { useContext } from "react";
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import type { OrderSummaryProps } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Key interface element that provides users with a comprehensive
|
|
4
|
+
* view of their selected configurations, costs, and any applied discounts.
|
|
5
|
+
*/
|
|
2
6
|
export declare const OrderSummary: ({ header, hideTimeUnit, periodOptions, valueUnitInput, unitUnitInput, items, locales, currency, localeFormat, footer, children, discount, totalPriceInfo, fractionDigits, hideDetails, onChange, onChangeUnitInput, totalPriceDescription, additionalInfo, className, totalPriceInfoPlacement, hideBeforePrice, 'data-testid': dataTestId, style, priceInformation, }: OrderSummaryProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/OrderSummary/index.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,iBAAiB,EAAY,MAAM,SAAS,CAAA;AAE1D,eAAO,MAAM,YAAY,uaAwLxB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/OrderSummary/index.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,iBAAiB,EAAY,MAAM,SAAS,CAAA;AAE1D;;;GAGG;AACH,eAAO,MAAM,YAAY,uaAwLxB,CAAA"}
|
|
@@ -17,6 +17,9 @@ type PlansProps<T extends string> = {
|
|
|
17
17
|
content: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
|
+
/**
|
|
21
|
+
* Allows users to compare different offers, providing varying features and pricing options to suit different needs.
|
|
22
|
+
*/
|
|
20
23
|
export declare const Plans: <T extends string>({ fieldName, onChange, value, features, plans, hideFeatureText, hideLabels, locales, style, highlight, }: PlansProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
21
24
|
export {};
|
|
22
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/Plans/index.tsx"],"names":[],"mappings":"AASA,OAAO,YAAY,MAAM,cAAc,CAAA;AAIvC,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAE1C,KAAK,UAAU,CAAC,CAAC,SAAS,MAAM,IAAI;IAClC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAA;IACrD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAA;IACtB,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAA;IACpB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,OAAO,YAAY,EAAE,MAAM,CAAC,CAAA;IACnD,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,sFAAsF;IACtF,SAAS,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,KAAK,GAAI,CAAC,oLAuOtB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/Plans/index.tsx"],"names":[],"mappings":"AASA,OAAO,YAAY,MAAM,cAAc,CAAA;AAIvC,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAE1C,KAAK,UAAU,CAAC,CAAC,SAAS,MAAM,IAAI;IAClC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAA;IACrD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAA;IACtB,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAA;IACpB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,OAAO,YAAY,EAAE,MAAM,CAAC,CAAA;IACnD,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,sFAAsF;IACtF,SAAS,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAA;CAC9C,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,CAAC,oLAuOtB,CAAA"}
|
package/dist/components/index.js
CHANGED
|
@@ -3,8 +3,6 @@ import { Stack, init_Stack } from "./Stack/index.js";
|
|
|
3
3
|
import { Popup, init_Popup } from "./Popup/index.js";
|
|
4
4
|
import { Tooltip, init_Tooltip } from "./Tooltip/index.js";
|
|
5
5
|
import { Text, init_Text } from "./Text/index.js";
|
|
6
|
-
import { Expandable, init_Expandable } from "./Expandable/index.js";
|
|
7
|
-
import { Badge, init_Badge } from "./Badge/index.js";
|
|
8
6
|
import { Loader, init_Loader } from "./Loader/index.js";
|
|
9
7
|
import { Button, init_Button } from "./Button/index.js";
|
|
10
8
|
import { Label, init_Label } from "./Label/index.js";
|
|
@@ -12,12 +10,14 @@ import { TextInput, init_TextInput } from "./TextInput/index.js";
|
|
|
12
10
|
import { Key, init_Key } from "./Key/index.js";
|
|
13
11
|
import { SearchInput, init_SearchInput } from "./SearchInput/index.js";
|
|
14
12
|
import { Menu, init_Menu } from "./Menu/index.js";
|
|
13
|
+
import { Badge, init_Badge } from "./Badge/index.js";
|
|
14
|
+
import { Expandable, init_Expandable } from "./Expandable/index.js";
|
|
15
15
|
import { Separator, init_Separator } from "./Separator/index.js";
|
|
16
16
|
import { Row, init_Row } from "./Row/index.js";
|
|
17
17
|
import { NumberInput, init_NumberInput } from "./NumberInput/index.js";
|
|
18
18
|
import { Alert, init_Alert } from "./Alert/index.js";
|
|
19
|
-
import { Checkbox, init_Checkbox } from "./Checkbox/index.js";
|
|
20
19
|
import { Skeleton, init_Skeleton } from "./Skeleton/index.js";
|
|
20
|
+
import { Checkbox, init_Checkbox } from "./Checkbox/index.js";
|
|
21
21
|
import { Tag, init_Tag } from "./Tag/index.js";
|
|
22
22
|
import { SelectInput, init_SelectInput } from "./SelectInput/index.js";
|
|
23
23
|
import { UnitInput, init_UnitInput } from "./UnitInput/index.js";
|
|
@@ -36,7 +36,8 @@ import { BarChart, init_BarChart } from "./BarChart/index.js";
|
|
|
36
36
|
import { BarStack, init_BarStack } from "./BarStack/index.js";
|
|
37
37
|
import { Breadcrumbs, init_Breadcrumbs } from "./Breadcrumbs/index.js";
|
|
38
38
|
import { Carousel, init_Carousel } from "./Carousel/index.js";
|
|
39
|
-
import {
|
|
39
|
+
import { CheckboxGroupCheckbox } from "./CheckboxGroup/SingleCheckbox.js";
|
|
40
|
+
import { CheckboxGroup, init_CheckboxGroup } from "./CheckboxGroup/index.js";
|
|
40
41
|
import { Chip, init_Chip } from "./Chip/index.js";
|
|
41
42
|
import { DateInput, init_DateInput } from "./DateInput/index.js";
|
|
42
43
|
import { Modal, init_Modal } from "./Modal/index.js";
|
|
@@ -3,22 +3,22 @@ import { init_styles_css, stackStyle } from "./Stack/styles.css.js";
|
|
|
3
3
|
import { init_styles_css as init_styles_css$1, popupStyle } from "./Popup/styles.css.js";
|
|
4
4
|
import { init_styles_css as init_styles_css$2, tooltipStyle } from "./Tooltip/styles.css.js";
|
|
5
5
|
import { init_style_css, textStyle } from "./Text/style.css.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { init_styles_css as init_styles_css$5,
|
|
9
|
-
import {
|
|
10
|
-
import { init_styles_css as init_styles_css$7,
|
|
11
|
-
import { init_styles_css as init_styles_css$8,
|
|
12
|
-
import { init_styles_css as init_styles_css$9,
|
|
13
|
-
import { init_styles_css as init_styles_css$10
|
|
14
|
-
import { init_styles_css as init_styles_css$11
|
|
6
|
+
import { init_styles_css as init_styles_css$3, loaderStyle } from "./Loader/styles.css.js";
|
|
7
|
+
import { buttonStyle, init_styles_css as init_styles_css$4 } from "./Button/styles.css.js";
|
|
8
|
+
import { init_styles_css as init_styles_css$5, menuStyle } from "./Menu/styles.css.js";
|
|
9
|
+
import { init_styles_css as init_styles_css$6, labelStyle } from "./Label/styles.css.js";
|
|
10
|
+
import { init_styles_css as init_styles_css$7, textInputStyle } from "./TextInput/styles.css.js";
|
|
11
|
+
import { init_styles_css as init_styles_css$8, keyStyle } from "./Key/styles.css.js";
|
|
12
|
+
import { init_styles_css as init_styles_css$9, searchInputStyle } from "./SearchInput/styles.css.js";
|
|
13
|
+
import { badgeStyle, init_styles_css as init_styles_css$10 } from "./Badge/styles.css.js";
|
|
14
|
+
import { expandableStyle, init_styles_css as init_styles_css$11 } from "./Expandable/styles.css.js";
|
|
15
15
|
import { init_styles_css as init_styles_css$12, separatorStyle } from "./Separator/styles.css.js";
|
|
16
16
|
import { init_styles_css as init_styles_css$13, rowStyle } from "./Row/styles.css.js";
|
|
17
17
|
import { init_styles_css as init_styles_css$14, numberInputStyle } from "./NumberInput/styles.css.js";
|
|
18
18
|
import { alertStyle, init_styles_css as init_styles_css$15 } from "./Alert/styles.css.js";
|
|
19
|
-
import {
|
|
19
|
+
import { init_styles_css as init_styles_css$16, selectInputStyle } from "./SelectInput/styles.css.js";
|
|
20
20
|
import { init_styles_css as init_styles_css$17, skeletonStyle } from "./Skeleton/styles.css.js";
|
|
21
|
-
import { init_styles_css as init_styles_css$18
|
|
21
|
+
import { checkboxStyle, init_styles_css as init_styles_css$18 } from "./Checkbox/styles.css.js";
|
|
22
22
|
import { init_styles_css as init_styles_css$19, tagStyle } from "./Tag/styles.css.js";
|
|
23
23
|
import { init_styles_css as init_styles_css$20, unitInputStyle } from "./UnitInput/styles.css.js";
|
|
24
24
|
import { bulletStyle, init_styles_css as init_styles_css$21 } from "./Bullet/styles.css.js";
|
|
@@ -79,33 +79,33 @@ var init_styles = __esmMin(() => {
|
|
|
79
79
|
init_styles_css$24();
|
|
80
80
|
init_styles_css$15();
|
|
81
81
|
init_styles_css$28();
|
|
82
|
-
init_styles_css$
|
|
82
|
+
init_styles_css$10();
|
|
83
83
|
init_styles_css$30();
|
|
84
84
|
init_styles_css$31();
|
|
85
85
|
init_styles_css$32();
|
|
86
86
|
init_styles_css$33();
|
|
87
87
|
init_styles_css$21();
|
|
88
|
-
init_styles_css$
|
|
88
|
+
init_styles_css$4();
|
|
89
89
|
init_styles_css$22();
|
|
90
90
|
init_styles_css$34();
|
|
91
|
-
init_styles_css$
|
|
91
|
+
init_styles_css$18();
|
|
92
92
|
init_styles_css$35();
|
|
93
93
|
init_styles_css$36();
|
|
94
94
|
init_styles_css$37();
|
|
95
95
|
init_styles_css$39();
|
|
96
96
|
init_styles_css$40();
|
|
97
97
|
init_styles_css$41();
|
|
98
|
-
init_styles_css$
|
|
98
|
+
init_styles_css$11();
|
|
99
99
|
init_styles_css$42();
|
|
100
100
|
init_styles_css$43();
|
|
101
101
|
init_styles_css$44();
|
|
102
|
-
init_styles_css$10();
|
|
103
102
|
init_styles_css$8();
|
|
103
|
+
init_styles_css$6();
|
|
104
104
|
init_styles_css$45();
|
|
105
105
|
init_styles_css$29();
|
|
106
106
|
init_styles_css$23();
|
|
107
|
+
init_styles_css$3();
|
|
107
108
|
init_styles_css$5();
|
|
108
|
-
init_styles_css$7();
|
|
109
109
|
init_styles_css$46();
|
|
110
110
|
init_styles_css$38();
|
|
111
111
|
init_styles_css$47();
|
|
@@ -120,11 +120,11 @@ var init_styles = __esmMin(() => {
|
|
|
120
120
|
init_styles_css$25();
|
|
121
121
|
init_styles_css$53();
|
|
122
122
|
init_styles_css$13();
|
|
123
|
-
init_styles_css$
|
|
123
|
+
init_styles_css$9();
|
|
124
124
|
init_styles_css$54();
|
|
125
125
|
init_styles_css$56();
|
|
126
126
|
init_styles_css$57();
|
|
127
|
-
init_styles_css$
|
|
127
|
+
init_styles_css$16();
|
|
128
128
|
init_styles_css$12();
|
|
129
129
|
init_styles_css$17();
|
|
130
130
|
init_styles_css$58();
|
|
@@ -141,7 +141,7 @@ var init_styles = __esmMin(() => {
|
|
|
141
141
|
init_styles_css$66();
|
|
142
142
|
init_style_css();
|
|
143
143
|
init_styles_css$67();
|
|
144
|
-
init_styles_css$
|
|
144
|
+
init_styles_css$7();
|
|
145
145
|
init_styles_css$68();
|
|
146
146
|
init_styles_css$69();
|
|
147
147
|
init_styles_css$55();
|
package/dist/helpers/legend.d.ts
CHANGED
|
@@ -66,10 +66,10 @@ export declare const getLegendColor: (theme: {
|
|
|
66
66
|
backgroundHover: `var(--${string})`;
|
|
67
67
|
backgroundStrong: `var(--${string})`;
|
|
68
68
|
backgroundStrongDisabled: `var(--${string})`;
|
|
69
|
+
backgroundStrongHover: `var(--${string})`;
|
|
69
70
|
backgroundStronger: `var(--${string})`;
|
|
70
71
|
backgroundStrongerDisabled: `var(--${string})`;
|
|
71
72
|
backgroundStrongerHover: `var(--${string})`;
|
|
72
|
-
backgroundStrongHover: `var(--${string})`;
|
|
73
73
|
backgroundWeak: `var(--${string})`;
|
|
74
74
|
backgroundWeakDisabled: `var(--${string})`;
|
|
75
75
|
backgroundWeakElevated: `var(--${string})`;
|
|
@@ -79,10 +79,10 @@ export declare const getLegendColor: (theme: {
|
|
|
79
79
|
borderHover: `var(--${string})`;
|
|
80
80
|
borderStrong: `var(--${string})`;
|
|
81
81
|
borderStrongDisabled: `var(--${string})`;
|
|
82
|
+
borderStrongHover: `var(--${string})`;
|
|
82
83
|
borderStronger: `var(--${string})`;
|
|
83
84
|
borderStrongerDisabled: `var(--${string})`;
|
|
84
85
|
borderStrongerHover: `var(--${string})`;
|
|
85
|
-
borderStrongHover: `var(--${string})`;
|
|
86
86
|
borderWeak: `var(--${string})`;
|
|
87
87
|
borderWeakDisabled: `var(--${string})`;
|
|
88
88
|
borderWeakHover: `var(--${string})`;
|
|
@@ -91,10 +91,10 @@ export declare const getLegendColor: (theme: {
|
|
|
91
91
|
iconHover: `var(--${string})`;
|
|
92
92
|
iconStrong: `var(--${string})`;
|
|
93
93
|
iconStrongDisabled: `var(--${string})`;
|
|
94
|
+
iconStrongHover: `var(--${string})`;
|
|
94
95
|
iconStronger: `var(--${string})`;
|
|
95
96
|
iconStrongerDisabled: `var(--${string})`;
|
|
96
97
|
iconStrongerHover: `var(--${string})`;
|
|
97
|
-
iconStrongHover: `var(--${string})`;
|
|
98
98
|
iconWeak: `var(--${string})`;
|
|
99
99
|
iconWeakDisabled: `var(--${string})`;
|
|
100
100
|
iconWeakHover: `var(--${string})`;
|
|
@@ -103,10 +103,10 @@ export declare const getLegendColor: (theme: {
|
|
|
103
103
|
textHover: `var(--${string})`;
|
|
104
104
|
textStrong: `var(--${string})`;
|
|
105
105
|
textStrongDisabled: `var(--${string})`;
|
|
106
|
+
textStrongHover: `var(--${string})`;
|
|
106
107
|
textStronger: `var(--${string})`;
|
|
107
108
|
textStrongerDisabled: `var(--${string})`;
|
|
108
109
|
textStrongerHover: `var(--${string})`;
|
|
109
|
-
textStrongHover: `var(--${string})`;
|
|
110
110
|
textWeak: `var(--${string})`;
|
|
111
111
|
textWeakDisabled: `var(--${string})`;
|
|
112
112
|
textWeakHover: `var(--${string})`;
|
|
@@ -116,6 +116,11 @@ export declare const getLegendColor: (theme: {
|
|
|
116
116
|
charts: {
|
|
117
117
|
danger: `var(--${string})`;
|
|
118
118
|
data1: `var(--${string})`;
|
|
119
|
+
data10: `var(--${string})`;
|
|
120
|
+
data11: `var(--${string})`;
|
|
121
|
+
data12: `var(--${string})`;
|
|
122
|
+
data13: `var(--${string})`;
|
|
123
|
+
data14: `var(--${string})`;
|
|
119
124
|
data2: `var(--${string})`;
|
|
120
125
|
data3: `var(--${string})`;
|
|
121
126
|
data4: `var(--${string})`;
|
|
@@ -124,11 +129,6 @@ export declare const getLegendColor: (theme: {
|
|
|
124
129
|
data7: `var(--${string})`;
|
|
125
130
|
data8: `var(--${string})`;
|
|
126
131
|
data9: `var(--${string})`;
|
|
127
|
-
data10: `var(--${string})`;
|
|
128
|
-
data11: `var(--${string})`;
|
|
129
|
-
data12: `var(--${string})`;
|
|
130
|
-
data13: `var(--${string})`;
|
|
131
|
-
data14: `var(--${string})`;
|
|
132
132
|
success: `var(--${string})`;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
@@ -410,9 +410,6 @@ export declare const getLegendColor: (theme: {
|
|
|
410
410
|
};
|
|
411
411
|
sizing: {
|
|
412
412
|
'0': `var(--${string})`;
|
|
413
|
-
'012': `var(--${string})`;
|
|
414
|
-
'025': `var(--${string})`;
|
|
415
|
-
'050': `var(--${string})`;
|
|
416
413
|
'100': `var(--${string})`;
|
|
417
414
|
'125': `var(--${string})`;
|
|
418
415
|
'150': `var(--${string})`;
|
|
@@ -431,13 +428,13 @@ export declare const getLegendColor: (theme: {
|
|
|
431
428
|
'800': `var(--${string})`;
|
|
432
429
|
'900': `var(--${string})`;
|
|
433
430
|
'1000': `var(--${string})`;
|
|
431
|
+
'012': `var(--${string})`;
|
|
432
|
+
'025': `var(--${string})`;
|
|
433
|
+
'050': `var(--${string})`;
|
|
434
434
|
};
|
|
435
435
|
space: {
|
|
436
436
|
'0': `var(--${string})`;
|
|
437
|
-
'0.5': `var(--${string})`;
|
|
438
|
-
'0.25': `var(--${string})`;
|
|
439
437
|
'1': `var(--${string})`;
|
|
440
|
-
'1.5': `var(--${string})`;
|
|
441
438
|
'2': `var(--${string})`;
|
|
442
439
|
'3': `var(--${string})`;
|
|
443
440
|
'4': `var(--${string})`;
|
|
@@ -447,6 +444,9 @@ export declare const getLegendColor: (theme: {
|
|
|
447
444
|
'8': `var(--${string})`;
|
|
448
445
|
'9': `var(--${string})`;
|
|
449
446
|
'10': `var(--${string})`;
|
|
447
|
+
'0.25': `var(--${string})`;
|
|
448
|
+
'0.5': `var(--${string})`;
|
|
449
|
+
'1.5': `var(--${string})`;
|
|
450
450
|
};
|
|
451
451
|
theme: `var(--${string})`;
|
|
452
452
|
typography: {
|
|
@@ -66,10 +66,10 @@ export declare const getNivoTheme: (theme: {
|
|
|
66
66
|
backgroundHover: string;
|
|
67
67
|
backgroundStrong: string;
|
|
68
68
|
backgroundStrongDisabled: string;
|
|
69
|
+
backgroundStrongHover: string;
|
|
69
70
|
backgroundStronger: string;
|
|
70
71
|
backgroundStrongerDisabled: string;
|
|
71
72
|
backgroundStrongerHover: string;
|
|
72
|
-
backgroundStrongHover: string;
|
|
73
73
|
backgroundWeak: string;
|
|
74
74
|
backgroundWeakDisabled: string;
|
|
75
75
|
backgroundWeakElevated: string;
|
|
@@ -79,10 +79,10 @@ export declare const getNivoTheme: (theme: {
|
|
|
79
79
|
borderHover: string;
|
|
80
80
|
borderStrong: string;
|
|
81
81
|
borderStrongDisabled: string;
|
|
82
|
+
borderStrongHover: string;
|
|
82
83
|
borderStronger: string;
|
|
83
84
|
borderStrongerDisabled: string;
|
|
84
85
|
borderStrongerHover: string;
|
|
85
|
-
borderStrongHover: string;
|
|
86
86
|
borderWeak: string;
|
|
87
87
|
borderWeakDisabled: string;
|
|
88
88
|
borderWeakHover: string;
|
|
@@ -91,10 +91,10 @@ export declare const getNivoTheme: (theme: {
|
|
|
91
91
|
iconHover: string;
|
|
92
92
|
iconStrong: string;
|
|
93
93
|
iconStrongDisabled: string;
|
|
94
|
+
iconStrongHover: string;
|
|
94
95
|
iconStronger: string;
|
|
95
96
|
iconStrongerDisabled: string;
|
|
96
97
|
iconStrongerHover: string;
|
|
97
|
-
iconStrongHover: string;
|
|
98
98
|
iconWeak: string;
|
|
99
99
|
iconWeakDisabled: string;
|
|
100
100
|
iconWeakHover: string;
|
|
@@ -103,10 +103,10 @@ export declare const getNivoTheme: (theme: {
|
|
|
103
103
|
textHover: string;
|
|
104
104
|
textStrong: string;
|
|
105
105
|
textStrongDisabled: string;
|
|
106
|
+
textStrongHover: string;
|
|
106
107
|
textStronger: string;
|
|
107
108
|
textStrongerDisabled: string;
|
|
108
109
|
textStrongerHover: string;
|
|
109
|
-
textStrongHover: string;
|
|
110
110
|
textWeak: string;
|
|
111
111
|
textWeakDisabled: string;
|
|
112
112
|
textWeakHover: string;
|
|
@@ -116,6 +116,11 @@ export declare const getNivoTheme: (theme: {
|
|
|
116
116
|
charts: {
|
|
117
117
|
danger: string;
|
|
118
118
|
data1: string;
|
|
119
|
+
data10: string;
|
|
120
|
+
data11: string;
|
|
121
|
+
data12: string;
|
|
122
|
+
data13: string;
|
|
123
|
+
data14: string;
|
|
119
124
|
data2: string;
|
|
120
125
|
data3: string;
|
|
121
126
|
data4: string;
|
|
@@ -124,11 +129,6 @@ export declare const getNivoTheme: (theme: {
|
|
|
124
129
|
data7: string;
|
|
125
130
|
data8: string;
|
|
126
131
|
data9: string;
|
|
127
|
-
data10: string;
|
|
128
|
-
data11: string;
|
|
129
|
-
data12: string;
|
|
130
|
-
data13: string;
|
|
131
|
-
data14: string;
|
|
132
132
|
success: string;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
@@ -410,9 +410,6 @@ export declare const getNivoTheme: (theme: {
|
|
|
410
410
|
};
|
|
411
411
|
sizing: {
|
|
412
412
|
'0': string;
|
|
413
|
-
'012': string;
|
|
414
|
-
'025': string;
|
|
415
|
-
'050': string;
|
|
416
413
|
'100': string;
|
|
417
414
|
'125': string;
|
|
418
415
|
'150': string;
|
|
@@ -431,13 +428,13 @@ export declare const getNivoTheme: (theme: {
|
|
|
431
428
|
'800': string;
|
|
432
429
|
'900': string;
|
|
433
430
|
'1000': string;
|
|
431
|
+
'012': string;
|
|
432
|
+
'025': string;
|
|
433
|
+
'050': string;
|
|
434
434
|
};
|
|
435
435
|
space: {
|
|
436
436
|
'0': string;
|
|
437
|
-
'0.5': string;
|
|
438
|
-
'0.25': string;
|
|
439
437
|
'1': string;
|
|
440
|
-
'1.5': string;
|
|
441
438
|
'2': string;
|
|
442
439
|
'3': string;
|
|
443
440
|
'4': string;
|
|
@@ -447,6 +444,9 @@ export declare const getNivoTheme: (theme: {
|
|
|
447
444
|
'8': string;
|
|
448
445
|
'9': string;
|
|
449
446
|
'10': string;
|
|
447
|
+
'0.25': string;
|
|
448
|
+
'0.5': string;
|
|
449
|
+
'1.5': string;
|
|
450
450
|
};
|
|
451
451
|
theme: string;
|
|
452
452
|
typography: {
|
|
@@ -152,10 +152,10 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
152
152
|
backgroundHover: string;
|
|
153
153
|
backgroundStrong: string;
|
|
154
154
|
backgroundStrongDisabled: string;
|
|
155
|
+
backgroundStrongHover: string;
|
|
155
156
|
backgroundStronger: string;
|
|
156
157
|
backgroundStrongerDisabled: string;
|
|
157
158
|
backgroundStrongerHover: string;
|
|
158
|
-
backgroundStrongHover: string;
|
|
159
159
|
backgroundWeak: string;
|
|
160
160
|
backgroundWeakDisabled: string;
|
|
161
161
|
backgroundWeakElevated: string;
|
|
@@ -165,10 +165,10 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
165
165
|
borderHover: string;
|
|
166
166
|
borderStrong: string;
|
|
167
167
|
borderStrongDisabled: string;
|
|
168
|
+
borderStrongHover: string;
|
|
168
169
|
borderStronger: string;
|
|
169
170
|
borderStrongerDisabled: string;
|
|
170
171
|
borderStrongerHover: string;
|
|
171
|
-
borderStrongHover: string;
|
|
172
172
|
borderWeak: string;
|
|
173
173
|
borderWeakDisabled: string;
|
|
174
174
|
borderWeakHover: string;
|
|
@@ -177,10 +177,10 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
177
177
|
iconHover: string;
|
|
178
178
|
iconStrong: string;
|
|
179
179
|
iconStrongDisabled: string;
|
|
180
|
+
iconStrongHover: string;
|
|
180
181
|
iconStronger: string;
|
|
181
182
|
iconStrongerDisabled: string;
|
|
182
183
|
iconStrongerHover: string;
|
|
183
|
-
iconStrongHover: string;
|
|
184
184
|
iconWeak: string;
|
|
185
185
|
iconWeakDisabled: string;
|
|
186
186
|
iconWeakHover: string;
|
|
@@ -189,10 +189,10 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
189
189
|
textHover: string;
|
|
190
190
|
textStrong: string;
|
|
191
191
|
textStrongDisabled: string;
|
|
192
|
+
textStrongHover: string;
|
|
192
193
|
textStronger: string;
|
|
193
194
|
textStrongerDisabled: string;
|
|
194
195
|
textStrongerHover: string;
|
|
195
|
-
textStrongHover: string;
|
|
196
196
|
textWeak: string;
|
|
197
197
|
textWeakDisabled: string;
|
|
198
198
|
textWeakHover: string;
|
|
@@ -202,6 +202,11 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
202
202
|
charts: {
|
|
203
203
|
danger: string;
|
|
204
204
|
data1: string;
|
|
205
|
+
data10: string;
|
|
206
|
+
data11: string;
|
|
207
|
+
data12: string;
|
|
208
|
+
data13: string;
|
|
209
|
+
data14: string;
|
|
205
210
|
data2: string;
|
|
206
211
|
data3: string;
|
|
207
212
|
data4: string;
|
|
@@ -210,11 +215,6 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
210
215
|
data7: string;
|
|
211
216
|
data8: string;
|
|
212
217
|
data9: string;
|
|
213
|
-
data10: string;
|
|
214
|
-
data11: string;
|
|
215
|
-
data12: string;
|
|
216
|
-
data13: string;
|
|
217
|
-
data14: string;
|
|
218
218
|
success: string;
|
|
219
219
|
};
|
|
220
220
|
};
|
|
@@ -496,9 +496,6 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
496
496
|
};
|
|
497
497
|
sizing: {
|
|
498
498
|
'0': string;
|
|
499
|
-
'012': string;
|
|
500
|
-
'025': string;
|
|
501
|
-
'050': string;
|
|
502
499
|
'100': string;
|
|
503
500
|
'125': string;
|
|
504
501
|
'150': string;
|
|
@@ -517,13 +514,13 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
517
514
|
'800': string;
|
|
518
515
|
'900': string;
|
|
519
516
|
'1000': string;
|
|
517
|
+
'012': string;
|
|
518
|
+
'025': string;
|
|
519
|
+
'050': string;
|
|
520
520
|
};
|
|
521
521
|
space: {
|
|
522
522
|
'0': string;
|
|
523
|
-
'0.5': string;
|
|
524
|
-
'0.25': string;
|
|
525
523
|
'1': string;
|
|
526
|
-
'1.5': string;
|
|
527
524
|
'2': string;
|
|
528
525
|
'3': string;
|
|
529
526
|
'4': string;
|
|
@@ -533,6 +530,9 @@ export declare const getDataColors: (data: DefaultTreeMapDatum, theme: {
|
|
|
533
530
|
'8': string;
|
|
534
531
|
'9': string;
|
|
535
532
|
'10': string;
|
|
533
|
+
'0.25': string;
|
|
534
|
+
'0.5': string;
|
|
535
|
+
'1.5': string;
|
|
536
536
|
};
|
|
537
537
|
theme: string;
|
|
538
538
|
typography: {
|