@skalar-saas/design-system 0.1.67

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 (295) hide show
  1. package/README.md +68 -0
  2. package/dist/design-system.css +1 -0
  3. package/dist/hooks/index.d.ts +1 -0
  4. package/dist/hooks/useDebounce.d.ts +7 -0
  5. package/dist/index-CVAu6nrM.cjs +15 -0
  6. package/dist/index-CVAu6nrM.cjs.map +1 -0
  7. package/dist/index-D9hMGhK3.js +6790 -0
  8. package/dist/index-D9hMGhK3.js.map +1 -0
  9. package/dist/index.d.ts +130 -0
  10. package/dist/index.js +26 -0
  11. package/dist/index.js.map +1 -0
  12. package/dist/index.mjs +11508 -0
  13. package/dist/index.mjs.map +1 -0
  14. package/dist/layout/Container/Container.d.ts +62 -0
  15. package/dist/layout/Container/index.d.ts +2 -0
  16. package/dist/layout/PanelLayout/Panel.d.ts +20 -0
  17. package/dist/layout/PanelLayout/PanelContext.d.ts +10 -0
  18. package/dist/layout/PanelLayout/PanelLayout.d.ts +28 -0
  19. package/dist/layout/PanelLayout/PanelLayout.types.d.ts +146 -0
  20. package/dist/layout/PanelLayout/PanelMain.d.ts +19 -0
  21. package/dist/layout/PanelLayout/index.d.ts +6 -0
  22. package/dist/layout/PanelLayout/panelUtils.d.ts +74 -0
  23. package/dist/layout/PanelLayout/usePanelState.d.ts +25 -0
  24. package/dist/layout/Section/Section.d.ts +20 -0
  25. package/dist/layout/Section/index.d.ts +2 -0
  26. package/dist/layout/SplitPanelLayout/SplitPanelLayout.d.ts +57 -0
  27. package/dist/layout/SplitPanelLayout/index.d.ts +2 -0
  28. package/dist/layout/constants.d.ts +348 -0
  29. package/dist/layout/index.d.ts +31 -0
  30. package/dist/shared/icons/AICommentaryIcon.d.ts +11 -0
  31. package/dist/shared/icons/AIMessage.d.ts +2 -0
  32. package/dist/shared/icons/Add2Icon.d.ts +12 -0
  33. package/dist/shared/icons/AddIcon.d.ts +7 -0
  34. package/dist/shared/icons/ArrowNarrowDownIcon.d.ts +6 -0
  35. package/dist/shared/icons/BookOutlined.d.ts +10 -0
  36. package/dist/shared/icons/Box2Icon.d.ts +6 -0
  37. package/dist/shared/icons/BoxIcon.d.ts +11 -0
  38. package/dist/shared/icons/CalendarIcon.d.ts +11 -0
  39. package/dist/shared/icons/CalendarIcon2.d.ts +12 -0
  40. package/dist/shared/icons/ChatIcon.d.ts +11 -0
  41. package/dist/shared/icons/ChevronDownIcon.d.ts +6 -0
  42. package/dist/shared/icons/ChevronUpIcon.d.ts +6 -0
  43. package/dist/shared/icons/CircleIcon.d.ts +6 -0
  44. package/dist/shared/icons/CopyIcon.d.ts +12 -0
  45. package/dist/shared/icons/DataArrowsOutlined.d.ts +10 -0
  46. package/dist/shared/icons/Edit2Icon.d.ts +12 -0
  47. package/dist/shared/icons/EyeIcon.d.ts +12 -0
  48. package/dist/shared/icons/EyeOffIcon.d.ts +12 -0
  49. package/dist/shared/icons/FilterFunnel02Icon.d.ts +6 -0
  50. package/dist/shared/icons/FlashIcon.d.ts +12 -0
  51. package/dist/shared/icons/GridIcon.d.ts +12 -0
  52. package/dist/shared/icons/InfoIcon.d.ts +12 -0
  53. package/dist/shared/icons/LayerIcon.d.ts +12 -0
  54. package/dist/shared/icons/LeftArrowIcon.d.ts +5 -0
  55. package/dist/shared/icons/MaximizeIcon.d.ts +12 -0
  56. package/dist/shared/icons/MessageProgrammingOutlined.d.ts +10 -0
  57. package/dist/shared/icons/MoreIcon.d.ts +12 -0
  58. package/dist/shared/icons/PlusCircleIcon.d.ts +6 -0
  59. package/dist/shared/icons/ProgrammingArrowsOutlined.d.ts +10 -0
  60. package/dist/shared/icons/QuestionCircle.d.ts +11 -0
  61. package/dist/shared/icons/RightArrowIcon.d.ts +5 -0
  62. package/dist/shared/icons/ShareIcon.d.ts +6 -0
  63. package/dist/shared/icons/SkalarLogo.d.ts +13 -0
  64. package/dist/shared/icons/SkalarLogoNoText.d.ts +13 -0
  65. package/dist/shared/icons/SlashIcon.d.ts +5 -0
  66. package/dist/shared/icons/SliderPointerDown.d.ts +10 -0
  67. package/dist/shared/icons/SliderPointerUp.d.ts +10 -0
  68. package/dist/shared/icons/SliderThumbIcon.d.ts +10 -0
  69. package/dist/shared/icons/StraightInfoIcon.d.ts +11 -0
  70. package/dist/shared/icons/TrashIcon.d.ts +12 -0
  71. package/dist/shared/icons/UnionIcon.d.ts +12 -0
  72. package/dist/shared/icons/UploadImageIcon.d.ts +10 -0
  73. package/dist/shared/icons/VideoPlayOutlined.d.ts +10 -0
  74. package/dist/shared/icons/XMark.d.ts +11 -0
  75. package/dist/shared/icons/XMarkAlert.d.ts +11 -0
  76. package/dist/shared/icons/index.d.ts +83 -0
  77. package/dist/shared/ui/Alert/Alert.d.ts +95 -0
  78. package/dist/shared/ui/Alert/index.d.ts +1 -0
  79. package/dist/shared/ui/AttachmentMessage/AttachmentMessage.d.ts +29 -0
  80. package/dist/shared/ui/AttachmentMessage/index.d.ts +1 -0
  81. package/dist/shared/ui/AuthActionWidget/AuthActionWidget.d.ts +18 -0
  82. package/dist/shared/ui/AuthActionWidget/index.d.ts +2 -0
  83. package/dist/shared/ui/AuthFormWidget/AuthFormWidget.d.ts +27 -0
  84. package/dist/shared/ui/AuthFormWidget/index.d.ts +2 -0
  85. package/dist/shared/ui/AuthSocialOptionsWidget/AuthSocialOptionsWidget.d.ts +25 -0
  86. package/dist/shared/ui/AuthSocialOptionsWidget/index.d.ts +2 -0
  87. package/dist/shared/ui/Avatar/Avatar.d.ts +38 -0
  88. package/dist/shared/ui/Avatar/index.d.ts +1 -0
  89. package/dist/shared/ui/AvatarGroup/AvatarGroup.d.ts +39 -0
  90. package/dist/shared/ui/AvatarGroup/index.d.ts +1 -0
  91. package/dist/shared/ui/Badge/Badge.d.ts +40 -0
  92. package/dist/shared/ui/Badge/index.d.ts +1 -0
  93. package/dist/shared/ui/BreadCrumb/BreadCrumb.d.ts +12 -0
  94. package/dist/shared/ui/BreadCrumb/index.d.ts +1 -0
  95. package/dist/shared/ui/Button/Button.d.ts +47 -0
  96. package/dist/shared/ui/Button/index.d.ts +1 -0
  97. package/dist/shared/ui/ButtonDropdown/ButtonDropdown.d.ts +53 -0
  98. package/dist/shared/ui/ButtonDropdown/index.d.ts +1 -0
  99. package/dist/shared/ui/ButtonGroup/ButtonGroup.d.ts +39 -0
  100. package/dist/shared/ui/ButtonGroup/index.d.ts +1 -0
  101. package/dist/shared/ui/Card/Card.d.ts +46 -0
  102. package/dist/shared/ui/Card/index.d.ts +2 -0
  103. package/dist/shared/ui/CardAction/CardAction.d.ts +28 -0
  104. package/dist/shared/ui/CardAction/index.d.ts +2 -0
  105. package/dist/shared/ui/ChatCollapsibleCheck/ChatCollapsibleCheck.d.ts +54 -0
  106. package/dist/shared/ui/ChatCollapsibleCheck/index.d.ts +2 -0
  107. package/dist/shared/ui/ChatCollapsibleContainer/ChatCollapsibleContainer.d.ts +32 -0
  108. package/dist/shared/ui/ChatCollapsibleContainer/index.d.ts +2 -0
  109. package/dist/shared/ui/ChatCollapsibleDialog/ChatCollapsibleDialog.d.ts +43 -0
  110. package/dist/shared/ui/ChatCollapsibleDialog/index.d.ts +2 -0
  111. package/dist/shared/ui/ChatCommandList/ChatCommandList.d.ts +78 -0
  112. package/dist/shared/ui/ChatCommandList/index.d.ts +2 -0
  113. package/dist/shared/ui/ChatCommandListItem/ChatCommandListItem.d.ts +88 -0
  114. package/dist/shared/ui/ChatCommandListItem/index.d.ts +2 -0
  115. package/dist/shared/ui/ChatHeader/ChatHeader.d.ts +38 -0
  116. package/dist/shared/ui/ChatHeader/index.d.ts +1 -0
  117. package/dist/shared/ui/ChatHistorial/ChatHistorial.d.ts +49 -0
  118. package/dist/shared/ui/ChatHistorial/index.d.ts +2 -0
  119. package/dist/shared/ui/ChatHistorialItem/ChatHistorialItem.d.ts +33 -0
  120. package/dist/shared/ui/ChatHistorialItem/index.d.ts +2 -0
  121. package/dist/shared/ui/ChatInputText/ChatInputText.d.ts +36 -0
  122. package/dist/shared/ui/ChatInputText/index.d.ts +1 -0
  123. package/dist/shared/ui/ChatMessage/ChatMessage.d.ts +27 -0
  124. package/dist/shared/ui/ChatMessage/index.d.ts +2 -0
  125. package/dist/shared/ui/ChatMessageOptions/ChatMessageOptions.d.ts +30 -0
  126. package/dist/shared/ui/ChatMessageOptions/index.d.ts +2 -0
  127. package/dist/shared/ui/ChatPanel/ChatPanel.d.ts +57 -0
  128. package/dist/shared/ui/ChatPanel/ChatPanel.types.d.ts +171 -0
  129. package/dist/shared/ui/ChatPanel/index.d.ts +2 -0
  130. package/dist/shared/ui/ChatTypingIndicator/ChatTypingIndicator.d.ts +17 -0
  131. package/dist/shared/ui/ChatTypingIndicator/index.d.ts +1 -0
  132. package/dist/shared/ui/Checkbox/Checkbox.d.ts +26 -0
  133. package/dist/shared/ui/Checkbox/index.d.ts +1 -0
  134. package/dist/shared/ui/Chip/Chip.d.ts +35 -0
  135. package/dist/shared/ui/Chip/index.d.ts +1 -0
  136. package/dist/shared/ui/ColorPalette/ColorPalette.d.ts +9 -0
  137. package/dist/shared/ui/ColumnHandler/ColumnHandler.d.ts +17 -0
  138. package/dist/shared/ui/ColumnHandler/PanelHandle.d.ts +32 -0
  139. package/dist/shared/ui/ColumnHandler/index.d.ts +4 -0
  140. package/dist/shared/ui/ComboBox/ComboBox.d.ts +69 -0
  141. package/dist/shared/ui/ComboBox/index.d.ts +1 -0
  142. package/dist/shared/ui/ContextualMenu/ContextualMenu.d.ts +47 -0
  143. package/dist/shared/ui/ContextualMenu/index.d.ts +2 -0
  144. package/dist/shared/ui/DateRangePicker/DateRangePicker.d.ts +47 -0
  145. package/dist/shared/ui/DateRangePicker/index.d.ts +1 -0
  146. package/dist/shared/ui/Divider/Divider.d.ts +8 -0
  147. package/dist/shared/ui/Divider/index.d.ts +1 -0
  148. package/dist/shared/ui/DragAndDropListItem/DragAndDropListItem.d.ts +54 -0
  149. package/dist/shared/ui/DragAndDropListItem/index.d.ts +2 -0
  150. package/dist/shared/ui/DropMenu/DropMenu.d.ts +58 -0
  151. package/dist/shared/ui/DropMenu/index.d.ts +1 -0
  152. package/dist/shared/ui/DropZone/DropZone.d.ts +47 -0
  153. package/dist/shared/ui/DropZone/index.d.ts +2 -0
  154. package/dist/shared/ui/Dropdown/Dropdown.d.ts +66 -0
  155. package/dist/shared/ui/Dropdown/index.d.ts +1 -0
  156. package/dist/shared/ui/DropdownMenu/DropdownMenu.d.ts +37 -0
  157. package/dist/shared/ui/ErrorBoundary/ErrorBoundary.d.ts +46 -0
  158. package/dist/shared/ui/ErrorBoundary/index.d.ts +2 -0
  159. package/dist/shared/ui/ErrorState/ErrorState.d.ts +51 -0
  160. package/dist/shared/ui/ErrorState/index.d.ts +2 -0
  161. package/dist/shared/ui/FloatingBar/FloatingBar.d.ts +92 -0
  162. package/dist/shared/ui/FloatingBar/index.d.ts +1 -0
  163. package/dist/shared/ui/FormFieldGroup/FormFieldGroup.d.ts +9 -0
  164. package/dist/shared/ui/FormFieldGroup/index.d.ts +2 -0
  165. package/dist/shared/ui/GridDraggableItem/GridDraggableItem.d.ts +45 -0
  166. package/dist/shared/ui/GridDraggableItem/index.d.ts +2 -0
  167. package/dist/shared/ui/Header/Header.d.ts +36 -0
  168. package/dist/shared/ui/Header/index.d.ts +2 -0
  169. package/dist/shared/ui/Header/useCalculateHeaderWidths.d.ts +31 -0
  170. package/dist/shared/ui/HeaderTabs/HeaderTabs.d.ts +36 -0
  171. package/dist/shared/ui/HeaderTabs/index.d.ts +2 -0
  172. package/dist/shared/ui/Icon/Icon.d.ts +37 -0
  173. package/dist/shared/ui/Icon/index.d.ts +1 -0
  174. package/dist/shared/ui/ImageUploader/ImageUploader.d.ts +38 -0
  175. package/dist/shared/ui/ImageUploader/index.d.ts +1 -0
  176. package/dist/shared/ui/InfoLabel/InfoLabel.d.ts +28 -0
  177. package/dist/shared/ui/InfoLabel/index.d.ts +2 -0
  178. package/dist/shared/ui/InputField/InputField.d.ts +55 -0
  179. package/dist/shared/ui/InputField/index.d.ts +1 -0
  180. package/dist/shared/ui/InputSearch/InputSearch.d.ts +44 -0
  181. package/dist/shared/ui/InputSearch/index.d.ts +1 -0
  182. package/dist/shared/ui/Kbd/Kbd.d.ts +8 -0
  183. package/dist/shared/ui/Kbd/index.d.ts +2 -0
  184. package/dist/shared/ui/LabelIcon/LabelIcon.d.ts +26 -0
  185. package/dist/shared/ui/LabelIcon/index.d.ts +2 -0
  186. package/dist/shared/ui/LabelWithIcon/LabelWithIcon.d.ts +27 -0
  187. package/dist/shared/ui/LabelWithIcon/index.d.ts +1 -0
  188. package/dist/shared/ui/LabelWithTooltip/LabelWithTooltip.d.ts +41 -0
  189. package/dist/shared/ui/LabelWithTooltip/index.d.ts +1 -0
  190. package/dist/shared/ui/Link/Link.d.ts +39 -0
  191. package/dist/shared/ui/Link/index.d.ts +1 -0
  192. package/dist/shared/ui/ListItem/ListItem.d.ts +72 -0
  193. package/dist/shared/ui/ListItem/index.d.ts +2 -0
  194. package/dist/shared/ui/Modal/Modal.d.ts +203 -0
  195. package/dist/shared/ui/Modal/index.d.ts +1 -0
  196. package/dist/shared/ui/ModuleCard/ModuleCard.d.ts +51 -0
  197. package/dist/shared/ui/ModuleCard/index.d.ts +1 -0
  198. package/dist/shared/ui/ModuleFieldItem/ModuleFieldItem.d.ts +53 -0
  199. package/dist/shared/ui/ModuleFieldItem/index.d.ts +1 -0
  200. package/dist/shared/ui/PanelHeader/PanelHeader.d.ts +37 -0
  201. package/dist/shared/ui/PanelHeader/index.d.ts +1 -0
  202. package/dist/shared/ui/PasswordResetWidget/PasswordResetWidget.d.ts +19 -0
  203. package/dist/shared/ui/PasswordResetWidget/index.d.ts +2 -0
  204. package/dist/shared/ui/ProductIcon/ProductIcon.d.ts +25 -0
  205. package/dist/shared/ui/ProductIcon/index.d.ts +1 -0
  206. package/dist/shared/ui/Progress/Progress.d.ts +29 -0
  207. package/dist/shared/ui/Progress/index.d.ts +1 -0
  208. package/dist/shared/ui/ProgressBar/ProgressBar.d.ts +21 -0
  209. package/dist/shared/ui/ProgressBar/index.d.ts +1 -0
  210. package/dist/shared/ui/ProgressCircle/ProgressCircle.d.ts +44 -0
  211. package/dist/shared/ui/ProgressCircle/index.d.ts +1 -0
  212. package/dist/shared/ui/ProgressCustomTooltip/ProgressCustomTooltip.d.ts +47 -0
  213. package/dist/shared/ui/ProgressCustomTooltip/index.d.ts +1 -0
  214. package/dist/shared/ui/ProgressTracker/ProgressTracker.d.ts +36 -0
  215. package/dist/shared/ui/ProgressTracker/index.d.ts +1 -0
  216. package/dist/shared/ui/ProjectActionCard/ProjectActionCard.d.ts +23 -0
  217. package/dist/shared/ui/ProjectActionCard/index.d.ts +2 -0
  218. package/dist/shared/ui/ProjectCard/ProjectCard.d.ts +46 -0
  219. package/dist/shared/ui/ProjectCard/index.d.ts +2 -0
  220. package/dist/shared/ui/ProjectCardPlan/ProjectCardPlan.d.ts +27 -0
  221. package/dist/shared/ui/ProjectCardPlan/index.d.ts +2 -0
  222. package/dist/shared/ui/Radio/Radio.d.ts +24 -0
  223. package/dist/shared/ui/Radio/index.d.ts +1 -0
  224. package/dist/shared/ui/RecoveryWidget/RecoveryWidget.d.ts +26 -0
  225. package/dist/shared/ui/RecoveryWidget/index.d.ts +2 -0
  226. package/dist/shared/ui/RelatedDataCard/RelatedDataCard.d.ts +47 -0
  227. package/dist/shared/ui/RelatedDataCard/index.d.ts +1 -0
  228. package/dist/shared/ui/SettingsCard/SettingsCard.d.ts +24 -0
  229. package/dist/shared/ui/SettingsCard/index.d.ts +2 -0
  230. package/dist/shared/ui/SidePanel/SidePanel.d.ts +26 -0
  231. package/dist/shared/ui/SidePanel/SidePanel.types.d.ts +27 -0
  232. package/dist/shared/ui/SidePanel/index.d.ts +2 -0
  233. package/dist/shared/ui/SupportCard/SupportCard.d.ts +19 -0
  234. package/dist/shared/ui/SupportCard/index.d.ts +2 -0
  235. package/dist/shared/ui/Switcher/Switcher.d.ts +41 -0
  236. package/dist/shared/ui/Switcher/index.d.ts +1 -0
  237. package/dist/shared/ui/Table/Table.d.ts +136 -0
  238. package/dist/shared/ui/Table/TableBody.d.ts +13 -0
  239. package/dist/shared/ui/Table/TableCell.d.ts +6 -0
  240. package/dist/shared/ui/Table/TableColumnFilter.d.ts +11 -0
  241. package/dist/shared/ui/Table/TableColumnHeader.d.ts +6 -0
  242. package/dist/shared/ui/Table/TableColumnVisibility.d.ts +7 -0
  243. package/dist/shared/ui/Table/TableContext.d.ts +31 -0
  244. package/dist/shared/ui/Table/TableEmptyState.d.ts +16 -0
  245. package/dist/shared/ui/Table/TableHeader.d.ts +5 -0
  246. package/dist/shared/ui/Table/TablePagination.d.ts +9 -0
  247. package/dist/shared/ui/Table/TableRoot.d.ts +6 -0
  248. package/dist/shared/ui/Table/TableRow.d.ts +8 -0
  249. package/dist/shared/ui/Table/configParser.d.ts +18 -0
  250. package/dist/shared/ui/Table/index.d.ts +15 -0
  251. package/dist/shared/ui/Table/mockData.d.ts +33 -0
  252. package/dist/shared/ui/Table/types.d.ts +66 -0
  253. package/dist/shared/ui/Tabs/Tabs.d.ts +59 -0
  254. package/dist/shared/ui/Tabs/index.d.ts +1 -0
  255. package/dist/shared/ui/Tag/Tag.d.ts +29 -0
  256. package/dist/shared/ui/Tag/index.d.ts +1 -0
  257. package/dist/shared/ui/TextArea/TextArea.d.ts +28 -0
  258. package/dist/shared/ui/TextArea/index.d.ts +1 -0
  259. package/dist/shared/ui/ThemeToggle/ThemeToggle.d.ts +29 -0
  260. package/dist/shared/ui/ThemeToggle/index.d.ts +1 -0
  261. package/dist/shared/ui/Toast/Toast.d.ts +54 -0
  262. package/dist/shared/ui/Toast/index.d.ts +2 -0
  263. package/dist/shared/ui/Toggle/Toggle.d.ts +24 -0
  264. package/dist/shared/ui/Toggle/index.d.ts +1 -0
  265. package/dist/shared/ui/Tooltip/Tooltip.d.ts +103 -0
  266. package/dist/shared/ui/Tooltip/index.d.ts +1 -0
  267. package/dist/shared/ui/TypesPanel/TypesPanel.d.ts +28 -0
  268. package/dist/shared/ui/TypesPanel/index.d.ts +2 -0
  269. package/dist/shared/ui/TypesPanelBodyGrid/TypesPanelBodyGrid.d.ts +45 -0
  270. package/dist/shared/ui/TypesPanelBodyGrid/index.d.ts +2 -0
  271. package/dist/shared/ui/TypesPanelBodyList/TypesPanelBodyList.d.ts +45 -0
  272. package/dist/shared/ui/TypesPanelBodyList/index.d.ts +2 -0
  273. package/dist/shared/ui/TypesPanelHeader/TypesPanelHeader.d.ts +27 -0
  274. package/dist/shared/ui/TypesPanelHeader/index.d.ts +2 -0
  275. package/dist/shared/ui/TypesPanelHeaderSearch/TypesPanelHeaderSearch.d.ts +44 -0
  276. package/dist/shared/ui/TypesPanelHeaderSearch/index.d.ts +1 -0
  277. package/dist/shared/ui/UserMenu/UserMenu.d.ts +78 -0
  278. package/dist/shared/ui/UserMenu/index.d.ts +1 -0
  279. package/dist/shared/ui/VisualComposer/VisualComposer.d.ts +36 -0
  280. package/dist/shared/ui/VisualComposer/index.d.ts +2 -0
  281. package/dist/shared/ui/WidgetBuilderItemHoverAction/WidgetBuilderItemHoverAction.d.ts +15 -0
  282. package/dist/shared/ui/WidgetBuilderItemHoverAction/index.d.ts +2 -0
  283. package/dist/shared/ui/WidgetContainer/WidgetContainer.d.ts +23 -0
  284. package/dist/shared/ui/WidgetContainer/index.d.ts +2 -0
  285. package/dist/shared/ui/WidgetSidebar/WidgetSidebar.d.ts +70 -0
  286. package/dist/shared/ui/WidgetSidebar/index.d.ts +2 -0
  287. package/dist/shared/ui/WorkspaceSettings/WorkspaceSettings.d.ts +22 -0
  288. package/dist/shared/ui/WorkspaceSettings/index.d.ts +2 -0
  289. package/dist/shared/ui/index.d.ts +1 -0
  290. package/dist/shared/ui/slider/Slider.d.ts +96 -0
  291. package/dist/shared/ui/slider/index.d.ts +2 -0
  292. package/dist/shared/utils/index.d.ts +1 -0
  293. package/dist/shared/utils/tailwind.d.ts +9 -0
  294. package/package.json +112 -0
  295. package/tailwind.preset.js +278 -0
