@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,28 +1,22 @@
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";
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";
25
19
  export {
26
- e as NetworkIcon,
27
- e as default
20
+ m as NetworkIcon,
21
+ m as default
28
22
  };
@@ -1,25 +1,27 @@
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";
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";
22
24
  export {
23
- o as PagesStackIcon,
24
- o as default
25
+ g as PagesStackIcon,
26
+ g as default
25
27
  };
@@ -1,28 +1,22 @@
1
- import { jsx as C } from "react/jsx-runtime";
2
- import { forwardRef as i } from "react";
3
- const l = i(
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 20 20",
12
- fill: "none",
13
- ...t,
14
- children: /* @__PURE__ */ C(
15
- "path",
16
- {
17
- d: "M9.57499 13.3333C10.3083 13.3333 10.9917 13.1166 11.5667 12.7499L13.6 14.7833L14.7833 13.5999L12.75 11.5749C13.1167 10.9916 13.3333 10.3166 13.3333 9.58325C13.3333 7.50825 11.6583 5.83325 9.58332 5.83325C7.50832 5.83325 5.83332 7.50825 5.83332 9.58325C5.83332 11.6583 7.50832 13.3333 9.57499 13.3333ZM9.58332 7.49992C10.7333 7.49992 11.6667 8.43325 11.6667 9.58325C11.6667 10.7333 10.7333 11.6666 9.58332 11.6666C8.43332 11.6666 7.49999 10.7333 7.49999 9.58325C7.49999 8.43325 8.43332 7.49992 9.58332 7.49992ZM16.6667 3.33325H3.33332C2.41666 3.33325 1.66666 4.08325 1.66666 4.99992V14.9999C1.66666 15.9166 2.41666 16.6666 3.33332 16.6666H16.6667C17.5833 16.6666 18.3333 15.9166 18.3333 14.9999V4.99992C18.3333 4.08325 17.5833 3.33325 16.6667 3.33325ZM16.6667 14.9999H3.33332V4.99992H16.6667V14.9999Z",
18
- fill: r
19
- }
20
- )
21
- }
22
- )
23
- );
24
- l.displayName = "KonstructPageviewIcon";
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { c as m } from "../../../compiler-runtime-DA41awpA.js";
3
+ import { forwardRef as a } from "react";
4
+ const f = a((c, n) => {
5
+ const o = m.c(11);
6
+ let e, i, l;
7
+ o[0] !== c ? ({
8
+ size: i,
9
+ color: l,
10
+ ...e
11
+ } = c, o[0] = c, o[1] = e, o[2] = i, o[3] = l) : (e = o[1], i = o[2], l = o[3]);
12
+ const r = i === void 0 ? 24 : i, C = l === void 0 ? "currentColor" : l;
13
+ let t;
14
+ o[4] !== C ? (t = /* @__PURE__ */ p("path", { d: "M9.57499 13.3333C10.3083 13.3333 10.9917 13.1166 11.5667 12.7499L13.6 14.7833L14.7833 13.5999L12.75 11.5749C13.1167 10.9916 13.3333 10.3166 13.3333 9.58325C13.3333 7.50825 11.6583 5.83325 9.58332 5.83325C7.50832 5.83325 5.83332 7.50825 5.83332 9.58325C5.83332 11.6583 7.50832 13.3333 9.57499 13.3333ZM9.58332 7.49992C10.7333 7.49992 11.6667 8.43325 11.6667 9.58325C11.6667 10.7333 10.7333 11.6666 9.58332 11.6666C8.43332 11.6666 7.49999 10.7333 7.49999 9.58325C7.49999 8.43325 8.43332 7.49992 9.58332 7.49992ZM16.6667 3.33325H3.33332C2.41666 3.33325 1.66666 4.08325 1.66666 4.99992V14.9999C1.66666 15.9166 2.41666 16.6666 3.33332 16.6666H16.6667C17.5833 16.6666 18.3333 15.9166 18.3333 14.9999V4.99992C18.3333 4.08325 17.5833 3.33325 16.6667 3.33325ZM16.6667 14.9999H3.33332V4.99992H16.6667V14.9999Z", fill: C }), o[4] = C, o[5] = t) : t = o[5];
15
+ let s;
16
+ return o[6] !== e || o[7] !== n || o[8] !== r || o[9] !== t ? (s = /* @__PURE__ */ p("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: r, height: r, viewBox: "0 0 20 20", fill: "none", ...e, children: t }), o[6] = e, o[7] = n, o[8] = r, o[9] = t, o[10] = s) : s = o[10], s;
17
+ });
18
+ f.displayName = "KonstructPageviewIcon";
25
19
  export {
26
- l as PageviewIcon,
27
- l as default
20
+ f as PageviewIcon,
21
+ f 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: "M7.49999 11.4584C5.54999 11.4584 1.66666 12.4334 1.66666 14.3751V15.8334H13.3333V14.3751C13.3333 12.4334 9.44999 11.4584 7.49999 11.4584ZM3.61666 14.1667C4.31666 13.6834 6.00832 13.1251 7.49999 13.1251C8.99166 13.1251 10.6833 13.6834 11.3833 14.1667H3.61666ZM7.49999 10.0001C9.10832 10.0001 10.4167 8.69175 10.4167 7.08341C10.4167 5.47508 9.10832 4.16675 7.49999 4.16675C5.89166 4.16675 4.58332 5.47508 4.58332 7.08341C4.58332 8.69175 5.89166 10.0001 7.49999 10.0001ZM7.49999 5.83341C8.19166 5.83341 8.74999 6.39175 8.74999 7.08341C8.74999 7.77508 8.19166 8.33342 7.49999 8.33342C6.80832 8.33342 6.24999 7.77508 6.24999 7.08341C6.24999 6.39175 6.80832 5.83341 7.49999 5.83341ZM13.3667 11.5084C14.3333 12.2084 15 13.1417 15 14.3751V15.8334H18.3333V14.3751C18.3333 12.6917 15.4167 11.7334 13.3667 11.5084ZM12.5 10.0001C14.1083 10.0001 15.4167 8.69175 15.4167 7.08341C15.4167 5.47508 14.1083 4.16675 12.5 4.16675C12.05 4.16675 11.6333 4.27508 11.25 4.45841C11.775 5.20008 12.0833 6.10841 12.0833 7.08341C12.0833 8.05841 11.775 8.96675 11.25 9.70841C11.6333 9.89175 12.05 10.0001 12.5 10.0001Z",
18
- fill: r
19
- }
20
- )
21
- }
22
- )
23
- );
24
- n.displayName = "KonstructPeopleIcon";
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((s, c) => {
5
+ const o = m.c(11);
6
+ let e, l, C;
7
+ o[0] !== s ? ({
8
+ size: l,
9
+ color: C,
10
+ ...e
11
+ } = s, o[0] = s, o[1] = e, o[2] = l, o[3] = C) : (e = o[1], l = o[2], C = o[3]);
12
+ const r = l === void 0 ? 24 : l, n = C === void 0 ? "currentColor" : C;
13
+ let t;
14
+ o[4] !== n ? (t = /* @__PURE__ */ p("path", { d: "M7.49999 11.4584C5.54999 11.4584 1.66666 12.4334 1.66666 14.3751V15.8334H13.3333V14.3751C13.3333 12.4334 9.44999 11.4584 7.49999 11.4584ZM3.61666 14.1667C4.31666 13.6834 6.00832 13.1251 7.49999 13.1251C8.99166 13.1251 10.6833 13.6834 11.3833 14.1667H3.61666ZM7.49999 10.0001C9.10832 10.0001 10.4167 8.69175 10.4167 7.08341C10.4167 5.47508 9.10832 4.16675 7.49999 4.16675C5.89166 4.16675 4.58332 5.47508 4.58332 7.08341C4.58332 8.69175 5.89166 10.0001 7.49999 10.0001ZM7.49999 5.83341C8.19166 5.83341 8.74999 6.39175 8.74999 7.08341C8.74999 7.77508 8.19166 8.33342 7.49999 8.33342C6.80832 8.33342 6.24999 7.77508 6.24999 7.08341C6.24999 6.39175 6.80832 5.83341 7.49999 5.83341ZM13.3667 11.5084C14.3333 12.2084 15 13.1417 15 14.3751V15.8334H18.3333V14.3751C18.3333 12.6917 15.4167 11.7334 13.3667 11.5084ZM12.5 10.0001C14.1083 10.0001 15.4167 8.69175 15.4167 7.08341C15.4167 5.47508 14.1083 4.16675 12.5 4.16675C12.05 4.16675 11.6333 4.27508 11.25 4.45841C11.775 5.20008 12.0833 6.10841 12.0833 7.08341C12.0833 8.05841 11.775 8.96675 11.25 9.70841C11.6333 9.89175 12.05 10.0001 12.5 10.0001Z", fill: n }), o[4] = n, o[5] = t) : t = o[5];
15
+ let i;
16
+ return o[6] !== e || o[7] !== c || o[8] !== r || o[9] !== t ? (i = /* @__PURE__ */ p("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: r, height: r, viewBox: "0 0 20 20", fill: "none", ...e, children: t }), o[6] = e, o[7] = c, o[8] = r, o[9] = t, o[10] = i) : i = o[10], i;
17
+ });
18
+ d.displayName = "KonstructPeopleIcon";
25
19
  export {
26
- n as PeopleIcon,
27
- n as default
20
+ d as PeopleIcon,
21
+ d as default
28
22
  };
@@ -1,28 +1,22 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { c as m } from "../../../compiler-runtime-DA41awpA.js";
2
3
  import { forwardRef as L } from "react";
3
- const l = L(
4
- ({ size: C = 24, color: r = "currentColor", ...t }, i) => /* @__PURE__ */ o(
5
- "svg",
6
- {
7
- ref: i,
8
- xmlns: "http://www.w3.org/2000/svg",
9
- width: C,
10
- height: C,
11
- viewBox: "0 0 32 32",
12
- fill: "none",
13
- ...t,
14
- children: /* @__PURE__ */ o(
15
- "path",
16
- {
17
- d: "M6.66667 4H24C25.0609 4 26.0783 4.42143 26.8284 5.17157C27.5786 5.92172 28 6.93913 28 8V25.3333C28 26.3942 27.5786 27.4116 26.8284 28.1618C26.0783 28.9119 25.0609 29.3333 24 29.3333H6.66667C5.60581 29.3333 4.58839 28.9119 3.83824 28.1618C3.0881 27.4116 2.66667 26.3942 2.66667 25.3333V8C2.66667 6.93913 3.0881 5.92172 3.83824 5.17157C4.58839 4.42143 5.60581 4 6.66667 4ZM6.66667 5.33333C5.95943 5.33333 5.28115 5.61428 4.78105 6.11438C4.28096 6.61448 4.00001 7.29276 4.00001 8V23.4533L9.72001 17.72L13.0533 21.0533L19.72 14.3867L26.6667 21.3333V8C26.6667 7.29276 26.3857 6.61448 25.8856 6.11438C25.3855 5.61428 24.7073 5.33333 24 5.33333H6.66667ZM13.0533 22.9467L9.72001 19.6133L4.00001 25.3333C4.00001 26.0406 4.28096 26.7189 4.78105 27.219C5.28115 27.719 5.95943 28 6.66667 28H24C24.7073 28 25.3855 27.719 25.8856 27.219C26.3857 26.7189 26.6667 26.0406 26.6667 25.3333V23.2133L19.72 16.28L13.0533 22.9467ZM10 8C10.8841 8 11.7319 8.35119 12.357 8.97631C12.9821 9.60143 13.3333 10.4493 13.3333 11.3333C13.3333 12.2174 12.9821 13.0652 12.357 13.6904C11.7319 14.3155 10.8841 14.6667 10 14.6667C9.11595 14.6667 8.2681 14.3155 7.64298 13.6904C7.01786 13.0652 6.66667 12.2174 6.66667 11.3333C6.66667 10.4493 7.01786 9.60143 7.64298 8.97631C8.2681 8.35119 9.11595 8 10 8ZM10 9.33333C9.46957 9.33333 8.96086 9.54405 8.58579 9.91912C8.21072 10.2942 8.00001 10.8029 8.00001 11.3333C8.00001 11.8638 8.21072 12.3725 8.58579 12.7475C8.96086 13.1226 9.46957 13.3333 10 13.3333C10.5304 13.3333 11.0391 13.1226 11.4142 12.7475C11.7893 12.3725 12 11.8638 12 11.3333C12 10.8029 11.7893 10.2942 11.4142 9.91912C11.0391 9.54405 10.5304 9.33333 10 9.33333Z",
18
- fill: r
19
- }
20
- )
21
- }
22
- )
23
- );
24
- l.displayName = "KonstructPhotoLibraryIcon";
4
+ const a = L((s, c) => {
5
+ const o = m.c(11);
6
+ let C, r, e;
7
+ o[0] !== s ? ({
8
+ size: r,
9
+ color: e,
10
+ ...C
11
+ } = s, o[0] = s, o[1] = C, o[2] = r, o[3] = e) : (C = o[1], r = o[2], e = o[3]);
12
+ const i = r === void 0 ? 24 : r, n = e === void 0 ? "currentColor" : e;
13
+ let t;
14
+ o[4] !== n ? (t = /* @__PURE__ */ p("path", { d: "M6.66667 4H24C25.0609 4 26.0783 4.42143 26.8284 5.17157C27.5786 5.92172 28 6.93913 28 8V25.3333C28 26.3942 27.5786 27.4116 26.8284 28.1618C26.0783 28.9119 25.0609 29.3333 24 29.3333H6.66667C5.60581 29.3333 4.58839 28.9119 3.83824 28.1618C3.0881 27.4116 2.66667 26.3942 2.66667 25.3333V8C2.66667 6.93913 3.0881 5.92172 3.83824 5.17157C4.58839 4.42143 5.60581 4 6.66667 4ZM6.66667 5.33333C5.95943 5.33333 5.28115 5.61428 4.78105 6.11438C4.28096 6.61448 4.00001 7.29276 4.00001 8V23.4533L9.72001 17.72L13.0533 21.0533L19.72 14.3867L26.6667 21.3333V8C26.6667 7.29276 26.3857 6.61448 25.8856 6.11438C25.3855 5.61428 24.7073 5.33333 24 5.33333H6.66667ZM13.0533 22.9467L9.72001 19.6133L4.00001 25.3333C4.00001 26.0406 4.28096 26.7189 4.78105 27.219C5.28115 27.719 5.95943 28 6.66667 28H24C24.7073 28 25.3855 27.719 25.8856 27.219C26.3857 26.7189 26.6667 26.0406 26.6667 25.3333V23.2133L19.72 16.28L13.0533 22.9467ZM10 8C10.8841 8 11.7319 8.35119 12.357 8.97631C12.9821 9.60143 13.3333 10.4493 13.3333 11.3333C13.3333 12.2174 12.9821 13.0652 12.357 13.6904C11.7319 14.3155 10.8841 14.6667 10 14.6667C9.11595 14.6667 8.2681 14.3155 7.64298 13.6904C7.01786 13.0652 6.66667 12.2174 6.66667 11.3333C6.66667 10.4493 7.01786 9.60143 7.64298 8.97631C8.2681 8.35119 9.11595 8 10 8ZM10 9.33333C9.46957 9.33333 8.96086 9.54405 8.58579 9.91912C8.21072 10.2942 8.00001 10.8029 8.00001 11.3333C8.00001 11.8638 8.21072 12.3725 8.58579 12.7475C8.96086 13.1226 9.46957 13.3333 10 13.3333C10.5304 13.3333 11.0391 13.1226 11.4142 12.7475C11.7893 12.3725 12 11.8638 12 11.3333C12 10.8029 11.7893 10.2942 11.4142 9.91912C11.0391 9.54405 10.5304 9.33333 10 9.33333Z", fill: n }), o[4] = n, o[5] = t) : t = o[5];
15
+ let l;
16
+ return o[6] !== C || o[7] !== c || o[8] !== i || o[9] !== t ? (l = /* @__PURE__ */ p("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 32 32", fill: "none", ...C, children: t }), o[6] = C, o[7] = c, o[8] = i, o[9] = t, o[10] = l) : l = o[10], l;
17
+ });
18
+ a.displayName = "KonstructPhotoLibraryIcon";
25
19
  export {
26
- l as PhotoLibraryIcon,
27
- l as default
20
+ a as PhotoLibraryIcon,
21
+ a as default
28
22
  };
@@ -1,30 +1,22 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { forwardRef as H } from "react";
3
- const n = H(
4
- ({ size: C = 24, color: o = "currentColor", ...l }, i) => /* @__PURE__ */ e(
5
- "svg",
6
- {
7
- ref: i,
8
- xmlns: "http://www.w3.org/2000/svg",
9
- width: C,
10
- height: C,
11
- viewBox: "0 0 20 20",
12
- fill: "none",
13
- ...l,
14
- children: /* @__PURE__ */ e(
15
- "path",
16
- {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M1.67001 3.48136C1.67001 3.27412 1.75234 3.07536 1.89888 2.92882C2.04542 2.78228 2.24418 2.69995 2.45142 2.69995H8.70267C8.90991 2.69995 9.10867 2.78228 9.25521 2.92882C9.40175 3.07536 9.48408 3.27412 9.48408 3.48136C9.48408 3.6886 9.40175 3.88735 9.25521 4.0339C9.10867 4.18044 8.90991 4.26276 8.70267 4.26276H8.4422V6.60698C8.4422 6.74514 8.49709 6.87765 8.59478 6.97534C8.69247 7.07304 8.82498 7.12792 8.96314 7.12792H11.3074C12.8962 7.12792 14.42 7.75909 15.5435 8.88258C16.667 10.0061 17.2981 11.5298 17.2981 13.1187V15.7234H17.5586C17.7658 15.7234 17.9646 15.8057 18.1111 15.9523C18.2577 16.0988 18.34 16.2976 18.34 16.5048C18.34 16.712 18.2577 16.9108 18.1111 17.0573C17.9646 17.2039 17.7658 17.2862 17.5586 17.2862H11.3074C11.1001 17.2862 10.9014 17.2039 10.7548 17.0573C10.6083 16.9108 10.526 16.712 10.526 16.5048C10.526 16.2976 10.6083 16.0988 10.7548 15.9523C10.9014 15.8057 11.1001 15.7234 11.3074 15.7234H11.5678V13.3792C11.5678 13.241 11.5129 13.1085 11.4152 13.0108C11.3176 12.9131 11.1851 12.8582 11.0469 12.8582H8.70267C7.11382 12.8582 5.59004 12.2271 4.46655 11.1036C3.34306 9.98008 2.71189 8.45631 2.71189 6.86745V4.26276H2.45142C2.24418 4.26276 2.04542 4.18044 1.89888 4.0339C1.75234 3.88735 1.67001 3.6886 1.67001 3.48136ZM13.1306 15.7234H15.7353V13.1187C15.7353 11.9443 15.2688 10.8181 14.4384 9.98765C13.608 9.15725 12.4817 8.69073 11.3074 8.69073H10.7864V11.2954H11.0469C11.5995 11.2954 12.1295 11.515 12.5203 11.9057C12.9111 12.2965 13.1306 12.8265 13.1306 13.3792V15.7234ZM4.2747 4.26276H6.87939V6.60698C6.87939 7.15963 7.09893 7.68964 7.4897 8.08042C7.88048 8.4712 8.41049 8.69073 8.96314 8.69073H9.22361V11.2954H8.70267C7.5283 11.2954 6.40203 10.8289 5.57162 9.9985C4.74122 9.16809 4.2747 8.04182 4.2747 6.86745V4.26276Z",
20
- fill: o
21
- }
22
- )
23
- }
24
- )
25
- );
26
- n.displayName = "KonstructPipelineIcon";
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { c as H } from "../../../compiler-runtime-DA41awpA.js";
3
+ import { forwardRef as d } from "react";
4
+ const f = d((s, n) => {
5
+ const e = H.c(11);
6
+ let C, l, t;
7
+ e[0] !== s ? ({
8
+ size: l,
9
+ color: t,
10
+ ...C
11
+ } = s, e[0] = s, e[1] = C, e[2] = l, e[3] = t) : (C = e[1], l = e[2], t = e[3]);
12
+ const i = l === void 0 ? 24 : l, c = t === void 0 ? "currentColor" : t;
13
+ let o;
14
+ e[4] !== c ? (o = /* @__PURE__ */ p("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.67001 3.48136C1.67001 3.27412 1.75234 3.07536 1.89888 2.92882C2.04542 2.78228 2.24418 2.69995 2.45142 2.69995H8.70267C8.90991 2.69995 9.10867 2.78228 9.25521 2.92882C9.40175 3.07536 9.48408 3.27412 9.48408 3.48136C9.48408 3.6886 9.40175 3.88735 9.25521 4.0339C9.10867 4.18044 8.90991 4.26276 8.70267 4.26276H8.4422V6.60698C8.4422 6.74514 8.49709 6.87765 8.59478 6.97534C8.69247 7.07304 8.82498 7.12792 8.96314 7.12792H11.3074C12.8962 7.12792 14.42 7.75909 15.5435 8.88258C16.667 10.0061 17.2981 11.5298 17.2981 13.1187V15.7234H17.5586C17.7658 15.7234 17.9646 15.8057 18.1111 15.9523C18.2577 16.0988 18.34 16.2976 18.34 16.5048C18.34 16.712 18.2577 16.9108 18.1111 17.0573C17.9646 17.2039 17.7658 17.2862 17.5586 17.2862H11.3074C11.1001 17.2862 10.9014 17.2039 10.7548 17.0573C10.6083 16.9108 10.526 16.712 10.526 16.5048C10.526 16.2976 10.6083 16.0988 10.7548 15.9523C10.9014 15.8057 11.1001 15.7234 11.3074 15.7234H11.5678V13.3792C11.5678 13.241 11.5129 13.1085 11.4152 13.0108C11.3176 12.9131 11.1851 12.8582 11.0469 12.8582H8.70267C7.11382 12.8582 5.59004 12.2271 4.46655 11.1036C3.34306 9.98008 2.71189 8.45631 2.71189 6.86745V4.26276H2.45142C2.24418 4.26276 2.04542 4.18044 1.89888 4.0339C1.75234 3.88735 1.67001 3.6886 1.67001 3.48136ZM13.1306 15.7234H15.7353V13.1187C15.7353 11.9443 15.2688 10.8181 14.4384 9.98765C13.608 9.15725 12.4817 8.69073 11.3074 8.69073H10.7864V11.2954H11.0469C11.5995 11.2954 12.1295 11.515 12.5203 11.9057C12.9111 12.2965 13.1306 12.8265 13.1306 13.3792V15.7234ZM4.2747 4.26276H6.87939V6.60698C6.87939 7.15963 7.09893 7.68964 7.4897 8.08042C7.88048 8.4712 8.41049 8.69073 8.96314 8.69073H9.22361V11.2954H8.70267C7.5283 11.2954 6.40203 10.8289 5.57162 9.9985C4.74122 9.16809 4.2747 8.04182 4.2747 6.86745V4.26276Z", fill: c }), e[4] = c, e[5] = o) : o = e[5];
15
+ let r;
16
+ return e[6] !== C || e[7] !== n || e[8] !== i || e[9] !== o ? (r = /* @__PURE__ */ p("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 20 20", fill: "none", ...C, children: o }), e[6] = C, e[7] = n, e[8] = i, e[9] = o, e[10] = r) : r = e[10], r;
17
+ });
18
+ f.displayName = "KonstructPipelineIcon";
27
19
  export {
28
- n as PipelineIcon,
29
- n as default
20
+ f as PipelineIcon,
21
+ f as default
30
22
  };
