@ultraviolet/ui 3.20.2 → 3.21.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/README.md +3 -3
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/asyncToGenerator.js +2 -2
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/defineProperty.js +3 -3
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/extends.js +2 -2
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectDestructuringEmpty.js +2 -2
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectSpread2.js +3 -3
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutProperties.js +3 -3
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutPropertiesLoose.js +2 -2
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/toPrimitive.js +3 -3
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/toPropertyKey.js +4 -4
- package/dist/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/typeof.js +2 -2
- package/dist/_virtual/_rolldown/runtime.js +8 -1
- package/dist/components/ActionBar/index.js +1 -1
- package/dist/components/Avatar/index.js +2 -2
- package/dist/components/Banner/index.js +1 -1
- package/dist/components/BarChart/index.js +1 -1
- package/dist/components/Breadcrumbs/components/Item.js +2 -2
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +3 -1
- package/dist/components/Carousel/Item.js +1 -1
- package/dist/components/CheckboxGroup/SingleCheckbox.js +1 -1
- package/dist/components/CheckboxGroup/index.js +2 -2
- package/dist/components/Chip/ChipIcon.js +1 -1
- package/dist/components/Chip/index.js +1 -1
- package/dist/components/DateInput/components/CalendarContent.js +1 -1
- package/dist/components/DateInput/components/CalendarDaily.js +1 -1
- package/dist/components/DateInput/components/CalendarMonthly.js +1 -1
- package/dist/components/DateInput/components/Popup.js +1 -1
- package/dist/components/DateInput/helpers.js +5 -3
- package/dist/components/DateInput/helpersLocale.js +2 -1
- package/dist/components/DateInput/index.js +3 -2
- package/dist/components/Dialog/index.d.ts +1 -0
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +2 -2
- package/dist/components/Drawer/index.js +2 -2
- package/dist/components/EmptyState/index.js +1 -1
- package/dist/components/Expandable/AnimatedExpandable.js +1 -1
- package/dist/components/Expandable/NonAnimatedExpandable.js +1 -1
- package/dist/components/ExpandableCard/index.js +1 -1
- package/dist/components/FileInput/components/Button.js +3 -4
- package/dist/components/FileInput/components/List.js +3 -2
- package/dist/components/FileInput/helpers.js +3 -2
- package/dist/components/FileInput/index.js +5 -4
- package/dist/components/GlobalAlert/index.js +1 -1
- package/dist/components/InfiniteScroll/index.js +1 -1
- package/dist/components/Key/styles.css.d.ts.map +1 -1
- package/dist/components/LineChart/CustomLegend.js +1 -1
- package/dist/components/LineChart/index.js +1 -1
- package/dist/components/List/Cell.js +2 -2
- package/dist/components/List/ExpandButtonCell.js +1 -1
- package/dist/components/List/HeaderRow.js +1 -1
- package/dist/components/List/ListContext.js +3 -3
- package/dist/components/List/Row.js +1 -1
- package/dist/components/List/SelectRowCell.js +1 -1
- package/dist/components/List/SkeletonRows.js +1 -1
- package/dist/components/List/TableContainer.js +1 -1
- package/dist/components/List/index.js +1 -1
- package/dist/components/Loader/index.js +1 -1
- package/dist/components/Menu/MenuContent.js +2 -1
- package/dist/components/Menu/index.js +2 -2
- package/dist/components/Modal/components/Dialog.js +3 -2
- package/dist/components/Notification/Notification.js +1 -1
- package/dist/components/Notification/index.js +5 -2
- package/dist/components/NumberInput/components/Controls.d.ts +1 -1
- package/dist/components/NumberInput/components/Controls.d.ts.map +1 -1
- package/dist/components/NumberInput/components/Controls.js +6 -10
- package/dist/components/NumberInput/index.d.ts.map +1 -1
- package/dist/components/NumberInput/index.js +31 -9
- package/dist/components/PieChart/index.js +2 -2
- package/dist/components/Popup/index.js +1 -1
- package/dist/components/RadioGroup/SingleRadio.js +1 -1
- package/dist/components/RadioGroup/index.js +1 -1
- package/dist/components/Row/index.d.ts +1 -1
- package/dist/components/Row/index.d.ts.map +1 -1
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Row/styles.css.js +1 -1
- package/dist/components/SelectInput/SelectInputProvider.d.ts +1 -0
- package/dist/components/SelectInput/SelectInputProvider.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInputProvider.js +4 -5
- package/dist/components/SelectInput/components/Dropdown/Content.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/Content.js +3 -3
- package/dist/components/SelectInput/components/Dropdown/Dropdown.js +1 -1
- package/dist/components/SelectInput/components/Dropdown/Group.d.ts +1 -1
- package/dist/components/SelectInput/components/Dropdown/Group.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/Group.js +4 -3
- package/dist/components/SelectInput/components/Dropdown/SearchBar.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/SearchBar.js +14 -7
- package/dist/components/SelectInput/components/Dropdown/SelectAll.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/SelectAll.js +14 -20
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.d.ts +2 -1
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.js +4 -4
- package/dist/components/SelectInput/reducerFunctions.d.ts +3 -8
- package/dist/components/SelectInput/reducerFunctions.d.ts.map +1 -1
- package/dist/components/SelectInput/reducerFunctions.js +4 -14
- package/dist/components/SelectInput/styles.css.d.ts +2 -1
- package/dist/components/SelectInput/styles.css.d.ts.map +1 -1
- package/dist/components/SelectInput/styles.css.js +16 -15
- package/dist/components/SelectInput/types.d.ts +0 -1
- package/dist/components/SelectInput/types.d.ts.map +1 -1
- package/dist/components/SelectableCard/MultiStateInput.js +2 -2
- package/dist/components/SelectableCard/SelectableCard.js +1 -1
- package/dist/components/SelectableCard/index.js +1 -1
- package/dist/components/SelectableCardGroup/index.js +1 -1
- package/dist/components/SelectableCardOptionGroup/SelectableCardOptionGroup.js +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Option.js +2 -2
- package/dist/components/SelectableCardOptionGroup/index.js +4 -2
- package/dist/components/Skeleton/index.js +2 -1
- package/dist/components/Slider/components/DoubleSlider.js +1 -1
- package/dist/components/Slider/components/Options.js +1 -1
- package/dist/components/Slider/components/SingleSlider.js +2 -2
- package/dist/components/Snippet/index.d.ts.map +1 -1
- package/dist/components/Snippet/index.js +2 -3
- package/dist/components/Stack/index.d.ts +1 -1
- package/dist/components/Stack/index.d.ts.map +1 -1
- package/dist/components/Stack/index.js +3 -4
- package/dist/components/Stack/styles.css.js +1 -1
- package/dist/components/StepList/Item.js +1 -1
- package/dist/components/Stepper/Bullet.js +1 -1
- package/dist/components/Stepper/Step.js +1 -1
- package/dist/components/Stepper/index.js +2 -2
- package/dist/components/SwitchButton/FocusOverlay.js +1 -1
- package/dist/components/SwitchButton/index.js +3 -2
- package/dist/components/Table/Cell.js +2 -2
- package/dist/components/Table/Row.js +1 -1
- package/dist/components/Table/TableContainer.js +1 -1
- package/dist/components/Table/TableContext.js +4 -7
- package/dist/components/Table/index.js +2 -2
- package/dist/components/Tabs/Tab.js +4 -5
- package/dist/components/Tabs/TabMenu.js +3 -4
- package/dist/components/Tabs/TabMenuItem.js +4 -5
- package/dist/components/Tabs/index.js +4 -5
- package/dist/components/Tabs/styles.css.d.ts.map +1 -1
- package/dist/components/TagInput/index.js +2 -2
- package/dist/components/TagList/index.js +2 -2
- package/dist/components/Text/constants.d.ts +2 -0
- package/dist/components/Text/constants.d.ts.map +1 -1
- package/dist/components/Text/index.js +1 -1
- package/dist/components/Text/style.css.d.ts.map +1 -1
- package/dist/components/TextArea/index.d.ts +1 -1
- package/dist/components/TextArea/index.d.ts.map +1 -1
- package/dist/components/TextArea/index.js +24 -31
- package/dist/components/TextArea/styles.css.d.ts +0 -3
- package/dist/components/TextArea/styles.css.d.ts.map +1 -1
- package/dist/components/TimeInput/index.js +2 -2
- package/dist/components/Toaster/Toaster.js +1 -1
- package/dist/components/Toaster/components/Button.js +3 -4
- package/dist/components/Toaster/components/Link.js +3 -3
- package/dist/components/Toaster/index.js +3 -1
- package/dist/components/ToggleGroup/index.js +1 -1
- package/dist/components/TreeMapChart/index.js +2 -2
- package/dist/components/UnitInput/index.js +1 -1
- package/dist/components/VerificationCode/index.js +4 -2
- package/dist/components/index.js +16 -16
- package/dist/components/styles.js +91 -91
- package/dist/composition.js +30 -30
- package/dist/compositions/EstimateCost/Components/Item.js +1 -1
- package/dist/compositions/EstimateCost/Components/LineThrough.js +3 -4
- package/dist/compositions/EstimateCost/Components/Unit.js +1 -1
- package/dist/compositions/EstimateCost/EstimateCostProvider.js +1 -1
- package/dist/compositions/EstimateCost/Image.js +1 -1
- package/dist/compositions/EstimateCost/styles.css.js +0 -2
- package/dist/compositions/FAQ/index.js +1 -1
- package/dist/compositions/Filters/filterTypes/FilterDateRange.d.ts +9 -0
- package/dist/compositions/Filters/filterTypes/FilterDateRange.d.ts.map +1 -0
- package/dist/compositions/Filters/filterTypes/FilterDateRange.js +36 -0
- package/dist/compositions/Filters/filterTypes/FilterMultiSelect.d.ts.map +1 -1
- package/dist/compositions/Filters/filterTypes/FilterMultiSelect.js +2 -1
- package/dist/compositions/Filters/filterTypes/FilterSelect.d.ts +1 -1
- package/dist/compositions/Filters/filterTypes/FilterSelect.d.ts.map +1 -1
- package/dist/compositions/Filters/filterTypes/FilterSelect.js +3 -2
- package/dist/compositions/Filters/filterTypes/FilterSlider.js +1 -1
- package/dist/compositions/Filters/index.d.ts +1 -1
- package/dist/compositions/Filters/index.d.ts.map +1 -1
- package/dist/compositions/Filters/parts/AbstractFilter.d.ts.map +1 -1
- package/dist/compositions/Filters/parts/AbstractFilter.js +7 -3
- package/dist/compositions/Filters/parts/FiltersDrawer.d.ts.map +1 -1
- package/dist/compositions/Filters/parts/FiltersDrawer.js +2 -4
- package/dist/compositions/Filters/parts/reducer.js +9 -3
- package/dist/compositions/Filters/parts/useFilters.js +1 -1
- package/dist/compositions/Filters/types.d.ts +24 -1
- package/dist/compositions/Filters/types.d.ts.map +1 -1
- package/dist/compositions/InfoTable/components/Row.js +1 -1
- package/dist/compositions/InfoTable/styles.css.js +83 -83
- package/dist/compositions/Navigation/NavigationProvider.d.ts.map +1 -1
- package/dist/compositions/Navigation/NavigationProvider.js +2 -2
- package/dist/compositions/Navigation/styles.css.js +0 -2
- package/dist/compositions/OfferList/components/SelectableCell.js +1 -1
- package/dist/compositions/OptionSelector/styles.css.js +83 -97
- package/dist/compositions/OrderSummary/NonScrollableContent.d.ts.map +1 -1
- package/dist/compositions/OrderSummary/NonScrollableContent.js +5 -0
- package/dist/compositions/OrderSummary/components/Category.d.ts.map +1 -1
- package/dist/compositions/OrderSummary/components/Category.js +8 -0
- package/dist/compositions/OrderSummary/components/SubCategory.js +4 -0
- package/dist/compositions/OrderSummary/components/SubCategoryPrice.d.ts.map +1 -1
- package/dist/compositions/OrderSummary/components/SubCategoryPrice.js +5 -0
- package/dist/compositions/OrderSummary/helpers.js +2 -2
- package/dist/compositions/OrderSummary/styles.css.d.ts +1 -0
- package/dist/compositions/OrderSummary/styles.css.d.ts.map +1 -1
- package/dist/compositions/OrderSummary/styles.css.js +2 -1
- package/dist/compositions/Plans/PlanHeader.d.ts +2 -2
- package/dist/compositions/Plans/PlanHeader.d.ts.map +1 -1
- package/dist/compositions/Plans/PlanHeader.js +2 -4
- package/dist/compositions/Plans/index.js +2 -1
- package/dist/compositions/RichTextInput/editorCore.js +1 -1
- package/dist/compositions/RichTextInput/index.js +1 -1
- package/dist/compositions/index.js +1 -1
- package/dist/compositions/styles.js +1 -1
- package/dist/helpers/treeMap.js +1 -1
- package/dist/index.js +71 -71
- package/dist/theme/ThemeProvider.d.ts +11 -0
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.js +2 -7
- package/dist/theme/index.d.ts +27 -2
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.js +2 -1
- package/dist/ui.css +1 -1
- package/dist/utils/index.js +5 -1
- package/dist/utils/normalize.d.ts.map +1 -1
- package/dist/utils/normalize.js +0 -1
- package/dist/utils/responsive/index.js +11 -0
- package/dist/utils/responsive/utilities.js +1 -1
- package/package.json +13 -13
- package/dist/components/Avatar/variables.css.ts.vanilla.js +0 -8
- package/dist/components/List/variables.css.ts.vanilla.js +0 -8
- package/dist/components/Popup/variables.css.ts.vanilla.js +0 -8
- package/dist/components/ProgressBar/variables.css.ts.vanilla.js +0 -8
- package/dist/components/SelectableCard/variables.css.ts.vanilla.js +0 -8
- package/dist/components/Table/variables.css.ts.vanilla.js +0 -8
- package/dist/components/Text/variables.css.ts.vanilla.js +0 -8
- package/dist/compositions/Navigation/variables.css.ts.vanilla.js +0 -8
- package/dist/themes/dist/vanilla/themes.css.js.vanilla.js +0 -8
|
@@ -33,61 +33,54 @@ import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$23 } from "../
|
|
|
33
33
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$24 } from "../../components/List/styles.css.ts.vanilla.js";
|
|
34
34
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$25 } from "../../components/SelectableCard/styles.css.ts.vanilla.js";
|
|
35
35
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$26 } from "../../components/Checkbox/styles.css.ts.vanilla.js";
|
|
36
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$27 } from "../../components/
|
|
37
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$28 } from "../../components/
|
|
38
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$29 } from "../../components/
|
|
39
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$30 } from "../../components/
|
|
40
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$31 } from "../../components/
|
|
41
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$32 } from "../../components/
|
|
42
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$33 } from "../../components/
|
|
43
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$34 } from "../../components/
|
|
44
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$35 } from "../../components/
|
|
45
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$36 } from "../../components/
|
|
46
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$37 } from "../../components/
|
|
47
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$38 } from "../../components/
|
|
48
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$39 } from "../../components/
|
|
49
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$40 } from "../../components/
|
|
50
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$41 } from "../../components/
|
|
51
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$42 } from "../../components/
|
|
52
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$43 } from "../../components/
|
|
53
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$44 } from "../../components/
|
|
54
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$45 } from "../../components/
|
|
55
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$46 } from "../../components/
|
|
56
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$47 } from "../../components/
|
|
57
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$48 } from "../../components/
|
|
58
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$49 } from "../../components/
|
|
59
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$50 } from "../../components/
|
|
60
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$51 } from "../../components/
|
|
61
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$52 } from "../../components/
|
|
62
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$53 } from "../../components/
|
|
63
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$54 } from "../../components/
|
|
64
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$55 } from "../../components/
|
|
65
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$56 } from "../../components/
|
|
66
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$57 } from "../../components/
|
|
67
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$58 } from "../../components/
|
|
68
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$59 } from "../../components/
|
|
69
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$60 } from "../../components/
|
|
70
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$61 } from "../../components/
|
|
71
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$62 } from "../../components/
|
|
72
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$63 } from "../../components/
|
|
73
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$64 } from "../../components/
|
|
74
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$65 } from "../../components/
|
|
75
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$66 } from "../../components/
|
|
76
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$67 } from "../../components/
|
|
77
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$68 } from "../../components/
|
|
78
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$69 } from "../../components/
|
|
79
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$70 } from "../../components/
|
|
80
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$71 } from "../../components/
|
|
36
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$27 } from "../../components/ActionBar/styles.css.ts.vanilla.js";
|
|
37
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$28 } from "../../components/Avatar/styles.css.ts.vanilla.js";
|
|
38
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$29 } from "../../components/Banner/styles.css.ts.vanilla.js";
|
|
39
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$30 } from "../../components/BarChart/styles.css.ts.vanilla.js";
|
|
40
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$31 } from "../../components/BarStack/styles.css.ts.vanilla.js";
|
|
41
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$32 } from "../../components/Breadcrumbs/components/styles.css.ts.vanilla.js";
|
|
42
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$33 } from "../../components/Breadcrumbs/styles.css.ts.vanilla.js";
|
|
43
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$34 } from "../../components/Bullet/styles.css.ts.vanilla.js";
|
|
44
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$35 } from "../../components/Card/styles.css.ts.vanilla.js";
|
|
45
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$36 } from "../../components/Carousel/styles.css.ts.vanilla.js";
|
|
46
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$37 } from "../../components/Chip/styles.css.ts.vanilla.js";
|
|
47
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$38 } from "../../components/DateInput/components/styles.css.ts.vanilla.js";
|
|
48
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$39 } from "../../components/DateInput/styles.css.ts.vanilla.js";
|
|
49
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$40 } from "../../components/Dialog/styles.css.ts.vanilla.js";
|
|
50
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$41 } from "../../components/EmptyState/styles.css.ts.vanilla.js";
|
|
51
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$42 } from "../../components/ExpandableCard/styles.css.ts.vanilla.js";
|
|
52
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$43 } from "../../components/FileInput/styles.css.ts.vanilla.js";
|
|
53
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$44 } from "../../components/GlobalAlert/styles.css.ts.vanilla.js";
|
|
54
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$45 } from "../../components/LineChart/styles.css.ts.vanilla.js";
|
|
55
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$46 } from "../../components/Link/styles.css.ts.vanilla.js";
|
|
56
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$47 } from "../../components/Meter/styles.css.ts.vanilla.js";
|
|
57
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$48 } from "../../components/Modal/styles.css.ts.vanilla.js";
|
|
58
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$49 } from "../../components/Notice/styles.css.ts.vanilla.js";
|
|
59
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$50 } from "../../components/Notification/styles.css.ts.vanilla.js";
|
|
60
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$51 } from "../../components/Pagination/styles.css.ts.vanilla.js";
|
|
61
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$52 } from "../../components/PasswordCheck/styles.css.ts.vanilla.js";
|
|
62
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$53 } from "../../components/PieChart/styles.css.ts.vanilla.js";
|
|
63
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$54 } from "../../components/Popover/styles.css.ts.vanilla.js";
|
|
64
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$55 } from "../../components/ProgressBar/styles.css.ts.vanilla.js";
|
|
65
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$56 } from "../../components/SwitchButton/styles.css.ts.vanilla.js";
|
|
66
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$57 } from "../../components/Radio/styles.css.ts.vanilla.js";
|
|
67
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$58 } from "../../components/RadioGroup/styles.css.ts.vanilla.js";
|
|
68
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$59 } from "../../components/SelectableCardGroup/styles.css.ts.vanilla.js";
|
|
69
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$60 } from "../../components/Slider/styles.css.ts.vanilla.js";
|
|
70
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$61 } from "../../components/Snippet/styles.css.ts.vanilla.js";
|
|
71
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$62 } from "../../components/Status/styles.css.ts.vanilla.js";
|
|
72
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$63 } from "../../components/StepList/styles.css.ts.vanilla.js";
|
|
73
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$64 } from "../../components/Stepper/styles.css.ts.vanilla.js";
|
|
74
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$65 } from "../../components/Table/styles.css.ts.vanilla.js";
|
|
75
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$66 } from "../../components/Tabs/styles.css.ts.vanilla.js";
|
|
76
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$67 } from "../../components/TagInput/styles.css.ts.vanilla.js";
|
|
77
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$68 } from "../../components/TextArea/styles.css.ts.vanilla.js";
|
|
78
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$69 } from "../../components/TimeInput/styles.css.ts.vanilla.js";
|
|
79
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$70 } from "../../components/Toaster/styles.css.ts.vanilla.js";
|
|
80
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$71 } from "../../components/Toggle/styles.css.ts.vanilla.js";
|
|
81
81
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$72 } from "../../components/ToggleGroup/styles.css.ts.vanilla.js";
|
|
82
82
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$73 } from "../../components/TreeMapChart/styles.css.ts.vanilla.js";
|
|
83
83
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$74 } from "../../components/VerificationCode/styles.css.ts.vanilla.js";
|
|
84
|
-
import { init_variables_css_ts_vanilla as init_variables_css_ts_vanilla$2 } from "../../components/Avatar/variables.css.ts.vanilla.js";
|
|
85
|
-
import { init_variables_css_ts_vanilla as init_variables_css_ts_vanilla$3 } from "../../components/List/variables.css.ts.vanilla.js";
|
|
86
|
-
import { init_variables_css_ts_vanilla as init_variables_css_ts_vanilla$4 } from "../../components/SelectableCard/variables.css.ts.vanilla.js";
|
|
87
|
-
import { init_variables_css_ts_vanilla as init_variables_css_ts_vanilla$5 } from "../../components/Text/variables.css.ts.vanilla.js";
|
|
88
|
-
import { init_variables_css_ts_vanilla as init_variables_css_ts_vanilla$6 } from "../../components/Popup/variables.css.ts.vanilla.js";
|
|
89
|
-
import { init_variables_css_ts_vanilla as init_variables_css_ts_vanilla$7 } from "../../components/ProgressBar/variables.css.ts.vanilla.js";
|
|
90
|
-
import { init_variables_css_ts_vanilla as init_variables_css_ts_vanilla$8 } from "../../components/Table/variables.css.ts.vanilla.js";
|
|
91
84
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$75 } from "./styles.css.ts.vanilla.js";
|
|
92
85
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
93
86
|
|
|
@@ -95,67 +88,61 @@ import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
|
95
88
|
var optionSelectorStyle;
|
|
96
89
|
var init_styles_css = __esmMin(() => {
|
|
97
90
|
init_animationsVanillaExtract_css_ts_vanilla();
|
|
98
|
-
init_styles_css_ts_vanilla$
|
|
91
|
+
init_styles_css_ts_vanilla$27();
|
|
99
92
|
init_styles_css_ts_vanilla$18();
|
|
100
|
-
|
|
101
|
-
init_styles_css_ts_vanilla$41();
|
|
93
|
+
init_styles_css_ts_vanilla$28();
|
|
102
94
|
init_styles_css_ts_vanilla$12();
|
|
103
|
-
init_styles_css_ts_vanilla$
|
|
104
|
-
init_styles_css_ts_vanilla$44();
|
|
105
|
-
init_styles_css_ts_vanilla$45();
|
|
106
|
-
init_styles_css_ts_vanilla$46();
|
|
107
|
-
init_styles_css_ts_vanilla$47();
|
|
108
|
-
init_styles_css_ts_vanilla$39();
|
|
109
|
-
init_styles_css_ts_vanilla$6();
|
|
95
|
+
init_styles_css_ts_vanilla$29();
|
|
110
96
|
init_styles_css_ts_vanilla$30();
|
|
111
|
-
init_styles_css_ts_vanilla$
|
|
97
|
+
init_styles_css_ts_vanilla$31();
|
|
98
|
+
init_styles_css_ts_vanilla$32();
|
|
99
|
+
init_styles_css_ts_vanilla$33();
|
|
100
|
+
init_styles_css_ts_vanilla$34();
|
|
101
|
+
init_styles_css_ts_vanilla$6();
|
|
102
|
+
init_styles_css_ts_vanilla$35();
|
|
103
|
+
init_styles_css_ts_vanilla$36();
|
|
112
104
|
init_styles_css_ts_vanilla$23();
|
|
113
|
-
init_variables_css_ts_vanilla$3();
|
|
114
105
|
init_styles_css_ts_vanilla$24();
|
|
115
|
-
init_variables_css_ts_vanilla$4();
|
|
116
106
|
init_styles_css_ts_vanilla$25();
|
|
117
107
|
init_styles_css_ts_vanilla$26();
|
|
118
|
-
init_styles_css_ts_vanilla$
|
|
119
|
-
init_styles_css_ts_vanilla$
|
|
120
|
-
init_styles_css_ts_vanilla$
|
|
121
|
-
init_styles_css_ts_vanilla$
|
|
108
|
+
init_styles_css_ts_vanilla$37();
|
|
109
|
+
init_styles_css_ts_vanilla$38();
|
|
110
|
+
init_styles_css_ts_vanilla$39();
|
|
111
|
+
init_styles_css_ts_vanilla$40();
|
|
122
112
|
init_styles_css_ts_vanilla$14();
|
|
123
|
-
init_styles_css_ts_vanilla$
|
|
113
|
+
init_styles_css_ts_vanilla$41();
|
|
124
114
|
init_styles_css_ts_vanilla$13();
|
|
125
|
-
init_styles_css_ts_vanilla$
|
|
126
|
-
init_styles_css_ts_vanilla$
|
|
127
|
-
init_styles_css_ts_vanilla$
|
|
115
|
+
init_styles_css_ts_vanilla$42();
|
|
116
|
+
init_styles_css_ts_vanilla$43();
|
|
117
|
+
init_styles_css_ts_vanilla$44();
|
|
128
118
|
init_styles_css_ts_vanilla$11();
|
|
129
119
|
init_styles_css_ts_vanilla$8();
|
|
130
|
-
init_styles_css_ts_vanilla$
|
|
131
|
-
init_styles_css_ts_vanilla$
|
|
120
|
+
init_styles_css_ts_vanilla$45();
|
|
121
|
+
init_styles_css_ts_vanilla$46();
|
|
132
122
|
init_styles_css_ts_vanilla$5();
|
|
133
123
|
init_styles_css_ts_vanilla$7();
|
|
134
|
-
init_styles_css_ts_vanilla$
|
|
135
|
-
init_styles_css_ts_vanilla$
|
|
136
|
-
init_styles_css_ts_vanilla$
|
|
137
|
-
init_styles_css_ts_vanilla$
|
|
124
|
+
init_styles_css_ts_vanilla$47();
|
|
125
|
+
init_styles_css_ts_vanilla$48();
|
|
126
|
+
init_styles_css_ts_vanilla$49();
|
|
127
|
+
init_styles_css_ts_vanilla$50();
|
|
138
128
|
init_styles_css_ts_vanilla$17();
|
|
139
|
-
init_styles_css_ts_vanilla$
|
|
140
|
-
init_styles_css_ts_vanilla$
|
|
141
|
-
init_styles_css_ts_vanilla$
|
|
142
|
-
init_styles_css_ts_vanilla$
|
|
129
|
+
init_styles_css_ts_vanilla$51();
|
|
130
|
+
init_styles_css_ts_vanilla$52();
|
|
131
|
+
init_styles_css_ts_vanilla$53();
|
|
132
|
+
init_styles_css_ts_vanilla$54();
|
|
143
133
|
init_styles_css_ts_vanilla$1();
|
|
144
134
|
init_styles_css_ts_vanilla$2();
|
|
145
|
-
init_variables_css_ts_vanilla$5();
|
|
146
135
|
init_style_css_ts_vanilla();
|
|
147
|
-
init_variables_css_ts_vanilla$6();
|
|
148
136
|
init_styles_css_ts_vanilla$3();
|
|
149
|
-
|
|
150
|
-
init_styles_css_ts_vanilla$61();
|
|
137
|
+
init_styles_css_ts_vanilla$55();
|
|
151
138
|
init_styles_css_ts_vanilla$20();
|
|
152
|
-
init_styles_css_ts_vanilla$
|
|
153
|
-
init_styles_css_ts_vanilla$
|
|
154
|
-
init_styles_css_ts_vanilla$
|
|
139
|
+
init_styles_css_ts_vanilla$56();
|
|
140
|
+
init_styles_css_ts_vanilla$57();
|
|
141
|
+
init_styles_css_ts_vanilla$58();
|
|
155
142
|
init_variables_css_ts_vanilla$1();
|
|
156
143
|
init_styles_css_ts_vanilla$16();
|
|
157
144
|
init_styles_css_ts_vanilla$9();
|
|
158
|
-
init_styles_css_ts_vanilla$
|
|
145
|
+
init_styles_css_ts_vanilla$59();
|
|
159
146
|
init_dropdown_css_ts_vanilla();
|
|
160
147
|
init_styles_css_ts_vanilla$21();
|
|
161
148
|
init_selectBar_css_ts_vanilla();
|
|
@@ -163,22 +150,21 @@ var init_styles_css = __esmMin(() => {
|
|
|
163
150
|
init_styles_css_ts_vanilla$15();
|
|
164
151
|
init_stylesVariants_css_ts_vanilla();
|
|
165
152
|
init_styles_css_ts_vanilla$19();
|
|
166
|
-
init_styles_css_ts_vanilla$
|
|
167
|
-
init_styles_css_ts_vanilla$
|
|
153
|
+
init_styles_css_ts_vanilla$60();
|
|
154
|
+
init_styles_css_ts_vanilla$61();
|
|
168
155
|
init_variables_css_ts_vanilla();
|
|
169
156
|
init_styles_css_ts_vanilla();
|
|
157
|
+
init_styles_css_ts_vanilla$62();
|
|
158
|
+
init_styles_css_ts_vanilla$63();
|
|
170
159
|
init_styles_css_ts_vanilla$64();
|
|
171
160
|
init_styles_css_ts_vanilla$65();
|
|
172
161
|
init_styles_css_ts_vanilla$66();
|
|
173
|
-
init_variables_css_ts_vanilla$8();
|
|
174
162
|
init_styles_css_ts_vanilla$67();
|
|
175
163
|
init_styles_css_ts_vanilla$68();
|
|
164
|
+
init_styles_css_ts_vanilla$10();
|
|
176
165
|
init_styles_css_ts_vanilla$69();
|
|
177
166
|
init_styles_css_ts_vanilla$70();
|
|
178
|
-
init_styles_css_ts_vanilla$10();
|
|
179
|
-
init_styles_css_ts_vanilla$37();
|
|
180
167
|
init_styles_css_ts_vanilla$71();
|
|
181
|
-
init_styles_css_ts_vanilla$36();
|
|
182
168
|
init_styles_css_ts_vanilla$72();
|
|
183
169
|
init_styles_css_ts_vanilla$4();
|
|
184
170
|
init_styles_css_ts_vanilla$73();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NonScrollableContent.d.ts","sourceRoot":"","sources":["../../../src/compositions/OrderSummary/NonScrollableContent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,OAAO,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAGxD,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,eAAe,CAAA;IAC3B,MAAM,EAAE,SAAS,CAAA;IACjB,QAAQ,EAAE,SAAS,CAAA;IACnB,cAAc,CAAC,EAAE,SAAS,CAAA;IAC1B,uBAAuB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC1C,qBAAqB,CAAC,EAAE,SAAS,CAAA;IACjC,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,IAAI,EAAE,QAAQ,CAAA;IACd,gBAAgB,CAAC,EAAE,SAAS,CAAA;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,uBAAuB,EAAE,OAAO,CAAA;IAChC,gBAAgB,EAAE,MAAM,CAAA;IACxB,OAAO,EAAE,OAAO,CAAA;IAChB,cAAc,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,oBAAoB,mOAe9B,yBAAyB,
|
|
1
|
+
{"version":3,"file":"NonScrollableContent.d.ts","sourceRoot":"","sources":["../../../src/compositions/OrderSummary/NonScrollableContent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,OAAO,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAGxD,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,eAAe,CAAA;IAC3B,MAAM,EAAE,SAAS,CAAA;IACjB,QAAQ,EAAE,SAAS,CAAA;IACnB,cAAc,CAAC,EAAE,SAAS,CAAA;IAC1B,uBAAuB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC1C,qBAAqB,CAAC,EAAE,SAAS,CAAA;IACjC,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,IAAI,EAAE,QAAQ,CAAA;IACd,gBAAgB,CAAC,EAAE,SAAS,CAAA;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,uBAAuB,EAAE,OAAO,CAAA;IAChC,gBAAgB,EAAE,MAAM,CAAA;IACxB,OAAO,EAAE,OAAO,CAAA;IAChB,cAAc,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,oBAAoB,mOAe9B,yBAAyB,gCAkG3B,CAAA"}
|
|
@@ -39,6 +39,7 @@ var init_NonScrollableContent = __esmMin(() => {
|
|
|
39
39
|
sentiment: "neutral",
|
|
40
40
|
variant: "bodyStrong",
|
|
41
41
|
className: calculatorIcon ? orderSummaryStyle.compactTotalPrice : void 0,
|
|
42
|
+
placement: "right",
|
|
42
43
|
children: [
|
|
43
44
|
calculatorIcon ? /* @__PURE__ */ jsx(CalculatorIcon, {
|
|
44
45
|
sentiment: "primary",
|
|
@@ -58,6 +59,7 @@ var init_NonScrollableContent = __esmMin(() => {
|
|
|
58
59
|
sentiment: "neutral",
|
|
59
60
|
variant: "bodyStrong",
|
|
60
61
|
className: calculatorIcon ? orderSummaryStyle.compactTotalPrice : void 0,
|
|
62
|
+
placement: "right",
|
|
61
63
|
children: [
|
|
62
64
|
calculatorIcon ? /* @__PURE__ */ jsx(CalculatorIcon, {
|
|
63
65
|
sentiment: "primary",
|
|
@@ -78,6 +80,7 @@ var init_NonScrollableContent = __esmMin(() => {
|
|
|
78
80
|
prominence: "strong",
|
|
79
81
|
sentiment: "neutral",
|
|
80
82
|
variant: "headingSmallStrong",
|
|
83
|
+
placement: "right",
|
|
81
84
|
children: [
|
|
82
85
|
/* @__PURE__ */ jsx(DisplayPrice, {
|
|
83
86
|
beforeOrAfter: "after",
|
|
@@ -97,6 +100,7 @@ var init_NonScrollableContent = __esmMin(() => {
|
|
|
97
100
|
sentiment: "neutral",
|
|
98
101
|
strikeThrough: true,
|
|
99
102
|
variant: "bodySmallStrong",
|
|
103
|
+
placement: "right",
|
|
100
104
|
children: /* @__PURE__ */ jsx(DisplayPrice, {
|
|
101
105
|
beforeOrAfter: "before",
|
|
102
106
|
divisor,
|
|
@@ -109,6 +113,7 @@ var init_NonScrollableContent = __esmMin(() => {
|
|
|
109
113
|
prominence: "strong",
|
|
110
114
|
sentiment: "neutral",
|
|
111
115
|
variant: "headingSmallStrong",
|
|
116
|
+
placement: "right",
|
|
112
117
|
children: [
|
|
113
118
|
/* @__PURE__ */ jsx(DisplayPrice, {
|
|
114
119
|
beforeOrAfter: "after",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../../src/compositions/OrderSummary/components/Category.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,YAAY,iBAAkB;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../../src/compositions/OrderSummary/components/Category.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,YAAY,iBAAkB;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,uCA2FjE,CAAA"}
|
|
@@ -32,16 +32,19 @@ var init_Category = __esmMin(() => {
|
|
|
32
32
|
alignItems: "center",
|
|
33
33
|
direction: "row",
|
|
34
34
|
justifyContent: "space-between",
|
|
35
|
+
gap: 2,
|
|
35
36
|
children: [
|
|
36
37
|
category.additionalInfo ? /* @__PURE__ */ jsxs(Stack, {
|
|
37
38
|
alignItems: "center",
|
|
38
39
|
direction: "row",
|
|
39
40
|
gap: 1,
|
|
41
|
+
wrap: "wrap",
|
|
40
42
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
41
43
|
as: "span",
|
|
42
44
|
prominence: "strong",
|
|
43
45
|
sentiment: "neutral",
|
|
44
46
|
variant: "bodyStrong",
|
|
47
|
+
oneLine: true,
|
|
45
48
|
children: category.anchor ? /* @__PURE__ */ jsxs("a", {
|
|
46
49
|
className: orderSummaryStyle.anchor,
|
|
47
50
|
href: category.anchor,
|
|
@@ -55,6 +58,7 @@ var init_Category = __esmMin(() => {
|
|
|
55
58
|
italic: true,
|
|
56
59
|
sentiment: "primary",
|
|
57
60
|
variant: "bodySmall",
|
|
61
|
+
oneLine: true,
|
|
58
62
|
children: category.additionalInfo
|
|
59
63
|
})]
|
|
60
64
|
}) : /* @__PURE__ */ jsx(Text, {
|
|
@@ -62,6 +66,7 @@ var init_Category = __esmMin(() => {
|
|
|
62
66
|
prominence: "strong",
|
|
63
67
|
sentiment: "neutral",
|
|
64
68
|
variant: "bodyStrong",
|
|
69
|
+
oneLine: true,
|
|
65
70
|
children: category.anchor ? /* @__PURE__ */ jsxs("a", {
|
|
66
71
|
className: orderSummaryStyle.anchor,
|
|
67
72
|
href: category.anchor,
|
|
@@ -85,6 +90,7 @@ var init_Category = __esmMin(() => {
|
|
|
85
90
|
prominence: "strong",
|
|
86
91
|
sentiment: "neutral",
|
|
87
92
|
variant: "bodyStrong",
|
|
93
|
+
className: orderSummaryStyle.categoryPrice,
|
|
88
94
|
children: /* @__PURE__ */ jsx(DisplayPrice, {
|
|
89
95
|
beforeOrAfter: "after",
|
|
90
96
|
price: categoryPrice
|
|
@@ -100,6 +106,7 @@ var init_Category = __esmMin(() => {
|
|
|
100
106
|
sentiment: "neutral",
|
|
101
107
|
strikeThrough: true,
|
|
102
108
|
variant: "bodySmallStrong",
|
|
109
|
+
className: orderSummaryStyle.categoryPrice,
|
|
103
110
|
children: /* @__PURE__ */ jsx(DisplayPrice, {
|
|
104
111
|
beforeOrAfter: "before",
|
|
105
112
|
price: categoryPrice
|
|
@@ -109,6 +116,7 @@ var init_Category = __esmMin(() => {
|
|
|
109
116
|
prominence: "strong",
|
|
110
117
|
sentiment: "neutral",
|
|
111
118
|
variant: "bodyStrong",
|
|
119
|
+
className: orderSummaryStyle.categoryPrice,
|
|
112
120
|
children: /* @__PURE__ */ jsx(DisplayPrice, {
|
|
113
121
|
beforeOrAfter: "after",
|
|
114
122
|
price: categoryPrice
|
|
@@ -22,11 +22,13 @@ var init_SubCategory = __esmMin(() => {
|
|
|
22
22
|
alignItems: "center",
|
|
23
23
|
direction: "row",
|
|
24
24
|
justifyContent: "space-between",
|
|
25
|
+
gap: 2,
|
|
25
26
|
children: [
|
|
26
27
|
subCategory.additionalInfo || subCategory.icon ? /* @__PURE__ */ jsxs(Stack, {
|
|
27
28
|
alignItems: "center",
|
|
28
29
|
direction: "row",
|
|
29
30
|
gap: 1,
|
|
31
|
+
wrap: "wrap",
|
|
30
32
|
children: [
|
|
31
33
|
subCategory.icon,
|
|
32
34
|
/* @__PURE__ */ jsx(Text, {
|
|
@@ -34,6 +36,7 @@ var init_SubCategory = __esmMin(() => {
|
|
|
34
36
|
prominence: "strong",
|
|
35
37
|
sentiment: "neutral",
|
|
36
38
|
variant: "bodySmallStrong",
|
|
39
|
+
oneLine: true,
|
|
37
40
|
children: subCategory.anchor ? /* @__PURE__ */ jsxs("a", {
|
|
38
41
|
className: orderSummaryStyle.anchor,
|
|
39
42
|
href: subCategory.anchor,
|
|
@@ -56,6 +59,7 @@ var init_SubCategory = __esmMin(() => {
|
|
|
56
59
|
prominence: "strong",
|
|
57
60
|
sentiment: "neutral",
|
|
58
61
|
variant: "bodySmallStrong",
|
|
62
|
+
oneLine: true,
|
|
59
63
|
children: subCategory.anchor ? /* @__PURE__ */ jsxs("a", {
|
|
60
64
|
className: orderSummaryStyle.anchor,
|
|
61
65
|
href: subCategory.anchor,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubCategoryPrice.d.ts","sourceRoot":"","sources":["../../../../src/compositions/OrderSummary/components/SubCategoryPrice.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"SubCategoryPrice.d.ts","sourceRoot":"","sources":["../../../../src/compositions/OrderSummary/components/SubCategoryPrice.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG/C,eAAO,MAAM,gBAAgB,oBAAqB;IAAE,WAAW,EAAE,eAAe,CAAA;CAAE,gCA6EjF,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { Stack, init_Stack } from "../../../components/Stack/index.js";
|
|
|
3
3
|
import { Text, init_Text } from "../../../components/Text/index.js";
|
|
4
4
|
import { OrderSummaryContext, init_Provider } from "../Provider.js";
|
|
5
5
|
import { calculateSubCategoryPrice, formatNumber, init_helpers } from "../helpers.js";
|
|
6
|
+
import { init_styles_css, orderSummaryStyle } from "../styles.css.js";
|
|
6
7
|
import { useContext } from "react";
|
|
7
8
|
import { Fragment as Fragment$1, jsxs } from "react/jsx-runtime";
|
|
8
9
|
|
|
@@ -13,6 +14,7 @@ var init_SubCategoryPrice = __esmMin(() => {
|
|
|
13
14
|
init_Text();
|
|
14
15
|
init_helpers();
|
|
15
16
|
init_Provider();
|
|
17
|
+
init_styles_css();
|
|
16
18
|
SubCategoryPrice = ({ subCategory }) => {
|
|
17
19
|
const { currency, localeFormat, hideTimeUnit, timePeriodAmount, timePeriodUnit, fractionDigits } = useContext(OrderSummaryContext);
|
|
18
20
|
const subCategoryPrice = calculateSubCategoryPrice(subCategory, hideTimeUnit, timePeriodAmount, timePeriodUnit);
|
|
@@ -22,6 +24,7 @@ var init_SubCategoryPrice = __esmMin(() => {
|
|
|
22
24
|
prominence: "strong",
|
|
23
25
|
sentiment: "neutral",
|
|
24
26
|
variant: "bodySmallStrong",
|
|
27
|
+
className: orderSummaryStyle.categoryPrice,
|
|
25
28
|
children: [subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("discounted", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.discounted[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.discounted[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
|
|
26
29
|
}) : null, subCategory.price !== void 0 && !subCategory.hidePrice && (subCategoryPrice.default[0] !== subCategoryPrice.discounted[0] || subCategoryPrice.default[1] !== subCategoryPrice.discounted[1]) ? /* @__PURE__ */ jsxs(Stack, {
|
|
27
30
|
alignItems: "center",
|
|
@@ -33,12 +36,14 @@ var init_SubCategoryPrice = __esmMin(() => {
|
|
|
33
36
|
sentiment: "neutral",
|
|
34
37
|
strikeThrough: true,
|
|
35
38
|
variant: "bodySmallStrong",
|
|
39
|
+
className: orderSummaryStyle.categoryPrice,
|
|
36
40
|
children: [subCategoryPrice.default[0] === subCategoryPrice.default[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("default", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.default[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.default[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
|
|
37
41
|
}), /* @__PURE__ */ jsxs(Text, {
|
|
38
42
|
as: "span",
|
|
39
43
|
prominence: "strong",
|
|
40
44
|
sentiment: "neutral",
|
|
41
45
|
variant: "bodySmallStrong",
|
|
46
|
+
className: orderSummaryStyle.categoryPrice,
|
|
42
47
|
children: [subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("discounted", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.discounted[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.discounted[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
|
|
43
48
|
})]
|
|
44
49
|
}) : null] });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
2
|
-
import
|
|
2
|
+
import _objectSpread2, { init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
3
3
|
import { init_constants, multiplier } from "./constants.js";
|
|
4
4
|
import { OrderSummaryContext, init_Provider } from "./Provider.js";
|
|
5
5
|
import { useContext } from "react";
|
|
@@ -152,4 +152,4 @@ var init_helpers = __esmMin(() => {
|
|
|
152
152
|
|
|
153
153
|
//#endregion
|
|
154
154
|
init_helpers();
|
|
155
|
-
export { DisplayPrice, calculateSubCategoryPrice, computeCategoriesPrice, computeTotalPrice, formatNumber, init_helpers };
|
|
155
|
+
export { DisplayPrice, calculateCategoryPrice, calculatePrice, calculateSubCategoryPrice, computeCategoriesPrice, computeTotalPrice, formatNumber, init_helpers };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/compositions/OrderSummary/styles.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/compositions/OrderSummary/styles.css.ts"],"names":[],"mappings":"AA0IA,eAAO,MAAM,iBAAiB;;;YA9BxB,MAAM;gBACJ,SAAS;;YAEX,KAAK;gBACH,SAAS;;;;;;YAhGX,OAAO;gBACL,eAAe;;YAEjB,MAAM;gBACJ,eAAe;;;;;;;;;;;;;gBAgCf,OAAO;;;;;;;;;;;;CAoGd,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import PlansLocales from './locales/en';
|
|
1
|
+
import type PlansLocales from './locales/en';
|
|
2
2
|
import type { PlanType } from './types';
|
|
3
3
|
type PlanHeaderProps = {
|
|
4
4
|
fieldName?: string;
|
|
@@ -7,7 +7,7 @@ type PlanHeaderProps = {
|
|
|
7
7
|
currentPlanValue?: string;
|
|
8
8
|
plan: PlanType<string>;
|
|
9
9
|
disabled: boolean;
|
|
10
|
-
locales
|
|
10
|
+
locales: Record<keyof typeof PlansLocales, string>;
|
|
11
11
|
};
|
|
12
12
|
export declare const PlanHeader: ({ fieldName, setFocusedPlan, onChange, currentPlanValue, plan, disabled, locales, }: PlanHeaderProps) => import("react").JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlanHeader.d.ts","sourceRoot":"","sources":["../../../src/compositions/Plans/PlanHeader.tsx"],"names":[],"mappings":"AAIA,OAAO,YAAY,MAAM,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"PlanHeader.d.ts","sourceRoot":"","sources":["../../../src/compositions/Plans/PlanHeader.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,YAAY,MAAM,cAAc,CAAA;AAC5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAGvC,KAAK,eAAe,GAAG;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,cAAc,EAAE,CAAC,SAAS,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACtB,QAAQ,EAAE,OAAO,CAAA;IACjB,OAAO,EAAE,MAAM,CAAC,MAAM,OAAO,YAAY,EAAE,MAAM,CAAC,CAAA;CACnD,CAAA;AAED,eAAO,MAAM,UAAU,wFAQpB,eAAe,gCAiEjB,CAAA"}
|
|
@@ -4,7 +4,6 @@ import { Text, init_Text } from "../../components/Text/index.js";
|
|
|
4
4
|
import { Badge, init_Badge } from "../../components/Badge/index.js";
|
|
5
5
|
import { Separator, init_Separator } from "../../components/Separator/index.js";
|
|
6
6
|
import { init_styles_css, plansStyle } from "./styles.css.js";
|
|
7
|
-
import locales, { init_en } from "./locales/en.js";
|
|
8
7
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
9
8
|
|
|
10
9
|
//#region src/compositions/Plans/PlanHeader.tsx
|
|
@@ -14,9 +13,8 @@ var init_PlanHeader = __esmMin(() => {
|
|
|
14
13
|
init_Separator();
|
|
15
14
|
init_Stack();
|
|
16
15
|
init_Text();
|
|
17
|
-
init_en();
|
|
18
16
|
init_styles_css();
|
|
19
|
-
PlanHeader = ({ fieldName, setFocusedPlan, onChange, currentPlanValue, plan, disabled, locales
|
|
17
|
+
PlanHeader = ({ fieldName, setFocusedPlan, onChange, currentPlanValue, plan, disabled, locales }) => {
|
|
20
18
|
var _plan$sentiment;
|
|
21
19
|
var _plan$sentiment2;
|
|
22
20
|
var _plan$sentiment3;
|
|
@@ -98,7 +96,7 @@ var init_PlanHeader = __esmMin(() => {
|
|
|
98
96
|
disabled,
|
|
99
97
|
sentiment: (_plan$sentiment3 = plan.sentiment) !== null && _plan$sentiment3 !== void 0 ? _plan$sentiment3 : "primary",
|
|
100
98
|
variant: "bodySmallStrong",
|
|
101
|
-
children: locales
|
|
99
|
+
children: locales["plans.currentPlan"]
|
|
102
100
|
})
|
|
103
101
|
}) : null,
|
|
104
102
|
plan.header.separator ? /* @__PURE__ */ jsx(Separator, { className: plansStyle.fullSizeSeparator }) : null
|
|
@@ -61,4 +61,4 @@ var init_editorCore = __esmMin(() => {
|
|
|
61
61
|
|
|
62
62
|
//#endregion
|
|
63
63
|
init_editorCore();
|
|
64
|
-
export { createEditorState, docFromHtml, editorDocToHtml, editorSchema, init_editorCore };
|
|
64
|
+
export { createEditorState, createPlugins, docFromHtml, editorDocToHtml, editorSchema, init_editorCore, listItemNode };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import
|
|
3
|
+
import _objectSpread2, { init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
4
4
|
import { Stack, init_Stack } from "../../components/Stack/index.js";
|
|
5
5
|
import { hasHelperText, init_hasHelperText } from "../../helpers/hasHelperText.js";
|
|
6
6
|
import { Description, init_Description } from "../../components/Description/index.js";
|
|
@@ -44,4 +44,4 @@ var init_compositions = __esmMin(() => {
|
|
|
44
44
|
|
|
45
45
|
//#endregion
|
|
46
46
|
init_compositions();
|
|
47
|
-
export { init_compositions };
|
|
47
|
+
export { CodeEditor, ContentCard, ContentCardGroup, Conversation, CustomerSatisfaction, EstimateCost, FAQ, Filters, FiltersDrawer, FiltersMainRow, FiltersProvider, InfoTable, Navigation, NavigationProvider, OfferList, OptionSelector, OrderSummary, Plans, RichTextInput, SteppedListCard, en_default as estimateCostDefaultLocales, init_compositions, useFiltersContext, useNavigation };
|
|
@@ -34,4 +34,4 @@ var init_styles = __esmMin(() => {
|
|
|
34
34
|
|
|
35
35
|
//#endregion
|
|
36
36
|
init_styles();
|
|
37
|
-
export { init_styles };
|
|
37
|
+
export { codeEditorStyle, contentCardGroupStyle, contentCardStyle, conversationStyle, customerSatisfactionStyle, estimateCostStyle, faqStyle, infoTableStyle, init_styles, navigationStyle, offerListStyle, optionSelectorStyle, orderSummaryStyle, plansStyle, steppedListCardStyle };
|
package/dist/helpers/treeMap.js
CHANGED