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

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 (330) hide show
  1. package/dist/AdditionalOptions-DiXvUzhu.js +42 -0
  2. package/dist/Modal-h5H4yxYg.js +128 -0
  3. package/dist/assets/icons/components/Accounts.js +23 -35
  4. package/dist/assets/icons/components/AddChart.js +20 -26
  5. package/dist/assets/icons/components/AlertOutline.js +20 -26
  6. package/dist/assets/icons/components/AppRepo.js +20 -26
  7. package/dist/assets/icons/components/Apps.js +20 -26
  8. package/dist/assets/icons/components/Archives.js +20 -26
  9. package/dist/assets/icons/components/ArrowDown.js +20 -26
  10. package/dist/assets/icons/components/ArrowLeft.js +20 -26
  11. package/dist/assets/icons/components/ArrowRight.js +20 -26
  12. package/dist/assets/icons/components/ArrowUp.js +19 -25
  13. package/dist/assets/icons/components/BarChart.js +24 -36
  14. package/dist/assets/icons/components/BookOpen.js +20 -30
  15. package/dist/assets/icons/components/CalendarMonth.js +20 -26
  16. package/dist/assets/icons/components/Check.js +20 -26
  17. package/dist/assets/icons/components/CheckCircleFilled.js +25 -29
  18. package/dist/assets/icons/components/CheckCircleOutline.js +20 -26
  19. package/dist/assets/icons/components/CheckboxMarkedCircleOutline.js +20 -24
  20. package/dist/assets/icons/components/ClockAlert.js +20 -26
  21. package/dist/assets/icons/components/ClockOutline.js +20 -26
  22. package/dist/assets/icons/components/Close.js +20 -26
  23. package/dist/assets/icons/components/Cloud.js +20 -20
  24. package/dist/assets/icons/components/CloudLockOutline.js +20 -26
  25. package/dist/assets/icons/components/Clusters.js +24 -42
  26. package/dist/assets/icons/components/CogOutline.js +20 -26
  27. package/dist/assets/icons/components/Copy.js +20 -26
  28. package/dist/assets/icons/components/Cpu.js +23 -39
  29. package/dist/assets/icons/components/Cube.js +20 -26
  30. package/dist/assets/icons/components/Datacenter.js +20 -26
  31. package/dist/assets/icons/components/Delete.js +20 -26
  32. package/dist/assets/icons/components/DollarSign.js +20 -28
  33. package/dist/assets/icons/components/Download.js +20 -26
  34. package/dist/assets/icons/components/Edit.js +20 -26
  35. package/dist/assets/icons/components/Ellipses.js +20 -26
  36. package/dist/assets/icons/components/Environments.js +20 -28
  37. package/dist/assets/icons/components/Error.js +20 -26
  38. package/dist/assets/icons/components/ErrorOutline.js +20 -26
  39. package/dist/assets/icons/components/Exclamation.js +20 -26
  40. package/dist/assets/icons/components/Git.js +20 -26
  41. package/dist/assets/icons/components/GitOpsCatalog.js +23 -39
  42. package/dist/assets/icons/components/GridView.js +20 -20
  43. package/dist/assets/icons/components/Help.js +25 -23
  44. package/dist/assets/icons/components/HideOutline.js +23 -35
  45. package/dist/assets/icons/components/Home.js +20 -26
  46. package/dist/assets/icons/components/Home2.js +20 -26
  47. package/dist/assets/icons/components/Id.js +19 -25
  48. package/dist/assets/icons/components/InfoCircle.js +25 -29
  49. package/dist/assets/icons/components/InformationOutline.js +20 -26
  50. package/dist/assets/icons/components/InvoiceList.js +20 -26
  51. package/dist/assets/icons/components/Key.js +20 -26
  52. package/dist/assets/icons/components/LightBulb.js +23 -41
  53. package/dist/assets/icons/components/Loader.js +20 -26
  54. package/dist/assets/icons/components/Network.js +20 -26
  55. package/dist/assets/icons/components/PagesStack.js +25 -23
  56. package/dist/assets/icons/components/Pageview.js +20 -26
  57. package/dist/assets/icons/components/People.js +20 -26
  58. package/dist/assets/icons/components/PhotoLibrary.js +19 -25
  59. package/dist/assets/icons/components/Pipeline.js +20 -28
  60. package/dist/assets/icons/components/Plus.js +20 -26
  61. package/dist/assets/icons/components/PowerSettings.js +20 -26
  62. package/dist/assets/icons/components/Preview.js +20 -26
  63. package/dist/assets/icons/components/ReceiptLong.js +20 -20
  64. package/dist/assets/icons/components/Refresh.js +20 -26
  65. package/dist/assets/icons/components/ScatterPlot.js +20 -20
  66. package/dist/assets/icons/components/Search.js +25 -30
  67. package/dist/assets/icons/components/Server.js +20 -26
  68. package/dist/assets/icons/components/Start.js +20 -26
  69. package/dist/assets/icons/components/TabNew.js +24 -48
  70. package/dist/assets/icons/components/Teams.js +20 -26
  71. package/dist/assets/icons/components/Upload.js +19 -25
  72. package/dist/assets/icons/components/Warning.js +20 -26
  73. package/dist/assets/icons/components/WarningTriangle.js +20 -26
  74. package/dist/assets/icons/components/X.js +20 -26
  75. package/dist/compiler-runtime-DA41awpA.js +36 -0
  76. package/dist/components/Alert/Alert.js +78 -61
  77. package/dist/components/Alert/Alert.variants.js +30 -85
  78. package/dist/components/AlertDialog/AlertDialog.js +102 -128
  79. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -2
  80. package/dist/components/AlertDialog/components/index.js +1 -1
  81. package/dist/components/AlertDialog/hooks/useAlertDialog.js +25 -7
  82. package/dist/components/Autocomplete/Autocomplete.js +55 -83
  83. package/dist/components/Autocomplete/Autocomplete.variants.js +1 -21
  84. package/dist/components/Autocomplete/components/List/List.js +48 -45
  85. package/dist/components/Autocomplete/components/List/List.variants.js +1 -29
  86. package/dist/components/Autocomplete/hooks/useAutocomplete.js +74 -58
  87. package/dist/components/Autocomplete/hooks/useNavigationList.js +68 -62
  88. package/dist/components/Badge/Badge.js +66 -77
  89. package/dist/components/Badge/Badge.variants.js +33 -96
  90. package/dist/components/Breadcrumb/Breadcrumb.js +78 -70
  91. package/dist/components/Breadcrumb/Breadcrumb.variants.js +1 -7
  92. package/dist/components/Breadcrumb/components/Item/Item.js +33 -47
  93. package/dist/components/Breadcrumb/components/Item/Item.variants.js +26 -63
  94. package/dist/components/Button/Button.js +37 -40
  95. package/dist/components/Button/Button.variants.js +96 -292
  96. package/dist/components/ButtonGroup/ButtonGroup.js +101 -138
  97. package/dist/components/ButtonGroup/ButtonGroup.variants.js +9 -31
  98. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +105 -113
  99. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.variants.js +48 -94
  100. package/dist/components/ButtonGroup/components/ButtonGroupLabel/ButtonGroupLabel.js +26 -43
  101. package/dist/components/ButtonGroup/components/ButtonGroupMessage/ButtonGroupMessage.js +28 -35
  102. package/dist/components/ButtonGroup/hooks/useButtonGroup.js +63 -61
  103. package/dist/components/Card/Card.js +35 -35
  104. package/dist/components/Card/Card.variants.js +25 -37
  105. package/dist/components/Checkbox/Checkbox.js +247 -268
  106. package/dist/components/Checkbox/Checkbox.variants.js +18 -65
  107. package/dist/components/Command/Command.js +46 -38
  108. package/dist/components/Command/Command.variants.js +1 -44
  109. package/dist/components/Command/components/Command.js +19 -6
  110. package/dist/components/Command/components/CommandEmpty.js +11 -13
  111. package/dist/components/Command/components/CommandGroup.js +19 -17
  112. package/dist/components/Command/components/CommandInput.js +60 -52
  113. package/dist/components/Command/components/CommandItem.js +28 -26
  114. package/dist/components/Command/components/CommandList.js +19 -14
  115. package/dist/components/Command/components/CommandSeparator.js +19 -14
  116. package/dist/components/Command/components/CommandShortcut.js +16 -16
  117. package/dist/components/Command/components/DialogContent.js +35 -29
  118. package/dist/components/Command/components/DialogOverlay.js +18 -16
  119. package/dist/components/Command/contexts/Command.provider.js +23 -21
  120. package/dist/components/Counter/Counter.js +151 -154
  121. package/dist/components/Counter/Counter.variants.js +6 -53
  122. package/dist/components/DateRangePicker/DateRangePicker.js +93 -162
  123. package/dist/components/DateRangePicker/DateRangePicker.variants.js +1 -20
  124. package/dist/components/DateRangePicker/components/CalendarPanel/CalendarPanel.js +81 -115
  125. package/dist/components/DateRangePicker/components/CalendarPanel/CalendarPanel.variants.js +1 -45
  126. package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarDivider/CalendarDivider.js +14 -20
  127. package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarMonth/CalendarMonth.js +50 -57
  128. package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +56 -251
  129. package/dist/components/DateRangePicker/components/CalendarPanel/components/NavigationButton/NavigationButton.js +33 -37
  130. package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +30 -95
  131. package/dist/components/DateRangePicker/components/CalendarPanel/constants/index.js +10 -126
  132. package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useIndependentCarousel.js +138 -113
  133. package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useTogetherCarousel.js +2 -16
  134. package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.js +68 -102
  135. package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.variants.js +1 -22
  136. package/dist/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.js +55 -90
  137. package/dist/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.js +55 -90
  138. package/dist/components/DateRangePicker/components/DateTimeInputs/hooks/useDateTimeInputs.js +204 -177
  139. package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.js +58 -63
  140. package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.variants.js +1 -19
  141. package/dist/components/DateRangePicker/constants/presets.js +16 -7
  142. package/dist/components/DateRangePicker/contexts/date-range-picker.hook.js +1 -3
  143. package/dist/components/DateRangePicker/contexts/date-range-picker.provider.js +187 -171
  144. package/dist/components/DateRangePicker/utils/disabled-dates.js +16 -22
  145. package/dist/components/DateRangePicker/utils/validation.js +2 -17
  146. package/dist/components/Datepicker/DatePicker.js +80 -135
  147. package/dist/components/Divider/Divider.js +18 -7
  148. package/dist/components/Drawer/Drawer.js +108 -130
  149. package/dist/components/Drawer/Drawer.variants.js +17 -81
  150. package/dist/components/Drawer/components/Body/Body.js +18 -21
  151. package/dist/components/Drawer/components/Footer/Footer.js +18 -23
  152. package/dist/components/Drawer/components/Header/Header.js +20 -24
  153. package/dist/components/Drawer/contexts/Drawer.context.js +2 -2
  154. package/dist/components/Drawer/hooks/useDrawer.js +81 -57
  155. package/dist/components/DropdownButton/DropdownButton.js +99 -114
  156. package/dist/components/Filter/Filter.js +40 -29
  157. package/dist/components/Filter/Filter.variants.js +1 -17
  158. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +128 -94
  159. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +83 -144
  160. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +87 -81
  161. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +66 -120
  162. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.js +22 -34
  163. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.js +74 -117
  164. package/dist/components/Filter/components/ResetButton/ResetButton.js +24 -29
  165. package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +83 -135
  166. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +83 -69
  167. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.js +80 -151
  168. package/dist/components/Filter/contexts/filter.provider.js +16 -4
  169. package/dist/components/Filter/events/index.js +3 -3
  170. package/dist/components/ImageUpload/ImageUpload.js +48 -150
  171. package/dist/components/ImageUpload/ImageUpload.variants.js +41 -93
  172. package/dist/components/Input/Input.js +43 -168
  173. package/dist/components/Input/Input.variants.js +9 -51
  174. package/dist/components/LineChart/LineChart.js +83 -120
  175. package/dist/components/Loading/Loading.js +22 -18
  176. package/dist/components/Loading/Loading.variants.js +1 -8
  177. package/dist/components/Modal/Modal.js +3 -2
  178. package/dist/components/Modal/components/Body/Body.js +16 -5
  179. package/dist/components/Modal/components/Footer/Footer.js +16 -11
  180. package/dist/components/Modal/components/Header/Header.js +16 -11
  181. package/dist/components/Modal/components/Wrapper/Wrapper.js +4 -3
  182. package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +1 -28
  183. package/dist/components/Modal/components/index.js +1 -1
  184. package/dist/components/Modal/contexts/Modal.context.js +1 -3
  185. package/dist/components/Modal/contexts/Modal.provider.js +33 -23
  186. package/dist/components/Modal/hooks/useModal.js +29 -18
  187. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +26 -32
  188. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.variants.js +1 -25
  189. package/dist/components/MultiSelectDropdown/components/Item/Item.js +32 -27
  190. package/dist/components/MultiSelectDropdown/components/Item/Item.variants.js +13 -32
  191. package/dist/components/MultiSelectDropdown/components/List/List.js +26 -27
  192. package/dist/components/MultiSelectDropdown/components/List/List.variants.js +1 -21
  193. package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +73 -123
  194. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.hook.js +1 -3
  195. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +128 -131
  196. package/dist/components/MultiSelectDropdown/hooks/useMultiSelectDropdown.js +30 -26
  197. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +19 -6
  198. package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +9 -39
  199. package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +28 -33
  200. package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +171 -231
  201. package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +7 -41
  202. package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +47 -36
  203. package/dist/components/PhoneNumberInput/components/Wrapper.js +465 -503
  204. package/dist/components/PhoneNumberInput/contexts/phone-number.hook.js +1 -3
  205. package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +1163 -1135
  206. package/dist/components/PieChart/PieChart.js +82 -72
  207. package/dist/components/ProgressBar/ProgressBar.js +47 -38
  208. package/dist/components/ProgressBar/ProgressBar.variants.js +11 -28
  209. package/dist/components/Radio/Radio.js +71 -95
  210. package/dist/components/Radio/Radio.variants.js +33 -85
  211. package/dist/components/RadioCard/RadioCard.js +32 -36
  212. package/dist/components/RadioCardGroup/RadioCardGroup.js +42 -43
  213. package/dist/components/RadioGroup/RadioGroup.js +48 -48
  214. package/dist/components/Range/Range.js +83 -61
  215. package/dist/components/Range/Range.variants.js +19 -49
  216. package/dist/components/Select/Select.js +52 -65
  217. package/dist/components/Select/Select.variants.js +13 -66
  218. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +3 -2
  219. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.js +1 -22
  220. package/dist/components/Select/components/EmptyList.js +8 -3
  221. package/dist/components/Select/components/List/List.js +89 -168
  222. package/dist/components/Select/components/List/List.variants.js +1 -41
  223. package/dist/components/Select/components/ListItem/ListItem.js +41 -96
  224. package/dist/components/Select/components/ListItem/ListItem.variants.js +1 -19
  225. package/dist/components/Select/components/Wrapper.js +110 -233
  226. package/dist/components/Select/components/index.js +1 -1
  227. package/dist/components/Select/contexts/select.provider.js +34 -41
  228. package/dist/components/Select/hooks/useNavigationList.js +50 -44
  229. package/dist/components/Select/hooks/useSelect.js +104 -94
  230. package/dist/components/Sidebar/Sidebar.js +26 -21
  231. package/dist/components/Sidebar/Sidebar.variants.js +1 -27
  232. package/dist/components/Sidebar/components/Footer/Footer.js +18 -6
  233. package/dist/components/Sidebar/components/Footer/Footer.variants.js +1 -8
  234. package/dist/components/Sidebar/components/Logo/Logo.js +18 -6
  235. package/dist/components/Sidebar/components/Logo/Logo.variants.js +1 -19
  236. package/dist/components/Sidebar/components/Navigation/Navigation.js +26 -17
  237. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +33 -24
  238. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +24 -24
  239. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +12 -39
  240. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +17 -6
  241. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +1 -5
  242. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +20 -5
  243. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +1 -10
  244. package/dist/components/Sidebar/components/Wrapper/Wrapper.js +21 -60
  245. package/dist/components/Slider/Slider.js +70 -56
  246. package/dist/components/Slider/Slider.variants.js +19 -41
  247. package/dist/components/Spinner/Spinner.js +56 -55
  248. package/dist/components/Spinner/Spinner.variants.js +19 -45
  249. package/dist/components/Stepper/Stepper.js +56 -72
  250. package/dist/components/Stepper/Stepper.variants.js +132 -188
  251. package/dist/components/Stepper/components/HorizontalStepItem/HorizontalStepItem.js +151 -197
  252. package/dist/components/Stepper/components/StepConnector/StepConnector.js +24 -27
  253. package/dist/components/Stepper/components/StepIndicatorContent/StepIndicatorContent.js +39 -20
  254. package/dist/components/Stepper/components/StepItem/StepItem.js +15 -6
  255. package/dist/components/Stepper/components/VerticalStepItem/VerticalStepItem.js +93 -111
  256. package/dist/components/Stepper/hooks/useStepItemLogic.js +3 -6
  257. package/dist/components/Switch/Switch.js +135 -178
  258. package/dist/components/Switch/Switch.variants.js +1 -40
  259. package/dist/components/Table/Table.js +29 -25
  260. package/dist/components/Table/Table.variants.js +6 -30
  261. package/dist/components/Table/components/Body.js +20 -16
  262. package/dist/components/Table/components/Filter.js +21 -7
  263. package/dist/components/Table/components/Head.js +20 -16
  264. package/dist/components/Table/components/Row.js +28 -26
  265. package/dist/components/Tabs/Tabs.js +34 -26
  266. package/dist/components/Tabs/Tabs.variants.js +10 -39
  267. package/dist/components/Tabs/components/Content.js +23 -14
  268. package/dist/components/Tabs/components/List.js +28 -19
  269. package/dist/components/Tabs/components/Trigger.js +25 -21
  270. package/dist/components/Tag/Tag.js +33 -17
  271. package/dist/components/Tag/Tag.variants.js +23 -36
  272. package/dist/components/TagSelect/TagSelect.js +19 -8
  273. package/dist/components/TagSelect/TagSelect.variants.js +1 -22
  274. package/dist/components/TagSelect/components/Item/Item.js +24 -18
  275. package/dist/components/TagSelect/components/Item/Item.variants.js +13 -26
  276. package/dist/components/TagSelect/components/List/List.js +22 -9
  277. package/dist/components/TagSelect/components/List/List.variants.js +1 -19
  278. package/dist/components/TagSelect/components/Wrapper/Wrapper.js +68 -84
  279. package/dist/components/TagSelect/contexts/TagSelect.provider.js +75 -65
  280. package/dist/components/TagSelect/hooks/useTagSelect.js +30 -26
  281. package/dist/components/TextArea/TextArea.js +35 -34
  282. package/dist/components/TextArea/TextArea.variants.js +1 -16
  283. package/dist/components/TimePicker/TimePicker.js +21 -11
  284. package/dist/components/TimePicker/TimePicker.variants.js +1 -64
  285. package/dist/components/TimePicker/components/HoursList/HoursList.js +77 -116
  286. package/dist/components/TimePicker/components/MeridianList/MeridianList.js +79 -88
  287. package/dist/components/TimePicker/components/MinutesList/MinutesList.js +66 -89
  288. package/dist/components/TimePicker/components/Wrapper/Wrapper.js +144 -228
  289. package/dist/components/TimePicker/components/WrapperList/WrapperList.js +44 -75
  290. package/dist/components/TimePicker/contexts/time-picker.hook.js +1 -3
  291. package/dist/components/TimePicker/contexts/time-picker.provider.js +76 -58
  292. package/dist/components/Toast/Toast.js +374 -338
  293. package/dist/components/Toast/Toast.variants.js +10 -43
  294. package/dist/components/Tooltip/Tooltip.js +36 -35
  295. package/dist/components/Typography/Typography.js +26 -23
  296. package/dist/components/Typography/Typography.variants.js +24 -59
  297. package/dist/components/VirtualizedTable/VirtualizedTable.js +9 -91
  298. package/dist/components/VirtualizedTable/assets/chevron-down.js +13 -23
  299. package/dist/components/VirtualizedTable/assets/chevron-up.js +12 -22
  300. package/dist/components/VirtualizedTable/components/Actions/Actions.js +62 -115
  301. package/dist/components/VirtualizedTable/components/Body/Body.js +29 -83
  302. package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +104 -165
  303. package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +13 -19
  304. package/dist/components/VirtualizedTable/components/ExpandableRow/ExpandableRow.js +43 -49
  305. package/dist/components/VirtualizedTable/components/Filter/Filter.js +116 -174
  306. package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +32 -57
  307. package/dist/components/VirtualizedTable/components/Header/Header.js +61 -98
  308. package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +65 -63
  309. package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +32 -102
  310. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +51 -58
  311. package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +20 -24
  312. package/dist/components/VirtualizedTable/contexts/table.provider.js +129 -158
  313. package/dist/components/VirtualizedTable/events/index.js +18 -18
  314. package/dist/components/index.js +1 -1
  315. package/dist/contexts/theme.provider.js +61 -49
  316. package/dist/hooks/useToggle.js +10 -8
  317. package/dist/index-0g-eSmV1.js +142 -0
  318. package/dist/{index-Jr0cra7i.js → index-B9v5VxE2.js} +6 -6
  319. package/dist/{index-DWyM654o.js → index-C6mt--X_.js} +5 -5
  320. package/dist/{index-mPinF0Ho.js → index-CiACf4ao.js} +3 -3
  321. package/dist/{index-CrCTywU1.js → index-Dy4FVowi.js} +1 -1
  322. package/dist/{index-Cmf-IG4l.js → index-kTGTSLpq.js} +1 -1
  323. package/dist/index.js +1 -1
  324. package/dist/package.json +12 -11
  325. package/dist/{proxy-BvdTb_6B.js → proxy-BGrSEZuV.js} +2001 -1929
  326. package/dist/utils/index.js +1 -3
  327. package/package.json +12 -11
  328. package/dist/AdditionalOptions-C2FDVZhu.js +0 -45
  329. package/dist/Modal-BTOXCb0Y.js +0 -120
  330. package/dist/index-C7zAY3xv.js +0 -139