@@ -1,28 +1,22 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { forwardRef as s } from "react";
3
- const e = s(
4
- ({ size: o = 24, color: t = "currentColor", ...l }, n) => /* @__PURE__ */ r(
5
- "svg",
6
- {
7
- ref: n,
8
- xmlns: "http://www.w3.org/2000/svg",
9
- width: o,
10
- height: o,
11
- viewBox: "0 0 20 20",
12
- fill: "none",
13
- ...l,
14
- children: /* @__PURE__ */ r(
15
- "path",
16
- {
17
- d: "M15.8333 10.8334H10.8333V15.8334H9.16666V10.8334H4.16666V9.16675H9.16666V4.16675H10.8333V9.16675H15.8333V10.8334Z",
18
- fill: t
19
- }
20
- )
21
- }
22
- )
23
- );
24
- e.displayName = "KonstructPlusIcon";
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import { c as f } from "../../../compiler-runtime-DA41awpA.js";
3
+ import { forwardRef as d } from "react";
4
+ const a = d((c, n) => {
5
+ const o = f.c(11);
6
+ let t, l, s;
7
+ o[0] !== c ? ({
8
+ size: l,
9
+ color: s,
10
+ ...t
11
+ } = c, o[0] = c, o[1] = t, o[2] = l, o[3] = s) : (t = o[1], l = o[2], s = o[3]);
12
+ const r = l === void 0 ? 24 : l, p = s === void 0 ? "currentColor" : s;
13
+ let e;
14
+ o[4] !== p ? (e = /* @__PURE__ */ m("path", { d: "M15.8333 10.8334H10.8333V15.8334H9.16666V10.8334H4.16666V9.16675H9.16666V4.16675H10.8333V9.16675H15.8333V10.8334Z", fill: p }), o[4] = p, o[5] = e) : e = o[5];
15
+ let i;
16
+ return o[6] !== t || o[7] !== n || o[8] !== r || o[9] !== e ? (i = /* @__PURE__ */ m("svg", { ref: n, 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] = n, o[8] = r, o[9] = e, o[10] = i) : i = o[10], i;
17
+ });
18
+ a.displayName = "KonstructPlusIcon";
25
19
  export {
26
- e as PlusIcon,
27
- e as default
20
+ a as PlusIcon,
21
+ a as default
28
22
  };
@@ -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: r = "currentColor", ...e }, n) => /* @__PURE__ */ t(
5
- "svg",
6
- {
7
- ref: n,
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__ */ t(
15
- "path",
16
- {
17
- d: "M10.8333 2.5H9.16667V10.8333H10.8333V2.5ZM14.8583 4.30833L13.675 5.49167C14.9917 6.55 15.8333 8.175 15.8333 10C15.8333 13.225 13.225 15.8333 10 15.8333C6.775 15.8333 4.16667 13.225 4.16667 10C4.16667 8.175 5.00833 6.55 6.31667 5.48333L5.14167 4.30833C3.525 5.68333 2.5 7.71667 2.5 10C2.5 14.1417 5.85833 17.5 10 17.5C14.1417 17.5 17.5 14.1417 17.5 10C17.5 7.71667 16.475 5.68333 14.8583 4.30833Z",
18
- fill: r
19
- }
20
- )
21
- }
22
- )
23
- );
24
- l.displayName = "KonstructPowerSettingsIcon";
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import { c as f } from "../../../compiler-runtime-DA41awpA.js";
3
+ import { forwardRef as w } from "react";
4
+ const C = w((n, c) => {
5
+ const o = f.c(11);
6
+ let t, r, i;
7
+ o[0] !== n ? ({
8
+ size: r,
9
+ color: i,
10
+ ...t
11
+ } = n, o[0] = n, o[1] = t, o[2] = r, o[3] = i) : (t = o[1], r = o[2], i = o[3]);
12
+ const s = r === void 0 ? 24 : r, p = i === void 0 ? "currentColor" : i;
13
+ let e;
14
+ o[4] !== p ? (e = /* @__PURE__ */ m("path", { d: "M10.8333 2.5H9.16667V10.8333H10.8333V2.5ZM14.8583 4.30833L13.675 5.49167C14.9917 6.55 15.8333 8.175 15.8333 10C15.8333 13.225 13.225 15.8333 10 15.8333C6.775 15.8333 4.16667 13.225 4.16667 10C4.16667 8.175 5.00833 6.55 6.31667 5.48333L5.14167 4.30833C3.525 5.68333 2.5 7.71667 2.5 10C2.5 14.1417 5.85833 17.5 10 17.5C14.1417 17.5 17.5 14.1417 17.5 10C17.5 7.71667 16.475 5.68333 14.8583 4.30833Z", fill: p }), o[4] = p, o[5] = e) : e = o[5];
15
+ let l;
16
+ return o[6] !== t || o[7] !== c || o[8] !== s || o[9] !== e ? (l = /* @__PURE__ */ m("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: s, height: s, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = c, o[8] = s, o[9] = e, o[10] = l) : l = o[10], l;
17
+ });
18
+ C.displayName = "KonstructPowerSettingsIcon";
25
19
  export {
26
- l as PowerSettingsIcon,
27
- l as default
20
+ C as PowerSettingsIcon,
21
+ C as default
28
22
  };
@@ -1,28 +1,22 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { forwardRef as i } from "react";
3
- const l = i(
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: "M4.16667 17.5C3.70833 17.5 3.31583 17.3369 2.98917 17.0108C2.66306 16.6842 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66306 3.31583 2.98917 2.98917C3.31583 2.66306 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.6842 2.66306 17.0108 2.98917C17.3369 3.31583 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3369 16.6842 17.0108 17.0108C16.6842 17.3369 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V5.83333H4.16667V15.8333ZM10 14.1667C8.86111 14.1667 7.84389 13.8575 6.94833 13.2392C6.05222 12.6214 5.40278 11.8194 5 10.8333C5.40278 9.84722 6.05222 9.04528 6.94833 8.4275C7.84389 7.80917 8.86111 7.5 10 7.5C11.1389 7.5 12.1564 7.80917 13.0525 8.4275C13.9481 9.04528 14.5972 9.84722 15 10.8333C14.5972 11.8194 13.9481 12.6214 13.0525 13.2392C12.1564 13.8575 11.1389 14.1667 10 14.1667ZM10 12.9167C10.7778 12.9167 11.4861 12.7325 12.125 12.3642C12.7639 11.9964 13.2639 11.4861 13.625 10.8333C13.2639 10.1806 12.7639 9.67 12.125 9.30167C11.4861 8.93389 10.7778 8.75 10 8.75C9.22222 8.75 8.51389 8.93389 7.875 9.30167C7.23611 9.67 6.73611 10.1806 6.375 10.8333C6.73611 11.4861 7.23611 11.9964 7.875 12.3642C8.51389 12.7325 9.22222 12.9167 10 12.9167ZM10 12.0833C9.65278 12.0833 9.35778 11.9617 9.115 11.7183C8.87167 11.4756 8.75 11.1806 8.75 10.8333C8.75 10.4861 8.87167 10.1911 9.115 9.94833C9.35778 9.705 9.65278 9.58333 10 9.58333C10.3472 9.58333 10.6422 9.705 10.885 9.94833C11.1283 10.1911 11.25 10.4861 11.25 10.8333C11.25 11.1806 11.1283 11.4756 10.885 11.7183C10.6422 11.9617 10.3472 12.0833 10 12.0833Z",
18
- fill: r
19
- }
20
- )
21
- }
22
- )
23
- );
24
- l.displayName = "KonstructPreviewIcon";
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 w = f((s, c) => {
5
+ const C = m.c(11);
6
+ let o, t, r;
7
+ C[0] !== s ? ({
8
+ size: t,
9
+ color: r,
10
+ ...o
11
+ } = s, C[0] = s, C[1] = o, C[2] = t, C[3] = r) : (o = C[1], t = C[2], r = C[3]);
12
+ const i = t === void 0 ? 24 : t, n = r === void 0 ? "currentColor" : r;
13
+ let e;
14
+ C[4] !== n ? (e = /* @__PURE__ */ p("path", { d: "M4.16667 17.5C3.70833 17.5 3.31583 17.3369 2.98917 17.0108C2.66306 16.6842 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66306 3.31583 2.98917 2.98917C3.31583 2.66306 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.6842 2.66306 17.0108 2.98917C17.3369 3.31583 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3369 16.6842 17.0108 17.0108C16.6842 17.3369 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V5.83333H4.16667V15.8333ZM10 14.1667C8.86111 14.1667 7.84389 13.8575 6.94833 13.2392C6.05222 12.6214 5.40278 11.8194 5 10.8333C5.40278 9.84722 6.05222 9.04528 6.94833 8.4275C7.84389 7.80917 8.86111 7.5 10 7.5C11.1389 7.5 12.1564 7.80917 13.0525 8.4275C13.9481 9.04528 14.5972 9.84722 15 10.8333C14.5972 11.8194 13.9481 12.6214 13.0525 13.2392C12.1564 13.8575 11.1389 14.1667 10 14.1667ZM10 12.9167C10.7778 12.9167 11.4861 12.7325 12.125 12.3642C12.7639 11.9964 13.2639 11.4861 13.625 10.8333C13.2639 10.1806 12.7639 9.67 12.125 9.30167C11.4861 8.93389 10.7778 8.75 10 8.75C9.22222 8.75 8.51389 8.93389 7.875 9.30167C7.23611 9.67 6.73611 10.1806 6.375 10.8333C6.73611 11.4861 7.23611 11.9964 7.875 12.3642C8.51389 12.7325 9.22222 12.9167 10 12.9167ZM10 12.0833C9.65278 12.0833 9.35778 11.9617 9.115 11.7183C8.87167 11.4756 8.75 11.1806 8.75 10.8333C8.75 10.4861 8.87167 10.1911 9.115 9.94833C9.35778 9.705 9.65278 9.58333 10 9.58333C10.3472 9.58333 10.6422 9.705 10.885 9.94833C11.1283 10.1911 11.25 10.4861 11.25 10.8333C11.25 11.1806 11.1283 11.4756 10.885 11.7183C10.6422 11.9617 10.3472 12.0833 10 12.0833Z", fill: n }), C[4] = n, C[5] = e) : e = C[5];
15
+ let l;
16
+ return C[6] !== o || C[7] !== c || C[8] !== i || C[9] !== e ? (l = /* @__PURE__ */ p("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 20 20", fill: "none", ...o, children: e }), C[6] = o, C[7] = c, C[8] = i, C[9] = e, C[10] = l) : l = C[10], l;
17
+ });
18
+ w.displayName = "KonstructPreviewIcon";
25
19
  export {
26
- l as PreviewIcon,
27
- l as default
20
+ w as PreviewIcon,
21
+ w as default
28
22
  };
