@ultraviolet/ui 3.10.2 → 3.11.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.113.0 → _@oxc-project_runtime@0.114.0}/helpers/asyncToGenerator.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/defineProperty.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/objectSpread2.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/objectWithoutProperties.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/toPrimitive.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/toPropertyKey.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/typeof.js +1 -1
- package/dist/components/ActionBar/index.js +2 -2
- package/dist/components/Alert/index.js +2 -2
- package/dist/components/Avatar/index.js +3 -3
- package/dist/components/Badge/index.js +1 -1
- package/dist/components/Banner/index.js +2 -2
- package/dist/components/BarChart/Tooltip.js +1 -1
- package/dist/components/BarChart/index.js +2 -2
- package/dist/components/BarStack/index.js +1 -1
- package/dist/components/Breadcrumbs/components/Item.js +1 -1
- package/dist/components/Bullet/index.js +1 -1
- package/dist/components/Button/index.js +2 -2
- package/dist/components/Card/index.js +1 -1
- package/dist/components/Carousel/index.js +2 -2
- package/dist/components/Checkbox/CheckboxIconContainer.d.ts +4 -0
- package/dist/components/Checkbox/CheckboxIconContainer.d.ts.map +1 -0
- package/dist/components/Checkbox/CheckboxIconContainer.js +38 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/index.js +9 -37
- package/dist/components/Checkbox/styles.css.d.ts +3 -3
- package/dist/components/Checkbox/styles.css.d.ts.map +1 -1
- package/dist/components/Checkbox/styles.css.js +17 -8
- package/dist/components/CheckboxGroup/index.d.ts +2 -2
- package/dist/components/CheckboxGroup/index.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/index.js +4 -3
- package/dist/components/Chip/index.js +1 -1
- package/dist/components/CopyButton/index.js +1 -1
- package/dist/components/DateInput/components/CalendarContent.js +1 -1
- package/dist/components/DateInput/components/CalendarMonthly.js +1 -1
- package/dist/components/DateInput/index.js +1 -1
- package/dist/components/Dialog/index.js +1 -1
- package/dist/components/Drawer/index.js +1 -1
- package/dist/components/EmptyState/index.js +1 -1
- package/dist/components/Expandable/index.js +2 -2
- package/dist/components/ExpandableCard/index.js +2 -2
- package/dist/components/FileInput/components/Button.js +2 -2
- package/dist/components/GlobalAlert/GlobalAlertLink.js +1 -1
- package/dist/components/GlobalAlert/index.js +1 -1
- package/dist/components/InfiniteScroll/index.js +1 -1
- package/dist/components/Key/index.js +1 -1
- package/dist/components/Label/index.js +1 -1
- package/dist/components/LineChart/CustomLegend.js +2 -2
- package/dist/components/LineChart/index.js +2 -2
- package/dist/components/Link/index.js +4 -4
- package/dist/components/List/Cell.js +2 -2
- package/dist/components/List/HeaderCell.js +3 -3
- package/dist/components/List/HeaderRow.js +1 -1
- package/dist/components/List/ListContext.js +3 -3
- package/dist/components/List/Row.js +5 -5
- package/dist/components/List/SelectBar.js +1 -1
- package/dist/components/List/SkeletonRows.js +2 -2
- package/dist/components/List/index.js +1 -1
- package/dist/components/List/styles.css.js +1 -1
- package/dist/components/Loader/index.js +2 -2
- package/dist/components/Menu/MenuContent.js +1 -1
- package/dist/components/Menu/components/Item.d.ts +1 -0
- package/dist/components/Menu/components/Item.d.ts.map +1 -1
- package/dist/components/Menu/components/Item.js +28 -8
- package/dist/components/Menu/index.d.ts +1 -0
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/index.js +2 -2
- package/dist/components/Modal/components/Dialog.js +2 -2
- package/dist/components/Notice/index.js +1 -1
- package/dist/components/Notification/Notification.js +1 -1
- package/dist/components/Notification/NotificationContainer.js +1 -1
- package/dist/components/NumberInput/index.js +1 -1
- package/dist/components/Pagination/PaginationButtons.js +1 -1
- package/dist/components/PasswordCheck/index.js +1 -1
- package/dist/components/PieChart/index.js +2 -2
- package/dist/components/Popover/index.js +1 -1
- package/dist/components/Popup/index.js +2 -2
- package/dist/components/Popup/styles.css.js +1 -0
- package/dist/components/Popup/variables.css.js +0 -2
- package/dist/components/ProgressBar/index.js +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/Radio/styles.css.js +1 -1
- package/dist/components/RadioGroup/index.js +2 -2
- package/dist/components/Row/index.js +3 -3
- package/dist/components/SearchInput/index.js +1 -1
- package/dist/components/SelectInput/components/Dropdown.js +4 -4
- package/dist/components/SelectInput/components/SearchBarDropdown.js +3 -3
- package/dist/components/SelectInput/components/SelectBar.js +3 -3
- package/dist/components/SelectInput/index.js +1 -1
- package/dist/components/SelectableCard/IllustrationContainer.d.ts +1 -1
- package/dist/components/SelectableCard/IllustrationContainer.js +2 -2
- package/dist/components/SelectableCard/MultiStateInput.js +1 -1
- package/dist/components/SelectableCard/SelectableCard.js +2 -2
- package/dist/components/SelectableCardGroup/index.js +1 -1
- package/dist/components/SelectableCardOptionGroup/SelectableCardOptionGroup.js +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Image.js +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Option.js +2 -2
- package/dist/components/Separator/index.js +1 -1
- package/dist/components/Skeleton/index.js +1 -1
- package/dist/components/Slider/components/DoubleSlider.js +2 -2
- package/dist/components/Slider/components/SingleSlider.js +3 -3
- package/dist/components/Snippet/index.js +2 -2
- package/dist/components/Stack/index.js +3 -3
- package/dist/components/Status/index.js +1 -1
- package/dist/components/StepList/index.js +1 -1
- package/dist/components/Stepper/Step.js +1 -1
- package/dist/components/Stepper/index.js +2 -2
- package/dist/components/SwitchButton/Option.js +1 -1
- package/dist/components/SwitchButton/index.js +1 -1
- package/dist/components/Table/Cell.js +2 -2
- package/dist/components/Table/HeaderCell.js +2 -2
- package/dist/components/Table/HeaderRow.js +1 -1
- package/dist/components/Table/Row.js +5 -5
- package/dist/components/Table/TableContext.js +2 -2
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tabs/Tab.js +3 -3
- package/dist/components/Tabs/TabMenu.js +3 -3
- package/dist/components/Tabs/TabMenuItem.js +2 -2
- package/dist/components/Tabs/index.d.ts +1 -0
- package/dist/components/Tabs/index.js +3 -3
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/TagInput/index.js +2 -2
- package/dist/components/TagList/index.js +2 -2
- package/dist/components/Text/index.js +3 -3
- package/dist/components/Text/style.css.js +0 -1
- package/dist/components/Text/variables.css.js +2 -0
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/TextInput/index.js +1 -1
- package/dist/components/TimeInput/index.js +1 -1
- package/dist/components/Toaster/Toaster.js +1 -1
- package/dist/components/Toaster/ToasterContainer.js +1 -1
- package/dist/components/Toggle/index.js +1 -1
- package/dist/components/ToggleGroup/index.js +1 -1
- package/dist/components/Tooltip/index.js +1 -1
- package/dist/components/TreeMapChart/index.js +3 -3
- package/dist/components/UnitInput/index.js +2 -2
- package/dist/components/VerificationCode/index.js +1 -1
- package/dist/components/compositions/CodeEditor/index.d.ts +40 -0
- package/dist/components/compositions/CodeEditor/index.d.ts.map +1 -0
- package/dist/components/compositions/CodeEditor/index.js +129 -0
- package/dist/components/compositions/CodeEditor/styles.css.d.ts +19 -0
- package/dist/components/compositions/CodeEditor/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/CodeEditor/styles.css.js +30 -0
- package/dist/components/compositions/ContentCard/Content.d.ts +13 -0
- package/dist/components/compositions/ContentCard/Content.d.ts.map +1 -0
- package/dist/components/compositions/ContentCard/Content.js +65 -0
- package/dist/components/compositions/ContentCard/Skeleton.d.ts +6 -0
- package/dist/components/compositions/ContentCard/Skeleton.d.ts.map +1 -0
- package/dist/components/compositions/ContentCard/Skeleton.js +33 -0
- package/dist/components/compositions/ContentCard/index.d.ts +8 -0
- package/dist/components/compositions/ContentCard/index.d.ts.map +1 -0
- package/dist/components/compositions/ContentCard/index.js +80 -0
- package/dist/components/compositions/ContentCard/styles.css.d.ts +24 -0
- package/dist/components/compositions/ContentCard/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/ContentCard/styles.css.js +36 -0
- package/dist/components/compositions/ContentCard/type.d.ts +30 -0
- package/dist/components/compositions/ContentCard/type.d.ts.map +1 -0
- package/dist/components/compositions/ContentCardGroup/Card.d.ts +15 -0
- package/dist/components/compositions/ContentCardGroup/Card.d.ts.map +1 -0
- package/dist/components/compositions/ContentCardGroup/Card.js +58 -0
- package/dist/components/compositions/ContentCardGroup/SkeletonCard.d.ts +2 -0
- package/dist/components/compositions/ContentCardGroup/SkeletonCard.d.ts.map +1 -0
- package/dist/components/compositions/ContentCardGroup/SkeletonCard.js +30 -0
- package/dist/components/compositions/ContentCardGroup/index.d.ts +21 -0
- package/dist/components/compositions/ContentCardGroup/index.d.ts.map +1 -0
- package/dist/components/compositions/ContentCardGroup/index.js +21 -0
- package/dist/components/compositions/ContentCardGroup/styles.css.d.ts +8 -0
- package/dist/components/compositions/ContentCardGroup/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/ContentCardGroup/styles.css.js +13 -0
- package/dist/components/compositions/Conversation/index.d.ts +50 -0
- package/dist/components/compositions/Conversation/index.d.ts.map +1 -0
- package/dist/components/compositions/Conversation/index.js +53 -0
- package/dist/components/compositions/Conversation/styles.css.d.ts +8 -0
- package/dist/components/compositions/Conversation/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/Conversation/styles.css.js +22 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/1-5.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/1-5NB.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/2-5.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/2-5NB.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/3-5.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/3-5NB.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/4-5.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/4-5NB.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/5-5.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/assets/5-5NB.js +5 -0
- package/dist/components/compositions/CustomerSatisfaction/index.d.ts +33 -0
- package/dist/components/compositions/CustomerSatisfaction/index.d.ts.map +1 -0
- package/dist/components/compositions/CustomerSatisfaction/index.js +89 -0
- package/dist/components/compositions/CustomerSatisfaction/styles.css.d.ts +19 -0
- package/dist/components/compositions/CustomerSatisfaction/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/CustomerSatisfaction/styles.css.js +20 -0
- package/dist/components/compositions/EstimateCost/CompactEstimateCost.d.ts +16 -0
- package/dist/components/compositions/EstimateCost/CompactEstimateCost.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/CompactEstimateCost.js +38 -0
- package/dist/components/compositions/EstimateCost/Components/ContentComponents.d.ts +12 -0
- package/dist/components/compositions/EstimateCost/Components/ContentComponents.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/ContentComponents.js +114 -0
- package/dist/components/compositions/EstimateCost/Components/CustomUnitInput.d.ts +10 -0
- package/dist/components/compositions/EstimateCost/Components/CustomUnitInput.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/CustomUnitInput.js +41 -0
- package/dist/components/compositions/EstimateCost/Components/Item.d.ts +118 -0
- package/dist/components/compositions/EstimateCost/Components/Item.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Item.js +168 -0
- package/dist/components/compositions/EstimateCost/Components/ItemLeftSide.d.ts +3 -0
- package/dist/components/compositions/EstimateCost/Components/ItemLeftSide.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/ItemLeftSide.js +75 -0
- package/dist/components/compositions/EstimateCost/Components/ItemPrice.d.ts +3 -0
- package/dist/components/compositions/EstimateCost/Components/ItemPrice.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/ItemPrice.js +54 -0
- package/dist/components/compositions/EstimateCost/Components/LineThrough.d.ts +7 -0
- package/dist/components/compositions/EstimateCost/Components/LineThrough.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/LineThrough.js +18 -0
- package/dist/components/compositions/EstimateCost/Components/NumberInput.d.ts +11 -0
- package/dist/components/compositions/EstimateCost/Components/NumberInput.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/NumberInput.js +35 -0
- package/dist/components/compositions/EstimateCost/Components/Region.d.ts +23 -0
- package/dist/components/compositions/EstimateCost/Components/Region.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Region.js +38 -0
- package/dist/components/compositions/EstimateCost/Components/Regular.d.ts +11 -0
- package/dist/components/compositions/EstimateCost/Components/Regular.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Regular.js +23 -0
- package/dist/components/compositions/EstimateCost/Components/Strong.d.ts +10 -0
- package/dist/components/compositions/EstimateCost/Components/Strong.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Strong.js +16 -0
- package/dist/components/compositions/EstimateCost/Components/Unit.d.ts +11 -0
- package/dist/components/compositions/EstimateCost/Components/Unit.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Unit.js +50 -0
- package/dist/components/compositions/EstimateCost/Components/Zone.d.ts +23 -0
- package/dist/components/compositions/EstimateCost/Components/Zone.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/Zone.js +37 -0
- package/dist/components/compositions/EstimateCost/Components/components.css.d.ts +78 -0
- package/dist/components/compositions/EstimateCost/Components/components.css.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/Components/components.css.js +71 -0
- package/dist/components/compositions/EstimateCost/EstimateCostContent.d.ts +3 -0
- package/dist/components/compositions/EstimateCost/EstimateCostContent.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/EstimateCostContent.js +198 -0
- package/dist/components/compositions/EstimateCost/EstimateCostProvider.d.ts +26 -0
- package/dist/components/compositions/EstimateCost/EstimateCostProvider.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/EstimateCostProvider.js +33 -0
- package/dist/components/compositions/EstimateCost/OverlayComponent.d.ts +27 -0
- package/dist/components/compositions/EstimateCost/OverlayComponent.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/OverlayComponent.js +100 -0
- package/dist/components/compositions/EstimateCost/OverlayContext.d.ts +13 -0
- package/dist/components/compositions/EstimateCost/OverlayContext.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/OverlayContext.js +15 -0
- package/dist/components/compositions/EstimateCost/constants.d.ts +8 -0
- package/dist/components/compositions/EstimateCost/constants.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/constants.js +26 -0
- package/dist/components/compositions/EstimateCost/helper.d.ts +10 -0
- package/dist/components/compositions/EstimateCost/helper.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/helper.js +11 -0
- package/dist/components/compositions/EstimateCost/index.d.ts +177 -0
- package/dist/components/compositions/EstimateCost/index.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/index.js +97 -0
- package/dist/components/compositions/EstimateCost/locales/en.d.ts +23 -0
- package/dist/components/compositions/EstimateCost/locales/en.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/locales/en.js +25 -0
- package/dist/components/compositions/EstimateCost/styles.css.d.ts +86 -0
- package/dist/components/compositions/EstimateCost/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/EstimateCost/styles.css.js +72 -0
- package/dist/components/compositions/EstimateCost/types.d.ts +226 -0
- package/dist/components/compositions/EstimateCost/types.d.ts.map +1 -0
- package/dist/components/compositions/FAQ/index.d.ts +14 -0
- package/dist/components/compositions/FAQ/index.d.ts.map +1 -0
- package/dist/components/compositions/FAQ/index.js +43 -0
- package/dist/components/compositions/FAQ/styles.css.d.ts +2 -0
- package/dist/components/compositions/FAQ/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/FAQ/styles.css.js +7 -0
- package/dist/components/compositions/InfoTable/Context.d.ts +4 -0
- package/dist/components/compositions/InfoTable/Context.d.ts.map +1 -0
- package/dist/components/compositions/InfoTable/Context.js +7 -0
- package/dist/components/compositions/InfoTable/components/Cell.d.ts +10 -0
- package/dist/components/compositions/InfoTable/components/Cell.d.ts.map +1 -0
- package/dist/components/compositions/InfoTable/components/Cell.js +39 -0
- package/dist/components/compositions/InfoTable/components/Row.d.ts +9 -0
- package/dist/components/compositions/InfoTable/components/Row.d.ts.map +1 -0
- package/dist/components/compositions/InfoTable/components/Row.js +23 -0
- package/dist/components/compositions/InfoTable/index.d.ts +25 -0
- package/dist/components/compositions/InfoTable/index.d.ts.map +1 -0
- package/dist/components/compositions/InfoTable/index.js +28 -0
- package/dist/components/compositions/InfoTable/styles.css.d.ts +8 -0
- package/dist/components/compositions/InfoTable/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/InfoTable/styles.css.js +13 -0
- package/dist/components/compositions/Navigation/Footer.d.ts +9 -0
- package/dist/components/compositions/Navigation/Footer.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/Footer.js +65 -0
- package/dist/components/compositions/Navigation/Header.d.ts +7 -0
- package/dist/components/compositions/Navigation/Header.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/Header.js +24 -0
- package/dist/components/compositions/Navigation/NavigationContent.d.ts +3 -0
- package/dist/components/compositions/Navigation/NavigationContent.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/NavigationContent.js +104 -0
- package/dist/components/compositions/Navigation/NavigationProvider.d.ts +94 -0
- package/dist/components/compositions/Navigation/NavigationProvider.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/NavigationProvider.js +121 -0
- package/dist/components/compositions/Navigation/animations.css.d.ts +7 -0
- package/dist/components/compositions/Navigation/animations.css.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/ComponentsTypes.d.ts +65 -0
- package/dist/components/compositions/Navigation/components/ComponentsTypes.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Group.d.ts +10 -0
- package/dist/components/compositions/Navigation/components/Group.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Group.js +40 -0
- package/dist/components/compositions/Navigation/components/Item.d.ts +88 -0
- package/dist/components/compositions/Navigation/components/Item.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Item.js +200 -0
- package/dist/components/compositions/Navigation/components/ItemExpanded.d.ts +3 -0
- package/dist/components/compositions/Navigation/components/ItemExpanded.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/ItemExpanded.js +214 -0
- package/dist/components/compositions/Navigation/components/ItemFragments.d.ts +6 -0
- package/dist/components/compositions/Navigation/components/ItemFragments.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/ItemFragments.js +63 -0
- package/dist/components/compositions/Navigation/components/ItemMenu.d.ts +4 -0
- package/dist/components/compositions/Navigation/components/ItemMenu.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/ItemMenu.js +135 -0
- package/dist/components/compositions/Navigation/components/ItemProvider.d.ts +8 -0
- package/dist/components/compositions/Navigation/components/ItemProvider.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/ItemProvider.js +17 -0
- package/dist/components/compositions/Navigation/components/PinnedItems.d.ts +24 -0
- package/dist/components/compositions/Navigation/components/PinnedItems.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/PinnedItems.js +105 -0
- package/dist/components/compositions/Navigation/components/Separator.d.ts +2 -0
- package/dist/components/compositions/Navigation/components/Separator.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/Separator.js +11 -0
- package/dist/components/compositions/Navigation/components/ShowHide.d.ts +16 -0
- package/dist/components/compositions/Navigation/components/ShowHide.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/ShowHide.js +54 -0
- package/dist/components/compositions/Navigation/components/items.css.d.ts +98 -0
- package/dist/components/compositions/Navigation/components/items.css.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/items.css.js +124 -0
- package/dist/components/compositions/Navigation/components/styles.css.d.ts +25 -0
- package/dist/components/compositions/Navigation/components/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/components/styles.css.js +29 -0
- package/dist/components/compositions/Navigation/constants.d.ts +10 -0
- package/dist/components/compositions/Navigation/constants.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/index.d.ts +65 -0
- package/dist/components/compositions/Navigation/index.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/index.js +35 -0
- package/dist/components/compositions/Navigation/locales/en.d.ts +11 -0
- package/dist/components/compositions/Navigation/locales/en.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/locales/en.js +13 -0
- package/dist/components/compositions/Navigation/styles.css.d.ts +34 -0
- package/dist/components/compositions/Navigation/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/styles.css.js +37 -0
- package/dist/components/compositions/Navigation/types.d.ts +43 -0
- package/dist/components/compositions/Navigation/types.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/variables.css.d.ts +2 -0
- package/dist/components/compositions/Navigation/variables.css.d.ts.map +1 -0
- package/dist/components/compositions/Navigation/variables.css.js +5 -0
- package/dist/components/compositions/OfferList/components/Cell.js +1 -1
- package/dist/components/compositions/OfferList/components/Row.js +4 -4
- package/dist/components/compositions/OfferList/index.js +1 -1
- package/dist/components/compositions/OfferList/styles.css.js +0 -1
- package/dist/components/compositions/OptionSelector/components/Selector.js +1 -1
- package/dist/components/compositions/OptionSelector/index.js +1 -1
- package/dist/components/compositions/OrderSummary/ScrollableContent.js +1 -1
- package/dist/components/compositions/OrderSummary/helpers.js +1 -1
- package/dist/components/compositions/OrderSummary/index.js +1 -1
- package/dist/components/compositions/Plans/PlanHeader.js +1 -1
- package/dist/components/compositions/index.d.ts +9 -0
- package/dist/components/compositions/index.d.ts.map +1 -1
- package/dist/components/compositions/index.js +12 -1
- package/dist/index.js +17 -17
- package/dist/theme/ThemeProvider.js +1 -1
- package/dist/ui.css +1 -1
- package/package.json +10 -6
|
@@ -4,8 +4,8 @@ import { Stack } from "../Stack/index.js";
|
|
|
4
4
|
import { Text } from "../Text/index.js";
|
|
5
5
|
import { Link } from "../Link/index.js";
|
|
6
6
|
import { emptyStateContainer, emptyStateImage, paddedStack } from "./styles.css.js";
|
|
7
|
-
import { cn } from "@ultraviolet/utils";
|
|
8
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
+
import { cn } from "@ultraviolet/utils";
|
|
9
9
|
|
|
10
10
|
//#region src/components/EmptyState/index.tsx
|
|
11
11
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
4
|
import { animationDurationVar, expandable } from "./styles.css.js";
|
|
5
|
-
import { cn } from "@ultraviolet/utils";
|
|
6
5
|
import { useEffect, useRef, useState } from "react";
|
|
7
6
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
8
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
|
+
import { cn } from "@ultraviolet/utils";
|
|
9
9
|
|
|
10
10
|
//#region src/components/Expandable/index.tsx
|
|
11
11
|
const ANIMATION_DURATION = 300;
|
|
@@ -4,10 +4,10 @@ import { Stack } from "../Stack/index.js";
|
|
|
4
4
|
import { Tooltip } from "../Tooltip/index.js";
|
|
5
5
|
import { ExpandableCardTitle } from "./components/Title.js";
|
|
6
6
|
import { arrowIcon, content, detailsClass, dragIconContainer, dropableArea, stackClass, summaryClass } from "./styles.css.js";
|
|
7
|
-
import { cn } from "@ultraviolet/utils";
|
|
8
7
|
import { forwardRef, useCallback, useRef, useState } from "react";
|
|
9
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
8
|
import { useTheme } from "@ultraviolet/themes";
|
|
9
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { cn } from "@ultraviolet/utils";
|
|
11
11
|
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
12
12
|
import { DragIcon } from "@ultraviolet/icons/DragIcon";
|
|
13
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __name } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
-
import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import { _objectWithoutProperties } from "../../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
3
|
+
import { _objectWithoutProperties } from "../../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
|
|
4
4
|
import { Button } from "../../Button/index.js";
|
|
5
5
|
import { useFileInput } from "../FileInputProvider.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { Link } from "../Link/index.js";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
4
|
import { useTheme } from "@ultraviolet/themes";
|
|
5
|
+
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/GlobalAlert/GlobalAlertLink.tsx
|
|
8
8
|
const GlobalAlertLink = ({ children, href, target, download, rel, className, onClick, "aria-label": ariaLabel, oneLine = false, "data-testid": dataTestId, style }) => {
|
|
@@ -5,9 +5,9 @@ import { Text } from "../Text/index.js";
|
|
|
5
5
|
import { Button } from "../Button/index.js";
|
|
6
6
|
import { GlobalAlertLink } from "./GlobalAlertLink.js";
|
|
7
7
|
import { closeButton, container } from "./styles.css.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { useReducer } from "react";
|
|
10
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { cn } from "@ultraviolet/utils";
|
|
11
11
|
import { CloseIcon } from "@ultraviolet/icons/CloseIcon";
|
|
12
12
|
|
|
13
13
|
//#region src/components/GlobalAlert/index.tsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
4
|
import { Loader } from "../Loader/index.js";
|
|
5
5
|
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -3,9 +3,9 @@ import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
|
3
3
|
import { Text } from "../Text/index.js";
|
|
4
4
|
import { KEYS_MATCH } from "./constants.js";
|
|
5
5
|
import { key } from "./styles.css.js";
|
|
6
|
-
import { cn } from "@ultraviolet/utils";
|
|
7
6
|
import { useMemo } from "react";
|
|
8
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
|
+
import { cn } from "@ultraviolet/utils";
|
|
9
9
|
|
|
10
10
|
//#region src/components/Key/index.tsx
|
|
11
11
|
/**
|
|
@@ -3,9 +3,9 @@ import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
|
3
3
|
import { Stack } from "../Stack/index.js";
|
|
4
4
|
import { Text } from "../Text/index.js";
|
|
5
5
|
import { textPointer } from "./styles.css.js";
|
|
6
|
-
import { cn } from "@ultraviolet/utils";
|
|
7
6
|
import { useMemo } from "react";
|
|
8
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
+
import { cn } from "@ultraviolet/utils";
|
|
9
9
|
|
|
10
10
|
//#region src/components/Label/index.tsx
|
|
11
11
|
const LabelRequiredOrNot = ({ children, required, id, size, htmlFor, as, sentiment, disabled, style, className }) => {
|
|
@@ -5,10 +5,10 @@ import { Checkbox } from "../Checkbox/index.js";
|
|
|
5
5
|
import { getLegendColor } from "../../helpers/legend.js";
|
|
6
6
|
import { getAverage, getCurrent, getMax, getMin, getSelected } from "./helpers.js";
|
|
7
7
|
import { backgroundColorLegend, cellValueContainer, container, lineChartBody, lineChartHead, lineChartHeadTitle, lineChartLegend, lineChartRow, lineChartRowContent, longContainer, textLegend } from "./styles.css.js";
|
|
8
|
-
import {
|
|
8
|
+
import { theme } from "@ultraviolet/themes";
|
|
9
9
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
10
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
-
import {
|
|
11
|
+
import { cn } from "@ultraviolet/utils";
|
|
12
12
|
|
|
13
13
|
//#region src/components/LineChart/CustomLegend.tsx
|
|
14
14
|
const Cell = ({ value, variant }) => /* @__PURE__ */ jsx(Text, {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
4
|
import { getLegendColor } from "../../helpers/legend.js";
|
|
5
5
|
import { getNivoTheme } from "../../helpers/nivoTheme.js";
|
|
6
6
|
import { getMaxChartValue, getMinChartValue } from "./helpers.js";
|
|
7
7
|
import { CustomLegend } from "./CustomLegend.js";
|
|
8
8
|
import { LineChartTooltip } from "./Tooltip.js";
|
|
9
9
|
import { useEffect, useState } from "react";
|
|
10
|
-
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
11
10
|
import { useTheme } from "@ultraviolet/themes";
|
|
11
|
+
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
12
12
|
import { ResponsiveLine } from "@nivo/line";
|
|
13
13
|
|
|
14
14
|
//#region src/components/LineChart/index.tsx
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { Tooltip } from "../Tooltip/index.js";
|
|
4
3
|
import recursivelyGetChildrenString from "../../helpers/recursivelyGetChildrenString.js";
|
|
4
|
+
import { Tooltip } from "../Tooltip/index.js";
|
|
5
5
|
import { containerIconLink, defaultLink, iconLeftLink, iconRightLink, link } from "./styles.css.js";
|
|
6
|
-
import { cn, renderElement } from "@ultraviolet/utils";
|
|
7
6
|
import { forwardRef, useEffect, useMemo, useRef, useState } from "react";
|
|
8
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
-
import {
|
|
10
|
-
import { ArrowRightIcon } from "@ultraviolet/icons/ArrowRightIcon";
|
|
8
|
+
import { cn, renderElement } from "@ultraviolet/utils";
|
|
11
9
|
import { OpenInNewIcon } from "@ultraviolet/icons/OpenInNewIcon";
|
|
10
|
+
import { ArrowRightIcon } from "@ultraviolet/icons/ArrowRightIcon";
|
|
11
|
+
import { ArrowLeftIcon } from "@ultraviolet/icons/ArrowLeftIcon";
|
|
12
12
|
|
|
13
13
|
//#region src/components/Link/index.tsx
|
|
14
14
|
const ICON_SIZE = "small";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
3
4
|
import { useColumnProvider } from "./ColumnProvider.js";
|
|
4
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
|
|
5
5
|
import { useListContext } from "./ListContext.js";
|
|
6
6
|
import { listCell, listCellStrict } from "./styles.css.js";
|
|
7
7
|
import { listCellPadding, maxWidthCell, maxWidthChildrenCell, minWidthCell, minWidthChildrenCell, widthCell, widthChildrenCell } from "./variables.css.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { forwardRef } from "react";
|
|
10
9
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
11
10
|
import { jsx } from "react/jsx-runtime";
|
|
11
|
+
import { cn } from "@ultraviolet/utils";
|
|
12
12
|
|
|
13
13
|
//#region src/components/List/Cell.tsx
|
|
14
14
|
const Cell = forwardRef(({ children, className, "data-testid": dataTestid, colSpan, style }, ref) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { listHeaderCell, listSortIcon } from "./styles.css.js";
|
|
4
|
-
import { maxWidthHeaderCell, minWidthHeaderCell, widthHeaderCell } from "./variables.css.js";
|
|
5
3
|
import { Stack } from "../Stack/index.js";
|
|
6
4
|
import { Tooltip } from "../Tooltip/index.js";
|
|
7
|
-
import {
|
|
5
|
+
import { listHeaderCell, listSortIcon } from "./styles.css.js";
|
|
6
|
+
import { maxWidthHeaderCell, minWidthHeaderCell, widthHeaderCell } from "./variables.css.js";
|
|
8
7
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
9
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import { cn } from "@ultraviolet/utils";
|
|
10
10
|
import { InformationOutlineIcon } from "@ultraviolet/icons/InformationOutlineIcon";
|
|
11
11
|
import { SortIcon } from "@ultraviolet/icons/SortIcon";
|
|
12
12
|
import { SouthShortIcon } from "@ultraviolet/icons/SouthShortIcon";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
+
import { Checkbox } from "../Checkbox/index.js";
|
|
3
4
|
import { useListContext } from "./ListContext.js";
|
|
4
5
|
import { listHeaderRow, listNoPaddingHeaderCell } from "./styles.css.js";
|
|
5
6
|
import { HeaderCell } from "./HeaderCell.js";
|
|
6
|
-
import { Checkbox } from "../Checkbox/index.js";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/components/List/HeaderRow.tsx
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { toPropertyKey } from "../../_virtual/_@oxc-project_runtime@0.
|
|
4
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
5
|
-
import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { toPropertyKey } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/toPropertyKey.js";
|
|
4
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
5
|
+
import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
|
|
6
6
|
import { createContext, useCallback, useContext, useEffect, useMemo, useState } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
+
import { Tooltip } from "../Tooltip/index.js";
|
|
4
|
+
import { Button } from "../Button/index.js";
|
|
5
|
+
import { Checkbox } from "../Checkbox/index.js";
|
|
3
6
|
import { ColumnProvider } from "./ColumnProvider.js";
|
|
4
7
|
import { useListContext } from "./ListContext.js";
|
|
5
8
|
import { listCheckboxContainer, listCheckboxInRange, listExpandableButton, listExpandableCell, listExpandableWrapper, listNoPaddingCell, listRow } from "./styles.css.js";
|
|
6
9
|
import { paddingExpandableCell } from "./variables.css.js";
|
|
7
10
|
import { Cell } from "./Cell.js";
|
|
8
|
-
import { Tooltip } from "../Tooltip/index.js";
|
|
9
|
-
import { Checkbox } from "../Checkbox/index.js";
|
|
10
|
-
import { Button } from "../Button/index.js";
|
|
11
|
-
import { cn } from "@ultraviolet/utils";
|
|
12
11
|
import { Children, Fragment, forwardRef, isValidElement, useCallback, useEffect, useId, useRef } from "react";
|
|
12
|
+
import { theme } from "@ultraviolet/themes";
|
|
13
13
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
14
14
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
15
|
-
import {
|
|
15
|
+
import { cn } from "@ultraviolet/utils";
|
|
16
16
|
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
17
17
|
import { ArrowUpIcon } from "@ultraviolet/icons/ArrowUpIcon";
|
|
18
18
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { useListContext } from "./ListContext.js";
|
|
4
3
|
import { Stack } from "../Stack/index.js";
|
|
4
|
+
import { useListContext } from "./ListContext.js";
|
|
5
5
|
import { ActionBar } from "../ActionBar/index.js";
|
|
6
6
|
import { useMemo } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
+
import { Skeleton } from "../Skeleton/index.js";
|
|
3
4
|
import { ColumnProvider } from "./ColumnProvider.js";
|
|
4
5
|
import { useListContext } from "./ListContext.js";
|
|
5
6
|
import { listLoadingRow, listRow, listSkeleton } from "./styles.css.js";
|
|
6
7
|
import { Cell } from "./Cell.js";
|
|
7
|
-
import { Skeleton } from "../Skeleton/index.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import { cn } from "@ultraviolet/utils";
|
|
10
10
|
|
|
11
11
|
//#region src/components/List/SkeletonRows.tsx
|
|
12
12
|
const SkeletonRows = ({ selectable, rows, cols }) => {
|
|
@@ -8,9 +8,9 @@ import { HeaderRow } from "./HeaderRow.js";
|
|
|
8
8
|
import { Row } from "./Row.js";
|
|
9
9
|
import { SelectBar } from "./SelectBar.js";
|
|
10
10
|
import { SkeletonRows } from "./SkeletonRows.js";
|
|
11
|
-
import { cn } from "@ultraviolet/utils";
|
|
12
11
|
import { Children, forwardRef, useEffect, useState } from "react";
|
|
13
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { cn } from "@ultraviolet/utils";
|
|
14
14
|
|
|
15
15
|
//#region src/components/List/index.tsx
|
|
16
16
|
const TableContainer = ({ children }) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
4
|
import { SIZES } from "./constants.js";
|
|
5
5
|
import { circle, loader, loaderCircleAnimation } from "./styles.css.js";
|
|
6
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
6
|
import { useTheme } from "@ultraviolet/themes";
|
|
7
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/components/Loader/index.tsx
|
|
10
10
|
const VIEWBOX_WIDTH = 100;
|
|
@@ -6,10 +6,10 @@ import { heightAvailableSpace, heightMenu, menu, menuContent, menuFooter, menuLi
|
|
|
6
6
|
import { getListItem, searchChildren } from "./helpers.js";
|
|
7
7
|
import { DisclosureContext, useMenu } from "./MenuProvider.js";
|
|
8
8
|
import { SearchInput } from "../SearchInput/index.js";
|
|
9
|
-
import { cn } from "@ultraviolet/utils";
|
|
10
9
|
import { cloneElement, forwardRef, isValidElement, useCallback, useEffect, useId, useImperativeHandle, useMemo, useRef, useState } from "react";
|
|
11
10
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
12
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
import { cn } from "@ultraviolet/utils";
|
|
13
13
|
|
|
14
14
|
//#region src/components/Menu/MenuContent.tsx
|
|
15
15
|
const SPACE_DISCLOSURE_POPUP = 24;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../src/components/Menu/components/Item.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,aAAa,EAGb,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAA;AAQd,KAAK,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;AAEzD,KAAK,SAAS,GAAG;IACf,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,MAAM,CAAC,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAA;IACpC,GAAG,CAAC,EAAE,iBAAiB,CAAC,KAAK,CAAC,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,QAAQ,EAAE,SAAS,CAAA;IACnB,OAAO,CAAC,EAAE,iBAAiB,CAAC,WAAW,CAAC,GAAG,SAAS,CAAA;IACpD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,iBAAiB,CAAA;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../src/components/Menu/components/Item.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,aAAa,EAGb,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAA;AAQd,KAAK,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;AAEzD,KAAK,SAAS,GAAG;IACf,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,MAAM,CAAC,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAA;IACpC,GAAG,CAAC,EAAE,iBAAiB,CAAC,KAAK,CAAC,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,QAAQ,EAAE,SAAS,CAAA;IACnB,OAAO,CAAC,EAAE,iBAAiB,CAAC,WAAW,CAAC,GAAG,SAAS,CAAA;IACpD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,iBAAiB,CAAA;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,cAAc,CAAC,EAAE,SAAS,CAAA;CAC3B,CAAA;AAED,eAAO,MAAM,IAAI,mGAsNhB,CAAA"}
|
|
@@ -5,13 +5,13 @@ import { Tooltip } from "../../Tooltip/index.js";
|
|
|
5
5
|
import { menuItem, menuItemContainer } from "../styles.css.js";
|
|
6
6
|
import { getListItem } from "../helpers.js";
|
|
7
7
|
import { useDisclosureContext, useMenu } from "../MenuProvider.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { forwardRef, useCallback } from "react";
|
|
10
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { cn } from "@ultraviolet/utils";
|
|
11
11
|
import { ArrowRightIcon } from "@ultraviolet/icons/ArrowRightIcon";
|
|
12
12
|
|
|
13
13
|
//#region src/components/Menu/components/Item.tsx
|
|
14
|
-
const Item = forwardRef(({ borderless = false, disabled = false, onClick, sentiment = "neutral", href, target, rel, children, tooltip, active, className, searchText, "data-testid": dataTestId, style }, ref) => {
|
|
14
|
+
const Item = forwardRef(({ borderless = false, disabled = false, onClick, sentiment = "neutral", href, target, rel, children, tooltip, active, className, searchText, "data-testid": dataTestId, style, rightComponent }, ref) => {
|
|
15
15
|
const { hideOnClickItem, setIsVisible, isVisible, menuRef, isNested, parentDisclosureRef, disclosureRef } = useMenu();
|
|
16
16
|
const isDisclosure = useDisclosureContext();
|
|
17
17
|
const onClickHandle = useCallback((event) => {
|
|
@@ -72,15 +72,25 @@ const Item = forwardRef(({ borderless = false, disabled = false, onClick, sentim
|
|
|
72
72
|
rel,
|
|
73
73
|
role: "menuitem",
|
|
74
74
|
target,
|
|
75
|
-
children: isDisclosure ? /* @__PURE__ */ jsxs(Stack, {
|
|
75
|
+
children: isDisclosure || rightComponent ? /* @__PURE__ */ jsxs(Stack, {
|
|
76
76
|
alignItems: "center",
|
|
77
77
|
direction: "row",
|
|
78
78
|
justifyContent: "space-between",
|
|
79
79
|
width: "100%",
|
|
80
80
|
children: [
|
|
81
81
|
children,
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
rightComponent ? /* @__PURE__ */ jsx("div", {
|
|
83
|
+
onClick: (event) => {
|
|
84
|
+
event.stopPropagation();
|
|
85
|
+
event.preventDefault();
|
|
86
|
+
},
|
|
87
|
+
onKeyDown: (event) => {
|
|
88
|
+
event.stopPropagation();
|
|
89
|
+
event.preventDefault();
|
|
90
|
+
},
|
|
91
|
+
children: rightComponent
|
|
92
|
+
}) : null,
|
|
93
|
+
isDisclosure ? /* @__PURE__ */ jsx(ArrowRightIcon, {}) : null
|
|
84
94
|
]
|
|
85
95
|
}) : children
|
|
86
96
|
})
|
|
@@ -115,15 +125,25 @@ const Item = forwardRef(({ borderless = false, disabled = false, onClick, sentim
|
|
|
115
125
|
ref,
|
|
116
126
|
role: "menuitem",
|
|
117
127
|
type: "button",
|
|
118
|
-
children: isDisclosure ? /* @__PURE__ */ jsxs(Stack, {
|
|
128
|
+
children: isDisclosure || rightComponent ? /* @__PURE__ */ jsxs(Stack, {
|
|
119
129
|
alignItems: "center",
|
|
120
130
|
direction: "row",
|
|
121
131
|
justifyContent: "space-between",
|
|
122
132
|
width: "100%",
|
|
123
133
|
children: [
|
|
124
134
|
children,
|
|
125
|
-
|
|
126
|
-
|
|
135
|
+
rightComponent ? /* @__PURE__ */ jsx("div", {
|
|
136
|
+
onClick: (event) => {
|
|
137
|
+
event.stopPropagation();
|
|
138
|
+
event.preventDefault();
|
|
139
|
+
},
|
|
140
|
+
onKeyDown: (event) => {
|
|
141
|
+
event.stopPropagation();
|
|
142
|
+
event.preventDefault();
|
|
143
|
+
},
|
|
144
|
+
children: rightComponent
|
|
145
|
+
}) : null,
|
|
146
|
+
isDisclosure ? /* @__PURE__ */ jsx(ArrowRightIcon, {}) : null
|
|
127
147
|
]
|
|
128
148
|
}) : children
|
|
129
149
|
})
|
|
@@ -76,6 +76,7 @@ export declare const Menu: import("react").ForwardRefExoticComponent<{
|
|
|
76
76
|
'data-testid'?: string | undefined;
|
|
77
77
|
searchText?: string | undefined;
|
|
78
78
|
style?: import("react").CSSProperties | undefined;
|
|
79
|
+
rightComponent?: import("react").ReactNode;
|
|
79
80
|
} & import("react").RefAttributes<HTMLElement>>;
|
|
80
81
|
};
|
|
81
82
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAqBhC,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAqBhC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
4
|
-
import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
|
+
import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
|
|
5
5
|
import { Group } from "./components/Group.js";
|
|
6
6
|
import { MenuProvider } from "./MenuProvider.js";
|
|
7
7
|
import { Item } from "./components/Item.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
4
|
import { Stack } from "../../Stack/index.js";
|
|
5
5
|
import { useModal } from "../ModalProvider.js";
|
|
6
6
|
import { modal, modalBackdrop, modalContent, modalImage, modalImageContainer, positionModal, topModal } from "../styles.css.js";
|
|
7
|
-
import { cn } from "@ultraviolet/utils";
|
|
8
7
|
import { useCallback, useEffect, useRef, useState } from "react";
|
|
9
8
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
10
9
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { cn } from "@ultraviolet/utils";
|
|
11
11
|
import { createPortal } from "react-dom";
|
|
12
12
|
|
|
13
13
|
//#region src/components/Modal/components/Dialog.tsx
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { Text } from "../Text/index.js";
|
|
4
4
|
import { notice } from "./styles.css.js";
|
|
5
|
-
import { cn } from "@ultraviolet/utils";
|
|
6
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import { cn } from "@ultraviolet/utils";
|
|
7
7
|
import { InformationOutlineIcon } from "@ultraviolet/icons/InformationOutlineIcon";
|
|
8
8
|
|
|
9
9
|
//#region src/components/Notice/index.tsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
4
|
import { Stack } from "../Stack/index.js";
|
|
5
5
|
import { Text } from "../Text/index.js";
|
|
6
6
|
import { Button } from "../Button/index.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { notification } from "./styles.css.js";
|
|
4
|
-
import { cn } from "@ultraviolet/utils";
|
|
5
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import { cn } from "@ultraviolet/utils";
|
|
6
6
|
import { Slide, ToastContainer } from "react-toastify";
|
|
7
7
|
|
|
8
8
|
//#region src/components/Notification/NotificationContainer.tsx
|
|
@@ -9,8 +9,8 @@ import { Row } from "../Row/index.js";
|
|
|
9
9
|
import { inputContainer, numberinput, numberinputContainer, numberinputSideContainer, unit } from "./styles.css.js";
|
|
10
10
|
import { forwardRef, useCallback, useId, useImperativeHandle, useMemo, useRef } from "react";
|
|
11
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
-
import { PlusIcon } from "@ultraviolet/icons/PlusIcon";
|
|
13
12
|
import { MinusIcon } from "@ultraviolet/icons/MinusIcon";
|
|
13
|
+
import { PlusIcon } from "@ultraviolet/icons/PlusIcon";
|
|
14
14
|
|
|
15
15
|
//#region src/components/NumberInput/index.tsx
|
|
16
16
|
/**
|
|
@@ -7,8 +7,8 @@ import { getPageNumbers } from "./getPageNumbers.js";
|
|
|
7
7
|
import { ellipsisClass, pageButton, pageNumbersContainer } from "./styles.css.js";
|
|
8
8
|
import { useCallback, useMemo } from "react";
|
|
9
9
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
import { ArrowLeftIcon } from "@ultraviolet/icons/ArrowLeftIcon";
|
|
11
10
|
import { ArrowRightIcon } from "@ultraviolet/icons/ArrowRightIcon";
|
|
11
|
+
import { ArrowLeftIcon } from "@ultraviolet/icons/ArrowLeftIcon";
|
|
12
12
|
|
|
13
13
|
//#region src/components/Pagination/PaginationButtons.tsx
|
|
14
14
|
const MakeButton = ({ hasEllipsisBefore, pageNumber, disabled, page, handlePageClick, perPage }) => /* @__PURE__ */ jsxs(Fragment$1, { children: [hasEllipsisBefore ? /* @__PURE__ */ jsx(Text, {
|
|
@@ -3,8 +3,8 @@ import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
|
3
3
|
import { Stack } from "../Stack/index.js";
|
|
4
4
|
import { Text } from "../Text/index.js";
|
|
5
5
|
import { passwordCheckContainer } from "./styles.css.js";
|
|
6
|
-
import { cn } from "@ultraviolet/utils";
|
|
7
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { cn } from "@ultraviolet/utils";
|
|
8
8
|
import { CheckCircleIcon } from "@ultraviolet/icons/CheckCircleIcon";
|
|
9
9
|
import { CloseIcon } from "@ultraviolet/icons/CloseIcon";
|
|
10
10
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
4
|
import { Text } from "../Text/index.js";
|
|
5
5
|
import { getLegendColor } from "../../helpers/legend.js";
|
|
6
6
|
import { getNivoTheme } from "../../helpers/nivoTheme.js";
|
|
7
7
|
import { containerPie, contentPie, emptyLegendPie, heightContainerPie } from "./styles.css.js";
|
|
8
8
|
import { Legends } from "./Legends.js";
|
|
9
9
|
import { useCallback, useState } from "react";
|
|
10
|
+
import { useTheme } from "@ultraviolet/themes";
|
|
10
11
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
11
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
-
import { useTheme } from "@ultraviolet/themes";
|
|
13
13
|
import { Pie } from "@nivo/pie";
|
|
14
14
|
|
|
15
15
|
//#region src/components/PieChart/index.tsx
|
|
@@ -6,9 +6,9 @@ import { Text } from "../Text/index.js";
|
|
|
6
6
|
import { Button } from "../Button/index.js";
|
|
7
7
|
import { ModalContext } from "../Modal/ModalProvider.js";
|
|
8
8
|
import { popover, stackPopover } from "./styles.css.js";
|
|
9
|
-
import { cn } from "@ultraviolet/utils";
|
|
10
9
|
import { forwardRef, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
|
|
11
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
+
import { cn } from "@ultraviolet/utils";
|
|
12
12
|
import { CloseIcon } from "@ultraviolet/icons/CloseIcon";
|
|
13
13
|
|
|
14
14
|
//#region src/components/Popover/index.tsx
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
4
4
|
import { isClientSide } from "../../helpers/isClientSide.js";
|
|
5
5
|
import { DEFAULT_POSITIONS, computePositions } from "./helpers.js";
|
|
6
6
|
import { animationPopup, childrenContainerPopup, containerPopup, popup } from "./styles.css.js";
|
|
7
7
|
import { animationDurationPopup, arrowLeft, arrowTop, arrowTransform, maxHeightPopup, maxWidthPopup, popupInitialPosition, popupPosition } from "./variables.css.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { forwardRef, startTransition, useCallback, useEffect, useId, useImperativeHandle, useLayoutEffect, useMemo, useRef, useState } from "react";
|
|
10
9
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
11
10
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
+
import { cn } from "@ultraviolet/utils";
|
|
12
12
|
import { createPortal } from "react-dom";
|
|
13
13
|
|
|
14
14
|
//#region src/components/Popup/index.tsx
|
|
@@ -5,9 +5,9 @@ import { Text } from "../Text/index.js";
|
|
|
5
5
|
import { Label } from "../Label/index.js";
|
|
6
6
|
import { customText, filledBarSentiments, progressBar, progressContainer } from "./styles.css.js";
|
|
7
7
|
import { percentageValue } from "./variables.css.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
10
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { cn } from "@ultraviolet/utils";
|
|
11
11
|
|
|
12
12
|
//#region src/components/ProgressBar/index.tsx
|
|
13
13
|
/**
|
|
@@ -4,9 +4,9 @@ import { Stack } from "../Stack/index.js";
|
|
|
4
4
|
import { Tooltip } from "../Tooltip/index.js";
|
|
5
5
|
import { Text } from "../Text/index.js";
|
|
6
6
|
import { container, innerCircleRing, labelRadio, labelStyle, margedText, radio, radioMark, radioStack, ring, textLabel } from "./styles.css.js";
|
|
7
|
-
import { cn } from "@ultraviolet/utils";
|
|
8
7
|
import { forwardRef, useId } from "react";
|
|
9
8
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import { cn } from "@ultraviolet/utils";
|
|
10
10
|
|
|
11
11
|
//#region src/components/Radio/index.tsx
|
|
12
12
|
const RadioMarkedIcon = () => /* @__PURE__ */ jsxs("g", { children: [
|