@@ -1,37 +1,25 @@
1
- import { jsxs as l, jsx as i } from "react/jsx-runtime";
2
- import { forwardRef as r } from "react";
3
- const L = r(
4
- ({ size: C = 24, color: t = "currentColor", ...o }, e) => /* @__PURE__ */ l(
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
- ...o,
14
- children: [
15
- /* @__PURE__ */ i(
16
- "path",
17
- {
18
- d: "M18.4024 9.49653C17.7158 8.05005 16.8988 6.87036 15.9513 5.95747L14.9575 6.95122C15.7679 7.72564 16.4737 8.73872 17.0841 10.0004C15.4591 13.3637 13.1524 14.9614 10.0001 14.9614C9.05386 14.9614 8.18231 14.8157 7.38543 14.5243L6.30868 15.601C7.41545 16.1121 8.64592 16.3676 10.0001 16.3676C13.754 16.3676 16.5548 14.4125 18.4024 10.5024C18.4767 10.3451 18.5152 10.1734 18.5152 9.99946C18.5152 9.82555 18.4767 9.65379 18.4024 9.49653ZM17.1608 3.23403L16.3282 2.40044C16.3137 2.38591 16.2965 2.37439 16.2775 2.36652C16.2585 2.35866 16.2382 2.35461 16.2177 2.35461C16.1971 2.35461 16.1768 2.35866 16.1578 2.36652C16.1389 2.37439 16.1216 2.38591 16.1071 2.40044L13.971 4.5356C12.7932 3.93403 11.4696 3.63325 10.0001 3.63325C6.24618 3.63325 3.44539 5.58833 1.59774 9.49849C1.52347 9.65575 1.48495 9.8275 1.48495 10.0014C1.48495 10.1753 1.52347 10.3471 1.59774 10.5043C2.33589 12.059 3.22456 13.3052 4.26375 14.2428L2.19696 16.309C2.16768 16.3383 2.15123 16.3781 2.15123 16.4195C2.15123 16.4609 2.16768 16.5006 2.19696 16.5299L3.03075 17.3637C3.06005 17.393 3.09977 17.4095 3.1412 17.4095C3.18262 17.4095 3.22235 17.393 3.25164 17.3637L17.1608 3.45513C17.1754 3.44062 17.1869 3.42338 17.1947 3.40442C17.2026 3.38545 17.2067 3.36511 17.2067 3.34458C17.2067 3.32405 17.2026 3.30371 17.1947 3.28475C17.1869 3.26578 17.1754 3.24855 17.1608 3.23403ZM2.9161 10.0004C4.54305 6.63716 6.84969 5.0395 10.0001 5.0395C11.0653 5.0395 12.0339 5.22232 12.9126 5.594L11.5395 6.96704C10.8893 6.6201 10.1447 6.49133 9.41572 6.59975C8.68671 6.70816 8.01185 7.04802 7.49069 7.56917C6.96954 8.09033 6.62968 8.76519 6.52127 9.4942C6.41285 10.2232 6.54161 10.9678 6.88856 11.618L5.25926 13.2473C4.3575 12.4514 3.58016 11.3731 2.9161 10.0004ZM7.73446 10.0004C7.7348 9.65604 7.81638 9.31657 7.97256 9.00961C8.12875 8.70266 8.35514 8.43688 8.63335 8.23386C8.91155 8.03084 9.23372 7.8963 9.57369 7.84119C9.91366 7.78607 10.2618 7.81193 10.5899 7.91665L7.83817 10.6684C7.7692 10.4525 7.73421 10.2271 7.73446 10.0004Z",
19
- fill: t
20
- }
21
- ),
22
- /* @__PURE__ */ i(
23
- "path",
24
- {
25
- d: "M9.92211 12.1878C9.85453 12.1878 9.78793 12.1846 9.72192 12.1786L8.69028 13.2102C9.31076 13.4478 9.9868 13.5007 10.6367 13.3623C11.2865 13.2239 11.8824 12.9002 12.3522 12.4304C12.822 11.9605 13.1457 11.3647 13.2841 10.7148C13.4225 10.065 13.3697 9.38892 13.1321 8.76843L12.1004 9.80007C12.1065 9.86609 12.1096 9.93269 12.1096 10.0003C12.1098 10.2876 12.0533 10.5721 11.9434 10.8376C11.8335 11.103 11.6724 11.3442 11.4692 11.5474C11.2661 11.7506 11.0249 11.9117 10.7594 12.0216C10.4939 12.1314 10.2094 12.1879 9.92211 12.1878Z",
26
- fill: t
27
- }
28
- )
29
- ]
30
- }
31
- )
32
- );
33
- L.displayName = "KonstructHideOutlineIcon";
1
+ import { jsx as L, jsxs as d } from "react/jsx-runtime";
2
+ import { c as f } from "../../../compiler-runtime-DA41awpA.js";
3
+ import { forwardRef as m } from "react";
4
+ const a = m((c, p) => {
5
+ const C = f.c(13);
6
+ let t, l, i;
7
+ C[0] !== c ? ({
8
+ size: l,
9
+ color: i,
10
+ ...t
11
+ } = c, C[0] = c, C[1] = t, C[2] = l, C[3] = i) : (t = C[1], l = C[2], i = C[3]);
12
+ const s = l === void 0 ? 24 : l, r = i === void 0 ? "currentColor" : i;
13
+ let o, e;
14
+ C[4] !== r ? (o = /* @__PURE__ */ L("path", { d: "M18.4024 9.49653C17.7158 8.05005 16.8988 6.87036 15.9513 5.95747L14.9575 6.95122C15.7679 7.72564 16.4737 8.73872 17.0841 10.0004C15.4591 13.3637 13.1524 14.9614 10.0001 14.9614C9.05386 14.9614 8.18231 14.8157 7.38543 14.5243L6.30868 15.601C7.41545 16.1121 8.64592 16.3676 10.0001 16.3676C13.754 16.3676 16.5548 14.4125 18.4024 10.5024C18.4767 10.3451 18.5152 10.1734 18.5152 9.99946C18.5152 9.82555 18.4767 9.65379 18.4024 9.49653ZM17.1608 3.23403L16.3282 2.40044C16.3137 2.38591 16.2965 2.37439 16.2775 2.36652C16.2585 2.35866 16.2382 2.35461 16.2177 2.35461C16.1971 2.35461 16.1768 2.35866 16.1578 2.36652C16.1389 2.37439 16.1216 2.38591 16.1071 2.40044L13.971 4.5356C12.7932 3.93403 11.4696 3.63325 10.0001 3.63325C6.24618 3.63325 3.44539 5.58833 1.59774 9.49849C1.52347 9.65575 1.48495 9.8275 1.48495 10.0014C1.48495 10.1753 1.52347 10.3471 1.59774 10.5043C2.33589 12.059 3.22456 13.3052 4.26375 14.2428L2.19696 16.309C2.16768 16.3383 2.15123 16.3781 2.15123 16.4195C2.15123 16.4609 2.16768 16.5006 2.19696 16.5299L3.03075 17.3637C3.06005 17.393 3.09977 17.4095 3.1412 17.4095C3.18262 17.4095 3.22235 17.393 3.25164 17.3637L17.1608 3.45513C17.1754 3.44062 17.1869 3.42338 17.1947 3.40442C17.2026 3.38545 17.2067 3.36511 17.2067 3.34458C17.2067 3.32405 17.2026 3.30371 17.1947 3.28475C17.1869 3.26578 17.1754 3.24855 17.1608 3.23403ZM2.9161 10.0004C4.54305 6.63716 6.84969 5.0395 10.0001 5.0395C11.0653 5.0395 12.0339 5.22232 12.9126 5.594L11.5395 6.96704C10.8893 6.6201 10.1447 6.49133 9.41572 6.59975C8.68671 6.70816 8.01185 7.04802 7.49069 7.56917C6.96954 8.09033 6.62968 8.76519 6.52127 9.4942C6.41285 10.2232 6.54161 10.9678 6.88856 11.618L5.25926 13.2473C4.3575 12.4514 3.58016 11.3731 2.9161 10.0004ZM7.73446 10.0004C7.7348 9.65604 7.81638 9.31657 7.97256 9.00961C8.12875 8.70266 8.35514 8.43688 8.63335 8.23386C8.91155 8.03084 9.23372 7.8963 9.57369 7.84119C9.91366 7.78607 10.2618 7.81193 10.5899 7.91665L7.83817 10.6684C7.7692 10.4525 7.73421 10.2271 7.73446 10.0004Z", fill: r }), e = /* @__PURE__ */ L("path", { d: "M9.92211 12.1878C9.85453 12.1878 9.78793 12.1846 9.72192 12.1786L8.69028 13.2102C9.31076 13.4478 9.9868 13.5007 10.6367 13.3623C11.2865 13.2239 11.8824 12.9002 12.3522 12.4304C12.822 11.9605 13.1457 11.3647 13.2841 10.7148C13.4225 10.065 13.3697 9.38892 13.1321 8.76843L12.1004 9.80007C12.1065 9.86609 12.1096 9.93269 12.1096 10.0003C12.1098 10.2876 12.0533 10.5721 11.9434 10.8376C11.8335 11.103 11.6724 11.3442 11.4692 11.5474C11.2661 11.7506 11.0249 11.9117 10.7594 12.0216C10.4939 12.1314 10.2094 12.1879 9.92211 12.1878Z", fill: r }), C[4] = r, C[5] = o, C[6] = e) : (o = C[5], e = C[6]);
15
+ let n;
16
+ return C[7] !== t || C[8] !== p || C[9] !== s || C[10] !== o || C[11] !== e ? (n = /* @__PURE__ */ d("svg", { ref: p, xmlns: "http://www.w3.org/2000/svg", width: s, height: s, viewBox: "0 0 20 20", fill: "none", ...t, children: [
17
+ o,
18
+ e
19
+ ] }), C[7] = t, C[8] = p, C[9] = s, C[10] = o, C[11] = e, C[12] = n) : n = C[12], n;
20
+ });
21
+ a.displayName = "KonstructHideOutlineIcon";
34
22
  export {
35
- L as HideOutlineIcon,
36
- L as default
23
+ a as HideOutlineIcon,
24
+ a as default
37
25
  };
