nntc-ui 0.0.78 → 0.0.80

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 (302) hide show
  1. package/chunk-64SOJQ5A.js +292 -0
  2. package/icons/index.d.ts +85 -0
  3. package/{src/stories/icons/Icons.stories.tsx → icons/index.js} +12 -40
  4. package/index.css +2111 -0
  5. package/index.d.ts +459 -0
  6. package/index.js +4394 -0
  7. package/package.json +2 -2
  8. package/.editorconfig +0 -25
  9. package/.gitattributes +0 -64
  10. package/.gitlab-ci.yml +0 -40
  11. package/.helm/Chart.yaml +0 -5
  12. package/.helm/values.yaml +0 -12
  13. package/.prettierignore +0 -12
  14. package/.prettierrc.json +0 -19
  15. package/.storybook/global.d.ts +0 -4
  16. package/.storybook/main.ts +0 -12
  17. package/.storybook/preview.tsx +0 -62
  18. package/.stylelintignore +0 -3
  19. package/.stylelintrc.json +0 -5
  20. package/.vscode/settings.json +0 -10
  21. package/Dockerfile +0 -21
  22. package/babel.config.json +0 -23
  23. package/cssModulesPluginTemplate.js +0 -5
  24. package/eslint.config.mjs +0 -161
  25. package/gl-container-scanning-report.json +0 -1
  26. package/gl-dependency-scanning-report.json +0 -1
  27. package/gl-sbom-report.cdx.json +0 -1
  28. package/nginx.conf +0 -14
  29. package/postcss.config.cjs +0 -12
  30. package/src/components/common/Button/Button.stories.tsx +0 -46
  31. package/src/components/common/Button/Button.tsx +0 -47
  32. package/src/components/common/Button/button.module.css +0 -204
  33. package/src/components/common/Button/button.module.css.json +0 -1
  34. package/src/components/common/Button/index.ts +0 -1
  35. package/src/components/common/ButtonsGroup/ButtonsGroup.stories.tsx +0 -52
  36. package/src/components/common/ButtonsGroup/ButtonsGroup.tsx +0 -16
  37. package/src/components/common/ButtonsGroup/buttonsGroup.module.css +0 -25
  38. package/src/components/common/ButtonsGroup/buttonsGroup.module.css.json +0 -1
  39. package/src/components/common/ButtonsGroup/index.ts +0 -1
  40. package/src/components/common/Checkbox/Checkbox.stories.tsx +0 -48
  41. package/src/components/common/Checkbox/Checkbox.tsx +0 -97
  42. package/src/components/common/Checkbox/checkbox.module.css +0 -112
  43. package/src/components/common/Checkbox/checkbox.module.css.json +0 -1
  44. package/src/components/common/Checkbox/index.ts +0 -1
  45. package/src/components/common/Checklist/Checklist.stories.tsx +0 -138
  46. package/src/components/common/Checklist/Checklist.tsx +0 -151
  47. package/src/components/common/Checklist/checklist.module.css +0 -23
  48. package/src/components/common/Checklist/checklist.module.css.json +0 -1
  49. package/src/components/common/Checklist/index.ts +0 -4
  50. package/src/components/common/Checklist/models/Item.ts +0 -4
  51. package/src/components/common/Checklist/models/SelectedItems.ts +0 -3
  52. package/src/components/common/Checklist/utils/filterItems.ts +0 -18
  53. package/src/components/common/ColorPicker/ColorPicker.stories.tsx +0 -110
  54. package/src/components/common/ColorPicker/ColorPicker.tsx +0 -116
  55. package/src/components/common/ColorPicker/colorPicker.module.css +0 -132
  56. package/src/components/common/ColorPicker/colorPicker.module.css.json +0 -1
  57. package/src/components/common/ColorPicker/index.ts +0 -1
  58. package/src/components/common/DateTime/DateTime.stories.tsx +0 -155
  59. package/src/components/common/DateTime/DateTime.tsx +0 -142
  60. package/src/components/common/DateTime/dateTime.module.css +0 -96
  61. package/src/components/common/DateTime/dateTime.module.css.json +0 -1
  62. package/src/components/common/DateTime/index.ts +0 -2
  63. package/src/components/common/DateTime/models/dayjs.ts +0 -18
  64. package/src/components/common/DateTime/ui/CalendarPopover/CalendarPopover.tsx +0 -481
  65. package/src/components/common/DateTime/ui/CalendarPopover/calendarPopover.module.css +0 -131
  66. package/src/components/common/DateTime/ui/CalendarPopover/calendarPopover.module.css.json +0 -1
  67. package/src/components/common/DateTime/ui/CalendarPopover/index.ts +0 -1
  68. package/src/components/common/Input/Input.stories.tsx +0 -100
  69. package/src/components/common/Input/Input.tsx +0 -70
  70. package/src/components/common/Input/index.ts +0 -1
  71. package/src/components/common/Input/input.module.css +0 -72
  72. package/src/components/common/Input/input.module.css.json +0 -1
  73. package/src/components/common/MultiSelect/MultiSelect.stories.tsx +0 -259
  74. package/src/components/common/MultiSelect/MultiSelect.tsx +0 -226
  75. package/src/components/common/MultiSelect/index.ts +0 -4
  76. package/src/components/common/MultiSelect/models/Item.ts +0 -7
  77. package/src/components/common/MultiSelect/models/TitleVariant.ts +0 -1
  78. package/src/components/common/MultiSelect/multiSelect.module.css +0 -260
  79. package/src/components/common/MultiSelect/multiSelect.module.css.json +0 -1
  80. package/src/components/common/MultiSelect/multiSelect.stories.module.css +0 -4
  81. package/src/components/common/MultiSelect/ui/SelectPopover/SelectPopover.tsx +0 -70
  82. package/src/components/common/MultiSelect/ui/SelectPopover/index.ts +0 -1
  83. package/src/components/common/MultiSelect/utils/getTitle.ts +0 -16
  84. package/src/components/common/SearchInput/SearchInput.stories.tsx +0 -87
  85. package/src/components/common/SearchInput/SearchInput.tsx +0 -68
  86. package/src/components/common/SearchInput/index.ts +0 -1
  87. package/src/components/common/SearchInput/searchInput.module.css +0 -90
  88. package/src/components/common/SearchInput/searchInput.module.css.json +0 -1
  89. package/src/components/common/Select/Select.stories.tsx +0 -161
  90. package/src/components/common/Select/Select.tsx +0 -168
  91. package/src/components/common/Select/index.ts +0 -5
  92. package/src/components/common/Select/models/Divider.ts +0 -4
  93. package/src/components/common/Select/models/Item.ts +0 -15
  94. package/src/components/common/Select/select.module.css +0 -187
  95. package/src/components/common/Select/select.module.css.json +0 -1
  96. package/src/components/common/Select/ui/SelectPopover/SelectPopover.tsx +0 -50
  97. package/src/components/common/Select/ui/SelectPopover/index.ts +0 -1
  98. package/src/components/common/WrapForLabel/WrapForLabel.stories.tsx +0 -36
  99. package/src/components/common/WrapForLabel/WrapForLabel.tsx +0 -19
  100. package/src/components/common/WrapForLabel/index.ts +0 -1
  101. package/src/components/common/WrapForLabel/wrapForLabel.module.css +0 -14
  102. package/src/components/common/WrapForLabel/wrapForLabel.module.css.json +0 -1
  103. package/src/components/layout/Layout/Layout.stories.tsx +0 -44
  104. package/src/components/layout/Layout/Layout.tsx +0 -20
  105. package/src/components/layout/Layout/index.ts +0 -1
  106. package/src/components/layout/Layout/layout.module.css +0 -16
  107. package/src/components/layout/Layout/layout.module.css.json +0 -1
  108. package/src/components/layout/Surface/Surface.stories.tsx +0 -42
  109. package/src/components/layout/Surface/Surface.tsx +0 -16
  110. package/src/components/layout/Surface/index.ts +0 -1
  111. package/src/components/layout/Surface/surface.module.css +0 -24
  112. package/src/components/layout/Surface/surface.module.css.json +0 -1
  113. package/src/components/navigation/Menu/Menu.stories.tsx +0 -226
  114. package/src/components/navigation/Menu/Menu.tsx +0 -121
  115. package/src/components/navigation/Menu/index.ts +0 -4
  116. package/src/components/navigation/Menu/menu.module.css +0 -110
  117. package/src/components/navigation/Menu/menu.module.css.json +0 -1
  118. package/src/components/navigation/Menu/models/Divider.ts +0 -4
  119. package/src/components/navigation/Menu/models/Item.ts +0 -20
  120. package/src/components/navigation/Tabs/Tabs.stories.tsx +0 -959
  121. package/src/components/navigation/Tabs/Tabs.tsx +0 -163
  122. package/src/components/navigation/Tabs/index.ts +0 -3
  123. package/src/components/navigation/Tabs/models/Item.ts +0 -9
  124. package/src/components/navigation/Tabs/tabs.module.css +0 -179
  125. package/src/components/navigation/Tabs/tabs.module.css.json +0 -1
  126. package/src/components/navigation/Tabs/tabs.stories.module.css +0 -3
  127. package/src/components/view/Card/Card.stories.tsx +0 -74
  128. package/src/components/view/Card/Card.tsx +0 -29
  129. package/src/components/view/Card/card.module.css +0 -21
  130. package/src/components/view/Card/card.module.css.json +0 -1
  131. package/src/components/view/Card/index.ts +0 -1
  132. package/src/components/view/Chip/Chip.stories.tsx +0 -208
  133. package/src/components/view/Chip/Chip.tsx +0 -69
  134. package/src/components/view/Chip/chip.module.css +0 -152
  135. package/src/components/view/Chip/chip.module.css.json +0 -1
  136. package/src/components/view/Chip/index.ts +0 -2
  137. package/src/components/view/Modal/Modal.stories.tsx +0 -63
  138. package/src/components/view/Modal/Modal.tsx +0 -53
  139. package/src/components/view/Modal/index.ts +0 -1
  140. package/src/components/view/Modal/modal.module.css +0 -18
  141. package/src/components/view/Modal/modal.module.css.json +0 -1
  142. package/src/components/view/Modal/modal.stories.module.css +0 -18
  143. package/src/components/view/Pairs/Pairs.stories.tsx +0 -101
  144. package/src/components/view/Pairs/Pairs.tsx +0 -61
  145. package/src/components/view/Pairs/index.ts +0 -2
  146. package/src/components/view/Pairs/models/Pair.ts +0 -4
  147. package/src/components/view/Pairs/pairs.module.css +0 -35
  148. package/src/components/view/Pairs/pairs.module.css.json +0 -1
  149. package/src/components/view/Pairs/ui/TypographyWithTooltip.tsx +0 -31
  150. package/src/components/view/Popover/Popover.stories.tsx +0 -105
  151. package/src/components/view/Popover/Popover.tsx +0 -72
  152. package/src/components/view/Popover/index.ts +0 -1
  153. package/src/components/view/Popover/popover.module.css +0 -23
  154. package/src/components/view/Popover/popover.module.css.json +0 -1
  155. package/src/components/view/Popover/ui/Arrow/Arrow.tsx +0 -11
  156. package/src/components/view/Popover/ui/Arrow/index.ts +0 -1
  157. package/src/components/view/Popover/ui/PopoverContent/PopoverContent.tsx +0 -48
  158. package/src/components/view/Popover/ui/PopoverContent/index.ts +0 -1
  159. package/src/components/view/Popover/ui/PopoverProvider/PopoverProvider.tsx +0 -13
  160. package/src/components/view/Popover/ui/PopoverProvider/constants/PopoverContext.ts +0 -5
  161. package/src/components/view/Popover/ui/PopoverProvider/hooks/usePopover.ts +0 -71
  162. package/src/components/view/Popover/ui/PopoverProvider/index.ts +0 -1
  163. package/src/components/view/Popover/ui/PopoverProvider/models/PopoverOptions.ts +0 -12
  164. package/src/components/view/Popover/ui/PopoverProvider/models/PopoverState.ts +0 -7
  165. package/src/components/view/Popover/ui/PopoverTrigger/PopoverTrigger.tsx +0 -36
  166. package/src/components/view/Popover/ui/PopoverTrigger/index.ts +0 -1
  167. package/src/components/view/Tooltip/Tooltip.stories.tsx +0 -141
  168. package/src/components/view/Tooltip/Tooltip.tsx +0 -74
  169. package/src/components/view/Tooltip/index.ts +0 -1
  170. package/src/components/view/Tooltip/tooltip.module.css +0 -93
  171. package/src/components/view/Tooltip/tooltip.module.css.json +0 -1
  172. package/src/components/view/Tooltip/ui/TooltipContent/TooltipContent.tsx +0 -88
  173. package/src/components/view/Tooltip/ui/TooltipContent/index.ts +0 -1
  174. package/src/components/view/Tooltip/ui/TooltipProvider/TooltipProvider.tsx +0 -13
  175. package/src/components/view/Tooltip/ui/TooltipProvider/constants/TooltipContext.ts +0 -5
  176. package/src/components/view/Tooltip/ui/TooltipProvider/hooks/useTooltip.ts +0 -76
  177. package/src/components/view/Tooltip/ui/TooltipProvider/index.ts +0 -1
  178. package/src/components/view/Tooltip/ui/TooltipProvider/models/TooltipOptions.ts +0 -12
  179. package/src/components/view/Tooltip/ui/TooltipProvider/models/TooltipState.ts +0 -3
  180. package/src/components/view/Tooltip/ui/TooltipTrigger/TooltipTrigger.tsx +0 -36
  181. package/src/components/view/Tooltip/ui/TooltipTrigger/index.ts +0 -1
  182. package/src/components/view/TreeView/TreeView.stories.tsx +0 -174
  183. package/src/components/view/TreeView/TreeView.tsx +0 -69
  184. package/src/components/view/TreeView/index.ts +0 -2
  185. package/src/components/view/TreeView/models/Item.ts +0 -7
  186. package/src/components/view/TreeView/treeView.module.css +0 -3
  187. package/src/components/view/TreeView/treeView.module.css.json +0 -1
  188. package/src/components/view/TreeView/ui/TreeViewItem/TreeViewItem.tsx +0 -84
  189. package/src/components/view/TreeView/ui/TreeViewItem/index.ts +0 -1
  190. package/src/components/view/TreeView/ui/TreeViewItem/treeViewItem.module.css +0 -30
  191. package/src/components/view/TreeView/ui/TreeViewItem/treeViewItem.module.css.json +0 -1
  192. package/src/components/view/TreeView/utils/getFilteredTree.ts +0 -23
  193. package/src/components/view/Typography/Typography.stories.tsx +0 -115
  194. package/src/components/view/Typography/Typography.tsx +0 -42
  195. package/src/components/view/Typography/index.ts +0 -1
  196. package/src/components/view/Typography/typography.module.css +0 -97
  197. package/src/components/view/Typography/typography.module.css.json +0 -1
  198. package/src/components/view/VirtualTable/VirtualTable.stories.tsx +0 -126
  199. package/src/components/view/VirtualTable/VirtualTable.tsx +0 -684
  200. package/src/components/view/VirtualTable/constants/baseColumns.ts +0 -39
  201. package/src/components/view/VirtualTable/constants/bigBaseColumns.ts +0 -35
  202. package/src/components/view/VirtualTable/constants/bigSampleData.ts +0 -92
  203. package/src/components/view/VirtualTable/constants/defaultRowHeight.ts +0 -1
  204. package/src/components/view/VirtualTable/constants/sampleData.ts +0 -213
  205. package/src/components/view/VirtualTable/index.ts +0 -14
  206. package/src/components/view/VirtualTable/models/AdditionalButton.ts +0 -10
  207. package/src/components/view/VirtualTable/models/ColumnAlign.ts +0 -1
  208. package/src/components/view/VirtualTable/models/FilterBy.ts +0 -5
  209. package/src/components/view/VirtualTable/models/SortBy.ts +0 -7
  210. package/src/components/view/VirtualTable/models/SortType.ts +0 -1
  211. package/src/components/view/VirtualTable/models/TableCell.ts +0 -5
  212. package/src/components/view/VirtualTable/models/TableColumn.ts +0 -26
  213. package/src/components/view/VirtualTable/models/TableRow.ts +0 -5
  214. package/src/components/view/VirtualTable/models/VerticalAlign.ts +0 -1
  215. package/src/components/view/VirtualTable/models/VirtualTableRef.ts +0 -4
  216. package/src/components/view/VirtualTable/ui/DateFiltration/DateFiltration.tsx +0 -37
  217. package/src/components/view/VirtualTable/ui/DateFiltration/dateFiltration.module.css +0 -6
  218. package/src/components/view/VirtualTable/ui/DateFiltration/dateFiltration.module.css.json +0 -1
  219. package/src/components/view/VirtualTable/ui/DateFiltration/index.ts +0 -1
  220. package/src/components/view/VirtualTable/ui/DefaultColumn/DefaultColumn.tsx +0 -130
  221. package/src/components/view/VirtualTable/ui/DefaultColumn/index.ts +0 -1
  222. package/src/components/view/VirtualTable/ui/HeaderDropdown/HeaderDropdown.tsx +0 -297
  223. package/src/components/view/VirtualTable/ui/HeaderDropdown/headerDropdown.module.css +0 -20
  224. package/src/components/view/VirtualTable/ui/HeaderDropdown/headerDropdown.module.css.json +0 -1
  225. package/src/components/view/VirtualTable/ui/HeaderDropdown/index.ts +0 -1
  226. package/src/components/view/VirtualTable/ui/NumberFiltration/NumberFiltration.tsx +0 -150
  227. package/src/components/view/VirtualTable/ui/NumberFiltration/index.ts +0 -1
  228. package/src/components/view/VirtualTable/ui/NumberFiltration/numberFiltration.module.css +0 -23
  229. package/src/components/view/VirtualTable/ui/NumberFiltration/numberFiltration.module.css.json +0 -1
  230. package/src/components/view/VirtualTable/utils/alphanumericCompare.ts +0 -29
  231. package/src/components/view/VirtualTable/utils/getColumns.ts +0 -38
  232. package/src/components/view/VirtualTable/utils/getNextHorizontalHeaders.ts +0 -21
  233. package/src/components/view/VirtualTable/utils/getNextVerticalHeaders.ts +0 -18
  234. package/src/components/view/VirtualTable/utils/getPrevHorizontalHeaders.ts +0 -19
  235. package/src/components/view/VirtualTable/utils/getPrevVerticalHeaders.ts +0 -22
  236. package/src/components/view/VirtualTable/utils/recursiveFilter.ts +0 -33
  237. package/src/components/view/VirtualTable/utils/recursiveSort.ts +0 -24
  238. package/src/components/view/VirtualTable/virtualTable.module.css +0 -263
  239. package/src/components/view/VirtualTable/virtualTable.module.css.json +0 -1
  240. package/src/hooks/useTranslation.ts +0 -15
  241. package/src/hooks/window/hooks/useWindowSize.ts +0 -14
  242. package/src/hooks/window/index.ts +0 -1
  243. package/src/i18n/config.ts +0 -23
  244. package/src/i18n/locales/en.json +0 -23
  245. package/src/i18n/locales/ru.json +0 -23
  246. package/src/icons/AddIcon.tsx +0 -9
  247. package/src/icons/AlertIcon.tsx +0 -13
  248. package/src/icons/ArrowDropDownIcon.tsx +0 -9
  249. package/src/icons/ArrowDropUpIcon.tsx +0 -9
  250. package/src/icons/AttachIcon.tsx +0 -10
  251. package/src/icons/BarChartIcon.tsx +0 -9
  252. package/src/icons/BookmarkAddIcon.tsx +0 -12
  253. package/src/icons/BookmarkIcon.tsx +0 -9
  254. package/src/icons/CheckboxDeselectedIcon.tsx +0 -9
  255. package/src/icons/CheckboxIcon.tsx +0 -10
  256. package/src/icons/CheckboxSeveralIcon.tsx +0 -10
  257. package/src/icons/ChevronLeftIcon.tsx +0 -9
  258. package/src/icons/ChevronRightIcon.tsx +0 -9
  259. package/src/icons/CircleFilledIcon.tsx +0 -9
  260. package/src/icons/CloseIcon.tsx +0 -9
  261. package/src/icons/DateRangeIcon.tsx +0 -10
  262. package/src/icons/DeleteIcon.tsx +0 -9
  263. package/src/icons/DoneIcon.tsx +0 -9
  264. package/src/icons/DownloadIcon.tsx +0 -9
  265. package/src/icons/EditIcon.tsx +0 -10
  266. package/src/icons/ExportTableIcon.tsx +0 -19
  267. package/src/icons/FileUploadIcon.tsx +0 -9
  268. package/src/icons/FilterClearIcon.tsx +0 -24
  269. package/src/icons/FilterIcon.tsx +0 -13
  270. package/src/icons/FullScreenOffIcon.tsx +0 -9
  271. package/src/icons/FullScreenOnIcon.tsx +0 -12
  272. package/src/icons/Icon.tsx +0 -27
  273. package/src/icons/InfoIcon.tsx +0 -12
  274. package/src/icons/KeyboardArrowDownIcon.tsx +0 -9
  275. package/src/icons/ListIcon.tsx +0 -9
  276. package/src/icons/MoreVerticalIcon.tsx +0 -10
  277. package/src/icons/SearchIcon.tsx +0 -10
  278. package/src/icons/SettingsIcon.tsx +0 -10
  279. package/src/icons/SortDownIcon.tsx +0 -9
  280. package/src/icons/SortUpIcon.tsx +0 -9
  281. package/src/icons/TableChartIcon.tsx +0 -9
  282. package/src/icons/UploadIcon.tsx +0 -9
  283. package/src/icons/VisibilityIcon.tsx +0 -18
  284. package/src/icons/WellIcon.tsx +0 -10
  285. package/src/icons/index.ts +0 -38
  286. package/src/index.ts +0 -61
  287. package/src/models/Maybe.ts +0 -1
  288. package/src/models/UiProps.ts +0 -3
  289. package/src/types/global.d.ts +0 -3
  290. package/src/types/tanstack.d.ts +0 -36
  291. package/src/utils/index.ts +0 -2
  292. package/src/utils/toFirstLetterLowerCase.ts +0 -3
  293. package/src/utils/toFirstLetterUpperCase.ts +0 -3
  294. package/tsconfig.json +0 -50
  295. package/tsup.config.ts +0 -11
  296. package/vite.config.ts +0 -13
  297. package/werf-giterminism.yaml +0 -19
  298. package/werf.yaml +0 -8
  299. /package/{src/styles → styles}/global.css +0 -0
  300. /package/{src/styles → styles}/localGlobal.css +0 -0
  301. /package/{src/styles → styles}/themes/dark.css +0 -0
  302. /package/{src/styles → styles}/themes/light.css +0 -0