@@ -1,22 +1,22 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { forwardRef as e } from "react";
3
- const h = e(
4
- ({ size: t = 24, color: v = "currentColor", ...r }, m) => /* @__PURE__ */ o(
5
- "svg",
6
- {
7
- ref: m,
8
- xmlns: "http://www.w3.org/2000/svg",
9
- width: t,
10
- height: t,
11
- viewBox: "0 -960 960 960",
12
- fill: v,
13
- ...r,
14
- children: /* @__PURE__ */ o("path", { d: "M243.23-108.08q-39.82 0-67.89-27.62-28.07-27.63-28.07-67.35v-92.91h118.39v-547.46l54.57 46.07 54.5-46.07 54.5 46.07 55.5-46.07 54.5 46.07 54.5-46.07 55.41 46.07 54.41-46.07 55.41 46.07 53.77-46.07v640.19q0 39.9-28.07 67.53-28.07 27.62-67.89 27.62H243.23Zm473.54-55.96q17 0 28.5-11.05 11.5-11.06 11.5-27.91v-553.77H321.62v460.81h355.96v92.73q0 17.08 11.05 28.14 11.06 11.05 28.14 11.05ZM370.12-610.81v-55.96h222.07v55.96H370.12Zm0 118.39v-55.96h222.07v55.96H370.12Zm304.75-113q-13.68 0-23.52-9.85-9.85-9.85-9.85-23.52t9.85-23.52q9.84-9.84 23.52-9.84 13.67 0 23.51 9.84 9.85 9.85 9.85 23.52t-9.85 23.52q-9.84 9.85-23.51 9.85Zm0 118.38q-13.68 0-23.52-9.84-9.85-9.85-9.85-23.52 0-13.68 9.85-23.52 9.84-9.85 23.52-9.85 13.67 0 23.51 9.85 9.85 9.84 9.85 23.52 0 13.67-9.85 23.52-9.84 9.84-23.51 9.84Zm-431.8 323h378.55V-240H203.23v36.77q0 17.08 11.45 28.14 11.46 11.05 28.39 11.05Zm-39.84 0V-240v75.96Z" })
15
- }
16
- )
17
- );
18
- h.displayName = "KonstructReceiptLongIcon";
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import { c as p } from "../../../compiler-runtime-DA41awpA.js";
3
+ import { forwardRef as h } from "react";
4
+ const a = h((c, m) => {
5
+ const o = p.c(10);
6
+ let t, e, r;
7
+ o[0] !== c ? ({
8
+ size: e,
9
+ color: r,
10
+ ...t
11
+ } = c, o[0] = c, o[1] = t, o[2] = e, o[3] = r) : (t = o[1], e = o[2], r = o[3]);
12
+ const i = e === void 0 ? 24 : e, v = r === void 0 ? "currentColor" : r;
13
+ let l;
14
+ o[4] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (l = /* @__PURE__ */ n("path", { d: "M243.23-108.08q-39.82 0-67.89-27.62-28.07-27.63-28.07-67.35v-92.91h118.39v-547.46l54.57 46.07 54.5-46.07 54.5 46.07 55.5-46.07 54.5 46.07 54.5-46.07 55.41 46.07 54.41-46.07 55.41 46.07 53.77-46.07v640.19q0 39.9-28.07 67.53-28.07 27.62-67.89 27.62H243.23Zm473.54-55.96q17 0 28.5-11.05 11.5-11.06 11.5-27.91v-553.77H321.62v460.81h355.96v92.73q0 17.08 11.05 28.14 11.06 11.05 28.14 11.05ZM370.12-610.81v-55.96h222.07v55.96H370.12Zm0 118.39v-55.96h222.07v55.96H370.12Zm304.75-113q-13.68 0-23.52-9.85-9.85-9.85-9.85-23.52t9.85-23.52q9.84-9.84 23.52-9.84 13.67 0 23.51 9.84 9.85 9.85 9.85 23.52t-9.85 23.52q-9.84 9.85-23.51 9.85Zm0 118.38q-13.68 0-23.52-9.84-9.85-9.85-9.85-23.52 0-13.68 9.85-23.52 9.84-9.85 23.52-9.85 13.67 0 23.51 9.85 9.85 9.84 9.85 23.52 0 13.67-9.85 23.52-9.84 9.84-23.51 9.84Zm-431.8 323h378.55V-240H203.23v36.77q0 17.08 11.45 28.14 11.46 11.05 28.39 11.05Zm-39.84 0V-240v75.96Z" }), o[4] = l) : l = o[4];
15
+ let s;
16
+ return o[5] !== v || o[6] !== t || o[7] !== m || o[8] !== i ? (s = /* @__PURE__ */ n("svg", { ref: m, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 -960 960 960", fill: v, ...t, children: l }), o[5] = v, o[6] = t, o[7] = m, o[8] = i, o[9] = s) : s = o[9], s;
17
+ });
18
+ a.displayName = "KonstructReceiptLongIcon";
19
19
  export {
20
- h as ReceiptLongIcon,
21
- h as default
20
+ a as ReceiptLongIcon,
21
+ a as default
22
22
  };
@@ -1,28 +1,22 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { forwardRef as f } from "react";
3
- const l = f(
4
- ({ size: o = 24, color: t = "currentColor", ...C }, e) => /* @__PURE__ */ r(
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 20",
12
- fill: "none",
13
- ...C,
14
- children: /* @__PURE__ */ r(
15
- "path",
16
- {
17
- d: "M15.65 4.35C14.2 2.9 12.21 2 10 2C7.8783 2 5.84347 2.84285 4.34318 4.34315C2.84289 5.84344 2.00003 7.87827 2.00003 10C2.00003 12.1217 2.84289 14.1566 4.34318 15.6569C5.84347 17.1571 7.8783 18 10 18C13.73 18 16.84 15.45 17.73 12H15.65C14.83 14.33 12.61 16 10 16C8.40873 16 6.88261 15.3679 5.75739 14.2426C4.63217 13.1174 4.00003 11.5913 4.00003 10C4.00003 8.4087 4.63217 6.88258 5.75739 5.75736C6.88261 4.63214 8.40873 4 10 4C11.66 4 13.14 4.69 14.22 5.78L11 9H18V2L15.65 4.35Z",
18
- fill: t
19
- }
20
- )
21
- }
22
- )
23
- );
24
- l.displayName = "KonstructRefreshIcon";
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import { c as p } from "../../../compiler-runtime-DA41awpA.js";
3
+ import { forwardRef as m } from "react";
4
+ const d = m((c, n) => {
5
+ const o = p.c(11);
6
+ let e, r, s;
7
+ o[0] !== c ? ({
8
+ size: r,
9
+ color: s,
10
+ ...e
11
+ } = c, o[0] = c, o[1] = e, o[2] = r, o[3] = s) : (e = o[1], r = o[2], s = o[3]);
12
+ const l = r === void 0 ? 24 : r, C = s === void 0 ? "currentColor" : s;
13
+ let t;
14
+ o[4] !== C ? (t = /* @__PURE__ */ f("path", { d: "M15.65 4.35C14.2 2.9 12.21 2 10 2C7.8783 2 5.84347 2.84285 4.34318 4.34315C2.84289 5.84344 2.00003 7.87827 2.00003 10C2.00003 12.1217 2.84289 14.1566 4.34318 15.6569C5.84347 17.1571 7.8783 18 10 18C13.73 18 16.84 15.45 17.73 12H15.65C14.83 14.33 12.61 16 10 16C8.40873 16 6.88261 15.3679 5.75739 14.2426C4.63217 13.1174 4.00003 11.5913 4.00003 10C4.00003 8.4087 4.63217 6.88258 5.75739 5.75736C6.88261 4.63214 8.40873 4 10 4C11.66 4 13.14 4.69 14.22 5.78L11 9H18V2L15.65 4.35Z", fill: C }), o[4] = C, o[5] = t) : t = o[5];
15
+ let i;
16
+ return o[6] !== e || o[7] !== n || o[8] !== l || o[9] !== t ? (i = /* @__PURE__ */ f("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: l, height: l, viewBox: "0 0 20 20", fill: "none", ...e, children: t }), o[6] = e, o[7] = n, o[8] = l, o[9] = t, o[10] = i) : i = o[10], i;
17
+ });
18
+ d.displayName = "KonstructRefreshIcon";
25
19
  export {
26
- l as RefreshIcon,
27
- l as default
20
+ d as RefreshIcon,
21
+ d as default
28
22
  };