@konstructio/ui 0.1.2-alpha.77 → 0.1.2-alpha.78

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 (329) hide show
  1. package/dist/AdditionalOptions-C2FDVZhu.js +45 -0
  2. package/dist/Modal-DAWdufZ_.js +120 -0
  3. package/dist/assets/icons/components/Accounts.js +35 -23
  4. package/dist/assets/icons/components/AddChart.js +26 -20
  5. package/dist/assets/icons/components/AlertOutline.js +26 -20
  6. package/dist/assets/icons/components/AppRepo.js +26 -20
  7. package/dist/assets/icons/components/Apps.js +26 -20
  8. package/dist/assets/icons/components/Archives.js +26 -20
  9. package/dist/assets/icons/components/ArrowDown.js +26 -20
  10. package/dist/assets/icons/components/ArrowLeft.js +26 -20
  11. package/dist/assets/icons/components/ArrowRight.js +26 -20
  12. package/dist/assets/icons/components/ArrowUp.js +25 -19
  13. package/dist/assets/icons/components/BarChart.js +36 -24
  14. package/dist/assets/icons/components/BookOpen.js +30 -20
  15. package/dist/assets/icons/components/CalendarMonth.js +26 -20
  16. package/dist/assets/icons/components/Check.js +26 -20
  17. package/dist/assets/icons/components/CheckCircleFilled.js +29 -25
  18. package/dist/assets/icons/components/CheckCircleOutline.js +26 -20
  19. package/dist/assets/icons/components/CheckboxMarkedCircleOutline.js +24 -20
  20. package/dist/assets/icons/components/ClockAlert.js +26 -20
  21. package/dist/assets/icons/components/ClockOutline.js +26 -20
  22. package/dist/assets/icons/components/Close.js +26 -20
  23. package/dist/assets/icons/components/Cloud.js +20 -20
  24. package/dist/assets/icons/components/CloudLockOutline.js +26 -20
  25. package/dist/assets/icons/components/Clusters.js +42 -24
  26. package/dist/assets/icons/components/CogOutline.js +26 -20
  27. package/dist/assets/icons/components/Copy.js +26 -20
  28. package/dist/assets/icons/components/Cpu.js +39 -23
  29. package/dist/assets/icons/components/Cube.js +26 -20
  30. package/dist/assets/icons/components/Datacenter.js +26 -20
  31. package/dist/assets/icons/components/Delete.js +26 -20
  32. package/dist/assets/icons/components/DollarSign.js +28 -20
  33. package/dist/assets/icons/components/Download.js +26 -20
  34. package/dist/assets/icons/components/Edit.js +26 -20
  35. package/dist/assets/icons/components/Ellipses.js +26 -20
  36. package/dist/assets/icons/components/Environments.js +28 -20
  37. package/dist/assets/icons/components/Error.js +26 -20
  38. package/dist/assets/icons/components/ErrorOutline.js +26 -20
  39. package/dist/assets/icons/components/Exclamation.js +26 -20
  40. package/dist/assets/icons/components/Git.js +26 -20
  41. package/dist/assets/icons/components/GitOpsCatalog.js +39 -23
  42. package/dist/assets/icons/components/GridView.js +20 -20
  43. package/dist/assets/icons/components/Help.js +23 -25
  44. package/dist/assets/icons/components/HideOutline.js +35 -23
  45. package/dist/assets/icons/components/Home.js +26 -20
  46. package/dist/assets/icons/components/Home2.js +26 -20
  47. package/dist/assets/icons/components/Id.js +25 -19
  48. package/dist/assets/icons/components/InfoCircle.js +29 -25
  49. package/dist/assets/icons/components/InformationOutline.js +26 -20
  50. package/dist/assets/icons/components/InvoiceList.js +26 -20
  51. package/dist/assets/icons/components/Key.js +26 -20
  52. package/dist/assets/icons/components/LightBulb.js +41 -23
  53. package/dist/assets/icons/components/Loader.js +26 -20
  54. package/dist/assets/icons/components/Network.js +26 -20
  55. package/dist/assets/icons/components/PagesStack.js +23 -25
  56. package/dist/assets/icons/components/Pageview.js +26 -20
  57. package/dist/assets/icons/components/People.js +26 -20
  58. package/dist/assets/icons/components/PhotoLibrary.js +25 -19
  59. package/dist/assets/icons/components/Pipeline.js +28 -20
  60. package/dist/assets/icons/components/Plus.js +26 -20
  61. package/dist/assets/icons/components/PowerSettings.js +26 -20
  62. package/dist/assets/icons/components/Preview.js +26 -20
  63. package/dist/assets/icons/components/ReceiptLong.js +20 -20
  64. package/dist/assets/icons/components/Refresh.js +26 -20
  65. package/dist/assets/icons/components/ScatterPlot.js +20 -20
  66. package/dist/assets/icons/components/Search.js +30 -25
  67. package/dist/assets/icons/components/Server.js +26 -20
  68. package/dist/assets/icons/components/Start.js +26 -20
  69. package/dist/assets/icons/components/TabNew.js +48 -24
  70. package/dist/assets/icons/components/Teams.js +26 -20
  71. package/dist/assets/icons/components/Upload.js +25 -19
  72. package/dist/assets/icons/components/Warning.js +26 -20
  73. package/dist/assets/icons/components/WarningTriangle.js +26 -20
  74. package/dist/assets/icons/components/X.js +26 -20
  75. package/dist/components/Alert/Alert.js +61 -78
  76. package/dist/components/Alert/Alert.variants.js +85 -30
  77. package/dist/components/AlertDialog/AlertDialog.js +128 -102
  78. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +2 -3
  79. package/dist/components/AlertDialog/components/index.js +1 -1
  80. package/dist/components/AlertDialog/hooks/useAlertDialog.js +7 -25
  81. package/dist/components/Autocomplete/Autocomplete.js +83 -55
  82. package/dist/components/Autocomplete/Autocomplete.variants.js +21 -1
  83. package/dist/components/Autocomplete/components/List/List.js +45 -48
  84. package/dist/components/Autocomplete/components/List/List.variants.js +29 -1
  85. package/dist/components/Autocomplete/hooks/useAutocomplete.js +58 -74
  86. package/dist/components/Autocomplete/hooks/useNavigationList.js +62 -68
  87. package/dist/components/Badge/Badge.js +77 -66
  88. package/dist/components/Badge/Badge.variants.js +96 -33
  89. package/dist/components/Breadcrumb/Breadcrumb.js +70 -78
  90. package/dist/components/Breadcrumb/Breadcrumb.variants.js +7 -1
  91. package/dist/components/Breadcrumb/components/Item/Item.js +47 -33
  92. package/dist/components/Breadcrumb/components/Item/Item.variants.js +63 -26
  93. package/dist/components/Button/Button.js +40 -37
  94. package/dist/components/Button/Button.variants.js +292 -96
  95. package/dist/components/ButtonGroup/ButtonGroup.js +138 -101
  96. package/dist/components/ButtonGroup/ButtonGroup.variants.js +31 -9
  97. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +113 -105
  98. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.variants.js +94 -48
  99. package/dist/components/ButtonGroup/components/ButtonGroupLabel/ButtonGroupLabel.js +43 -26
  100. package/dist/components/ButtonGroup/components/ButtonGroupMessage/ButtonGroupMessage.js +35 -28
  101. package/dist/components/ButtonGroup/hooks/useButtonGroup.js +61 -63
  102. package/dist/components/Card/Card.js +35 -35
  103. package/dist/components/Card/Card.variants.js +37 -25
  104. package/dist/components/Checkbox/Checkbox.js +268 -247
  105. package/dist/components/Checkbox/Checkbox.variants.js +65 -18
  106. package/dist/components/Command/Command.js +38 -46
  107. package/dist/components/Command/Command.variants.js +44 -1
  108. package/dist/components/Command/components/Command.js +6 -19
  109. package/dist/components/Command/components/CommandEmpty.js +13 -11
  110. package/dist/components/Command/components/CommandGroup.js +17 -19
  111. package/dist/components/Command/components/CommandInput.js +52 -60
  112. package/dist/components/Command/components/CommandItem.js +26 -28
  113. package/dist/components/Command/components/CommandList.js +14 -19
  114. package/dist/components/Command/components/CommandSeparator.js +14 -19
  115. package/dist/components/Command/components/CommandShortcut.js +16 -16
  116. package/dist/components/Command/components/DialogContent.js +29 -35
  117. package/dist/components/Command/components/DialogOverlay.js +16 -18
  118. package/dist/components/Command/contexts/Command.provider.js +21 -23
  119. package/dist/components/Counter/Counter.js +154 -151
  120. package/dist/components/Counter/Counter.variants.js +53 -6
  121. package/dist/components/DateRangePicker/DateRangePicker.js +162 -93
  122. package/dist/components/DateRangePicker/DateRangePicker.variants.js +20 -1
  123. package/dist/components/DateRangePicker/components/CalendarPanel/CalendarPanel.js +115 -81
  124. package/dist/components/DateRangePicker/components/CalendarPanel/CalendarPanel.variants.js +45 -1
  125. package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarDivider/CalendarDivider.js +20 -14
  126. package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarMonth/CalendarMonth.js +57 -50
  127. package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +250 -55
  128. package/dist/components/DateRangePicker/components/CalendarPanel/components/NavigationButton/NavigationButton.js +37 -33
  129. package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +94 -29
  130. package/dist/components/DateRangePicker/components/CalendarPanel/constants/index.js +126 -10
  131. package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useIndependentCarousel.js +113 -138
  132. package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useTogetherCarousel.js +16 -2
  133. package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.js +102 -68
  134. package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.variants.js +22 -1
  135. package/dist/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.js +90 -55
  136. package/dist/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.js +90 -55
  137. package/dist/components/DateRangePicker/components/DateTimeInputs/hooks/useDateTimeInputs.js +177 -204
  138. package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.js +63 -58
  139. package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.variants.js +19 -1
  140. package/dist/components/DateRangePicker/constants/presets.js +7 -16
  141. package/dist/components/DateRangePicker/contexts/date-range-picker.hook.js +3 -1
  142. package/dist/components/DateRangePicker/contexts/date-range-picker.provider.js +171 -187
  143. package/dist/components/DateRangePicker/utils/disabled-dates.js +22 -16
  144. package/dist/components/DateRangePicker/utils/validation.js +17 -2
  145. package/dist/components/Datepicker/DatePicker.js +135 -80
  146. package/dist/components/Divider/Divider.js +7 -18
  147. package/dist/components/Drawer/Drawer.js +130 -108
  148. package/dist/components/Drawer/Drawer.variants.js +81 -17
  149. package/dist/components/Drawer/components/Body/Body.js +21 -18
  150. package/dist/components/Drawer/components/Footer/Footer.js +23 -18
  151. package/dist/components/Drawer/components/Header/Header.js +24 -20
  152. package/dist/components/Drawer/contexts/Drawer.context.js +2 -2
  153. package/dist/components/Drawer/hooks/useDrawer.js +57 -81
  154. package/dist/components/DropdownButton/DropdownButton.js +114 -99
  155. package/dist/components/Filter/Filter.js +29 -40
  156. package/dist/components/Filter/Filter.variants.js +17 -1
  157. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +94 -128
  158. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +144 -83
  159. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +81 -87
  160. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +120 -66
  161. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.js +34 -22
  162. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.js +117 -74
  163. package/dist/components/Filter/components/ResetButton/ResetButton.js +29 -24
  164. package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +135 -83
  165. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +69 -83
  166. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.js +151 -80
  167. package/dist/components/Filter/contexts/filter.provider.js +4 -16
  168. package/dist/components/Filter/events/index.js +3 -3
  169. package/dist/components/ImageUpload/ImageUpload.js +150 -48
  170. package/dist/components/ImageUpload/ImageUpload.variants.js +93 -41
  171. package/dist/components/Input/Input.js +168 -43
  172. package/dist/components/Input/Input.variants.js +51 -9
  173. package/dist/components/LineChart/LineChart.js +120 -83
  174. package/dist/components/Loading/Loading.js +18 -22
  175. package/dist/components/Loading/Loading.variants.js +8 -1
  176. package/dist/components/Modal/Modal.js +2 -3
  177. package/dist/components/Modal/components/Body/Body.js +5 -16
  178. package/dist/components/Modal/components/Footer/Footer.js +11 -16
  179. package/dist/components/Modal/components/Header/Header.js +11 -16
  180. package/dist/components/Modal/components/Wrapper/Wrapper.js +3 -4
  181. package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +28 -1
  182. package/dist/components/Modal/components/index.js +1 -1
  183. package/dist/components/Modal/contexts/Modal.context.js +3 -1
  184. package/dist/components/Modal/contexts/Modal.provider.js +23 -33
  185. package/dist/components/Modal/hooks/useModal.js +18 -29
  186. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +32 -26
  187. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.variants.js +25 -1
  188. package/dist/components/MultiSelectDropdown/components/Item/Item.js +27 -32
  189. package/dist/components/MultiSelectDropdown/components/Item/Item.variants.js +32 -13
  190. package/dist/components/MultiSelectDropdown/components/List/List.js +27 -26
  191. package/dist/components/MultiSelectDropdown/components/List/List.variants.js +21 -1
  192. package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +123 -73
  193. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.hook.js +3 -1
  194. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +131 -128
  195. package/dist/components/MultiSelectDropdown/hooks/useMultiSelectDropdown.js +26 -30
  196. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +6 -19
  197. package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +39 -9
  198. package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +33 -28
  199. package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +79 -21
  200. package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +41 -7
  201. package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +36 -47
  202. package/dist/components/PhoneNumberInput/components/Wrapper.js +503 -465
  203. package/dist/components/PhoneNumberInput/contexts/phone-number.hook.js +3 -1
  204. package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +1135 -1163
  205. package/dist/components/PieChart/PieChart.js +72 -82
  206. package/dist/components/ProgressBar/ProgressBar.js +38 -47
  207. package/dist/components/ProgressBar/ProgressBar.variants.js +28 -11
  208. package/dist/components/Radio/Radio.js +95 -71
  209. package/dist/components/Radio/Radio.variants.js +85 -33
  210. package/dist/components/RadioCard/RadioCard.js +36 -32
  211. package/dist/components/RadioCardGroup/RadioCardGroup.js +43 -42
  212. package/dist/components/RadioGroup/RadioGroup.js +48 -48
  213. package/dist/components/Range/Range.js +61 -83
  214. package/dist/components/Range/Range.variants.js +49 -19
  215. package/dist/components/Select/Select.js +65 -52
  216. package/dist/components/Select/Select.variants.js +66 -13
  217. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +2 -3
  218. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.js +22 -1
  219. package/dist/components/Select/components/EmptyList.js +3 -8
  220. package/dist/components/Select/components/List/List.js +168 -89
  221. package/dist/components/Select/components/List/List.variants.js +41 -1
  222. package/dist/components/Select/components/ListItem/ListItem.js +96 -41
  223. package/dist/components/Select/components/ListItem/ListItem.variants.js +19 -1
  224. package/dist/components/Select/components/Wrapper.js +233 -110
  225. package/dist/components/Select/components/index.js +1 -1
  226. package/dist/components/Select/contexts/select.provider.js +41 -34
  227. package/dist/components/Select/hooks/useNavigationList.js +44 -50
  228. package/dist/components/Select/hooks/useSelect.js +94 -104
  229. package/dist/components/Sidebar/Sidebar.js +21 -26
  230. package/dist/components/Sidebar/Sidebar.variants.js +27 -1
  231. package/dist/components/Sidebar/components/Footer/Footer.js +6 -18
  232. package/dist/components/Sidebar/components/Footer/Footer.variants.js +8 -1
  233. package/dist/components/Sidebar/components/Logo/Logo.js +6 -18
  234. package/dist/components/Sidebar/components/Logo/Logo.variants.js +19 -1
  235. package/dist/components/Sidebar/components/Navigation/Navigation.js +17 -26
  236. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +24 -33
  237. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +24 -24
  238. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +39 -12
  239. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +6 -17
  240. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +5 -1
  241. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +5 -20
  242. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +10 -1
  243. package/dist/components/Sidebar/components/Wrapper/Wrapper.js +60 -21
  244. package/dist/components/Slider/Slider.js +56 -70
  245. package/dist/components/Slider/Slider.variants.js +41 -19
  246. package/dist/components/Spinner/Spinner.js +55 -56
  247. package/dist/components/Spinner/Spinner.variants.js +45 -19
  248. package/dist/components/Stepper/Stepper.js +72 -56
  249. package/dist/components/Stepper/Stepper.variants.js +188 -132
  250. package/dist/components/Stepper/components/HorizontalStepItem/HorizontalStepItem.js +197 -151
  251. package/dist/components/Stepper/components/StepConnector/StepConnector.js +27 -24
  252. package/dist/components/Stepper/components/StepIndicatorContent/StepIndicatorContent.js +20 -39
  253. package/dist/components/Stepper/components/StepItem/StepItem.js +6 -15
  254. package/dist/components/Stepper/components/VerticalStepItem/VerticalStepItem.js +111 -93
  255. package/dist/components/Stepper/hooks/useStepItemLogic.js +6 -3
  256. package/dist/components/Switch/Switch.js +178 -135
  257. package/dist/components/Switch/Switch.variants.js +40 -1
  258. package/dist/components/Table/Table.js +25 -29
  259. package/dist/components/Table/Table.variants.js +30 -6
  260. package/dist/components/Table/components/Body.js +16 -20
  261. package/dist/components/Table/components/Filter.js +7 -21
  262. package/dist/components/Table/components/Head.js +16 -20
  263. package/dist/components/Table/components/Row.js +26 -28
  264. package/dist/components/Tabs/Tabs.js +26 -34
  265. package/dist/components/Tabs/Tabs.variants.js +39 -10
  266. package/dist/components/Tabs/components/Content.js +14 -23
  267. package/dist/components/Tabs/components/List.js +19 -28
  268. package/dist/components/Tabs/components/Trigger.js +21 -25
  269. package/dist/components/Tag/Tag.js +17 -33
  270. package/dist/components/Tag/Tag.variants.js +36 -23
  271. package/dist/components/TagSelect/TagSelect.js +8 -19
  272. package/dist/components/TagSelect/TagSelect.variants.js +22 -1
  273. package/dist/components/TagSelect/components/Item/Item.js +18 -24
  274. package/dist/components/TagSelect/components/Item/Item.variants.js +26 -13
  275. package/dist/components/TagSelect/components/List/List.js +9 -22
  276. package/dist/components/TagSelect/components/List/List.variants.js +19 -1
  277. package/dist/components/TagSelect/components/Wrapper/Wrapper.js +84 -68
  278. package/dist/components/TagSelect/contexts/TagSelect.provider.js +65 -75
  279. package/dist/components/TagSelect/hooks/useTagSelect.js +26 -30
  280. package/dist/components/TextArea/TextArea.js +34 -35
  281. package/dist/components/TextArea/TextArea.variants.js +16 -1
  282. package/dist/components/TimePicker/TimePicker.js +11 -21
  283. package/dist/components/TimePicker/TimePicker.variants.js +64 -1
  284. package/dist/components/TimePicker/components/HoursList/HoursList.js +116 -77
  285. package/dist/components/TimePicker/components/MeridianList/MeridianList.js +88 -79
  286. package/dist/components/TimePicker/components/MinutesList/MinutesList.js +89 -66
  287. package/dist/components/TimePicker/components/Wrapper/Wrapper.js +228 -144
  288. package/dist/components/TimePicker/components/WrapperList/WrapperList.js +75 -44
  289. package/dist/components/TimePicker/contexts/time-picker.hook.js +3 -1
  290. package/dist/components/TimePicker/contexts/time-picker.provider.js +58 -76
  291. package/dist/components/Toast/Toast.js +338 -374
  292. package/dist/components/Toast/Toast.variants.js +43 -10
  293. package/dist/components/Tooltip/Tooltip.js +35 -36
  294. package/dist/components/Typography/Typography.js +23 -26
  295. package/dist/components/Typography/Typography.variants.js +59 -24
  296. package/dist/components/VirtualizedTable/VirtualizedTable.js +91 -9
  297. package/dist/components/VirtualizedTable/assets/chevron-down.js +23 -13
  298. package/dist/components/VirtualizedTable/assets/chevron-up.js +22 -12
  299. package/dist/components/VirtualizedTable/components/Actions/Actions.js +115 -62
  300. package/dist/components/VirtualizedTable/components/Body/Body.js +83 -29
  301. package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +165 -104
  302. package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +19 -13
  303. package/dist/components/VirtualizedTable/components/ExpandableRow/ExpandableRow.js +49 -43
  304. package/dist/components/VirtualizedTable/components/Filter/Filter.js +174 -116
  305. package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +57 -32
  306. package/dist/components/VirtualizedTable/components/Header/Header.js +98 -61
  307. package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +63 -65
  308. package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +102 -32
  309. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +58 -51
  310. package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +24 -20
  311. package/dist/components/VirtualizedTable/contexts/table.provider.js +158 -129
  312. package/dist/components/VirtualizedTable/events/index.js +18 -18
  313. package/dist/components/index.js +1 -1
  314. package/dist/contexts/theme.provider.js +49 -61
  315. package/dist/hooks/useToggle.js +8 -10
  316. package/dist/index-C7zAY3xv.js +139 -0
  317. package/dist/{index-kTGTSLpq.js → index-Cmf-IG4l.js} +1 -1
  318. package/dist/{index-Dy4FVowi.js → index-CrCTywU1.js} +1 -1
  319. package/dist/{index-C6mt--X_.js → index-DWyM654o.js} +5 -5
  320. package/dist/{index-B9v5VxE2.js → index-Jr0cra7i.js} +6 -6
  321. package/dist/{index-CiACf4ao.js → index-mPinF0Ho.js} +3 -3
  322. package/dist/index.js +1 -1
  323. package/dist/package.json +1 -2
  324. package/dist/utils/index.js +3 -1
  325. package/package.json +1 -2
  326. package/dist/AdditionalOptions-DiXvUzhu.js +0 -42
  327. package/dist/Modal-h5H4yxYg.js +0 -128
  328. package/dist/compiler-runtime-DA41awpA.js +0 -36
  329. package/dist/index-0g-eSmV1.js +0 -142
