@ultraviolet/ui 3.10.2 → 3.11.1
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/Avatar/styles.css.js +1 -0
- package/dist/components/Avatar/variables.css.js +0 -2
- 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 +19 -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/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 +0 -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/ProgressBar/index.js +1 -1
- package/dist/components/ProgressBar/styles.css.js +0 -1
- package/dist/components/ProgressBar/variables.css.js +2 -0
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/Radio/styles.css.js +0 -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 +2 -2
- 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 +72 -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 +123 -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
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
//#region src/components/compositions/Navigation/locales/en.ts
|
|
2
|
+
var en_default = {
|
|
3
|
+
"navigation.collapse.button": "Collapse sidebar",
|
|
4
|
+
"navigation.expand.button": "Expand sidebar",
|
|
5
|
+
"navigation.pin.limit": "You cannot pin more products",
|
|
6
|
+
"navigation.pin.tooltip": "Pin product",
|
|
7
|
+
"navigation.pinned.item.group.empty": "You have no pinned items.",
|
|
8
|
+
"navigation.pinned.item.group.label": "Pinned items",
|
|
9
|
+
"navigation.unpin.tooltip": "Unpin product"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
export { en_default as default };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const navigationStickyFooter: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
|
+
overflow: {
|
|
3
|
+
false: {
|
|
4
|
+
border: "none";
|
|
5
|
+
boxShadow: "none";
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
}>;
|
|
9
|
+
export declare const navigationHeader: string;
|
|
10
|
+
export declare const navigationLogoContainer: string;
|
|
11
|
+
export declare const navigation: string;
|
|
12
|
+
export declare const navigationContainer: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
13
|
+
animation: {
|
|
14
|
+
collapse: {
|
|
15
|
+
transition: "width 250ms ease-in-out";
|
|
16
|
+
width: "67px";
|
|
17
|
+
};
|
|
18
|
+
expand: {
|
|
19
|
+
transition: "width 250ms ease-in-out";
|
|
20
|
+
width: `var(--${string})`;
|
|
21
|
+
};
|
|
22
|
+
false: {};
|
|
23
|
+
};
|
|
24
|
+
expanded: {
|
|
25
|
+
false: {
|
|
26
|
+
width: "67px";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
}>;
|
|
30
|
+
export declare const navigationContentContainer: string;
|
|
31
|
+
export declare const navigationContentContainerCollapsed: string;
|
|
32
|
+
export declare const navigationContent: string;
|
|
33
|
+
export declare const navigationSlider: string;
|
|
34
|
+
//# sourceMappingURL=styles.css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/Navigation/styles.css.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,sBAAsB;;;;;;;EAsBjC,CAAA;AAEF,eAAO,MAAM,gBAAgB,QAE3B,CAAA;AAEF,eAAO,MAAM,uBAAuB,QAKlC,CAAA;AAEF,eAAO,MAAM,UAAU,QAKrB,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;EAkC9B,CAAA;AAEF,eAAO,MAAM,0BAA0B,QAKrC,CAAA;AAEF,eAAO,MAAM,mCAAmC,QAE9C,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAK5B,CAAA;AAEF,eAAO,MAAM,gBAAgB,QAe3B,CAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
|
+
|
|
5
|
+
//#region src/components/compositions/Navigation/styles.css.ts
|
|
6
|
+
var navigationStickyFooter = createRuntimeFn({
|
|
7
|
+
defaultClassName: "uv_1qka6ux0",
|
|
8
|
+
variantClassNames: { overflow: { false: "uv_1qka6ux1" } },
|
|
9
|
+
defaultVariants: { overflow: false },
|
|
10
|
+
compoundVariants: []
|
|
11
|
+
});
|
|
12
|
+
var navigationHeader = "uv_1qka6ux2";
|
|
13
|
+
var navigationLogoContainer = "uv_1qka6ux3";
|
|
14
|
+
var navigation = "uv_1qka6ux4";
|
|
15
|
+
var navigationContainer = createRuntimeFn({
|
|
16
|
+
defaultClassName: "uv_1qka6ux5",
|
|
17
|
+
variantClassNames: {
|
|
18
|
+
animation: {
|
|
19
|
+
collapse: "uv_1qka6ux6",
|
|
20
|
+
expand: "uv_1qka6ux7",
|
|
21
|
+
false: "uv_1qka6ux8"
|
|
22
|
+
},
|
|
23
|
+
expanded: { false: "uv_1qka6ux9" }
|
|
24
|
+
},
|
|
25
|
+
defaultVariants: {},
|
|
26
|
+
compoundVariants: [[{
|
|
27
|
+
animation: false,
|
|
28
|
+
expanded: true
|
|
29
|
+
}, "uv_1qka6uxa"]]
|
|
30
|
+
});
|
|
31
|
+
var navigationContentContainer = "uv_1qka6uxb";
|
|
32
|
+
var navigationContentContainerCollapsed = "uv_1qka6uxc";
|
|
33
|
+
var navigationContent = "uv_1qka6uxd";
|
|
34
|
+
var navigationSlider = "uv_1qka6uxe";
|
|
35
|
+
|
|
36
|
+
//#endregion
|
|
37
|
+
export { navigation, navigationContainer, navigationContent, navigationContentContainer, navigationContentContainerCollapsed, navigationHeader, navigationLogoContainer, navigationSlider, navigationStickyFooter };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
export type DragNDropData = {
|
|
3
|
+
index: number;
|
|
4
|
+
item: string;
|
|
5
|
+
};
|
|
6
|
+
export type PinUnPinType = {
|
|
7
|
+
/**
|
|
8
|
+
* The state of the item after the click
|
|
9
|
+
*/
|
|
10
|
+
state?: 'pin' | 'unpin';
|
|
11
|
+
/**
|
|
12
|
+
* The current item id that has been pinned on click
|
|
13
|
+
*/
|
|
14
|
+
id?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The total pinned items including the current one
|
|
17
|
+
*/
|
|
18
|
+
totalPinned?: string[];
|
|
19
|
+
};
|
|
20
|
+
export type NavigationProps = {
|
|
21
|
+
children: ReactNode;
|
|
22
|
+
/**
|
|
23
|
+
* The logo to be displayed in header of the navigation
|
|
24
|
+
* It can be a component or a function. The function will retrun you
|
|
25
|
+
* expanded state of the navigation so you can decide to show/hide
|
|
26
|
+
* some part of your logo
|
|
27
|
+
*/
|
|
28
|
+
logo?: ReactNode | ((expanded: boolean) => ReactNode);
|
|
29
|
+
/**
|
|
30
|
+
* This function is called when resize occur using the vertical bar on the left of the navigation.
|
|
31
|
+
*/
|
|
32
|
+
onWidthResize?: (width: number) => void;
|
|
33
|
+
id?: string;
|
|
34
|
+
className?: string;
|
|
35
|
+
/**
|
|
36
|
+
* This function will be called when the user toggle the expand/collapse button or with the slider.
|
|
37
|
+
*/
|
|
38
|
+
onToggleExpand?: (expanded: boolean) => void;
|
|
39
|
+
'data-testid'?: string;
|
|
40
|
+
style?: CSSProperties;
|
|
41
|
+
};
|
|
42
|
+
export type ItemType = 'default' | 'pinned' | 'pinnedGroup';
|
|
43
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/Navigation/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAErD,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,OAAO,CAAA;IACvB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,SAAS,CAAA;IACnB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,QAAQ,EAAE,OAAO,KAAK,SAAS,CAAC,CAAA;IACrD;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAA;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variables.css.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/Navigation/variables.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,oBAAc,CAAA"}
|
|
@@ -5,8 +5,8 @@ import { List } from "../../../List/index.js";
|
|
|
5
5
|
import { useOfferListContext } from "../OfferListProvider.js";
|
|
6
6
|
import { offerListCell, offerListCellNoRadius, offerListLoadingCell, offerListSelectedCell } from "../styles.css.js";
|
|
7
7
|
import { useOfferListRowContext } from "./OfferListRowProvider.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
|
+
import { cn } from "@ultraviolet/utils";
|
|
10
10
|
|
|
11
11
|
//#region src/components/compositions/OfferList/components/Cell.tsx
|
|
12
12
|
const Cell = ({ children, className, "data-testid": dataTestId, colSpan, style }) => {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../../../../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { Tooltip } from "../../../Tooltip/index.js";
|
|
4
|
-
import {
|
|
4
|
+
import { Badge } from "../../../Badge/index.js";
|
|
5
5
|
import { Button } from "../../../Button/index.js";
|
|
6
|
+
import { Checkbox } from "../../../Checkbox/index.js";
|
|
6
7
|
import { List } from "../../../List/index.js";
|
|
7
8
|
import { useOfferListContext } from "../OfferListProvider.js";
|
|
8
9
|
import { expandablePadding, offerListBadge, offerListCellNoRadius, offerListNoPaddingCell, offerListRowBanner, offerListRowExpandable, offerListRowSelectableContainer, offerListRowSelected, offerListRowSelectedExpandable, offerListRowSelectedNotExpandable, offerListSelectedCell } from "../styles.css.js";
|
|
9
10
|
import { OfferListRowContext } from "./OfferListRowProvider.js";
|
|
10
|
-
import { Badge } from "../../../Badge/index.js";
|
|
11
11
|
import { Radio } from "../../../Radio/index.js";
|
|
12
12
|
import { Banner } from "./Banner.js";
|
|
13
|
-
import { cn } from "@ultraviolet/utils";
|
|
14
13
|
import { Children, useCallback, useMemo, useState } from "react";
|
|
14
|
+
import { theme } from "@ultraviolet/themes";
|
|
15
15
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
16
16
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
17
|
-
import {
|
|
17
|
+
import { cn } from "@ultraviolet/utils";
|
|
18
18
|
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
19
19
|
import { ArrowUpIcon } from "@ultraviolet/icons/ArrowUpIcon";
|
|
20
20
|
|
|
@@ -5,9 +5,9 @@ import { OfferListProvider } from "./OfferListProvider.js";
|
|
|
5
5
|
import { offerList } from "./styles.css.js";
|
|
6
6
|
import { Cell } from "./components/Cell.js";
|
|
7
7
|
import { Row } from "./components/Row.js";
|
|
8
|
-
import { cn } from "@ultraviolet/utils";
|
|
9
8
|
import { useEffect, useState } from "react";
|
|
10
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
|
+
import { cn } from "@ultraviolet/utils";
|
|
11
11
|
|
|
12
12
|
//#region src/components/compositions/OfferList/index.tsx
|
|
13
13
|
const OfferList = ({ expandable, type = "radio", columns, children, loading, autoCollapse, selected, onChangeSelect, className, style, "data-testid": dataTestId }) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __name } from "../../../../_virtual/_rolldown/runtime.js";
|
|
2
|
-
import { firstSelectInput, secondSelectInput } from "../styles.css.js";
|
|
3
2
|
import { SelectInput } from "../../../SelectInput/index.js";
|
|
3
|
+
import { firstSelectInput, secondSelectInput } from "../styles.css.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/compositions/OptionSelector/components/Selector.tsx
|
|
@@ -7,9 +7,9 @@ import { IconWithContent } from "./components/IconWithContent.js";
|
|
|
7
7
|
import { RevealOnHover } from "./components/RevealOnHover.js";
|
|
8
8
|
import { Selector } from "./components/Selector.js";
|
|
9
9
|
import { SelectorHelper } from "./components/SelectorLabel.js";
|
|
10
|
-
import { cn } from "@ultraviolet/utils";
|
|
11
10
|
import { useMemo } from "react";
|
|
12
11
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
import { cn } from "@ultraviolet/utils";
|
|
13
13
|
|
|
14
14
|
//#region src/components/compositions/OptionSelector/index.tsx
|
|
15
15
|
const makeSelectInputOptions = (options) => options.map((option) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { __name } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
2
|
import { Stack } from "../../Stack/index.js";
|
|
3
3
|
import { Text } from "../../Text/index.js";
|
|
4
|
+
import { NumberInput } from "../../NumberInput/index.js";
|
|
4
5
|
import { OrderSummaryContext } from "./Provider.js";
|
|
5
6
|
import { DisplayPrice, calculateSubCategoryPrice, formatNumber } from "./helpers.js";
|
|
6
7
|
import { orderSummaryAnchor, orderSummaryAnchorIcon, orderSummaryCategory, orderSummaryDetails, orderSummaryNumberInput, orderSummaryScrollableContainer } from "./styles.css.js";
|
|
7
|
-
import { NumberInput } from "../../NumberInput/index.js";
|
|
8
8
|
import { useContext } from "react";
|
|
9
9
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
import { AttachIcon } from "@ultraviolet/icons/AttachIcon";
|
|
@@ -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 { multiplier } from "./constants.js";
|
|
4
4
|
import { OrderSummaryContext } from "./Provider.js";
|
|
5
5
|
import { useContext } from "react";
|
|
@@ -9,9 +9,9 @@ import { computeCategoriesPrice, computeTotalPrice } from "./helpers.js";
|
|
|
9
9
|
import { orderSummaryContainer, orderSummaryHeaderContainer, orderSummaryStackBackground } from "./styles.css.js";
|
|
10
10
|
import { NonScrollableContent } from "./NonScrollableContent.js";
|
|
11
11
|
import { ScrollableContent } from "./ScrollableContent.js";
|
|
12
|
-
import { cn } from "@ultraviolet/utils";
|
|
13
12
|
import { useEffect, useMemo, useState } from "react";
|
|
14
13
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
14
|
+
import { cn } from "@ultraviolet/utils";
|
|
15
15
|
|
|
16
16
|
//#region src/components/compositions/OrderSummary/index.tsx
|
|
17
17
|
const OrderSummary = ({ header, hideTimeUnit = false, periodOptions = Units, valueUnitInput = 1, unitUnitInput = "hours", items, locales = en_default, currency = "EUR", localeFormat = "en-US", footer, children, discount = 0, totalPriceInfo, fractionDigits, hideDetails = false, onChange, onChangeUnitInput, totalPriceDescription, additionalInfo, className, totalPriceInfoPlacement = "left", hideBeforePrice = false, "data-testid": dataTestId, style, priceInformation }) => {
|
|
@@ -2,9 +2,9 @@ import { __name } from "../../../_virtual/_rolldown/runtime.js";
|
|
|
2
2
|
import { Stack } from "../../Stack/index.js";
|
|
3
3
|
import { Text } from "../../Text/index.js";
|
|
4
4
|
import { Badge } from "../../Badge/index.js";
|
|
5
|
+
import { Separator } from "../../Separator/index.js";
|
|
5
6
|
import { plansCurrentWrapper, plansDescription, plansFullSizeSeparator, plansHeaderFullHeight, plansHeaderInput } from "./styles.css.js";
|
|
6
7
|
import locales from "./locales/en.js";
|
|
7
|
-
import { Separator } from "../../Separator/index.js";
|
|
8
8
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/compositions/Plans/PlanHeader.tsx
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
export { CodeEditor } from './CodeEditor';
|
|
2
|
+
export { ContentCard } from './ContentCard';
|
|
3
|
+
export { ContentCardGroup } from './ContentCardGroup';
|
|
4
|
+
export { Conversation } from './Conversation';
|
|
5
|
+
export { CustomerSatisfaction } from './CustomerSatisfaction';
|
|
6
|
+
export { EstimateCost, estimateCostDefaultLocales } from './EstimateCost';
|
|
7
|
+
export { FAQ } from './FAQ';
|
|
8
|
+
export { InfoTable } from './InfoTable';
|
|
9
|
+
export { Navigation, NavigationProvider, useNavigation } from './Navigation';
|
|
1
10
|
export { OfferList } from './OfferList';
|
|
2
11
|
export { OptionSelector } from './OptionSelector';
|
|
3
12
|
export { OrderSummary } from './OrderSummary';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/compositions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/compositions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,YAAY,EAAE,0BAA0B,EAAE,MAAM,gBAAgB,CAAA;AACzE,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAC5E,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -1,7 +1,18 @@
|
|
|
1
|
+
import { NavigationProvider, useNavigation } from "./Navigation/NavigationProvider.js";
|
|
2
|
+
import { Navigation } from "./Navigation/index.js";
|
|
3
|
+
import en_default from "./EstimateCost/locales/en.js";
|
|
4
|
+
import { EstimateCost } from "./EstimateCost/index.js";
|
|
5
|
+
import { CodeEditor } from "./CodeEditor/index.js";
|
|
6
|
+
import { ContentCard } from "./ContentCard/index.js";
|
|
7
|
+
import { ContentCardGroup } from "./ContentCardGroup/index.js";
|
|
8
|
+
import { Conversation } from "./Conversation/index.js";
|
|
9
|
+
import { CustomerSatisfaction } from "./CustomerSatisfaction/index.js";
|
|
10
|
+
import { FAQ } from "./FAQ/index.js";
|
|
11
|
+
import { InfoTable } from "./InfoTable/index.js";
|
|
1
12
|
import { OfferList } from "./OfferList/index.js";
|
|
2
13
|
import { OptionSelector } from "./OptionSelector/index.js";
|
|
3
14
|
import { OrderSummary } from "./OrderSummary/index.js";
|
|
4
15
|
import { Plans } from "./Plans/index.js";
|
|
5
16
|
import { SteppedListCard } from "./SteppedListCard/index.js";
|
|
6
17
|
|
|
7
|
-
export { OfferList, OptionSelector, OrderSummary, Plans, SteppedListCard };
|
|
18
|
+
export { CodeEditor, ContentCard, ContentCardGroup, Conversation, CustomerSatisfaction, EstimateCost, FAQ, InfoTable, Navigation, NavigationProvider, OfferList, OptionSelector, OrderSummary, Plans, SteppedListCard, en_default as estimateCostDefaultLocales, useNavigation };
|
package/dist/index.js
CHANGED
|
@@ -2,28 +2,33 @@ import { Stack } from "./components/Stack/index.js";
|
|
|
2
2
|
import { Popup } from "./components/Popup/index.js";
|
|
3
3
|
import { Tooltip } from "./components/Tooltip/index.js";
|
|
4
4
|
import { Text } from "./components/Text/index.js";
|
|
5
|
-
import {
|
|
5
|
+
import { Expandable } from "./components/Expandable/index.js";
|
|
6
|
+
import { Badge } from "./components/Badge/index.js";
|
|
6
7
|
import { Loader } from "./components/Loader/index.js";
|
|
7
8
|
import { Button } from "./components/Button/index.js";
|
|
8
|
-
import { ActionBar } from "./components/ActionBar/index.js";
|
|
9
|
-
import { Skeleton } from "./components/Skeleton/index.js";
|
|
10
|
-
import { List } from "./components/List/index.js";
|
|
11
|
-
import { Badge } from "./components/Badge/index.js";
|
|
12
|
-
import { Radio } from "./components/Radio/index.js";
|
|
13
9
|
import { Label } from "./components/Label/index.js";
|
|
14
10
|
import { TextInput } from "./components/TextInput/index.js";
|
|
11
|
+
import { Key } from "./components/Key/index.js";
|
|
12
|
+
import { SearchInput } from "./components/SearchInput/index.js";
|
|
13
|
+
import { Menu } from "./components/Menu/index.js";
|
|
14
|
+
import { Separator } from "./components/Separator/index.js";
|
|
15
|
+
import { Row } from "./components/Row/index.js";
|
|
16
|
+
import { NumberInput } from "./components/NumberInput/index.js";
|
|
17
|
+
import { Alert } from "./components/Alert/index.js";
|
|
18
|
+
import { Checkbox } from "./components/Checkbox/index.js";
|
|
19
|
+
import { Skeleton } from "./components/Skeleton/index.js";
|
|
15
20
|
import { Tag } from "./components/Tag/index.js";
|
|
16
21
|
import { SelectInput } from "./components/SelectInput/index.js";
|
|
17
|
-
import { Row } from "./components/Row/index.js";
|
|
18
22
|
import { UnitInput } from "./components/UnitInput/index.js";
|
|
19
|
-
import {
|
|
20
|
-
import { Popover } from "./components/Popover/index.js";
|
|
21
|
-
import { Separator } from "./components/Separator/index.js";
|
|
22
|
-
import { Card } from "./components/Card/index.js";
|
|
23
|
+
import { CopyButton } from "./components/CopyButton/index.js";
|
|
23
24
|
import { Bullet } from "./components/Bullet/index.js";
|
|
25
|
+
import { Card } from "./components/Card/index.js";
|
|
26
|
+
import { ActionBar } from "./components/ActionBar/index.js";
|
|
27
|
+
import { List } from "./components/List/index.js";
|
|
28
|
+
import { Radio } from "./components/Radio/index.js";
|
|
29
|
+
import { Popover } from "./components/Popover/index.js";
|
|
24
30
|
import { StepList } from "./components/StepList/index.js";
|
|
25
31
|
/* empty css */
|
|
26
|
-
import { Alert } from "./components/Alert/index.js";
|
|
27
32
|
import { Avatar } from "./components/Avatar/index.js";
|
|
28
33
|
import { Link } from "./components/Link/index.js";
|
|
29
34
|
import { Banner } from "./components/Banner/index.js";
|
|
@@ -33,21 +38,16 @@ import { Breadcrumbs } from "./components/Breadcrumbs/index.js";
|
|
|
33
38
|
import { Carousel } from "./components/Carousel/index.js";
|
|
34
39
|
import { CheckboxGroup, CheckboxGroupCheckbox } from "./components/CheckboxGroup/index.js";
|
|
35
40
|
import { Chip } from "./components/Chip/index.js";
|
|
36
|
-
import { CopyButton } from "./components/CopyButton/index.js";
|
|
37
41
|
import { DateInput } from "./components/DateInput/index.js";
|
|
38
42
|
import { Modal } from "./components/Modal/index.js";
|
|
39
43
|
import { Dialog } from "./components/Dialog/index.js";
|
|
40
44
|
import { Drawer } from "./components/Drawer/index.js";
|
|
41
45
|
import { EmptyState } from "./components/EmptyState/index.js";
|
|
42
|
-
import { Expandable } from "./components/Expandable/index.js";
|
|
43
46
|
import { ExpandableCard } from "./components/ExpandableCard/index.js";
|
|
44
47
|
import { FileInput } from "./components/FileInput/index.js";
|
|
45
48
|
import { GlobalAlert } from "./components/GlobalAlert/index.js";
|
|
46
49
|
import { InfiniteScroll } from "./components/InfiniteScroll/index.js";
|
|
47
|
-
import { Key } from "./components/Key/index.js";
|
|
48
50
|
import { LineChart } from "./components/LineChart/index.js";
|
|
49
|
-
import { SearchInput } from "./components/SearchInput/index.js";
|
|
50
|
-
import { Menu } from "./components/Menu/index.js";
|
|
51
51
|
import { Meter } from "./components/Meter/index.js";
|
|
52
52
|
import { Notice } from "./components/Notice/index.js";
|
|
53
53
|
import { notification } from "./components/Notification/Notification.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __name } from "../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { createContext, useContext, useLayoutEffect } from "react";
|
|
4
|
+
import { consoleLightTheme, theme } from "@ultraviolet/themes";
|
|
4
5
|
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
5
6
|
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
import { consoleLightTheme, theme } from "@ultraviolet/themes";
|
|
7
7
|
import { iconStyles } from "@ultraviolet/icons/iconStyles";
|
|
8
8
|
|
|
9
9
|
//#region src/theme/ThemeProvider.tsx
|