@ultraviolet/ui 3.21.0 → 3.21.2
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/EstimateCost.js +90 -0
- package/dist/_virtual/Filters.js +18 -0
- package/dist/_virtual/Navigation.js +43 -0
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/asyncToGenerator.js +4 -2
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/defineProperty.js +6 -4
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/extends.js +4 -2
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectDestructuringEmpty.js +4 -2
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectSpread2.js +6 -4
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectWithoutProperties.js +6 -4
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectWithoutPropertiesLoose.js +4 -2
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/toPrimitive.js +6 -4
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/toPropertyKey.js +7 -5
- package/dist/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/typeof.js +4 -2
- package/dist/components/ActionBar/index.js +20 -18
- package/dist/components/ActionBar/styles.css.js +11 -9
- package/dist/components/ActionBar/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Alert/index.js +79 -77
- package/dist/components/Alert/styles.css.js +34 -32
- package/dist/components/Alert/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Avatar/constants.js +17 -15
- package/dist/components/Avatar/index.js +81 -79
- package/dist/components/Avatar/styles.css.js +161 -159
- package/dist/components/Avatar/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Avatar/variables.css.js +7 -5
- package/dist/components/Badge/constant.js +10 -8
- package/dist/components/Badge/index.js +30 -24
- package/dist/components/Badge/styles.css.js +107 -105
- package/dist/components/Badge/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Banner/assets/default-image-small.js +5 -3
- package/dist/components/Banner/assets/default-image.js +5 -3
- package/dist/components/Banner/index.js +106 -104
- package/dist/components/Banner/styles.css.js +44 -42
- package/dist/components/Banner/styles.css.ts.vanilla.js +3 -1
- package/dist/components/BarChart/Tooltip.js +23 -21
- package/dist/components/BarChart/index.js +63 -61
- package/dist/components/BarChart/styles.css.js +10 -8
- package/dist/components/BarChart/styles.css.ts.vanilla.js +3 -1
- package/dist/components/BarStack/index.js +90 -88
- package/dist/components/BarStack/styles.css.js +38 -36
- package/dist/components/BarStack/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Breadcrumbs/components/Item.js +57 -55
- package/dist/components/Breadcrumbs/components/styles.css.js +13 -11
- package/dist/components/Breadcrumbs/components/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Breadcrumbs/index.d.ts +2 -26
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
- package/dist/components/Breadcrumbs/index.js +18 -16
- package/dist/components/Breadcrumbs/styles.css.js +19 -17
- package/dist/components/Breadcrumbs/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Bullet/index.js +22 -20
- package/dist/components/Bullet/styles.css.js +105 -103
- package/dist/components/Bullet/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Button/constants.js +10 -8
- package/dist/components/Button/index.js +116 -114
- package/dist/components/Button/styles.css.js +154 -152
- package/dist/components/Button/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Card/index.js +43 -41
- package/dist/components/Card/styles.css.js +9 -7
- package/dist/components/Card/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Carousel/Item.js +14 -12
- package/dist/components/Carousel/index.d.ts +2 -8
- package/dist/components/Carousel/index.d.ts.map +1 -1
- package/dist/components/Carousel/index.js +90 -88
- package/dist/components/Carousel/styles.css.js +13 -11
- package/dist/components/Carousel/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Checkbox/CheckboxIconContainer.js +34 -32
- package/dist/components/Checkbox/index.d.ts +3 -14
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/index.js +92 -90
- package/dist/components/Checkbox/styles.css.js +26 -24
- package/dist/components/Checkbox/styles.css.ts.vanilla.js +3 -1
- package/dist/components/CheckboxGroup/Context.js +5 -3
- package/dist/components/CheckboxGroup/SingleCheckbox.js +34 -32
- package/dist/components/CheckboxGroup/index.d.ts +1 -23
- package/dist/components/CheckboxGroup/index.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/index.js +67 -65
- package/dist/components/CheckboxGroup/styles.css.js +9 -7
- package/dist/components/CheckboxGroup/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Chip/ChipContext.js +5 -3
- package/dist/components/Chip/ChipIcon.js +36 -34
- package/dist/components/Chip/index.d.ts +2 -8
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/index.js +66 -64
- package/dist/components/Chip/styles.css.js +9 -7
- package/dist/components/Chip/styles.css.ts.vanilla.js +3 -1
- package/dist/components/CopyButton/index.js +27 -25
- package/dist/components/DateInput/Context.js +22 -20
- package/dist/components/DateInput/components/CalendarContent.js +69 -67
- package/dist/components/DateInput/components/CalendarDaily.js +143 -141
- package/dist/components/DateInput/components/CalendarMonthly.js +86 -84
- package/dist/components/DateInput/components/Popup.js +37 -35
- package/dist/components/DateInput/components/styles.css.ts.vanilla.js +3 -1
- package/dist/components/DateInput/constants.js +5 -3
- package/dist/components/DateInput/helpers.js +68 -66
- package/dist/components/DateInput/helpersLocale.js +54 -52
- package/dist/components/DateInput/index.js +233 -231
- package/dist/components/DateInput/styles.css.js +19 -17
- package/dist/components/DateInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Description/index.js +39 -37
- package/dist/components/Dialog/Context.js +10 -8
- package/dist/components/Dialog/components/Button.d.ts.map +1 -1
- package/dist/components/Dialog/components/Button.js +23 -15
- package/dist/components/Dialog/components/Buttons.js +12 -10
- package/dist/components/Dialog/components/CancelButton.js +14 -12
- package/dist/components/Dialog/components/Stack.js +11 -9
- package/dist/components/Dialog/components/Text.js +13 -11
- package/dist/components/Dialog/index.d.ts +13 -100
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +59 -57
- package/dist/components/Dialog/styles.css.js +9 -7
- package/dist/components/Dialog/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Drawer/DrawerContent.js +10 -8
- package/dist/components/Drawer/index.d.ts +3 -10
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/Drawer/index.js +94 -92
- package/dist/components/Drawer/styles.css.d.ts +0 -5
- package/dist/components/Drawer/styles.css.d.ts.map +1 -1
- package/dist/components/Drawer/styles.css.js +20 -18
- package/dist/components/Drawer/styles.css.ts.vanilla.js +3 -1
- package/dist/components/EmptyState/index.js +73 -71
- package/dist/components/EmptyState/styles.css.js +29 -27
- package/dist/components/EmptyState/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Expandable/AnimatedExpandable.js +77 -77
- package/dist/components/Expandable/NonAnimatedExpandable.js +15 -13
- package/dist/components/Expandable/index.js +26 -26
- package/dist/components/Expandable/styles.css.js +7 -5
- package/dist/components/Expandable/styles.css.ts.vanilla.js +3 -1
- package/dist/components/ExpandableCard/components/Title.js +14 -12
- package/dist/components/ExpandableCard/index.d.ts +2 -4
- package/dist/components/ExpandableCard/index.d.ts.map +1 -1
- package/dist/components/ExpandableCard/index.js +143 -141
- package/dist/components/ExpandableCard/styles.css.js +14 -12
- package/dist/components/ExpandableCard/styles.css.ts.vanilla.js +3 -1
- package/dist/components/FileInput/DropzoneContent.js +19 -17
- package/dist/components/FileInput/FileInputProvider.js +10 -8
- package/dist/components/FileInput/components/Button.js +25 -23
- package/dist/components/FileInput/components/List.js +136 -134
- package/dist/components/FileInput/helpers.js +100 -98
- package/dist/components/FileInput/index.d.ts +11 -10
- package/dist/components/FileInput/index.d.ts.map +1 -1
- package/dist/components/FileInput/index.js +238 -236
- package/dist/components/FileInput/styles.css.js +59 -57
- package/dist/components/FileInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/GlobalAlert/GlobalAlertLink.js +24 -22
- package/dist/components/GlobalAlert/index.d.ts +2 -63
- package/dist/components/GlobalAlert/index.d.ts.map +1 -1
- package/dist/components/GlobalAlert/index.js +49 -47
- package/dist/components/GlobalAlert/styles.css.js +13 -11
- package/dist/components/GlobalAlert/styles.css.ts.vanilla.js +3 -1
- package/dist/components/InfiniteScroll/index.js +62 -60
- package/dist/components/Key/constants.js +12 -10
- package/dist/components/Key/index.js +39 -37
- package/dist/components/Key/styles.css.js +55 -53
- package/dist/components/Key/styles.css.ts.vanilla.js +3 -1
- package/dist/components/KeyValueInput/index.d.ts +6 -0
- package/dist/components/KeyValueInput/index.d.ts.map +1 -0
- package/dist/components/KeyValueInput/index.js +146 -0
- package/dist/components/KeyValueInput/styles.css.d.ts +5 -0
- package/dist/components/KeyValueInput/styles.css.d.ts.map +1 -0
- package/dist/components/KeyValueInput/styles.css.js +21 -0
- package/dist/components/KeyValueInput/styles.css.ts.vanilla.js +10 -0
- package/dist/components/KeyValueInput/types.d.ts +59 -0
- package/dist/components/KeyValueInput/types.d.ts.map +1 -0
- package/dist/components/Label/LabelContent.js +42 -40
- package/dist/components/Label/index.js +31 -29
- package/dist/components/Label/styles.css.js +10 -8
- package/dist/components/Label/styles.css.ts.vanilla.js +3 -1
- package/dist/components/LineChart/CustomLegend.js +87 -85
- package/dist/components/LineChart/LegendCell.js +13 -11
- package/dist/components/LineChart/Tooltip.js +25 -23
- package/dist/components/LineChart/helpers.js +34 -32
- package/dist/components/LineChart/index.js +93 -91
- package/dist/components/LineChart/styles.css.js +21 -19
- package/dist/components/LineChart/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Link/index.js +85 -83
- package/dist/components/Link/styles.css.js +78 -76
- package/dist/components/Link/styles.css.ts.vanilla.js +3 -1
- package/dist/components/List/Cell.js +36 -34
- package/dist/components/List/ColumnProvider.js +21 -19
- package/dist/components/List/ExpandButtonCell.js +28 -26
- package/dist/components/List/HeaderCell.js +50 -48
- package/dist/components/List/HeaderRow.js +33 -31
- package/dist/components/List/ListContext.js +207 -205
- package/dist/components/List/Row.js +123 -121
- package/dist/components/List/SelectBar.js +30 -28
- package/dist/components/List/SelectRowCell.js +32 -30
- package/dist/components/List/SkeletonRows.js +27 -25
- package/dist/components/List/SortIcon.js +9 -7
- package/dist/components/List/TableContainer.js +20 -18
- package/dist/components/List/index.js +50 -48
- package/dist/components/List/styles.css.js +45 -43
- package/dist/components/List/styles.css.ts.vanilla.js +3 -1
- package/dist/components/List/variables.css.js +15 -13
- package/dist/components/Loader/constants.js +12 -10
- package/dist/components/Loader/index.js +53 -51
- package/dist/components/Loader/styles.css.js +10 -8
- package/dist/components/Loader/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Menu/MenuContent.d.ts.map +1 -1
- package/dist/components/Menu/MenuContent.js +190 -188
- package/dist/components/Menu/MenuProvider.js +43 -41
- package/dist/components/Menu/components/Group.js +27 -25
- package/dist/components/Menu/components/Item.js +144 -142
- package/dist/components/Menu/helpers.js +29 -27
- package/dist/components/Menu/index.d.ts +2 -10
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/index.js +32 -30
- package/dist/components/Menu/styles.css.js +76 -74
- package/dist/components/Menu/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Meter/index.js +49 -47
- package/dist/components/Meter/styles.css.js +11 -9
- package/dist/components/Meter/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Modal/ModalContent.d.ts +1 -2
- package/dist/components/Modal/ModalContent.d.ts.map +1 -1
- package/dist/components/Modal/ModalContent.js +50 -41
- package/dist/components/Modal/ModalProvider.js +40 -38
- package/dist/components/Modal/components/Dialog.d.ts +1 -1
- package/dist/components/Modal/components/Dialog.d.ts.map +1 -1
- package/dist/components/Modal/components/Dialog.js +170 -166
- package/dist/components/Modal/components/Disclosure.js +37 -35
- package/dist/components/Modal/constants.css.d.ts +11 -0
- package/dist/components/Modal/constants.css.d.ts.map +1 -0
- package/dist/components/Modal/index.js +65 -64
- package/dist/components/Modal/styles.css.d.ts +13 -61
- package/dist/components/Modal/styles.css.d.ts.map +1 -1
- package/dist/components/Modal/styles.css.js +48 -80
- package/dist/components/Modal/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Modal/types.d.ts +1 -0
- package/dist/components/Modal/types.d.ts.map +1 -1
- package/dist/components/Modal/useDelayUnmount.d.ts +2 -0
- package/dist/components/Modal/useDelayUnmount.d.ts.map +1 -0
- package/dist/components/Modal/useDelayUnmount.js +27 -0
- package/dist/components/Notice/index.js +19 -17
- package/dist/components/Notice/styles.css.js +6 -4
- package/dist/components/Notice/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Notification/Notification.js +37 -35
- package/dist/components/Notification/NotificationContainer.js +20 -18
- package/dist/components/Notification/styles.css.js +6 -4
- package/dist/components/Notification/styles.css.ts.vanilla.js +3 -1
- package/dist/components/NumberInput/components/Controls.js +61 -59
- package/dist/components/NumberInput/components/Unit.js +18 -16
- package/dist/components/NumberInput/index.d.ts +19 -5
- package/dist/components/NumberInput/index.d.ts.map +1 -1
- package/dist/components/NumberInput/index.js +158 -156
- package/dist/components/NumberInput/styles.css.js +81 -79
- package/dist/components/NumberInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/NumberInput/types.d.ts +3 -6
- package/dist/components/NumberInput/types.d.ts.map +1 -1
- package/dist/components/Pagination/Ellipsis.js +17 -15
- package/dist/components/Pagination/PaginationButton.js +21 -19
- package/dist/components/Pagination/PaginationButtons.js +74 -72
- package/dist/components/Pagination/PerPage.d.ts.map +1 -1
- package/dist/components/Pagination/PerPage.js +71 -65
- package/dist/components/Pagination/getPageNumbers.js +20 -18
- package/dist/components/Pagination/index.js +46 -44
- package/dist/components/Pagination/styles.css.js +16 -14
- package/dist/components/Pagination/styles.css.ts.vanilla.js +3 -1
- package/dist/components/PasswordCheck/index.js +31 -29
- package/dist/components/PasswordCheck/styles.css.js +6 -4
- package/dist/components/PasswordCheck/styles.css.ts.vanilla.js +3 -1
- package/dist/components/PhoneInput/index.js +131 -129
- package/dist/components/PhoneInput/styles.css.js +15 -13
- package/dist/components/PhoneInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/PieChart/Legends.js +57 -55
- package/dist/components/PieChart/Tooltip.js +39 -37
- package/dist/components/PieChart/index.js +86 -84
- package/dist/components/PieChart/styles.css.js +29 -27
- package/dist/components/PieChart/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Popover/ContentWrapper.js +34 -32
- package/dist/components/Popover/index.js +53 -51
- package/dist/components/Popover/styles.css.js +23 -21
- package/dist/components/Popover/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Popup/helpers.js +243 -241
- package/dist/components/Popup/index.js +321 -319
- package/dist/components/Popup/styles.css.js +40 -38
- package/dist/components/Popup/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Popup/variables.css.js +12 -10
- package/dist/components/ProgressBar/index.js +73 -71
- package/dist/components/ProgressBar/styles.css.js +21 -19
- package/dist/components/ProgressBar/styles.css.ts.vanilla.js +3 -1
- package/dist/components/ProgressBar/variables.css.js +5 -3
- package/dist/components/Radio/MarkedIcon.js +32 -30
- package/dist/components/Radio/index.js +75 -73
- package/dist/components/Radio/styles.css.js +27 -25
- package/dist/components/Radio/styles.css.ts.vanilla.js +3 -1
- package/dist/components/RadioGroup/Context.js +5 -3
- package/dist/components/RadioGroup/SingleRadio.js +31 -29
- package/dist/components/RadioGroup/index.js +70 -68
- package/dist/components/RadioGroup/styles.css.js +6 -4
- package/dist/components/RadioGroup/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Row/index.js +20 -18
- package/dist/components/Row/styles.css.js +487 -485
- package/dist/components/Row/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Row/variables.css.js +21 -19
- package/dist/components/Row/variables.css.ts.vanilla.js +3 -1
- package/dist/components/SearchInput/KeyGroup.js +18 -16
- package/dist/components/SearchInput/index.d.ts.map +1 -1
- package/dist/components/SearchInput/index.js +197 -191
- package/dist/components/SearchInput/styles.css.js +10 -8
- package/dist/components/SearchInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/SearchInput/types.d.ts +1 -1
- package/dist/components/SearchInput/types.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInputProvider.js +114 -112
- package/dist/components/SelectInput/components/Dropdown/AddOption.js +36 -34
- package/dist/components/SelectInput/components/Dropdown/Content.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/Content.js +189 -184
- package/dist/components/SelectInput/components/Dropdown/Dropdown.js +192 -190
- package/dist/components/SelectInput/components/Dropdown/Group.js +61 -59
- package/dist/components/SelectInput/components/Dropdown/Item.js +64 -62
- package/dist/components/SelectInput/components/Dropdown/Option.js +108 -106
- package/dist/components/SelectInput/components/Dropdown/SearchBar.js +94 -93
- package/dist/components/SelectInput/components/Dropdown/SelectAll.js +63 -61
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.js +33 -31
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.ts.vanilla.js +3 -1
- package/dist/components/SelectInput/components/SelectBar/SelectBar.d.ts +2 -1
- package/dist/components/SelectInput/components/SelectBar/SelectBar.d.ts.map +1 -1
- package/dist/components/SelectInput/components/SelectBar/SelectBar.js +183 -179
- package/dist/components/SelectInput/components/SelectBar/Values.js +73 -71
- package/dist/components/SelectInput/components/SelectBar/selectBar.css.js +46 -44
- package/dist/components/SelectInput/components/SelectBar/selectBar.css.ts.vanilla.js +3 -1
- package/dist/components/SelectInput/components/helpers.js +61 -59
- package/dist/components/SelectInput/constants.js +15 -13
- package/dist/components/SelectInput/findOptionInOptions.js +10 -8
- package/dist/components/SelectInput/index.d.ts +9 -29
- package/dist/components/SelectInput/index.d.ts.map +1 -1
- package/dist/components/SelectInput/index.js +99 -96
- package/dist/components/SelectInput/reducerFunctions.js +54 -52
- package/dist/components/SelectInput/styles.css.js +107 -105
- package/dist/components/SelectInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/SelectableCard/IllustrationContainer.js +38 -36
- package/dist/components/SelectableCard/MultiStateInput.js +71 -69
- package/dist/components/SelectableCard/SelectableCard.js +107 -105
- package/dist/components/SelectableCard/styles.css.js +33 -31
- package/dist/components/SelectableCard/styles.css.ts.vanilla.js +3 -1
- package/dist/components/SelectableCard/variables.css.js +7 -5
- package/dist/components/SelectableCardGroup/Context.js +5 -3
- package/dist/components/SelectableCardGroup/SingleCard.js +31 -30
- package/dist/components/SelectableCardGroup/index.js +61 -59
- package/dist/components/SelectableCardGroup/styles.css.js +6 -4
- package/dist/components/SelectableCardGroup/styles.css.ts.vanilla.js +3 -1
- package/dist/components/SelectableCardOptionGroup/Provider.js +19 -17
- package/dist/components/SelectableCardOptionGroup/SelectableCardOptionGroup.js +67 -65
- package/dist/components/SelectableCardOptionGroup/components/Image.js +17 -15
- package/dist/components/SelectableCardOptionGroup/components/Option.js +77 -76
- package/dist/components/SelectableCardOptionGroup/styles.css.js +15 -13
- package/dist/components/SelectableCardOptionGroup/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Separator/index.js +44 -42
- package/dist/components/Separator/styles.css.js +55 -53
- package/dist/components/Separator/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Skeleton/Block.js +14 -12
- package/dist/components/Skeleton/Blocks.js +16 -14
- package/dist/components/Skeleton/BoxWithIcon.js +16 -14
- package/dist/components/Skeleton/Donut.js +26 -24
- package/dist/components/Skeleton/IconSkeleton.js +6 -4
- package/dist/components/Skeleton/Line.js +17 -15
- package/dist/components/Skeleton/List.js +16 -14
- package/dist/components/Skeleton/Slider.js +14 -12
- package/dist/components/Skeleton/Square.js +6 -4
- package/dist/components/Skeleton/index.d.ts +16 -21
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/Skeleton/index.js +40 -38
- package/dist/components/Skeleton/styles.css.js +28 -26
- package/dist/components/Skeleton/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Skeleton/stylesVariants.css.js +9 -7
- package/dist/components/Skeleton/stylesVariants.css.ts.vanilla.js +3 -1
- package/dist/components/Slider/components/DoubleSlider.js +284 -284
- package/dist/components/Slider/components/Options.js +36 -36
- package/dist/components/Slider/components/SingleSlider.js +195 -195
- package/dist/components/Slider/index.js +101 -99
- package/dist/components/Slider/styles.css.js +103 -101
- package/dist/components/Slider/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Snippet/CodeContent.js +23 -21
- package/dist/components/Snippet/index.js +91 -89
- package/dist/components/Snippet/styles.css.js +55 -53
- package/dist/components/Snippet/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Stack/index.js +57 -55
- package/dist/components/Stack/styles.css.js +574 -572
- package/dist/components/Stack/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Stack/variables.css.js +9 -7
- package/dist/components/Stack/variables.css.ts.vanilla.js +3 -1
- package/dist/components/Status/index.js +16 -14
- package/dist/components/Status/styles.css.d.ts.map +1 -1
- package/dist/components/Status/styles.css.js +38 -36
- package/dist/components/Status/styles.css.ts.vanilla.js +3 -1
- package/dist/components/StepList/Item.js +22 -20
- package/dist/components/StepList/index.d.ts +2 -14
- package/dist/components/StepList/index.d.ts.map +1 -1
- package/dist/components/StepList/index.js +14 -12
- package/dist/components/StepList/styles.css.js +26 -24
- package/dist/components/StepList/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Stepper/Bullet.js +31 -29
- package/dist/components/Stepper/Step.js +62 -60
- package/dist/components/Stepper/StepperProvider.js +38 -35
- package/dist/components/Stepper/index.d.ts +2 -13
- package/dist/components/Stepper/index.d.ts.map +1 -1
- package/dist/components/Stepper/index.js +46 -44
- package/dist/components/Stepper/styles.css.js +131 -129
- package/dist/components/Stepper/styles.css.ts.vanilla.js +3 -1
- package/dist/components/SwitchButton/FocusOverlay.js +12 -12
- package/dist/components/SwitchButton/Option.js +42 -41
- package/dist/components/SwitchButton/SwitchButtonContext.js +10 -8
- package/dist/components/SwitchButton/index.d.ts +2 -11
- package/dist/components/SwitchButton/index.d.ts.map +1 -1
- package/dist/components/SwitchButton/index.js +131 -131
- package/dist/components/SwitchButton/styles.css.js +18 -16
- package/dist/components/SwitchButton/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Table/Body.js +6 -4
- package/dist/components/Table/Cell.d.ts.map +1 -1
- package/dist/components/Table/Cell.js +34 -28
- package/dist/components/Table/Header.js +9 -7
- package/dist/components/Table/HeaderCell.d.ts.map +1 -1
- package/dist/components/Table/HeaderCell.js +61 -55
- package/dist/components/Table/HeaderRow.d.ts.map +1 -1
- package/dist/components/Table/HeaderRow.js +32 -29
- package/dist/components/Table/Row.js +87 -91
- package/dist/components/Table/SelectBar.js +30 -28
- package/dist/components/Table/SkeletonRows.js +19 -17
- package/dist/components/Table/SortIcon.js +9 -7
- package/dist/components/Table/TableContainer.js +20 -18
- package/dist/components/Table/TableContext.d.ts +2 -0
- package/dist/components/Table/TableContext.d.ts.map +1 -1
- package/dist/components/Table/TableContext.js +52 -48
- package/dist/components/Table/constants.d.ts +10 -2
- package/dist/components/Table/constants.d.ts.map +1 -1
- package/dist/components/Table/constants.js +11 -2
- package/dist/components/Table/index.d.ts +12 -48
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/index.js +60 -57
- package/dist/components/Table/styles.css.d.ts +22 -6
- package/dist/components/Table/styles.css.d.ts.map +1 -1
- package/dist/components/Table/styles.css.js +65 -53
- package/dist/components/Table/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Table/variables.css.js +10 -8
- package/dist/components/Tabs/Tab.js +86 -84
- package/dist/components/Tabs/TabMenu.js +41 -39
- package/dist/components/Tabs/TabMenuItem.js +29 -27
- package/dist/components/Tabs/TabsContext.js +6 -4
- package/dist/components/Tabs/index.d.ts +7 -41
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +77 -75
- package/dist/components/Tabs/styles.css.js +19 -17
- package/dist/components/Tabs/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Tag/index.js +86 -82
- package/dist/components/Tag/styles.css.js +143 -141
- package/dist/components/Tag/styles.css.ts.vanilla.js +3 -1
- package/dist/components/TagInput/index.js +183 -181
- package/dist/components/TagInput/styles.css.js +20 -18
- package/dist/components/TagInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/TagList/constant.js +6 -4
- package/dist/components/TagList/index.js +170 -168
- package/dist/components/TagList/styles.css.js +18 -16
- package/dist/components/TagList/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Text/index.js +44 -42
- package/dist/components/Text/style.css.js +449 -447
- package/dist/components/Text/style.css.ts.vanilla.js +3 -1
- package/dist/components/Text/variables.css.js +8 -6
- package/dist/components/TextArea/Icon.js +8 -6
- package/dist/components/TextArea/Notice.js +32 -30
- package/dist/components/TextArea/index.d.ts +4 -25
- package/dist/components/TextArea/index.d.ts.map +1 -1
- package/dist/components/TextArea/index.js +132 -130
- package/dist/components/TextArea/styles.css.js +28 -26
- package/dist/components/TextArea/styles.css.ts.vanilla.js +3 -1
- package/dist/components/TextInput/PrefixSuffix.js +20 -18
- package/dist/components/TextInput/RightIcon.js +48 -46
- package/dist/components/TextInput/ShowHidePassword.js +24 -22
- package/dist/components/TextInput/index.d.ts +1 -1
- package/dist/components/TextInput/index.js +138 -136
- package/dist/components/TextInput/styles.css.js +19 -17
- package/dist/components/TextInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/TextInput/type.d.ts +1 -1
- package/dist/components/TextInput/type.d.ts.map +1 -1
- package/dist/components/TimeInput/RightIcon.js +25 -23
- package/dist/components/TimeInput/constants.js +16 -14
- package/dist/components/TimeInput/helpers.js +44 -42
- package/dist/components/TimeInput/index.d.ts +5 -23
- package/dist/components/TimeInput/index.d.ts.map +1 -1
- package/dist/components/TimeInput/index.js +292 -288
- package/dist/components/TimeInput/styles.css.js +31 -29
- package/dist/components/TimeInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Toaster/Toaster.js +31 -29
- package/dist/components/Toaster/ToasterContainer.js +24 -22
- package/dist/components/Toaster/components/Button.js +22 -20
- package/dist/components/Toaster/components/CloseButton.js +14 -12
- package/dist/components/Toaster/components/Content.js +16 -14
- package/dist/components/Toaster/components/Link.js +18 -15
- package/dist/components/Toaster/constants.js +5 -3
- package/dist/components/Toaster/index.d.ts +4 -2
- package/dist/components/Toaster/index.d.ts.map +1 -1
- package/dist/components/Toaster/index.js +12 -10
- package/dist/components/Toaster/styles.css.js +10 -8
- package/dist/components/Toaster/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Toggle/index.js +81 -79
- package/dist/components/Toggle/styles.css.js +49 -47
- package/dist/components/Toggle/styles.css.ts.vanilla.js +3 -1
- package/dist/components/ToggleGroup/Context.js +5 -3
- package/dist/components/ToggleGroup/SingleToggle.js +27 -25
- package/dist/components/ToggleGroup/index.js +65 -63
- package/dist/components/ToggleGroup/styles.css.js +6 -4
- package/dist/components/ToggleGroup/styles.css.ts.vanilla.js +3 -1
- package/dist/components/Tooltip/index.js +27 -25
- package/dist/components/Tooltip/styles.css.js +6 -4
- package/dist/components/Tooltip/styles.css.ts.vanilla.js +3 -1
- package/dist/components/TreeMapChart/Tooltip.js +21 -19
- package/dist/components/TreeMapChart/index.js +49 -47
- package/dist/components/TreeMapChart/styles.css.js +9 -7
- package/dist/components/TreeMapChart/styles.css.ts.vanilla.js +3 -1
- package/dist/components/UnitInput/index.d.ts +3 -6
- package/dist/components/UnitInput/index.d.ts.map +1 -1
- package/dist/components/UnitInput/index.js +123 -121
- package/dist/components/UnitInput/styles.css.js +28 -26
- package/dist/components/UnitInput/styles.css.ts.vanilla.js +3 -1
- package/dist/components/VerificationCode/index.js +143 -142
- package/dist/components/VerificationCode/styles.css.js +15 -13
- package/dist/components/VerificationCode/styles.css.ts.vanilla.js +3 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/styles.d.ts +1 -0
- package/dist/components/styles.d.ts.map +1 -1
- package/dist/composition.js +118 -11
- package/dist/compositions/CodeEditor/components/CopyButton.js +14 -12
- package/dist/compositions/CodeEditor/components/Expandable.js +25 -23
- package/dist/compositions/CodeEditor/index.js +89 -87
- package/dist/compositions/CodeEditor/styles.css.js +30 -28
- package/dist/compositions/CodeEditor/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/ContentCard/Content.js +34 -32
- package/dist/compositions/ContentCard/ImageContent.js +14 -12
- package/dist/compositions/ContentCard/LinkContent.js +19 -17
- package/dist/compositions/ContentCard/Skeleton.js +28 -26
- package/dist/compositions/ContentCard/index.js +68 -66
- package/dist/compositions/ContentCard/styles.css.js +39 -37
- package/dist/compositions/ContentCard/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/ContentCardGroup/Card.js +53 -51
- package/dist/compositions/ContentCardGroup/SkeletonCard.js +26 -24
- package/dist/compositions/ContentCardGroup/index.js +17 -15
- package/dist/compositions/ContentCardGroup/styles.css.js +14 -12
- package/dist/compositions/ContentCardGroup/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/Conversation/components/Date.js +15 -13
- package/dist/compositions/Conversation/components/Message.js +20 -18
- package/dist/compositions/Conversation/components/MessageInfos.js +11 -9
- package/dist/compositions/Conversation/components/MessageTag.js +12 -10
- package/dist/compositions/Conversation/index.d.ts +8 -32
- package/dist/compositions/Conversation/index.d.ts.map +1 -1
- package/dist/compositions/Conversation/index.js +18 -16
- package/dist/compositions/Conversation/styles.css.js +23 -21
- package/dist/compositions/Conversation/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/CustomerSatisfaction/assets/1-5.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/1-5NB.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/2-5.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/2-5NB.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/3-5.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/3-5NB.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/4-5.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/4-5NB.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/5-5.js +5 -3
- package/dist/compositions/CustomerSatisfaction/assets/5-5NB.js +5 -3
- package/dist/compositions/CustomerSatisfaction/index.js +86 -84
- package/dist/compositions/CustomerSatisfaction/styles.css.js +21 -19
- package/dist/compositions/CustomerSatisfaction/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/EstimateCost/CompactEstimateCost.js +29 -27
- package/dist/compositions/EstimateCost/Components/Children.js +38 -36
- package/dist/compositions/EstimateCost/Components/CustomUnitInput.js +35 -33
- package/dist/compositions/EstimateCost/Components/Description.js +10 -8
- package/dist/compositions/EstimateCost/Components/Item.js +151 -149
- package/dist/compositions/EstimateCost/Components/ItemLeftSide.js +70 -68
- package/dist/compositions/EstimateCost/Components/ItemPrice.js +51 -49
- package/dist/compositions/EstimateCost/Components/LineThrough.js +15 -13
- package/dist/compositions/EstimateCost/Components/NumberInput.js +31 -29
- package/dist/compositions/EstimateCost/Components/Region.js +33 -31
- package/dist/compositions/EstimateCost/Components/Regular.js +17 -15
- package/dist/compositions/EstimateCost/Components/Strong.js +11 -9
- package/dist/compositions/EstimateCost/Components/Title.js +13 -11
- package/dist/compositions/EstimateCost/Components/Total.js +61 -59
- package/dist/compositions/EstimateCost/Components/Unit.js +47 -45
- package/dist/compositions/EstimateCost/Components/Zone.js +32 -30
- package/dist/compositions/EstimateCost/Components/components.css.js +59 -57
- package/dist/compositions/EstimateCost/Components/components.css.ts.vanilla.js +3 -1
- package/dist/compositions/EstimateCost/Ellipsis.js +25 -23
- package/dist/compositions/EstimateCost/EstimateCostContent.js +191 -189
- package/dist/compositions/EstimateCost/EstimateCostProvider.js +28 -26
- package/dist/compositions/EstimateCost/Image.js +13 -11
- package/dist/compositions/EstimateCost/OverlayComponent.js +91 -89
- package/dist/compositions/EstimateCost/OverlayContext.js +10 -8
- package/dist/compositions/EstimateCost/constants.js +26 -24
- package/dist/compositions/EstimateCost/helper.js +9 -7
- package/dist/compositions/EstimateCost/index.d.ts +21 -167
- package/dist/compositions/EstimateCost/index.d.ts.map +1 -1
- package/dist/compositions/EstimateCost/index.js +2 -86
- package/dist/compositions/EstimateCost/locales/en.js +25 -23
- package/dist/compositions/EstimateCost/styles.css.js +136 -134
- package/dist/compositions/EstimateCost/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/FAQ/index.js +36 -34
- package/dist/compositions/FAQ/styles.css.js +6 -4
- package/dist/compositions/FAQ/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/Filters/Filters.js +27 -25
- package/dist/compositions/Filters/filterTypes/FilterDateRange.js +27 -26
- package/dist/compositions/Filters/filterTypes/FilterDatetimeRange/Dropdown.js +117 -115
- package/dist/compositions/Filters/filterTypes/FilterDatetimeRange/FilterDatetimeRange.js +58 -56
- package/dist/compositions/Filters/filterTypes/FilterDatetimeRange/filterDatetimeRange.styles.css.js +9 -7
- package/dist/compositions/Filters/filterTypes/FilterDatetimeRange/filterDatetimeRange.styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/Filters/filterTypes/FilterMultiSelect.js +41 -39
- package/dist/compositions/Filters/filterTypes/FilterNumber.js +16 -14
- package/dist/compositions/Filters/filterTypes/FilterSearch.js +32 -30
- package/dist/compositions/Filters/filterTypes/FilterSelect.js +36 -34
- package/dist/compositions/Filters/filterTypes/FilterSlider.js +22 -20
- package/dist/compositions/Filters/filterTypes/FilterText.js +32 -30
- package/dist/compositions/Filters/index.js +4 -13
- package/dist/compositions/Filters/parts/AbstractFilter.js +43 -41
- package/dist/compositions/Filters/parts/ExpandableFilterGroup.js +43 -41
- package/dist/compositions/Filters/parts/FiltersDrawer.js +74 -72
- package/dist/compositions/Filters/parts/FiltersMainRow.js +65 -63
- package/dist/compositions/Filters/parts/FiltersProvider.js +46 -44
- package/dist/compositions/Filters/parts/helpers.js +32 -30
- package/dist/compositions/Filters/parts/reducer.js +48 -46
- package/dist/compositions/Filters/parts/styles.css.js +6 -4
- package/dist/compositions/Filters/parts/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/Filters/parts/useFilters.js +89 -86
- package/dist/compositions/InfoTable/Context.js +5 -3
- package/dist/compositions/InfoTable/components/Cell.d.ts.map +1 -1
- package/dist/compositions/InfoTable/components/Cell.js +36 -32
- package/dist/compositions/InfoTable/components/CellWithCopyButton.js +32 -30
- package/dist/compositions/InfoTable/components/Row.js +20 -18
- package/dist/compositions/InfoTable/index.d.ts +13 -21
- package/dist/compositions/InfoTable/index.d.ts.map +1 -1
- package/dist/compositions/InfoTable/index.js +40 -39
- package/dist/compositions/InfoTable/styles.css.js +141 -137
- package/dist/compositions/InfoTable/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/Navigation/Footer.js +56 -54
- package/dist/compositions/Navigation/Header.js +18 -16
- package/dist/compositions/Navigation/NavigationContent.js +104 -101
- package/dist/compositions/Navigation/NavigationProvider.js +137 -135
- package/dist/compositions/Navigation/components/Group.js +36 -34
- package/dist/compositions/Navigation/components/Item/Badge.js +14 -12
- package/dist/compositions/Navigation/components/Item/Children.js +22 -20
- package/dist/compositions/Navigation/components/Item/Content.js +66 -64
- package/dist/compositions/Navigation/components/Item/Item.js +201 -199
- package/dist/compositions/Navigation/components/Item/ItemExpanded.js +120 -118
- package/dist/compositions/Navigation/components/Item/ItemProvider.js +12 -10
- package/dist/compositions/Navigation/components/Item/PinnedButton.js +46 -44
- package/dist/compositions/Navigation/components/Menu/Menu.js +57 -55
- package/dist/compositions/Navigation/components/Menu/MenuItem.js +77 -75
- package/dist/compositions/Navigation/components/Menu/NestedMenu.js +40 -38
- package/dist/compositions/Navigation/components/PinnedItems.js +97 -95
- package/dist/compositions/Navigation/components/Separator.js +14 -12
- package/dist/compositions/Navigation/components/ShowHide.js +46 -44
- package/dist/compositions/Navigation/components/items.css.d.ts +2 -2
- package/dist/compositions/Navigation/components/items.css.ts.vanilla.js +3 -1
- package/dist/compositions/Navigation/components/styles.css.d.ts +2 -2
- package/dist/compositions/Navigation/components/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/Navigation/constants.d.ts +1 -1
- package/dist/compositions/Navigation/constants.js +5 -3
- package/dist/compositions/Navigation/index.d.ts +11 -59
- package/dist/compositions/Navigation/index.d.ts.map +1 -1
- package/dist/compositions/Navigation/index.js +2 -39
- package/dist/compositions/Navigation/locales/en.js +13 -11
- package/dist/compositions/Navigation/styles.css.d.ts +5 -5
- package/dist/compositions/Navigation/styles.css.js +133 -131
- package/dist/compositions/Navigation/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/Navigation/variables.css.js +7 -5
- package/dist/compositions/OfferList/OfferListProvider.js +39 -37
- package/dist/compositions/OfferList/components/Banner.js +30 -28
- package/dist/compositions/OfferList/components/Cell.js +28 -26
- package/dist/compositions/OfferList/components/OfferListRowProvider.js +9 -7
- package/dist/compositions/OfferList/components/Row.js +139 -137
- package/dist/compositions/OfferList/components/SelectableCell.js +54 -52
- package/dist/compositions/OfferList/index.d.ts +5 -39
- package/dist/compositions/OfferList/index.d.ts.map +1 -1
- package/dist/compositions/OfferList/index.js +47 -45
- package/dist/compositions/OfferList/styles.css.js +123 -121
- package/dist/compositions/OfferList/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/OptionSelector/components/ArrowIcon.js +16 -14
- package/dist/compositions/OptionSelector/components/IconWithContent.js +11 -9
- package/dist/compositions/OptionSelector/components/RevealOnHover.js +14 -12
- package/dist/compositions/OptionSelector/components/Selector.js +31 -29
- package/dist/compositions/OptionSelector/index.js +147 -145
- package/dist/compositions/OptionSelector/styles.css.js +148 -144
- package/dist/compositions/OptionSelector/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/OrderSummary/NonScrollableContent.js +101 -99
- package/dist/compositions/OrderSummary/Provider.js +18 -16
- package/dist/compositions/OrderSummary/ScrollableContent.js +30 -28
- package/dist/compositions/OrderSummary/components/Category.js +96 -94
- package/dist/compositions/OrderSummary/components/SubCategory.js +90 -88
- package/dist/compositions/OrderSummary/components/SubCategoryPrice.js +36 -34
- package/dist/compositions/OrderSummary/constants.js +18 -16
- package/dist/compositions/OrderSummary/helpers.js +128 -126
- package/dist/compositions/OrderSummary/index.js +132 -130
- package/dist/compositions/OrderSummary/locales/en.js +13 -11
- package/dist/compositions/OrderSummary/styles.css.js +50 -48
- package/dist/compositions/OrderSummary/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/Plans/FeatureHint.js +34 -32
- package/dist/compositions/Plans/PlanHeader.js +90 -88
- package/dist/compositions/Plans/index.js +148 -146
- package/dist/compositions/Plans/locales/en.js +9 -7
- package/dist/compositions/Plans/styles.css.js +39 -37
- package/dist/compositions/Plans/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/RichTextInput/Toolbar.js +110 -108
- package/dist/compositions/RichTextInput/editorCore.js +50 -48
- package/dist/compositions/RichTextInput/helpers.js +14 -12
- package/dist/compositions/RichTextInput/index.js +113 -111
- package/dist/compositions/RichTextInput/styles.css.js +38 -36
- package/dist/compositions/RichTextInput/styles.css.ts.vanilla.js +3 -1
- package/dist/compositions/SteppedListCard/Step.js +41 -39
- package/dist/compositions/SteppedListCard/SteppedListContent.js +51 -49
- package/dist/compositions/SteppedListCard/helper.js +26 -24
- package/dist/compositions/SteppedListCard/index.d.ts +2 -11
- package/dist/compositions/SteppedListCard/index.d.ts.map +1 -1
- package/dist/compositions/SteppedListCard/index.js +87 -85
- package/dist/compositions/SteppedListCard/styles.css.js +15 -13
- package/dist/compositions/SteppedListCard/styles.css.ts.vanilla.js +3 -1
- package/dist/helpers/hasHelperText.js +6 -4
- package/dist/helpers/isClientSide.js +6 -4
- package/dist/helpers/isStringOrNumberArray.d.ts +2 -0
- package/dist/helpers/isStringOrNumberArray.d.ts.map +1 -0
- package/dist/helpers/isStringOrNumberArray.js +13 -0
- package/dist/helpers/legend.js +11 -9
- package/dist/helpers/nivoTheme.js +20 -18
- package/dist/helpers/recursivelyGetChildrenString.d.ts.map +1 -1
- package/dist/helpers/recursivelyGetChildrenString.js +17 -12
- package/dist/helpers/treeMap.js +23 -21
- package/dist/hooks/useIsOverflowing.js +23 -21
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +200 -46
- package/dist/mocks/list.d.ts +1 -1
- package/dist/mocks/list.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.js +39 -37
- package/dist/theme/index.js +18 -16
- package/dist/types.d.ts +35 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/ui.css +1 -1
- package/dist/utils/animations/animations.js +3 -1
- package/dist/utils/animations/animations2.js +31 -29
- package/dist/utils/animations/animationsVanillaExtract.css.js +32 -30
- package/dist/utils/animations/animationsVanillaExtract.css.ts.vanilla.js +3 -1
- package/dist/utils/index.js +8 -7
- package/dist/utils/normalize.js +6 -4
- package/dist/utils/responsive/utilities.js +13 -11
- package/package.json +13 -13
- package/dist/components/Expandable/constant.js +0 -8
- package/dist/components/Modal/constants.d.ts +0 -44
- package/dist/components/Modal/constants.d.ts.map +0 -1
- package/dist/components/Notification/index.js +0 -13
- package/dist/components/SelectableCard/index.js +0 -11
- package/dist/components/SelectableCardOptionGroup/index.js +0 -11
- package/dist/components/Slider/constant.js +0 -8
- package/dist/components/SwitchButton/constant.js +0 -8
- package/dist/components/TextArea/constant.js +0 -8
- package/dist/components/index.js +0 -170
- package/dist/components/styles.js +0 -157
- package/dist/compositions/index.js +0 -47
- package/dist/compositions/styles.js +0 -37
- package/dist/utils/responsive/index.js +0 -11
|
@@ -13,163 +13,165 @@ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
|
|
14
14
|
//#region src/compositions/OptionSelector/index.tsx
|
|
15
15
|
var makeSelectInputOptions, OptionSelector;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
16
|
+
function init_OptionSelector() {
|
|
17
|
+
return (init_OptionSelector = __esmMin(() => {
|
|
18
|
+
init_Description();
|
|
19
|
+
init_Label();
|
|
20
|
+
init_ArrowIcon();
|
|
21
|
+
init_IconWithContent();
|
|
22
|
+
init_RevealOnHover();
|
|
23
|
+
init_Selector();
|
|
24
|
+
init_styles_css();
|
|
25
|
+
makeSelectInputOptions = (options) => options.map((option) => {
|
|
26
|
+
const optionLabel = option.hoverContent ? /* @__PURE__ */ jsx(RevealOnHover, {
|
|
27
|
+
content: /* @__PURE__ */ jsx(IconWithContent, {
|
|
28
|
+
content: option.content,
|
|
29
|
+
icon: option.icon
|
|
30
|
+
}),
|
|
31
|
+
hoverContent: /* @__PURE__ */ jsx(IconWithContent, {
|
|
32
|
+
content: option.hoverContent,
|
|
33
|
+
icon: option.icon
|
|
34
|
+
})
|
|
35
|
+
}, option.value) : /* @__PURE__ */ jsx(IconWithContent, {
|
|
27
36
|
content: option.content,
|
|
28
37
|
icon: option.icon
|
|
29
|
-
})
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
38
|
+
}, option.value);
|
|
39
|
+
return {
|
|
40
|
+
disabled: option.disabled,
|
|
41
|
+
label: optionLabel,
|
|
42
|
+
optionalInfo: option.optionalInfo,
|
|
43
|
+
searchText: option.value,
|
|
44
|
+
tooltip: option.tooltip,
|
|
45
|
+
value: option.value
|
|
46
|
+
};
|
|
47
|
+
});
|
|
48
|
+
OptionSelector = ({ className, style, "data-testid": dataTestId, firstSelector, secondSelector, size = "large", disabled, readOnly, "aria-label": ariaLabel, error, required, onChange, name, value, hideWhenEmpty, direction = "horizontal" }) => {
|
|
49
|
+
const firstSelectorHelperId = useId();
|
|
50
|
+
const secondSelectorHelperId = useId();
|
|
51
|
+
const firstValue = useMemo(() => {
|
|
52
|
+
if (value === null || value === void 0 ? void 0 : value.first) return value.first;
|
|
53
|
+
if (firstSelector.options.length === 1) {
|
|
54
|
+
onChange === null || onChange === void 0 || onChange({
|
|
55
|
+
first: firstSelector.options[0].value,
|
|
56
|
+
second: value === null || value === void 0 ? void 0 : value.second,
|
|
57
|
+
changingValue: "first"
|
|
58
|
+
});
|
|
59
|
+
return firstSelector.options[0].value;
|
|
60
|
+
}
|
|
61
|
+
}, [
|
|
62
|
+
value === null || value === void 0 ? void 0 : value.first,
|
|
63
|
+
value === null || value === void 0 ? void 0 : value.second,
|
|
64
|
+
onChange,
|
|
65
|
+
firstSelector
|
|
66
|
+
]);
|
|
67
|
+
const secondValue = useMemo(() => {
|
|
68
|
+
if (value === null || value === void 0 ? void 0 : value.second) return value.second;
|
|
69
|
+
if ((secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.options.length) === 1) {
|
|
70
|
+
onChange === null || onChange === void 0 || onChange({
|
|
71
|
+
first: value === null || value === void 0 ? void 0 : value.first,
|
|
72
|
+
second: secondSelector.options[0].value,
|
|
73
|
+
changingValue: "second"
|
|
74
|
+
});
|
|
75
|
+
return secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.options[0].value;
|
|
76
|
+
}
|
|
77
|
+
}, [
|
|
78
|
+
secondSelector,
|
|
79
|
+
value === null || value === void 0 ? void 0 : value.first,
|
|
80
|
+
value === null || value === void 0 ? void 0 : value.second,
|
|
81
|
+
onChange
|
|
82
|
+
]);
|
|
83
|
+
const firstSelectorOptions = makeSelectInputOptions(firstSelector.options);
|
|
84
|
+
const secondSelectorOptions = (secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.options) ? makeSelectInputOptions(secondSelector.options) : void 0;
|
|
85
|
+
const onChangeFirstSelector = (val) => {
|
|
53
86
|
onChange === null || onChange === void 0 || onChange({
|
|
54
|
-
first:
|
|
87
|
+
first: val,
|
|
55
88
|
second: value === null || value === void 0 ? void 0 : value.second,
|
|
56
89
|
changingValue: "first"
|
|
57
90
|
});
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}, [
|
|
61
|
-
value === null || value === void 0 ? void 0 : value.first,
|
|
62
|
-
value === null || value === void 0 ? void 0 : value.second,
|
|
63
|
-
onChange,
|
|
64
|
-
firstSelector
|
|
65
|
-
]);
|
|
66
|
-
const secondValue = useMemo(() => {
|
|
67
|
-
if (value === null || value === void 0 ? void 0 : value.second) return value.second;
|
|
68
|
-
if ((secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.options.length) === 1) {
|
|
91
|
+
};
|
|
92
|
+
const onChangeSecondSelector = (val) => {
|
|
69
93
|
onChange === null || onChange === void 0 || onChange({
|
|
70
94
|
first: value === null || value === void 0 ? void 0 : value.first,
|
|
71
|
-
second:
|
|
95
|
+
second: val,
|
|
72
96
|
changingValue: "second"
|
|
73
97
|
});
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
98
|
+
};
|
|
99
|
+
const isReadOnly = (selector) => selector.options.length === 1 || selector.readOnly || readOnly;
|
|
100
|
+
const isHorizontal = direction === "horizontal";
|
|
101
|
+
const firstSelectorStringError = typeof firstSelector.error === "string";
|
|
102
|
+
const secondSelectorStringError = typeof (secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.error) === "string";
|
|
103
|
+
const displayFirstDescription = firstSelectorStringError || firstSelector.helper || error;
|
|
104
|
+
const displaySecondDescription = secondSelectorStringError || (secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.helper) || error;
|
|
105
|
+
return /* @__PURE__ */ jsxs("fieldset", {
|
|
106
|
+
"aria-label": ariaLabel,
|
|
107
|
+
className: cn(className, optionSelectorStyle.wrapper({ direction })),
|
|
108
|
+
"data-testid": dataTestId,
|
|
109
|
+
name,
|
|
110
|
+
style,
|
|
111
|
+
children: [
|
|
112
|
+
isHorizontal ? /* @__PURE__ */ jsx(Label, {
|
|
113
|
+
className: optionSelectorStyle.firstLabel,
|
|
114
|
+
required,
|
|
115
|
+
size,
|
|
116
|
+
children: firstSelector.label
|
|
117
|
+
}) : null,
|
|
118
|
+
firstValue && secondSelector && secondSelectorOptions && isHorizontal ? /* @__PURE__ */ jsx(Label, {
|
|
119
|
+
className: optionSelectorStyle.secondLabel,
|
|
120
|
+
required,
|
|
121
|
+
children: secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.label
|
|
122
|
+
}) : null,
|
|
123
|
+
/* @__PURE__ */ jsx(Selector, {
|
|
124
|
+
direction,
|
|
125
|
+
disabled,
|
|
126
|
+
error,
|
|
127
|
+
firstSelector,
|
|
128
|
+
isFirst: true,
|
|
129
|
+
isHorizontal,
|
|
130
|
+
onChange: onChangeFirstSelector,
|
|
131
|
+
options: firstSelectorOptions,
|
|
132
|
+
readOnly: isReadOnly(firstSelector),
|
|
133
|
+
required,
|
|
134
|
+
size,
|
|
135
|
+
value: firstValue,
|
|
136
|
+
helperId: displayFirstDescription && !error ? firstSelectorHelperId : void 0
|
|
137
|
+
}),
|
|
138
|
+
secondSelector && secondSelectorOptions && !(hideWhenEmpty && !firstValue) ? /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx(Arrow, {
|
|
139
|
+
direction,
|
|
140
|
+
size
|
|
141
|
+
}), /* @__PURE__ */ jsx(Selector, {
|
|
142
|
+
direction,
|
|
143
|
+
disabled: disabled || !firstValue || !!firstSelector.error,
|
|
144
|
+
error,
|
|
145
|
+
firstSelector: secondSelector,
|
|
146
|
+
isHorizontal,
|
|
147
|
+
onChange: onChangeSecondSelector,
|
|
148
|
+
options: secondSelectorOptions,
|
|
149
|
+
readOnly: isReadOnly(secondSelector),
|
|
150
|
+
required,
|
|
151
|
+
size,
|
|
152
|
+
value: secondValue,
|
|
153
|
+
helperId: displaySecondDescription && !error ? secondSelectorHelperId : void 0
|
|
154
|
+
})] }) : null,
|
|
155
|
+
isHorizontal && displayFirstDescription ? /* @__PURE__ */ jsx(Description, {
|
|
156
|
+
error: firstSelector.error,
|
|
157
|
+
helper: firstSelector.helper,
|
|
158
|
+
id: firstSelectorHelperId,
|
|
159
|
+
disabled: firstSelector.disabled || disabled,
|
|
160
|
+
className: optionSelectorStyle.errorFirstSelector
|
|
161
|
+
}) : null,
|
|
162
|
+
secondSelector && isHorizontal && displaySecondDescription ? /* @__PURE__ */ jsx(Description, {
|
|
163
|
+
error: secondSelector.error,
|
|
164
|
+
helper: secondSelector.helper,
|
|
165
|
+
id: secondSelectorHelperId,
|
|
166
|
+
disabled: secondSelector.disabled || disabled,
|
|
167
|
+
className: optionSelectorStyle.errorSecondSelector
|
|
168
|
+
}) : null
|
|
169
|
+
]
|
|
89
170
|
});
|
|
90
171
|
};
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
second: val,
|
|
95
|
-
changingValue: "second"
|
|
96
|
-
});
|
|
97
|
-
};
|
|
98
|
-
const isReadOnly = (selector) => selector.options.length === 1 || selector.readOnly || readOnly;
|
|
99
|
-
const isHorizontal = direction === "horizontal";
|
|
100
|
-
const firstSelectorStringError = typeof firstSelector.error === "string";
|
|
101
|
-
const secondSelectorStringError = typeof (secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.error) === "string";
|
|
102
|
-
const displayFirstDescription = firstSelectorStringError || firstSelector.helper || error;
|
|
103
|
-
const displaySecondDescription = secondSelectorStringError || (secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.helper) || error;
|
|
104
|
-
return /* @__PURE__ */ jsxs("fieldset", {
|
|
105
|
-
"aria-label": ariaLabel,
|
|
106
|
-
className: cn(className, optionSelectorStyle.wrapper({ direction })),
|
|
107
|
-
"data-testid": dataTestId,
|
|
108
|
-
name,
|
|
109
|
-
style,
|
|
110
|
-
children: [
|
|
111
|
-
isHorizontal ? /* @__PURE__ */ jsx(Label, {
|
|
112
|
-
className: optionSelectorStyle.firstLabel,
|
|
113
|
-
required,
|
|
114
|
-
size,
|
|
115
|
-
children: firstSelector.label
|
|
116
|
-
}) : null,
|
|
117
|
-
firstValue && secondSelector && secondSelectorOptions && isHorizontal ? /* @__PURE__ */ jsx(Label, {
|
|
118
|
-
className: optionSelectorStyle.secondLabel,
|
|
119
|
-
required,
|
|
120
|
-
children: secondSelector === null || secondSelector === void 0 ? void 0 : secondSelector.label
|
|
121
|
-
}) : null,
|
|
122
|
-
/* @__PURE__ */ jsx(Selector, {
|
|
123
|
-
direction,
|
|
124
|
-
disabled,
|
|
125
|
-
error,
|
|
126
|
-
firstSelector,
|
|
127
|
-
isFirst: true,
|
|
128
|
-
isHorizontal,
|
|
129
|
-
onChange: onChangeFirstSelector,
|
|
130
|
-
options: firstSelectorOptions,
|
|
131
|
-
readOnly: isReadOnly(firstSelector),
|
|
132
|
-
required,
|
|
133
|
-
size,
|
|
134
|
-
value: firstValue,
|
|
135
|
-
helperId: displayFirstDescription && !error ? firstSelectorHelperId : void 0
|
|
136
|
-
}),
|
|
137
|
-
secondSelector && secondSelectorOptions && !(hideWhenEmpty && !firstValue) ? /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx(Arrow, {
|
|
138
|
-
direction,
|
|
139
|
-
size
|
|
140
|
-
}), /* @__PURE__ */ jsx(Selector, {
|
|
141
|
-
direction,
|
|
142
|
-
disabled: disabled || !firstValue || !!firstSelector.error,
|
|
143
|
-
error,
|
|
144
|
-
firstSelector: secondSelector,
|
|
145
|
-
isHorizontal,
|
|
146
|
-
onChange: onChangeSecondSelector,
|
|
147
|
-
options: secondSelectorOptions,
|
|
148
|
-
readOnly: isReadOnly(secondSelector),
|
|
149
|
-
required,
|
|
150
|
-
size,
|
|
151
|
-
value: secondValue,
|
|
152
|
-
helperId: displaySecondDescription && !error ? secondSelectorHelperId : void 0
|
|
153
|
-
})] }) : null,
|
|
154
|
-
isHorizontal && displayFirstDescription ? /* @__PURE__ */ jsx(Description, {
|
|
155
|
-
error: firstSelector.error,
|
|
156
|
-
helper: firstSelector.helper,
|
|
157
|
-
id: firstSelectorHelperId,
|
|
158
|
-
disabled: firstSelector.disabled || disabled,
|
|
159
|
-
className: optionSelectorStyle.errorFirstSelector
|
|
160
|
-
}) : null,
|
|
161
|
-
secondSelector && isHorizontal && displaySecondDescription ? /* @__PURE__ */ jsx(Description, {
|
|
162
|
-
error: secondSelector.error,
|
|
163
|
-
helper: secondSelector.helper,
|
|
164
|
-
id: secondSelectorHelperId,
|
|
165
|
-
disabled: secondSelector.disabled || disabled,
|
|
166
|
-
className: optionSelectorStyle.errorSecondSelector
|
|
167
|
-
}) : null
|
|
168
|
-
]
|
|
169
|
-
});
|
|
170
|
-
};
|
|
171
|
-
OptionSelector.displayName = "OptionSelector";
|
|
172
|
-
});
|
|
172
|
+
OptionSelector.displayName = "OptionSelector";
|
|
173
|
+
}))();
|
|
174
|
+
}
|
|
173
175
|
|
|
174
176
|
//#endregion
|
|
175
177
|
init_OptionSelector();
|
|
@@ -51,154 +51,158 @@ import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$41 } from "../
|
|
|
51
51
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$42 } from "../../components/ExpandableCard/styles.css.ts.vanilla.js";
|
|
52
52
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$43 } from "../../components/FileInput/styles.css.ts.vanilla.js";
|
|
53
53
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$44 } from "../../components/GlobalAlert/styles.css.ts.vanilla.js";
|
|
54
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$45 } from "../../components/
|
|
55
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$46 } from "../../components/
|
|
56
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$47 } from "../../components/
|
|
57
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$48 } from "../../components/
|
|
58
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$49 } from "../../components/
|
|
59
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$50 } from "../../components/
|
|
60
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$51 } from "../../components/
|
|
61
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$52 } from "../../components/
|
|
62
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$53 } from "../../components/
|
|
63
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$54 } from "../../components/
|
|
64
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$55 } from "../../components/
|
|
65
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$56 } from "../../components/
|
|
66
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$57 } from "../../components/
|
|
67
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$58 } from "../../components/
|
|
68
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$59 } from "../../components/
|
|
69
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$60 } from "../../components/
|
|
70
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$61 } from "../../components/
|
|
71
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$62 } from "../../components/
|
|
72
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$63 } from "../../components/
|
|
73
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$64 } from "../../components/
|
|
74
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$65 } from "../../components/
|
|
75
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$66 } from "../../components/
|
|
76
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$67 } from "../../components/
|
|
77
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$68 } from "../../components/
|
|
78
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$69 } from "../../components/
|
|
79
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$70 } from "../../components/
|
|
80
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$71 } from "../../components/
|
|
81
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$72 } from "../../components/
|
|
82
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$73 } from "../../components/
|
|
83
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$74 } from "../../components/
|
|
84
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$75 } from "
|
|
54
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$45 } from "../../components/KeyValueInput/styles.css.ts.vanilla.js";
|
|
55
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$46 } from "../../components/LineChart/styles.css.ts.vanilla.js";
|
|
56
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$47 } from "../../components/Link/styles.css.ts.vanilla.js";
|
|
57
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$48 } from "../../components/Meter/styles.css.ts.vanilla.js";
|
|
58
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$49 } from "../../components/Modal/styles.css.ts.vanilla.js";
|
|
59
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$50 } from "../../components/Notice/styles.css.ts.vanilla.js";
|
|
60
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$51 } from "../../components/Notification/styles.css.ts.vanilla.js";
|
|
61
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$52 } from "../../components/Pagination/styles.css.ts.vanilla.js";
|
|
62
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$53 } from "../../components/PasswordCheck/styles.css.ts.vanilla.js";
|
|
63
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$54 } from "../../components/PieChart/styles.css.ts.vanilla.js";
|
|
64
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$55 } from "../../components/Popover/styles.css.ts.vanilla.js";
|
|
65
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$56 } from "../../components/ProgressBar/styles.css.ts.vanilla.js";
|
|
66
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$57 } from "../../components/SwitchButton/styles.css.ts.vanilla.js";
|
|
67
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$58 } from "../../components/Radio/styles.css.ts.vanilla.js";
|
|
68
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$59 } from "../../components/RadioGroup/styles.css.ts.vanilla.js";
|
|
69
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$60 } from "../../components/SelectableCardGroup/styles.css.ts.vanilla.js";
|
|
70
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$61 } from "../../components/Slider/styles.css.ts.vanilla.js";
|
|
71
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$62 } from "../../components/Snippet/styles.css.ts.vanilla.js";
|
|
72
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$63 } from "../../components/Status/styles.css.ts.vanilla.js";
|
|
73
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$64 } from "../../components/StepList/styles.css.ts.vanilla.js";
|
|
74
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$65 } from "../../components/Stepper/styles.css.ts.vanilla.js";
|
|
75
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$66 } from "../../components/Table/styles.css.ts.vanilla.js";
|
|
76
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$67 } from "../../components/Tabs/styles.css.ts.vanilla.js";
|
|
77
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$68 } from "../../components/TagInput/styles.css.ts.vanilla.js";
|
|
78
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$69 } from "../../components/TextArea/styles.css.ts.vanilla.js";
|
|
79
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$70 } from "../../components/TimeInput/styles.css.ts.vanilla.js";
|
|
80
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$71 } from "../../components/Toaster/styles.css.ts.vanilla.js";
|
|
81
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$72 } from "../../components/Toggle/styles.css.ts.vanilla.js";
|
|
82
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$73 } from "../../components/ToggleGroup/styles.css.ts.vanilla.js";
|
|
83
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$74 } from "../../components/TreeMapChart/styles.css.ts.vanilla.js";
|
|
84
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$75 } from "../../components/VerificationCode/styles.css.ts.vanilla.js";
|
|
85
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$76 } from "./styles.css.ts.vanilla.js";
|
|
85
86
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
86
87
|
|
|
87
88
|
//#region src/compositions/OptionSelector/styles.css.ts
|
|
88
89
|
var optionSelectorStyle;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
90
|
+
function init_styles_css() {
|
|
91
|
+
return (init_styles_css = __esmMin(() => {
|
|
92
|
+
/* @__PURE__ */ init_animationsVanillaExtract_css_ts_vanilla();
|
|
93
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$27();
|
|
94
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$18();
|
|
95
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$28();
|
|
96
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$12();
|
|
97
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$29();
|
|
98
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$30();
|
|
99
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$31();
|
|
100
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$32();
|
|
101
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$33();
|
|
102
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$34();
|
|
103
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$6();
|
|
104
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$35();
|
|
105
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$36();
|
|
106
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$23();
|
|
107
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$24();
|
|
108
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$25();
|
|
109
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$26();
|
|
110
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$37();
|
|
111
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$38();
|
|
112
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$39();
|
|
113
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$40();
|
|
114
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$14();
|
|
115
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$41();
|
|
116
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$13();
|
|
117
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$42();
|
|
118
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$43();
|
|
119
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$44();
|
|
120
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$11();
|
|
121
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$45();
|
|
122
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$8();
|
|
123
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$46();
|
|
124
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$47();
|
|
125
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$5();
|
|
126
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$7();
|
|
127
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$48();
|
|
128
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$49();
|
|
129
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$50();
|
|
130
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$51();
|
|
131
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$17();
|
|
132
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$52();
|
|
133
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$53();
|
|
134
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$54();
|
|
135
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$55();
|
|
136
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$1();
|
|
137
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$2();
|
|
138
|
+
/* @__PURE__ */ init_style_css_ts_vanilla();
|
|
139
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$3();
|
|
140
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$56();
|
|
141
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$20();
|
|
142
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$57();
|
|
143
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$58();
|
|
144
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$59();
|
|
145
|
+
/* @__PURE__ */ init_variables_css_ts_vanilla$1();
|
|
146
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$16();
|
|
147
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$9();
|
|
148
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$60();
|
|
149
|
+
/* @__PURE__ */ init_dropdown_css_ts_vanilla();
|
|
150
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$21();
|
|
151
|
+
/* @__PURE__ */ init_selectBar_css_ts_vanilla();
|
|
152
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$22();
|
|
153
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$15();
|
|
154
|
+
/* @__PURE__ */ init_stylesVariants_css_ts_vanilla();
|
|
155
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$19();
|
|
156
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$61();
|
|
157
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$62();
|
|
158
|
+
/* @__PURE__ */ init_variables_css_ts_vanilla();
|
|
159
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla();
|
|
160
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$63();
|
|
161
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$64();
|
|
162
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$65();
|
|
163
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$66();
|
|
164
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$67();
|
|
165
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$68();
|
|
166
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$69();
|
|
167
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$10();
|
|
168
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$70();
|
|
169
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$71();
|
|
170
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$72();
|
|
171
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$73();
|
|
172
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$4();
|
|
173
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$74();
|
|
174
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$75();
|
|
175
|
+
/* @__PURE__ */ init_styles_css_ts_vanilla$76();
|
|
176
|
+
optionSelectorStyle = {
|
|
177
|
+
arrow: {
|
|
178
|
+
horizontal: "uv_a8s2fva",
|
|
179
|
+
vertical: "uv_a8s2fvb"
|
|
180
|
+
},
|
|
181
|
+
errorFirstSelector: "uv_a8s2fvc",
|
|
182
|
+
errorSecondSelector: "uv_a8s2fvd",
|
|
183
|
+
wrapper: createRuntimeFn({
|
|
184
|
+
defaultClassName: "uv_a8s2fv0",
|
|
185
|
+
variantClassNames: { direction: {
|
|
186
|
+
horizontal: "uv_a8s2fv1",
|
|
187
|
+
vertical: "uv_a8s2fv2"
|
|
188
|
+
} },
|
|
189
|
+
defaultVariants: { direction: "horizontal" },
|
|
190
|
+
compoundVariants: []
|
|
191
|
+
}),
|
|
192
|
+
revealOnHover: "uv_a8s2fv3",
|
|
193
|
+
firstLabel: "uv_a8s2fv4",
|
|
194
|
+
secondLabel: "uv_a8s2fv5",
|
|
195
|
+
firstSelectInput: {
|
|
196
|
+
horizontal: "uv_a8s2fv6",
|
|
197
|
+
vertical: "uv_a8s2fv7"
|
|
198
|
+
},
|
|
199
|
+
secondSelectInput: {
|
|
200
|
+
horizontal: "uv_a8s2fv8",
|
|
201
|
+
vertical: "uv_a8s2fv9"
|
|
202
|
+
}
|
|
203
|
+
};
|
|
204
|
+
}))();
|
|
205
|
+
}
|
|
202
206
|
|
|
203
207
|
//#endregion
|
|
204
208
|
init_styles_css();
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { __esmMin } from "../../_virtual/_rolldown/runtime.js";
|
|
2
2
|
|
|
3
3
|
//#region src/compositions/OptionSelector/styles.css.ts.vanilla.css
|
|
4
|
-
|
|
4
|
+
function init_styles_css_ts_vanilla() {
|
|
5
|
+
return (init_styles_css_ts_vanilla = __esmMin(() => {}))();
|
|
6
|
+
}
|
|
5
7
|
|
|
6
8
|
//#endregion
|
|
7
9
|
init_styles_css_ts_vanilla();
|