@@ -1,22 +1,28 @@
1
- import { jsx as p } from "react/jsx-runtime";
2
- import { c as H } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as f } from "react";
4
- const d = f((c, n) => {
5
- const o = H.c(11);
6
- let t, l, r;
7
- o[0] !== c ? ({
8
- size: l,
9
- color: r,
10
- ...t
11
- } = c, o[0] = c, o[1] = t, o[2] = l, o[3] = r) : (t = o[1], l = o[2], r = o[3]);
12
- const i = l === void 0 ? 24 : l, m = r === void 0 ? "currentColor" : r;
13
- let e;
14
- o[4] !== m ? (e = /* @__PURE__ */ p("path", { d: "M9.99999 4.74167L14.1667 8.49167V15H12.5V10H7.49999V15H5.83332V8.49167L9.99999 4.74167ZM9.99999 2.5L1.66666 10H4.16666V16.6667H9.16666V11.6667H10.8333V16.6667H15.8333V10H18.3333L9.99999 2.5Z", fill: m }), o[4] = m, o[5] = e) : e = o[5];
15
- let s;
16
- return o[6] !== t || o[7] !== n || o[8] !== i || o[9] !== e ? (s = /* @__PURE__ */ p("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = n, o[8] = i, o[9] = e, o[10] = s) : s = o[10], s;
17
- });
18
- d.displayName = "KonstructHomeIcon";
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { forwardRef as l } from "react";
3
+ const n = l(
4
+ ({ size: o = 24, color: t = "currentColor", ...e }, H) => /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ ref: H,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: o,
10
+ height: o,
11
+ viewBox: "0 0 20 20",
12
+ fill: "none",
13
+ ...e,
14
+ children: /* @__PURE__ */ r(
15
+ "path",
16
+ {
17
+ d: "M9.99999 4.74167L14.1667 8.49167V15H12.5V10H7.49999V15H5.83332V8.49167L9.99999 4.74167ZM9.99999 2.5L1.66666 10H4.16666V16.6667H9.16666V11.6667H10.8333V16.6667H15.8333V10H18.3333L9.99999 2.5Z",
18
+ fill: t
19
+ }
20
+ )
21
+ }
22
+ )
23
+ );
24
+ n.displayName = "KonstructHomeIcon";
19
25
  export {
20
- d as HomeIcon,
21
- d as default
26
+ n as HomeIcon,
27
+ n as default
22
28
  };