@@ -0,0 +1,292 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, { get: all[name], enumerable: true });
5
+ };
6
+
7
+ // src/icons/Icon.tsx
8
+ import { jsx } from "react/jsx-runtime";
9
+ var Icon = ({
10
+ size = 24,
11
+ color = "currentColor",
12
+ className,
13
+ children
14
+ }) => {
15
+ return /* @__PURE__ */ jsx(
16
+ "svg",
17
+ {
18
+ width: size,
19
+ height: size,
20
+ viewBox: "0 0 24 24",
21
+ fill: color,
22
+ className,
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ children
25
+ }
26
+ );
27
+ };
28
+
29
+ // src/icons/AddIcon.tsx
30
+ import { jsx as jsx2 } from "react/jsx-runtime";
31
+ var AddIcon = (props) => /* @__PURE__ */ jsx2(Icon, { ...props, children: /* @__PURE__ */ jsx2("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" }) });
32
+
33
+ // src/icons/ArrowDropDownIcon.tsx
34
+ import { jsx as jsx3 } from "react/jsx-runtime";
35
+ var ArrowDropDownIcon = (props) => /* @__PURE__ */ jsx3(Icon, { ...props, children: /* @__PURE__ */ jsx3("path", { d: "M7 10l5 5 5-5z" }) });
36
+
37
+ // src/icons/ArrowDropUpIcon.tsx
38
+ import { jsx as jsx4 } from "react/jsx-runtime";
39
+ var ArrowDropUpIcon = (props) => /* @__PURE__ */ jsx4(Icon, { ...props, children: /* @__PURE__ */ jsx4("path", { d: "M7 14l5-5 5 5z" }) });
40
+
41
+ // src/icons/AttachIcon.tsx
42
+ import { jsx as jsx5 } from "react/jsx-runtime";
43
+ var AttachIcon = (props) => /* @__PURE__ */ jsx5(Icon, { ...props, children: /* @__PURE__ */ jsx5("path", { d: "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z" }) });
44
+
45
+ // src/icons/BarChartIcon.tsx
46
+ import { jsx as jsx6 } from "react/jsx-runtime";
47
+ var BarChartIcon = (props) => /* @__PURE__ */ jsx6(Icon, { ...props, children: /* @__PURE__ */ jsx6("path", { d: "M5 9.2h3V19H5zM10.6 5h2.8v14h-2.8zm5.6 8H19v6h-2.8z" }) });
48
+
49
+ // src/icons/CheckboxIcon.tsx
50
+ import { jsx as jsx7 } from "react/jsx-runtime";
51
+ var CheckboxIcon = (props) => /* @__PURE__ */ jsx7(Icon, { ...props, children: /* @__PURE__ */ jsx7("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" }) });
52
+
53
+ // src/icons/CheckboxDeselectedIcon.tsx
54
+ import { jsx as jsx8 } from "react/jsx-runtime";
55
+ var CheckboxDeselectedIcon = (props) => /* @__PURE__ */ jsx8(Icon, { ...props, children: /* @__PURE__ */ jsx8("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z" }) });
56
+
57
+ // src/icons/CheckboxSeveralIcon.tsx
58
+ import { jsx as jsx9 } from "react/jsx-runtime";
59
+ var CheckboxSeveralIcon = (props) => /* @__PURE__ */ jsx9(Icon, { ...props, children: /* @__PURE__ */ jsx9("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2zm0-4H7V7h10v2z" }) });
60
+
61
+ // src/icons/ChevronLeftIcon.tsx
62
+ import { jsx as jsx10 } from "react/jsx-runtime";
63
+ var ChevronLeftIcon = (props) => /* @__PURE__ */ jsx10(Icon, { ...props, children: /* @__PURE__ */ jsx10("path", { d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" }) });
64
+
65
+ // src/icons/ChevronRightIcon.tsx
66
+ import { jsx as jsx11 } from "react/jsx-runtime";
67
+ var ChevronRightIcon = (props) => /* @__PURE__ */ jsx11(Icon, { ...props, children: /* @__PURE__ */ jsx11("path", { d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" }) });
68
+
69
+ // src/icons/CircleFilledIcon.tsx
70
+ import { jsx as jsx12 } from "react/jsx-runtime";
71
+ var CircleFilledIcon = (props) => /* @__PURE__ */ jsx12(Icon, { ...props, children: /* @__PURE__ */ jsx12("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z" }) });
72
+
73
+ // src/icons/CloseIcon.tsx
74
+ import { jsx as jsx13 } from "react/jsx-runtime";
75
+ var CloseIcon = (props) => /* @__PURE__ */ jsx13(Icon, { ...props, children: /* @__PURE__ */ jsx13("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }) });
76
+
77
+ // src/icons/DateRangeIcon.tsx
78
+ import { jsx as jsx14 } from "react/jsx-runtime";
79
+ var DateRangeIcon = (props) => /* @__PURE__ */ jsx14(Icon, { ...props, children: /* @__PURE__ */ jsx14("path", { d: "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 002 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z" }) });
80
+
81
+ // src/icons/DeleteIcon.tsx
82
+ import { jsx as jsx15 } from "react/jsx-runtime";
83
+ var DeleteIcon = (props) => /* @__PURE__ */ jsx15(Icon, { ...props, children: /* @__PURE__ */ jsx15("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z" }) });
84
+
85
+ // src/icons/DoneIcon.tsx
86
+ import { jsx as jsx16 } from "react/jsx-runtime";
87
+ var DoneIcon = (props) => /* @__PURE__ */ jsx16(Icon, { ...props, children: /* @__PURE__ */ jsx16("path", { d: "M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" }) });
88
+
89
+ // src/icons/FileUploadIcon.tsx
90
+ import { jsx as jsx17 } from "react/jsx-runtime";
91
+ var FileUploadIcon = (props) => /* @__PURE__ */ jsx17(Icon, { ...props, children: /* @__PURE__ */ jsx17("path", { d: "M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z" }) });
92
+
93
+ // src/icons/FilterIcon.tsx
94
+ import { jsx as jsx18 } from "react/jsx-runtime";
95
+ var FilterIcon = (props) => /* @__PURE__ */ jsx18(Icon, { ...props, children: /* @__PURE__ */ jsx18(
96
+ "path",
97
+ {
98
+ d: `M4.24993 5.61C6.26993 8.2 9.99993 13 9.99993 13V19C9.99993 19.55 10.4499
99
+ 20 10.9999 20H12.9999C13.5499 20 13.9999 19.55 13.9999 19V13C13.9999 13 17.7199 8.2
100
+ 19.7399 5.61C20.2499 4.95 19.7799 4 18.9499 4H5.03993C4.20993 4 3.73993 4.95 4.24993 5.61Z`
101
+ }
102
+ ) });
103
+
104
+ // src/icons/FilterClearIcon.tsx
105
+ import { jsx as jsx19, jsxs } from "react/jsx-runtime";
106
+ var FilterClearIcon = (props) => /* @__PURE__ */ jsxs(Icon, { ...props, children: [
107
+ /* @__PURE__ */ jsx19("g", { "clip-path": "url(#clip0_851_25267)", children: /* @__PURE__ */ jsx19(
108
+ "path",
109
+ {
110
+ "fill-rule": "evenodd",
111
+ "clip-rule": "evenodd",
112
+ d: `M7.00015 4L3.46792 0.467773L2.05371 1.88199L4.4002 4.22847C4.01467 4.55071 3.89485 5.1506 4.24984
113
+ 5.61C6.26984 8.2 9.99984 13 9.99984 13V19C9.99984 19.55 10.4498 20 10.9998 20H12.9998C13.5498 20
114
+ 13.9998 19.55 13.9998 19V13.8281L18.9708 18.7991L20.385 17.3849L20.3849 17.3847L14.8734 11.8733L7.00015
115
+ 4ZM16.1091 10.2805C17.2922 8.75591 18.7289 6.90619 19.7398 5.61C20.2498 4.95 19.7798 4 18.9498
116
+ 4H9.82861L16.1091 10.2805Z`
117
+ }
118
+ ) }),
119
+ /* @__PURE__ */ jsx19("defs", { children: /* @__PURE__ */ jsx19("clipPath", { id: "clip0_851_25267", children: /* @__PURE__ */ jsx19("rect", { width: "24", height: "24", fill: "white" }) }) })
120
+ ] });
121
+
122
+ // src/icons/InfoIcon.tsx
123
+ import { jsx as jsx20 } from "react/jsx-runtime";
124
+ var InfoIcon = (props) => /* @__PURE__ */ jsx20(Icon, { ...props, children: /* @__PURE__ */ jsx20(
125
+ "path",
126
+ {
127
+ d: `M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10
128
+ 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z`
129
+ }
130
+ ) });
131
+
132
+ // src/icons/AlertIcon.tsx
133
+ import { jsx as jsx21 } from "react/jsx-runtime";
134
+ var AlertIcon = (props) => /* @__PURE__ */ jsx21(Icon, { ...props, children: /* @__PURE__ */ jsx21(
135
+ "path",
136
+ {
137
+ fillRule: "evenodd",
138
+ clipRule: "evenodd",
139
+ d: "M23 21.5L12 2.5L1 21.5H23ZM11 18.5V16.5H13V18.5H11ZM11 14.5H13V10.5H11V14.5Z"
140
+ }
141
+ ) });
142
+
143
+ // src/icons/KeyboardArrowDownIcon.tsx
144
+ import { jsx as jsx22 } from "react/jsx-runtime";
145
+ var KeyboardArrowDownIcon = (props) => /* @__PURE__ */ jsx22(Icon, { ...props, children: /* @__PURE__ */ jsx22("path", { d: "M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" }) });
146
+
147
+ // src/icons/ListIcon.tsx
148
+ import { jsx as jsx23 } from "react/jsx-runtime";
149
+ var ListIcon = (props) => /* @__PURE__ */ jsx23(Icon, { ...props, children: /* @__PURE__ */ jsx23("path", { d: "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z" }) });
150
+
151
+ // src/icons/MoreVerticalIcon.tsx
152
+ import { jsx as jsx24 } from "react/jsx-runtime";
153
+ var MoreVerticalIcon = (props) => /* @__PURE__ */ jsx24(Icon, { ...props, children: /* @__PURE__ */ jsx24("path", { d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" }) });
154
+
155
+ // src/icons/SearchIcon.tsx
156
+ import { jsx as jsx25 } from "react/jsx-runtime";
157
+ var SearchIcon = (props) => /* @__PURE__ */ jsx25(Icon, { ...props, children: /* @__PURE__ */ jsx25("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }) });
158
+
159
+ // src/icons/SettingsIcon.tsx
160
+ import { jsx as jsx26 } from "react/jsx-runtime";
161
+ var SettingsIcon = (props) => /* @__PURE__ */ jsx26(Icon, { ...props, children: /* @__PURE__ */ jsx26("path", { d: "M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.07.62-.07.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z" }) });
162
+
163
+ // src/icons/SortDownIcon.tsx
164
+ import { jsx as jsx27 } from "react/jsx-runtime";
165
+ var SortDownIcon = (props) => /* @__PURE__ */ jsx27(Icon, { ...props, children: /* @__PURE__ */ jsx27("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 18V16H21V18H3ZM3 6H9V8H3V6ZM15 11H3V13H15V11Z" }) });
166
+
167
+ // src/icons/SortUpIcon.tsx
168
+ import { jsx as jsx28 } from "react/jsx-runtime";
169
+ var SortUpIcon = (props) => /* @__PURE__ */ jsx28(Icon, { ...props, children: /* @__PURE__ */ jsx28("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 6V8H21V6H3ZM3 18H9V16H3V18ZM15 13H3V11H15V13Z" }) });
170
+
171
+ // src/icons/TableChartIcon.tsx
172
+ import { jsx as jsx29 } from "react/jsx-runtime";
173
+ var TableChartIcon = (props) => /* @__PURE__ */ jsx29(Icon, { ...props, children: /* @__PURE__ */ jsx29("path", { d: "M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" }) });
174
+
175
+ // src/icons/UploadIcon.tsx
176
+ import { jsx as jsx30 } from "react/jsx-runtime";
177
+ var UploadIcon = (props) => /* @__PURE__ */ jsx30(Icon, { ...props, children: /* @__PURE__ */ jsx30("path", { d: "M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z" }) });
178
+
179
+ // src/icons/WellIcon.tsx
180
+ import { jsx as jsx31 } from "react/jsx-runtime";
181
+ var WellIcon = (props) => /* @__PURE__ */ jsx31(Icon, { ...props, children: /* @__PURE__ */ jsx31("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z" }) });
182
+
183
+ // src/icons/EditIcon.tsx
184
+ import { jsx as jsx32 } from "react/jsx-runtime";
185
+ var EditIcon = (props) => /* @__PURE__ */ jsx32(Icon, { ...props, children: /* @__PURE__ */ jsx32("path", { d: "M18.3688 3.29L20.7088 5.63C21.0988 6.02 21.0988 6.65 20.7088 7.04L18.8788 8.87L15.1288 5.12L16.9588 3.29C17.1488 3.1 17.3988 3 17.6588 3C17.9188 3 18.1688 3.09 18.3688 3.29ZM2.99878 17.25V21H6.74878L17.8088 9.94L14.0588 6.19L2.99878 17.25ZM5.91878 19H4.99878V18.08L14.0588 9.02L14.9788 9.94L5.91878 19Z" }) });
186
+
187
+ // src/icons/FullScreenOnIcon.tsx
188
+ import { jsx as jsx33 } from "react/jsx-runtime";
189
+ var FullScreenOnIcon = (props) => /* @__PURE__ */ jsx33(Icon, { ...props, children: /* @__PURE__ */ jsx33(
190
+ "path",
191
+ {
192
+ d: `M3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2zm2 10H3v4c0 1.1.9 2 2
193
+ 2h4v-2H5v-4zm14 4h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zm0-16h-4v2h4v4h2V5c0-1.1-.9-2-2-2z`
194
+ }
195
+ ) });
196
+
197
+ // src/icons/FullScreenOffIcon.tsx
198
+ import { jsx as jsx34 } from "react/jsx-runtime";
199
+ var FullScreenOffIcon = (props) => /* @__PURE__ */ jsx34(Icon, { ...props, children: /* @__PURE__ */ jsx34("path", { d: "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z" }) });
200
+
201
+ // src/icons/BookmarkIcon.tsx
202
+ import { jsx as jsx35 } from "react/jsx-runtime";
203
+ var BookmarkIcon = (props) => /* @__PURE__ */ jsx35(Icon, { ...props, children: /* @__PURE__ */ jsx35("path", { d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V5h10v13z" }) });
204
+
205
+ // src/icons/BookmarkAddIcon.tsx
206
+ import { jsx as jsx36 } from "react/jsx-runtime";
207
+ var BookmarkAddIcon = (props) => /* @__PURE__ */ jsx36(Icon, { ...props, children: /* @__PURE__ */ jsx36(
208
+ "path",
209
+ {
210
+ d: `M17 11v6.97l-5-2.14-5 2.14V5h6V3H7c-1.1 0-2
211
+ .9-2 2v16l7-3 7 3V11h-2zm4-4h-2v2h-2V7h-2V5h2V3h2v2h2v2z`
212
+ }
213
+ ) });
214
+
215
+ // src/icons/ExportTableIcon.tsx
216
+ import { jsx as jsx37 } from "react/jsx-runtime";
217
+ var ExportTableIcon = (props) => /* @__PURE__ */ jsx37(Icon, { ...props, children: /* @__PURE__ */ jsx37(
218
+ "path",
219
+ {
220
+ fill: "currentColor",
221
+ d: `m16.2 20.5 2.8-2.8V20h1v-4h-4v1h2.3l-2.8 2.8zM5 21q-.824
222
+ 0-1.412-.587A1.93 1.93 0 0 1 3 19V5Q3 4.176 3.588 3.588A1.93
223
+ 1.93 0 0 1 5 3h14q.824 0 1.413.588Q21 4.175 21 5v6.7a8 8 0
224
+ 0 0-.975-.387A6 6 0 0 0 19 11.075V5H5v14h6.05q.076.55.237
225
+ 1.05.163.5.388.95zm0-3v1V5v8.075V11zm2-1h4.075q.076-.525.238-1.025T11.675
226
+ 15H7zm0-4h6.1q.8-.75 1.787-1.25A7 7 0 0 1 17 11.075V11H7zm0-4h10V7H7zm15
227
+ 14q-2.075 0-3.537-1.462Q13 20.074 13 18q0-2.075 1.463-3.537Q15.926 13
228
+ 18 13q2.075 0 3.538 1.463T23 18t-1.462 3.538Q20.074 23 18 23`
229
+ }
230
+ ) });
231
+
232
+ // src/icons/DownloadIcon.tsx
233
+ import { jsx as jsx38 } from "react/jsx-runtime";
234
+ var DownloadIcon = (props) => /* @__PURE__ */ jsx38(Icon, { ...props, children: /* @__PURE__ */ jsx38("path", { d: "M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z" }) });
235
+
236
+ // src/icons/VisibilityIcon.tsx
237
+ import { jsx as jsx39 } from "react/jsx-runtime";
238
+ var VisibilityIcon = (props) => /* @__PURE__ */ jsx39(Icon, { ...props, children: /* @__PURE__ */ jsx39(
239
+ "path",
240
+ {
241
+ d: `M12 6.375C15.75 6.375 18.9525 8.7075 20.25 12C18.9525 15.2925 15.75 17.625 12 17.625C8.25
242
+ 17.625 5.0475 15.2925 3.75 12C5.0475 8.7075 8.25 6.375 12 6.375ZM12 7.875C9.15755 7.87505
243
+ 6.62225 9.47254 5.38477 12C6.62225 14.52746 9.15755 16.12495 12 16.125C14.8425
244
+ 16.125 17.3777 14.5275 18.6152 12C17.3777 9.4725 14.8425 7.875 12 7.875ZM12
245
+ 8.625C13.86 8.625 15.375 10.14 15.375 12C15.375 13.86 13.86 15.375 12 15.375C10.14 15.375
246
+ 8.625 13.86 8.625 12C8.625 10.14 10.14 8.625 12 8.625ZM12 10.125C10.965 10.125 10.125 10.965
247
+ 10.125 12C10.125 13.035 10.965 13.875 12 13.875C13.035 13.875 13.875 13.035
248
+ 13.875 12C13.875 10.965 13.035 10.125 12 10.125Z`
249
+ }
250
+ ) });
251
+
252
+ export {
253
+ __export,
254
+ CheckboxDeselectedIcon,
255
+ CheckboxIcon,
256
+ CheckboxSeveralIcon,
257
+ AddIcon,
258
+ ArrowDropDownIcon,
259
+ ArrowDropUpIcon,
260
+ AttachIcon,
261
+ BarChartIcon,
262
+ ChevronLeftIcon,
263
+ ChevronRightIcon,
264
+ CircleFilledIcon,
265
+ CloseIcon,
266
+ DateRangeIcon,
267
+ DeleteIcon,
268
+ DoneIcon,
269
+ FileUploadIcon,
270
+ FilterIcon,
271
+ FilterClearIcon,
272
+ InfoIcon,
273
+ AlertIcon,
274
+ KeyboardArrowDownIcon,
275
+ ListIcon,
276
+ MoreVerticalIcon,
277
+ SearchIcon,
278
+ SettingsIcon,
279
+ SortDownIcon,
280
+ SortUpIcon,
281
+ TableChartIcon,
282
+ UploadIcon,
283
+ WellIcon,
284
+ EditIcon,
285
+ FullScreenOnIcon,
286
+ FullScreenOffIcon,
287
+ BookmarkIcon,
288
+ BookmarkAddIcon,
289
+ ExportTableIcon,
290
+ DownloadIcon,
291
+ VisibilityIcon
292
+ };
@@ -0,0 +1,85 @@
1
+ import React__default from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ className?: string;
7
+ }
8
+
9
+ declare const AddIcon: React__default.FC<IconProps>;
10
+
11
+ declare const ArrowDropDownIcon: React__default.FC<IconProps>;
12
+
13
+ declare const ArrowDropUpIcon: React__default.FC<IconProps>;
14
+
15
+ declare const AttachIcon: React__default.FC<IconProps>;
16
+
17
+ declare const BarChartIcon: React__default.FC<IconProps>;
18
+
19
+ declare const CheckboxIcon: React__default.FC<IconProps>;
20
+
21
+ declare const CheckboxDeselectedIcon: React__default.FC<IconProps>;
22
+
23
+ declare const CheckboxSeveralIcon: React__default.FC<IconProps>;
24
+
25
+ declare const ChevronLeftIcon: React__default.FC<IconProps>;
26
+
27
+ declare const ChevronRightIcon: React__default.FC<IconProps>;
28
+
29
+ declare const CircleFilledIcon: React__default.FC<IconProps>;
30
+
31
+ declare const CloseIcon: React__default.FC<IconProps>;
32
+
33
+ declare const DateRangeIcon: React__default.FC<IconProps>;
34
+
35
+ declare const DeleteIcon: React__default.FC<IconProps>;
36
+
37
+ declare const DoneIcon: React__default.FC<IconProps>;
38
+
39
+ declare const FileUploadIcon: React__default.FC<IconProps>;
40
+
41
+ declare const FilterIcon: React__default.FC<IconProps>;
42
+
43
+ declare const FilterClearIcon: React__default.FC<IconProps>;
44
+
45
+ declare const InfoIcon: React__default.FC<IconProps>;
46
+
47
+ declare const AlertIcon: React__default.FC<IconProps>;
48
+
49
+ declare const KeyboardArrowDownIcon: React__default.FC<IconProps>;
50
+
51
+ declare const ListIcon: React__default.FC<IconProps>;
52
+
53
+ declare const MoreVerticalIcon: React__default.FC<IconProps>;
54
+
55
+ declare const SearchIcon: React__default.FC<IconProps>;
56
+
57
+ declare const SettingsIcon: React__default.FC<IconProps>;
58
+
59
+ declare const SortDownIcon: React__default.FC<IconProps>;
60
+
61
+ declare const SortUpIcon: React__default.FC<IconProps>;
62
+
63
+ declare const TableChartIcon: React__default.FC<IconProps>;
64
+
65
+ declare const UploadIcon: React__default.FC<IconProps>;
66
+
67
+ declare const WellIcon: React__default.FC<IconProps>;
68
+
69
+ declare const EditIcon: React__default.FC<IconProps>;
70
+
71
+ declare const FullScreenOnIcon: React__default.FC<IconProps>;
72
+
73
+ declare const FullScreenOffIcon: React__default.FC<IconProps>;
74
+
75
+ declare const BookmarkIcon: React__default.FC<IconProps>;
76
+
77
+ declare const BookmarkAddIcon: React__default.FC<IconProps>;
78
+
79
+ declare const ExportTableIcon: React__default.FC<IconProps>;
80
+
81
+ declare const DownloadIcon: React__default.FC<IconProps>;
82
+
83
+ declare const VisibilityIcon: React__default.FC<IconProps>;
84
+
85
+ export { AddIcon, AlertIcon, ArrowDropDownIcon, ArrowDropUpIcon, AttachIcon, BarChartIcon, BookmarkAddIcon, BookmarkIcon, CheckboxDeselectedIcon, CheckboxIcon, CheckboxSeveralIcon, ChevronLeftIcon, ChevronRightIcon, CircleFilledIcon, CloseIcon, DateRangeIcon, DeleteIcon, DoneIcon, DownloadIcon, EditIcon, ExportTableIcon, FileUploadIcon, FilterClearIcon, FilterIcon, FullScreenOffIcon, FullScreenOnIcon, InfoIcon, KeyboardArrowDownIcon, ListIcon, MoreVerticalIcon, SearchIcon, SettingsIcon, SortDownIcon, SortUpIcon, TableChartIcon, UploadIcon, VisibilityIcon, WellIcon };
@@ -1,5 +1,3 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
-
3
1
  import {
4
2
  AddIcon,
5
3
  AlertIcon,
@@ -38,27 +36,17 @@ import {
38
36
  TableChartIcon,
39
37
  UploadIcon,
40
38
  VisibilityIcon,
41
- WellIcon,
42
- } from '../../icons';
43
-
44
- const meta = {
45
- title: 'Icons/Icons',
46
- component: AddIcon,
47
- parameters: {
48
- layout: 'centered',
49
- },
50
- tags: ['autodocs'],
51
- } satisfies Meta<typeof AddIcon>;
52
-
53
- export default meta;
54
- type Story = StoryObj<typeof meta>;
55
-
56
- const iconComponents = {
39
+ WellIcon
40
+ } from "../chunk-64SOJQ5A.js";
41
+ export {
57
42
  AddIcon,
43
+ AlertIcon,
58
44
  ArrowDropDownIcon,
59
45
  ArrowDropUpIcon,
60
46
  AttachIcon,
61
47
  BarChartIcon,
48
+ BookmarkAddIcon,
49
+ BookmarkIcon,
62
50
  CheckboxDeselectedIcon,
63
51
  CheckboxIcon,
64
52
  CheckboxSeveralIcon,
@@ -69,11 +57,15 @@ const iconComponents = {
69
57
  DateRangeIcon,
70
58
  DeleteIcon,
71
59
  DoneIcon,
60
+ DownloadIcon,
61
+ EditIcon,
62
+ ExportTableIcon,
72
63
  FileUploadIcon,
73
64
  FilterClearIcon,
74
65
  FilterIcon,
66
+ FullScreenOffIcon,
67
+ FullScreenOnIcon,
75
68
  InfoIcon,
76
- AlertIcon,
77
69
  KeyboardArrowDownIcon,
78
70
  ListIcon,
79
71
  MoreVerticalIcon,
@@ -83,26 +75,6 @@ const iconComponents = {
83
75
  SortUpIcon,
84
76
  TableChartIcon,
85
77
  UploadIcon,
86
- WellIcon,
87
- EditIcon,
88
- FullScreenOnIcon,
89
- FullScreenOffIcon,
90
- BookmarkIcon,
91
- BookmarkAddIcon,
92
- ExportTableIcon,
93
- DownloadIcon,
94
78
  VisibilityIcon,
95
- };
96
-
97
- export const AllIcons: Story = {
98
- render: () => (
99
- <div style={{ display: 'grid', gridTemplateColumns: 'repeat(4, 1fr)', gap: '20px', padding: '20px' }}>
100
- {Object.entries(iconComponents).map(([name, Icon]) => (
101
- <div key={name} style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', gap: '8px' }}>
102
- <Icon />
103
- <span style={{ fontSize: '12px' }}>{name}</span>
104
- </div>
105
- ))}
106
- </div>
107
- ),
79
+ WellIcon
108
80
  };