@ultraviolet/ui 3.10.1 → 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 -10
- 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 -0
- 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/ProgressBar/index.js +1 -1
- package/dist/components/ProgressBar/styles.css.js +1 -0
- package/dist/components/ProgressBar/variables.css.js +0 -2
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/Radio/styles.css.js +1 -0
- 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/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/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/OrderSummary/types.d.ts +1 -1
- package/dist/components/compositions/OrderSummary/types.d.ts.map +1 -1
- package/dist/components/compositions/Plans/PlanHeader.js +1 -1
- package/dist/components/compositions/SteppedListCard/styles.css.js +0 -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
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { Stack } from "../Stack/index.js";
|
|
4
4
|
import { Text } from "../Text/index.js";
|
|
5
|
-
import { Radio } from "../Radio/index.js";
|
|
6
5
|
import { Label } from "../Label/index.js";
|
|
6
|
+
import { Radio } from "../Radio/index.js";
|
|
7
7
|
import { fieldset } from "./styles.css.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { createContext, useContext, useMemo } from "react";
|
|
10
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { cn } from "@ultraviolet/utils";
|
|
11
11
|
|
|
12
12
|
//#region src/components/RadioGroup/index.tsx
|
|
13
13
|
const RadioGroupContext = createContext(void 0);
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { row, sprinkles } from "./styles.css.js";
|
|
5
5
|
import { paddings, templateColumn } from "./variables.css.js";
|
|
6
|
-
import {
|
|
6
|
+
import { consoleLightTheme } from "@ultraviolet/themes";
|
|
7
7
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
|
-
import {
|
|
9
|
+
import { cn } from "@ultraviolet/utils";
|
|
10
10
|
|
|
11
11
|
//#region src/components/Row/index.tsx
|
|
12
12
|
const mapRepsonsiveGap = (object) => object ? Object.keys(object).reduce((acc, key) => _objectSpread2(_objectSpread2({}, acc), {}, { [key]: consoleLightTheme.space[object[key]] }), {}) : {};
|
|
@@ -6,9 +6,9 @@ import { Popup } from "../Popup/index.js";
|
|
|
6
6
|
import { TextInput } from "../TextInput/index.js";
|
|
7
7
|
import { clickableStack, searchInput, searchInputPopup } from "./styles.css.js";
|
|
8
8
|
import { KeyGroup } from "./KeyGroup.js";
|
|
9
|
-
import { cn } from "@ultraviolet/utils";
|
|
10
9
|
import { forwardRef, useCallback, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState } from "react";
|
|
11
10
|
import { jsx } from "react/jsx-runtime";
|
|
11
|
+
import { cn } from "@ultraviolet/utils";
|
|
12
12
|
import { SearchIcon } from "@ultraviolet/icons/SearchIcon";
|
|
13
13
|
|
|
14
14
|
//#region src/components/SearchInput/index.tsx
|
|
@@ -1,22 +1,22 @@
|
|
|
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 { Popup } from "../../Popup/index.js";
|
|
6
6
|
import { Text } from "../../Text/index.js";
|
|
7
|
-
import { Checkbox } from "../../Checkbox/index.js";
|
|
8
7
|
import { Skeleton } from "../../Skeleton/index.js";
|
|
8
|
+
import { Checkbox } from "../../Checkbox/index.js";
|
|
9
9
|
import { ModalContext } from "../../Modal/ModalProvider.js";
|
|
10
10
|
import { INPUT_SIZE_HEIGHT, OPTION_SELECTOR } from "../constants.js";
|
|
11
11
|
import { useSelectInput } from "../SelectInputProvider.js";
|
|
12
12
|
import { comboboxCreate, dropdown, dropdownCheckbox, dropdownContainer, dropdownContainerUnGrouped, dropdownEmptyState, dropdownGroup, dropdownGroupSelectable, dropdownGroupWrapper, dropdownItem, dropdownLoadMore, dropdownWidth, emptyStateGroupStyle, footer } from "./dropdown.css.js";
|
|
13
13
|
import { DisplayOption } from "./DropdownOption.js";
|
|
14
14
|
import { SearchBarDropdown } from "./SearchBarDropdown.js";
|
|
15
|
-
import { cn } from "@ultraviolet/utils";
|
|
16
15
|
import { useCallback, useContext, useEffect, useLayoutEffect, useMemo, useRef, useState } from "react";
|
|
16
|
+
import { useTheme } from "@ultraviolet/themes";
|
|
17
17
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
18
18
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
19
|
-
import {
|
|
19
|
+
import { cn } from "@ultraviolet/utils";
|
|
20
20
|
import { PlusIcon } from "@ultraviolet/icons/PlusIcon";
|
|
21
21
|
|
|
22
22
|
//#region src/components/SelectInput/components/Dropdown.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
|
+
import { TextInput } from "../../TextInput/index.js";
|
|
4
5
|
import { OPTION_SELECTOR } from "../constants.js";
|
|
5
6
|
import { useSelectInput } from "../SelectInputProvider.js";
|
|
6
7
|
import { searchBar } from "./dropdown.css.js";
|
|
7
|
-
import { TextInput } from "../../TextInput/index.js";
|
|
8
8
|
import { useEffect, useRef } from "react";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
|
-
import { isFuzzyMatch, normalizeString } from "@scaleway/fuzzy-search";
|
|
11
10
|
import { SearchIcon } from "@ultraviolet/icons/SearchIcon";
|
|
11
|
+
import { isFuzzyMatch, normalizeString } from "@scaleway/fuzzy-search";
|
|
12
12
|
|
|
13
13
|
//#region src/components/SelectInput/components/SearchBarDropdown.tsx
|
|
14
14
|
const getReferenceText = (option) => {
|
|
@@ -4,20 +4,20 @@ 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 { Button } from "../../Button/index.js";
|
|
7
|
+
import { Tag } from "../../Tag/index.js";
|
|
7
8
|
import { SIZES_TAG } from "../constants.js";
|
|
8
9
|
import { useSelectInput } from "../SelectInputProvider.js";
|
|
9
|
-
import { Tag } from "../../Tag/index.js";
|
|
10
10
|
import { findOptionInOptions } from "../findOptionInOptions.js";
|
|
11
11
|
import { maxWidthTag, minWidthTag, multiselectStack, plusTag, selectBar, selectBarTags, selectbarState, selectedValues, selectinputPlaceholder } from "./selectBar.css.js";
|
|
12
|
-
import { cn } from "@ultraviolet/utils";
|
|
13
12
|
import { useCallback, useEffect, useLayoutEffect, useMemo, useRef, useState } from "react";
|
|
14
13
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
15
14
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
15
|
+
import { cn } from "@ultraviolet/utils";
|
|
16
16
|
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
17
|
-
import { PlusIcon } from "@ultraviolet/icons/PlusIcon";
|
|
18
17
|
import { AlertCircleIcon } from "@ultraviolet/icons/AlertCircleIcon";
|
|
19
18
|
import { CheckCircleIcon } from "@ultraviolet/icons/CheckCircleIcon";
|
|
20
19
|
import { CloseIcon } from "@ultraviolet/icons/CloseIcon";
|
|
20
|
+
import { PlusIcon } from "@ultraviolet/icons/PlusIcon";
|
|
21
21
|
|
|
22
22
|
//#region src/components/SelectInput/components/SelectBar.tsx
|
|
23
23
|
const DisplayValues = ({ refTag, nonOverflowedValues, potentiallyNonOverflowedValues, disabled, readOnly, overflowed, overflowAmount, measureRef, lastElementMaxWidth, overflow, refPlusTag, displayShadowCopy, textVariant }) => {
|
|
@@ -7,9 +7,9 @@ import { SelectInputProvider } from "./SelectInputProvider.js";
|
|
|
7
7
|
import { Dropdown } from "./components/Dropdown.js";
|
|
8
8
|
import { SelectBar } from "./components/SelectBar.js";
|
|
9
9
|
import { selectinputContainer, selectinputHelper } from "./styles.css.js";
|
|
10
|
-
import { cn } from "@ultraviolet/utils";
|
|
11
10
|
import { useId, useRef } from "react";
|
|
12
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
import { cn } from "@ultraviolet/utils";
|
|
13
13
|
|
|
14
14
|
//#region src/components/SelectInput/index.tsx
|
|
15
15
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
2
|
export declare const IllustrationContainer: ({ children: subChildren, productIcon, illustration, }: {
|
|
3
3
|
children: ReactNode;
|
|
4
|
-
productIcon: import("../../types").PascalToCamelCaseWithoutSuffix<"AbuseProductIcon" | "AccountExperienceProductIcon" | "AdditionalDiskProductIcon" | "AdvancedSettingsProductIcon" | "AdvancedSupportProductIcon" | "AnsibleProductIcon" | "ApiGatewayProductIcon" | "ApiKeyProductIcon" | "ApiProductIcon" | "AppleSiliconProductIcon" | "ApplicationLibraryProductIcon" | "ApplicationProductIcon" | "ArtifactRegistryProductIcon" | "AuditTrailProductIcon" | "BackendsProductIcon" | "BandwidthProductIcon" | "BasicSupportProductIcon" | "BillingProductIcon" | "BlockStorageProductIcon" | "BusinessSupportProductIcon" | "CbProductIcon" | "CdnProductIcon" | "ChangelogProductIcon" | "CliProductIcon" | "CloudEssentialsProductIcon" | "CloudHostingProductIcon" | "CockpitProductIcon" | "ColdStorageProductIcon" | "ComputeOptimizedInstancesProductIcon" | "ConsoleProductIcon" | "ContainersProductIcon" | "CostManagerProductIcon" | "CustomModelProductIcon" | "DataWarehouseProductIcon" | "DdosProductIcon" | "DdxCoreServersProductIcon" | "DdxProServersProductIcon" | "DdxStartServersProductIcon" | "DedibackupProductIcon" | "DediboxProductIcon" | "DedicatedControlPlaneProductIcon" | "DedicatedServerProductIcon" | "DedilinkProductIcon" | "DeleteMarkerProductIcon" | "DevelopmentInstancesProductIcon" | "DevicesProductIcon" | "DirectConnectProductIcon" | "DistributedDataLabProductIcon" | "DnsProductIcon" | "DocumentationProductIcon" | "DomainsProductIcon" | "EdgeServicesProductIcon" | "ElasticMetalAluminiumProductIcon" | "ElasticMetalBerylliumProductIcon" | "ElasticMetalIridiumProductIcon" | "ElasticMetalLithiumProductIcon" | "ElasticMetalProductIcon" | "ElasticMetalTitaniumProductIcon" | "EntrepriseSupportProductIcon" | "EnvironmentalFootprintCalculatorProductIcon" | "FileProductIcon" | "FileStorageProductIcon" | "FlexibleIpProductIcon" | "FolderProductIcon" | "FrontEndsProductIcon" | "FunctionsProductIcon" | "GeneralPurposeInstancesProductIcon" | "GenerativeApiProductIcon" | "GpuServersProductIcon" | "HubNetworksProductIcon" | "HubRoutesProductIcon" | "IamProductIcon" | "IconElasticMetalProductIcon" | "IconSdkJsProductIcon" | "IconSdkProductIcon" | "ImagesProductIcon" | "InferenceProductIcon" | "InstanceCostOptimizedProductIcon" | "InstanceEnterpriseProductIcon" | "InstanceGpuProductIcon" | "InstanceLearnProductIcon" | "InstancePopProductIcon" | "InstanceProductIcon" | "InstanceScallingGroupsProductIcon" | "InstanceTemplateProductIcon" | "InstanceWopProductIcon" | "InterlinkDedicatedProductIcon" | "InterlinkProductIcon" | "IotEdgeProductIcon" | "IotProductIcon" | "IpFailoverProductIcon" | "IpamProductIcon" | "IpfsNamingProductIcon" | "IpfsProductIcon" | "JeroProductIcon" | "K8sKosmosProductIcon" | "KmsProductIcon" | "KubernetesProductIcon" | "LbProductIcon" | "LifeCycleRulesProductIcon" | "MacMiniM2ProductIcon" | "MacMiniM4ProductIcon" | "MacMiniProductIcon" | "MailboxProductIcon" | "ManagedKafkaProductIcon" | "ManagedSearchDatabaseProductIcon" | "MemoryOptimizedInstancesProductIcon" | "MongoDbProductIcon" | "MonitoringProductIcon" | "MultiUserProductIcon" | "NabuProductIcon" | "NatsProductIcon" | "NetworkAclsProductIcon" | "NextServersProductIcon" | "ObjectStorageProductIcon" | "OriginsResourcesProductIcon" | "OsProductIcon" | "PackerProductIcon" | "PasskeyProductIcon" | "PlacementGroupProductIcon" | "PolicyProductIcon" | "PoolProductIcon" | "PostgresqlMysqlProductIcon" | "PrivateIpProductIcon" | "PrivateNetworkProductIcon" | "PublicGatewayProductIcon" | "QaasProductIcon" | "QuantumApplicationProductIcon" | "QueueingProductIcon" | "RabbitMqProductIcon" | "RdbProductIcon" | "RedisProductIcon" | "RegistryProductIcon" | "RocketProductIcon" | "RouteRulesProductIcon" | "RouterProductIcon" | "RpnProductIcon" | "RpnSanProductIcon" | "RpnV1ProductIcon" | "RpnV2ProductIcon" | "SavingPlanProductIcon" | "SdkGoProductIcon" | "SdkPythonProductIcon" | "SecretManagerProductIcon" | "SecurityGroupProductIcon" | "SepaProductIcon" | "ServerProductIcon" | "ServerlessDbProductIcon" | "ServerlessJobsProductIcon" | "SmsProductIcon" | "SmtpProductIcon" | "SnapshotsProductIcon" | "SnsProductIcon" | "SqsProductIcon" | "SslCertificatesProductIcon" | "StoreServersProductIcon" | "SupportProductIcon" | "TerraformProductIcon" | "TransactionalEmailProductIcon" | "TutorialProductIcon" | "UserProductIcon" | "VerifyCardProductIcon" | "VideoProductIcon" | "VolumeProductIcon" | "VpcPeeringProductIcon" | "VpcProductIcon" | "VpnConnectionProductIcon" | "VpnCustomerGatewayProductIcon" | "VpnProductIcon" | "VpsProServersProductIcon" | "VpsServersProductIcon" | "VpsStartServersProductIcon" | "WafProductIcon" | "WebPlatformProductIcon" | "WebhostingProductIcon" | "ZoneProductIcon", "ProductIcon"> | undefined;
|
|
4
|
+
productIcon: import("../../types").PascalToCamelCaseWithoutSuffix<"AbuseProductIcon" | "AccountExperienceProductIcon" | "AdditionalDiskProductIcon" | "AdvancedSettingsProductIcon" | "AdvancedSupportProductIcon" | "AnsibleProductIcon" | "ApiGatewayProductIcon" | "ApiKeyProductIcon" | "ApiProductIcon" | "AppleSiliconProductIcon" | "ApplicationLibraryProductIcon" | "ApplicationProductIcon" | "ArtifactRegistryProductIcon" | "AuditTrailProductIcon" | "BackendsProductIcon" | "BandwidthProductIcon" | "BasicSupportProductIcon" | "BillingProductIcon" | "BlockStorageProductIcon" | "BusinessSupportProductIcon" | "CbProductIcon" | "CdnProductIcon" | "ChangelogProductIcon" | "CliProductIcon" | "CloudEssentialsProductIcon" | "CloudHostingProductIcon" | "CockpitProductIcon" | "ColdStorageProductIcon" | "ComputeOptimizedInstancesProductIcon" | "ConsoleProductIcon" | "ContainersProductIcon" | "CostManagerProductIcon" | "CustomModelProductIcon" | "DataOrchestratorProductIcon" | "DataWarehouseProductIcon" | "DdosProductIcon" | "DdxCoreServersProductIcon" | "DdxProServersProductIcon" | "DdxStartServersProductIcon" | "DedibackupProductIcon" | "DediboxProductIcon" | "DedicatedControlPlaneProductIcon" | "DedicatedServerProductIcon" | "DedilinkProductIcon" | "DeleteMarkerProductIcon" | "DevelopmentInstancesProductIcon" | "DevicesProductIcon" | "DirectConnectProductIcon" | "DistributedDataLabProductIcon" | "DnsProductIcon" | "DocumentationProductIcon" | "DomainsProductIcon" | "EdgeServicesProductIcon" | "ElasticMetalAluminiumProductIcon" | "ElasticMetalBerylliumProductIcon" | "ElasticMetalIridiumProductIcon" | "ElasticMetalLithiumProductIcon" | "ElasticMetalProductIcon" | "ElasticMetalTitaniumProductIcon" | "EntrepriseSupportProductIcon" | "EnvironmentalFootprintCalculatorProductIcon" | "FileProductIcon" | "FileStorageProductIcon" | "FlexibleIpProductIcon" | "FolderProductIcon" | "FrontEndsProductIcon" | "FunctionsProductIcon" | "GeneralPurposeInstancesProductIcon" | "GenerativeApiProductIcon" | "GpuServersProductIcon" | "HubNetworksProductIcon" | "HubRoutesProductIcon" | "IamProductIcon" | "IconElasticMetalProductIcon" | "IconSdkJsProductIcon" | "IconSdkProductIcon" | "ImagesProductIcon" | "InferenceProductIcon" | "InstanceCostOptimizedProductIcon" | "InstanceEnterpriseProductIcon" | "InstanceGpuProductIcon" | "InstanceLearnProductIcon" | "InstancePopProductIcon" | "InstanceProductIcon" | "InstanceScallingGroupsProductIcon" | "InstanceTemplateProductIcon" | "InstanceWopProductIcon" | "InterlinkDedicatedProductIcon" | "InterlinkProductIcon" | "IotEdgeProductIcon" | "IotProductIcon" | "IpFailoverProductIcon" | "IpamProductIcon" | "IpfsNamingProductIcon" | "IpfsProductIcon" | "JeroProductIcon" | "K8sKosmosProductIcon" | "KmsProductIcon" | "KubernetesProductIcon" | "LbProductIcon" | "LifeCycleRulesProductIcon" | "MacMiniM2ProductIcon" | "MacMiniM4ProductIcon" | "MacMiniProductIcon" | "MailboxProductIcon" | "ManagedKafkaProductIcon" | "ManagedSearchDatabaseProductIcon" | "MemoryOptimizedInstancesProductIcon" | "MongoDbProductIcon" | "MonitoringProductIcon" | "MultiUserProductIcon" | "NabuProductIcon" | "NatsProductIcon" | "NetworkAclsProductIcon" | "NextServersProductIcon" | "ObjectStorageProductIcon" | "OriginsResourcesProductIcon" | "OsProductIcon" | "PackerProductIcon" | "PasskeyProductIcon" | "PlacementGroupProductIcon" | "PolicyProductIcon" | "PoolProductIcon" | "PostgresqlMysqlProductIcon" | "PrivateIpProductIcon" | "PrivateNetworkProductIcon" | "PublicGatewayProductIcon" | "QaasProductIcon" | "QuantumApplicationProductIcon" | "QueueingProductIcon" | "RabbitMqProductIcon" | "RdbProductIcon" | "RedisProductIcon" | "RegistryProductIcon" | "RocketProductIcon" | "RouteRulesProductIcon" | "RouterProductIcon" | "RpnProductIcon" | "RpnSanProductIcon" | "RpnV1ProductIcon" | "RpnV2ProductIcon" | "SavingPlanProductIcon" | "SdkGoProductIcon" | "SdkPythonProductIcon" | "SecretManagerProductIcon" | "SecurityGroupProductIcon" | "SepaProductIcon" | "ServerProductIcon" | "ServerlessDbProductIcon" | "ServerlessJobsProductIcon" | "SmsProductIcon" | "SmtpProductIcon" | "SnapshotsProductIcon" | "SnsProductIcon" | "SqsProductIcon" | "SslCertificatesProductIcon" | "StoreServersProductIcon" | "SupportProductIcon" | "TerraformProductIcon" | "TransactionalEmailProductIcon" | "TutorialProductIcon" | "UserProductIcon" | "VerifyCardProductIcon" | "VideoProductIcon" | "VolumeProductIcon" | "VpcPeeringProductIcon" | "VpcProductIcon" | "VpnConnectionProductIcon" | "VpnCustomerGatewayProductIcon" | "VpnProductIcon" | "VpsProServersProductIcon" | "VpsServersProductIcon" | "VpsStartServersProductIcon" | "VpsStoreServersProductIcon" | "WafProductIcon" | "WebPlatformProductIcon" | "WebhostingProductIcon" | "ZoneProductIcon", "ProductIcon"> | undefined;
|
|
5
5
|
illustration: string | undefined;
|
|
6
6
|
}) => string | number | bigint | boolean | import("react/jsx-runtime").JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | Iterable<ReactNode> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ReactPortal | null | undefined> | null | undefined;
|
|
7
7
|
//# sourceMappingURL=IllustrationContainer.d.ts.map
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { Stack } from "../Stack/index.js";
|
|
4
4
|
import { divSelectableCard, illustrationSelectableCard, imageSelectableCard } from "./styles.css.js";
|
|
5
|
-
import { _asyncToGenerator } from "../../_virtual/_@oxc-project_runtime@0.
|
|
5
|
+
import { _asyncToGenerator } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/asyncToGenerator.js";
|
|
6
6
|
import { useEffect, useState } from "react";
|
|
7
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
7
|
import { useTheme } from "@ultraviolet/themes";
|
|
8
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
import * as ProductIcon from "@ultraviolet/icons/product";
|
|
10
10
|
|
|
11
11
|
//#region src/components/SelectableCard/IllustrationContainer.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
2
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
3
3
|
import { Checkbox } from "../Checkbox/index.js";
|
|
4
4
|
import { Radio } from "../Radio/index.js";
|
|
5
5
|
import { selectableElementSelectableCard } from "./styles.css.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
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 { Tooltip } from "../Tooltip/index.js";
|
|
6
6
|
import { containerSelectableCard, indentedCard, labelContainerSelectableCardLabel, labelContainerSelectableCardNoLabel, stackSelectableCard } from "./styles.css.js";
|
|
7
7
|
import { IllustrationContainer } from "./IllustrationContainer.js";
|
|
8
8
|
import { MultiStateInput } from "./MultiStateInput.js";
|
|
9
9
|
import { inputDisplay, labelDisplay, widthSelectable } from "./variables.css.js";
|
|
10
|
-
import { cn } from "@ultraviolet/utils";
|
|
11
10
|
import { forwardRef, useCallback, useMemo, useRef } from "react";
|
|
12
11
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
13
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { cn } from "@ultraviolet/utils";
|
|
14
14
|
|
|
15
15
|
//#region src/components/SelectableCard/SelectableCard.tsx
|
|
16
16
|
/**
|
|
@@ -6,9 +6,9 @@ import { Label } from "../Label/index.js";
|
|
|
6
6
|
import { Row } from "../Row/index.js";
|
|
7
7
|
import { SelectableCard } from "../SelectableCard/SelectableCard.js";
|
|
8
8
|
import { selectableCardGroupFieldSet } from "./styles.css.js";
|
|
9
|
-
import { cn } from "@ultraviolet/utils";
|
|
10
9
|
import { createContext, useContext, useMemo } from "react";
|
|
11
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
+
import { cn } from "@ultraviolet/utils";
|
|
12
12
|
|
|
13
13
|
//#region src/components/SelectableCardGroup/index.tsx
|
|
14
14
|
const SelectableCardGroupContext = createContext(void 0);
|
|
@@ -7,9 +7,9 @@ import { Row } from "../Row/index.js";
|
|
|
7
7
|
import { SelectableCardOptionGroupContext } from "./Provider.js";
|
|
8
8
|
import { selectableCardOptionFieldSet } from "./styles.css.js";
|
|
9
9
|
import { Option } from "./components/Option.js";
|
|
10
|
-
import { cn } from "@ultraviolet/utils";
|
|
11
10
|
import { useMemo } from "react";
|
|
12
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
import { cn } from "@ultraviolet/utils";
|
|
13
13
|
|
|
14
14
|
//#region src/components/SelectableCardOptionGroup/SelectableCardOptionGroup.tsx
|
|
15
15
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { disabledImage } 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
|
|
|
7
7
|
//#region src/components/SelectableCardOptionGroup/components/Image.tsx
|
|
8
8
|
const IMAGE_SIZES = {
|
|
@@ -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 { Label } from "../../Label/index.js";
|
|
6
6
|
import { SelectInput } from "../../SelectInput/index.js";
|
|
@@ -8,9 +8,9 @@ import { SelectableCard } from "../../SelectableCard/SelectableCard.js";
|
|
|
8
8
|
import { useSelectableCardOptionGroup } from "../Provider.js";
|
|
9
9
|
import { optionFullHeight, optionPadded, optionSelectInput, optionSelectInputDisabled, optionSelectInputError, selectableCard } from "../styles.css.js";
|
|
10
10
|
import { Image } from "./Image.js";
|
|
11
|
-
import { cn } from "@ultraviolet/utils";
|
|
12
11
|
import { useId } from "react";
|
|
13
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { cn } from "@ultraviolet/utils";
|
|
14
14
|
|
|
15
15
|
//#region src/components/SelectableCardOptionGroup/components/Option.tsx
|
|
16
16
|
const Option = ({ value, label, labelDescription, "aria-label": ariaLabel, children, className, options, optionPlaceholder, image, disabled, id, "data-testid": dataTestId, tooltip, style }) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { hr, iconWraperSeparator, thicknessSeparator } from "./styles.css.js";
|
|
4
|
-
import { cn } from "@ultraviolet/utils";
|
|
5
4
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
6
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import { cn } from "@ultraviolet/utils";
|
|
7
7
|
|
|
8
8
|
//#region src/components/Separator/index.tsx
|
|
9
9
|
/**
|
|
@@ -9,8 +9,8 @@ import { List } from "./List.js";
|
|
|
9
9
|
import { Slider } from "./Slider.js";
|
|
10
10
|
import { Square } from "./Square.js";
|
|
11
11
|
import { skeletonContainer, skeletonHighlight } from "./styles.css.js";
|
|
12
|
-
import { cn } from "@ultraviolet/utils";
|
|
13
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { cn } from "@ultraviolet/utils";
|
|
14
14
|
|
|
15
15
|
//#region src/components/Skeleton/index.tsx
|
|
16
16
|
const variants = {
|
|
@@ -7,11 +7,11 @@ import { Label } from "../../Label/index.js";
|
|
|
7
7
|
import { NumberInput } from "../../NumberInput/index.js";
|
|
8
8
|
import { leftVar, sliderCustomRail, sliderDouble, sliderDoubleText, sliderDoubleWrapper, sliderInnerRail, sliderThumbStyle, sliderTooltip, thumbColor, tooltipLeft } from "../styles.css.js";
|
|
9
9
|
import { Options } from "./Options.js";
|
|
10
|
-
import { cn } from "@ultraviolet/utils";
|
|
11
10
|
import { useCallback, useEffect, useId, useMemo, useRef, useState } from "react";
|
|
11
|
+
import { useTheme } from "@ultraviolet/themes";
|
|
12
12
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
13
13
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
14
|
-
import {
|
|
14
|
+
import { cn } from "@ultraviolet/utils";
|
|
15
15
|
|
|
16
16
|
//#region src/components/Slider/components/DoubleSlider.tsx
|
|
17
17
|
const DoubleSlider = ({ name, tooltip, direction, disabled, error, "data-testid": dataTestId, value, onChange, min = 0, max = 100, step = 1, id, onBlur, onFocus, options, unit, label, className, input, prefix, suffix, required, tooltipPosition, "aria-label": ariaLabel, labelDescription, customValueDisplay }) => {
|
|
@@ -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 { Tooltip } from "../../Tooltip/index.js";
|
|
6
6
|
import { Text } from "../../Text/index.js";
|
|
@@ -8,11 +8,11 @@ import { Label } from "../../Label/index.js";
|
|
|
8
8
|
import { NumberInput } from "../../NumberInput/index.js";
|
|
9
9
|
import { leftVar, sliderDoubleText, sliderNumberInput, sliderSingle, sliderThumbStyle, sliderTooltip, thumbColor, tooltipLeft } from "../styles.css.js";
|
|
10
10
|
import { Options } from "./Options.js";
|
|
11
|
-
import { cn } from "@ultraviolet/utils";
|
|
12
11
|
import { useCallback, useEffect, useId, useMemo, useRef, useState } from "react";
|
|
12
|
+
import { useTheme } from "@ultraviolet/themes";
|
|
13
13
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
14
14
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
15
|
-
import {
|
|
15
|
+
import { cn } from "@ultraviolet/utils";
|
|
16
16
|
|
|
17
17
|
//#region src/components/Slider/components/SingleSlider.tsx
|
|
18
18
|
const SingleSlider = ({ name, tooltip, direction, disabled, error, "data-testid": dataTestId, value, onChange, min = 0, max = 100, step = 1, id, onBlur, unit, options, onFocus, className, label, input, prefix, suffix, required, labelDescription, customValueDisplay, "aria-label": ariaLabel, tooltipPosition }) => {
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { Stack } from "../Stack/index.js";
|
|
4
4
|
import { Text } from "../Text/index.js";
|
|
5
|
+
import { Expandable } from "../Expandable/index.js";
|
|
5
6
|
import { Label } from "../Label/index.js";
|
|
6
7
|
import { CopyButton } from "../CopyButton/index.js";
|
|
7
|
-
import { Expandable } from "../Expandable/index.js";
|
|
8
8
|
import { useTheme } from "../../theme/ThemeProvider.js";
|
|
9
9
|
import { animatedArrowIcon, buttonContainer, centeredText, line, prefix, pretext, rowsVar, showMoreButton, showMoreContainer, snippetContainer, stackStyle } from "./styles.css.js";
|
|
10
|
-
import { cn } from "@ultraviolet/utils";
|
|
11
10
|
import { Children, useReducer } from "react";
|
|
12
11
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
13
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { cn } from "@ultraviolet/utils";
|
|
14
14
|
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
15
15
|
|
|
16
16
|
//#region src/components/Snippet/index.tsx
|
|
@@ -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.113.0/helpers/objectSpread2.js";
|
|
4
|
-
import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js";
|
|
5
3
|
import { sprinkles, stack } from "./styles.css.js";
|
|
6
4
|
import { flexVar, maxWidthVar, minWidthVar, widthVar } from "./variables.css.js";
|
|
5
|
+
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
|
|
6
|
+
import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
|
|
7
7
|
import { forwardRef, useMemo } from "react";
|
|
8
|
+
import { consoleLightTheme } from "@ultraviolet/themes";
|
|
8
9
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
9
10
|
import { jsx } from "react/jsx-runtime";
|
|
10
|
-
import { consoleLightTheme } from "@ultraviolet/themes";
|
|
11
11
|
|
|
12
12
|
//#region src/components/Stack/index.tsx
|
|
13
13
|
const _excluded = [
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { Tooltip } from "../Tooltip/index.js";
|
|
4
4
|
import { animatedCircleStatus, circleStatus, status } 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
|
|
|
8
8
|
//#region src/components/Status/index.tsx
|
|
9
9
|
/**
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { Bullet } from "../Bullet/index.js";
|
|
4
4
|
import { step, stepDiv, steps } 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
|
|
|
8
8
|
//#region src/components/StepList/index.tsx
|
|
9
9
|
const Item = ({ bulletContent, sentiment, prominence, children, onClick, onKeyDown, size = "medium", disabled = false, className }) => /* @__PURE__ */ jsxs("li", {
|
|
@@ -5,9 +5,9 @@ import { Text } from "../Text/index.js";
|
|
|
5
5
|
import { Bullet } from "../Bullet/index.js";
|
|
6
6
|
import { useStepper } from "./StepperProvider.js";
|
|
7
7
|
import { animationStepperContainer, stepBullet, stepContainer, stepText, stepperContainerRecipe, stepperInteractive } from "./styles.css.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { useMemo } from "react";
|
|
10
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { cn } from "@ultraviolet/utils";
|
|
11
11
|
import { CheckIcon } from "@ultraviolet/icons/CheckIcon";
|
|
12
12
|
|
|
13
13
|
//#region src/components/Stepper/Step.tsx
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { StepperProvider } from "./StepperProvider.js";
|
|
5
5
|
import { stepperContainer, stepperLine } from "./styles.css.js";
|
|
6
6
|
import { Step } from "./Step.js";
|
|
7
|
-
import { cn } from "@ultraviolet/utils";
|
|
8
7
|
import { Children, Fragment, isValidElement } from "react";
|
|
9
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import { cn } from "@ultraviolet/utils";
|
|
10
10
|
|
|
11
11
|
//#region src/components/Stepper/index.tsx
|
|
12
12
|
const Stepper = ({ children, interactive = false, selected = 1, animated = false, className, labelPosition = "bottom", size = "medium", "data-testid": dataTestId, separator = true, style }) => {
|
|
@@ -3,9 +3,9 @@ import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
|
3
3
|
import { SelectableCard } from "../SelectableCard/SelectableCard.js";
|
|
4
4
|
import { switchButtonOptionBase, switchButtonOptionNeutral, switchButtonOptionPrimary } from "./styles.css.js";
|
|
5
5
|
import { useSwitchButton } from "./SwitchButtonContext.js";
|
|
6
|
-
import { cn } from "@ultraviolet/utils";
|
|
7
6
|
import { useEffect, useRef } from "react";
|
|
8
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
|
+
import { cn } from "@ultraviolet/utils";
|
|
9
9
|
|
|
10
10
|
//#region src/components/SwitchButton/Option.tsx
|
|
11
11
|
const Option = ({ value, children, "data-testid": dataTestId, disabled, tooltip, style }) => {
|
|
@@ -6,9 +6,9 @@ import { switchButtonContainer } from "./styles.css.js";
|
|
|
6
6
|
import { FocusOverlay } from "./FocusOverlay.js";
|
|
7
7
|
import { SwitchButtonContext } from "./SwitchButtonContext.js";
|
|
8
8
|
import { Option } from "./Option.js";
|
|
9
|
-
import { cn } from "@ultraviolet/utils";
|
|
10
9
|
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
11
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
+
import { cn } from "@ultraviolet/utils";
|
|
12
12
|
|
|
13
13
|
//#region src/components/SwitchButton/index.tsx
|
|
14
14
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
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 "../List/ColumnProvider.js";
|
|
4
|
-
import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
|
|
5
5
|
import { tableCell } from "./styles.css.js";
|
|
6
6
|
import { maxWidthCell, minWidthCell, widthCell } from "./variables.css.js";
|
|
7
|
-
import { cn } from "@ultraviolet/utils";
|
|
8
7
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
9
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
|
+
import { cn } from "@ultraviolet/utils";
|
|
10
10
|
|
|
11
11
|
//#region src/components/Table/Cell.tsx
|
|
12
12
|
const Cell = ({ children, className, colSpan, rowSpan, sentiment, align = "left", style }) => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { listSortIcon } from "../List/styles.css.js";
|
|
4
3
|
import { Tooltip } from "../Tooltip/index.js";
|
|
5
4
|
import { Text } from "../Text/index.js";
|
|
5
|
+
import { listSortIcon } from "../List/styles.css.js";
|
|
6
6
|
import { headerCellText, tableHeaderCell } from "./styles.css.js";
|
|
7
7
|
import { headerCellMaxWidth, headerCellMinWidth, headerCellWidth } 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
|
import { InformationOutlineIcon } from "@ultraviolet/icons/InformationOutlineIcon";
|
|
12
12
|
import { SortIcon } from "@ultraviolet/icons/SortIcon";
|
|
13
13
|
import { SouthShortIcon } from "@ultraviolet/icons/SouthShortIcon";
|
|
@@ -3,8 +3,8 @@ import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
|
3
3
|
import { Checkbox } from "../Checkbox/index.js";
|
|
4
4
|
import { HeaderCell } from "./HeaderCell.js";
|
|
5
5
|
import { useTableContext } from "./TableContext.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/Table/HeaderRow.tsx
|
|
10
10
|
const HeaderRow = ({ children, hasSelectAllColumn }) => {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { ColumnProvider } from "../List/ColumnProvider.js";
|
|
4
|
-
import { listCheckboxInRange, listNoPaddingCell } from "../List/styles.css.js";
|
|
5
3
|
import { Tooltip } from "../Tooltip/index.js";
|
|
6
|
-
import { Checkbox } from "../Checkbox/index.js";
|
|
7
4
|
import { Button } from "../Button/index.js";
|
|
5
|
+
import { Checkbox } from "../Checkbox/index.js";
|
|
6
|
+
import { ColumnProvider } from "../List/ColumnProvider.js";
|
|
7
|
+
import { listCheckboxInRange, listNoPaddingCell } from "../List/styles.css.js";
|
|
8
8
|
import { tableCheckboxContainer, tableExpandableWrapper, tableRow, tableTrAnimation } from "./styles.css.js";
|
|
9
9
|
import { Cell } from "./Cell.js";
|
|
10
10
|
import { useTableContext } from "./TableContext.js";
|
|
11
|
-
import { cn } from "@ultraviolet/utils";
|
|
12
11
|
import { Children, useCallback, useEffect, useRef } from "react";
|
|
13
|
-
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
14
12
|
import { theme } from "@ultraviolet/themes";
|
|
13
|
+
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
14
|
+
import { cn } from "@ultraviolet/utils";
|
|
15
15
|
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
16
16
|
import { ArrowUpIcon } from "@ultraviolet/icons/ArrowUpIcon";
|
|
17
17
|
|
|
@@ -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 { ListProvider, useListContext } from "../List/ListContext.js";
|
|
6
6
|
import { createContext, useContext, useEffect, useMemo } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -12,9 +12,9 @@ import { HeaderRow } from "./HeaderRow.js";
|
|
|
12
12
|
import { Row } from "./Row.js";
|
|
13
13
|
import { SelectBar } from "./SelectBar.js";
|
|
14
14
|
import { SkeletonRows } from "./SkeletonRows.js";
|
|
15
|
-
import { cn } from "@ultraviolet/utils";
|
|
16
15
|
import { Children, forwardRef, useEffect, useState } from "react";
|
|
17
16
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
17
|
+
import { cn } from "@ultraviolet/utils";
|
|
18
18
|
|
|
19
19
|
//#region src/components/Table/index.tsx
|
|
20
20
|
const TableContainer = ({ children }) => {
|
|
@@ -1,16 +1,16 @@
|
|
|
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 { Stack } from "../Stack/index.js";
|
|
6
6
|
import { Tooltip } from "../Tooltip/index.js";
|
|
7
7
|
import { Text } from "../Text/index.js";
|
|
8
8
|
import { Badge } from "../Badge/index.js";
|
|
9
9
|
import { tabsBadge, tabsBadgeContainer, tabsButton, tabsTextSelected } from "./styles.css.js";
|
|
10
10
|
import { useTabsContext } from "./TabsContext.js";
|
|
11
|
-
import { cn } from "@ultraviolet/utils";
|
|
12
11
|
import { forwardRef, useMemo } from "react";
|
|
13
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { cn } from "@ultraviolet/utils";
|
|
14
14
|
|
|
15
15
|
//#region src/components/Tabs/Tab.tsx
|
|
16
16
|
const _excluded = [
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { Menu } from "../Menu/index.js";
|
|
6
6
|
import { tabsArrowIcon, tabsButton, tabsMenuWrapper } from "./styles.css.js";
|
|
7
|
-
import { cn } from "@ultraviolet/utils";
|
|
8
7
|
import { forwardRef } from "react";
|
|
9
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import { cn } from "@ultraviolet/utils";
|
|
10
10
|
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
11
11
|
|
|
12
12
|
//#region src/components/Tabs/TabMenu.tsx
|
|
@@ -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 { Menu } from "../Menu/index.js";
|
|
6
6
|
import { tabsTextSelected } from "./styles.css.js";
|
|
7
7
|
import { useTabsContext } from "./TabsContext.js";
|
|
@@ -49,6 +49,7 @@ export declare namespace Tabs {
|
|
|
49
49
|
'data-testid'?: string | undefined;
|
|
50
50
|
searchText?: string | undefined;
|
|
51
51
|
style?: import("react").CSSProperties | undefined;
|
|
52
|
+
rightComponent?: ReactNode;
|
|
52
53
|
} & import("react").RefAttributes<HTMLElement>) => import("react/jsx-runtime").JSX.Element;
|
|
53
54
|
}
|
|
54
55
|
//# sourceMappingURL=index.d.ts.map
|