@@ -1,22 +1,28 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { c as a } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as p } from "react";
4
- const f = p((C, n) => {
5
- const o = a.c(11);
6
- let t, r, l;
7
- o[0] !== C ? ({
8
- size: r,
9
- color: l,
10
- ...t
11
- } = C, o[0] = C, o[1] = t, o[2] = r, o[3] = l) : (t = o[1], r = o[2], l = o[3]);
12
- const s = r === void 0 ? 24 : r, c = l === void 0 ? "currentColor" : l;
13
- let e;
14
- o[4] !== c ? (e = /* @__PURE__ */ m("g", { transform: "translate(0.8 0) scale(1.6)", children: /* @__PURE__ */ m("path", { d: "M1.66667 12.9167H4.16667V8.75C4.16667 8.51389 4.24667 8.31611 4.40667 8.15667C4.56667 7.99722 4.76444 7.91722 5 7.91667H8.33333C8.56944 7.91667 8.7675 7.99667 8.9275 8.15667C9.0875 8.31667 9.16722 8.51445 9.16667 8.75V12.9167H11.6667V5.41667L6.66667 1.66667L1.66667 5.41667V12.9167ZM0 12.9167V5.41667C0 5.15278 0.0591665 4.90278 0.1775 4.66667C0.295833 4.43056 0.458889 4.23611 0.666667 4.08333L5.66667 0.333333C5.95833 0.111111 6.29167 0 6.66667 0C7.04167 0 7.375 0.111111 7.66667 0.333333L12.6667 4.08333C12.875 4.23611 13.0383 4.43056 13.1567 4.66667C13.275 4.90278 13.3339 5.15278 13.3333 5.41667V12.9167C13.3333 13.375 13.17 13.7675 12.8433 14.0942C12.5167 14.4208 12.1244 14.5839 11.6667 14.5833H8.33333C8.09722 14.5833 7.89945 14.5033 7.74 14.3433C7.58056 14.1833 7.50056 13.9856 7.5 13.75V9.58333H5.83333V13.75C5.83333 13.9861 5.75333 14.1842 5.59333 14.3442C5.43333 14.5042 5.23556 14.5839 5 14.5833H1.66667C1.20833 14.5833 0.816111 14.4203 0.49 14.0942C0.163889 13.7681 0.000555556 13.3756 0 12.9167Z", fill: c }) }), o[4] = c, o[5] = e) : e = o[5];
15
- let i;
16
- return o[6] !== t || o[7] !== n || o[8] !== s || o[9] !== e ? (i = /* @__PURE__ */ m("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: s, height: s, viewBox: "0 0 24 24", fill: "none", ...t, children: e }), o[6] = t, o[7] = n, o[8] = s, o[9] = e, o[10] = i) : i = o[10], i;
17
- });
18
- f.displayName = "KonstructHome2Icon";
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import { forwardRef as l } from "react";
3
+ const n = l(
4
+ ({ size: o = 24, color: r = "currentColor", ...t }, e) => /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ ref: e,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: o,
10
+ height: o,
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ ...t,
14
+ children: /* @__PURE__ */ C("g", { transform: "translate(0.8 0) scale(1.6)", children: /* @__PURE__ */ C(
15
+ "path",
16
+ {
17
+ d: "M1.66667 12.9167H4.16667V8.75C4.16667 8.51389 4.24667 8.31611 4.40667 8.15667C4.56667 7.99722 4.76444 7.91722 5 7.91667H8.33333C8.56944 7.91667 8.7675 7.99667 8.9275 8.15667C9.0875 8.31667 9.16722 8.51445 9.16667 8.75V12.9167H11.6667V5.41667L6.66667 1.66667L1.66667 5.41667V12.9167ZM0 12.9167V5.41667C0 5.15278 0.0591665 4.90278 0.1775 4.66667C0.295833 4.43056 0.458889 4.23611 0.666667 4.08333L5.66667 0.333333C5.95833 0.111111 6.29167 0 6.66667 0C7.04167 0 7.375 0.111111 7.66667 0.333333L12.6667 4.08333C12.875 4.23611 13.0383 4.43056 13.1567 4.66667C13.275 4.90278 13.3339 5.15278 13.3333 5.41667V12.9167C13.3333 13.375 13.17 13.7675 12.8433 14.0942C12.5167 14.4208 12.1244 14.5839 11.6667 14.5833H8.33333C8.09722 14.5833 7.89945 14.5033 7.74 14.3433C7.58056 14.1833 7.50056 13.9856 7.5 13.75V9.58333H5.83333V13.75C5.83333 13.9861 5.75333 14.1842 5.59333 14.3442C5.43333 14.5042 5.23556 14.5839 5 14.5833H1.66667C1.20833 14.5833 0.816111 14.4203 0.49 14.0942C0.163889 13.7681 0.000555556 13.3756 0 12.9167Z",
18
+ fill: r
19
+ }
20
+ ) })
21
+ }
22
+ )
23
+ );
24
+ n.displayName = "KonstructHome2Icon";
19
25
  export {
20
- f as Home2Icon,
21
- f as default
26
+ n as Home2Icon,
27
+ n as default
22
28
  };
