@konstructio/ui 0.1.2-alpha.5 → 0.1.2-alpha.50

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 (203) hide show
  1. package/dist/{Combination-VYaRRJBZ.js → Combination-BtmnusWq.js} +141 -138
  2. package/dist/DatePicker.css +1 -1
  3. package/dist/Modal-CjC-CIJ8.js +99 -0
  4. package/dist/assets/icons/index.js +7 -0
  5. package/dist/chevron-down-DgT-uSF9.js +5 -0
  6. package/dist/chevron-right-DYvXLeql.js +7 -0
  7. package/dist/chevron-up-DEfvgPCw.js +54 -0
  8. package/dist/chevron-up-DrQr2Fwd.js +5 -0
  9. package/dist/components/Alert/Alert.js +2 -2
  10. package/dist/components/AlertDialog/AlertDialog.js +81 -53
  11. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -2
  12. package/dist/components/AlertDialog/components/index.js +1 -1
  13. package/dist/components/Badge/Badge.js +41 -44
  14. package/dist/components/Badge/Badge.variants.js +52 -13
  15. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  16. package/dist/components/Breadcrumb/Breadcrumb.variants.js +3 -3
  17. package/dist/components/Breadcrumb/components/Item/Item.js +22 -22
  18. package/dist/components/Breadcrumb/components/Item/Item.variants.js +25 -14
  19. package/dist/components/Breadcrumb/hooks/useBreadcrumb.js +1 -1
  20. package/dist/components/Button/Button.js +1 -1
  21. package/dist/components/Button/Button.variants.js +108 -98
  22. package/dist/components/Card/Card.variants.js +7 -12
  23. package/dist/components/Checkbox/Checkbox.js +108 -105
  24. package/dist/components/Checkbox/Checkbox.variants.js +34 -7
  25. package/dist/components/Command/Command.js +2 -2
  26. package/dist/components/Command/components/Command.js +1 -1
  27. package/dist/components/Command/components/CommandEmpty.js +1 -1
  28. package/dist/components/Command/components/CommandGroup.js +1 -1
  29. package/dist/components/Command/components/CommandInput.js +2 -2
  30. package/dist/components/Command/components/CommandItem.js +1 -1
  31. package/dist/components/Command/components/CommandList.js +1 -1
  32. package/dist/components/Command/components/CommandSeparator.js +1 -1
  33. package/dist/components/Command/components/DialogContent.js +2 -2
  34. package/dist/components/Command/components/DialogOverlay.js +1 -1
  35. package/dist/components/Counter/Counter.js +210 -0
  36. package/dist/components/Counter/Counter.variants.js +70 -0
  37. package/dist/components/Datepicker/DatePicker.js +1587 -1353
  38. package/dist/components/Divider/Divider.variants.js +1 -1
  39. package/dist/components/DropdownButton/DropdownButton.js +1 -1
  40. package/dist/components/Filter/Filter.js +1 -1
  41. package/dist/components/Filter/Filter.variants.js +8 -7
  42. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +71 -45
  43. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +2 -2
  44. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +76 -43
  45. package/dist/components/Filter/components/ResetButton/ResetButton.js +15 -12
  46. package/dist/components/Filter/events/index.js +3 -3
  47. package/dist/components/ImageUpload/ImageUpload.js +221 -0
  48. package/dist/components/ImageUpload/ImageUpload.variants.js +109 -0
  49. package/dist/components/Input/Input.js +185 -118
  50. package/dist/components/Input/Input.variants.js +24 -19
  51. package/dist/components/Loading/Loading.js +1 -7
  52. package/dist/components/Modal/Modal.js +2 -2
  53. package/dist/components/Modal/components/Body/Body.js +1 -1
  54. package/dist/components/Modal/components/Footer/Footer.js +1 -1
  55. package/dist/components/Modal/components/Header/Header.js +1 -1
  56. package/dist/components/Modal/components/Wrapper/Wrapper.js +4 -4
  57. package/dist/components/Modal/components/index.js +1 -1
  58. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +34 -0
  59. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.variants.js +30 -0
  60. package/dist/components/MultiSelectDropdown/components/Item/Item.js +30 -0
  61. package/dist/components/MultiSelectDropdown/components/Item/Item.variants.js +38 -0
  62. package/dist/components/MultiSelectDropdown/components/List/List.js +30 -0
  63. package/dist/components/MultiSelectDropdown/components/List/List.variants.js +25 -0
  64. package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +119 -0
  65. package/dist/components/MultiSelectDropdown/components/index.js +8 -0
  66. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.context.js +21 -0
  67. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.hook.js +13 -0
  68. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +138 -0
  69. package/dist/components/MultiSelectDropdown/contexts/index.js +6 -0
  70. package/dist/components/MultiSelectDropdown/hooks/useMultiSelectDropdown.js +32 -0
  71. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +8 -0
  72. package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +46 -0
  73. package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +36 -0
  74. package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +690 -0
  75. package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +60 -0
  76. package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +45 -0
  77. package/dist/components/PhoneNumberInput/components/Wrapper.js +651 -0
  78. package/dist/components/PhoneNumberInput/components/index.js +6 -0
  79. package/dist/components/PhoneNumberInput/contexts/index.js +8 -0
  80. package/dist/components/PhoneNumberInput/contexts/phone-number.context.js +28 -0
  81. package/dist/components/PhoneNumberInput/contexts/phone-number.hook.js +13 -0
  82. package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +6144 -0
  83. package/dist/components/PhoneNumberInput/utils/index.js +11 -0
  84. package/dist/components/PieChart/PieChart.js +463 -482
  85. package/dist/components/Radio/Radio.js +47 -44
  86. package/dist/components/Radio/Radio.variants.js +12 -8
  87. package/dist/components/RadioCard/RadioCard.variants.js +1 -6
  88. package/dist/components/RadioGroup/RadioGroup.js +10 -10
  89. package/dist/components/Range/Range.js +1 -1
  90. package/dist/components/Select/Select.js +48 -0
  91. package/dist/components/{Dropdown/Dropdown.variants.js → Select/Select.variants.js} +17 -11
  92. package/dist/components/Select/components/List/List.js +172 -0
  93. package/dist/components/{Dropdown → Select}/components/List/List.variants.js +11 -8
  94. package/dist/components/Select/components/ListItem/ListItem.js +117 -0
  95. package/dist/components/{Dropdown → Select}/components/ListItem/ListItem.variants.js +5 -4
  96. package/dist/components/Select/components/Wrapper.js +226 -0
  97. package/dist/components/Select/constants/index.js +4 -0
  98. package/dist/components/Select/constants/pagination.js +4 -0
  99. package/dist/components/Select/contexts/index.js +6 -0
  100. package/dist/components/Select/contexts/select.context.js +36 -0
  101. package/dist/components/Select/contexts/select.hook.js +11 -0
  102. package/dist/components/Select/contexts/select.provider.js +58 -0
  103. package/dist/components/Select/hooks/useNavigationList.js +50 -0
  104. package/dist/components/Select/hooks/useSelect.js +103 -0
  105. package/dist/components/Sidebar/Sidebar.variants.js +2 -2
  106. package/dist/components/Slider/Slider.js +1 -1
  107. package/dist/components/Switch/Switch.js +156 -129
  108. package/dist/components/Switch/Switch.variants.js +19 -10
  109. package/dist/components/Tabs/Tabs.js +1 -1
  110. package/dist/components/Tabs/Tabs.variants.js +4 -3
  111. package/dist/components/Tabs/components/Content.js +1 -1
  112. package/dist/components/Tabs/components/List.js +1 -1
  113. package/dist/components/Tabs/components/Trigger.js +1 -1
  114. package/dist/components/Tag/Tag.js +1 -1
  115. package/dist/components/Tag/Tag.variants.js +1 -0
  116. package/dist/components/TagSelect/components/Wrapper/Wrapper.js +49 -98
  117. package/dist/components/TimePicker/TimePicker.js +1 -1
  118. package/dist/components/TimePicker/TimePicker.variants.js +26 -14
  119. package/dist/components/TimePicker/components/MeridianList/MeridianList.js +30 -20
  120. package/dist/components/TimePicker/components/Wrapper/Wrapper.js +57 -35
  121. package/dist/components/TimePicker/components/WrapperList/WrapperList.js +53 -45
  122. package/dist/components/Toast/Toast.js +283 -256
  123. package/dist/components/Toast/Toast.variants.js +37 -24
  124. package/dist/components/Tooltip/Tooltip.js +15 -14
  125. package/dist/components/Tooltip/Tooltip.variants.js +5 -4
  126. package/dist/components/Typography/Typography.js +23 -25
  127. package/dist/components/Typography/Typography.variants.js +55 -52
  128. package/dist/components/VirtualizedTable/VirtualizedTable.js +97 -71
  129. package/dist/components/VirtualizedTable/components/Actions/Actions.js +95 -33
  130. package/dist/components/VirtualizedTable/components/Body/Body.js +73 -21
  131. package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +94 -91
  132. package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +20 -20
  133. package/dist/components/VirtualizedTable/components/Filter/Filter.js +61 -44
  134. package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +33 -21
  135. package/dist/components/VirtualizedTable/components/Header/Header.js +61 -41
  136. package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +43 -22
  137. package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +106 -0
  138. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +22 -1858
  139. package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +27 -0
  140. package/dist/components/VirtualizedTable/components/index.js +8 -6
  141. package/dist/components/VirtualizedTable/contexts/table.context.js +1 -0
  142. package/dist/components/VirtualizedTable/contexts/table.provider.js +68 -761
  143. package/dist/components/index.js +94 -86
  144. package/dist/contexts/theme.provider.js +0 -1
  145. package/dist/{createLucideIcon-D2CN7Ma9.js → createLucideIcon-D4r5Phnh.js} +0 -24
  146. package/dist/ellipsis-vertical-BVPtjl5f.js +9 -0
  147. package/dist/{index-C1g_chDT.js → index-AV6ZtGhy.js} +2 -2
  148. package/dist/index-BG8O18ZY.js +93 -0
  149. package/dist/index-BKjcReYh.js +55 -0
  150. package/dist/{index-N2OStZoU.js → index-BOE_3f_Z.js} +4 -25
  151. package/dist/{index-Cd2vhaop.js → index-BlSRBdPy.js} +5 -6
  152. package/dist/index-BmVmDQGH.js +662 -0
  153. package/dist/index-BvoZGpli.js +60 -0
  154. package/dist/index-Byr10W8m.js +1873 -0
  155. package/dist/{index-Dx2grAuN.js → index-CSWGJT-v.js} +0 -20
  156. package/dist/index-CeZcoQDw.js +479 -0
  157. package/dist/index-D6KzX_ef.js +135 -0
  158. package/dist/{index-B7t8D14s.js → index-D9SSJ6om.js} +4 -4
  159. package/dist/index-DKfEnhKr.js +200 -0
  160. package/dist/index-DLcqcWxM.js +29 -0
  161. package/dist/{index-ti1b9kqV.js → index-DMb4KD0b.js} +4 -4
  162. package/dist/{index-BAEWsOG1.js → index-DtEcCIrM.js} +1 -1
  163. package/dist/{index-bwWKd82e.js → index-Dy59FQl5.js} +1 -1
  164. package/dist/{index-C84F4YyO.js → index-gSPwC-1I.js} +10 -11
  165. package/dist/{index-Bnb0ezr3.js → index-vcSp8YRZ.js} +11 -12
  166. package/dist/index.d.ts +2142 -99
  167. package/dist/index.js +116 -106
  168. package/dist/libphonenumber-FTwQ9nyV.js +11549 -0
  169. package/dist/loader-juvMSJ9L.js +5 -0
  170. package/dist/package.json +43 -33
  171. package/dist/styles.css +1 -1
  172. package/dist/ui/civo-theme.css +194 -168
  173. package/dist/ui/theme.css +27 -0
  174. package/dist/{useBreadcrumb-B8DnuqkR.js → useBreadcrumb-BAHbGQ_O.js} +0 -10
  175. package/dist/utils/index.js +534 -501
  176. package/dist/x-BXShoIAM.js +8 -0
  177. package/dist/{x-4F_5p77m.js → x-Eoa9FJjA.js} +1 -1
  178. package/package.json +43 -33
  179. package/dist/Modal-D-NOEWMX.js +0 -98
  180. package/dist/chevron-down-MZvQoT2F.js +0 -11
  181. package/dist/chevron-right-VYBOBhRt.js +0 -19
  182. package/dist/components/Dropdown/Dropdown.js +0 -42
  183. package/dist/components/Dropdown/components/List/List.js +0 -79
  184. package/dist/components/Dropdown/components/ListItem/ListItem.js +0 -67
  185. package/dist/components/Dropdown/components/Wrapper.js +0 -205
  186. package/dist/components/Dropdown/contexts/dropdown.context.js +0 -19
  187. package/dist/components/Dropdown/contexts/dropdown.hook.js +0 -13
  188. package/dist/components/Dropdown/contexts/dropdown.provider.js +0 -30
  189. package/dist/components/Dropdown/contexts/index.js +0 -6
  190. package/dist/components/Dropdown/hooks/useDropdown.js +0 -58
  191. package/dist/components/Dropdown/hooks/useNavigationList.js +0 -62
  192. package/dist/components/NumberInput/NumberInput.js +0 -179
  193. package/dist/components/NumberInput/NumberInput.variants.js +0 -50
  194. package/dist/components/TimePicker/components/WrapperList/WrapperList.variants.js +0 -16
  195. package/dist/index-BITvcJAz.js +0 -423
  196. package/dist/index-BfXxHr_2.js +0 -125
  197. package/dist/index-Cvx4lqTq.js +0 -47
  198. package/dist/index-DBbEcSUG.js +0 -31
  199. package/dist/index-DQH6odE9.js +0 -82
  200. package/dist/index-DzIBBMjs.js +0 -436
  201. package/dist/index-os7vysFS.js +0 -131
  202. /package/dist/components/{Dropdown → Select}/components/EmptyList.js +0 -0
  203. /package/dist/components/{Dropdown → Select}/components/index.js +0 -0