@@ -1,28 +1,22 @@
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";
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";
25
19
  export {
26
- n as HomeIcon,
27
- n as default
20
+ d as HomeIcon,
21
+ d as default
28
22
  };
@@ -1,28 +1,22 @@
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";
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";
25
19
  export {
26
- n as Home2Icon,
27
- n as default
20
+ f as Home2Icon,
21
+ f as default
28
22
  };
@@ -1,28 +1,22 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as V } from "react/jsx-runtime";
2
+ import { c as p } from "../../../compiler-runtime-DA41awpA.js";
2
3
  import { forwardRef as H } from "react";
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";
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";
25
19
  export {
26
- l as IdIcon,
27
- l as default
20
+ d as IdIcon,
21
+ d as default
28
22
  };
@@ -1,31 +1,27 @@
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";
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";
28
24
  export {
29
- n as InfoCircleIcon,
30
- n as default
25
+ w as InfoCircleIcon,
26
+ w as default
31
27
  };
@@ -1,28 +1,22 @@
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";
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";
25
19
  export {
26
- l as InformationOutlineIcon,
27
- l as default
20
+ a as InformationOutlineIcon,
21
+ a as default
28
22
  };
@@ -1,28 +1,22 @@
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";
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";
25
19
  export {
26
- n as InvoiceListIcon,
27
- n as default
20
+ H as InvoiceListIcon,
21
+ H as default
28
22
  };
@@ -1,28 +1,22 @@
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";
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";
25
19
  export {
26
- n as KeyIcon,
27
- n as default
20
+ d as KeyIcon,
21
+ d as default
28
22
  };
@@ -1,43 +1,25 @@
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";
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";
40
22
  export {
41
- s as LightBulbIcon,
42
- s as default
23
+ m as LightBulbIcon,
24
+ m as default
43
25
  };
@@ -1,28 +1,22 @@
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";
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";
25
19
  export {
26
- d as LoaderIcon,
27
- d as default
20
+ a as LoaderIcon,
21
+ a as default
28
22
  };