@konstructio/ui 0.1.2-alpha.106 → 0.1.2-alpha.107

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 (228) hide show
  1. package/README.md +118 -31
  2. package/dist/{AdditionalOptions-D0BAS2HG.js → AdditionalOptions-Crcnz0_g.js} +1 -1
  3. package/dist/{AlertDialogTrigger-BOrb536P.js → AlertDialogTrigger-ouMGAlJW.js} +1 -1
  4. package/dist/{Breadcrumb-DVBxqgW_.js → Breadcrumb-MrF1Z6w2.js} +1 -1
  5. package/dist/{Checkbox-B20uoUKD.js → Checkbox-8KnRLpQG.js} +86 -87
  6. package/dist/{CommandInput-BWt6-vUK.js → CommandInput-CGnqfudl.js} +1 -1
  7. package/dist/{Counter-DiQb-he2.js → Counter-CDXdP1Af.js} +1 -1
  8. package/dist/{DropdownButton-hCVYZ1LA.js → DropdownButton-D4QlKGg7.js} +5 -5
  9. package/dist/{FlagSelectorList-CnJjnsp6.js → FlagSelectorList-tYZNl-tz.js} +22 -18
  10. package/dist/{HamburgerTrigger-BT2yUUJ-.js → HamburgerTrigger-B_NGSZ2r.js} +19 -19
  11. package/dist/{ImageUpload-DgCBCa5X.js → ImageUpload-D7HKSXK8.js} +71 -66
  12. package/dist/Input-is8n7emP.js +195 -0
  13. package/dist/{Loading-DUh9PMJN.js → Loading-DO8JOWBV.js} +1 -1
  14. package/dist/{Modal-CkAf9UY7.js → Modal-Dq9BHD_9.js} +2 -2
  15. package/dist/{Spinner-CUwE2bLm.js → Spinner-BJE79VTl.js} +1 -1
  16. package/dist/{StepIndicatorContent-CjbjVjS1.js → StepIndicatorContent-BGDvxLzV.js} +1 -1
  17. package/dist/{Switch-CyJXptgc.js → Switch-C7286Bcu.js} +2 -2
  18. package/dist/{Toast-DLJDExxw.js → Toast-jSx3Lao8.js} +2 -2
  19. package/dist/Wrapper-2AUlYAHQ.js +195 -0
  20. package/dist/{Wrapper-CvDRHgN4.js → Wrapper-CyHxGs4E.js} +1 -1
  21. package/dist/{Wrapper-B8Ja3k4j.js → Wrapper-a7RVCcrn.js} +238 -232
  22. package/dist/components/Alert/Alert.js +1 -1
  23. package/dist/components/AlertDialog/AlertDialog.js +2 -2
  24. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
  25. package/dist/components/AlertDialog/components/index.js +1 -1
  26. package/dist/components/Autocomplete/Autocomplete.js +1 -1
  27. package/dist/components/Autocomplete/components/List/List.js +1 -1
  28. package/dist/components/Autocomplete/hooks/useAutocomplete.js +1 -1
  29. package/dist/components/Badge/Badge.js +2 -2
  30. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  31. package/dist/components/Breadcrumb/components/BackButton/BackButton.js +1 -1
  32. package/dist/components/Breadcrumb/components/Item/Item.js +1 -1
  33. package/dist/components/Button/Button.js +1 -1
  34. package/dist/components/ButtonGroup/ButtonGroup.js +65 -60
  35. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +2 -2
  36. package/dist/components/ButtonGroup/components/ButtonGroupLabel/ButtonGroupLabel.js +10 -9
  37. package/dist/components/ButtonGroup/components/ButtonGroupMessage/ButtonGroupMessage.js +8 -6
  38. package/dist/components/Card/Card.js +25 -22
  39. package/dist/components/Checkbox/Checkbox.js +1 -1
  40. package/dist/components/Command/Command.js +1 -1
  41. package/dist/components/Command/components/CommandGroup.js +1 -1
  42. package/dist/components/Command/components/CommandInput.js +1 -1
  43. package/dist/components/Command/components/CommandItem.js +1 -1
  44. package/dist/components/Command/components/CommandList.js +1 -1
  45. package/dist/components/Command/components/CommandSeparator.js +1 -1
  46. package/dist/components/Command/components/CommandShortcut.js +1 -1
  47. package/dist/components/Command/components/DialogContent.js +1 -1
  48. package/dist/components/Command/components/DialogOverlay.js +1 -1
  49. package/dist/components/Command/components/index.js +1 -1
  50. package/dist/components/Counter/Counter.js +1 -1
  51. package/dist/components/DateRangePicker/DateRangePicker.js +1 -1
  52. package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarDivider/CalendarDivider.js +1 -1
  53. package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarMonth/CalendarMonth.js +2 -2
  54. package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +3 -3
  55. package/dist/components/DateRangePicker/components/CalendarPanel/components/NavigationButton/NavigationButton.js +1 -1
  56. package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +2 -2
  57. package/dist/components/DateRangePicker/components/CalendarPanel/constants/dayPickerClassNames.js +1 -1
  58. package/dist/components/DateRangePicker/components/CalendarPanel/constants/index.js +1 -1
  59. package/dist/components/DateRangePicker/components/CalendarPanel/hooks/index.js +1 -1
  60. package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useIndependentCarousel.js +1 -1
  61. package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useTogetherCarousel.js +1 -1
  62. package/dist/components/DateRangePicker/components/CalendarPanel/utils/index.js +1 -1
  63. package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.js +1 -1
  64. package/dist/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.js +48 -41
  65. package/dist/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.js +48 -41
  66. package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.js +1 -1
  67. package/dist/components/Datepicker/DatePicker.js +1 -1
  68. package/dist/components/Divider/Divider.js +7 -7
  69. package/dist/components/Drawer/Drawer.js +1 -1
  70. package/dist/components/Drawer/components/Body/Body.js +1 -1
  71. package/dist/components/Drawer/components/Footer/Footer.js +1 -1
  72. package/dist/components/Drawer/components/Header/Header.js +1 -1
  73. package/dist/components/DropdownButton/DropdownButton.js +1 -1
  74. package/dist/components/Filter/Filter.js +1 -1
  75. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +2 -2
  76. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +1 -1
  77. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.js +1 -1
  78. package/dist/components/Filter/components/FilterDropdown/FilterDropdown.js +2 -2
  79. package/dist/components/Filter/components/ResetButton/ResetButton.js +1 -1
  80. package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +2 -2
  81. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.js +1 -1
  82. package/dist/components/ImageUpload/ImageUpload.js +1 -1
  83. package/dist/components/Input/Input.js +1 -1
  84. package/dist/components/LineChart/LineChart.js +1 -1
  85. package/dist/components/Loading/Loading.js +1 -1
  86. package/dist/components/Modal/Modal.js +1 -1
  87. package/dist/components/Modal/components/Body/Body.js +1 -1
  88. package/dist/components/Modal/components/Footer/Footer.js +1 -1
  89. package/dist/components/Modal/components/Header/Header.js +1 -1
  90. package/dist/components/Modal/components/Wrapper/Wrapper.js +1 -1
  91. package/dist/components/Modal/components/index.js +1 -1
  92. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +1 -1
  93. package/dist/components/MultiSelectDropdown/components/Item/Item.js +1 -1
  94. package/dist/components/MultiSelectDropdown/components/List/List.js +1 -1
  95. package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +1 -1
  96. package/dist/components/MultiSelectDropdown/components/index.js +1 -1
  97. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.context.js +4 -3
  98. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +17 -16
  99. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +1 -1
  100. package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +1 -1
  101. package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +1 -1
  102. package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +3 -3
  103. package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +1 -1
  104. package/dist/components/PhoneNumberInput/components/Wrapper.js +1 -1
  105. package/dist/components/PhoneNumberInput/components/index.js +2 -2
  106. package/dist/components/PieChart/PieChart.js +1 -1
  107. package/dist/components/ProgressBar/ProgressBar.js +1 -1
  108. package/dist/components/Radio/Radio.js +1 -1
  109. package/dist/components/RadioCard/RadioCard.js +1 -1
  110. package/dist/components/RadioCardGroup/RadioCardGroup.js +1 -1
  111. package/dist/components/RadioGroup/RadioGroup.js +1 -1
  112. package/dist/components/Range/Range.js +2 -2
  113. package/dist/components/Select/Select.js +32 -28
  114. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +1 -1
  115. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.js +1 -1
  116. package/dist/components/Select/components/List/List.js +78 -67
  117. package/dist/components/Select/components/ListItem/ListItem.js +1 -1
  118. package/dist/components/Select/components/Wrapper.js +1 -1
  119. package/dist/components/Select/components/index.js +2 -2
  120. package/dist/components/Sidebar/components/CollapseTrigger/CollapseTrigger.js +1 -1
  121. package/dist/components/Sidebar/components/Footer/Footer.js +1 -1
  122. package/dist/components/Sidebar/components/HamburgerTrigger/HamburgerTrigger.js +1 -1
  123. package/dist/components/Sidebar/components/Label/Label.js +1 -1
  124. package/dist/components/Sidebar/components/Logo/Logo.js +1 -1
  125. package/dist/components/Sidebar/components/Navigation/Navigation.js +1 -1
  126. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +1 -1
  127. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +2 -2
  128. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +1 -1
  129. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +1 -1
  130. package/dist/components/Sidebar/components/Wrapper/Wrapper.js +25 -24
  131. package/dist/components/Sidebar/components/index.js +1 -1
  132. package/dist/components/Slider/Slider.js +2 -2
  133. package/dist/components/Spinner/Spinner.js +1 -1
  134. package/dist/components/Stepper/Stepper.js +1 -1
  135. package/dist/components/Stepper/components/HorizontalStepItem/HorizontalStepItem.js +2 -2
  136. package/dist/components/Stepper/components/StepConnector/StepConnector.js +1 -1
  137. package/dist/components/Stepper/components/StepIndicatorContent/StepIndicatorContent.js +1 -1
  138. package/dist/components/Stepper/components/VerticalStepItem/VerticalStepItem.js +2 -2
  139. package/dist/components/Switch/Switch.js +1 -1
  140. package/dist/components/Table/Table.js +1 -1
  141. package/dist/components/Table/components/Body.js +1 -1
  142. package/dist/components/Table/components/Filter.js +1 -1
  143. package/dist/components/Table/components/Head.js +1 -1
  144. package/dist/components/Table/components/Row.js +1 -1
  145. package/dist/components/Tabs/Tabs.js +2 -2
  146. package/dist/components/Tabs/components/Content.js +2 -2
  147. package/dist/components/Tabs/components/List.js +2 -2
  148. package/dist/components/Tabs/components/Trigger.js +2 -2
  149. package/dist/components/Tag/Tag.js +8 -8
  150. package/dist/components/TagSelect/TagSelect.js +1 -1
  151. package/dist/components/TagSelect/components/Item/Item.js +1 -1
  152. package/dist/components/TagSelect/components/List/List.js +1 -1
  153. package/dist/components/TagSelect/components/Wrapper/Wrapper.js +1 -1
  154. package/dist/components/TagSelect/components/index.js +1 -1
  155. package/dist/components/TextArea/TextArea.js +71 -26
  156. package/dist/components/TextArea/TextArea.variants.js +49 -13
  157. package/dist/components/TimePicker/components/HoursList/HoursList.js +1 -1
  158. package/dist/components/TimePicker/components/MeridianList/MeridianList.js +1 -1
  159. package/dist/components/TimePicker/components/MinutesList/MinutesList.js +1 -1
  160. package/dist/components/TimePicker/components/Wrapper/Wrapper.js +113 -98
  161. package/dist/components/TimePicker/components/WrapperList/WrapperList.js +19 -18
  162. package/dist/components/Toast/Toast.js +1 -1
  163. package/dist/components/Tooltip/Tooltip.js +2 -2
  164. package/dist/components/Typography/Typography.js +1 -1
  165. package/dist/components/VirtualizedTable/VirtualizedTable.js +2 -2
  166. package/dist/components/VirtualizedTable/components/Actions/Actions.js +1 -1
  167. package/dist/components/VirtualizedTable/components/Body/Body.js +2 -2
  168. package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +1 -1
  169. package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +2 -2
  170. package/dist/components/VirtualizedTable/components/ExpandableRow/ExpandableRow.js +1 -1
  171. package/dist/components/VirtualizedTable/components/Filter/Filter.js +2 -2
  172. package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +1 -1
  173. package/dist/components/VirtualizedTable/components/Header/Header.js +2 -2
  174. package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +1 -1
  175. package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +1 -1
  176. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +1 -1
  177. package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +1 -1
  178. package/dist/components/VirtualizedTable/contexts/index.js +1 -1
  179. package/dist/components/VirtualizedTable/contexts/table.provider.js +1 -1
  180. package/dist/components/index.js +12 -12
  181. package/dist/{components-MnxnhLqM.js → components-CaEW5ge4.js} +32 -32
  182. package/dist/{constants-CSsr7_YV.js → constants-HQIXhj2t.js} +1 -1
  183. package/dist/contexts/index.js +1 -1
  184. package/dist/contexts/theme.provider.js +1 -1
  185. package/dist/{dist-Z0F27ATp2.js → dist-9WbMf_jT.js} +1 -1
  186. package/dist/{dist-oJzmvhAb.js → dist-AxOGvL82.js} +1 -1
  187. package/dist/{dist-CqNOgbfR.js → dist-BIBFLVt1.js} +3 -3
  188. package/dist/{dist-B6ExqXM_2.js → dist-BnCbAI-c.js} +1 -1
  189. package/dist/{dist-C87gsBDM.js → dist-CszFjHAP.js} +2 -2
  190. package/dist/{dist-ut_BEHii.js → dist-pxvIAJzo.js} +2 -2
  191. package/dist/hooks/useMediaQuery.js +1 -1
  192. package/dist/index.js +14 -14
  193. package/dist/lib/components/ButtonGroup/components/ButtonGroupLabel/ButtonGroupLabel.types.d.ts +1 -1
  194. package/dist/lib/components/ButtonGroup/components/ButtonGroupMessage/ButtonGroupMessage.types.d.ts +2 -0
  195. package/dist/lib/components/Card/Card.types.d.ts +1 -0
  196. package/dist/lib/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.types.d.ts +1 -0
  197. package/dist/lib/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.types.d.ts +1 -0
  198. package/dist/lib/components/Divider/Divider.d.ts +3 -2
  199. package/dist/lib/components/Divider/Divider.types.d.ts +4 -0
  200. package/dist/lib/components/Input/Input.types.d.ts +4 -0
  201. package/dist/lib/components/MultiSelectDropdown/MultiSelectDropdown.types.d.ts +2 -0
  202. package/dist/lib/components/MultiSelectDropdown/contexts/MultiSelectDropdown.types.d.ts +2 -0
  203. package/dist/lib/components/Select/Select.types.d.ts +2 -0
  204. package/dist/lib/components/Select/components/List/List.types.d.ts +3 -0
  205. package/dist/lib/components/Select/components/Wrapper.d.ts +2 -0
  206. package/dist/lib/components/Sidebar/Sidebar.types.d.ts +2 -0
  207. package/dist/lib/components/Sidebar/components/HamburgerTrigger/HamburgerTrigger.types.d.ts +2 -0
  208. package/dist/lib/components/Tag/Tag.types.d.ts +1 -0
  209. package/dist/lib/components/TextArea/TextArea.d.ts +6 -0
  210. package/dist/lib/components/TextArea/TextArea.types.d.ts +13 -2
  211. package/dist/lib/components/TextArea/TextArea.variants.d.ts +4 -1
  212. package/dist/lib/components/TimePicker/TimePicker.types.d.ts +4 -0
  213. package/dist/lib/components/TimePicker/components/WrapperList/WrapperList.types.d.ts +1 -0
  214. package/dist/lib/utils/index.d.ts +1 -0
  215. package/dist/package.json +21 -21
  216. package/dist/{react-B6Nc0Fib.js → react-7zQ6bvbE.js} +290 -289
  217. package/dist/styles.css +1 -1
  218. package/dist/{table.provider-DfZ74xMZ.js → table.provider-CWzODR1t.js} +1 -1
  219. package/dist/{theme.provider-Dw4O3ocC.js → theme.provider-CSL1WCYG.js} +1 -1
  220. package/dist/utils/index.js +6 -5
  221. package/dist/{utils-Cx-WzRZF.js → utils-B-6R7kNE.js} +8 -4
  222. package/package.json +21 -21
  223. package/dist/Input-wp-rsCmX.js +0 -188
  224. package/dist/Wrapper-R8fik3ah.js +0 -182
  225. /package/dist/{dist-DGOjiAnB2.js → dist-DGOjiAnB.js} +0 -0
  226. /package/dist/{dist-DwxO2RoR2.js → dist-DwxO2RoR.js} +0 -0
  227. /package/dist/{dist-pWlMx4Fi2.js → dist-pWlMx4Fi.js} +0 -0
  228. /package/dist/{x-a_LpoXzG2.js → x-a_LpoXzG.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { t as a } from "../../utils-Cx-WzRZF.js";
1
+ import { t as a } from "../../utils-B-6R7kNE.js";
2
2
  import { Typography as t } from "../Typography/Typography.js";
3
3
  import { labelRadioVariants as p, radioVariants as u, wrapperRadioVariants as V } from "./Radio.variants.js";
4
4
  import { forwardRef as b, useId as j } from "react";
@@ -1,4 +1,4 @@
1
- import { t as a } from "../../utils-Cx-WzRZF.js";
1
+ import { t as a } from "../../utils-B-6R7kNE.js";
2
2
  import { Card as d } from "../Card/Card.js";
3
3
  import { Radio as l } from "../Radio/Radio.js";
4
4
  import { radioCardVariants as e } from "./RadioCard.variants.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../utils-Cx-WzRZF.js";
1
+ import { t as e } from "../../utils-B-6R7kNE.js";
2
2
  import { RadioCard as C } from "../RadioCard/RadioCard.js";
3
3
  import { radioCardGroupVariants as N } from "./RadioCardGroup.variants.js";
4
4
  import { useState as S } from "react";
@@ -1,5 +1,5 @@
1
1
  import { t as R } from "../../dist-xCbHbMLA.js";
2
- import { t as r } from "../../utils-Cx-WzRZF.js";
2
+ import { t as r } from "../../utils-B-6R7kNE.js";
3
3
  import { Radio as g } from "../Radio/Radio.js";
4
4
  import { radioGroupVariants as j } from "./RadioGroup.variants.js";
5
5
  import { useState as k } from "react";
@@ -1,5 +1,5 @@
1
- import { t as e } from "../../utils-Cx-WzRZF.js";
2
- import { i as v, n as V, r as i, t as S } from "../../dist-CqNOgbfR.js";
1
+ import { t as e } from "../../utils-B-6R7kNE.js";
2
+ import { i as v, n as V, r as i, t as S } from "../../dist-BIBFLVt1.js";
3
3
  import { rangeOutsideVariants as R, rangeVariants as j, thumbVariants as c, trackVariants as w } from "./Range.variants.js";
4
4
  import { forwardRef as y, useEffect as b, useImperativeHandle as k, useRef as C, useState as T } from "react";
5
5
  import { jsx as a, jsxs as s } from "react/jsx-runtime";
@@ -1,41 +1,45 @@
1
- import { t as a } from "../../utils-Cx-WzRZF.js";
2
- import { t as v } from "../../Wrapper-R8fik3ah.js";
3
- import { SelectProvider as N } from "./contexts/select.provider.js";
4
- import { n as O } from "../../AdditionalOptions-D0BAS2HG.js";
5
- import { forwardRef as g, useMemo as j } from "react";
6
- import { jsx as r, jsxs as k } from "react/jsx-runtime";
7
- var W = g(({ error: e, errorClassName: m, helperText: s, helperTextClassName: n, highlightSearch: p, mainWrapperClassName: d, name: l, value: f, options: t, onChange: o, onBlur: i, ...c }, x) => {
8
- const u = j(() => t.length ? O(t.at(0)) ? t.flatMap((h) => h.options) : t : [], [t]);
9
- return /* @__PURE__ */ r(N, {
10
- highlightSearch: p,
11
- name: l,
12
- value: f,
13
- options: u,
14
- onBlur: i,
15
- onChange: o,
16
- children: /* @__PURE__ */ k("div", {
17
- className: a("relative w-full", d),
1
+ import { n as w, t as d } from "../../utils-B-6R7kNE.js";
2
+ import { t as y } from "../../Wrapper-2AUlYAHQ.js";
3
+ import { SelectProvider as M } from "./contexts/select.provider.js";
4
+ import { n as S } from "../../AdditionalOptions-Crcnz0_g.js";
5
+ import { forwardRef as b, useId as E, useMemo as G } from "react";
6
+ import { jsx as s, jsxs as H } from "react/jsx-runtime";
7
+ var A = b(({ error: e, errorClassName: m, helperText: l, helperTextClassName: x, highlightSearch: h, id: u, mainWrapperClassName: I, name: r, value: g, options: t, onChange: v, onBlur: n, ...$ }, N) => {
8
+ const c = E(), o = u ?? (r ? `${c}-${r}` : c), i = `${o}-error`, p = `${o}-helper-text`, a = typeof e == "string" && e.length > 0, f = !a && !!l, O = w(a && i, f && p), j = G(() => t.length ? S(t.at(0)) ? t.flatMap((k) => k.options) : t : [], [t]);
9
+ return /* @__PURE__ */ s(M, {
10
+ highlightSearch: h,
11
+ name: r,
12
+ value: g,
13
+ options: j,
14
+ onBlur: n,
15
+ onChange: v,
16
+ children: /* @__PURE__ */ H("div", {
17
+ className: d("relative w-full", I),
18
18
  children: [
19
- /* @__PURE__ */ r(v, {
19
+ /* @__PURE__ */ s(y, {
20
+ describedBy: O,
20
21
  error: e,
21
- name: l,
22
- ref: x,
23
- onBlur: i,
22
+ fieldId: o,
23
+ name: r,
24
+ ref: N,
25
+ onBlur: n,
24
26
  groupedOptions: t,
25
- ...c
27
+ ...$
26
28
  }),
27
- e ? /* @__PURE__ */ r("span", {
28
- className: a("text-xs text-red-700 dark:text-red-400", m),
29
+ a ? /* @__PURE__ */ s("span", {
30
+ id: i,
31
+ className: d("text-xs text-red-700 dark:text-red-400", m),
29
32
  children: e
30
33
  }) : null,
31
- !e && s ? /* @__PURE__ */ r("span", {
32
- className: a("text-xs text-slate-600 dark:text-slate-200", n),
33
- children: s
34
+ f ? /* @__PURE__ */ s("span", {
35
+ id: p,
36
+ className: d("text-xs text-slate-600 dark:text-slate-200", x),
37
+ children: l
34
38
  }) : null
35
39
  ]
36
40
  })
37
41
  });
38
42
  });
39
43
  export {
40
- W as Select
44
+ A as Select
41
45
  };
@@ -1,4 +1,4 @@
1
- import { t } from "../../../../AdditionalOptions-D0BAS2HG.js";
1
+ import { t } from "../../../../AdditionalOptions-Crcnz0_g.js";
2
2
  export {
3
3
  t as AdditionalOptions
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as e } from "../../../../utils-B-6R7kNE.js";
2
2
  var r = e("flex", "min-h-10", "py-2", "px-6", "w-full", "h-full", "gap-1", "items-center", "text-sm", "[&>svg]:-ml-1", "[&>svg]:w-3.5", "[&>svg]:h-3.5", "[&>svg]:shrink-0", "cursor-pointer", "select-none", "hover:bg-gray-50", "hover:dark:bg-metal-700", "focus:outline-0", "text-blue-600", "dark:text-aurora-500");
3
3
  export {
4
4
  r as additionalOptionSlotClassName
@@ -1,112 +1,122 @@
1
- import { o as Q } from "../../../../rolldown-runtime-Dw9YIBcH.js";
2
- import { t as n } from "../../../../utils-Cx-WzRZF.js";
3
- import { t as W } from "../../../../Loading-DUh9PMJN.js";
4
- import { t as Y } from "../../../../debounce-BdyZeJQk.js";
5
- import { useSelectContext as $ } from "../../contexts/select.hook.js";
6
- import { n as R, t as ee } from "../../../../AdditionalOptions-D0BAS2HG.js";
7
- import { listGroupLabelVariants as te, listVariants as re } from "./List.variants.js";
1
+ import { o as $ } from "../../../../rolldown-runtime-Dw9YIBcH.js";
2
+ import { t as n } from "../../../../utils-B-6R7kNE.js";
3
+ import { t as R } from "../../../../Loading-DO8JOWBV.js";
4
+ import { t as ee } from "../../../../debounce-BdyZeJQk.js";
5
+ import { useSelectContext as te } from "../../contexts/select.hook.js";
6
+ import { n as re, t as oe } from "../../../../AdditionalOptions-Crcnz0_g.js";
7
+ import { listGroupLabelVariants as ae, listVariants as ne } from "./List.variants.js";
8
8
  import "../../constants/pagination.js";
9
9
  import "../../constants/list.js";
10
- import { useNavigationUlList as oe } from "../../hooks/useNavigationList.js";
10
+ import { useNavigationUlList as se } from "../../hooks/useNavigationList.js";
11
11
  import { ListItem as g } from "../ListItem/ListItem.js";
12
- import { Fragment as se, forwardRef as ne, useEffect as ae, useImperativeHandle as ie, useMemo as T, useRef as H, useState as le } from "react";
13
- import { jsx as o, jsxs as I } from "react/jsx-runtime";
14
- var ce = /* @__PURE__ */ Q(Y(), 1), Ee = ne(({ additionalOptions: N, className: O, groupedOptions: l, inputRef: c, isLoading: P, itemClassName: u, name: j, searchable: f = !1, listItemSecondRowClassName: p, wrapperInputRef: M, isInfiniteScrollEnabled: h, noOptionsText: C, onFetchMoreOptions: L, visibleItems: E }, S) => {
15
- const m = H(null), v = H(null), [b, F] = le(!1), { canContinueFetching: d, canFilter: y, isOpen: q, isTyping: k, options: G, page: w, searchTerm: s, setCanContinueFetching: A, setOptions: U, setPage: V } = $(), z = E !== void 0 ? { maxHeight: E * 40 } : void 0;
16
- ie(S, () => m.current, [m]);
17
- const a = l.length > 0 && R(l[0]), x = f && y ? G.filter((e) => {
18
- const t = s.toLowerCase();
12
+ import { forwardRef as ie, useEffect as le, useImperativeHandle as ce, useMemo as I, useRef as N, useState as ue } from "react";
13
+ import { jsx as o, jsxs as O } from "react/jsx-runtime";
14
+ var fe = /* @__PURE__ */ $(ee(), 1), ke = ie(({ additionalOptions: P, className: T, groupedOptions: l, id: j, inputRef: c, isLoading: M, itemClassName: u, labelledBy: S, loadingText: C, name: q, searchable: f = !1, listItemSecondRowClassName: p, wrapperInputRef: A, isInfiniteScrollEnabled: h, noOptionsText: E, onFetchMoreOptions: b, visibleItems: F }, U) => {
15
+ const m = N(null), L = N(null), [v, k] = ue(!1), { canContinueFetching: d, canFilter: y, isOpen: V, isTyping: G, options: H, page: w, searchTerm: a, setCanContinueFetching: z, setOptions: D, setPage: X } = te(), Z = F !== void 0 ? { maxHeight: F * 40 } : void 0;
16
+ ce(U, () => m.current, [m]);
17
+ const s = l.length > 0 && re(l[0]), _ = f && y ? H.filter((e) => {
18
+ const t = a.toLowerCase();
19
19
  return (typeof e.label == "string" ? e.label.toLowerCase() : "").includes(t);
20
- }) : G, _ = T(() => {
21
- if (!a) return [];
20
+ }) : H, x = I(() => {
21
+ if (!s) return [];
22
22
  const e = l;
23
- if (!f || !y || !s) return e;
24
- const t = s.toLowerCase();
23
+ if (!f || !y || !a) return e;
24
+ const t = a.toLowerCase();
25
25
  return e.map((r) => ({
26
26
  ...r,
27
27
  options: r.options.filter((i) => i.label.toLowerCase().includes(t))
28
28
  })).filter((r) => r.options.length > 0);
29
29
  }, [
30
- a,
30
+ s,
31
31
  l,
32
32
  f,
33
33
  y,
34
- s
35
- ]), D = a ? _.flatMap((e) => e.options) : x;
36
- oe({
34
+ a
35
+ ]), B = s ? x.flatMap((e) => e.options) : _;
36
+ se({
37
37
  ulRef: m,
38
- wrapperInputRef: M,
38
+ wrapperInputRef: A,
39
39
  searchable: f,
40
- filteredOptions: D
40
+ filteredOptions: B
41
41
  });
42
- const X = x.filter((e, t, r) => t === r.findIndex((i) => i.value === e.value)), Z = a ? _.length === 0 : x.length === 0, B = T(() => (0, ce.default)(async (e) => {
42
+ const J = _.filter((e, t, r) => t === r.findIndex((i) => i.value === e.value)), K = s ? x.length === 0 : _.length === 0, Q = I(() => (0, fe.default)(async (e) => {
43
43
  const [t] = e;
44
- if (t.isIntersecting && !b && L && d) try {
45
- F(!0);
46
- const r = w + 1, { data: i, hasMore: J } = await L({
44
+ if (t.isIntersecting && !v && b && d) try {
45
+ k(!0);
46
+ const r = w + 1, { data: i, hasMore: W } = await b({
47
47
  page: r,
48
48
  pageSize: 10,
49
- termOfSearch: s
49
+ termOfSearch: a
50
50
  });
51
- V(r), A(J), U((K) => [...K, ...i]);
51
+ X(r), z(W), D((Y) => [...Y, ...i]);
52
52
  } catch {
53
53
  console.error("Error fetching more options");
54
54
  } finally {
55
- F(!1);
55
+ k(!1);
56
56
  }
57
57
  }, 100), [
58
+ v,
58
59
  b,
59
- L,
60
- s,
60
+ a,
61
61
  w
62
62
  ]);
63
- return ae(() => {
64
- if (h && d && v.current && !k) {
65
- const e = new IntersectionObserver(B, { threshold: 0.1 });
66
- return e.observe(v.current), () => e.disconnect();
63
+ return le(() => {
64
+ if (h && d && L.current && !G) {
65
+ const e = new IntersectionObserver(Q, { threshold: 0.1 });
66
+ return e.observe(L.current), () => e.disconnect();
67
67
  }
68
68
  }, [
69
69
  h,
70
70
  d,
71
- b,
72
- k,
71
+ v,
72
+ G,
73
73
  w
74
- ]), /* @__PURE__ */ I("ul", {
74
+ ]), /* @__PURE__ */ O("ul", {
75
75
  ref: m,
76
- title: j,
76
+ id: j,
77
+ title: q,
77
78
  role: "listbox",
78
- className: n(re({ className: O })),
79
- style: z,
80
- "data-state": q ? "open" : "closed",
79
+ "aria-labelledby": S,
80
+ className: n(ne({ className: T })),
81
+ style: Z,
82
+ "data-state": V ? "open" : "closed",
81
83
  children: [
82
- P ? /* @__PURE__ */ o(g, {
84
+ M ? /* @__PURE__ */ o(g, {
83
85
  className: n("select-none", u),
84
86
  isClickable: !1,
85
87
  inputRef: c,
86
- value: "Loading...",
87
- label: "Loading...",
88
+ value: C ?? "Loading...",
89
+ label: C ?? "Loading...",
88
90
  listItemSecondRowClassName: p
89
- }) : Z ? /* @__PURE__ */ o(g, {
91
+ }) : K ? /* @__PURE__ */ o(g, {
90
92
  isEmpty: !0,
91
93
  className: n("select-none", u),
92
94
  isClickable: !1,
93
95
  inputRef: c,
94
- value: C ?? "",
95
- label: C ?? "No options",
96
+ value: E ?? "",
97
+ label: E ?? "No options",
96
98
  listItemSecondRowClassName: p
97
- }) : a ? _.map((e) => /* @__PURE__ */ I(se, { children: [/* @__PURE__ */ o("li", {
99
+ }) : s ? x.map((e) => /* @__PURE__ */ o("li", {
98
100
  role: "presentation",
99
- "aria-hidden": "true",
100
101
  "data-action": "true",
101
- className: n(te()),
102
- children: e.groupLabel
103
- }), e.options.map((t) => /* @__PURE__ */ o(g, {
104
- className: n("select-none", u),
105
- isClickable: !0,
106
- inputRef: c,
107
- listItemSecondRowClassName: p,
108
- ...t
109
- }, t.value))] }, e.groupLabel)) : X.map((e) => /* @__PURE__ */ o(g, {
102
+ children: /* @__PURE__ */ O("ul", {
103
+ role: "group",
104
+ "aria-label": e.groupLabel,
105
+ children: [/* @__PURE__ */ o("li", {
106
+ role: "presentation",
107
+ "aria-hidden": "true",
108
+ "data-action": "true",
109
+ className: n(ae()),
110
+ children: e.groupLabel
111
+ }), e.options.map((t) => /* @__PURE__ */ o(g, {
112
+ className: n("select-none", u),
113
+ isClickable: !0,
114
+ inputRef: c,
115
+ listItemSecondRowClassName: p,
116
+ ...t
117
+ }, t.value))]
118
+ })
119
+ }, e.groupLabel)) : J.map((e) => /* @__PURE__ */ o(g, {
110
120
  className: n("select-none", u),
111
121
  isClickable: !0,
112
122
  inputRef: c,
@@ -114,17 +124,18 @@ var ce = /* @__PURE__ */ Q(Y(), 1), Ee = ne(({ additionalOptions: N, className:
114
124
  ...e
115
125
  }, e.value)),
116
126
  h && d && /* @__PURE__ */ o("li", {
117
- ref: v,
118
- role: "option",
127
+ ref: L,
128
+ role: "presentation",
129
+ "aria-hidden": "true",
119
130
  "data-action": "true",
120
131
  className: "flex items-center justify-center py-3",
121
132
  onClick: (e) => e.stopPropagation(),
122
- children: /* @__PURE__ */ o(W, { className: "w-4 h-4 text-aurora-500 select-none" })
133
+ children: /* @__PURE__ */ o(R, { className: "w-4 h-4 text-aurora-500 select-none" })
123
134
  }),
124
- /* @__PURE__ */ o(ee, { additionalOptions: N })
135
+ /* @__PURE__ */ o(oe, { additionalOptions: P })
125
136
  ]
126
137
  });
127
138
  });
128
139
  export {
129
- Ee as List
140
+ ke as List
130
141
  };
@@ -1,4 +1,4 @@
1
- import { t as l } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as l } from "../../../../utils-B-6R7kNE.js";
2
2
  import { Typography as x } from "../../../Typography/Typography.js";
3
3
  import { useSelectContext as I } from "../../contexts/select.hook.js";
4
4
  import { listItemVariants as C } from "./ListItem.variants.js";
@@ -1,4 +1,4 @@
1
- import { t as p } from "../../../Wrapper-R8fik3ah.js";
1
+ import { t as p } from "../../../Wrapper-2AUlYAHQ.js";
2
2
  export {
3
3
  p as Wrapper
4
4
  };
@@ -1,5 +1,5 @@
1
- import { t as o } from "../../../Wrapper-R8fik3ah.js";
2
- import { t as i } from "../../../AdditionalOptions-D0BAS2HG.js";
1
+ import { t as o } from "../../../Wrapper-2AUlYAHQ.js";
2
+ import { t as i } from "../../../AdditionalOptions-Crcnz0_g.js";
3
3
  import { EmptyList as p } from "./EmptyList.js";
4
4
  import { List as a } from "./List/List.js";
5
5
  export {
@@ -1,4 +1,4 @@
1
- import { t as n } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as n } from "../../../../utils-B-6R7kNE.js";
2
2
  import { ArrowLeftIcon as l } from "../../../../assets/icons/components/ArrowLeft.js";
3
3
  import { ArrowRightIcon as s } from "../../../../assets/icons/components/ArrowRight.js";
4
4
  import { useSidebarContext as p } from "../../contexts/SidebarContext.js";
@@ -1,4 +1,4 @@
1
- import { t } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t } from "../../../../utils-B-6R7kNE.js";
2
2
  import { footerVariants as a } from "./Footer.variants.js";
3
3
  import { jsx as e } from "react/jsx-runtime";
4
4
  var m = ({ className: o, children: r }) => /* @__PURE__ */ e("footer", {
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../../HamburgerTrigger-BT2yUUJ-.js";
1
+ import { t as e } from "../../../../HamburgerTrigger-B_NGSZ2r.js";
2
2
  export {
3
3
  e as HamburgerTrigger
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as p } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as p } from "../../../../utils-B-6R7kNE.js";
2
2
  import { Typography as l } from "../../../Typography/Typography.js";
3
3
  import { useSidebarContext as m } from "../../contexts/SidebarContext.js";
4
4
  import { useNavigationOptionContext as f } from "../NavigationOption/NavigationOption.context.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as e } from "../../../../utils-B-6R7kNE.js";
2
2
  import { useSidebarContext as i } from "../../contexts/SidebarContext.js";
3
3
  import { logoVariants as s } from "./Logo.variants.js";
4
4
  import { jsx as m } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { t as c } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as c } from "../../../../utils-B-6R7kNE.js";
2
2
  import { useSidebarContext as d } from "../../contexts/SidebarContext.js";
3
3
  import { NavigationTitle as y } from "../NavigationTitle/NavigationTitle.js";
4
4
  import { NavigationGroup as u } from "../NavigationGroup/NavigationGroup.js";
@@ -1,4 +1,4 @@
1
- import { t as m } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as m } from "../../../../utils-B-6R7kNE.js";
2
2
  import { useSidebarContext as l } from "../../contexts/SidebarContext.js";
3
3
  import { NavigationTitle as p } from "../NavigationTitle/NavigationTitle.js";
4
4
  import { navigationGroupsVariants as u } from "./NavigationGroup.variants.js";
@@ -1,5 +1,5 @@
1
- import { t as u } from "../../../../utils-Cx-WzRZF.js";
2
- import { a as j, i as P, n as V, o as A, r as D, t as E } from "../../../../dist-oJzmvhAb.js";
1
+ import { t as u } from "../../../../utils-B-6R7kNE.js";
2
+ import { a as j, i as P, n as V, o as A, r as D, t as E } from "../../../../dist-AxOGvL82.js";
3
3
  import { useSidebarContext as H } from "../../contexts/SidebarContext.js";
4
4
  import { NavigationOptionContext as R } from "./NavigationOption.context.js";
5
5
  import { navigationOptionVariants as z } from "./NavigationOption.variants.js";
@@ -1,4 +1,4 @@
1
- import { t as r } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as r } from "../../../../utils-B-6R7kNE.js";
2
2
  import { navigationSeparatorVariant as o } from "./NavigationSeparator.variants.js";
3
3
  import { jsx as t } from "react/jsx-runtime";
4
4
  var i = ({ className: a }) => /* @__PURE__ */ t("div", {
@@ -1,4 +1,4 @@
1
- import { t as a } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as a } from "../../../../utils-B-6R7kNE.js";
2
2
  import { navigationTitleVariants as e } from "./NavigationTitle.variants.js";
3
3
  import { jsx as n } from "react/jsx-runtime";
4
4
  var o = ({ title: i, className: r, isVisible: t = !0 }) => t ? /* @__PURE__ */ n("h2", {
@@ -1,17 +1,17 @@
1
- import { t as Q } from "../../../../HamburgerTrigger-BT2yUUJ-.js";
2
- import { t as l } from "../../../../utils-Cx-WzRZF.js";
3
- import { Drawer as Y } from "../../../Drawer/Drawer.js";
1
+ import { t as Y } from "../../../../HamburgerTrigger-B_NGSZ2r.js";
2
+ import { t as l } from "../../../../utils-B-6R7kNE.js";
3
+ import { Drawer as Z } from "../../../Drawer/Drawer.js";
4
4
  import { SidebarContext as k } from "../../contexts/SidebarContext.js";
5
- import { useSidebarMode as Z } from "../../hooks/useSidebarMode.js";
6
- import { dragVariants as ee, wrapperSiderbarVariants as A } from "../../Sidebar.variants.js";
5
+ import { useSidebarMode as ee } from "../../hooks/useSidebarMode.js";
6
+ import { dragVariants as re, wrapperSiderbarVariants as A } from "../../Sidebar.variants.js";
7
7
  import { useCallback as p, useEffect as f, useRef as m, useState as M } from "react";
8
- import { Fragment as re, jsx as o, jsxs as F } from "react/jsx-runtime";
9
- var te = 280, ne = ({ animateOnHover: I = !0, canResize: N = !0, children: y, dividerClassName: P, drawerBreakpoint: _, drawerClassNames: i, drawerMaxWidth: b = te, expandedBreakpoint: $, expandOnHover: j = !0, initialMode: C, initialWidth: x = 256, maxWith: s = 300, minWith: a = 240, mode: U = "auto", separatorClassName: D, style: L, theme: E, triggerClassName: X, wrapperClassName: O }) => {
10
- const t = Z(U, $, _, C), [R, v] = M(!1), [S, W] = M(null), [z, T] = M(null), u = t === "drawer" ? "drawer" : z ?? t, n = m(null), r = m(null), w = m(!1), H = m(!1);
8
+ import { Fragment as te, jsx as o, jsxs as F } from "react/jsx-runtime";
9
+ var ne = 280, oe = ({ animateOnHover: I = !0, canResize: N = !0, children: y, dividerClassName: P, drawerBreakpoint: _, drawerClassNames: i, drawerMaxWidth: b = ne, expandedBreakpoint: $, expandOnHover: j = !0, initialMode: C, initialWidth: x = 256, maxWith: s = 300, minWith: a = 240, mode: U = "auto", separatorClassName: D, style: L, theme: E, triggerClassName: X, openNavigationLabel: W, wrapperClassName: O }) => {
10
+ const t = ee(U, $, _, C), [R, v] = M(!1), [S, q] = M(null), [z, T] = M(null), u = t === "drawer" ? "drawer" : z ?? t, n = m(null), r = m(null), w = m(!1), H = m(!1);
11
11
  f(() => {
12
12
  if (t !== "drawer") return;
13
13
  const e = () => {
14
- W(window.innerWidth);
14
+ q(window.innerWidth);
15
15
  };
16
16
  return e(), window.addEventListener("resize", e), () => {
17
17
  window.removeEventListener("resize", e);
@@ -26,7 +26,7 @@ var te = 280, ne = ({ animateOnHover: I = !0, canResize: N = !0, children: y, di
26
26
  c < a && (c = a), c > s && (c = s), r.current && n.current && (r.current.style.width = `${c}px`, n.current.classList.add("opacity-100"));
27
27
  }, [s, a]), V = p(() => {
28
28
  w.current = !1, n.current && n.current.classList.remove("opacity-100"), r.current && r.current.classList.remove("transition-none"), document.body.style.userSelect = "", document.body.style.cursor = "", document.removeEventListener("mousemove", g), document.removeEventListener("mouseup", V);
29
- }, [g]), q = (e) => {
29
+ }, [g]), B = (e) => {
30
30
  e.preventDefault(), e.stopPropagation(), w.current = !0, r.current && r.current.classList.add("transition-none"), document.body.style.userSelect = "none", document.body.style.cursor = "col-resize", document.addEventListener("mousemove", g), document.addEventListener("mouseup", V);
31
31
  };
32
32
  f(() => {
@@ -43,18 +43,19 @@ var te = 280, ne = ({ animateOnHover: I = !0, canResize: N = !0, children: y, di
43
43
  a,
44
44
  u
45
45
  ]);
46
- const B = () => {
46
+ const G = () => {
47
47
  v(!0);
48
48
  }, h = p(() => {
49
49
  v(!1);
50
- }, []), G = p(() => {
50
+ }, []), J = p(() => {
51
51
  T((e) => (e ?? t) === "collapsed" ? "expanded" : "collapsed");
52
52
  }, [t]);
53
- if (t === "drawer") return /* @__PURE__ */ F(re, { children: [/* @__PURE__ */ o(Q, {
53
+ if (t === "drawer") return /* @__PURE__ */ F(te, { children: [/* @__PURE__ */ o(Y, {
54
54
  isOpen: R,
55
- onClick: B,
56
- className: X
57
- }), /* @__PURE__ */ o(Y, {
55
+ onClick: G,
56
+ className: X,
57
+ openNavigationLabel: W
58
+ }), /* @__PURE__ */ o(Z, {
58
59
  isOpen: R,
59
60
  onClose: h,
60
61
  position: "left",
@@ -86,7 +87,7 @@ var te = 280, ne = ({ animateOnHover: I = !0, canResize: N = !0, children: y, di
86
87
  })
87
88
  })
88
89
  })] });
89
- const d = z ?? t, J = N && d === "expanded", K = {
90
+ const d = z ?? t, K = N && d === "expanded", Q = {
90
91
  mode: d,
91
92
  isCollapsed: d === "collapsed",
92
93
  expandOnHover: j,
@@ -94,10 +95,10 @@ var te = 280, ne = ({ animateOnHover: I = !0, canResize: N = !0, children: y, di
94
95
  separatorClassName: D,
95
96
  closeDrawer: h,
96
97
  canToggle: !0,
97
- toggleMode: G
98
+ toggleMode: J
98
99
  };
99
100
  return /* @__PURE__ */ o(k.Provider, {
100
- value: K,
101
+ value: Q,
101
102
  children: /* @__PURE__ */ F("aside", {
102
103
  ref: r,
103
104
  className: l("konstruct-sidebar", A({
@@ -107,15 +108,15 @@ var te = 280, ne = ({ animateOnHover: I = !0, canResize: N = !0, children: y, di
107
108
  "data-theme": E,
108
109
  "data-mode": d,
109
110
  style: L,
110
- children: [y, J && /* @__PURE__ */ o("div", {
111
+ children: [y, K && /* @__PURE__ */ o("div", {
111
112
  ref: n,
112
- className: l(ee({ className: P })),
113
- onMouseDown: q
113
+ className: l(re({ className: P })),
114
+ onMouseDown: B
114
115
  })]
115
116
  })
116
117
  });
117
118
  };
118
- ne.displayName = "Sidebar.Wrapper";
119
+ oe.displayName = "Sidebar.Wrapper";
119
120
  export {
120
- ne as Wrapper
121
+ oe as Wrapper
121
122
  };
@@ -1,4 +1,4 @@
1
- import { t as r } from "../../../HamburgerTrigger-BT2yUUJ-.js";
1
+ import { t as r } from "../../../HamburgerTrigger-B_NGSZ2r.js";
2
2
  import { CollapseTrigger as m } from "./CollapseTrigger/CollapseTrigger.js";
3
3
  import { Footer as p } from "./Footer/Footer.js";
4
4
  import { Label as f } from "./Label/Label.js";
@@ -1,5 +1,5 @@
1
- import { t } from "../../utils-Cx-WzRZF.js";
2
- import { i as v, r as N, t as S } from "../../dist-CqNOgbfR.js";
1
+ import { t } from "../../utils-B-6R7kNE.js";
2
+ import { i as v, r as N, t as S } from "../../dist-BIBFLVt1.js";
3
3
  import { sliderVariants as V, thumbVariants as g, trackVariants as j } from "./Slider.variants.js";
4
4
  import { forwardRef as b, useEffect as w, useImperativeHandle as y, useRef as R, useState as k } from "react";
5
5
  import { jsx as r, jsxs as l } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { t as o } from "../../Spinner-CUwE2bLm.js";
1
+ import { t as o } from "../../Spinner-BJE79VTl.js";
2
2
  export {
3
3
  o as Spinner
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as s } from "../../utils-Cx-WzRZF.js";
1
+ import { t as s } from "../../utils-B-6R7kNE.js";
2
2
  import { stepItemVariants as S, stepListVariants as b, stepperVariants as k } from "./Stepper.variants.js";
3
3
  import { StepItem as C } from "./components/StepItem/StepItem.js";
4
4
  import { useMemo as I } from "react";
@@ -1,5 +1,5 @@
1
- import { t } from "../../../../utils-Cx-WzRZF.js";
2
- import { t as v } from "../../../../StepIndicatorContent-CjbjVjS1.js";
1
+ import { t } from "../../../../utils-B-6R7kNE.js";
2
+ import { t as v } from "../../../../StepIndicatorContent-BGDvxLzV.js";
3
3
  import { useStepItemLogic as w } from "../../hooks/useStepItemLogic.js";
4
4
  import { stepContentVariants as C, stepDescriptionVariants as k, stepIndicatorVariants as g, stepLabelVariants as I, stepVariants as x } from "../../Stepper.variants.js";
5
5
  import { getStepAriaLabel as S } from "../../utils/index.js";
@@ -1,4 +1,4 @@
1
- import { t as m } from "../../../../utils-Cx-WzRZF.js";
1
+ import { t as m } from "../../../../utils-B-6R7kNE.js";
2
2
  import { stepConnectorVariants as n } from "../../Stepper.variants.js";
3
3
  import { memo as i } from "react";
4
4
  import { jsx as p } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { t as o } from "../../../../StepIndicatorContent-CjbjVjS1.js";
1
+ import { t as o } from "../../../../StepIndicatorContent-BGDvxLzV.js";
2
2
  export {
3
3
  o as StepIndicatorContent
4
4
  };
@@ -1,5 +1,5 @@
1
- import { t as a } from "../../../../utils-Cx-WzRZF.js";
2
- import { t as x } from "../../../../StepIndicatorContent-CjbjVjS1.js";
1
+ import { t as a } from "../../../../utils-B-6R7kNE.js";
2
+ import { t as x } from "../../../../StepIndicatorContent-BGDvxLzV.js";
3
3
  import { useStepItemLogic as V } from "../../hooks/useStepItemLogic.js";
4
4
  import { stepContentVariants as I, stepDescriptionVariants as S, stepIndicatorVariants as k, stepLabelVariants as D, stepVariants as L } from "../../Stepper.variants.js";
5
5
  import { getStepAriaLabel as g } from "../../utils/index.js";
@@ -1,4 +1,4 @@
1
- import { t as o } from "../../Switch-CyJXptgc.js";
1
+ import { t as o } from "../../Switch-C7286Bcu.js";
2
2
  export {
3
3
  o as Switch
4
4
  };