@@ -1,22 +1,28 @@
1
- import { jsx as V } from "react/jsx-runtime";
2
- import { c as p } from "../../../compiler-runtime-DA41awpA.js";
1
+ import { jsx as o } from "react/jsx-runtime";
3
2
  import { forwardRef as H } from "react";
4
- const d = H((s, c) => {
5
- const o = p.c(11);
6
- let t, l, r;
7
- o[0] !== s ? ({
8
- size: l,
9
- color: r,
10
- ...t
11
- } = s, o[0] = s, o[1] = t, o[2] = l, o[3] = r) : (t = o[1], l = o[2], r = o[3]);
12
- const C = l === void 0 ? 24 : l, n = r === void 0 ? "currentColor" : r;
13
- let e;
14
- o[4] !== n ? (e = /* @__PURE__ */ V("path", { d: "M16.9458 3.75H3.05418C2.29708 3.77778 1.69279 4.38207 1.66501 5.13917V14.8633C1.69279 15.6204 2.29708 16.2247 3.05418 16.2525H16.9458C17.7029 16.2247 18.3072 15.6204 18.335 14.8633V5.13917C18.3072 4.38207 17.7029 3.77778 16.9458 3.75ZM16.9458 14.8633H3.05418V5.13917H16.9458V14.8633ZM11.3892 13.4742V12.6059C11.3892 11.4529 9.06927 10.8695 7.91626 10.8695C6.76325 10.8695 4.44334 11.4529 4.44334 12.6059V13.4742H11.3892ZM7.91626 6.52833C7.45572 6.52833 7.01405 6.71128 6.6884 7.03693C6.36275 7.36258 6.1798 7.80425 6.1798 8.26479C6.1798 8.49283 6.22472 8.71863 6.31198 8.92931C6.39925 9.13998 6.52715 9.33141 6.6884 9.49265C7.01405 9.8183 7.45572 10.0013 7.91626 10.0013C8.14429 10.0013 8.3701 9.95634 8.58077 9.86907C8.79145 9.78181 8.98288 9.6539 9.14412 9.49265C9.30537 9.33141 9.43327 9.13998 9.52054 8.92931C9.6078 8.71863 9.65272 8.49283 9.65272 8.26479C9.65272 8.03676 9.6078 7.81095 9.52054 7.60028C9.43327 7.3896 9.30537 7.19818 9.14412 7.03693C8.98288 6.87569 8.79145 6.74778 8.58077 6.66051C8.3701 6.57325 8.14429 6.52833 7.91626 6.52833ZM11.3892 6.52833V7.22292H15.5567V6.52833H11.3892ZM11.3892 7.9175V8.61208H15.5567V7.9175H11.3892ZM11.3892 9.30667V10.0013H14.1675V9.30667H11.3892Z", fill: n }), o[4] = n, o[5] = e) : e = o[5];
15
- let i;
16
- return o[6] !== t || o[7] !== c || o[8] !== C || o[9] !== e ? (i = /* @__PURE__ */ V("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: C, height: C, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = c, o[8] = C, o[9] = e, o[10] = i) : i = o[10], i;
17
- });
18
- d.displayName = "KonstructIdIcon";
3
+ const l = H(
4
+ ({ size: C = 24, color: r = "currentColor", ...t }, V) => /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ref: V,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: C,
10
+ height: C,
11
+ viewBox: "0 0 20 20",
12
+ fill: "none",
13
+ ...t,
14
+ children: /* @__PURE__ */ o(
15
+ "path",
16
+ {
17
+ d: "M16.9458 3.75H3.05418C2.29708 3.77778 1.69279 4.38207 1.66501 5.13917V14.8633C1.69279 15.6204 2.29708 16.2247 3.05418 16.2525H16.9458C17.7029 16.2247 18.3072 15.6204 18.335 14.8633V5.13917C18.3072 4.38207 17.7029 3.77778 16.9458 3.75ZM16.9458 14.8633H3.05418V5.13917H16.9458V14.8633ZM11.3892 13.4742V12.6059C11.3892 11.4529 9.06927 10.8695 7.91626 10.8695C6.76325 10.8695 4.44334 11.4529 4.44334 12.6059V13.4742H11.3892ZM7.91626 6.52833C7.45572 6.52833 7.01405 6.71128 6.6884 7.03693C6.36275 7.36258 6.1798 7.80425 6.1798 8.26479C6.1798 8.49283 6.22472 8.71863 6.31198 8.92931C6.39925 9.13998 6.52715 9.33141 6.6884 9.49265C7.01405 9.8183 7.45572 10.0013 7.91626 10.0013C8.14429 10.0013 8.3701 9.95634 8.58077 9.86907C8.79145 9.78181 8.98288 9.6539 9.14412 9.49265C9.30537 9.33141 9.43327 9.13998 9.52054 8.92931C9.6078 8.71863 9.65272 8.49283 9.65272 8.26479C9.65272 8.03676 9.6078 7.81095 9.52054 7.60028C9.43327 7.3896 9.30537 7.19818 9.14412 7.03693C8.98288 6.87569 8.79145 6.74778 8.58077 6.66051C8.3701 6.57325 8.14429 6.52833 7.91626 6.52833ZM11.3892 6.52833V7.22292H15.5567V6.52833H11.3892ZM11.3892 7.9175V8.61208H15.5567V7.9175H11.3892ZM11.3892 9.30667V10.0013H14.1675V9.30667H11.3892Z",
18
+ fill: r
19
+ }
20
+ )
21
+ }
22
+ )
23
+ );
24
+ l.displayName = "KonstructIdIcon";
19
25
  export {
20
- d as IdIcon,
21
- d as default
26
+ l as IdIcon,
27
+ l as default
22
28
  };