@@ -0,0 +1,348 @@
1
+ /**
2
+ * =============================================
3
+ * SKALAR DESIGN SYSTEM - LAYOUT CONSTANTS
4
+ * =============================================
5
+ *
6
+ * Centralized layout values for consistent spacing, sizing, and breakpoints
7
+ * across all Skalar applications. Based on industry standards (Stripe, Vercel, Linear).
8
+ *
9
+ * @example
10
+ * // Import in TypeScript/JavaScript
11
+ * import { BREAKPOINTS, CONTAINER, LAYOUT } from '@skalar-app/design-system';
12
+ *
13
+ * // Use in logic
14
+ * if (windowWidth >= BREAKPOINTS.lg) { ... }
15
+ *
16
+ * @example
17
+ * // Use CSS variables in Tailwind
18
+ * <div className="max-w-container mx-auto px-container-mobile md:px-container-tablet lg:px-container-desktop">
19
+ *
20
+ * @version 1.0.0
21
+ * @since 2025-11-28
22
+ */
23
+ /**
24
+ * Responsive breakpoints in pixels.
25
+ * These values align with common device widths and Tailwind CSS conventions.
26
+ *
27
+ * Usage in CSS/Tailwind:
28
+ * - sm: Mobile landscape and up
29
+ * - md: Tablet and up
30
+ * - lg: Desktop and up
31
+ * - xl: Large desktop and up
32
+ * - 2xl: Extra large desktop (container max-width)
33
+ * - 3xl: Ultrawide monitors
34
+ */
35
+ export declare const BREAKPOINTS: {
36
+ /** Mobile landscape - 640px */
37
+ readonly sm: 640;
38
+ /** Tablet - 768px */
39
+ readonly md: 768;
40
+ /** Desktop small - 1024px */
41
+ readonly lg: 1024;
42
+ /** Desktop - 1280px */
43
+ readonly xl: 1280;
44
+ /** Desktop large / Default container max-width - 1400px */
45
+ readonly '2xl': 1400;
46
+ /** Ultrawide monitors - 1600px */
47
+ readonly '3xl': 1600;
48
+ };
49
+ /**
50
+ * Breakpoint keys type for type-safe breakpoint references.
51
+ */
52
+ export type BreakpointKey = keyof typeof BREAKPOINTS;
53
+ /**
54
+ * Breakpoint values in pixels.
55
+ */
56
+ export type BreakpointValue = (typeof BREAKPOINTS)[BreakpointKey];
57
+ /**
58
+ * Container max-width values in pixels.
59
+ * Use these to constrain content width for optimal readability and layout.
60
+ *
61
+ * Guidelines:
62
+ * - default (1400px): Main dashboard content, cards grid, general pages
63
+ * - narrow (896px): Forms, settings pages, single-column content
64
+ * - medium (1152px): Mixed content, documentation
65
+ * - wide (1600px): Data tables, complex grids, admin panels
66
+ * - full: No max-width constraint
67
+ */
68
+ export declare const CONTAINER: {
69
+ /** Default container max-width for dashboard content - 1400px */
70
+ readonly default: 1400;
71
+ /** Narrow container for forms and settings - 896px (56rem) */
72
+ readonly narrow: 896;
73
+ /** Medium container for mixed content - 1152px (72rem) */
74
+ readonly medium: 1152;
75
+ /** Wide container for tables and grids - 1600px (100rem) */
76
+ readonly wide: 1600;
77
+ };
78
+ /**
79
+ * Container size variants.
80
+ */
81
+ export type ContainerSize = keyof typeof CONTAINER | 'full';
82
+ /**
83
+ * Container values in pixels.
84
+ */
85
+ export type ContainerValue = (typeof CONTAINER)[keyof typeof CONTAINER];
86
+ /**
87
+ * Responsive container padding values in pixels.
88
+ * Applied horizontally (left/right) to maintain content breathing room.
89
+ *
90
+ * These values scale up with screen size to maintain proportional whitespace.
91
+ */
92
+ export declare const CONTAINER_PADDING: {
93
+ /** Mobile devices: 16px (1rem) */
94
+ readonly mobile: 16;
95
+ /** Tablet devices: 24px (1.5rem) */
96
+ readonly tablet: 24;
97
+ /** Desktop devices: 32px (2rem) */
98
+ readonly desktop: 32;
99
+ /** Large desktop devices: 48px (3rem) */
100
+ readonly desktopLarge: 48;
101
+ };
102
+ /**
103
+ * Container padding keys type.
104
+ */
105
+ export type ContainerPaddingKey = keyof typeof CONTAINER_PADDING;
106
+ /**
107
+ * Sidebar dimension values in pixels.
108
+ * Use for navigation sidebars and panels.
109
+ */
110
+ export declare const SIDEBAR: {
111
+ /** Expanded sidebar width - 280px */
112
+ readonly width: 280;
113
+ /** Collapsed/icon-only sidebar width - 64px */
114
+ readonly collapsedWidth: 64;
115
+ /** Settings/navigation sidebar width - 240px */
116
+ readonly navigationWidth: 240;
117
+ };
118
+ /**
119
+ * Sidebar dimension keys type.
120
+ */
121
+ export type SidebarKey = keyof typeof SIDEBAR;
122
+ /**
123
+ * Navbar dimension values in pixels.
124
+ * Used for sticky headers and calculating content offsets.
125
+ */
126
+ export declare const NAVBAR: {
127
+ /** Header section height - 60px */
128
+ readonly headerHeight: 60;
129
+ /** Tabs/navigation section height - 48px */
130
+ readonly tabsHeight: 48;
131
+ /** Total navbar height (header + tabs) - 108px */
132
+ readonly totalHeight: 108;
133
+ };
134
+ /**
135
+ * Navbar dimension keys type.
136
+ */
137
+ export type NavbarKey = keyof typeof NAVBAR;
138
+ /**
139
+ * Common spacing values for gaps and margins in layout contexts.
140
+ * These complement the design system's spacing tokens for layout-specific use.
141
+ */
142
+ export declare const LAYOUT_SPACING: {
143
+ /** No spacing - 0px */
144
+ readonly none: 0;
145
+ /** Extra small - 8px */
146
+ readonly xs: 8;
147
+ /** Small - 16px */
148
+ readonly sm: 16;
149
+ /** Medium - 24px */
150
+ readonly md: 24;
151
+ /** Large - 32px */
152
+ readonly lg: 32;
153
+ /** Extra large - 48px */
154
+ readonly xl: 48;
155
+ /** 2x Extra large - 64px */
156
+ readonly '2xl': 64;
157
+ };
158
+ /**
159
+ * Layout spacing keys type.
160
+ */
161
+ export type LayoutSpacingKey = keyof typeof LAYOUT_SPACING;
162
+ /**
163
+ * CSS custom property names used in the layout system.
164
+ * Reference these when creating custom styles or debugging.
165
+ *
166
+ * @example
167
+ * // In custom CSS
168
+ * .my-element {
169
+ * max-width: var(--layout-container-max-width);
170
+ * }
171
+ */
172
+ export declare const CSS_VARIABLES: {
173
+ readonly containerMaxWidth: "--layout-container-max-width";
174
+ readonly containerNarrow: "--layout-container-narrow";
175
+ readonly containerMedium: "--layout-container-medium";
176
+ readonly containerWide: "--layout-container-wide";
177
+ readonly containerPaddingMobile: "--layout-container-padding-mobile";
178
+ readonly containerPaddingTablet: "--layout-container-padding-tablet";
179
+ readonly containerPaddingDesktop: "--layout-container-padding-desktop";
180
+ readonly containerPaddingDesktopLg: "--layout-container-padding-desktop-lg";
181
+ readonly sidebarWidth: "--layout-sidebar-width";
182
+ readonly sidebarCollapsed: "--layout-sidebar-collapsed";
183
+ readonly sidebarNavigation: "--layout-sidebar-navigation";
184
+ readonly navbarHeaderHeight: "--layout-navbar-header-height";
185
+ readonly navbarTabsHeight: "--layout-navbar-tabs-height";
186
+ readonly navbarTotalHeight: "--layout-navbar-total-height";
187
+ };
188
+ /**
189
+ * CSS variable names type.
190
+ */
191
+ export type CSSVariableName = (typeof CSS_VARIABLES)[keyof typeof CSS_VARIABLES];
192
+ /**
193
+ * Complete layout configuration object.
194
+ * Provides a single import for all layout-related constants.
195
+ *
196
+ * @example
197
+ * import { LAYOUT } from '@skalar-app/design-system';
198
+ *
199
+ * const containerWidth = LAYOUT.container.default;
200
+ * const isMobile = windowWidth < LAYOUT.breakpoints.md;
201
+ */
202
+ export declare const LAYOUT: {
203
+ readonly breakpoints: {
204
+ /** Mobile landscape - 640px */
205
+ readonly sm: 640;
206
+ /** Tablet - 768px */
207
+ readonly md: 768;
208
+ /** Desktop small - 1024px */
209
+ readonly lg: 1024;
210
+ /** Desktop - 1280px */
211
+ readonly xl: 1280;
212
+ /** Desktop large / Default container max-width - 1400px */
213
+ readonly '2xl': 1400;
214
+ /** Ultrawide monitors - 1600px */
215
+ readonly '3xl': 1600;
216
+ };
217
+ readonly container: {
218
+ /** Default container max-width for dashboard content - 1400px */
219
+ readonly default: 1400;
220
+ /** Narrow container for forms and settings - 896px (56rem) */
221
+ readonly narrow: 896;
222
+ /** Medium container for mixed content - 1152px (72rem) */
223
+ readonly medium: 1152;
224
+ /** Wide container for tables and grids - 1600px (100rem) */
225
+ readonly wide: 1600;
226
+ };
227
+ readonly containerPadding: {
228
+ /** Mobile devices: 16px (1rem) */
229
+ readonly mobile: 16;
230
+ /** Tablet devices: 24px (1.5rem) */
231
+ readonly tablet: 24;
232
+ /** Desktop devices: 32px (2rem) */
233
+ readonly desktop: 32;
234
+ /** Large desktop devices: 48px (3rem) */
235
+ readonly desktopLarge: 48;
236
+ };
237
+ readonly sidebar: {
238
+ /** Expanded sidebar width - 280px */
239
+ readonly width: 280;
240
+ /** Collapsed/icon-only sidebar width - 64px */
241
+ readonly collapsedWidth: 64;
242
+ /** Settings/navigation sidebar width - 240px */
243
+ readonly navigationWidth: 240;
244
+ };
245
+ readonly navbar: {
246
+ /** Header section height - 60px */
247
+ readonly headerHeight: 60;
248
+ /** Tabs/navigation section height - 48px */
249
+ readonly tabsHeight: 48;
250
+ /** Total navbar height (header + tabs) - 108px */
251
+ readonly totalHeight: 108;
252
+ };
253
+ readonly spacing: {
254
+ /** No spacing - 0px */
255
+ readonly none: 0;
256
+ /** Extra small - 8px */
257
+ readonly xs: 8;
258
+ /** Small - 16px */
259
+ readonly sm: 16;
260
+ /** Medium - 24px */
261
+ readonly md: 24;
262
+ /** Large - 32px */
263
+ readonly lg: 32;
264
+ /** Extra large - 48px */
265
+ readonly xl: 48;
266
+ /** 2x Extra large - 64px */
267
+ readonly '2xl': 64;
268
+ };
269
+ readonly cssVariables: {
270
+ readonly containerMaxWidth: "--layout-container-max-width";
271
+ readonly containerNarrow: "--layout-container-narrow";
272
+ readonly containerMedium: "--layout-container-medium";
273
+ readonly containerWide: "--layout-container-wide";
274
+ readonly containerPaddingMobile: "--layout-container-padding-mobile";
275
+ readonly containerPaddingTablet: "--layout-container-padding-tablet";
276
+ readonly containerPaddingDesktop: "--layout-container-padding-desktop";
277
+ readonly containerPaddingDesktopLg: "--layout-container-padding-desktop-lg";
278
+ readonly sidebarWidth: "--layout-sidebar-width";
279
+ readonly sidebarCollapsed: "--layout-sidebar-collapsed";
280
+ readonly sidebarNavigation: "--layout-sidebar-navigation";
281
+ readonly navbarHeaderHeight: "--layout-navbar-header-height";
282
+ readonly navbarTabsHeight: "--layout-navbar-tabs-height";
283
+ readonly navbarTotalHeight: "--layout-navbar-total-height";
284
+ };
285
+ };
286
+ /**
287
+ * Complete layout configuration type.
288
+ */
289
+ export type Layout = typeof LAYOUT;
290
+ /**
291
+ * Converts a pixel value to rem units.
292
+ * Uses 16px as the base font size.
293
+ *
294
+ * @param px - The pixel value to convert
295
+ * @returns The rem value as a string (e.g., "1.5rem")
296
+ *
297
+ * @example
298
+ * pxToRem(24) // "1.5rem"
299
+ * pxToRem(CONTAINER.default) // "87.5rem"
300
+ */
301
+ export declare function pxToRem(px: number): string;
302
+ /**
303
+ * Converts a pixel value to a CSS pixel string.
304
+ *
305
+ * @param px - The pixel value
306
+ * @returns The pixel value as a CSS string (e.g., "24px")
307
+ *
308
+ * @example
309
+ * pxToCss(24) // "24px"
310
+ */
311
+ export declare function pxToCss(px: number): string;
312
+ /**
313
+ * Creates a media query string for a given breakpoint.
314
+ *
315
+ * @param breakpoint - The breakpoint key or pixel value
316
+ * @param type - The type of media query ('min' or 'max')
317
+ * @returns The media query string
318
+ *
319
+ * @example
320
+ * createMediaQuery('md') // "(min-width: 768px)"
321
+ * createMediaQuery('lg', 'max') // "(max-width: 1023px)"
322
+ * createMediaQuery(1200) // "(min-width: 1200px)"
323
+ */
324
+ export declare function createMediaQuery(breakpoint: BreakpointKey | number, type?: 'min' | 'max'): string;
325
+ /**
326
+ * Checks if a window width matches a breakpoint range.
327
+ *
328
+ * @param width - The window width in pixels
329
+ * @param breakpoint - The breakpoint to check against
330
+ * @param comparison - How to compare ('gte' for >=, 'lte' for <=, 'eq' for exact range)
331
+ * @returns Whether the width matches the breakpoint criteria
332
+ *
333
+ * @example
334
+ * matchesBreakpoint(800, 'md', 'gte') // true (800 >= 768)
335
+ * matchesBreakpoint(600, 'md', 'lte') // true (600 < 768)
336
+ */
337
+ export declare function matchesBreakpoint(width: number, breakpoint: BreakpointKey, comparison?: 'gte' | 'lte'): boolean;
338
+ /**
339
+ * Gets the current breakpoint key based on window width.
340
+ *
341
+ * @param width - The window width in pixels
342
+ * @returns The current breakpoint key
343
+ *
344
+ * @example
345
+ * getCurrentBreakpoint(800) // 'md'
346
+ * getCurrentBreakpoint(1500) // '2xl'
347
+ */
348
+ export declare function getCurrentBreakpoint(width: number): BreakpointKey;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * =============================================
3
+ * SKALAR DESIGN SYSTEM - LAYOUT MODULE
4
+ * =============================================
5
+ *
6
+ * Centralized layout system providing consistent container widths,
7
+ * responsive spacing, and layout utilities across all Skalar applications.
8
+ *
9
+ * @example
10
+ * // Import components
11
+ * import { Container, Section } from '@skalar-app/design-system';
12
+ *
13
+ * // Import constants for logic
14
+ * import { LAYOUT, BREAKPOINTS, CONTAINER } from '@skalar-app/design-system';
15
+ *
16
+ * // Use Tailwind classes
17
+ * <div className="max-w-container mx-auto px-container-mobile md:px-container-desktop">
18
+ *
19
+ * @version 1.0.0
20
+ * @since 2025-11-28
21
+ */
22
+ export { Container } from "./Container";
23
+ export type { ContainerProps, ContainerElement, ContainerPadding, ContainerHeaderProps, ContainerContentProps, ContainerFooterProps, } from "./Container";
24
+ export { Section, SectionHero, SectionFeatures } from "./Section";
25
+ export type { SectionProps, SectionElement, SectionBackground, SectionHeroProps, SectionFeaturesProps, } from "./Section";
26
+ export { BREAKPOINTS, CONTAINER, CONTAINER_PADDING, SIDEBAR, NAVBAR, LAYOUT_SPACING, CSS_VARIABLES, LAYOUT, pxToRem, pxToCss, createMediaQuery, matchesBreakpoint, getCurrentBreakpoint, } from "./constants";
27
+ export type { BreakpointKey, BreakpointValue, ContainerSize, ContainerValue, ContainerPaddingKey, SidebarKey, NavbarKey, LayoutSpacingKey, CSSVariableName, Layout, } from "./constants";
28
+ export { PanelLayout, Panel, PanelMain, usePanelState, calculatePanelPercentage, calculateDraggedPanelPercentage, getTotalSideWidth, getTotalPanelsWidth, findPanelById, getCentralWidth, initializePanelsState, PANEL_DEFAULTS, } from "./PanelLayout";
29
+ export type { PanelSide, PanelState, PanelConfig, PanelsState, PanelLayoutProps, PanelProps, PanelMainProps, UsePanelStateOptions, UsePanelStateReturn, } from "./PanelLayout";
30
+ export { SplitPanelLayout } from "./SplitPanelLayout";
31
+ export type { SplitPanelLayoutProps, SplitPanelPosition } from "./SplitPanelLayout";
@@ -0,0 +1,11 @@
1
+ export interface AICommentaryIconProps {
2
+ /** Size of the icon in pixels */
3
+ size?: number;
4
+ /** Optional CSS classes */
5
+ className?: string;
6
+ }
7
+ /**
8
+ * AI Commentary icon component
9
+ * @description Icon representing AI-powered commentary or conversation history
10
+ */
11
+ export declare const AICommentaryIcon: ({ size, className }: AICommentaryIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const AIMessage: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ export interface Add2IconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Eye off icon component
10
+ * @description Icon representing hidden/hide password
11
+ */
12
+ export declare const Add2Icon: ({ size, className, ...props }: Add2IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import React, { SVGProps } from "react";
2
+ export interface AddIconProps extends SVGProps<SVGSVGElement> {
3
+ title?: string;
4
+ titleId?: string;
5
+ size?: number;
6
+ }
7
+ export declare const AddIcon: React.ForwardRefExoticComponent<Omit<AddIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ export interface ArrowNarrowDownIconProps extends SVGProps<SVGSVGElement> {
4
+ size?: number;
5
+ }
6
+ export declare const ArrowNarrowDownIcon: React.ForwardRefExoticComponent<Omit<ArrowNarrowDownIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ export interface BookOutlinedProps {
2
+ /** Size of the icon in pixels */
3
+ size?: number;
4
+ /** Optional CSS classes */
5
+ className?: string;
6
+ }
7
+ /**
8
+ * BookOutlined icon component
9
+ */
10
+ export declare const BookOutlined: ({ size, className }: BookOutlinedProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ export interface Box2IconProps extends SVGProps<SVGSVGElement> {
4
+ size?: number;
5
+ }
6
+ export declare const Box2Icon: React.ForwardRefExoticComponent<Omit<Box2IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,11 @@
1
+ export interface BoxIconProps {
2
+ /** Size of the icon in pixels */
3
+ size?: number;
4
+ /** Optional CSS classes */
5
+ className?: string;
6
+ }
7
+ /**
8
+ * Box icon component
9
+ * @description Icon representing a 3D box or package
10
+ */
11
+ export declare const BoxIcon: ({ size, className }: BoxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ export interface CalendarIconProps {
2
+ /** Size of the icon in pixels */
3
+ size?: number;
4
+ /** Optional CSS classes */
5
+ className?: string;
6
+ }
7
+ /**
8
+ * Calendar icon component
9
+ * @description Icon representing a 3D Calendar or package
10
+ */
11
+ export declare const CalendarIcon: ({ size, className }: CalendarIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ export interface CalendarIcon2Props extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Calendar icon 2 component
10
+ * @description Calendar icon with date dots
11
+ */
12
+ export declare const CalendarIcon2: ({ size, className, ...props }: CalendarIcon2Props) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ export interface ChatIconProps {
2
+ /** Size of the icon in pixels */
3
+ size?: number;
4
+ /** Optional CSS classes */
5
+ className?: string;
6
+ }
7
+ /**
8
+ * Chat icon component
9
+ * @description Icon representing a chat or conversation
10
+ */
11
+ export declare const ChatIcon: ({ size, className }: ChatIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ export interface ChevronDownIconProps extends SVGProps<SVGSVGElement> {
4
+ size?: number;
5
+ }
6
+ export declare const ChevronDownIcon: React.ForwardRefExoticComponent<Omit<ChevronDownIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ export interface ChevronUpIconProps extends SVGProps<SVGSVGElement> {
4
+ size?: number;
5
+ }
6
+ export declare const ChevronUpIcon: React.ForwardRefExoticComponent<Omit<ChevronUpIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ export interface CircleIconProps extends SVGProps<SVGSVGElement> {
4
+ size?: number;
5
+ }
6
+ export declare const CircleIcon: React.ForwardRefExoticComponent<Omit<CircleIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface CopyIconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Copy icon component
10
+ * @description Icon representing copy/duplicate action
11
+ */
12
+ export declare const CopyIcon: ({ size, className, ...props }: CopyIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ export interface DataArrowsOutlinedProps {
2
+ /** Size of the icon in pixels */
3
+ size?: number;
4
+ /** Optional CSS classes */
5
+ className?: string;
6
+ }
7
+ /**
8
+ * DataArrowsOutlined icon component
9
+ */
10
+ export declare const DataArrowsOutlined: ({ size, className }: DataArrowsOutlinedProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface Edit2IconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Edit 2 icon component
10
+ * @description Icon representing edit/pencil action
11
+ */
12
+ export declare const Edit2Icon: ({ size, className, ...props }: Edit2IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface EyeIconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Eye icon component
10
+ * @description Icon representing visible/show password
11
+ */
12
+ export declare const EyeIcon: ({ size, className, ...props }: EyeIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface EyeOffIconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Eye off icon component
10
+ * @description Icon representing hidden/hide password
11
+ */
12
+ export declare const EyeOffIcon: ({ size, className, ...props }: EyeOffIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ export interface FilterFunnel02IconProps extends SVGProps<SVGSVGElement> {
4
+ size?: number;
5
+ }
6
+ export declare const FilterFunnel02Icon: React.ForwardRefExoticComponent<Omit<FilterFunnel02IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ export interface FlashIconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Flash icon component
10
+ * @description Icon representing flash, lightning, or power
11
+ */
12
+ export declare const FlashIcon: ({ size, className, ...props }: FlashIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ export interface GridIconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Eye off icon component
10
+ * @description Icon representing hidden/hide password
11
+ */
12
+ export declare const GridIcon: ({ size, className, ...props }: GridIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface InfoIconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Info icon component
10
+ * @description Icon representing information
11
+ */
12
+ export declare const InfoIcon: ({ size, className, ...props }: InfoIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ export interface LayerIconProps extends React.SVGProps<SVGSVGElement> {
3
+ /** Size of the icon in pixels */
4
+ size?: number;
5
+ /** Optional CSS classes */
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Layer icon component
10
+ * @description Icon representing layers or stack
11
+ */
12
+ export declare const LayerIcon: ({ size, className, ...props }: LayerIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export interface LeftArrowIconProps extends React.SVGProps<SVGSVGElement> {
3
+ size?: number;
4
+ }
5
+ export declare const LeftArrowIcon: React.FC<LeftArrowIconProps>;