@konstructio/ui 0.1.2-alpha.101 → 0.1.2-alpha.103

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 (221) hide show
  1. package/dist/AlertDialogTrigger-CgcsW_ta.js +109 -0
  2. package/dist/{Breadcrumb-Bmv0vzgt.js → Breadcrumb-Cp3abB2w.js} +1 -1
  3. package/dist/Checkbox-DzAx7n67.js +249 -0
  4. package/dist/{CommandInput-CYYsk_31.js → CommandInput-BnvRMfLI.js} +2 -2
  5. package/dist/{Counter-DWKyr569.js → Counter-CY0xGnVM.js} +2 -2
  6. package/dist/{DayPicker-CwO8Zff5.js → DayPicker-kweJz134.js} +750 -746
  7. package/dist/{DropdownButton-Beel5_gN.js → DropdownButton-DnlwdPmb.js} +1 -1
  8. package/dist/FlagSelectorList-BoYG-_It.js +852 -0
  9. package/dist/{HamburgerTrigger-7a4POUaM.js → HamburgerTrigger-1vOTrm8-.js} +2 -2
  10. package/dist/{Input-DG3snJf_.js → Input-CW0VwW2T.js} +4 -4
  11. package/dist/{Modal-Bcu6LLAp.js → Modal-Bfzggwlr.js} +2 -2
  12. package/dist/{Spinner-BegZ5yd7.js → Spinner-Lw9mZYhg.js} +1 -1
  13. package/dist/Switch-WBRr8uOJ.js +196 -0
  14. package/dist/Toast-ByH-l4XK.js +459 -0
  15. package/dist/{Wrapper-DwxJAkNQ.js → Wrapper-ClJ_Mham.js} +2 -2
  16. package/dist/{Wrapper-DtT29fc5.js → Wrapper-XeeD3av7.js} +1 -1
  17. package/dist/components/Alert/Alert.js +2 -2
  18. package/dist/components/AlertDialog/AlertDialog.js +1 -1
  19. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
  20. package/dist/components/AlertDialog/components/index.js +1 -1
  21. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  22. package/dist/components/Checkbox/Checkbox.js +1 -1
  23. package/dist/components/Command/Command.js +2 -2
  24. package/dist/components/Command/components/Command.js +1 -1
  25. package/dist/components/Command/components/CommandEmpty.js +1 -1
  26. package/dist/components/Command/components/CommandGroup.js +1 -1
  27. package/dist/components/Command/components/CommandInput.js +1 -1
  28. package/dist/components/Command/components/CommandItem.js +1 -1
  29. package/dist/components/Command/components/CommandList.js +1 -1
  30. package/dist/components/Command/components/CommandSeparator.js +1 -1
  31. package/dist/components/Command/components/DialogContent.js +2 -2
  32. package/dist/components/Command/components/DialogOverlay.js +1 -1
  33. package/dist/components/Command/components/index.js +1 -1
  34. package/dist/components/Counter/Counter.js +1 -1
  35. package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarMonth/CalendarMonth.js +1 -1
  36. package/dist/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.js +1 -1
  37. package/dist/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.js +1 -1
  38. package/dist/components/Datepicker/DatePicker.js +2 -3
  39. package/dist/components/Drawer/Drawer.js +2 -2
  40. package/dist/components/DropdownButton/DropdownButton.js +1 -1
  41. package/dist/components/Filter/Filter.js +4 -3
  42. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +23 -24
  43. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +60 -65
  44. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +35 -43
  45. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +40 -45
  46. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.js +33 -34
  47. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.js +45 -51
  48. package/dist/components/Filter/components/FilterDropdown/FilterDropdown.js +28 -0
  49. package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +56 -61
  50. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +33 -34
  51. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.js +70 -75
  52. package/dist/components/Filter/contexts/filter.provider.js +8 -5
  53. package/dist/components/Filter/utils/index.js +1 -1
  54. package/dist/components/Input/Input.js +1 -1
  55. package/dist/components/LineChart/LineChart.js +1 -1
  56. package/dist/components/Modal/Modal.js +1 -1
  57. package/dist/components/Modal/components/Wrapper/Wrapper.js +1 -1
  58. package/dist/components/Modal/components/index.js +1 -1
  59. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +1 -1
  60. package/dist/components/MultiSelectDropdown/components/List/List.js +1 -1
  61. package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +1 -1
  62. package/dist/components/MultiSelectDropdown/components/index.js +1 -1
  63. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +2 -2
  64. package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +1 -1
  65. package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +2 -2
  66. package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +2 -2
  67. package/dist/components/PhoneNumberInput/components/Wrapper.js +1 -1
  68. package/dist/components/PhoneNumberInput/components/index.js +2 -2
  69. package/dist/components/PhoneNumberInput/contexts/index.js +1 -1
  70. package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +1 -1
  71. package/dist/components/PieChart/PieChart.js +1 -1
  72. package/dist/components/Range/Range.js +1 -1
  73. package/dist/components/Select/components/List/List.js +1 -1
  74. package/dist/components/Sidebar/components/HamburgerTrigger/HamburgerTrigger.js +1 -1
  75. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +1 -1
  76. package/dist/components/Sidebar/components/Wrapper/Wrapper.js +1 -1
  77. package/dist/components/Sidebar/components/index.js +1 -1
  78. package/dist/components/Slider/Slider.js +1 -1
  79. package/dist/components/Spinner/Spinner.js +1 -1
  80. package/dist/components/Switch/Switch.js +1 -1
  81. package/dist/components/Table/components/Filter.js +1 -1
  82. package/dist/components/Tabs/Tabs.js +1 -1
  83. package/dist/components/Tabs/components/Content.js +1 -1
  84. package/dist/components/Tabs/components/List.js +1 -1
  85. package/dist/components/Tabs/components/Trigger.js +1 -1
  86. package/dist/components/TagSelect/TagSelect.js +1 -1
  87. package/dist/components/TagSelect/components/Wrapper/Wrapper.js +1 -1
  88. package/dist/components/TagSelect/components/index.js +1 -1
  89. package/dist/components/Toast/Toast.js +1 -1
  90. package/dist/components/Tooltip/Tooltip.js +1 -1
  91. package/dist/components/VirtualizedTable/VirtualizedTable.js +87 -87
  92. package/dist/components/VirtualizedTable/components/Actions/Actions.js +19 -19
  93. package/dist/components/VirtualizedTable/components/Body/Body.js +50 -49
  94. package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +67 -21
  95. package/dist/components/VirtualizedTable/components/ExpandableRow/ExpandableRow.js +1 -1
  96. package/dist/components/VirtualizedTable/components/Filter/Filter.js +53 -63
  97. package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +10 -10
  98. package/dist/components/VirtualizedTable/components/Header/Header.js +47 -34
  99. package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +19 -15
  100. package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +10 -10
  101. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +1 -1
  102. package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +8 -8
  103. package/dist/components/VirtualizedTable/contexts/index.js +1 -1
  104. package/dist/components/VirtualizedTable/contexts/table.context.js +1 -0
  105. package/dist/components/VirtualizedTable/contexts/table.provider.js +1 -1
  106. package/dist/components/index.js +10 -10
  107. package/dist/{components-CYt24H4n.js → components-BIHlj4yH.js} +1 -1
  108. package/dist/{debounce-KoeGNmnW.js → debounce-C5Ycjilj.js} +14 -14
  109. package/dist/dist-2bGlmy8N2.js +165 -0
  110. package/dist/dist-BiJrNvNo.js +193 -0
  111. package/dist/dist-BuFiu480.js +13 -0
  112. package/dist/dist-C2aTw0m62.js +1320 -0
  113. package/dist/{dist-DvoMuWKO2.js → dist-C2s4VX-42.js} +4 -4
  114. package/dist/dist-CT6d9xe7.js +441 -0
  115. package/dist/dist-CTvBzxW8.js +31 -0
  116. package/dist/dist-CVDFmWf2.js +358 -0
  117. package/dist/dist-D4FePjTS.js +194 -0
  118. package/dist/dist-DISvWx7U.js +99 -0
  119. package/dist/dist-Db6UeFo4.js +291 -0
  120. package/dist/{dist-DGO9opgu.js → dist-Dse3gSmZ.js} +49 -49
  121. package/dist/dist-j7FOUrFU.js +206 -0
  122. package/dist/{dist-C8NWUTUh.js → dist-l-aDnQZC.js} +1 -1
  123. package/dist/es2015-BWf6xQHm.js +222 -0
  124. package/dist/index.js +10 -10
  125. package/dist/{isObject-1ZmdWuhC.js → isObject-BeFFiVJK.js} +8 -8
  126. package/dist/lib/components/Alert/Alert.types.d.ts +1 -1
  127. package/dist/lib/components/AlertDialog/AlertDialog.types.d.ts +1 -1
  128. package/dist/lib/components/AlertDialog/components/AlertDialogTrigger.types.d.ts +2 -2
  129. package/dist/lib/components/Autocomplete/Autocomplete.types.d.ts +1 -1
  130. package/dist/lib/components/Breadcrumb/Breadcrumb.types.d.ts +1 -1
  131. package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.types.d.ts +1 -1
  132. package/dist/lib/components/Breadcrumb/components/Item/Item.types.d.ts +1 -1
  133. package/dist/lib/components/Button/Button.types.d.ts +1 -1
  134. package/dist/lib/components/ButtonGroup/ButtonGroup.types.d.ts +1 -1
  135. package/dist/lib/components/Card/Card.types.d.ts +1 -1
  136. package/dist/lib/components/Checkbox/Checkbox.types.d.ts +1 -1
  137. package/dist/lib/components/Command/Command.types.d.ts +1 -1
  138. package/dist/lib/components/Counter/Counter.types.d.ts +1 -1
  139. package/dist/lib/components/DateRangePicker/DateRangePicker.types.d.ts +1 -1
  140. package/dist/lib/components/Drawer/Drawer.types.d.ts +1 -1
  141. package/dist/lib/components/Filter/Filter.types.d.ts +1 -1
  142. package/dist/lib/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.d.ts +2 -3
  143. package/dist/lib/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.d.ts +1 -2
  144. package/dist/lib/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.d.ts +2 -3
  145. package/dist/lib/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.types.d.ts +1 -1
  146. package/dist/lib/components/Filter/components/FilterDropdown/FilterDropdown.d.ts +3 -0
  147. package/dist/lib/components/Filter/components/FilterDropdown/FilterDropdown.types.d.ts +9 -0
  148. package/dist/lib/components/Filter/components/ResetButton/ResetButton.types.d.ts +1 -1
  149. package/dist/lib/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.d.ts +1 -2
  150. package/dist/lib/components/Filter/contexts/filter.context.d.ts +1 -0
  151. package/dist/lib/components/ImageUpload/ImageUpload.types.d.ts +1 -1
  152. package/dist/lib/components/Input/Input.types.d.ts +1 -1
  153. package/dist/lib/components/LineChart/LineChart.types.d.ts +1 -1
  154. package/dist/lib/components/Loading/Loading.types.d.ts +1 -1
  155. package/dist/lib/components/Modal/Modal.types.d.ts +1 -1
  156. package/dist/lib/components/Modal/components/Wrapper/Wrapper.types.d.ts +1 -1
  157. package/dist/lib/components/MultiSelectDropdown/components/Item/Item.types.d.ts +1 -1
  158. package/dist/lib/components/MultiSelectDropdown/components/List/List.types.d.ts +1 -1
  159. package/dist/lib/components/MultiSelectDropdown/components/Wrapper/Wrapper.types.d.ts +1 -1
  160. package/dist/lib/components/ProgressBar/ProgressBar.types.d.ts +1 -1
  161. package/dist/lib/components/Radio/Radio.types.d.ts +1 -1
  162. package/dist/lib/components/RadioCard/RadioCard.types.d.ts +1 -1
  163. package/dist/lib/components/RadioCardGroup/RadioCardGroup.types.d.ts +1 -1
  164. package/dist/lib/components/RadioGroup/RadioGroup.types.d.ts +1 -1
  165. package/dist/lib/components/Range/Range.types.d.ts +1 -1
  166. package/dist/lib/components/Select/Select.types.d.ts +1 -1
  167. package/dist/lib/components/Sidebar/Sidebar.types.d.ts +2 -2
  168. package/dist/lib/components/Sidebar/components/Label/Label.types.d.ts +1 -1
  169. package/dist/lib/components/Slider/Slider.types.d.ts +1 -1
  170. package/dist/lib/components/Spinner/Spinner.types.d.ts +2 -2
  171. package/dist/lib/components/Stepper/Stepper.types.d.ts +1 -1
  172. package/dist/lib/components/Stepper/components/StepItem/StepItem.types.d.ts +1 -1
  173. package/dist/lib/components/Switch/Switch.types.d.ts +1 -1
  174. package/dist/lib/components/Table/Table.types.d.ts +1 -1
  175. package/dist/lib/components/Tabs/Tabs.types.d.ts +1 -1
  176. package/dist/lib/components/TagSelect/TagSelect.types.d.ts +1 -1
  177. package/dist/lib/components/TagSelect/components/Item/Item.types.d.ts +2 -2
  178. package/dist/lib/components/TagSelect/components/List/List.types.d.ts +1 -1
  179. package/dist/lib/components/TagSelect/components/Wrapper/Wrapper.types.d.ts +1 -1
  180. package/dist/lib/components/TagSelect/contexts/TagSelect.types.d.ts +1 -1
  181. package/dist/lib/components/TextArea/TextArea.types.d.ts +1 -1
  182. package/dist/lib/components/Toast/Toast.types.d.ts +1 -1
  183. package/dist/lib/components/Typography/Typography.types.d.ts +1 -1
  184. package/dist/lib/components/VirtualizedTable/VirtualizedTable.types.d.ts +27 -3
  185. package/dist/lib/components/VirtualizedTable/components/Body/Body.d.ts +1 -1
  186. package/dist/lib/components/VirtualizedTable/components/Body/Body.types.d.ts +1 -0
  187. package/dist/lib/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.types.d.ts +2 -0
  188. package/dist/lib/components/VirtualizedTable/components/Filter/Filter.types.d.ts +1 -1
  189. package/dist/lib/components/VirtualizedTable/components/Header/Header.d.ts +1 -1
  190. package/dist/lib/components/VirtualizedTable/components/Header/Header.types.d.ts +1 -0
  191. package/dist/lib/components/VirtualizedTable/components/Pagination/Pagination.types.d.ts +2 -0
  192. package/dist/lib/components/VirtualizedTable/components/TruncateText/TruncateText.types.d.ts +1 -1
  193. package/dist/lib/components/VirtualizedTable/contexts/table.context.d.ts +2 -0
  194. package/dist/lib/components/VirtualizedTable/contexts/table.provider.d.ts +1 -1
  195. package/dist/lib/components/VirtualizedTable/contexts/table.types.d.ts +1 -0
  196. package/dist/lib/contexts/theme.context.d.ts +1 -1
  197. package/dist/lib/contexts/theme.hook.d.ts +1 -1
  198. package/dist/package.json +34 -33
  199. package/dist/{phone-number.provider-CJJOFYk-.js → phone-number.provider-BxQCTxp8.js} +457 -457
  200. package/dist/{prop-types-CaJpPVsa.js → prop-types-CfEYxTbR.js} +52 -52
  201. package/dist/styles.css +1 -1
  202. package/dist/{table.provider-9uUt5a-s.js → table.provider-2sAkE7z_.js} +395 -368
  203. package/dist/{utils-B6A9pnrH.js → utils-B-BTGYA5.js} +193 -193
  204. package/dist/{x-CESTrenk.js → x-BI9jmc7e.js} +1 -1
  205. package/package.json +34 -33
  206. package/dist/AlertDialogTrigger-HhbFOOUE.js +0 -124
  207. package/dist/Checkbox-B1rTwzR3.js +0 -240
  208. package/dist/FlagSelectorList-BARhzfj2.js +0 -848
  209. package/dist/Switch-1RGhhTtg.js +0 -178
  210. package/dist/Toast-CS-igZor.js +0 -467
  211. package/dist/dist-7edduNXi.js +0 -398
  212. package/dist/dist-BkYHh2kH.js +0 -408
  213. package/dist/dist-C6Cif8-U.js +0 -28
  214. package/dist/dist-CeuUxVmT.js +0 -13
  215. package/dist/dist-CfYOvauX.js +0 -125
  216. package/dist/dist-CktbIsHq.js +0 -264
  217. package/dist/dist-DGqWMRtc.js +0 -183
  218. package/dist/dist-DdFwUrO22.js +0 -11
  219. package/dist/dist-DnGj9MTf.js +0 -1692
  220. package/dist/dist-eAwtFCCA.js +0 -87
  221. /package/dist/{dist-AihTpWdF2.js → dist-AihTpWdF.js} +0 -0