@@ -1,27 +1,31 @@
1
- import { jsx as c, jsxs as d } from "react/jsx-runtime";
2
- import { c as m } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as a } from "react";
4
- const w = a((f, h) => {
5
- const e = m.c(12);
6
- let i, t, o;
7
- e[0] !== f ? ({
8
- size: t,
9
- color: o,
10
- ...i
11
- } = f, e[0] = f, e[1] = i, e[2] = t, e[3] = o) : (i = e[1], t = e[2], o = e[3]);
12
- const r = t === void 0 ? 24 : t, p = o === void 0 ? "currentColor" : o;
13
- let l;
14
- e[4] !== p ? (l = /* @__PURE__ */ c("g", { clipPath: "url(#info-circle-clip)", children: /* @__PURE__ */ c("path", { d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z", fill: p }) }), e[4] = p, e[5] = l) : l = e[5];
15
- let s;
16
- e[6] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (s = /* @__PURE__ */ c("defs", { children: /* @__PURE__ */ c("clipPath", { id: "info-circle-clip", children: /* @__PURE__ */ c("rect", { width: "24", height: "24", fill: "white" }) }) }), e[6] = s) : s = e[6];
17
- let n;
18
- return e[7] !== i || e[8] !== h || e[9] !== r || e[10] !== l ? (n = /* @__PURE__ */ d("svg", { ref: h, xmlns: "http://www.w3.org/2000/svg", width: r, height: r, viewBox: "0 0 24 24", fill: "none", ...i, children: [
19
- l,
20
- s
21
- ] }), e[7] = i, e[8] = h, e[9] = r, e[10] = l, e[11] = n) : n = e[11], n;
22
- });
23
- w.displayName = "KonstructInfoCircleIcon";
1
+ import { jsxs as o, jsx as i } from "react/jsx-runtime";
2
+ import { forwardRef as t } from "react";
3
+ const n = t(
4
+ ({ size: l = 24, color: r = "currentColor", ...c }, e) => /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ref: e,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: l,
10
+ height: l,
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ ...c,
14
+ children: [
15
+ /* @__PURE__ */ i("g", { clipPath: "url(#info-circle-clip)", children: /* @__PURE__ */ i(
16
+ "path",
17
+ {
18
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z",
19
+ fill: r
20
+ }
21
+ ) }),
22
+ /* @__PURE__ */ i("defs", { children: /* @__PURE__ */ i("clipPath", { id: "info-circle-clip", children: /* @__PURE__ */ i("rect", { width: "24", height: "24", fill: "white" }) }) })
23
+ ]
24
+ }
25
+ )
26
+ );
27
+ n.displayName = "KonstructInfoCircleIcon";
24
28
  export {
25
- w as InfoCircleIcon,
26
- w as default
29
+ n as InfoCircleIcon,
30
+ n as default
27
31
  };
@@ -1,22 +1,28 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { c as f } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as p } from "react";
4
- const a = p((s, C) => {
5
- const o = f.c(11);
6
- let t, i, l;
7
- o[0] !== s ? ({
8
- size: i,
9
- color: l,
10
- ...t
11
- } = s, o[0] = s, o[1] = t, o[2] = i, o[3] = l) : (t = o[1], i = o[2], l = o[3]);
12
- const r = i === void 0 ? 24 : i, c = l === void 0 ? "currentColor" : l;
13
- let e;
14
- o[4] !== c ? (e = /* @__PURE__ */ m("path", { d: "M9.16666 7.49996H10.8333V5.83329H9.16666M9.99999 16.6666C6.32499 16.6666 3.33332 13.675 3.33332 9.99996C3.33332 6.32496 6.32499 3.33329 9.99999 3.33329C13.675 3.33329 16.6667 6.32496 16.6667 9.99996C16.6667 13.675 13.675 16.6666 9.99999 16.6666ZM9.99999 1.66663C8.90564 1.66663 7.82201 1.88217 6.81096 2.30096C5.79991 2.71975 4.88125 3.33358 4.10743 4.1074C2.54463 5.67021 1.66666 7.78982 1.66666 9.99996C1.66666 12.2101 2.54463 14.3297 4.10743 15.8925C4.88125 16.6663 5.79991 17.2802 6.81096 17.699C7.82201 18.1177 8.90564 18.3333 9.99999 18.3333C12.2101 18.3333 14.3297 17.4553 15.8925 15.8925C17.4553 14.3297 18.3333 12.2101 18.3333 9.99996C18.3333 8.90561 18.1178 7.82198 17.699 6.81093C17.2802 5.79988 16.6664 4.88122 15.8925 4.1074C15.1187 3.33358 14.2001 2.71975 13.189 2.30096C12.178 1.88217 11.0943 1.66663 9.99999 1.66663ZM9.16666 14.1666H10.8333V9.16663H9.16666V14.1666Z", fill: c }), o[4] = c, o[5] = e) : e = o[5];
15
- let n;
16
- return o[6] !== t || o[7] !== C || o[8] !== r || o[9] !== e ? (n = /* @__PURE__ */ m("svg", { ref: C, xmlns: "http://www.w3.org/2000/svg", width: r, height: r, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = C, o[8] = r, o[9] = e, o[10] = n) : n = o[10], n;
17
- });
18
- a.displayName = "KonstructInformationOutlineIcon";
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { forwardRef as i } from "react";
3
+ const l = i(
4
+ ({ size: o = 24, color: C = "currentColor", ...n }, r) => /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ ref: r,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: o,
10
+ height: o,
11
+ viewBox: "0 0 20 20",
12
+ fill: "none",
13
+ ...n,
14
+ children: /* @__PURE__ */ t(
15
+ "path",
16
+ {
17
+ d: "M9.16666 7.49996H10.8333V5.83329H9.16666M9.99999 16.6666C6.32499 16.6666 3.33332 13.675 3.33332 9.99996C3.33332 6.32496 6.32499 3.33329 9.99999 3.33329C13.675 3.33329 16.6667 6.32496 16.6667 9.99996C16.6667 13.675 13.675 16.6666 9.99999 16.6666ZM9.99999 1.66663C8.90564 1.66663 7.82201 1.88217 6.81096 2.30096C5.79991 2.71975 4.88125 3.33358 4.10743 4.1074C2.54463 5.67021 1.66666 7.78982 1.66666 9.99996C1.66666 12.2101 2.54463 14.3297 4.10743 15.8925C4.88125 16.6663 5.79991 17.2802 6.81096 17.699C7.82201 18.1177 8.90564 18.3333 9.99999 18.3333C12.2101 18.3333 14.3297 17.4553 15.8925 15.8925C17.4553 14.3297 18.3333 12.2101 18.3333 9.99996C18.3333 8.90561 18.1178 7.82198 17.699 6.81093C17.2802 5.79988 16.6664 4.88122 15.8925 4.1074C15.1187 3.33358 14.2001 2.71975 13.189 2.30096C12.178 1.88217 11.0943 1.66663 9.99999 1.66663ZM9.16666 14.1666H10.8333V9.16663H9.16666V14.1666Z",
18
+ fill: C
19
+ }
20
+ )
21
+ }
22
+ )
23
+ );
24
+ l.displayName = "KonstructInformationOutlineIcon";
19
25
  export {
20
- a as InformationOutlineIcon,
21
- a as default
26
+ l as InformationOutlineIcon,
27
+ l as default
22
28
  };
@@ -1,22 +1,28 @@
1
- import { jsx as V } from "react/jsx-runtime";
2
- import { c as p } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as m } from "react";
4
- const H = m((c, n) => {
5
- const o = p.c(11);
6
- let t, i, s;
7
- o[0] !== c ? ({
8
- size: i,
9
- color: s,
10
- ...t
11
- } = c, o[0] = c, o[1] = t, o[2] = i, o[3] = s) : (t = o[1], i = o[2], s = o[3]);
12
- const l = i === void 0 ? 24 : i, L = s === void 0 ? "currentColor" : s;
13
- let e;
14
- o[4] !== L ? (e = /* @__PURE__ */ V("path", { d: "M14.1667 5.83333V7.5H12.5V5.83333H14.1667ZM10.8333 5.83333V7.5H5.83333V5.83333H10.8333ZM10.8333 9.16667H5.83333V10.8333H10.8333V9.16667ZM12.5 9.16667V10.8333H14.1667V9.16667H12.5ZM17.5 18.3333L15 16.6667L12.5 18.3333L10 16.6667L7.5 18.3333L5 16.6667L2.5 18.3333V2.5H17.5V18.3333ZM15.8333 15.2167V4.16667H4.16667V15.2167L5 14.6667L7.5 16.3333L10 14.6667L12.5 16.3333L15 14.6667L15.8333 15.2167Z", fill: L }), o[4] = L, o[5] = e) : e = o[5];
15
- let r;
16
- return o[6] !== t || o[7] !== n || o[8] !== l || o[9] !== e ? (r = /* @__PURE__ */ V("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: l, height: l, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = n, o[8] = l, o[9] = e, o[10] = r) : r = o[10], r;
17
- });
18
- H.displayName = "KonstructInvoiceListIcon";
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { forwardRef as V } from "react";
3
+ const n = V(
4
+ ({ size: o = 24, color: L = "currentColor", ...r }, i) => /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ ref: i,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: o,
10
+ height: o,
11
+ viewBox: "0 0 20 20",
12
+ fill: "none",
13
+ ...r,
14
+ children: /* @__PURE__ */ t(
15
+ "path",
16
+ {
17
+ d: "M14.1667 5.83333V7.5H12.5V5.83333H14.1667ZM10.8333 5.83333V7.5H5.83333V5.83333H10.8333ZM10.8333 9.16667H5.83333V10.8333H10.8333V9.16667ZM12.5 9.16667V10.8333H14.1667V9.16667H12.5ZM17.5 18.3333L15 16.6667L12.5 18.3333L10 16.6667L7.5 18.3333L5 16.6667L2.5 18.3333V2.5H17.5V18.3333ZM15.8333 15.2167V4.16667H4.16667V15.2167L5 14.6667L7.5 16.3333L10 14.6667L12.5 16.3333L15 14.6667L15.8333 15.2167Z",
18
+ fill: L
19
+ }
20
+ )
21
+ }
22
+ )
23
+ );
24
+ n.displayName = "KonstructInvoiceListIcon";
19
25
  export {
20
- H as InvoiceListIcon,
21
- H as default
26
+ n as InvoiceListIcon,
27
+ n as default
22
28
  };
@@ -1,22 +1,28 @@
1
- import { jsx as p } from "react/jsx-runtime";
2
- import { c as m } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as f } from "react";
4
- const d = f((C, c) => {
5
- const o = m.c(11);
6
- let t, l, r;
7
- o[0] !== C ? ({
8
- size: l,
9
- color: r,
10
- ...t
11
- } = C, o[0] = C, o[1] = t, o[2] = l, o[3] = r) : (t = o[1], l = o[2], r = o[3]);
12
- const i = l === void 0 ? 24 : l, n = r === void 0 ? "currentColor" : r;
13
- let e;
14
- o[4] !== n ? (e = /* @__PURE__ */ p("path", { d: "M16.2513 14.1675H12.0838V12.0838H10.903C10.1389 13.7508 8.40247 14.8621 6.52709 14.8621C3.81822 14.8621 1.66501 12.7089 1.66501 10C1.66501 7.29115 3.81822 5.13794 6.52709 5.13794C8.40247 5.13794 10.1389 6.24927 10.903 7.91627H18.335V12.0838H16.2513V14.1675ZM13.4729 12.7784H14.8621V10.6946H16.9458V9.30544H9.93055L9.79163 8.81923C9.30543 7.43006 7.98572 6.52711 6.52709 6.52711C4.58226 6.52711 3.05418 8.05519 3.05418 10C3.05418 11.9449 4.58226 13.4729 6.52709 13.4729C7.98572 13.4729 9.30543 12.57 9.79163 11.1808L9.93055 10.6946H13.4729V12.7784ZM6.52709 12.0838C5.3463 12.0838 4.44334 11.1808 4.44334 10C4.44334 8.81923 5.3463 7.91627 6.52709 7.91627C7.70788 7.91627 8.61084 8.81923 8.61084 10C8.61084 11.1808 7.70788 12.0838 6.52709 12.0838ZM6.52709 9.30544C6.11034 9.30544 5.83251 9.58327 5.83251 10C5.83251 10.4168 6.11034 10.6946 6.52709 10.6946C6.94384 10.6946 7.22168 10.4168 7.22168 10C7.22168 9.58327 6.94384 9.30544 6.52709 9.30544Z", fill: n }), o[4] = n, o[5] = e) : e = o[5];
15
- let s;
16
- return o[6] !== t || o[7] !== c || o[8] !== i || o[9] !== e ? (s = /* @__PURE__ */ p("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = c, o[8] = i, o[9] = e, o[10] = s) : s = o[10], s;
17
- });
18
- d.displayName = "KonstructKeyIcon";
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { forwardRef as l } from "react";
3
+ const n = l(
4
+ ({ size: C = 24, color: r = "currentColor", ...t }, e) => /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ref: e,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: C,
10
+ height: C,
11
+ viewBox: "0 0 20 20",
12
+ fill: "none",
13
+ ...t,
14
+ children: /* @__PURE__ */ o(
15
+ "path",
16
+ {
17
+ d: "M16.2513 14.1675H12.0838V12.0838H10.903C10.1389 13.7508 8.40247 14.8621 6.52709 14.8621C3.81822 14.8621 1.66501 12.7089 1.66501 10C1.66501 7.29115 3.81822 5.13794 6.52709 5.13794C8.40247 5.13794 10.1389 6.24927 10.903 7.91627H18.335V12.0838H16.2513V14.1675ZM13.4729 12.7784H14.8621V10.6946H16.9458V9.30544H9.93055L9.79163 8.81923C9.30543 7.43006 7.98572 6.52711 6.52709 6.52711C4.58226 6.52711 3.05418 8.05519 3.05418 10C3.05418 11.9449 4.58226 13.4729 6.52709 13.4729C7.98572 13.4729 9.30543 12.57 9.79163 11.1808L9.93055 10.6946H13.4729V12.7784ZM6.52709 12.0838C5.3463 12.0838 4.44334 11.1808 4.44334 10C4.44334 8.81923 5.3463 7.91627 6.52709 7.91627C7.70788 7.91627 8.61084 8.81923 8.61084 10C8.61084 11.1808 7.70788 12.0838 6.52709 12.0838ZM6.52709 9.30544C6.11034 9.30544 5.83251 9.58327 5.83251 10C5.83251 10.4168 6.11034 10.6946 6.52709 10.6946C6.94384 10.6946 7.22168 10.4168 7.22168 10C7.22168 9.58327 6.94384 9.30544 6.52709 9.30544Z",
18
+ fill: r
19
+ }
20
+ )
21
+ }
22
+ )
23
+ );
24
+ n.displayName = "KonstructKeyIcon";
19
25
  export {
20
- d as KeyIcon,
21
- d as default
26
+ n as KeyIcon,
27
+ n as default
22
28
  };