@@ -2,99 +2,107 @@ import { Alert as e } from "./Alert/Alert.js";
2
2
  import { AlertDialog as p } from "./AlertDialog/AlertDialog.js";
3
3
  import { Autocomplete as x } from "./Autocomplete/Autocomplete.js";
4
4
  import { Badge as a } from "./Badge/Badge.js";
5
- import { Breadcrumb as d } from "./Breadcrumb/Breadcrumb.js";
6
- import { Button as g } from "./Button/Button.js";
7
- import { Card as u } from "./Card/Card.js";
5
+ import { Breadcrumb as n } from "./Breadcrumb/Breadcrumb.js";
6
+ import { Button as l } from "./Button/Button.js";
7
+ import { Card as g } from "./Card/Card.js";
8
8
  import { Checkbox as c } from "./Checkbox/Checkbox.js";
9
+ import { Counter as b, Counter as s } from "./Counter/Counter.js";
9
10
  import { DatePicker as D } from "./Datepicker/DatePicker.js";
10
- import { Divider as B } from "./Divider/Divider.js";
11
- import { Dropdown as S } from "./Dropdown/Dropdown.js";
12
- import { DropdownButton as N } from "./DropdownButton/DropdownButton.js";
13
- import { Filter as h } from "./Filter/Filter.js";
14
- import { Input as A } from "./Input/Input.js";
15
- import { Loading as k } from "./Loading/Loading.js";
16
- import { M as G } from "../Modal-D-NOEWMX.js";
17
- import { NumberInput as M } from "./NumberInput/NumberInput.js";
18
- import { PieChart as I } from "./PieChart/PieChart.js";
19
- import { ProgressBar as O } from "./ProgressBar/ProgressBar.js";
20
- import { Radio as j } from "./Radio/Radio.js";
21
- import { RadioCard as E } from "./RadioCard/RadioCard.js";
22
- import { RadioCardGroup as J } from "./RadioCardGroup/RadioCardGroup.js";
23
- import { RadioGroup as Q } from "./RadioGroup/RadioGroup.js";
24
- import { Range as W } from "./Range/Range.js";
25
- import { Sidebar as Y } from "./Sidebar/Sidebar.js";
26
- import { Slider as _ } from "./Slider/Slider.js";
27
- import { Switch as oo } from "./Switch/Switch.js";
28
- import { Table as eo } from "./Table/Table.js";
29
- import { Tabs as po } from "./Tabs/Tabs.js";
30
- import { Tag as xo } from "./Tag/Tag.js";
31
- import { TagSelect as ao } from "./TagSelect/TagSelect.js";
32
- import { TextArea as no } from "./TextArea/TextArea.js";
33
- import { TimePicker as lo } from "./TimePicker/TimePicker.js";
34
- import { Toast as To } from "./Toast/Toast.js";
35
- import { Tooltip as bo } from "./Tooltip/Tooltip.js";
36
- import { Typography as so } from "./Typography/Typography.js";
37
- import { VirtualizedTable as Co } from "./VirtualizedTable/VirtualizedTable.js";
38
- import { BadgeMultiSelect as vo } from "./Filter/components/BadgeDropdown/BadgeMultiSelect.js";
39
- import { DateFilterDropdown as Ro } from "./Filter/components/DateFilterDropdown/DateFilterDropdown.js";
40
- import { Footer as wo } from "./Sidebar/components/Footer/Footer.js";
41
- import { Logo as Po } from "./Sidebar/components/Logo/Logo.js";
42
- import { Navigation as Fo } from "./Sidebar/components/Navigation/Navigation.js";
43
- import { NavigationGroup as Lo } from "./Sidebar/components/NavigationGroup/NavigationGroup.js";
44
- import { NavigationOption as yo } from "./Sidebar/components/NavigationOption/NavigationOption.js";
45
- import { NavigationSeparator as zo } from "./Sidebar/components/NavigationSeparator/NavigationSeparator.js";
46
- import { Content as Vo } from "./Tabs/components/Content.js";
47
- import { List as qo } from "./Tabs/components/List.js";
48
- import { Trigger as Ho } from "./Tabs/components/Trigger.js";
49
- import { TruncateText as Ko } from "./VirtualizedTable/components/TruncateText/TruncateText.js";
11
+ import { Divider as N } from "./Divider/Divider.js";
12
+ import { DropdownButton as v } from "./DropdownButton/DropdownButton.js";
13
+ import { Filter as P } from "./Filter/Filter.js";
14
+ import { ImageUpload as A } from "./ImageUpload/ImageUpload.js";
15
+ import { Input as M } from "./Input/Input.js";
16
+ import { Loading as F } from "./Loading/Loading.js";
17
+ import { M as L } from "../Modal-CjC-CIJ8.js";
18
+ import { MultiSelectDropdown as z } from "./MultiSelectDropdown/MultiSelectDropdown.js";
19
+ import { PhoneNumberInput as U } from "./PhoneNumberInput/PhoneNumberInput.js";
20
+ import { PieChart as j } from "./PieChart/PieChart.js";
21
+ import { ProgressBar as E } from "./ProgressBar/ProgressBar.js";
22
+ import { Radio as J } from "./Radio/Radio.js";
23
+ import { RadioCard as Q } from "./RadioCard/RadioCard.js";
24
+ import { RadioCardGroup as X } from "./RadioCardGroup/RadioCardGroup.js";
25
+ import { RadioGroup as Z } from "./RadioGroup/RadioGroup.js";
26
+ import { Range as $ } from "./Range/Range.js";
27
+ import { Select as ro, Select as eo } from "./Select/Select.js";
28
+ import { Sidebar as po } from "./Sidebar/Sidebar.js";
29
+ import { Slider as xo } from "./Slider/Slider.js";
30
+ import { Switch as ao } from "./Switch/Switch.js";
31
+ import { Table as no } from "./Table/Table.js";
32
+ import { Tabs as uo } from "./Tabs/Tabs.js";
33
+ import { Tag as To } from "./Tag/Tag.js";
34
+ import { TagSelect as So } from "./TagSelect/TagSelect.js";
35
+ import { TextArea as so } from "./TextArea/TextArea.js";
36
+ import { TimePicker as Do } from "./TimePicker/TimePicker.js";
37
+ import { Toast as No } from "./Toast/Toast.js";
38
+ import { Tooltip as vo } from "./Tooltip/Tooltip.js";
39
+ import { Typography as Po } from "./Typography/Typography.js";
40
+ import { VirtualizedTable as Ao } from "./VirtualizedTable/VirtualizedTable.js";
41
+ import { BadgeMultiSelect as Mo } from "./Filter/components/BadgeDropdown/BadgeMultiSelect.js";
42
+ import { DateFilterDropdown as Fo } from "./Filter/components/DateFilterDropdown/DateFilterDropdown.js";
43
+ import { Footer as Lo } from "./Sidebar/components/Footer/Footer.js";
44
+ import { Logo as zo } from "./Sidebar/components/Logo/Logo.js";
45
+ import { Navigation as Uo } from "./Sidebar/components/Navigation/Navigation.js";
46
+ import { NavigationGroup as jo } from "./Sidebar/components/NavigationGroup/NavigationGroup.js";
47
+ import { NavigationOption as Eo } from "./Sidebar/components/NavigationOption/NavigationOption.js";
48
+ import { NavigationSeparator as Jo } from "./Sidebar/components/NavigationSeparator/NavigationSeparator.js";
49
+ import { Content as Qo } from "./Tabs/components/Content.js";
50
+ import { List as Xo } from "./Tabs/components/List.js";
51
+ import { Trigger as Zo } from "./Tabs/components/Trigger.js";
52
+ import { TruncateText as $o } from "./VirtualizedTable/components/TruncateText/TruncateText.js";
50
53
  export {
51
54
  e as Alert,
52
55
  p as AlertDialog,
53
56
  x as Autocomplete,
54
57
  a as Badge,
55
- vo as BadgeMultiSelect,
56
- d as Breadcrumb,
57
- g as Button,
58
- u as Card,
58
+ Mo as BadgeMultiSelect,
59
+ n as Breadcrumb,
60
+ l as Button,
61
+ g as Card,
59
62
  c as Checkbox,
60
- Vo as Content,
61
- Ro as DateFilterDropdown,
63
+ Qo as Content,
64
+ b as Counter,
65
+ Fo as DateFilterDropdown,
62
66
  D as DatePicker,
63
- B as Divider,
64
- S as Dropdown,
65
- N as DropdownButton,
66
- h as Filter,
67
- wo as Footer,
68
- A as Input,
69
- qo as List,
70
- k as Loading,
71
- Po as Logo,
72
- G as Modal,
73
- Fo as Navigation,
74
- Lo as NavigationGroup,
75
- yo as NavigationOption,
76
- zo as NavigationSeparator,
77
- M as NumberInput,
78
- I as PieChart,
79
- O as ProgressBar,
80
- j as Radio,
81
- E as RadioCard,
82
- J as RadioCardGroup,
83
- Q as RadioGroup,
84
- W as Range,
85
- Y as Sidebar,
86
- _ as Slider,
87
- oo as Switch,
88
- eo as Table,
89
- po as Tabs,
90
- xo as Tag,
91
- ao as TagSelect,
92
- no as TextArea,
93
- lo as TimePicker,
94
- To as Toast,
95
- bo as Tooltip,
96
- Ho as Trigger,
97
- Ko as TruncateText,
98
- so as Typography,
99
- Co as VirtualizedTable
67
+ N as Divider,
68
+ ro as Dropdown,
69
+ v as DropdownButton,
70
+ P as Filter,
71
+ Lo as Footer,
72
+ A as ImageUpload,
73
+ M as Input,
74
+ Xo as List,
75
+ F as Loading,
76
+ zo as Logo,
77
+ L as Modal,
78
+ z as MultiSelectDropdown,
79
+ Uo as Navigation,
80
+ jo as NavigationGroup,
81
+ Eo as NavigationOption,
82
+ Jo as NavigationSeparator,
83
+ s as NumberInput,
84
+ U as PhoneNumberInput,
85
+ j as PieChart,
86
+ E as ProgressBar,
87
+ J as Radio,
88
+ Q as RadioCard,
89
+ X as RadioCardGroup,
90
+ Z as RadioGroup,
91
+ $ as Range,
92
+ eo as Select,
93
+ po as Sidebar,
94
+ xo as Slider,
95
+ ao as Switch,
96
+ no as Table,
97
+ uo as Tabs,
98
+ To as Tag,
99
+ So as TagSelect,
100
+ so as TextArea,
101
+ Do as TimePicker,
102
+ No as Toast,
103
+ vo as Tooltip,
104
+ Zo as Trigger,
105
+ $o as TruncateText,
106
+ Po as Typography,
107
+ Ao as VirtualizedTable
100
108
  };