@@ -1,5 +1,5 @@
1
- import { t as p } from "../../phone-number.provider-CJJOFYk-.js";
2
- import { t } from "../../Wrapper-DtT29fc5.js";
1
+ import { t as p } from "../../phone-number.provider-BxQCTxp8.js";
2
+ import { t } from "../../Wrapper-XeeD3av7.js";
3
3
  import { forwardRef as f } from "react";
4
4
  import { jsx as r } from "react/jsx-runtime";
5
5
  var h = f(({ defaultCountryCode: o = "US", ...m }, e) => /* @__PURE__ */ r(p, {
@@ -1,4 +1,4 @@
1
- import { t as o } from "../../../../FlagSelectorList-BARhzfj2.js";
1
+ import { t as o } from "../../../../FlagSelectorList-BoYG-_It.js";
2
2
  export {
3
3
  o as FlagSelectorList
4
4
  };
@@ -1,6 +1,6 @@
1
- import { t as n } from "../../../../Input-DG3snJf_.js";
1
+ import { t as n } from "../../../../Input-CW0VwW2T.js";
2
2
  import { t as d } from "../../../../utils-Cx-WzRZF.js";
3
- import { t as p } from "../../../../FlagSelectorList-BARhzfj2.js";
3
+ import { t as p } from "../../../../FlagSelectorList-BoYG-_It.js";
4
4
  import { usePhoneNumberContext as c } from "../../contexts/phone-number.hook.js";
5
5
  import { useCallback as u } from "react";
6
6
  import { jsx as r, jsxs as h } from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
1
  import { o as f } from "../../../../rolldown-runtime-Ck3dxwZt.js";
2
- import { a as u, i as b, n as m, o as p } from "../../../../dist-DnGj9MTf.js";
3
- import { t as h } from "../../../../debounce-KoeGNmnW.js";
2
+ import { a as u, i as b, n as m, o as p } from "../../../../dist-CVDFmWf2.js";
3
+ import { t as h } from "../../../../debounce-C5Ycjilj.js";
4
4
  import { useCallback as w, useEffect as i, useRef as g, useState as v } from "react";
5
5
  import { jsx as s, jsxs as a } from "react/jsx-runtime";
6
6
  var k = /* @__PURE__ */ f(h(), 1), N = ({ text: r, prefix: n }) => {
@@ -1,4 +1,4 @@
1
- import { t as p } from "../../../Wrapper-DtT29fc5.js";
1
+ import { t as p } from "../../../Wrapper-XeeD3av7.js";
2
2
  export {
3
3
  p as Wrapper
4
4
  };
@@ -1,5 +1,5 @@
1
- import { t } from "../../../FlagSelectorList-BARhzfj2.js";
2
- import { t as p } from "../../../Wrapper-DtT29fc5.js";
1
+ import { t } from "../../../FlagSelectorList-BoYG-_It.js";
2
+ import { t as p } from "../../../Wrapper-XeeD3av7.js";
3
3
  export {
4
4
  t as FlagSelectorList,
5
5
  p as Wrapper
@@ -1,5 +1,5 @@
1
1
  import { PhoneNumberContext as r } from "./phone-number.context.js";
2
- import { t as m } from "../../../phone-number.provider-CJJOFYk-.js";
2
+ import { t as m } from "../../../phone-number.provider-BxQCTxp8.js";
3
3
  import { usePhoneNumberContext as n } from "./phone-number.hook.js";
4
4
  export {
5
5
  r as PhoneNumberContext,
@@ -1,4 +1,4 @@
1
- import { t as o } from "../../../phone-number.provider-CJJOFYk-.js";
1
+ import { t as o } from "../../../phone-number.provider-BxQCTxp8.js";
2
2
  export {
3
3
  o as PhoneNumberProvider
4
4
  };
@@ -1,4 +1,4 @@
1
- import { a as $, r as D, t as v } from "../../dist-AihTpWdF2.js";
1
+ import { a as $, r as D, t as v } from "../../dist-AihTpWdF.js";
2
2
  import { useMemo as i } from "react";
3
3
  import { jsx as y } from "react/jsx-runtime";
4
4
  $.register(D);
@@ -1,5 +1,5 @@
1
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-BkYHh2kH.js";
2
+ import { i as v, n as V, r as i, t as S } from "../../dist-CT6d9xe7.js";
3
3
  import { rangeOutsideVariants as R, rangeVariants as j, thumbVariants as c, trackVariants as b } from "./Range.variants.js";
4
4
  import { forwardRef as k, useCallback as w, useEffect as y, useImperativeHandle as C, useRef as T, useState as E } from "react";
5
5
  import { jsx as a, jsxs as s } from "react/jsx-runtime";
@@ -1,7 +1,7 @@
1
1
  import { o as K } from "../../../../rolldown-runtime-Ck3dxwZt.js";
2
2
  import { t as n } from "../../../../utils-Cx-WzRZF.js";
3
3
  import { t as Q } from "../../../../Loading-fD0Xiyeq.js";
4
- import { t as W } from "../../../../debounce-KoeGNmnW.js";
4
+ import { t as W } from "../../../../debounce-C5Ycjilj.js";
5
5
  import { useSelectContext as Y } from "../../contexts/select.hook.js";
6
6
  import { n as $, t as R } from "../../../../AdditionalOptions-Cj29eeMF.js";
7
7
  import { listGroupLabelVariants as ee, listVariants as te } from "./List.variants.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../../HamburgerTrigger-7a4POUaM.js";
1
+ import { t as e } from "../../../../HamburgerTrigger-1vOTrm8-.js";
2
2
  export {
3
3
  e as HamburgerTrigger
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { t as l } from "../../../../utils-Cx-WzRZF.js";
2
- import { a as T, i as j, n as P, o as V, r as A, t as D } from "../../../../dist-DnGj9MTf.js";
2
+ import { a as T, i as j, n as P, o as V, r as A, t as D } from "../../../../dist-CVDFmWf2.js";
3
3
  import { useSidebarContext as E } from "../../contexts/SidebarContext.js";
4
4
  import { NavigationOptionContext as H } from "./NavigationOption.context.js";
5
5
  import { navigationOptionVariants as R } from "./NavigationOption.variants.js";
@@ -1,4 +1,4 @@
1
- import { t as B } from "../../../../HamburgerTrigger-7a4POUaM.js";
1
+ import { t as B } from "../../../../HamburgerTrigger-1vOTrm8-.js";
2
2
  import { t as i } from "../../../../utils-Cx-WzRZF.js";
3
3
  import { Drawer as G } from "../../../Drawer/Drawer.js";
4
4
  import { SidebarContext as z } from "../../contexts/SidebarContext.js";
@@ -1,4 +1,4 @@
1
- import { t as r } from "../../../HamburgerTrigger-7a4POUaM.js";
1
+ import { t as r } from "../../../HamburgerTrigger-1vOTrm8-.js";
2
2
  import { Footer as m } from "./Footer/Footer.js";
3
3
  import { Label as a } from "./Label/Label.js";
4
4
  import { Logo as f } from "./Logo/Logo.js";
@@ -1,5 +1,5 @@
1
1
  import { t } from "../../utils-Cx-WzRZF.js";
2
- import { i as v, r as N, t as S } from "../../dist-BkYHh2kH.js";
2
+ import { i as v, r as N, t as S } from "../../dist-CT6d9xe7.js";
3
3
  import { sliderVariants as V, thumbVariants as b, trackVariants as g } from "./Slider.variants.js";
4
4
  import { forwardRef as j, useCallback as k, useEffect as w, useImperativeHandle as y, useRef as C, useState as R } from "react";
5
5
  import { jsx as a, jsxs as l } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { t as o } from "../../Spinner-BegZ5yd7.js";
1
+ import { t as o } from "../../Spinner-Lw9mZYhg.js";
2
2
  export {
3
3
  o as Spinner
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as o } from "../../Switch-1RGhhTtg.js";
1
+ import { t as o } from "../../Switch-WBRr8uOJ.js";
2
2
  export {
3
3
  o as Switch
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as a } from "../../../Input-DG3snJf_.js";
1
+ import { t as a } from "../../../Input-CW0VwW2T.js";
2
2
  import { jsx as s, jsxs as t } from "react/jsx-runtime";
3
3
  var m = ({ children: e, ...r }) => /* @__PURE__ */ t("div", {
4
4
  className: "flex px-4 py-6 rounded-t",
@@ -1,5 +1,5 @@
1
1
  import { t as s } from "../../utils-Cx-WzRZF.js";
2
- import { r as e } from "../../dist-CktbIsHq.js";
2
+ import { r as e } from "../../dist-Db6UeFo4.js";
3
3
  import { rootVariants as p } from "./Tabs.variants.js";
4
4
  import { Content as n } from "./components/Content.js";
5
5
  import { List as f } from "./components/List.js";
@@ -1,5 +1,5 @@
1
1
  import { t as r } from "../../../utils-Cx-WzRZF.js";
2
- import { t as n } from "../../../dist-CktbIsHq.js";
2
+ import { t as n } from "../../../dist-Db6UeFo4.js";
3
3
  import { contentVariants as m } from "../Tabs.variants.js";
4
4
  import { jsx as s } from "react/jsx-runtime";
5
5
  var e = ({ children: t, className: o, ...a }) => /* @__PURE__ */ s(n, {
@@ -1,5 +1,5 @@
1
1
  import { t as a } from "../../../utils-Cx-WzRZF.js";
2
- import { n } from "../../../dist-CktbIsHq.js";
2
+ import { n } from "../../../dist-Db6UeFo4.js";
3
3
  import { listVariants as t } from "../Tabs.variants.js";
4
4
  import { jsx as r } from "react/jsx-runtime";
5
5
  var e = ({ children: s, className: i, orientation: m, ...o }) => /* @__PURE__ */ r("div", {
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "../../../utils-Cx-WzRZF.js";
2
2
  import { Typography as m } from "../../Typography/Typography.js";
3
- import { i as n } from "../../../dist-CktbIsHq.js";
3
+ import { i as n } from "../../../dist-Db6UeFo4.js";
4
4
  import { triggerVariants as p } from "../Tabs.variants.js";
5
5
  import { jsx as r } from "react/jsx-runtime";
6
6
  var s = ({ tab: a, label: i, isActive: o, className: t }) => /* @__PURE__ */ r(n, {
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { t as m } from "../../Wrapper-DwxJAkNQ.js";
2
+ import { t as m } from "../../Wrapper-ClJ_Mham.js";
3
3
  import { TagSelectProvider as p } from "./contexts/TagSelect.provider.js";
4
4
  import { forwardRef as a } from "react";
5
5
  import { jsx as r } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { t as p } from "../../../../Wrapper-DwxJAkNQ.js";
1
+ import { t as p } from "../../../../Wrapper-ClJ_Mham.js";
2
2
  export {
3
3
  p as Wrapper
4
4
  };
@@ -1,4 +1,4 @@
1
- import { t as m } from "../../../Wrapper-DwxJAkNQ.js";
1
+ import { t as m } from "../../../Wrapper-ClJ_Mham.js";
2
2
  import { Item as t } from "./Item/Item.js";
3
3
  import { List as i } from "./List/List.js";
4
4
  export {
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { t as o } from "../../Toast-CS-igZor.js";
2
+ import { t as o } from "../../Toast-ByH-l4XK.js";
3
3
  export {
4
4
  o as Toast
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { t as p } from "../../utils-Cx-WzRZF.js";
2
- import { a as c, i as h, n as x, o as f, r as g, t as w } from "../../dist-DnGj9MTf.js";
2
+ import { a as c, i as h, n as x, o as f, r as g, t as w } from "../../dist-CVDFmWf2.js";
3
3
  import { jsx as r, jsxs as a } from "react/jsx-runtime";
4
4
  var C = ({ content: t, children: e, side: s = "top", sideOffset: o = 4, bgClassName: i = "bg-slate-700", arrowClassName: l = "fill-slate-700", textClassName: n = "text-white", className: d, delayDuration: m = 0 }) => /* @__PURE__ */ r(h, {
5
5
  delayDuration: m,
@@ -1,104 +1,104 @@
1
- import { t as n } from "../../utils-Cx-WzRZF.js";
2
- import { Actions as g } from "./components/Actions/Actions.js";
3
- import { t as h } from "../../table.provider-9uUt5a-s.js";
4
- import { sendCollapseRowEvent as L, sendExpandRowEvent as P, sendResetFiltersEvent as D, sendToggleRowEvent as ee } from "./events/index.js";
5
- import { Body as re } from "./components/Body/Body.js";
6
- import { Filter as te } from "./components/Filter/Filter.js";
7
- import { Header as ae } from "./components/Header/Header.js";
8
- import { Pagination as le } from "./components/Pagination/Pagination.js";
9
- import { TruncateText as me } from "./components/TruncateText/TruncateText.js";
10
- import { WrapperBody as oe } from "./components/WrapperBody/WrapperBody.js";
11
- import { useMemo as se } from "react";
12
- import { jsx as e, jsxs as d } from "react/jsx-runtime";
13
- var ie = ({ id: i, ariaLabel: p, columns: f, data: u, totalItems: b = -1 / 0, className: v, classNameHeaderActiveArrows: E, classNameHeaderArrows: T, classNameHeaderTable: x, classNameTable: N, classNameWrapperTable: A, isLoading: a, emptyState: y, getRowId: R, fetchData: z, queryOptions: B, showPagination: c, showTotalItems: l, showDropdownPagination: m, showDotPagination: o, showFormPagination: s, pageSizes: V, showFilter: j = !1, showFilterInput: k, filterSearchPlaceholder: C = "", filters: H, multiSelectFilter: K, filterActions: M, showResetButton: W = !0, resetButtonClassName: q, closeOnApply: F = !0, enableHoverRow: G, classNameHoverRow: I, enableExpandedRow: J, expandedState: O, defaultExpanded: Q, classNameExpandedRow: S, classNameExpandedCell: U, classNameExpandedContent: X, classNameExpandedHeader: Y, classNameActiveExpandedRow: Z, onExpandedChange: _, renderExpandedRow: $, keepExpandColumnVisible: w }) => {
14
- const r = se(() => c || [
15
- l,
1
+ import { t as l } from "../../utils-Cx-WzRZF.js";
2
+ import { Actions as ee } from "./components/Actions/Actions.js";
3
+ import { t as re } from "../../table.provider-2sAkE7z_.js";
4
+ import { sendCollapseRowEvent as te, sendExpandRowEvent as ae, sendResetFiltersEvent as le, sendToggleRowEvent as oe } from "./events/index.js";
5
+ import { Body as ie } from "./components/Body/Body.js";
6
+ import { Filter as se } from "./components/Filter/Filter.js";
7
+ import { Header as ne } from "./components/Header/Header.js";
8
+ import { Pagination as me } from "./components/Pagination/Pagination.js";
9
+ import { TruncateText as ce } from "./components/TruncateText/TruncateText.js";
10
+ import { WrapperBody as de } from "./components/WrapperBody/WrapperBody.js";
11
+ import { jsx as e, jsxs as o } from "react/jsx-runtime";
12
+ var pe = ({ id: i, ariaLabel: p, columns: f, data: v, totalItems: u = -1 / 0, className: b, classNameHeaderActiveArrows: w, classNameHeaderArrows: T, classNameHeaderTable: E, classNameTable: N, classNameWrapperTable: k, isLoading: a, emptyState: x, errorState: h, headerContent: A, classNameHeaderContent: y, classNameScrollContainer: s, getRowId: R, fetchData: z, queryOptions: B, showPagination: P, showTotalItems: n, showDropdownPagination: m, showDotPagination: c, showFormPagination: d, pageSizes: V, dropdownPaginationDirection: g, showFilter: j = !1, showFilterInput: F, filterSearchPlaceholder: H = "", filters: I, multiSelectFilter: K, filterActions: W, showResetButton: q = !0, resetButtonClassName: C, closeOnApply: G = !0, enableHoverRow: J, classNameHoverRow: M, enableExpandedRow: O, expandedState: Q, defaultExpanded: U, classNameExpandedRow: X, classNameExpandedCell: Y, classNameExpandedContent: Z, classNameExpandedHeader: _, classNameActiveExpandedRow: $, onExpandedChange: L, renderExpandedRow: S, keepExpandColumnVisible: D }) => {
13
+ const r = P || [
14
+ n,
16
15
  m,
17
- o,
18
- s
19
- ].some(Boolean), [
20
16
  c,
21
- l,
22
- m,
23
- o,
24
- s
25
- ]);
26
- return /* @__PURE__ */ e(h, {
17
+ d
18
+ ].some(Boolean);
19
+ return /* @__PURE__ */ e(re, {
27
20
  id: i,
28
21
  columns: f,
29
- data: u,
22
+ data: v,
23
+ headerContent: A,
30
24
  getRowId: R,
31
25
  fetchData: z,
32
- totalItems: b,
26
+ totalItems: u,
33
27
  queryOptions: B,
34
28
  isPaginationEnabled: r,
35
- enableExpandedRow: J,
36
- expandedState: O,
37
- onExpandedChange: _,
38
- defaultExpanded: Q,
39
- classNameExpandedRow: S,
40
- classNameExpandedCell: U,
41
- classNameExpandedContent: X,
42
- classNameExpandedHeader: Y,
43
- classNameActiveExpandedRow: Z,
44
- enableHoverRow: G,
45
- classNameHoverRow: I,
46
- renderExpandedRow: $,
47
- keepExpandColumnVisible: w,
48
- children: /* @__PURE__ */ d("section", {
49
- className: n("w-full min-w-fit", v),
50
- children: [
51
- j && /* @__PURE__ */ e(te, {
52
- id: i,
53
- actions: M,
54
- filters: H,
55
- multiSelectFilter: K,
56
- placeholder: C,
57
- showFilterInput: k,
58
- showResetButton: W,
59
- resetButtonClassName: q,
60
- closeOnApply: F
61
- }),
62
- /* @__PURE__ */ e(oe, {
63
- showPagination: r,
64
- classNameWrapperTable: A,
65
- isLoading: a,
66
- children: /* @__PURE__ */ d("table", {
67
- className: n("w-full border-collapse table-auto", "dark:border-separate dark:border-spacing-0", N),
68
- "aria-label": p,
69
- children: [/* @__PURE__ */ e(ae, {
70
- className: x,
71
- classNameArrows: T,
72
- classNameActiveArrows: E
73
- }), /* @__PURE__ */ e(re, {
74
- isLoading: a,
75
- showPagination: r,
76
- emptyState: y
77
- })]
78
- })
79
- }),
80
- r && /* @__PURE__ */ e(le, {
81
- showTotalItems: l,
82
- showDropdownPagination: m,
83
- showDotPagination: o,
84
- showFormPagination: s,
85
- pageSizes: V,
86
- isLoading: a
29
+ enableExpandedRow: O,
30
+ expandedState: Q,
31
+ onExpandedChange: L,
32
+ defaultExpanded: U,
33
+ classNameExpandedRow: X,
34
+ classNameExpandedCell: Y,
35
+ classNameExpandedContent: Z,
36
+ classNameExpandedHeader: _,
37
+ classNameActiveExpandedRow: $,
38
+ enableHoverRow: J,
39
+ classNameHoverRow: M,
40
+ renderExpandedRow: S,
41
+ keepExpandColumnVisible: D,
42
+ children: /* @__PURE__ */ o("section", {
43
+ className: l("kvt", "w-full min-w-fit", b),
44
+ children: [j && /* @__PURE__ */ e(se, {
45
+ id: i,
46
+ actions: W,
47
+ filters: I,
48
+ multiSelectFilter: K,
49
+ placeholder: H,
50
+ showFilterInput: F,
51
+ showResetButton: q,
52
+ resetButtonClassName: C,
53
+ closeOnApply: G
54
+ }), /* @__PURE__ */ e("div", {
55
+ className: l("kvt-scroll", "w-full", s),
56
+ children: /* @__PURE__ */ o("div", {
57
+ className: "kvt-scroll-content w-full min-w-fit",
58
+ children: [/* @__PURE__ */ e(de, {
59
+ showPagination: r,
60
+ classNameWrapperTable: k,
61
+ isLoading: a,
62
+ children: /* @__PURE__ */ o("table", {
63
+ className: l("kvt-table", "w-full border-collapse table-auto", "dark:border-separate dark:border-spacing-0", N),
64
+ "aria-label": p,
65
+ children: [/* @__PURE__ */ e(ne, {
66
+ className: E,
67
+ classNameArrows: T,
68
+ classNameActiveArrows: w,
69
+ classNameHeaderContent: y
70
+ }), /* @__PURE__ */ e(ie, {
71
+ isLoading: a,
72
+ showPagination: r,
73
+ emptyState: x,
74
+ errorState: h
75
+ })]
76
+ })
77
+ }), r && /* @__PURE__ */ e(me, {
78
+ showTotalItems: n,
79
+ showDropdownPagination: m,
80
+ showDotPagination: c,
81
+ showFormPagination: d,
82
+ pageSizes: V,
83
+ isLoading: a,
84
+ isListPortal: !!s,
85
+ dropdownPaginationDirection: g
86
+ })]
87
87
  })
88
- ]
88
+ })]
89
89
  })
90
90
  });
91
- }, t = ie;
91
+ }, t = pe;
92
92
  t.displayName = "KonstructVirtualizedTable";
93
- t.TruncateText = me;
94
- t.Actions = g;
93
+ t.TruncateText = ce;
94
+ t.Actions = ee;
95
95
  t.Events = {
96
- sendExpandRowEvent: P,
97
- sendCollapseRowEvent: L,
98
- sendToggleRowEvent: ee,
99
- sendResetFiltersEvent: D
96
+ sendExpandRowEvent: ae,
97
+ sendCollapseRowEvent: te,
98
+ sendToggleRowEvent: oe,
99
+ sendResetFiltersEvent: le
100
100
  };
101
101
  export {
102
- me as TruncateText,
102
+ ce as TruncateText,
103
103
  t as VirtualizedTable
104
104
  };
@@ -1,14 +1,14 @@
1
1
  import { t as r } from "../../../../utils-Cx-WzRZF.js";
2
2
  import { Button as g } from "../../../Button/Button.js";
3
3
  import { t as B } from "../../../../ellipsis-vertical-BBmhzIXn.js";
4
- import { useCallback as C, useRef as R, useState as A } from "react";
5
- import { jsx as a, jsxs as m } from "react/jsx-runtime";
6
- var H = 36, I = 16, G = ({ actions: o, wrapperClassName: h, triggerButtonClassName: v, iconTriggerButtonClassName: f, wrapperActionsClassName: b, wrapperContentActionsClassName: w, ...x }) => {
7
- const c = R(null), [u, y] = A(!1), k = C(() => {
8
- const n = c.current;
9
- if (!n || !o) return;
10
- const t = n.getBoundingClientRect(), p = o.length * H + I;
11
- let i = 0, l = window.innerHeight, e = n.parentElement;
4
+ import { useRef as R, useState as A } from "react";
5
+ import { jsx as n, jsxs as m } from "react/jsx-runtime";
6
+ var C = 36, H = 16, D = ({ actions: i, wrapperClassName: h, triggerButtonClassName: v, iconTriggerButtonClassName: f, wrapperActionsClassName: b, wrapperContentActionsClassName: w, ...x }) => {
7
+ const c = R(null), [u, y] = A(!1), k = () => {
8
+ const o = c.current;
9
+ if (!o || !i) return;
10
+ const t = o.getBoundingClientRect(), p = i.length * C + H;
11
+ let a = 0, l = window.innerHeight, e = o.parentElement;
12
12
  for (; e; ) {
13
13
  const { overflowY: E } = window.getComputedStyle(e);
14
14
  if ([
@@ -17,15 +17,15 @@ var H = 36, I = 16, G = ({ actions: o, wrapperClassName: h, triggerButtonClassNa
17
17
  "hidden"
18
18
  ].includes(E)) {
19
19
  const d = e.getBoundingClientRect();
20
- i = d.top, l = d.bottom;
20
+ a = d.top, l = d.bottom;
21
21
  break;
22
22
  }
23
23
  e = e.parentElement;
24
24
  }
25
- const s = l - t.bottom, N = t.top - i;
25
+ const s = l - t.bottom, N = t.top - a;
26
26
  y(s < p && N > s);
27
- }, [o]);
28
- return o ? /* @__PURE__ */ m("div", {
27
+ };
28
+ return i ? /* @__PURE__ */ m("div", {
29
29
  ref: c,
30
30
  className: r("relative group", h),
31
31
  onMouseEnter: k,
@@ -35,29 +35,29 @@ var H = 36, I = 16, G = ({ actions: o, wrapperClassName: h, triggerButtonClassNa
35
35
  size: "large",
36
36
  className: r("text-slate-400", "group-hover:text-slate-800", "group-hover:bg-aurora-50", "dark:text-metal-400", "dark:group-hover:text-aurora-500", "dark:group-hover:bg-aurora-900", v),
37
37
  role: "presentation",
38
- children: [/* @__PURE__ */ a(B, {
38
+ children: [/* @__PURE__ */ n(B, {
39
39
  "aria-hidden": "true",
40
40
  className: r("w-7 h-7", f)
41
- }), /* @__PURE__ */ a("span", {
41
+ }), /* @__PURE__ */ n("span", {
42
42
  className: "sr-only",
43
43
  children: "Show Actions"
44
44
  })]
45
- }), /* @__PURE__ */ a("div", {
45
+ }), /* @__PURE__ */ n("div", {
46
46
  className: r("absolute", "right-0", "w-53.75", "z-10", u ? "bottom-full" : "top-full", u ? "pb-1" : "pt-1", "invisible", "opacity-0", "transition-[opacity,visibility]", "duration-150", "delay-150", "group-hover:visible", "group-hover:opacity-100", "group-hover:delay-0", "group-hover:duration-75", b),
47
- children: /* @__PURE__ */ a("div", {
47
+ children: /* @__PURE__ */ n("div", {
48
48
  className: r("bg-white", "py-2", "rounded-lg", "shadow-lg", "border", "border-zinc-100", "dark:bg-metal-800", "dark:border-metal-700", w),
49
- children: o.map(({ id: n, label: t, className: p, component: i = g, componentProps: l, onClick: e }, s) => /* @__PURE__ */ a(i, {
49
+ children: i.map(({ id: o, label: t, className: p, component: a = g, componentProps: l, onClick: e }, s) => /* @__PURE__ */ n(a, {
50
50
  className: r("w-full", "text-slate-800", "cursor-pointer", "p-0", "h-9", "flex", "gap-2", "text-sm", "font-normal", "justify-start", "rounded-none", "px-6", "hover:bg-gray-50", "hover:text-slate-800", "hover:no-underline", "dark:hover:bg-metal-700", p),
51
51
  variant: "link",
52
52
  role: "presentation",
53
53
  onClick: () => e(x.row.original),
54
54
  ...l,
55
55
  children: t
56
- }, n ?? (typeof t == "string" ? t : `action-${s}`)))
56
+ }, o ?? (typeof t == "string" ? t : `action-${s}`)))
57
57
  })
58
58
  })]
59
59
  }) : null;
60
60
  };
61
61
  export {
62
- G as Actions
62
+ D as Actions
63
63
  };