@ultraviolet/ui 3.15.0 → 3.16.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.
Files changed (95) hide show
  1. package/dist/_virtual/{_@oxc-project_runtime@0.128.0 → _@oxc-project_runtime@0.130.0}/helpers/defineProperty.js +1 -1
  2. package/dist/_virtual/{_@oxc-project_runtime@0.128.0 → _@oxc-project_runtime@0.130.0}/helpers/objectSpread2.js +1 -1
  3. package/dist/_virtual/{_@oxc-project_runtime@0.128.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutProperties.js +1 -1
  4. package/dist/_virtual/{_@oxc-project_runtime@0.128.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
  5. package/dist/_virtual/{_@oxc-project_runtime@0.128.0 → _@oxc-project_runtime@0.130.0}/helpers/toPrimitive.js +1 -1
  6. package/dist/_virtual/{_@oxc-project_runtime@0.128.0 → _@oxc-project_runtime@0.130.0}/helpers/toPropertyKey.js +1 -1
  7. package/dist/_virtual/{_@oxc-project_runtime@0.128.0 → _@oxc-project_runtime@0.130.0}/helpers/typeof.js +1 -1
  8. package/dist/components/ActionBar/index.js +1 -1
  9. package/dist/components/Avatar/index.js +1 -1
  10. package/dist/components/BarChart/index.js +1 -1
  11. package/dist/components/Breadcrumbs/components/Item.js +1 -1
  12. package/dist/components/Carousel/Item.js +1 -1
  13. package/dist/components/Checkbox/CheckboxIconContainer.js +8 -8
  14. package/dist/components/CopyButton/index.js +1 -1
  15. package/dist/components/DateInput/helpers.js +2 -2
  16. package/dist/components/Expandable/AnimatedExpandable.js +1 -1
  17. package/dist/components/Expandable/NonAnimatedExpandable.js +1 -1
  18. package/dist/components/FileInput/components/Button.js +2 -2
  19. package/dist/components/FileInput/index.js +1 -1
  20. package/dist/components/InfiniteScroll/index.js +1 -1
  21. package/dist/components/LineChart/helpers.js +2 -2
  22. package/dist/components/LineChart/index.js +1 -1
  23. package/dist/components/List/Cell.js +1 -1
  24. package/dist/components/List/ListContext.js +3 -3
  25. package/dist/components/Loader/index.js +1 -1
  26. package/dist/components/Menu/MenuContent.d.ts.map +1 -1
  27. package/dist/components/Menu/components/Item.d.ts.map +1 -1
  28. package/dist/components/Menu/helpers.js +1 -1
  29. package/dist/components/Menu/index.js +2 -2
  30. package/dist/components/Modal/components/Dialog.js +1 -1
  31. package/dist/components/Notification/Notification.js +1 -1
  32. package/dist/components/PieChart/Legends.d.ts +2 -1
  33. package/dist/components/PieChart/Legends.d.ts.map +1 -1
  34. package/dist/components/PieChart/Legends.js +50 -44
  35. package/dist/components/PieChart/Tooltip.d.ts +1 -1
  36. package/dist/components/PieChart/Tooltip.d.ts.map +1 -1
  37. package/dist/components/PieChart/Tooltip.js +32 -36
  38. package/dist/components/PieChart/index.d.ts +2 -1
  39. package/dist/components/PieChart/index.d.ts.map +1 -1
  40. package/dist/components/PieChart/index.js +58 -63
  41. package/dist/components/PieChart/styles.css.d.ts +5 -31
  42. package/dist/components/PieChart/styles.css.d.ts.map +1 -1
  43. package/dist/components/PieChart/styles.css.js +12 -37
  44. package/dist/components/Popup/index.d.ts.map +1 -1
  45. package/dist/components/Popup/index.js +1 -1
  46. package/dist/components/Radio/index.d.ts.map +1 -1
  47. package/dist/components/Radio/index.js +1 -2
  48. package/dist/components/Radio/styles.css.d.ts.map +1 -1
  49. package/dist/components/Row/index.js +1 -1
  50. package/dist/components/SelectInput/components/Dropdown/Content.d.ts.map +1 -1
  51. package/dist/components/SelectInput/components/Dropdown/Dropdown.js +1 -1
  52. package/dist/components/SelectInput/components/Dropdown/SearchBar.js +3 -3
  53. package/dist/components/SelectableCard/MultiStateInput.js +1 -1
  54. package/dist/components/SelectableCard/SelectableCard.js +1 -1
  55. package/dist/components/SelectableCardOptionGroup/components/Option.js +1 -1
  56. package/dist/components/Slider/components/DoubleSlider.js +2 -2
  57. package/dist/components/Slider/components/SingleSlider.js +1 -1
  58. package/dist/components/Snippet/index.js +1 -1
  59. package/dist/components/Stack/index.js +2 -2
  60. package/dist/components/Stepper/index.js +1 -1
  61. package/dist/components/Table/Cell.js +1 -1
  62. package/dist/components/Table/HeaderCell.js +1 -1
  63. package/dist/components/Table/TableContext.js +2 -2
  64. package/dist/components/Tabs/Tab.js +2 -2
  65. package/dist/components/Tabs/TabMenu.js +2 -2
  66. package/dist/components/Tabs/TabMenuItem.js +2 -2
  67. package/dist/components/Tabs/index.js +2 -2
  68. package/dist/components/Tag/index.d.ts.map +1 -1
  69. package/dist/components/Tag/index.js +2 -1
  70. package/dist/components/TagInput/index.js +1 -1
  71. package/dist/components/TagList/index.js +1 -1
  72. package/dist/components/Text/index.js +1 -1
  73. package/dist/components/TextArea/index.js +2 -2
  74. package/dist/components/TimeInput/helpers.js +1 -1
  75. package/dist/components/TimeInput/index.d.ts.map +1 -1
  76. package/dist/components/TimeInput/index.js +1 -1
  77. package/dist/components/Toaster/Toaster.js +1 -1
  78. package/dist/components/TreeMapChart/index.js +1 -1
  79. package/dist/components/VerificationCode/index.js +3 -3
  80. package/dist/compositions/EstimateCost/Components/Item.js +1 -1
  81. package/dist/compositions/EstimateCost/Components/LineThrough.js +2 -2
  82. package/dist/compositions/EstimateCost/Components/Unit.js +1 -1
  83. package/dist/compositions/EstimateCost/EstimateCostProvider.js +1 -1
  84. package/dist/compositions/EstimateCost/Image.js +1 -1
  85. package/dist/compositions/InfoTable/components/Row.js +1 -1
  86. package/dist/compositions/Navigation/NavigationContent.d.ts.map +1 -1
  87. package/dist/compositions/Navigation/NavigationContent.js +5 -4
  88. package/dist/compositions/Navigation/NavigationProvider.js +1 -1
  89. package/dist/compositions/Navigation/components/Item/ItemExpanded.js +2 -2
  90. package/dist/compositions/Navigation/styles.css.js +0 -2
  91. package/dist/compositions/Navigation/variables.css.js +2 -0
  92. package/dist/compositions/OrderSummary/helpers.js +1 -1
  93. package/dist/compositions/Plans/index.js +2 -2
  94. package/dist/ui.css +1 -1
  95. package/package.json +9 -8
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TimeInput/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAoBjE,MAAM,MAAM,IAAI,GAAG;IACjB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,KAAK,cAAc,GAAG;IACpB,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,gBAAgB,CAAC,EAAE,SAAS,CAAA;IAC5B,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,SAAS,EAAE,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IAClE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;IACtD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;IACvD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,UAAU,CAAC,EAAE,EAAE,GAAG,EAAE,CAAA;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B,GAAG,CACA;IACE,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,KAAK,CAAA;CACrB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,YAAY,EAAE,MAAM,CAAA;CACrB,CACJ,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,oRAuBnB,cAAc,4CAmVhB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TimeInput/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAoBjE,MAAM,MAAM,IAAI,GAAG;IACjB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,KAAK,cAAc,GAAG;IACpB,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,gBAAgB,CAAC,EAAE,SAAS,CAAA;IAC5B,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,SAAS,EAAE,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IAClE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;IACtD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;IACvD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,UAAU,CAAC,EAAE,EAAE,GAAG,EAAE,CAAA;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B,GAAG,CACA;IACE,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,KAAK,CAAA;CACrB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,YAAY,EAAE,MAAM,CAAA;CACrB,CACJ,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,oRAuBnB,cAAc,4CAqVhB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
4
  import { Stack, init_Stack } from "../Stack/index.js";
5
5
  import { Text, init_Text } from "../Text/index.js";
6
6
  import { hasHelperText, init_hasHelperText } from "../../helpers/hasHelperText.js";
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
4
  import { CloseButton, init_CloseButton } from "./components/CloseButton.js";
5
5
  import { Content, init_Content } from "./components/Content.js";
6
6
  import { jsx } from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
4
  import { getDataColors, init_treeMap } from "../../helpers/treeMap.js";
5
5
  import { init_styles_css, treeMapChartStyle } from "./styles.css.js";
6
6
  import { Tooltip, init_Tooltip } from "./Tooltip.js";
@@ -31,9 +31,9 @@ var init_VerificationCode = __esmMin(() => {
31
31
  const inputOnChange = (index) => (event) => {
32
32
  var _next$current;
33
33
  let { value } = event.target;
34
- if (type === "number") value = event.target.value.replace(/[^\d]/gi, "");
34
+ if (type === "number") value = event.target.value.replace(/[^\d]/giu, "");
35
35
  const newValues = [...values];
36
- if (value === "" || type === "number" && !new RegExp(event.target.pattern).test(value)) {
36
+ if (value === "" || type === "number" && !new RegExp(event.target.pattern, "u").test(value)) {
37
37
  newValues[index] = "";
38
38
  setValues(newValues);
39
39
  return;
@@ -93,7 +93,7 @@ var init_VerificationCode = __esmMin(() => {
93
93
  const inputOnPaste = (currentIndex) => (event) => {
94
94
  var _next$current3;
95
95
  event.preventDefault();
96
- const pastedValue = [...event.clipboardData.getData("Text")].map((copiedValue) => type === "number" ? copiedValue.replace(/[^\d]/gi, "") : copiedValue);
96
+ const pastedValue = [...event.clipboardData.getData("Text")].map((copiedValue) => type === "number" ? copiedValue.replace(/[^\d]/giu, "") : copiedValue);
97
97
  pastedValue.splice(fields - currentIndex < pastedValue.length ? fields - currentIndex : pastedValue.length);
98
98
  setValues((vals) => {
99
99
  const newArray = structuredClone(vals);
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
4
  import { init_constants, maximumFractionDigits, maximumFractionDigitsLong, multiplier } from "../constants.js";
5
5
  import { init_EstimateCostProvider, useEstimateCost } from "../EstimateCostProvider.js";
6
6
  import { calculatePrice, init_helper } from "../helper.js";
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
4
- import { _objectWithoutProperties, init_objectWithoutProperties } from "../../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectWithoutProperties.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
+ import { _objectWithoutProperties, init_objectWithoutProperties } from "../../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectWithoutProperties.js";
5
5
  import { estimateCostStyle, init_styles_css } from "../styles.css.js";
6
6
  import { cn } from "@ultraviolet/utils";
7
7
  import { jsx } from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
4
  import { init_OverlayContext, useOverlay } from "../OverlayContext.js";
5
5
  import { estimateCostStyle, init_styles_css } from "../styles.css.js";
6
6
  import { NumberInput, init_NumberInput } from "../../../components/NumberInput/index.js";
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
4
  import en_default, { init_en } from "./locales/en.js";
5
5
  import { createContext, useCallback, useContext, useMemo } from "react";
6
6
  import { jsx } from "react/jsx-runtime";
@@ -1,5 +1,5 @@
1
1
  import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
2
- import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
2
+ import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
3
3
  import { estimateCostStyle, init_styles_css } from "./styles.css.js";
4
4
  import { cn } from "@ultraviolet/utils";
5
5
  import { jsx } from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
4
  import { Row, init_Row as init_Row$1 } from "../../../components/Row/index.js";
5
5
  import { infoTableStyle, init_styles_css, rowWidth } from "../styles.css.js";
6
6
  import { InfoTableContext, init_Context } from "../Context.js";
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationContent.d.ts","sourceRoot":"","sources":["../../../src/compositions/Navigation/NavigationContent.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAY9C,eAAO,MAAM,iBAAiB,iGAQ3B,eAAe,4CA8GjB,CAAA"}
1
+ {"version":3,"file":"NavigationContent.d.ts","sourceRoot":"","sources":["../../../src/compositions/Navigation/NavigationContent.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAY9C,eAAO,MAAM,iBAAiB,iGAQ3B,eAAe,4CA+GjB,CAAA"}
@@ -29,6 +29,7 @@ var init_NavigationContent = __esmMin(() => {
29
29
  const context = useNavigation();
30
30
  if (!context) throw new Error("Navigation should be inside NavigationProvider to use it properly.");
31
31
  const { setWidth, width, expanded, toggleExpand, navigationRef, allowNavigationResize, shouldAnimate } = context;
32
+ const clampedWidth = clamp(220, width, 320);
32
33
  const sliderRef = useRef(null);
33
34
  const contentRef = useRef(null);
34
35
  useEffect(() => {
@@ -57,7 +58,7 @@ var init_NavigationContent = __esmMin(() => {
57
58
  if (shouldCollapseOnMouseUp || shouldExpandOnMouseUp) {
58
59
  toggleExpand();
59
60
  onToggleExpand === null || onToggleExpand === void 0 || onToggleExpand(!expanded);
60
- if (navigationRef.current) setElementVars(navigationRef.current, { [widthNavigationContainerExpanded]: `${width}px` });
61
+ if (navigationRef.current) setElementVars(navigationRef.current, { [widthNavigationContainerExpanded]: `${clampedWidth}px` });
61
62
  }
62
63
  if (navigationRef.current) {
63
64
  if (!(shouldCollapseOnMouseUp || shouldExpandOnMouseUp)) {
@@ -86,7 +87,7 @@ var init_NavigationContent = __esmMin(() => {
86
87
  setWidth,
87
88
  toggleExpand,
88
89
  shouldAnimate,
89
- width
90
+ clampedWidth
90
91
  ]);
91
92
  return /* @__PURE__ */ jsxs("nav", {
92
93
  className: cn(className, navigationStyle.navigation),
@@ -96,8 +97,8 @@ var init_NavigationContent = __esmMin(() => {
96
97
  className: navigationStyle.container(),
97
98
  ref: navigationRef,
98
99
  style: assignInlineVars({
99
- [widthNavigationContainer]: `${expanded ? width : 64}px`,
100
- [widthNavigationContainerExpanded]: `${width}px`,
100
+ [widthNavigationContainer]: `${expanded ? clampedWidth : 64}px`,
101
+ [widthNavigationContainerExpanded]: `${clampedWidth}px`,
101
102
  [widthNavigationContainerDuration]: `${shouldAnimate ? 250 : 0}ms`
102
103
  }),
103
104
  children: [logo ? /* @__PURE__ */ jsx(Header, { logo }) : null, /* @__PURE__ */ jsxs("div", {
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
4
4
  import { ANIMATION_EASING, init_constants } from "./constants.js";
5
5
  import en_default, { init_en } from "./locales/en.js";
6
6
  import { init_variables_css, widthNavigationContainerDuration } from "./variables.css.js";
@@ -96,7 +96,7 @@ var init_ItemExpanded = __esmMin(() => {
96
96
  noExpand,
97
97
  subLabel,
98
98
  type
99
- }), animation !== "collapse" ? /* @__PURE__ */ jsxs(Stack, {
99
+ }), animation === "collapse" ? null : /* @__PURE__ */ jsxs(Stack, {
100
100
  alignItems: "center",
101
101
  direction: "row",
102
102
  gap: href ? 1 : void 0,
@@ -125,7 +125,7 @@ var init_ItemExpanded = __esmMin(() => {
125
125
  sentiment: "neutral"
126
126
  }) : null
127
127
  ]
128
- }) : null]
128
+ })]
129
129
  }), children && expanded ? /* @__PURE__ */ jsx(ItemChildren, {
130
130
  internalExpanded,
131
131
  noExpand,
@@ -1,7 +1,6 @@
1
1
  import { __esmMin } from "../../_virtual/_rolldown/runtime.js";
2
2
  import { init_animationsVanillaExtract_css_ts_vanilla } from "../../utils/animations/animationsVanillaExtract.css.ts.vanilla.js";
3
3
  import { init_items_css_ts_vanilla } from "./components/items.css.ts.vanilla.js";
4
- import { init_variables_css_ts_vanilla } from "./variables.css.ts.vanilla.js";
5
4
  import { init_styles_css_ts_vanilla } from "./components/styles.css.ts.vanilla.js";
6
5
  import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$1 } from "./styles.css.ts.vanilla.js";
7
6
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
@@ -11,7 +10,6 @@ var navigationStyle;
11
10
  var init_styles_css = __esmMin(() => {
12
11
  init_animationsVanillaExtract_css_ts_vanilla();
13
12
  init_items_css_ts_vanilla();
14
- init_variables_css_ts_vanilla();
15
13
  init_styles_css_ts_vanilla();
16
14
  init_styles_css_ts_vanilla$1();
17
15
  navigationStyle = {
@@ -1,8 +1,10 @@
1
1
  import { __esmMin } from "../../_virtual/_rolldown/runtime.js";
2
+ import { init_variables_css_ts_vanilla } from "./variables.css.ts.vanilla.js";
2
3
 
3
4
  //#region src/compositions/Navigation/variables.css.ts
4
5
  var widthNavigationContainer, widthNavigationContainerExpanded, widthNavigationContainerDuration;
5
6
  var init_variables_css = __esmMin(() => {
7
+ init_variables_css_ts_vanilla();
6
8
  widthNavigationContainer = "var(--uv_10912fi0)";
7
9
  widthNavigationContainerExpanded = "var(--uv_10912fi1)";
8
10
  widthNavigationContainerDuration = "var(--uv_10912fi2)";
@@ -1,5 +1,5 @@
1
1
  import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
2
- import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.128.0/helpers/objectSpread2.js";
2
+ import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.130.0/helpers/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";
@@ -168,13 +168,13 @@ var init_Plans = __esmMin(() => {
168
168
  sentiment: "success",
169
169
  size: "medium"
170
170
  }) : null,
171
- typeof plan.data[featureKey] !== "boolean" ? /* @__PURE__ */ jsx(Text, {
171
+ typeof plan.data[featureKey] === "boolean" ? null : /* @__PURE__ */ jsx(Text, {
172
172
  as: "span",
173
173
  disabled: computedDisabled,
174
174
  sentiment: "neutral",
175
175
  variant: "body",
176
176
  children: plan.data[featureKey]
177
- }) : null
177
+ })
178
178
  ]
179
179
  }, plan.value);
180
180
  })] }, feature.key);