@@ -2,7 +2,6 @@ import { jsx as v } from "react/jsx-runtime";
2
2
  import { useState as h, useEffect as g } from "react";
3
3
  import { isClient as l } from "../utils/index.js";
4
4
  import { ThemeContext as C } from "./theme.context.js";
5
- /*! js-cookie v3.0.5 | MIT */
6
5
  function p(r) {
7
6
  for (var o = 1; o < arguments.length; o++) {
8
7
  var t = arguments[o];
@@ -1,10 +1,4 @@
1
1
  import { forwardRef as l, createElement as n } from "react";
2
- /**
3
- * @license lucide-react v0.545.0 - ISC
4
- *
5
- * This source code is licensed under the ISC license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const w = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), h = (t) => t.replace(
9
3
  /^([A-Z])|[\s-_]+(\w)/g,
10
4
  (e, r, o) => o ? o.toUpperCase() : r.toLowerCase()
@@ -16,12 +10,6 @@ const w = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), h = (t)
16
10
  if (e.startsWith("aria-") || e === "role" || e === "title")
17
11
  return !0;
18
12
  };
19
- /**
20
- * @license lucide-react v0.545.0 - ISC
21
- *
22
- * This source code is licensed under the ISC license.
23
- * See the LICENSE file in the root directory of this source tree.
24
- */
25
13
  var g = {
26
14
  xmlns: "http://www.w3.org/2000/svg",
27
15
  width: 24,
@@ -33,12 +21,6 @@ var g = {
33
21
  strokeLinecap: "round",
34
22
  strokeLinejoin: "round"
35
23
  };
36
- /**
37
- * @license lucide-react v0.545.0 - ISC
38
- *
39
- * This source code is licensed under the ISC license.
40
- * See the LICENSE file in the root directory of this source tree.
41
- */
42
24
  const A = l(
43
25
  ({
44
26
  color: t = "currentColor",
@@ -68,12 +50,6 @@ const A = l(
68
50
  ]
69
51
  )
70
52
  );
71
- /**
72
- * @license lucide-react v0.545.0 - ISC
73
- *
74
- * This source code is licensed under the ISC license.
75
- * See the LICENSE file in the root directory of this source tree.
76
- */
77
53
  const k = (t, e) => {
78
54
  const r = l(
79
55
  ({ className: o, ...s }, a) => n(A, {
@@ -0,0 +1,9 @@
1
+ import { c } from "./createLucideIcon-D4r5Phnh.js";
2
+ const e = [
3
+ ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
4
+ ["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
5
+ ["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }]
6
+ ], r = c("ellipsis-vertical", e);
7
+ export {
8
+ r as E
9
+ };
@@ -1,6 +1,6 @@
1
1
  import * as i from "react";
2
- import { u as y } from "./index-DQH6odE9.js";
3
- import { u as A } from "./index-BfXxHr_2.js";
2
+ import { u as y } from "./index-DLcqcWxM.js";
3
+ import { u as A } from "./index-DKfEnhKr.js";
4
4
  function T(n, e) {
5
5
  return i.useReducer((t, r) => e[t][r] ?? t, n);
6
6
  }
@@ -0,0 +1,93 @@
1
+ import * as l from "react";
2
+ import R from "react";
3
+ import { c as T } from "./index-DKfEnhKr.js";
4
+ import { c as P, u as A } from "./index-DLcqcWxM.js";
5
+ import { jsx as E } from "react/jsx-runtime";
6
+ // @__NO_SIDE_EFFECTS__
7
+ function M(e) {
8
+ const t = /* @__PURE__ */ v(e), n = l.forwardRef((r, o) => {
9
+ const { children: c, ...a } = r, s = l.Children.toArray(c), d = s.find(w);
10
+ if (d) {
11
+ const f = d.props.children, y = s.map((I) => I === d ? l.Children.count(f) > 1 ? l.Children.only(null) : l.isValidElement(f) ? f.props.children : null : I);
12
+ return /* @__PURE__ */ E(t, { ...a, ref: o, children: l.isValidElement(f) ? l.cloneElement(f, void 0, y) : null });
13
+ }
14
+ return /* @__PURE__ */ E(t, { ...a, ref: o, children: c });
15
+ });
16
+ return n.displayName = `${e}.Slot`, n;
17
+ }
18
+ // @__NO_SIDE_EFFECTS__
19
+ function v(e) {
20
+ const t = l.forwardRef((n, r) => {
21
+ const { children: o, ...c } = n;
22
+ if (l.isValidElement(o)) {
23
+ const a = D(o), s = V(c, o.props);
24
+ return o.type !== l.Fragment && (s.ref = r ? P(r, a) : a), l.cloneElement(o, s);
25
+ }
26
+ return l.Children.count(o) > 1 ? l.Children.only(null) : null;
27
+ });
28
+ return t.displayName = `${e}.SlotClone`, t;
29
+ }
30
+ var b = /* @__PURE__ */ Symbol("radix.slottable");
31
+ function w(e) {
32
+ return l.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === b;
33
+ }
34
+ function V(e, t) {
35
+ const n = { ...t };
36
+ for (const r in t) {
37
+ const o = e[r], c = t[r];
38
+ /^on[A-Z]/.test(r) ? o && c ? n[r] = (...s) => {
39
+ const d = c(...s);
40
+ return o(...s), d;
41
+ } : o && (n[r] = o) : r === "style" ? n[r] = { ...o, ...c } : r === "className" && (n[r] = [o, c].filter(Boolean).join(" "));
42
+ }
43
+ return { ...e, ...n };
44
+ }
45
+ function D(e) {
46
+ let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
47
+ return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
48
+ }
49
+ function B(e) {
50
+ const t = e + "CollectionProvider", [n, r] = T(t), [o, c] = n(
51
+ t,
52
+ { collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
53
+ ), a = (m) => {
54
+ const { scope: i, children: S } = m, u = R.useRef(null), p = R.useRef(/* @__PURE__ */ new Map()).current;
55
+ return /* @__PURE__ */ E(o, { scope: i, itemMap: p, collectionRef: u, children: S });
56
+ };
57
+ a.displayName = t;
58
+ const s = e + "CollectionSlot", d = /* @__PURE__ */ M(s), f = R.forwardRef(
59
+ (m, i) => {
60
+ const { scope: S, children: u } = m, p = c(s, S), C = A(i, p.collectionRef);
61
+ return /* @__PURE__ */ E(d, { ref: C, children: u });
62
+ }
63
+ );
64
+ f.displayName = s;
65
+ const y = e + "CollectionItemSlot", I = "data-radix-collection-item", N = /* @__PURE__ */ M(y), _ = R.forwardRef(
66
+ (m, i) => {
67
+ const { scope: S, children: u, ...p } = m, C = R.useRef(null), g = A(i, C), x = c(y, S);
68
+ return R.useEffect(() => (x.itemMap.set(C, { ref: C, ...p }), () => {
69
+ x.itemMap.delete(C);
70
+ })), /* @__PURE__ */ E(N, { [I]: "", ref: g, children: u });
71
+ }
72
+ );
73
+ _.displayName = y;
74
+ function O(m) {
75
+ const i = c(e + "CollectionConsumer", m);
76
+ return R.useCallback(() => {
77
+ const u = i.collectionRef.current;
78
+ if (!u) return [];
79
+ const p = Array.from(u.querySelectorAll(`[${I}]`));
80
+ return Array.from(i.itemMap.values()).sort(
81
+ (x, h) => p.indexOf(x.ref.current) - p.indexOf(h.ref.current)
82
+ );
83
+ }, [i.collectionRef, i.itemMap]);
84
+ }
85
+ return [
86
+ { Provider: a, Slot: f, ItemSlot: _ },
87
+ O,
88
+ r
89
+ ];
90
+ }
91
+ export {
92
+ B as c
93
+ };
@@ -0,0 +1,55 @@
1
+ import * as t from "react";
2
+ import { c as f } from "./index-BvoZGpli.js";
3
+ import { jsx as a } from "react/jsx-runtime";
4
+ var v = [
5
+ "a",
6
+ "button",
7
+ "div",
8
+ "form",
9
+ "h2",
10
+ "h3",
11
+ "img",
12
+ "input",
13
+ "label",
14
+ "li",
15
+ "nav",
16
+ "ol",
17
+ "p",
18
+ "select",
19
+ "span",
20
+ "svg",
21
+ "ul"
22
+ ], c = v.reduce((i, r) => {
23
+ const l = f(`Primitive.${r}`), e = t.forwardRef((s, d) => {
24
+ const { asChild: n, ...m } = s, p = n ? l : r;
25
+ return typeof window < "u" && (window[/* @__PURE__ */ Symbol.for("radix-ui")] = !0), /* @__PURE__ */ a(p, { ...m, ref: d });
26
+ });
27
+ return e.displayName = `Primitive.${r}`, { ...i, [r]: e };
28
+ }, {}), u = Object.freeze({
29
+ // See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
30
+ position: "absolute",
31
+ border: 0,
32
+ width: 1,
33
+ height: 1,
34
+ padding: 0,
35
+ margin: -1,
36
+ overflow: "hidden",
37
+ clip: "rect(0, 0, 0, 0)",
38
+ whiteSpace: "nowrap",
39
+ wordWrap: "normal"
40
+ }), w = "VisuallyHidden", o = t.forwardRef(
41
+ (i, r) => /* @__PURE__ */ a(
42
+ c.span,
43
+ {
44
+ ...i,
45
+ ref: r,
46
+ style: { ...u, ...i.style }
47
+ }
48
+ )
49
+ );
50
+ o.displayName = w;
51
+ var S = o;
52
+ export {
53
+ S as R,
54
+ o as V
55
+ };
@@ -1,18 +1,10 @@
1
1
  import { g as ge } from "./_commonjsHelpers-DaMA6jEr.js";
2
2
  var V = { exports: {} }, N = { exports: {} }, T = {};
3
- /** @license React v16.13.1
4
- * react-is.production.min.js
5
- *
6
- * Copyright (c) Facebook, Inc. and its affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
3
  var ue;
12
4
  function Se() {
13
5
  if (ue) return T;
14
6
  ue = 1;
15
- var o = typeof Symbol == "function" && Symbol.for, C = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, x = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
7
+ var o = typeof Symbol == "function" && Symbol.for, C = o ? /* @__PURE__ */ Symbol.for("react.element") : 60103, O = o ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, p = o ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, S = o ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, a = o ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, P = o ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = o ? /* @__PURE__ */ Symbol.for("react.context") : 60110, _ = o ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, g = o ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, b = o ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, E = o ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, x = o ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, w = o ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, M = o ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, R = o ? /* @__PURE__ */ Symbol.for("react.block") : 60121, j = o ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, q = o ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, F = o ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
16
8
  function I(t) {
17
9
  if (typeof t == "object" && t !== null) {
18
10
  var k = t.$$typeof;
@@ -75,18 +67,10 @@ function Se() {
75
67
  }, T.typeOf = I, T;
76
68
  }
77
69
  var m = {};
78
- /** @license React v16.13.1
79
- * react-is.development.js
80
- *
81
- * Copyright (c) Facebook, Inc. and its affiliates.
82
- *
83
- * This source code is licensed under the MIT license found in the
84
- * LICENSE file in the root directory of this source tree.
85
- */
86
70
  var fe;
87
71
  function Pe() {
88
- return fe || (fe = 1, process.env.NODE_ENV !== "production" && function() {
89
- var o = typeof Symbol == "function" && Symbol.for, C = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, x = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
72
+ return fe || (fe = 1, process.env.NODE_ENV !== "production" && (function() {
73
+ var o = typeof Symbol == "function" && Symbol.for, C = o ? /* @__PURE__ */ Symbol.for("react.element") : 60103, O = o ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, p = o ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, S = o ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, a = o ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, P = o ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = o ? /* @__PURE__ */ Symbol.for("react.context") : 60110, _ = o ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, g = o ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, b = o ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, E = o ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, x = o ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, w = o ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, M = o ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, R = o ? /* @__PURE__ */ Symbol.for("react.block") : 60121, j = o ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, q = o ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, F = o ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
90
74
  function I(r) {
91
75
  return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
92
76
  r === p || r === g || r === a || r === S || r === E || r === x || typeof r == "object" && r !== null && (r.$$typeof === M || r.$$typeof === w || r.$$typeof === P || r.$$typeof === l || r.$$typeof === b || r.$$typeof === j || r.$$typeof === q || r.$$typeof === F || r.$$typeof === R);
@@ -164,17 +148,12 @@ function Pe() {
164
148
  return A(r) === E;
165
149
  }
166
150
  m.AsyncMode = t, m.ConcurrentMode = k, m.ContextConsumer = H, m.ContextProvider = J, m.Element = X, m.ForwardRef = G, m.Fragment = U, m.Lazy = K, m.Memo = Z, m.Portal = L, m.Profiler = Q, m.StrictMode = Y, m.Suspense = W, m.isAsyncMode = ee, m.isConcurrentMode = e, m.isContextConsumer = n, m.isContextProvider = f, m.isElement = s, m.isForwardRef = i, m.isFragment = y, m.isLazy = c, m.isMemo = u, m.isPortal = d, m.isProfiler = h, m.isStrictMode = v, m.isSuspense = $, m.isValidElementType = I, m.typeOf = A;
167
- }()), m;
151
+ })()), m;
168
152
  }
169
153
  var le;
170
154
  function he() {
171
155
  return le || (le = 1, process.env.NODE_ENV === "production" ? N.exports = /* @__PURE__ */ Se() : N.exports = /* @__PURE__ */ Pe()), N.exports;
172
156
  }
173
- /*
174
- object-assign
175
- (c) Sindre Sorhus
176
- @license MIT
177
- */
178
157
  var re, pe;
179
158
  function Oe() {
180
159
  if (pe) return re;
@@ -1,7 +1,6 @@
1
1
  import * as i from "react";
2
- import { b as h } from "./index-BfXxHr_2.js";
3
- import { P as R, d as z } from "./index-BITvcJAz.js";
4
- import { u as g } from "./index-DQH6odE9.js";
2
+ import { P as R, b as h, d as z } from "./index-DKfEnhKr.js";
3
+ import { u as g } from "./index-DLcqcWxM.js";
5
4
  import { u as m } from "./index-0ioNhtNM.js";
6
5
  import { jsx as B } from "react/jsx-runtime";
7
6
  function H(n, e = globalThis?.document) {
@@ -129,9 +128,9 @@ function I(n, e, t, { discrete: o }) {
129
128
  const s = t.originalEvent.target, c = new CustomEvent(n, { bubbles: !1, cancelable: !0, detail: t });
130
129
  e && s.addEventListener(n, e, { once: !0 }), o ? z(s, c) : s.dispatchEvent(c);
131
130
  }
132
- var $ = x, ee = F;
131
+ var Z = x, $ = F;
133
132
  export {
134
- ee as B,
133
+ $ as B,
135
134
  x as D,
136
- $ as R
135
+ Z as R
137
136
  };