@@ -1,25 +1,43 @@
1
- import { jsx as p, jsxs as h } from "react/jsx-runtime";
2
- import { c as u } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as a } from "react";
4
- const m = a((c, d) => {
5
- const o = u.c(13);
6
- let t, s, i;
7
- o[0] !== c ? ({
8
- size: s,
9
- color: i,
10
- ...t
11
- } = c, o[0] = c, o[1] = t, o[2] = s, o[3] = i) : (t = o[1], s = o[2], i = o[3]);
12
- const C = s === void 0 ? 24 : s, n = i === void 0 ? "currentColor" : i;
13
- let e, r;
14
- o[4] !== n ? (e = /* @__PURE__ */ p("path", { d: "M15.167 10.863C14.883 13.228 13.334 14.173 12.665 14.859C11.995 15.547 12.115 15.684 12.16 16.693C12.1675 16.8178 12.1494 16.9429 12.1067 17.0604C12.064 17.178 11.9978 17.2856 11.9119 17.3765C11.8261 17.4675 11.7226 17.5399 11.6077 17.5894C11.4928 17.6388 11.369 17.6642 11.244 17.664H8.58598C8.46101 17.6638 8.33738 17.6381 8.22266 17.5885C8.10793 17.5389 8.00451 17.4665 7.9187 17.3756C7.83289 17.2848 7.76649 17.1774 7.72356 17.06C7.68063 16.9426 7.66206 16.8178 7.66898 16.693C7.66898 15.703 7.76099 15.473 7.16499 14.859C6.40499 14.099 4.61699 13.026 4.61699 10.075C4.61242 9.34197 4.75975 8.61597 5.0497 7.94274C5.33964 7.26951 5.76591 6.66364 6.30163 6.16332C6.83735 5.66301 7.47091 5.2791 8.16237 5.0358C8.85383 4.79249 9.58819 4.69507 10.3192 4.74967C11.0502 4.80426 11.7619 5.0097 12.4095 5.35302C13.0572 5.69635 13.6267 6.17012 14.0821 6.74446C14.5376 7.31881 14.8691 7.98128 15.0558 8.69012C15.2425 9.39895 15.2804 10.1388 15.167 10.863Z", stroke: n, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), r = /* @__PURE__ */ p("path", { d: "M8.375 17.609V19.121C8.375 19.534 8.605 19.873 8.888 19.873H10.941C11.226 19.873 11.455 19.533 11.455 19.121V17.609M9.135 7.069C8.54454 7.06927 7.97835 7.30401 7.56092 7.72163C7.14349 8.13924 6.909 8.70554 6.909 9.296M17.247 10.277H19.081M15.401 4.265L16.702 2.964M16.401 15.373L17.702 16.673M9.915 0.75V2.233M3.155 2.963L4.447 4.265M2.155 16.673L3.447 15.373M2.583 10.277H0.75", stroke: n, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), o[4] = n, o[5] = e, o[6] = r) : (e = o[5], r = o[6]);
15
- let l;
16
- return o[7] !== t || o[8] !== d || o[9] !== C || o[10] !== e || o[11] !== r ? (l = /* @__PURE__ */ h("svg", { ref: d, xmlns: "http://www.w3.org/2000/svg", width: C, height: C, viewBox: "0 0 20 21", fill: "none", ...t, children: [
17
- e,
18
- r
19
- ] }), o[7] = t, o[8] = d, o[9] = C, o[10] = e, o[11] = r, o[12] = l) : l = o[12], l;
20
- });
21
- m.displayName = "KonstructLightBulbIcon";
1
+ import { jsxs as n, jsx as C } from "react/jsx-runtime";
2
+ import { forwardRef as i } from "react";
3
+ const s = i(
4
+ ({ size: o = 24, color: t = "currentColor", ...r }, e) => /* @__PURE__ */ n(
5
+ "svg",
6
+ {
7
+ ref: e,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: o,
10
+ height: o,
11
+ viewBox: "0 0 20 21",
12
+ fill: "none",
13
+ ...r,
14
+ children: [
15
+ /* @__PURE__ */ C(
16
+ "path",
17
+ {
18
+ d: "M15.167 10.863C14.883 13.228 13.334 14.173 12.665 14.859C11.995 15.547 12.115 15.684 12.16 16.693C12.1675 16.8178 12.1494 16.9429 12.1067 17.0604C12.064 17.178 11.9978 17.2856 11.9119 17.3765C11.8261 17.4675 11.7226 17.5399 11.6077 17.5894C11.4928 17.6388 11.369 17.6642 11.244 17.664H8.58598C8.46101 17.6638 8.33738 17.6381 8.22266 17.5885C8.10793 17.5389 8.00451 17.4665 7.9187 17.3756C7.83289 17.2848 7.76649 17.1774 7.72356 17.06C7.68063 16.9426 7.66206 16.8178 7.66898 16.693C7.66898 15.703 7.76099 15.473 7.16499 14.859C6.40499 14.099 4.61699 13.026 4.61699 10.075C4.61242 9.34197 4.75975 8.61597 5.0497 7.94274C5.33964 7.26951 5.76591 6.66364 6.30163 6.16332C6.83735 5.66301 7.47091 5.2791 8.16237 5.0358C8.85383 4.79249 9.58819 4.69507 10.3192 4.74967C11.0502 4.80426 11.7619 5.0097 12.4095 5.35302C13.0572 5.69635 13.6267 6.17012 14.0821 6.74446C14.5376 7.31881 14.8691 7.98128 15.0558 8.69012C15.2425 9.39895 15.2804 10.1388 15.167 10.863Z",
19
+ stroke: t,
20
+ strokeWidth: "1.5",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ C(
26
+ "path",
27
+ {
28
+ d: "M8.375 17.609V19.121C8.375 19.534 8.605 19.873 8.888 19.873H10.941C11.226 19.873 11.455 19.533 11.455 19.121V17.609M9.135 7.069C8.54454 7.06927 7.97835 7.30401 7.56092 7.72163C7.14349 8.13924 6.909 8.70554 6.909 9.296M17.247 10.277H19.081M15.401 4.265L16.702 2.964M16.401 15.373L17.702 16.673M9.915 0.75V2.233M3.155 2.963L4.447 4.265M2.155 16.673L3.447 15.373M2.583 10.277H0.75",
29
+ stroke: t,
30
+ strokeWidth: "1.5",
31
+ strokeLinecap: "round",
32
+ strokeLinejoin: "round"
33
+ }
34
+ )
35
+ ]
36
+ }
37
+ )
38
+ );
39
+ s.displayName = "KonstructLightBulbIcon";
22
40
  export {
23
- m as LightBulbIcon,
24
- m as default
41
+ s as LightBulbIcon,
42
+ s as default
25
43
  };
@@ -1,22 +1,28 @@
1
- import { jsx as p } from "react/jsx-runtime";
2
- import { c as d } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as m } from "react";
4
- const a = m((c, n) => {
5
- const C = d.c(12);
6
- let o, r, l;
7
- C[0] !== c ? ({
8
- size: r,
9
- color: l,
10
- ...o
11
- } = c, C[0] = c, C[1] = o, C[2] = r, C[3] = l) : (o = C[1], r = C[2], l = C[3]);
12
- const i = r === void 0 ? 24 : r, t = l === void 0 ? "currentColor" : l;
13
- let e;
14
- C[4] !== t ? (e = /* @__PURE__ */ p("path", { d: "M7.05002 1.45002C7.05002 1.17155 6.9394 0.904476 6.74249 0.707562C6.54557 0.510649 6.2785 0.400024 6.00002 0.400024C5.72155 0.400024 5.45448 0.510649 5.25756 0.707562C5.06065 0.904476 4.95002 1.17155 4.95002 1.45002C4.95002 1.7285 5.06065 1.99557 5.25756 2.19249C5.45448 2.3894 5.72155 2.50002 6.00002 2.50002C6.2785 2.50002 6.54557 2.3894 6.74249 2.19249C6.9394 1.99557 7.05002 1.7285 7.05002 1.45002ZM7.05002 10.55C7.05002 10.2715 6.9394 10.0045 6.74249 9.80756C6.54557 9.61065 6.2785 9.50002 6.00002 9.50002C5.72155 9.50002 5.45448 9.61065 5.25756 9.80756C5.06065 10.0045 4.95002 10.2715 4.95002 10.55C4.95002 10.8285 5.06065 11.0956 5.25756 11.2925C5.45448 11.4894 5.72155 11.6 6.00002 11.6C6.2785 11.6 6.54557 11.4894 6.74249 11.2925C6.9394 11.0956 7.05002 10.8285 7.05002 10.55ZM1.45002 7.05002C1.7285 7.05002 1.99557 6.9394 2.19249 6.74249C2.3894 6.54557 2.50002 6.2785 2.50002 6.00002C2.50002 5.72155 2.3894 5.45448 2.19249 5.25756C1.99557 5.06065 1.7285 4.95002 1.45002 4.95002C1.17155 4.95002 0.904476 5.06065 0.707562 5.25756C0.510649 5.45448 0.400024 5.72155 0.400024 6.00002C0.400024 6.2785 0.510649 6.54557 0.707562 6.74249C0.904476 6.9394 1.17155 7.05002 1.45002 7.05002ZM11.6 6.00002C11.6 5.72155 11.4894 5.45448 11.2925 5.25756C11.0956 5.06065 10.8285 4.95002 10.55 4.95002C10.2715 4.95002 10.0045 5.06065 9.80756 5.25756C9.61065 5.45448 9.50002 5.72155 9.50002 6.00002C9.50002 6.2785 9.61065 6.54557 9.80756 6.74249C10.0045 6.9394 10.2715 7.05002 10.55 7.05002C10.8285 7.05002 11.0956 6.9394 11.2925 6.74249C11.4894 6.54557 11.6 6.2785 11.6 6.00002ZM3.52596 9.9594C3.62349 9.86187 3.70085 9.74609 3.75363 9.61867C3.80641 9.49124 3.83358 9.35467 3.83358 9.21674C3.83358 9.07882 3.80641 8.94225 3.75363 8.81482C3.70085 8.6874 3.62349 8.57161 3.52596 8.47409C3.42844 8.37656 3.31265 8.2992 3.18523 8.24642C3.0578 8.19364 2.92123 8.16647 2.78331 8.16647C2.50476 8.16647 2.23761 8.27712 2.04065 8.47409C1.84368 8.67105 1.73303 8.93819 1.73303 9.21674C1.73303 9.49529 1.84368 9.76243 2.04065 9.9594C2.23761 10.1564 2.50476 10.267 2.78331 10.267C3.06186 10.267 3.329 10.1564 3.52596 9.9594ZM3.52596 3.52377C3.62833 3.42738 3.7103 3.31141 3.76701 3.18274C3.82371 3.05407 3.85399 2.91532 3.85605 2.77472C3.85812 2.63413 3.83192 2.49455 3.77902 2.36427C3.72611 2.23399 3.64758 2.11566 3.54808 2.01631C3.44858 1.91695 3.33014 1.8386 3.19978 1.78589C3.06942 1.73318 2.92981 1.70718 2.78921 1.70945C2.64862 1.71172 2.50992 1.74221 2.38133 1.7991C2.25274 1.85599 2.13689 1.93814 2.04065 2.04065C1.84368 2.23761 1.73303 2.50476 1.73303 2.78331C1.73303 3.06186 1.84368 3.329 2.04065 3.52596C2.23761 3.72293 2.50476 3.83358 2.78331 3.83358C3.06186 3.83358 3.329 3.72293 3.52596 3.52596V3.52377ZM8.47409 9.9594C8.57161 10.0569 8.6874 10.1343 8.81482 10.1871C8.94225 10.2399 9.07882 10.267 9.21674 10.267C9.35467 10.267 9.49124 10.2399 9.61867 10.1871C9.74609 10.1343 9.86187 10.0569 9.9594 9.9594C10.0569 9.86187 10.1343 9.74609 10.1871 9.61867C10.2399 9.49124 10.267 9.35467 10.267 9.21674C10.267 9.07882 10.2399 8.94225 10.1871 8.81482C10.1343 8.6874 10.0569 8.57161 9.9594 8.47409C9.86187 8.37656 9.74609 8.2992 9.61867 8.24642C9.49124 8.19364 9.35467 8.16647 9.21674 8.16647C9.07882 8.16647 8.94225 8.19364 8.81482 8.24642C8.6874 8.2992 8.57161 8.37656 8.47409 8.47409C8.37656 8.57161 8.2992 8.6874 8.24642 8.81482C8.19364 8.94225 8.16647 9.07882 8.16647 9.21674C8.16647 9.35467 8.19364 9.49124 8.24642 9.61867C8.2992 9.74609 8.37656 9.86187 8.47409 9.9594Z", fill: t }), C[4] = t, C[5] = e) : e = C[5];
15
- let s;
16
- return C[6] !== t || C[7] !== o || C[8] !== n || C[9] !== i || C[10] !== e ? (s = /* @__PURE__ */ p("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 12 12", fill: t, ...o, children: e }), C[6] = t, C[7] = o, C[8] = n, C[9] = i, C[10] = e, C[11] = s) : s = C[11], s;
17
- });
18
- a.displayName = "KonstructLoaderIcon";
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { forwardRef as a } from "react";
3
+ const d = a(
4
+ ({ size: C = 24, color: o = "currentColor", ...t }, e) => /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ ref: e,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: C,
10
+ height: C,
11
+ viewBox: "0 0 12 12",
12
+ fill: o,
13
+ ...t,
14
+ children: /* @__PURE__ */ r(
15
+ "path",
16
+ {
17
+ d: "M7.05002 1.45002C7.05002 1.17155 6.9394 0.904476 6.74249 0.707562C6.54557 0.510649 6.2785 0.400024 6.00002 0.400024C5.72155 0.400024 5.45448 0.510649 5.25756 0.707562C5.06065 0.904476 4.95002 1.17155 4.95002 1.45002C4.95002 1.7285 5.06065 1.99557 5.25756 2.19249C5.45448 2.3894 5.72155 2.50002 6.00002 2.50002C6.2785 2.50002 6.54557 2.3894 6.74249 2.19249C6.9394 1.99557 7.05002 1.7285 7.05002 1.45002ZM7.05002 10.55C7.05002 10.2715 6.9394 10.0045 6.74249 9.80756C6.54557 9.61065 6.2785 9.50002 6.00002 9.50002C5.72155 9.50002 5.45448 9.61065 5.25756 9.80756C5.06065 10.0045 4.95002 10.2715 4.95002 10.55C4.95002 10.8285 5.06065 11.0956 5.25756 11.2925C5.45448 11.4894 5.72155 11.6 6.00002 11.6C6.2785 11.6 6.54557 11.4894 6.74249 11.2925C6.9394 11.0956 7.05002 10.8285 7.05002 10.55ZM1.45002 7.05002C1.7285 7.05002 1.99557 6.9394 2.19249 6.74249C2.3894 6.54557 2.50002 6.2785 2.50002 6.00002C2.50002 5.72155 2.3894 5.45448 2.19249 5.25756C1.99557 5.06065 1.7285 4.95002 1.45002 4.95002C1.17155 4.95002 0.904476 5.06065 0.707562 5.25756C0.510649 5.45448 0.400024 5.72155 0.400024 6.00002C0.400024 6.2785 0.510649 6.54557 0.707562 6.74249C0.904476 6.9394 1.17155 7.05002 1.45002 7.05002ZM11.6 6.00002C11.6 5.72155 11.4894 5.45448 11.2925 5.25756C11.0956 5.06065 10.8285 4.95002 10.55 4.95002C10.2715 4.95002 10.0045 5.06065 9.80756 5.25756C9.61065 5.45448 9.50002 5.72155 9.50002 6.00002C9.50002 6.2785 9.61065 6.54557 9.80756 6.74249C10.0045 6.9394 10.2715 7.05002 10.55 7.05002C10.8285 7.05002 11.0956 6.9394 11.2925 6.74249C11.4894 6.54557 11.6 6.2785 11.6 6.00002ZM3.52596 9.9594C3.62349 9.86187 3.70085 9.74609 3.75363 9.61867C3.80641 9.49124 3.83358 9.35467 3.83358 9.21674C3.83358 9.07882 3.80641 8.94225 3.75363 8.81482C3.70085 8.6874 3.62349 8.57161 3.52596 8.47409C3.42844 8.37656 3.31265 8.2992 3.18523 8.24642C3.0578 8.19364 2.92123 8.16647 2.78331 8.16647C2.50476 8.16647 2.23761 8.27712 2.04065 8.47409C1.84368 8.67105 1.73303 8.93819 1.73303 9.21674C1.73303 9.49529 1.84368 9.76243 2.04065 9.9594C2.23761 10.1564 2.50476 10.267 2.78331 10.267C3.06186 10.267 3.329 10.1564 3.52596 9.9594ZM3.52596 3.52377C3.62833 3.42738 3.7103 3.31141 3.76701 3.18274C3.82371 3.05407 3.85399 2.91532 3.85605 2.77472C3.85812 2.63413 3.83192 2.49455 3.77902 2.36427C3.72611 2.23399 3.64758 2.11566 3.54808 2.01631C3.44858 1.91695 3.33014 1.8386 3.19978 1.78589C3.06942 1.73318 2.92981 1.70718 2.78921 1.70945C2.64862 1.71172 2.50992 1.74221 2.38133 1.7991C2.25274 1.85599 2.13689 1.93814 2.04065 2.04065C1.84368 2.23761 1.73303 2.50476 1.73303 2.78331C1.73303 3.06186 1.84368 3.329 2.04065 3.52596C2.23761 3.72293 2.50476 3.83358 2.78331 3.83358C3.06186 3.83358 3.329 3.72293 3.52596 3.52596V3.52377ZM8.47409 9.9594C8.57161 10.0569 8.6874 10.1343 8.81482 10.1871C8.94225 10.2399 9.07882 10.267 9.21674 10.267C9.35467 10.267 9.49124 10.2399 9.61867 10.1871C9.74609 10.1343 9.86187 10.0569 9.9594 9.9594C10.0569 9.86187 10.1343 9.74609 10.1871 9.61867C10.2399 9.49124 10.267 9.35467 10.267 9.21674C10.267 9.07882 10.2399 8.94225 10.1871 8.81482C10.1343 8.6874 10.0569 8.57161 9.9594 8.47409C9.86187 8.37656 9.74609 8.2992 9.61867 8.24642C9.49124 8.19364 9.35467 8.16647 9.21674 8.16647C9.07882 8.16647 8.94225 8.19364 8.81482 8.24642C8.6874 8.2992 8.57161 8.37656 8.47409 8.47409C8.37656 8.57161 8.2992 8.6874 8.24642 8.81482C8.19364 8.94225 8.16647 9.07882 8.16647 9.21674C8.16647 9.35467 8.19364 9.49124 8.24642 9.61867C8.2992 9.74609 8.37656 9.86187 8.47409 9.9594Z",
18
+ fill: o
19
+ }
20
+ )
21
+ }
22
+ )
23
+ );
24
+ d.displayName = "KonstructLoaderIcon";
19
25
  export {
20
- a as LoaderIcon,
21
- a as default
26
+ d as LoaderIcon,
27
+ d as default
22
28
  };
@@ -1,22 +1,28 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import { c as C } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as p } from "react";
4
- const m = p((i, s) => {
5
- const o = C.c(11);
6
- let t, r, l;
7
- o[0] !== i ? ({
8
- size: r,
9
- color: l,
10
- ...t
11
- } = i, o[0] = i, o[1] = t, o[2] = r, o[3] = l) : (t = o[1], r = o[2], l = o[3]);
12
- const H = r === void 0 ? 24 : r, c = l === void 0 ? "currentColor" : l;
13
- let e;
14
- o[4] !== c ? (e = /* @__PURE__ */ n("path", { d: "M8.4 2C7.512 2 6.8 2.712 6.8 3.6V6C6.8 6.888 7.512 7.6 8.4 7.6H9.2V9.2H2V10.8H5.2V12.4H4.4C3.512 12.4 2.8 13.112 2.8 14V16.4C2.8 17.288 3.512 18 4.4 18H7.6C8.488 18 9.2 17.288 9.2 16.4V14C9.2 13.112 8.488 12.4 7.6 12.4H6.8V10.8H13.2V12.4H12.4C11.512 12.4 10.8 13.112 10.8 14V16.4C10.8 17.288 11.512 18 12.4 18H15.6C16.488 18 17.2 17.288 17.2 16.4V14C17.2 13.112 16.488 12.4 15.6 12.4H14.8V10.8H18V9.2H10.8V7.6H11.6C12.488 7.6 13.2 6.888 13.2 6V3.6C13.2 2.712 12.488 2 11.6 2H8.4ZM8.4 3.6H11.6V6H8.4V3.6ZM4.4 14H7.6V16.4H4.4V14ZM12.4 14H15.6V16.4H12.4V14Z", fill: c }), o[4] = c, o[5] = e) : e = o[5];
15
- let V;
16
- return o[6] !== t || o[7] !== s || o[8] !== H || o[9] !== e ? (V = /* @__PURE__ */ n("svg", { ref: s, xmlns: "http://www.w3.org/2000/svg", width: H, height: H, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = s, o[8] = H, o[9] = e, o[10] = V) : V = o[10], V;
17
- });
18
- m.displayName = "KonstructNetworkIcon";
1
+ import { jsx as V } from "react/jsx-runtime";
2
+ import { forwardRef as C } from "react";
3
+ const e = C(
4
+ ({ size: H = 24, color: o = "currentColor", ...r }, t) => /* @__PURE__ */ V(
5
+ "svg",
6
+ {
7
+ ref: t,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: H,
10
+ height: H,
11
+ viewBox: "0 0 20 20",
12
+ fill: "none",
13
+ ...r,
14
+ children: /* @__PURE__ */ V(
15
+ "path",
16
+ {
17
+ d: "M8.4 2C7.512 2 6.8 2.712 6.8 3.6V6C6.8 6.888 7.512 7.6 8.4 7.6H9.2V9.2H2V10.8H5.2V12.4H4.4C3.512 12.4 2.8 13.112 2.8 14V16.4C2.8 17.288 3.512 18 4.4 18H7.6C8.488 18 9.2 17.288 9.2 16.4V14C9.2 13.112 8.488 12.4 7.6 12.4H6.8V10.8H13.2V12.4H12.4C11.512 12.4 10.8 13.112 10.8 14V16.4C10.8 17.288 11.512 18 12.4 18H15.6C16.488 18 17.2 17.288 17.2 16.4V14C17.2 13.112 16.488 12.4 15.6 12.4H14.8V10.8H18V9.2H10.8V7.6H11.6C12.488 7.6 13.2 6.888 13.2 6V3.6C13.2 2.712 12.488 2 11.6 2H8.4ZM8.4 3.6H11.6V6H8.4V3.6ZM4.4 14H7.6V16.4H4.4V14ZM12.4 14H15.6V16.4H12.4V14Z",
18
+ fill: o
19
+ }
20
+ )
21
+ }
22
+ )
23
+ );
24
+ e.displayName = "KonstructNetworkIcon";
19
25
  export {
20
- m as NetworkIcon,
21
- m as default
26
+ e as NetworkIcon,
27
+ e as default
22
28
  };
@@ -1,27 +1,25 @@
1
- import { jsx as i, jsxs as p } from "react/jsx-runtime";
2
- import { c as d } from "../../../compiler-runtime-DA41awpA.js";
3
- import { forwardRef as f } from "react";
4
- const g = f((a, h) => {
5
- const e = d.c(11);
6
- let t, o, l;
7
- e[0] !== a ? ({
8
- size: o,
9
- color: l,
10
- ...t
11
- } = a, e[0] = a, e[1] = t, e[2] = o, e[3] = l) : (t = e[1], o = e[2], l = e[3]);
12
- const c = o === void 0 ? 24 : o, m = l === void 0 ? "currentColor" : l;
13
- let r;
14
- e[4] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (r = /* @__PURE__ */ i("g", { clipPath: "url(#clip0_56_137)", children: /* @__PURE__ */ i("path", { d: "M13.3334 0.833344H3.33341C2.41675 0.833344 1.66675 1.58334 1.66675 2.50001V14.1667H3.33341V2.50001H13.3334V0.833344ZM15.8334 4.16668H6.66675C5.75008 4.16668 5.00008 4.91668 5.00008 5.83334V17.5C5.00008 18.4167 5.75008 19.1667 6.66675 19.1667H15.8334C16.7501 19.1667 17.5001 18.4167 17.5001 17.5V5.83334C17.5001 4.91668 16.7501 4.16668 15.8334 4.16668ZM15.8334 17.5H6.66675V5.83334H15.8334V17.5Z" }) }), e[4] = r) : r = e[4];
15
- let s;
16
- e[5] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (s = /* @__PURE__ */ i("defs", { children: /* @__PURE__ */ i("clipPath", { id: "clip0_56_137", children: /* @__PURE__ */ i("rect", { width: "20", height: "20" }) }) }), e[5] = s) : s = e[5];
17
- let n;
18
- return e[6] !== m || e[7] !== t || e[8] !== h || e[9] !== c ? (n = /* @__PURE__ */ p("svg", { ref: h, xmlns: "http://www.w3.org/2000/svg", width: c, height: c, viewBox: "0 0 20 20", fill: m, ...t, children: [
19
- r,
20
- s
21
- ] }), e[6] = m, e[7] = t, e[8] = h, e[9] = c, e[10] = n) : n = e[10], n;
22
- });
23
- g.displayName = "KonstructPagesStackIcon";
1
+ import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
+ import { forwardRef as h } from "react";
3
+ const o = h(
4
+ ({ size: r = 24, color: i = "currentColor", ...c }, e) => /* @__PURE__ */ l(
5
+ "svg",
6
+ {
7
+ ref: e,
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: r,
10
+ height: r,
11
+ viewBox: "0 0 20 20",
12
+ fill: i,
13
+ ...c,
14
+ children: [
15
+ /* @__PURE__ */ t("g", { clipPath: "url(#clip0_56_137)", children: /* @__PURE__ */ t("path", { d: "M13.3334 0.833344H3.33341C2.41675 0.833344 1.66675 1.58334 1.66675 2.50001V14.1667H3.33341V2.50001H13.3334V0.833344ZM15.8334 4.16668H6.66675C5.75008 4.16668 5.00008 4.91668 5.00008 5.83334V17.5C5.00008 18.4167 5.75008 19.1667 6.66675 19.1667H15.8334C16.7501 19.1667 17.5001 18.4167 17.5001 17.5V5.83334C17.5001 4.91668 16.7501 4.16668 15.8334 4.16668ZM15.8334 17.5H6.66675V5.83334H15.8334V17.5Z" }) }),
16
+ /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_56_137", children: /* @__PURE__ */ t("rect", { width: "20", height: "20" }) }) })
17
+ ]
18
+ }
19
+ )
20
+ );
21
+ o.displayName = "KonstructPagesStackIcon";
24
22
  export {
25
- g as PagesStackIcon,
26
- g as default
23
+ o as PagesStackIcon,
24
+ o as default
27
25
  };