venice-ui 2.4.13 → 3.0.1

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 (396) hide show
  1. package/dist/cjs/components/ActionPanel/ActionPanel.js +33 -0
  2. package/dist/cjs/components/ActionPanel/ActionPanel.styles.js +76 -0
  3. package/dist/cjs/components/ActionPanel/index.js +17 -0
  4. package/dist/cjs/components/Button/Button.js +17 -7
  5. package/dist/cjs/components/Button/Button.styles.js +46 -66
  6. package/dist/cjs/components/Button/index.js +15 -3
  7. package/dist/cjs/components/ButtonsFooter/ButtonsFooter.js +32 -21
  8. package/dist/cjs/components/ButtonsFooter/ButtonsFooter.styles.js +21 -0
  9. package/dist/cjs/components/ButtonsFooter/index.js +15 -3
  10. package/dist/cjs/components/Card/Card.js +15 -9
  11. package/dist/cjs/components/Card/Card.styles.js +9 -10
  12. package/dist/cjs/components/Card/index.js +15 -3
  13. package/dist/cjs/components/Checkbox/Checkbox.js +30 -13
  14. package/dist/cjs/components/Checkbox/Checkbox.styles.js +35 -20
  15. package/dist/cjs/components/ComponentRoot/ComponentRoot.js +27 -0
  16. package/dist/cjs/components/ComponentRoot/ComponentRoot.styles.js +72 -0
  17. package/dist/cjs/components/{ElementHeader → ComponentRoot}/index.js +2 -1
  18. package/dist/cjs/components/DatePicker/Calendar.js +73 -33
  19. package/dist/cjs/components/DatePicker/CalendarContent.js +58 -39
  20. package/dist/cjs/components/DatePicker/CalendarHeader.js +23 -20
  21. package/dist/cjs/components/DatePicker/DatePicker.js +61 -35
  22. package/dist/cjs/components/DatePicker/DatePicker.styles.js +166 -0
  23. package/dist/cjs/components/DatePicker/index.js +5 -15
  24. package/dist/cjs/components/Dropdown/Dropdown.js +76 -52
  25. package/dist/cjs/components/Dropdown/Dropdown.styles.js +48 -7
  26. package/dist/cjs/components/Dropdown/index.js +0 -1
  27. package/dist/cjs/components/DropdownMenu/DropdownMenu.js +79 -50
  28. package/dist/cjs/components/DropdownMenu/DropdownMenu.styles.js +10 -44
  29. package/dist/cjs/components/File/File.js +60 -24
  30. package/dist/cjs/components/File/File.styles.js +44 -3
  31. package/dist/cjs/components/Filters/Filters.js +253 -92
  32. package/dist/cjs/components/Filters/Filters.styles.js +83 -15
  33. package/dist/cjs/components/Form/Form.js +24 -30
  34. package/dist/cjs/components/Form/{FormElements.js → Form.styles.js} +8 -10
  35. package/dist/cjs/components/Header/Header.js +49 -0
  36. package/dist/cjs/components/Header/Header.styles.js +33 -0
  37. package/dist/cjs/components/{Toogle → Header}/index.js +1 -1
  38. package/dist/cjs/components/HelperText/HelperText.js +18 -0
  39. package/dist/cjs/components/HelperText/HelperText.styles.js +20 -0
  40. package/dist/cjs/components/{FillSelect → HelperText}/index.js +1 -1
  41. package/dist/cjs/components/Icon/Icon.js +74 -0
  42. package/dist/cjs/components/Icon/Icon.styles.js +63 -0
  43. package/dist/cjs/components/{Icons → Icon}/IconsPath.js +3 -0
  44. package/dist/cjs/{Theme → components/Icon}/index.js +1 -1
  45. package/dist/cjs/components/Input/Input.js +58 -74
  46. package/dist/cjs/components/Input/Input.styles.js +38 -89
  47. package/dist/cjs/components/Input/index.js +0 -1
  48. package/dist/cjs/components/Label/Label.js +24 -0
  49. package/dist/cjs/components/Label/Label.styles.js +38 -0
  50. package/dist/cjs/components/Label/index.js +5 -0
  51. package/dist/cjs/components/List/List.js +104 -101
  52. package/dist/cjs/components/List/iLst.styles.js +68 -0
  53. package/dist/cjs/components/Loader/Loader.js +12 -9
  54. package/dist/cjs/components/Loader/Loader.styles.js +15 -75
  55. package/dist/cjs/components/Modal/Modal.js +32 -34
  56. package/dist/cjs/components/Modal/Modal.styles.js +82 -24
  57. package/dist/cjs/components/Modal/index.js +15 -3
  58. package/dist/cjs/components/Numerical/Numerical.js +138 -0
  59. package/dist/cjs/components/Numerical/index.js +5 -0
  60. package/dist/cjs/components/OptionsPanel/OptionsPanel.js +79 -0
  61. package/dist/cjs/components/OptionsPanel/OptionsPanel.styles.js +75 -0
  62. package/dist/cjs/components/OptionsPanel/index.js +17 -0
  63. package/dist/cjs/components/Pagination/Pagination.js +39 -29
  64. package/dist/cjs/components/Pagination/Pagination.styles.js +45 -19
  65. package/dist/cjs/components/SearchInput/SearchInput.js +83 -0
  66. package/dist/cjs/components/SearchInput/SearchInput.styles.js +50 -0
  67. package/dist/cjs/components/SearchInput/index.js +17 -0
  68. package/dist/cjs/components/Section/Section.js +15 -8
  69. package/dist/cjs/components/Section/Section.styles.js +13 -12
  70. package/dist/cjs/components/Section/index.js +1 -0
  71. package/dist/cjs/components/Selector/Selector.js +38 -25
  72. package/dist/cjs/components/Selector/Selector.styles.js +28 -56
  73. package/dist/cjs/components/Sidepanel/Sidepanel.js +47 -23
  74. package/dist/cjs/components/Sidepanel/Sidepanel.styles.js +85 -14
  75. package/dist/cjs/components/Sort/Sort.js +19 -16
  76. package/dist/cjs/components/Sort/Sort.styles.js +5 -19
  77. package/dist/cjs/components/Table/Cell.js +23 -13
  78. package/dist/cjs/components/Table/HeaderCell.js +14 -7
  79. package/dist/cjs/components/Table/Table.js +62 -43
  80. package/dist/cjs/components/Table/Table.styles.js +143 -43
  81. package/dist/cjs/components/Table/index.js +2 -0
  82. package/dist/cjs/components/Tag/Tag.js +24 -0
  83. package/dist/cjs/components/Tag/Tag.styles.js +23 -0
  84. package/dist/cjs/components/{Chips → Tag}/index.js +1 -1
  85. package/dist/cjs/components/Tile/Tile.js +15 -6
  86. package/dist/cjs/components/Tile/Tile.styles.js +15 -18
  87. package/dist/cjs/components/Toggle/Toggle.js +29 -0
  88. package/dist/cjs/components/Toggle/Toggle.styles.js +49 -0
  89. package/dist/cjs/components/{Tooltip → Toggle}/index.js +1 -1
  90. package/dist/cjs/components/Typography/Typography.js +115 -0
  91. package/dist/cjs/components/Typography/index.js +1 -1
  92. package/dist/cjs/config/componentTheme.js +29 -0
  93. package/dist/cjs/config/config.js +1453 -0
  94. package/dist/cjs/config/index.js +20 -0
  95. package/dist/cjs/config/themes.js +64 -0
  96. package/dist/cjs/config/wordbook.js +74 -0
  97. package/dist/cjs/example/Colors.js +57 -8
  98. package/dist/cjs/example/ExampleComponent.js +5 -6
  99. package/dist/cjs/example/Icons.js +63 -0
  100. package/dist/cjs/example/TypographyExample.js +26 -13
  101. package/dist/cjs/index.js +12 -8
  102. package/dist/esm/components/ActionPanel/ActionPanel.js +26 -0
  103. package/dist/esm/components/ActionPanel/ActionPanel.styles.js +70 -0
  104. package/dist/esm/components/ActionPanel/index.js +1 -0
  105. package/dist/esm/components/Button/Button.js +17 -7
  106. package/dist/esm/components/Button/Button.styles.js +45 -65
  107. package/dist/esm/components/Button/index.js +1 -1
  108. package/dist/esm/components/ButtonsFooter/ButtonsFooter.js +32 -21
  109. package/dist/esm/components/ButtonsFooter/ButtonsFooter.styles.js +15 -0
  110. package/dist/esm/components/ButtonsFooter/index.js +1 -1
  111. package/dist/esm/components/Card/Card.js +16 -10
  112. package/dist/esm/components/Card/Card.styles.js +8 -9
  113. package/dist/esm/components/Card/index.js +1 -1
  114. package/dist/esm/components/Checkbox/Checkbox.js +31 -14
  115. package/dist/esm/components/Checkbox/Checkbox.styles.js +34 -19
  116. package/dist/esm/components/ComponentRoot/ComponentRoot.js +20 -0
  117. package/dist/esm/components/ComponentRoot/ComponentRoot.styles.js +66 -0
  118. package/dist/esm/components/ComponentRoot/index.js +2 -0
  119. package/dist/esm/components/DatePicker/Calendar.js +57 -27
  120. package/dist/esm/components/DatePicker/CalendarContent.js +42 -33
  121. package/dist/esm/components/DatePicker/CalendarHeader.js +23 -20
  122. package/dist/esm/components/DatePicker/DatePicker.js +44 -28
  123. package/dist/esm/components/DatePicker/DatePicker.styles.js +130 -0
  124. package/dist/esm/components/DatePicker/index.js +2 -1
  125. package/dist/esm/components/Dropdown/Dropdown.js +61 -47
  126. package/dist/esm/components/Dropdown/Dropdown.styles.js +48 -7
  127. package/dist/esm/components/Dropdown/index.js +0 -1
  128. package/dist/esm/components/DropdownMenu/DropdownMenu.js +64 -45
  129. package/dist/esm/components/DropdownMenu/DropdownMenu.styles.js +9 -43
  130. package/dist/esm/components/File/File.js +44 -18
  131. package/dist/esm/components/File/File.styles.js +44 -3
  132. package/dist/esm/components/Filters/Filters.js +237 -86
  133. package/dist/esm/components/Filters/Filters.styles.js +83 -15
  134. package/dist/esm/components/Form/Form.js +24 -30
  135. package/dist/esm/components/Form/Form.styles.js +20 -0
  136. package/dist/esm/components/Header/Header.js +42 -0
  137. package/dist/esm/components/Header/Header.styles.js +27 -0
  138. package/dist/esm/components/Header/index.js +1 -0
  139. package/dist/esm/components/HelperText/HelperText.js +11 -0
  140. package/dist/esm/components/HelperText/HelperText.styles.js +14 -0
  141. package/dist/esm/components/HelperText/index.js +1 -0
  142. package/dist/esm/components/Icon/Icon.js +37 -0
  143. package/dist/esm/components/Icon/Icon.styles.js +57 -0
  144. package/dist/esm/components/{Icons → Icon}/IconsPath.js +3 -0
  145. package/dist/esm/components/Icon/index.js +1 -0
  146. package/dist/esm/components/Input/Input.js +44 -70
  147. package/dist/esm/components/Input/Input.styles.js +37 -88
  148. package/dist/esm/components/Input/index.js +1 -2
  149. package/dist/esm/components/Label/Label.js +17 -0
  150. package/dist/esm/components/Label/Label.styles.js +32 -0
  151. package/dist/esm/components/Label/index.js +1 -0
  152. package/dist/esm/components/List/List.js +104 -101
  153. package/dist/esm/components/List/iLst.styles.js +62 -0
  154. package/dist/esm/components/Loader/Loader.js +13 -10
  155. package/dist/esm/components/Loader/Loader.styles.js +12 -51
  156. package/dist/esm/components/Modal/Modal.js +30 -12
  157. package/dist/esm/components/Modal/Modal.styles.js +48 -20
  158. package/dist/esm/components/Modal/index.js +1 -1
  159. package/dist/esm/components/Numerical/Numerical.js +101 -0
  160. package/dist/esm/components/Numerical/index.js +1 -0
  161. package/dist/esm/components/OptionsPanel/OptionsPanel.js +42 -0
  162. package/dist/esm/components/OptionsPanel/OptionsPanel.styles.js +69 -0
  163. package/dist/esm/components/OptionsPanel/index.js +1 -0
  164. package/dist/esm/components/Pagination/Pagination.js +39 -29
  165. package/dist/esm/components/Pagination/Pagination.styles.js +44 -18
  166. package/dist/esm/components/SearchInput/SearchInput.js +46 -0
  167. package/dist/esm/components/SearchInput/SearchInput.styles.js +44 -0
  168. package/dist/esm/components/SearchInput/index.js +1 -0
  169. package/dist/esm/components/Section/Section.js +16 -9
  170. package/dist/esm/components/Section/Section.styles.js +12 -11
  171. package/dist/esm/components/Section/index.js +1 -0
  172. package/dist/esm/components/Selector/Selector.js +22 -19
  173. package/dist/esm/components/Selector/Selector.styles.js +27 -55
  174. package/dist/esm/components/Sidepanel/Sidepanel.js +31 -17
  175. package/dist/esm/components/Sidepanel/Sidepanel.styles.js +51 -10
  176. package/dist/esm/components/Sort/Sort.js +20 -17
  177. package/dist/esm/components/Sort/Sort.styles.js +4 -18
  178. package/dist/esm/components/Table/Cell.js +24 -14
  179. package/dist/esm/components/Table/HeaderCell.js +15 -8
  180. package/dist/esm/components/Table/Table.js +47 -38
  181. package/dist/esm/components/Table/Table.styles.js +142 -42
  182. package/dist/esm/components/Table/index.js +2 -0
  183. package/dist/esm/components/Tag/Tag.js +17 -0
  184. package/dist/esm/components/Tag/Tag.styles.js +17 -0
  185. package/dist/esm/components/Tag/index.js +1 -0
  186. package/dist/esm/components/Tile/Tile.js +16 -7
  187. package/dist/esm/components/Tile/Tile.styles.js +14 -17
  188. package/dist/esm/components/Toggle/Toggle.js +22 -0
  189. package/dist/esm/components/Toggle/Toggle.styles.js +43 -0
  190. package/dist/esm/components/Toggle/index.js +1 -0
  191. package/dist/esm/components/Typography/Typography.js +109 -0
  192. package/dist/esm/components/Typography/index.js +1 -1
  193. package/dist/esm/config/componentTheme.js +24 -0
  194. package/dist/esm/config/config.js +1446 -0
  195. package/dist/esm/config/index.js +4 -0
  196. package/dist/esm/config/themes.js +61 -0
  197. package/dist/esm/config/wordbook.js +71 -0
  198. package/dist/esm/example/Colors.js +57 -8
  199. package/dist/esm/example/ExampleComponent.js +5 -6
  200. package/dist/esm/example/Icons.js +56 -0
  201. package/dist/esm/example/TypographyExample.js +27 -14
  202. package/dist/esm/index.js +12 -8
  203. package/dist/types/components/ActionPanel/ActionPanel.d.ts +18 -0
  204. package/dist/types/components/ActionPanel/ActionPanel.styles.d.ts +37 -0
  205. package/dist/types/components/ActionPanel/index.d.ts +1 -0
  206. package/dist/types/components/Aligment/Aligment.styles.d.ts +1 -1
  207. package/dist/types/components/Button/Button.d.ts +11 -9
  208. package/dist/types/components/Button/Button.styles.d.ts +10 -13
  209. package/dist/types/components/Button/index.d.ts +1 -1
  210. package/dist/types/components/ButtonsFooter/ButtonsFooter.d.ts +13 -11
  211. package/dist/types/components/ButtonsFooter/ButtonsFooter.styles.d.ts +13 -0
  212. package/dist/types/components/ButtonsFooter/index.d.ts +1 -1
  213. package/dist/types/components/Card/Card.d.ts +8 -8
  214. package/dist/types/components/Card/Card.styles.d.ts +7 -4
  215. package/dist/types/components/Card/index.d.ts +1 -1
  216. package/dist/types/components/Checkbox/Checkbox.d.ts +17 -10
  217. package/dist/types/components/Checkbox/Checkbox.styles.d.ts +12 -8
  218. package/dist/types/components/ComponentRoot/ComponentRoot.d.ts +29 -0
  219. package/dist/types/components/ComponentRoot/ComponentRoot.styles.d.ts +15 -0
  220. package/dist/types/components/ComponentRoot/index.d.ts +2 -0
  221. package/dist/types/components/DatePicker/Calendar.d.ts +11 -15
  222. package/dist/types/components/DatePicker/CalendarContent.d.ts +7 -7
  223. package/dist/types/components/DatePicker/CalendarHeader.d.ts +7 -7
  224. package/dist/types/components/DatePicker/DatePicker.d.ts +25 -15
  225. package/dist/types/components/DatePicker/DatePicker.styles.d.ts +57 -0
  226. package/dist/types/components/DatePicker/index.d.ts +2 -1
  227. package/dist/types/components/Dropdown/Dropdown.d.ts +31 -12
  228. package/dist/types/components/Dropdown/Dropdown.styles.d.ts +21 -1
  229. package/dist/types/components/Dropdown/index.d.ts +0 -1
  230. package/dist/types/components/DropdownMenu/DropdownMenu.d.ts +7 -11
  231. package/dist/types/components/DropdownMenu/DropdownMenu.styles.d.ts +5 -15
  232. package/dist/types/components/File/File.d.ts +20 -3
  233. package/dist/types/components/File/File.styles.d.ts +18 -1
  234. package/dist/types/components/Filters/Filters.d.ts +8 -6
  235. package/dist/types/components/Filters/Filters.styles.d.ts +46 -5
  236. package/dist/types/components/Form/Form.d.ts +7 -5
  237. package/dist/types/components/Form/Form.styles.d.ts +14 -0
  238. package/dist/types/components/{ElementHeader/ElementHeader.d.ts → Header/Header.d.ts} +10 -11
  239. package/dist/types/components/Header/Header.styles.d.ts +13 -0
  240. package/dist/types/components/Header/index.d.ts +1 -0
  241. package/dist/types/components/HelperText/HelperText.d.ts +12 -0
  242. package/dist/types/components/HelperText/HelperText.styles.d.ts +10 -0
  243. package/dist/types/components/HelperText/index.d.ts +1 -0
  244. package/dist/types/components/Icon/Icon.d.ts +20 -0
  245. package/dist/types/components/Icon/Icon.styles.d.ts +18 -0
  246. package/dist/types/components/{Icons → Icon}/IconsPath.d.ts +3 -0
  247. package/dist/types/components/Icon/index.d.ts +1 -0
  248. package/dist/types/components/Input/Input.d.ts +28 -9
  249. package/dist/types/components/Input/Input.styles.d.ts +11 -31
  250. package/dist/types/components/Input/index.d.ts +1 -2
  251. package/dist/types/components/Label/Label.d.ts +16 -0
  252. package/dist/types/components/Label/Label.styles.d.ts +18 -0
  253. package/dist/types/components/Label/index.d.ts +1 -0
  254. package/dist/types/components/List/List.d.ts +17 -14
  255. package/dist/types/components/List/iLst.styles.d.ts +29 -0
  256. package/dist/types/components/Loader/Loader.d.ts +5 -3
  257. package/dist/types/components/Loader/Loader.styles.d.ts +6 -11
  258. package/dist/types/components/Modal/Modal.d.ts +11 -6
  259. package/dist/types/components/Modal/Modal.styles.d.ts +15 -5
  260. package/dist/types/components/Modal/index.d.ts +1 -1
  261. package/dist/types/components/Numerical/Numerical.d.ts +39 -0
  262. package/dist/types/components/Numerical/index.d.ts +1 -0
  263. package/dist/types/components/OptionsPanel/OptionsPanel.d.ts +22 -0
  264. package/dist/types/components/OptionsPanel/OptionsPanel.styles.d.ts +37 -0
  265. package/dist/types/components/OptionsPanel/index.d.ts +1 -0
  266. package/dist/types/components/Pagination/Pagination.d.ts +6 -2
  267. package/dist/types/components/Pagination/Pagination.styles.d.ts +20 -2
  268. package/dist/types/components/SearchInput/SearchInput.d.ts +11 -0
  269. package/dist/types/components/SearchInput/SearchInput.styles.d.ts +13 -0
  270. package/dist/types/components/SearchInput/index.d.ts +1 -0
  271. package/dist/types/components/Section/Section.d.ts +7 -5
  272. package/dist/types/components/Section/Section.styles.d.ts +13 -8
  273. package/dist/types/components/Section/index.d.ts +1 -0
  274. package/dist/types/components/Selector/Selector.d.ts +18 -9
  275. package/dist/types/components/Selector/Selector.styles.d.ts +10 -13
  276. package/dist/types/components/Sidepanel/Sidepanel.d.ts +6 -3
  277. package/dist/types/components/Sidepanel/Sidepanel.styles.d.ts +14 -1
  278. package/dist/types/components/Sort/Sort.d.ts +3 -1
  279. package/dist/types/components/Sort/Sort.styles.d.ts +1 -2
  280. package/dist/types/components/Table/Cell.d.ts +7 -5
  281. package/dist/types/components/Table/HeaderCell.d.ts +5 -1
  282. package/dist/types/components/Table/Table.d.ts +21 -17
  283. package/dist/types/components/Table/Table.styles.d.ts +58 -12
  284. package/dist/types/components/Table/index.d.ts +2 -0
  285. package/dist/types/components/Tag/Tag.d.ts +13 -0
  286. package/dist/types/components/Tag/Tag.styles.d.ts +10 -0
  287. package/dist/types/components/Tag/index.d.ts +1 -0
  288. package/dist/types/components/Tile/Tile.d.ts +11 -8
  289. package/dist/types/components/Tile/Tile.styles.d.ts +13 -7
  290. package/dist/types/components/Toggle/Toggle.d.ts +25 -0
  291. package/dist/types/components/Toggle/Toggle.styles.d.ts +24 -0
  292. package/dist/types/components/Toggle/index.d.ts +1 -0
  293. package/dist/types/components/Typography/Typography.d.ts +26 -0
  294. package/dist/types/components/Typography/index.d.ts +1 -1
  295. package/dist/types/config/componentTheme.d.ts +10 -0
  296. package/dist/types/config/config.d.ts +4268 -0
  297. package/dist/types/config/index.d.ts +4 -0
  298. package/dist/types/config/themes.d.ts +64 -0
  299. package/dist/types/config/wordbook.d.ts +55 -0
  300. package/dist/types/example/ExampleComponent.d.ts +17 -17
  301. package/dist/types/example/Icons.d.ts +2 -0
  302. package/dist/types/index.d.ts +12 -8
  303. package/dist/types/types/commonTypes.d.ts +68 -0
  304. package/dist/types/types/types.d.ts +8 -3
  305. package/package.json +11 -19
  306. package/dist/cjs/Theme/Theme.js +0 -130
  307. package/dist/cjs/components/ButtonsFooter/ButtonsFooter.style.js +0 -10
  308. package/dist/cjs/components/Chips/Chips.js +0 -20
  309. package/dist/cjs/components/Chips/Chips.styles.js +0 -24
  310. package/dist/cjs/components/DatePicker/DatePiocker.styles.js +0 -139
  311. package/dist/cjs/components/Dropdown/DropdownElements.js +0 -37
  312. package/dist/cjs/components/ElementHeader/ElementHeader.js +0 -42
  313. package/dist/cjs/components/ElementHeader/ElementHeader.styles.js +0 -23
  314. package/dist/cjs/components/FillSelect/FillSelect.js +0 -122
  315. package/dist/cjs/components/FillSelect/FillSelect.styles.js +0 -13
  316. package/dist/cjs/components/Form/formHelper.js +0 -7
  317. package/dist/cjs/components/Form/formTypes.js +0 -2
  318. package/dist/cjs/components/Icons/Icon.js +0 -64
  319. package/dist/cjs/components/Icons/Icon.styles.js +0 -36
  320. package/dist/cjs/components/Icons/IconsShows.js +0 -18
  321. package/dist/cjs/components/Icons/index.js +0 -7
  322. package/dist/cjs/components/List/list.styles.js +0 -53
  323. package/dist/cjs/components/Toogle/Toogle.js +0 -22
  324. package/dist/cjs/components/Toogle/Toogle.styles.js +0 -42
  325. package/dist/cjs/components/Tooltip/Tooltip.js +0 -15
  326. package/dist/cjs/components/Tooltip/Tooltip.styles.js +0 -63
  327. package/dist/cjs/components/Typography/Typography.styles.js +0 -67
  328. package/dist/cjs/components/common/commonComponents.js +0 -55
  329. package/dist/cjs/components/common/index.js +0 -18
  330. package/dist/cjs/components/common/inputStyles.js +0 -280
  331. package/dist/cjs/docs/Overview.js +0 -91
  332. package/dist/esm/Theme/Theme.js +0 -127
  333. package/dist/esm/Theme/index.js +0 -1
  334. package/dist/esm/components/ButtonsFooter/ButtonsFooter.style.js +0 -4
  335. package/dist/esm/components/Chips/Chips.js +0 -13
  336. package/dist/esm/components/Chips/Chips.styles.js +0 -18
  337. package/dist/esm/components/Chips/index.js +0 -1
  338. package/dist/esm/components/DatePicker/DatePiocker.styles.js +0 -133
  339. package/dist/esm/components/Dropdown/DropdownElements.js +0 -31
  340. package/dist/esm/components/ElementHeader/ElementHeader.js +0 -35
  341. package/dist/esm/components/ElementHeader/ElementHeader.styles.js +0 -17
  342. package/dist/esm/components/ElementHeader/index.js +0 -1
  343. package/dist/esm/components/FillSelect/FillSelect.js +0 -95
  344. package/dist/esm/components/FillSelect/FillSelect.styles.js +0 -7
  345. package/dist/esm/components/FillSelect/index.js +0 -1
  346. package/dist/esm/components/Form/FormElements.js +0 -22
  347. package/dist/esm/components/Form/formHelper.js +0 -3
  348. package/dist/esm/components/Form/formTypes.js +0 -1
  349. package/dist/esm/components/Icons/Icon.js +0 -37
  350. package/dist/esm/components/Icons/Icon.styles.js +0 -30
  351. package/dist/esm/components/Icons/IconsShows.js +0 -11
  352. package/dist/esm/components/Icons/index.js +0 -2
  353. package/dist/esm/components/List/list.styles.js +0 -47
  354. package/dist/esm/components/Toogle/Toogle.js +0 -15
  355. package/dist/esm/components/Toogle/Toogle.styles.js +0 -36
  356. package/dist/esm/components/Toogle/index.js +0 -1
  357. package/dist/esm/components/Tooltip/Tooltip.js +0 -8
  358. package/dist/esm/components/Tooltip/Tooltip.styles.js +0 -37
  359. package/dist/esm/components/Tooltip/index.js +0 -1
  360. package/dist/esm/components/Typography/Typography.styles.js +0 -61
  361. package/dist/esm/components/common/commonComponents.js +0 -49
  362. package/dist/esm/components/common/index.js +0 -2
  363. package/dist/esm/components/common/inputStyles.js +0 -261
  364. package/dist/esm/docs/Overview.js +0 -64
  365. package/dist/types/Theme/Theme.d.ts +0 -116
  366. package/dist/types/Theme/index.d.ts +0 -1
  367. package/dist/types/components/ButtonsFooter/ButtonsFooter.style.d.ts +0 -1
  368. package/dist/types/components/Chips/Chips.d.ts +0 -8
  369. package/dist/types/components/Chips/Chips.styles.d.ts +0 -6
  370. package/dist/types/components/Chips/index.d.ts +0 -1
  371. package/dist/types/components/DatePicker/DatePiocker.styles.d.ts +0 -32
  372. package/dist/types/components/Dropdown/DropdownElements.d.ts +0 -10
  373. package/dist/types/components/ElementHeader/ElementHeader.styles.d.ts +0 -7
  374. package/dist/types/components/ElementHeader/index.d.ts +0 -1
  375. package/dist/types/components/FillSelect/FillSelect.d.ts +0 -11
  376. package/dist/types/components/FillSelect/FillSelect.styles.d.ts +0 -1
  377. package/dist/types/components/FillSelect/index.d.ts +0 -1
  378. package/dist/types/components/Form/FormElements.d.ts +0 -8
  379. package/dist/types/components/Form/formHelper.d.ts +0 -1
  380. package/dist/types/components/Form/formTypes.d.ts +0 -36
  381. package/dist/types/components/Icons/Icon.d.ts +0 -17
  382. package/dist/types/components/Icons/Icon.styles.d.ts +0 -14
  383. package/dist/types/components/Icons/IconsShows.d.ts +0 -2
  384. package/dist/types/components/Icons/index.d.ts +0 -2
  385. package/dist/types/components/List/list.styles.d.ts +0 -19
  386. package/dist/types/components/Toogle/Toogle.d.ts +0 -15
  387. package/dist/types/components/Toogle/Toogle.styles.d.ts +0 -16
  388. package/dist/types/components/Toogle/index.d.ts +0 -1
  389. package/dist/types/components/Tooltip/Tooltip.d.ts +0 -11
  390. package/dist/types/components/Tooltip/Tooltip.styles.d.ts +0 -13
  391. package/dist/types/components/Tooltip/index.d.ts +0 -1
  392. package/dist/types/components/Typography/Typography.styles.d.ts +0 -19
  393. package/dist/types/components/common/commonComponents.d.ts +0 -19
  394. package/dist/types/components/common/index.d.ts +0 -2
  395. package/dist/types/components/common/inputStyles.d.ts +0 -146
  396. package/dist/types/docs/Overview.d.ts +0 -9
@@ -0,0 +1,4268 @@
1
+ import { type AppTheme, type ThemeName } from './themes';
2
+ export declare const createTheme: (theme?: ThemeName | AppTheme) => {
3
+ text: {
4
+ primary: "#111827";
5
+ secondary: "#4B5563";
6
+ tertiary: "#6B7280";
7
+ placeholder: "#9CA3AF";
8
+ disabled: "#9CA3AF";
9
+ inverse: "#FFFFFF";
10
+ link: "#2F78B0";
11
+ error: "#DC2626";
12
+ success: "#059669";
13
+ };
14
+ surface: {
15
+ page: "#F9FAFB";
16
+ default: "#FFFFFF";
17
+ subtle: "#F9FAFB";
18
+ tertiary: "#F3F4F6";
19
+ selected: "#F2F8FD";
20
+ disabled: "#F3F4F6";
21
+ danger: "#EF4444";
22
+ hover: "#F2F8FD";
23
+ };
24
+ border: {
25
+ default: "#E5E7EB";
26
+ strong: "#D1D5DB";
27
+ hover: "#D1D5DB";
28
+ focus: "#3B90CB";
29
+ disabled: "#E5E7EB";
30
+ error: "#FCA5A5";
31
+ success: "#059669";
32
+ };
33
+ action: {
34
+ primary: {
35
+ default: "#3B90CB";
36
+ hover: "#2F78B0";
37
+ active: "#25608E";
38
+ subtitle: "#E4F1FA";
39
+ disabledText: "#6EB8DF";
40
+ selected: "#C7E3F5";
41
+ selectedHover: "#9FD0EC";
42
+ };
43
+ danger: {
44
+ default: "#EF4444";
45
+ hover: "#DC2626";
46
+ active: any;
47
+ disabledBackground: "#FEE2E2";
48
+ disabledText: "#FCA5A5";
49
+ };
50
+ success: {
51
+ default: "#10B981";
52
+ hover: "#059669";
53
+ active: any;
54
+ disabledBackground: "#D1FAE5";
55
+ disabledText: any;
56
+ };
57
+ warning: {
58
+ default: "#F59E0B";
59
+ hover: "#D97706";
60
+ active: any;
61
+ disabledBackground: "#FEF3C7";
62
+ disabledText: any;
63
+ };
64
+ secondary: {
65
+ active: "#F3F4F6";
66
+ disabledBackground: "#F9FAFB";
67
+ disabledBorder: "#E5E7EB";
68
+ };
69
+ };
70
+ feedback: {
71
+ error: {
72
+ bg: "#FEF2F2";
73
+ text: "#DC2626";
74
+ };
75
+ warning: {
76
+ bg: "#FFFBEB";
77
+ text: "#D97706";
78
+ };
79
+ success: {
80
+ bg: "#ECFDF5";
81
+ text: "#059669";
82
+ };
83
+ };
84
+ focus: {
85
+ ringPrimary: string;
86
+ };
87
+ shadow: {
88
+ toggleThumb: string;
89
+ inner: string;
90
+ card: string;
91
+ modal: string;
92
+ };
93
+ divider: {
94
+ default: string;
95
+ };
96
+ overlayer: {
97
+ default: string;
98
+ };
99
+ other: {
100
+ transparent: string;
101
+ };
102
+ };
103
+ export type ThemeConfig = ReturnType<typeof createTheme>;
104
+ export declare const measurements: {
105
+ readonly space: {
106
+ readonly none: 0;
107
+ readonly xxs: 2;
108
+ readonly xs: 4;
109
+ readonly xsm: 6;
110
+ readonly sxm: 7;
111
+ readonly sm: 8;
112
+ readonly md: 12;
113
+ readonly lg: 16;
114
+ readonly xl: 20;
115
+ readonly xl2: 24;
116
+ readonly xl3: 28;
117
+ readonly xl4: 32;
118
+ readonly xl5: 40;
119
+ readonly xl6: 48;
120
+ readonly xl7: 56;
121
+ readonly xl8: 64;
122
+ readonly xl9: 80;
123
+ readonly xl10: 96;
124
+ };
125
+ readonly font: {
126
+ readonly size: {
127
+ readonly xs2: 11;
128
+ readonly xs: 12;
129
+ readonly sm: 13;
130
+ readonly md: 14;
131
+ readonly lg: 16;
132
+ readonly xl: 18;
133
+ readonly xl2: 20;
134
+ readonly xl3: 24;
135
+ readonly xl4: 30;
136
+ readonly xl5: 36;
137
+ };
138
+ readonly lineHeight: {
139
+ readonly xs2: 14;
140
+ readonly xs: 16;
141
+ readonly sm: 18;
142
+ readonly md: 20;
143
+ readonly lg: 22;
144
+ readonly xl: 24;
145
+ readonly xl2: 28;
146
+ readonly xl3: 32;
147
+ readonly xl4: 38;
148
+ readonly xl5: 44;
149
+ };
150
+ readonly weight: {
151
+ readonly thin: 300;
152
+ readonly regular: 400;
153
+ readonly medium: 500;
154
+ readonly semibold: 600;
155
+ readonly bold: 700;
156
+ };
157
+ };
158
+ readonly size: {
159
+ readonly icon: {
160
+ readonly xs: 14;
161
+ readonly sm: 16;
162
+ readonly md: 18;
163
+ readonly lg: 20;
164
+ readonly xl: 24;
165
+ readonly xl2: 28;
166
+ readonly xl3: 32;
167
+ readonly xl4: 40;
168
+ };
169
+ readonly radius: {
170
+ readonly xs: 6;
171
+ readonly sm: 8;
172
+ readonly md: 10;
173
+ readonly lg: 12;
174
+ readonly xl: 16;
175
+ readonly full: 999;
176
+ };
177
+ readonly control: {
178
+ readonly sm: 32;
179
+ readonly md: 40;
180
+ readonly lg: 48;
181
+ };
182
+ readonly layout: {
183
+ readonly toggle: {
184
+ readonly sm: 18;
185
+ readonly md: 22;
186
+ readonly lg: 26;
187
+ };
188
+ readonly toggleThumb: {
189
+ readonly sm: 16;
190
+ readonly md: 20;
191
+ readonly lg: 24;
192
+ };
193
+ readonly toggleThumbPosition: {
194
+ readonly sm: 14;
195
+ readonly md: 18;
196
+ readonly lg: 22;
197
+ };
198
+ readonly buttonsFooter: {
199
+ readonly md: 72;
200
+ };
201
+ readonly checkboxRadius: {
202
+ readonly sm: 4;
203
+ readonly md: 5;
204
+ readonly lg: 6;
205
+ };
206
+ readonly checkboxIcon: {
207
+ readonly sm: 12;
208
+ readonly md: 14;
209
+ readonly lg: 16;
210
+ };
211
+ readonly tile: {
212
+ readonly sm: "500px";
213
+ readonly md: "750px";
214
+ readonly lg: "100%";
215
+ };
216
+ readonly calendar: {
217
+ readonly md: 320;
218
+ };
219
+ readonly table: {
220
+ readonly sm: 80;
221
+ readonly md: 120;
222
+ readonly lg: 240;
223
+ };
224
+ };
225
+ };
226
+ readonly zIndex: {
227
+ readonly dropdown: 800;
228
+ readonly modal: 1000;
229
+ readonly sidepanel: 900;
230
+ readonly sidepanelOverlayer: 850;
231
+ };
232
+ };
233
+ export declare const createTypography: () => {
234
+ font: {
235
+ body: string;
236
+ bodyLarge: string;
237
+ caption: string;
238
+ label: string;
239
+ h1: string;
240
+ h2: string;
241
+ h3: string;
242
+ h4: string;
243
+ h5: string;
244
+ h6: string;
245
+ };
246
+ };
247
+ export declare const typography: {
248
+ font: {
249
+ body: string;
250
+ bodyLarge: string;
251
+ caption: string;
252
+ label: string;
253
+ h1: string;
254
+ h2: string;
255
+ h3: string;
256
+ h4: string;
257
+ h5: string;
258
+ h6: string;
259
+ };
260
+ };
261
+ export declare const createComponentsConfig: (theme?: ThemeName | AppTheme) => {
262
+ icon: {
263
+ size: {
264
+ xs: {
265
+ svg: 14;
266
+ wrapper: 20;
267
+ padding: 4;
268
+ };
269
+ sm: {
270
+ svg: 16;
271
+ wrapper: 24;
272
+ padding: 6;
273
+ };
274
+ md: {
275
+ svg: 18;
276
+ wrapper: 28;
277
+ padding: 7;
278
+ };
279
+ lg: {
280
+ svg: 20;
281
+ wrapper: 32;
282
+ padding: 8;
283
+ };
284
+ xl: {
285
+ svg: 24;
286
+ wrapper: 40;
287
+ padding: 8;
288
+ };
289
+ xl2: {
290
+ svg: 28;
291
+ wrapper: 48;
292
+ padding: 12;
293
+ };
294
+ xl3: {
295
+ svg: 32;
296
+ wrapper: 56;
297
+ padding: 12;
298
+ };
299
+ xl4: {
300
+ svg: 40;
301
+ wrapper: 64;
302
+ padding: 12;
303
+ };
304
+ };
305
+ color: {
306
+ default: "#6B7280";
307
+ hover: "#4B5563";
308
+ active: "#3B90CB";
309
+ hoverActive: "#2F78B0";
310
+ disabled: "#9CA3AF";
311
+ error: "#DC2626";
312
+ };
313
+ background: {
314
+ default: string;
315
+ hover: "#F2F8FD";
316
+ active: "#E4F1FA";
317
+ hoverActive: "#E4F1FA";
318
+ disabled: string;
319
+ error: string;
320
+ };
321
+ radius: {
322
+ default: 8;
323
+ pill: 999;
324
+ };
325
+ };
326
+ input: {
327
+ size: {
328
+ sm: {
329
+ height: 32;
330
+ fontSize: 13;
331
+ lineHeight: 18;
332
+ paddingX: 8;
333
+ radius: 8;
334
+ iconSize: string;
335
+ };
336
+ md: {
337
+ height: 40;
338
+ fontSize: 14;
339
+ lineHeight: 20;
340
+ paddingX: 12;
341
+ radius: 10;
342
+ iconSize: string;
343
+ };
344
+ lg: {
345
+ height: 48;
346
+ fontSize: 16;
347
+ lineHeight: 22;
348
+ paddingX: 16;
349
+ radius: 12;
350
+ iconSize: string;
351
+ };
352
+ };
353
+ color: {
354
+ default: {
355
+ background: "#FFFFFF";
356
+ border: "#E5E7EB";
357
+ text: "#111827";
358
+ sufix: "#4B5563";
359
+ sufixBackground: "#F9FAFB";
360
+ placeholder: "#9CA3AF";
361
+ };
362
+ hover: {
363
+ border: "#D1D5DB";
364
+ };
365
+ focus: {
366
+ border: "#3B90CB";
367
+ shadow: string;
368
+ };
369
+ error: {
370
+ border: "#FCA5A5";
371
+ helper: "#DC2626";
372
+ };
373
+ disabled: {
374
+ background: "#F3F4F6";
375
+ text: "#9CA3AF";
376
+ cursor: string;
377
+ };
378
+ readonly: {
379
+ bg: "#FFFFFF";
380
+ text: "#4B5563";
381
+ };
382
+ };
383
+ };
384
+ helperText: {
385
+ size: {
386
+ fontSize: 12;
387
+ lineHeight: 16;
388
+ };
389
+ color: {
390
+ default: {
391
+ text: "#6B7280";
392
+ };
393
+ error: {
394
+ text: "#DC2626";
395
+ };
396
+ disabled: {
397
+ text: "#9CA3AF";
398
+ };
399
+ success: {
400
+ text: "#059669";
401
+ };
402
+ };
403
+ };
404
+ label: {
405
+ size: {
406
+ sm: {
407
+ height: 32;
408
+ fontSize: 13;
409
+ lineHeight: 18;
410
+ smallHeight: 18;
411
+ };
412
+ md: {
413
+ height: 40;
414
+ fontSize: 14;
415
+ lineHeight: 20;
416
+ smallHeight: 22;
417
+ };
418
+ lg: {
419
+ height: 48;
420
+ fontSize: 16;
421
+ lineHeight: 22;
422
+ smallHeight: 26;
423
+ };
424
+ top: {
425
+ fontSize: 13;
426
+ lineHeight: 18;
427
+ height: 18;
428
+ smallHeight: 18;
429
+ };
430
+ };
431
+ color: {
432
+ top: {
433
+ text: "#4B5563";
434
+ };
435
+ left: {
436
+ text: "#111827";
437
+ };
438
+ required: {
439
+ text: "#DC2626";
440
+ };
441
+ };
442
+ };
443
+ dropdown: {
444
+ size: {
445
+ sm: {
446
+ height: 32;
447
+ paddingX: 8;
448
+ borderRadius: 8;
449
+ fontSize: 13;
450
+ lineHeight: 18;
451
+ iconSize: string;
452
+ };
453
+ md: {
454
+ height: 40;
455
+ fontSize: 14;
456
+ lineHeight: 20;
457
+ paddingX: 12;
458
+ radius: 10;
459
+ iconSize: string;
460
+ };
461
+ lg: {
462
+ height: 48;
463
+ fontSize: 16;
464
+ lineHeight: 22;
465
+ paddingX: 16;
466
+ radius: 12;
467
+ iconSize: string;
468
+ };
469
+ };
470
+ color: {
471
+ default: {
472
+ background: "#FFFFFF";
473
+ border: "#E5E7EB";
474
+ text: "#111827";
475
+ sufix: "#4B5563";
476
+ sufixBackground: "#F9FAFB";
477
+ placeholder: "#9CA3AF";
478
+ };
479
+ hover: {
480
+ border: "#D1D5DB";
481
+ };
482
+ focus: {
483
+ border: "#3B90CB";
484
+ shadow: string;
485
+ };
486
+ error: {
487
+ border: "#FCA5A5";
488
+ helper: "#DC2626";
489
+ };
490
+ disabled: {
491
+ bg: "#F3F4F6";
492
+ text: "#9CA3AF";
493
+ cursor: string;
494
+ };
495
+ readonly: {
496
+ bg: "#FFFFFF";
497
+ text: "#4B5563";
498
+ };
499
+ };
500
+ menu: {
501
+ size: {
502
+ padding: 8;
503
+ borderRadius: 12;
504
+ zIndex: 800;
505
+ };
506
+ color: {
507
+ background: "#FFFFFF";
508
+ border: "#E5E7EB";
509
+ };
510
+ };
511
+ };
512
+ panel: {
513
+ item: {
514
+ size: {
515
+ sm: {
516
+ height: 32;
517
+ fontSize: 13;
518
+ lineHeight: 18;
519
+ radius: 8;
520
+ paddingX: 8;
521
+ iconSize: string;
522
+ };
523
+ md: {
524
+ height: 32;
525
+ fontSize: 14;
526
+ lineHeight: 20;
527
+ radius: 10;
528
+ paddingX: 16;
529
+ iconSize: string;
530
+ };
531
+ lg: {
532
+ height: 40;
533
+ fontSize: 14;
534
+ lineHeight: 20;
535
+ radius: 10;
536
+ paddingX: 16;
537
+ iconSize: string;
538
+ };
539
+ };
540
+ color: {
541
+ default: {
542
+ itmeBackground: string;
543
+ text: "#111827";
544
+ };
545
+ hover: {
546
+ background: "#F2F8FD";
547
+ };
548
+ selected: {
549
+ iconColor: "#3B90CB";
550
+ };
551
+ disabled: {
552
+ text: "#9CA3AF";
553
+ background: "#F3F4F6";
554
+ };
555
+ };
556
+ };
557
+ panel: {
558
+ color: {
559
+ default: "#FFFFFF";
560
+ divider: "#E5E7EB";
561
+ placeholder: "#9CA3AF";
562
+ };
563
+ };
564
+ };
565
+ searchInput: {
566
+ size: {
567
+ height: 32;
568
+ fontSize: 13;
569
+ lineHeight: 18;
570
+ paddingX: 8;
571
+ radius: 8;
572
+ };
573
+ color: {
574
+ default: {
575
+ background: "#FFFFFF";
576
+ border: "#E5E7EB";
577
+ text: "#111827";
578
+ placeholder: "#9CA3AF";
579
+ };
580
+ hover: {
581
+ border: "#D1D5DB";
582
+ };
583
+ focus: {
584
+ border: "#3B90CB";
585
+ shadow: string;
586
+ };
587
+ };
588
+ };
589
+ button: {
590
+ sizes: {
591
+ sm: {
592
+ height: 32;
593
+ paddingX: 12;
594
+ fontSize: 13;
595
+ lineHeight: 18;
596
+ radius: 8;
597
+ iconSize: string;
598
+ minWidth: 64;
599
+ };
600
+ md: {
601
+ height: 40;
602
+ paddingX: 16;
603
+ fontSize: 14;
604
+ lineHeight: 20;
605
+ radius: 10;
606
+ iconSize: string;
607
+ minWidth: 80;
608
+ };
609
+ lg: {
610
+ height: 48;
611
+ paddingX: 20;
612
+ fontSize: 16;
613
+ lineHeight: 22;
614
+ radius: 12;
615
+ iconSize: string;
616
+ minWidth: 96;
617
+ };
618
+ };
619
+ variants: {
620
+ primary: {
621
+ background: "#3B90CB";
622
+ backgroundHover: "#2F78B0";
623
+ backgroundActive: "#25608E";
624
+ text: "#FFFFFF";
625
+ disabledBackground: "#E4F1FA";
626
+ disabledText: "#6EB8DF";
627
+ disabledBorder: string;
628
+ };
629
+ secondary: {
630
+ background: "#FFFFFF";
631
+ backgroundHover: "#F2F8FD";
632
+ backgroundActive: "#F3F4F6";
633
+ border: "#E5E7EB";
634
+ borderHover: "#D1D5DB";
635
+ text: "#111827";
636
+ disabledBackground: "#F9FAFB";
637
+ disabledBorder: "#E5E7EB";
638
+ disabledText: "#9CA3AF";
639
+ };
640
+ ghost: {
641
+ background: string;
642
+ backgroundHover: "#F2F8FD";
643
+ backgroundActive: "#F3F4F6";
644
+ text: "#3B90CB";
645
+ textHover: "#2F78B0";
646
+ disabledBackground: string;
647
+ disabledText: "#9CA3AF";
648
+ };
649
+ danger: {
650
+ background: "#EF4444";
651
+ backgroundHover: "#DC2626";
652
+ backgroundActive: any;
653
+ text: "#FFFFFF";
654
+ disabledBackground: "#FEE2E2";
655
+ disabledText: "#FCA5A5";
656
+ disabledBorder: string;
657
+ };
658
+ };
659
+ };
660
+ toggle: {
661
+ size: {
662
+ sm: {
663
+ width: 32;
664
+ height: 18;
665
+ radius: 18;
666
+ sizeThumb: 16;
667
+ activePosition: 14;
668
+ };
669
+ md: {
670
+ width: 40;
671
+ height: 22;
672
+ radius: 22;
673
+ sizeThumb: 20;
674
+ activePosition: 18;
675
+ };
676
+ lg: {
677
+ width: 48;
678
+ height: 26;
679
+ radius: 26;
680
+ sizeThumb: 24;
681
+ activePosition: 22;
682
+ };
683
+ };
684
+ color: {
685
+ default: {
686
+ background: "#F9FAFB";
687
+ border: string;
688
+ thumbBackground: "#FFFFFF";
689
+ thumbBorder: "#D1D5DB";
690
+ };
691
+ hover: {
692
+ border: string;
693
+ };
694
+ focus: {
695
+ background: "#3B90CB";
696
+ thumbBackground: "#FFFFFF";
697
+ thumbBorder: string;
698
+ };
699
+ disabled: {
700
+ background: "#F3F4F6";
701
+ backgroundActive: "#E4F1FA";
702
+ border: string;
703
+ thumbBorder: "#E5E7EB";
704
+ };
705
+ error: {
706
+ border: string;
707
+ helper: "#DC2626";
708
+ };
709
+ };
710
+ shadow: {
711
+ track: string;
712
+ thumb: string;
713
+ };
714
+ };
715
+ buttonsFooter: {
716
+ layout: {
717
+ minHeight: 72;
718
+ paddingX: 24;
719
+ paddingY: 16;
720
+ };
721
+ gap: {
722
+ actions: 12;
723
+ groups: 24;
724
+ };
725
+ color: {
726
+ topBorder: string;
727
+ background: "#FFFFFF";
728
+ };
729
+ };
730
+ checkbox: {
731
+ size: {
732
+ sm: {
733
+ width: 18;
734
+ height: 18;
735
+ radius: 4;
736
+ iconSize: 12;
737
+ };
738
+ md: {
739
+ width: 22;
740
+ height: 22;
741
+ radius: 5;
742
+ iconSize: 14;
743
+ };
744
+ lg: {
745
+ width: 26;
746
+ height: 26;
747
+ radius: 6;
748
+ iconSize: 16;
749
+ };
750
+ };
751
+ color: {
752
+ default: {
753
+ background: string;
754
+ border: string;
755
+ boxBorder: "#E5E7EB";
756
+ boxBackground: "#FFFFFF";
757
+ icon: string;
758
+ };
759
+ hover: {
760
+ border: string;
761
+ boxBorder: "#D1D5DB";
762
+ };
763
+ focus: {
764
+ border: string;
765
+ boxBorder: "#3B90CB";
766
+ boxBackground: "#3B90CB";
767
+ icon: "#FFFFFF";
768
+ };
769
+ intermedian: {
770
+ boxBorder: "#E4F1FA";
771
+ boxBackground: "#6EB8DF";
772
+ icon: "#25608E";
773
+ };
774
+ error: {
775
+ border: string;
776
+ helper: "#DC2626";
777
+ };
778
+ disabled: {
779
+ background: string;
780
+ cursor: string;
781
+ boxBorder: "#E5E7EB";
782
+ boxBackground: "#F3F4F6";
783
+ icon: "#9CA3AF";
784
+ };
785
+ readonly: {
786
+ bg: string;
787
+ };
788
+ };
789
+ };
790
+ list: {
791
+ size: {
792
+ rowHeight: 40;
793
+ iconSpace: 32;
794
+ paddingX: 8;
795
+ gap: 8;
796
+ indent: 24;
797
+ borderRadius: 8;
798
+ font: 14;
799
+ lineHeight: 20;
800
+ };
801
+ color: {
802
+ default: {
803
+ background: "#FFFFFF";
804
+ text: "#111827";
805
+ };
806
+ hover: {
807
+ background: "#F2F8FD";
808
+ };
809
+ selected: {
810
+ background: "#C7E3F5";
811
+ hoverBackground: "#9FD0EC";
812
+ };
813
+ status: {
814
+ success: "#DC2626";
815
+ error: "#DC2626";
816
+ warning: "#D97706";
817
+ };
818
+ };
819
+ };
820
+ dropdownMenu: {
821
+ size: {
822
+ font: 14;
823
+ lineHeight: 20;
824
+ };
825
+ color: {
826
+ default: {
827
+ text: "#111827";
828
+ };
829
+ hover: {
830
+ background: "#4B5563";
831
+ };
832
+ active: {
833
+ background: {
834
+ primary: {
835
+ default: "#3B90CB";
836
+ hover: "#2F78B0";
837
+ active: "#25608E";
838
+ subtitle: "#E4F1FA";
839
+ disabledText: "#6EB8DF";
840
+ selected: "#C7E3F5";
841
+ selectedHover: "#9FD0EC";
842
+ };
843
+ danger: {
844
+ default: "#EF4444";
845
+ hover: "#DC2626";
846
+ active: any;
847
+ disabledBackground: "#FEE2E2";
848
+ disabledText: "#FCA5A5";
849
+ };
850
+ success: {
851
+ default: "#10B981";
852
+ hover: "#059669";
853
+ active: any;
854
+ disabledBackground: "#D1FAE5";
855
+ disabledText: any;
856
+ };
857
+ warning: {
858
+ default: "#F59E0B";
859
+ hover: "#D97706";
860
+ active: any;
861
+ disabledBackground: "#FEF3C7";
862
+ disabledText: any;
863
+ };
864
+ secondary: {
865
+ active: "#F3F4F6";
866
+ disabledBackground: "#F9FAFB";
867
+ disabledBorder: "#E5E7EB";
868
+ };
869
+ };
870
+ };
871
+ };
872
+ menu: {
873
+ size: {
874
+ padding: 8;
875
+ borderRadius: 12;
876
+ zIndex: 800;
877
+ };
878
+ color: {
879
+ background: "#FFFFFF";
880
+ border: "#E5E7EB";
881
+ };
882
+ };
883
+ };
884
+ tag: {
885
+ size: {
886
+ sm: {
887
+ height: 24;
888
+ fontSize: 12;
889
+ lineHeight: 16;
890
+ paddingX: 12;
891
+ radius: 999;
892
+ gap: 4;
893
+ iconSize: string;
894
+ };
895
+ md: {
896
+ height: 28;
897
+ fontSize: 14;
898
+ lineHeight: 20;
899
+ paddingX: 12;
900
+ radius: 999;
901
+ gap: 8;
902
+ iconSize: string;
903
+ };
904
+ lg: {
905
+ height: 32;
906
+ fontSize: 16;
907
+ lineHeight: 22;
908
+ paddingX: 12;
909
+ radius: 999;
910
+ gap: 8;
911
+ iconSize: string;
912
+ };
913
+ };
914
+ color: {
915
+ default: {
916
+ background: "#3B90CB";
917
+ hover: "#2F78B0";
918
+ text: "#FFFFFF";
919
+ };
920
+ success: {
921
+ background: "#10B981";
922
+ hover: "#059669";
923
+ text: "#FFFFFF";
924
+ };
925
+ warning: {
926
+ background: "#F59E0B";
927
+ hover: "#D97706";
928
+ text: "#FFFFFF";
929
+ };
930
+ error: {
931
+ background: "#EF4444";
932
+ hover: "#DC2626";
933
+ text: "#FFFFFF";
934
+ };
935
+ };
936
+ };
937
+ header: {
938
+ size: {
939
+ height: 56;
940
+ paddingX: 16;
941
+ gap: 8;
942
+ iconSize: string;
943
+ fontSize: 20;
944
+ lineHeight: 28;
945
+ };
946
+ color: {
947
+ bottomBorder: string;
948
+ background: "#FFFFFF";
949
+ };
950
+ };
951
+ card: {
952
+ size: {
953
+ borderRadius: 8;
954
+ paddingX: 16;
955
+ paddingY: 16;
956
+ };
957
+ color: {
958
+ background: "#FFFFFF";
959
+ shadow: string;
960
+ };
961
+ };
962
+ tile: {
963
+ size: {
964
+ common: {
965
+ paddingX: 16;
966
+ paddingY: 16;
967
+ };
968
+ sm: {
969
+ width: "500px";
970
+ };
971
+ md: {
972
+ width: "750px";
973
+ };
974
+ lg: {
975
+ width: "100%";
976
+ };
977
+ };
978
+ color: {
979
+ background: "#FFFFFF";
980
+ shadow: string;
981
+ };
982
+ };
983
+ modal: {
984
+ size: {
985
+ common: {
986
+ borderRadius: 12;
987
+ paddingX: 16;
988
+ paddingY: 16;
989
+ overlayerPadding: 20;
990
+ zIndex: 1000;
991
+ };
992
+ sm: {
993
+ width: "500px";
994
+ };
995
+ md: {
996
+ width: "750px";
997
+ };
998
+ lg: {
999
+ width: "100%";
1000
+ };
1001
+ };
1002
+ color: {
1003
+ background: "#FFFFFF";
1004
+ shadow: string;
1005
+ overlayer: string;
1006
+ };
1007
+ };
1008
+ sidepanel: {
1009
+ size: {
1010
+ paddingX: 16;
1011
+ paddingY: 16;
1012
+ zIndex: 900;
1013
+ overlayerZIndex: 850;
1014
+ };
1015
+ color: {
1016
+ background: "#FFFFFF";
1017
+ shadow: string;
1018
+ overlayer: string;
1019
+ };
1020
+ };
1021
+ file: {
1022
+ size: {
1023
+ sm: {
1024
+ height: 32;
1025
+ fontSize: 13;
1026
+ lineHeight: 18;
1027
+ paddingX: 8;
1028
+ radius: 8;
1029
+ iconSize: string;
1030
+ gap: 8;
1031
+ };
1032
+ md: {
1033
+ height: 40;
1034
+ fontSize: 14;
1035
+ lineHeight: 20;
1036
+ paddingX: 12;
1037
+ radius: 10;
1038
+ gap: 8;
1039
+ iconSize: string;
1040
+ };
1041
+ lg: {
1042
+ height: 48;
1043
+ fontSize: 16;
1044
+ lineHeight: 22;
1045
+ paddingX: 16;
1046
+ radius: 12;
1047
+ gap: 8;
1048
+ iconSize: string;
1049
+ };
1050
+ };
1051
+ color: {
1052
+ default: {
1053
+ background: "#FFFFFF";
1054
+ fileBorder: "#E5E7EB";
1055
+ border: string;
1056
+ text: "#111827";
1057
+ sufix: "#4B5563";
1058
+ sufixBackground: "#F9FAFB";
1059
+ placeholder: "#9CA3AF";
1060
+ };
1061
+ hover: {
1062
+ fileBorder: "#D1D5DB";
1063
+ border: string;
1064
+ };
1065
+ focus: {
1066
+ fileBorder: "#3B90CB";
1067
+ border: string;
1068
+ shadow: string;
1069
+ };
1070
+ error: {
1071
+ fileBorder: "#FCA5A5";
1072
+ border: string;
1073
+ helper: "#DC2626";
1074
+ };
1075
+ disabled: {
1076
+ background: "#F3F4F6";
1077
+ text: "#9CA3AF";
1078
+ cursor: string;
1079
+ };
1080
+ readonly: {
1081
+ bg: "#FFFFFF";
1082
+ text: "#4B5563";
1083
+ };
1084
+ };
1085
+ };
1086
+ selector: {
1087
+ size: {
1088
+ sm: {
1089
+ height: 32;
1090
+ fontSize: 13;
1091
+ lineHeight: 18;
1092
+ paddingX: 8;
1093
+ radius: 8;
1094
+ iconSize: string;
1095
+ };
1096
+ md: {
1097
+ height: 40;
1098
+ fontSize: 14;
1099
+ lineHeight: 20;
1100
+ paddingX: 12;
1101
+ radius: 10;
1102
+ iconSize: string;
1103
+ };
1104
+ lg: {
1105
+ height: 48;
1106
+ fontSize: 16;
1107
+ lineHeight: 22;
1108
+ paddingX: 16;
1109
+ radius: 12;
1110
+ iconSize: string;
1111
+ };
1112
+ };
1113
+ color: {
1114
+ default: {
1115
+ background: string;
1116
+ fileBorder: "#E5E7EB";
1117
+ border: string;
1118
+ text: "#3B90CB";
1119
+ sufix: "#4B5563";
1120
+ sufixBackground: "#F9FAFB";
1121
+ placeholder: "#9CA3AF";
1122
+ pillBackground: "#C7E3F5";
1123
+ pillText: "#111827";
1124
+ };
1125
+ hover: {
1126
+ fileBorder: "#D1D5DB";
1127
+ border: string;
1128
+ text: "#2F78B0";
1129
+ };
1130
+ focus: {
1131
+ fileBorder: "#3B90CB";
1132
+ border: string;
1133
+ shadow: string;
1134
+ };
1135
+ error: {
1136
+ fileBorder: "#FCA5A5";
1137
+ border: string;
1138
+ helper: "#DC2626";
1139
+ };
1140
+ disabled: {
1141
+ background: "#F3F4F6";
1142
+ text: "#9CA3AF";
1143
+ cursor: string;
1144
+ };
1145
+ readonly: {
1146
+ bg: "#FFFFFF";
1147
+ text: "#4B5563";
1148
+ };
1149
+ };
1150
+ };
1151
+ datePicker: {
1152
+ size: {
1153
+ sm: {
1154
+ height: 32;
1155
+ paddingX: 8;
1156
+ borderRadius: 8;
1157
+ fontSize: 13;
1158
+ lineHeight: 18;
1159
+ iconSize: string;
1160
+ };
1161
+ md: {
1162
+ height: 40;
1163
+ fontSize: 14;
1164
+ lineHeight: 20;
1165
+ paddingX: 12;
1166
+ radius: 10;
1167
+ iconSize: string;
1168
+ };
1169
+ lg: {
1170
+ height: 48;
1171
+ fontSize: 16;
1172
+ lineHeight: 22;
1173
+ paddingX: 16;
1174
+ radius: 12;
1175
+ iconSize: string;
1176
+ };
1177
+ common: {
1178
+ iconGap: 8;
1179
+ zIndex: 1000;
1180
+ };
1181
+ };
1182
+ color: {
1183
+ default: {
1184
+ background: "#FFFFFF";
1185
+ border: "#E5E7EB";
1186
+ text: "#111827";
1187
+ sufix: "#4B5563";
1188
+ sufixBackground: "#F9FAFB";
1189
+ placeholder: "#9CA3AF";
1190
+ };
1191
+ hover: {
1192
+ border: "#D1D5DB";
1193
+ };
1194
+ focus: {
1195
+ border: "#3B90CB";
1196
+ shadow: string;
1197
+ };
1198
+ error: {
1199
+ border: "#FCA5A5";
1200
+ helper: "#DC2626";
1201
+ };
1202
+ disabled: {
1203
+ bg: "#F3F4F6";
1204
+ text: "#9CA3AF";
1205
+ cursor: string;
1206
+ };
1207
+ readonly: {
1208
+ bg: "#FFFFFF";
1209
+ text: "#4B5563";
1210
+ };
1211
+ };
1212
+ calendarCard: {
1213
+ size: {
1214
+ width: 320;
1215
+ zIndex: 1000;
1216
+ padding: 16;
1217
+ borderRadius: 6;
1218
+ overlayerZIndex: 850;
1219
+ headerPaddingX: 16;
1220
+ headerHeight: 40;
1221
+ fontSize: 16;
1222
+ lineHeight: 22;
1223
+ gap: 8;
1224
+ };
1225
+ color: {
1226
+ background: "#FFFFFF";
1227
+ shadow: string;
1228
+ border: "#E5E7EB";
1229
+ overlayer: string;
1230
+ text: "#111827";
1231
+ actionText: "#3B90CB";
1232
+ disabled: {
1233
+ text: "#9CA3AF";
1234
+ };
1235
+ hover: {
1236
+ text: "#2F78B0";
1237
+ };
1238
+ };
1239
+ };
1240
+ calendarContent: {
1241
+ size: {
1242
+ padding: 8;
1243
+ gap: 8;
1244
+ cellWidth: 32;
1245
+ cellHeight: 32;
1246
+ cellRadius: 6;
1247
+ weekdays: {
1248
+ fontSize: 12;
1249
+ lineHeight: 16;
1250
+ };
1251
+ day: {
1252
+ fontSize: 14;
1253
+ lineHeight: 20;
1254
+ };
1255
+ };
1256
+ color: {
1257
+ weekdays: {
1258
+ text: "#4B5563";
1259
+ };
1260
+ day: {
1261
+ text: "#111827";
1262
+ hover: "#F2F8FD";
1263
+ selectedHover: "#2F78B0";
1264
+ selected: "#3B90CB";
1265
+ selectedText: "#FFFFFF";
1266
+ };
1267
+ };
1268
+ };
1269
+ };
1270
+ loader: {
1271
+ size: {
1272
+ sm: {
1273
+ size: 16;
1274
+ border: 2;
1275
+ };
1276
+ md: {
1277
+ size: 28;
1278
+ border: 2;
1279
+ };
1280
+ lg: {
1281
+ size: 48;
1282
+ border: 2;
1283
+ };
1284
+ };
1285
+ };
1286
+ section: {
1287
+ size: {
1288
+ paddingY: 16;
1289
+ paddingX: 16;
1290
+ header: {
1291
+ bottomMargin: 16;
1292
+ fontSize: 20;
1293
+ lineHeight: 28;
1294
+ };
1295
+ };
1296
+ color: {
1297
+ background: "#FFFFFF";
1298
+ header: {
1299
+ color: "#4B5563";
1300
+ };
1301
+ };
1302
+ };
1303
+ pagination: {
1304
+ size: {
1305
+ paginationHeight: 32;
1306
+ height: 28;
1307
+ width: 28;
1308
+ itemGap: 8;
1309
+ elementGap: 16;
1310
+ borderRadius: 8;
1311
+ fontSize: 14;
1312
+ lineHeight: 20;
1313
+ };
1314
+ color: {
1315
+ default: {
1316
+ text: "#111827";
1317
+ background: string;
1318
+ };
1319
+ hover: {
1320
+ text: "#2F78B0";
1321
+ icon: "#2F78B0";
1322
+ activeTest: "#C7E3F5";
1323
+ };
1324
+ disabled: {
1325
+ text: "#9CA3AF";
1326
+ background: "#F3F4F6";
1327
+ };
1328
+ active: {
1329
+ text: "#FFFFFF";
1330
+ background: "#3B90CB";
1331
+ };
1332
+ };
1333
+ };
1334
+ form: {
1335
+ size: {
1336
+ gap: 12;
1337
+ marginBottom: 16;
1338
+ };
1339
+ };
1340
+ filters: {
1341
+ size: {
1342
+ triger: {
1343
+ sm: {
1344
+ height: 32;
1345
+ paddingX: 12;
1346
+ fontSize: 13;
1347
+ lineHeight: 18;
1348
+ radius: 8;
1349
+ iconSize: string;
1350
+ gap: 8;
1351
+ };
1352
+ md: {
1353
+ height: 40;
1354
+ paddingX: 16;
1355
+ fontSize: 14;
1356
+ lineHeight: 20;
1357
+ radius: 10;
1358
+ iconSize: string;
1359
+ gap: 8;
1360
+ };
1361
+ lg: {
1362
+ paddingX: 20;
1363
+ fontSize: 16;
1364
+ lineHeight: 22;
1365
+ radius: 12;
1366
+ iconSize: string;
1367
+ gap: 8;
1368
+ };
1369
+ };
1370
+ counter: {
1371
+ sm: {
1372
+ fontSize: 11;
1373
+ lineHeight: 14;
1374
+ radius: 999;
1375
+ paddingX: 8;
1376
+ };
1377
+ md: {
1378
+ fontSize: 12;
1379
+ lineHeight: 16;
1380
+ radius: 999;
1381
+ paddingX: 8;
1382
+ };
1383
+ lg: {
1384
+ fontSize: 13;
1385
+ lineHeight: 18;
1386
+ radius: 999;
1387
+ paddingX: 12;
1388
+ };
1389
+ };
1390
+ filterRow: {
1391
+ paddingY: 16;
1392
+ };
1393
+ header: {
1394
+ fontSize: 12;
1395
+ lineHeight: 16;
1396
+ height: 24;
1397
+ gap: 8;
1398
+ };
1399
+ };
1400
+ color: {
1401
+ default: {
1402
+ background: "#FFFFFF";
1403
+ text: "#111827";
1404
+ counterText: "#FFFFFF";
1405
+ counterBackground: "#3B90CB";
1406
+ headerText: "#4B5563";
1407
+ };
1408
+ hover: {
1409
+ background: "#F9FAFB";
1410
+ activeBackground: "#9FD0EC";
1411
+ clearText: "#3B90CB";
1412
+ };
1413
+ selected: {
1414
+ background: "#C7E3F5";
1415
+ };
1416
+ };
1417
+ };
1418
+ table: {
1419
+ size: {
1420
+ common: {
1421
+ borderRadius: 8;
1422
+ };
1423
+ header: {
1424
+ height: 48;
1425
+ fontSize: 14;
1426
+ lineHeight: 20;
1427
+ text: "#111827";
1428
+ };
1429
+ cell: {
1430
+ common: {
1431
+ paddingX: 12;
1432
+ };
1433
+ sizes: {
1434
+ sm: {
1435
+ width: 80;
1436
+ };
1437
+ md: {
1438
+ width: 120;
1439
+ };
1440
+ lg: {
1441
+ width: 240;
1442
+ };
1443
+ option: {
1444
+ width: 28;
1445
+ };
1446
+ icon: {
1447
+ width: 28;
1448
+ };
1449
+ };
1450
+ };
1451
+ };
1452
+ color: {
1453
+ default: {
1454
+ common: {
1455
+ background: "#FFFFFF";
1456
+ border: "#E5E7EB";
1457
+ };
1458
+ header: {
1459
+ border: "#D1D5DB";
1460
+ text: "#111827";
1461
+ sortIcon: "#111827";
1462
+ };
1463
+ };
1464
+ hover: {
1465
+ background: "#F2F8FD";
1466
+ activeBackground: "#9FD0EC";
1467
+ };
1468
+ active: {
1469
+ background: "#C7E3F5";
1470
+ header: {
1471
+ textHeader: "#3B90CB";
1472
+ sortIcon: "#3B90CB";
1473
+ };
1474
+ };
1475
+ disabled: {
1476
+ text: "#9CA3AF";
1477
+ };
1478
+ };
1479
+ };
1480
+ };
1481
+ export type ComponentsConfig = ReturnType<typeof createComponentsConfig>;
1482
+ export declare const Theme: {
1483
+ text: {
1484
+ primary: "#111827";
1485
+ secondary: "#4B5563";
1486
+ tertiary: "#6B7280";
1487
+ placeholder: "#9CA3AF";
1488
+ disabled: "#9CA3AF";
1489
+ inverse: "#FFFFFF";
1490
+ link: "#2F78B0";
1491
+ error: "#DC2626";
1492
+ success: "#059669";
1493
+ };
1494
+ surface: {
1495
+ page: "#F9FAFB";
1496
+ default: "#FFFFFF";
1497
+ subtle: "#F9FAFB";
1498
+ tertiary: "#F3F4F6";
1499
+ selected: "#F2F8FD";
1500
+ disabled: "#F3F4F6";
1501
+ danger: "#EF4444";
1502
+ hover: "#F2F8FD";
1503
+ };
1504
+ border: {
1505
+ default: "#E5E7EB";
1506
+ strong: "#D1D5DB";
1507
+ hover: "#D1D5DB";
1508
+ focus: "#3B90CB";
1509
+ disabled: "#E5E7EB";
1510
+ error: "#FCA5A5";
1511
+ success: "#059669";
1512
+ };
1513
+ action: {
1514
+ primary: {
1515
+ default: "#3B90CB";
1516
+ hover: "#2F78B0";
1517
+ active: "#25608E";
1518
+ subtitle: "#E4F1FA";
1519
+ disabledText: "#6EB8DF";
1520
+ selected: "#C7E3F5";
1521
+ selectedHover: "#9FD0EC";
1522
+ };
1523
+ danger: {
1524
+ default: "#EF4444";
1525
+ hover: "#DC2626";
1526
+ active: any;
1527
+ disabledBackground: "#FEE2E2";
1528
+ disabledText: "#FCA5A5";
1529
+ };
1530
+ success: {
1531
+ default: "#10B981";
1532
+ hover: "#059669";
1533
+ active: any;
1534
+ disabledBackground: "#D1FAE5";
1535
+ disabledText: any;
1536
+ };
1537
+ warning: {
1538
+ default: "#F59E0B";
1539
+ hover: "#D97706";
1540
+ active: any;
1541
+ disabledBackground: "#FEF3C7";
1542
+ disabledText: any;
1543
+ };
1544
+ secondary: {
1545
+ active: "#F3F4F6";
1546
+ disabledBackground: "#F9FAFB";
1547
+ disabledBorder: "#E5E7EB";
1548
+ };
1549
+ };
1550
+ feedback: {
1551
+ error: {
1552
+ bg: "#FEF2F2";
1553
+ text: "#DC2626";
1554
+ };
1555
+ warning: {
1556
+ bg: "#FFFBEB";
1557
+ text: "#D97706";
1558
+ };
1559
+ success: {
1560
+ bg: "#ECFDF5";
1561
+ text: "#059669";
1562
+ };
1563
+ };
1564
+ focus: {
1565
+ ringPrimary: string;
1566
+ };
1567
+ shadow: {
1568
+ toggleThumb: string;
1569
+ inner: string;
1570
+ card: string;
1571
+ modal: string;
1572
+ };
1573
+ divider: {
1574
+ default: string;
1575
+ };
1576
+ overlayer: {
1577
+ default: string;
1578
+ };
1579
+ other: {
1580
+ transparent: string;
1581
+ };
1582
+ };
1583
+ export declare const componentsConfig: {
1584
+ icon: {
1585
+ size: {
1586
+ xs: {
1587
+ svg: 14;
1588
+ wrapper: 20;
1589
+ padding: 4;
1590
+ };
1591
+ sm: {
1592
+ svg: 16;
1593
+ wrapper: 24;
1594
+ padding: 6;
1595
+ };
1596
+ md: {
1597
+ svg: 18;
1598
+ wrapper: 28;
1599
+ padding: 7;
1600
+ };
1601
+ lg: {
1602
+ svg: 20;
1603
+ wrapper: 32;
1604
+ padding: 8;
1605
+ };
1606
+ xl: {
1607
+ svg: 24;
1608
+ wrapper: 40;
1609
+ padding: 8;
1610
+ };
1611
+ xl2: {
1612
+ svg: 28;
1613
+ wrapper: 48;
1614
+ padding: 12;
1615
+ };
1616
+ xl3: {
1617
+ svg: 32;
1618
+ wrapper: 56;
1619
+ padding: 12;
1620
+ };
1621
+ xl4: {
1622
+ svg: 40;
1623
+ wrapper: 64;
1624
+ padding: 12;
1625
+ };
1626
+ };
1627
+ color: {
1628
+ default: "#6B7280";
1629
+ hover: "#4B5563";
1630
+ active: "#3B90CB";
1631
+ hoverActive: "#2F78B0";
1632
+ disabled: "#9CA3AF";
1633
+ error: "#DC2626";
1634
+ };
1635
+ background: {
1636
+ default: string;
1637
+ hover: "#F2F8FD";
1638
+ active: "#E4F1FA";
1639
+ hoverActive: "#E4F1FA";
1640
+ disabled: string;
1641
+ error: string;
1642
+ };
1643
+ radius: {
1644
+ default: 8;
1645
+ pill: 999;
1646
+ };
1647
+ };
1648
+ input: {
1649
+ size: {
1650
+ sm: {
1651
+ height: 32;
1652
+ fontSize: 13;
1653
+ lineHeight: 18;
1654
+ paddingX: 8;
1655
+ radius: 8;
1656
+ iconSize: string;
1657
+ };
1658
+ md: {
1659
+ height: 40;
1660
+ fontSize: 14;
1661
+ lineHeight: 20;
1662
+ paddingX: 12;
1663
+ radius: 10;
1664
+ iconSize: string;
1665
+ };
1666
+ lg: {
1667
+ height: 48;
1668
+ fontSize: 16;
1669
+ lineHeight: 22;
1670
+ paddingX: 16;
1671
+ radius: 12;
1672
+ iconSize: string;
1673
+ };
1674
+ };
1675
+ color: {
1676
+ default: {
1677
+ background: "#FFFFFF";
1678
+ border: "#E5E7EB";
1679
+ text: "#111827";
1680
+ sufix: "#4B5563";
1681
+ sufixBackground: "#F9FAFB";
1682
+ placeholder: "#9CA3AF";
1683
+ };
1684
+ hover: {
1685
+ border: "#D1D5DB";
1686
+ };
1687
+ focus: {
1688
+ border: "#3B90CB";
1689
+ shadow: string;
1690
+ };
1691
+ error: {
1692
+ border: "#FCA5A5";
1693
+ helper: "#DC2626";
1694
+ };
1695
+ disabled: {
1696
+ background: "#F3F4F6";
1697
+ text: "#9CA3AF";
1698
+ cursor: string;
1699
+ };
1700
+ readonly: {
1701
+ bg: "#FFFFFF";
1702
+ text: "#4B5563";
1703
+ };
1704
+ };
1705
+ };
1706
+ helperText: {
1707
+ size: {
1708
+ fontSize: 12;
1709
+ lineHeight: 16;
1710
+ };
1711
+ color: {
1712
+ default: {
1713
+ text: "#6B7280";
1714
+ };
1715
+ error: {
1716
+ text: "#DC2626";
1717
+ };
1718
+ disabled: {
1719
+ text: "#9CA3AF";
1720
+ };
1721
+ success: {
1722
+ text: "#059669";
1723
+ };
1724
+ };
1725
+ };
1726
+ label: {
1727
+ size: {
1728
+ sm: {
1729
+ height: 32;
1730
+ fontSize: 13;
1731
+ lineHeight: 18;
1732
+ smallHeight: 18;
1733
+ };
1734
+ md: {
1735
+ height: 40;
1736
+ fontSize: 14;
1737
+ lineHeight: 20;
1738
+ smallHeight: 22;
1739
+ };
1740
+ lg: {
1741
+ height: 48;
1742
+ fontSize: 16;
1743
+ lineHeight: 22;
1744
+ smallHeight: 26;
1745
+ };
1746
+ top: {
1747
+ fontSize: 13;
1748
+ lineHeight: 18;
1749
+ height: 18;
1750
+ smallHeight: 18;
1751
+ };
1752
+ };
1753
+ color: {
1754
+ top: {
1755
+ text: "#4B5563";
1756
+ };
1757
+ left: {
1758
+ text: "#111827";
1759
+ };
1760
+ required: {
1761
+ text: "#DC2626";
1762
+ };
1763
+ };
1764
+ };
1765
+ dropdown: {
1766
+ size: {
1767
+ sm: {
1768
+ height: 32;
1769
+ paddingX: 8;
1770
+ borderRadius: 8;
1771
+ fontSize: 13;
1772
+ lineHeight: 18;
1773
+ iconSize: string;
1774
+ };
1775
+ md: {
1776
+ height: 40;
1777
+ fontSize: 14;
1778
+ lineHeight: 20;
1779
+ paddingX: 12;
1780
+ radius: 10;
1781
+ iconSize: string;
1782
+ };
1783
+ lg: {
1784
+ height: 48;
1785
+ fontSize: 16;
1786
+ lineHeight: 22;
1787
+ paddingX: 16;
1788
+ radius: 12;
1789
+ iconSize: string;
1790
+ };
1791
+ };
1792
+ color: {
1793
+ default: {
1794
+ background: "#FFFFFF";
1795
+ border: "#E5E7EB";
1796
+ text: "#111827";
1797
+ sufix: "#4B5563";
1798
+ sufixBackground: "#F9FAFB";
1799
+ placeholder: "#9CA3AF";
1800
+ };
1801
+ hover: {
1802
+ border: "#D1D5DB";
1803
+ };
1804
+ focus: {
1805
+ border: "#3B90CB";
1806
+ shadow: string;
1807
+ };
1808
+ error: {
1809
+ border: "#FCA5A5";
1810
+ helper: "#DC2626";
1811
+ };
1812
+ disabled: {
1813
+ bg: "#F3F4F6";
1814
+ text: "#9CA3AF";
1815
+ cursor: string;
1816
+ };
1817
+ readonly: {
1818
+ bg: "#FFFFFF";
1819
+ text: "#4B5563";
1820
+ };
1821
+ };
1822
+ menu: {
1823
+ size: {
1824
+ padding: 8;
1825
+ borderRadius: 12;
1826
+ zIndex: 800;
1827
+ };
1828
+ color: {
1829
+ background: "#FFFFFF";
1830
+ border: "#E5E7EB";
1831
+ };
1832
+ };
1833
+ };
1834
+ panel: {
1835
+ item: {
1836
+ size: {
1837
+ sm: {
1838
+ height: 32;
1839
+ fontSize: 13;
1840
+ lineHeight: 18;
1841
+ radius: 8;
1842
+ paddingX: 8;
1843
+ iconSize: string;
1844
+ };
1845
+ md: {
1846
+ height: 32;
1847
+ fontSize: 14;
1848
+ lineHeight: 20;
1849
+ radius: 10;
1850
+ paddingX: 16;
1851
+ iconSize: string;
1852
+ };
1853
+ lg: {
1854
+ height: 40;
1855
+ fontSize: 14;
1856
+ lineHeight: 20;
1857
+ radius: 10;
1858
+ paddingX: 16;
1859
+ iconSize: string;
1860
+ };
1861
+ };
1862
+ color: {
1863
+ default: {
1864
+ itmeBackground: string;
1865
+ text: "#111827";
1866
+ };
1867
+ hover: {
1868
+ background: "#F2F8FD";
1869
+ };
1870
+ selected: {
1871
+ iconColor: "#3B90CB";
1872
+ };
1873
+ disabled: {
1874
+ text: "#9CA3AF";
1875
+ background: "#F3F4F6";
1876
+ };
1877
+ };
1878
+ };
1879
+ panel: {
1880
+ color: {
1881
+ default: "#FFFFFF";
1882
+ divider: "#E5E7EB";
1883
+ placeholder: "#9CA3AF";
1884
+ };
1885
+ };
1886
+ };
1887
+ searchInput: {
1888
+ size: {
1889
+ height: 32;
1890
+ fontSize: 13;
1891
+ lineHeight: 18;
1892
+ paddingX: 8;
1893
+ radius: 8;
1894
+ };
1895
+ color: {
1896
+ default: {
1897
+ background: "#FFFFFF";
1898
+ border: "#E5E7EB";
1899
+ text: "#111827";
1900
+ placeholder: "#9CA3AF";
1901
+ };
1902
+ hover: {
1903
+ border: "#D1D5DB";
1904
+ };
1905
+ focus: {
1906
+ border: "#3B90CB";
1907
+ shadow: string;
1908
+ };
1909
+ };
1910
+ };
1911
+ button: {
1912
+ sizes: {
1913
+ sm: {
1914
+ height: 32;
1915
+ paddingX: 12;
1916
+ fontSize: 13;
1917
+ lineHeight: 18;
1918
+ radius: 8;
1919
+ iconSize: string;
1920
+ minWidth: 64;
1921
+ };
1922
+ md: {
1923
+ height: 40;
1924
+ paddingX: 16;
1925
+ fontSize: 14;
1926
+ lineHeight: 20;
1927
+ radius: 10;
1928
+ iconSize: string;
1929
+ minWidth: 80;
1930
+ };
1931
+ lg: {
1932
+ height: 48;
1933
+ paddingX: 20;
1934
+ fontSize: 16;
1935
+ lineHeight: 22;
1936
+ radius: 12;
1937
+ iconSize: string;
1938
+ minWidth: 96;
1939
+ };
1940
+ };
1941
+ variants: {
1942
+ primary: {
1943
+ background: "#3B90CB";
1944
+ backgroundHover: "#2F78B0";
1945
+ backgroundActive: "#25608E";
1946
+ text: "#FFFFFF";
1947
+ disabledBackground: "#E4F1FA";
1948
+ disabledText: "#6EB8DF";
1949
+ disabledBorder: string;
1950
+ };
1951
+ secondary: {
1952
+ background: "#FFFFFF";
1953
+ backgroundHover: "#F2F8FD";
1954
+ backgroundActive: "#F3F4F6";
1955
+ border: "#E5E7EB";
1956
+ borderHover: "#D1D5DB";
1957
+ text: "#111827";
1958
+ disabledBackground: "#F9FAFB";
1959
+ disabledBorder: "#E5E7EB";
1960
+ disabledText: "#9CA3AF";
1961
+ };
1962
+ ghost: {
1963
+ background: string;
1964
+ backgroundHover: "#F2F8FD";
1965
+ backgroundActive: "#F3F4F6";
1966
+ text: "#3B90CB";
1967
+ textHover: "#2F78B0";
1968
+ disabledBackground: string;
1969
+ disabledText: "#9CA3AF";
1970
+ };
1971
+ danger: {
1972
+ background: "#EF4444";
1973
+ backgroundHover: "#DC2626";
1974
+ backgroundActive: any;
1975
+ text: "#FFFFFF";
1976
+ disabledBackground: "#FEE2E2";
1977
+ disabledText: "#FCA5A5";
1978
+ disabledBorder: string;
1979
+ };
1980
+ };
1981
+ };
1982
+ toggle: {
1983
+ size: {
1984
+ sm: {
1985
+ width: 32;
1986
+ height: 18;
1987
+ radius: 18;
1988
+ sizeThumb: 16;
1989
+ activePosition: 14;
1990
+ };
1991
+ md: {
1992
+ width: 40;
1993
+ height: 22;
1994
+ radius: 22;
1995
+ sizeThumb: 20;
1996
+ activePosition: 18;
1997
+ };
1998
+ lg: {
1999
+ width: 48;
2000
+ height: 26;
2001
+ radius: 26;
2002
+ sizeThumb: 24;
2003
+ activePosition: 22;
2004
+ };
2005
+ };
2006
+ color: {
2007
+ default: {
2008
+ background: "#F9FAFB";
2009
+ border: string;
2010
+ thumbBackground: "#FFFFFF";
2011
+ thumbBorder: "#D1D5DB";
2012
+ };
2013
+ hover: {
2014
+ border: string;
2015
+ };
2016
+ focus: {
2017
+ background: "#3B90CB";
2018
+ thumbBackground: "#FFFFFF";
2019
+ thumbBorder: string;
2020
+ };
2021
+ disabled: {
2022
+ background: "#F3F4F6";
2023
+ backgroundActive: "#E4F1FA";
2024
+ border: string;
2025
+ thumbBorder: "#E5E7EB";
2026
+ };
2027
+ error: {
2028
+ border: string;
2029
+ helper: "#DC2626";
2030
+ };
2031
+ };
2032
+ shadow: {
2033
+ track: string;
2034
+ thumb: string;
2035
+ };
2036
+ };
2037
+ buttonsFooter: {
2038
+ layout: {
2039
+ minHeight: 72;
2040
+ paddingX: 24;
2041
+ paddingY: 16;
2042
+ };
2043
+ gap: {
2044
+ actions: 12;
2045
+ groups: 24;
2046
+ };
2047
+ color: {
2048
+ topBorder: string;
2049
+ background: "#FFFFFF";
2050
+ };
2051
+ };
2052
+ checkbox: {
2053
+ size: {
2054
+ sm: {
2055
+ width: 18;
2056
+ height: 18;
2057
+ radius: 4;
2058
+ iconSize: 12;
2059
+ };
2060
+ md: {
2061
+ width: 22;
2062
+ height: 22;
2063
+ radius: 5;
2064
+ iconSize: 14;
2065
+ };
2066
+ lg: {
2067
+ width: 26;
2068
+ height: 26;
2069
+ radius: 6;
2070
+ iconSize: 16;
2071
+ };
2072
+ };
2073
+ color: {
2074
+ default: {
2075
+ background: string;
2076
+ border: string;
2077
+ boxBorder: "#E5E7EB";
2078
+ boxBackground: "#FFFFFF";
2079
+ icon: string;
2080
+ };
2081
+ hover: {
2082
+ border: string;
2083
+ boxBorder: "#D1D5DB";
2084
+ };
2085
+ focus: {
2086
+ border: string;
2087
+ boxBorder: "#3B90CB";
2088
+ boxBackground: "#3B90CB";
2089
+ icon: "#FFFFFF";
2090
+ };
2091
+ intermedian: {
2092
+ boxBorder: "#E4F1FA";
2093
+ boxBackground: "#6EB8DF";
2094
+ icon: "#25608E";
2095
+ };
2096
+ error: {
2097
+ border: string;
2098
+ helper: "#DC2626";
2099
+ };
2100
+ disabled: {
2101
+ background: string;
2102
+ cursor: string;
2103
+ boxBorder: "#E5E7EB";
2104
+ boxBackground: "#F3F4F6";
2105
+ icon: "#9CA3AF";
2106
+ };
2107
+ readonly: {
2108
+ bg: string;
2109
+ };
2110
+ };
2111
+ };
2112
+ list: {
2113
+ size: {
2114
+ rowHeight: 40;
2115
+ iconSpace: 32;
2116
+ paddingX: 8;
2117
+ gap: 8;
2118
+ indent: 24;
2119
+ borderRadius: 8;
2120
+ font: 14;
2121
+ lineHeight: 20;
2122
+ };
2123
+ color: {
2124
+ default: {
2125
+ background: "#FFFFFF";
2126
+ text: "#111827";
2127
+ };
2128
+ hover: {
2129
+ background: "#F2F8FD";
2130
+ };
2131
+ selected: {
2132
+ background: "#C7E3F5";
2133
+ hoverBackground: "#9FD0EC";
2134
+ };
2135
+ status: {
2136
+ success: "#DC2626";
2137
+ error: "#DC2626";
2138
+ warning: "#D97706";
2139
+ };
2140
+ };
2141
+ };
2142
+ dropdownMenu: {
2143
+ size: {
2144
+ font: 14;
2145
+ lineHeight: 20;
2146
+ };
2147
+ color: {
2148
+ default: {
2149
+ text: "#111827";
2150
+ };
2151
+ hover: {
2152
+ background: "#4B5563";
2153
+ };
2154
+ active: {
2155
+ background: {
2156
+ primary: {
2157
+ default: "#3B90CB";
2158
+ hover: "#2F78B0";
2159
+ active: "#25608E";
2160
+ subtitle: "#E4F1FA";
2161
+ disabledText: "#6EB8DF";
2162
+ selected: "#C7E3F5";
2163
+ selectedHover: "#9FD0EC";
2164
+ };
2165
+ danger: {
2166
+ default: "#EF4444";
2167
+ hover: "#DC2626";
2168
+ active: any;
2169
+ disabledBackground: "#FEE2E2";
2170
+ disabledText: "#FCA5A5";
2171
+ };
2172
+ success: {
2173
+ default: "#10B981";
2174
+ hover: "#059669";
2175
+ active: any;
2176
+ disabledBackground: "#D1FAE5";
2177
+ disabledText: any;
2178
+ };
2179
+ warning: {
2180
+ default: "#F59E0B";
2181
+ hover: "#D97706";
2182
+ active: any;
2183
+ disabledBackground: "#FEF3C7";
2184
+ disabledText: any;
2185
+ };
2186
+ secondary: {
2187
+ active: "#F3F4F6";
2188
+ disabledBackground: "#F9FAFB";
2189
+ disabledBorder: "#E5E7EB";
2190
+ };
2191
+ };
2192
+ };
2193
+ };
2194
+ menu: {
2195
+ size: {
2196
+ padding: 8;
2197
+ borderRadius: 12;
2198
+ zIndex: 800;
2199
+ };
2200
+ color: {
2201
+ background: "#FFFFFF";
2202
+ border: "#E5E7EB";
2203
+ };
2204
+ };
2205
+ };
2206
+ tag: {
2207
+ size: {
2208
+ sm: {
2209
+ height: 24;
2210
+ fontSize: 12;
2211
+ lineHeight: 16;
2212
+ paddingX: 12;
2213
+ radius: 999;
2214
+ gap: 4;
2215
+ iconSize: string;
2216
+ };
2217
+ md: {
2218
+ height: 28;
2219
+ fontSize: 14;
2220
+ lineHeight: 20;
2221
+ paddingX: 12;
2222
+ radius: 999;
2223
+ gap: 8;
2224
+ iconSize: string;
2225
+ };
2226
+ lg: {
2227
+ height: 32;
2228
+ fontSize: 16;
2229
+ lineHeight: 22;
2230
+ paddingX: 12;
2231
+ radius: 999;
2232
+ gap: 8;
2233
+ iconSize: string;
2234
+ };
2235
+ };
2236
+ color: {
2237
+ default: {
2238
+ background: "#3B90CB";
2239
+ hover: "#2F78B0";
2240
+ text: "#FFFFFF";
2241
+ };
2242
+ success: {
2243
+ background: "#10B981";
2244
+ hover: "#059669";
2245
+ text: "#FFFFFF";
2246
+ };
2247
+ warning: {
2248
+ background: "#F59E0B";
2249
+ hover: "#D97706";
2250
+ text: "#FFFFFF";
2251
+ };
2252
+ error: {
2253
+ background: "#EF4444";
2254
+ hover: "#DC2626";
2255
+ text: "#FFFFFF";
2256
+ };
2257
+ };
2258
+ };
2259
+ header: {
2260
+ size: {
2261
+ height: 56;
2262
+ paddingX: 16;
2263
+ gap: 8;
2264
+ iconSize: string;
2265
+ fontSize: 20;
2266
+ lineHeight: 28;
2267
+ };
2268
+ color: {
2269
+ bottomBorder: string;
2270
+ background: "#FFFFFF";
2271
+ };
2272
+ };
2273
+ card: {
2274
+ size: {
2275
+ borderRadius: 8;
2276
+ paddingX: 16;
2277
+ paddingY: 16;
2278
+ };
2279
+ color: {
2280
+ background: "#FFFFFF";
2281
+ shadow: string;
2282
+ };
2283
+ };
2284
+ tile: {
2285
+ size: {
2286
+ common: {
2287
+ paddingX: 16;
2288
+ paddingY: 16;
2289
+ };
2290
+ sm: {
2291
+ width: "500px";
2292
+ };
2293
+ md: {
2294
+ width: "750px";
2295
+ };
2296
+ lg: {
2297
+ width: "100%";
2298
+ };
2299
+ };
2300
+ color: {
2301
+ background: "#FFFFFF";
2302
+ shadow: string;
2303
+ };
2304
+ };
2305
+ modal: {
2306
+ size: {
2307
+ common: {
2308
+ borderRadius: 12;
2309
+ paddingX: 16;
2310
+ paddingY: 16;
2311
+ overlayerPadding: 20;
2312
+ zIndex: 1000;
2313
+ };
2314
+ sm: {
2315
+ width: "500px";
2316
+ };
2317
+ md: {
2318
+ width: "750px";
2319
+ };
2320
+ lg: {
2321
+ width: "100%";
2322
+ };
2323
+ };
2324
+ color: {
2325
+ background: "#FFFFFF";
2326
+ shadow: string;
2327
+ overlayer: string;
2328
+ };
2329
+ };
2330
+ sidepanel: {
2331
+ size: {
2332
+ paddingX: 16;
2333
+ paddingY: 16;
2334
+ zIndex: 900;
2335
+ overlayerZIndex: 850;
2336
+ };
2337
+ color: {
2338
+ background: "#FFFFFF";
2339
+ shadow: string;
2340
+ overlayer: string;
2341
+ };
2342
+ };
2343
+ file: {
2344
+ size: {
2345
+ sm: {
2346
+ height: 32;
2347
+ fontSize: 13;
2348
+ lineHeight: 18;
2349
+ paddingX: 8;
2350
+ radius: 8;
2351
+ iconSize: string;
2352
+ gap: 8;
2353
+ };
2354
+ md: {
2355
+ height: 40;
2356
+ fontSize: 14;
2357
+ lineHeight: 20;
2358
+ paddingX: 12;
2359
+ radius: 10;
2360
+ gap: 8;
2361
+ iconSize: string;
2362
+ };
2363
+ lg: {
2364
+ height: 48;
2365
+ fontSize: 16;
2366
+ lineHeight: 22;
2367
+ paddingX: 16;
2368
+ radius: 12;
2369
+ gap: 8;
2370
+ iconSize: string;
2371
+ };
2372
+ };
2373
+ color: {
2374
+ default: {
2375
+ background: "#FFFFFF";
2376
+ fileBorder: "#E5E7EB";
2377
+ border: string;
2378
+ text: "#111827";
2379
+ sufix: "#4B5563";
2380
+ sufixBackground: "#F9FAFB";
2381
+ placeholder: "#9CA3AF";
2382
+ };
2383
+ hover: {
2384
+ fileBorder: "#D1D5DB";
2385
+ border: string;
2386
+ };
2387
+ focus: {
2388
+ fileBorder: "#3B90CB";
2389
+ border: string;
2390
+ shadow: string;
2391
+ };
2392
+ error: {
2393
+ fileBorder: "#FCA5A5";
2394
+ border: string;
2395
+ helper: "#DC2626";
2396
+ };
2397
+ disabled: {
2398
+ background: "#F3F4F6";
2399
+ text: "#9CA3AF";
2400
+ cursor: string;
2401
+ };
2402
+ readonly: {
2403
+ bg: "#FFFFFF";
2404
+ text: "#4B5563";
2405
+ };
2406
+ };
2407
+ };
2408
+ selector: {
2409
+ size: {
2410
+ sm: {
2411
+ height: 32;
2412
+ fontSize: 13;
2413
+ lineHeight: 18;
2414
+ paddingX: 8;
2415
+ radius: 8;
2416
+ iconSize: string;
2417
+ };
2418
+ md: {
2419
+ height: 40;
2420
+ fontSize: 14;
2421
+ lineHeight: 20;
2422
+ paddingX: 12;
2423
+ radius: 10;
2424
+ iconSize: string;
2425
+ };
2426
+ lg: {
2427
+ height: 48;
2428
+ fontSize: 16;
2429
+ lineHeight: 22;
2430
+ paddingX: 16;
2431
+ radius: 12;
2432
+ iconSize: string;
2433
+ };
2434
+ };
2435
+ color: {
2436
+ default: {
2437
+ background: string;
2438
+ fileBorder: "#E5E7EB";
2439
+ border: string;
2440
+ text: "#3B90CB";
2441
+ sufix: "#4B5563";
2442
+ sufixBackground: "#F9FAFB";
2443
+ placeholder: "#9CA3AF";
2444
+ pillBackground: "#C7E3F5";
2445
+ pillText: "#111827";
2446
+ };
2447
+ hover: {
2448
+ fileBorder: "#D1D5DB";
2449
+ border: string;
2450
+ text: "#2F78B0";
2451
+ };
2452
+ focus: {
2453
+ fileBorder: "#3B90CB";
2454
+ border: string;
2455
+ shadow: string;
2456
+ };
2457
+ error: {
2458
+ fileBorder: "#FCA5A5";
2459
+ border: string;
2460
+ helper: "#DC2626";
2461
+ };
2462
+ disabled: {
2463
+ background: "#F3F4F6";
2464
+ text: "#9CA3AF";
2465
+ cursor: string;
2466
+ };
2467
+ readonly: {
2468
+ bg: "#FFFFFF";
2469
+ text: "#4B5563";
2470
+ };
2471
+ };
2472
+ };
2473
+ datePicker: {
2474
+ size: {
2475
+ sm: {
2476
+ height: 32;
2477
+ paddingX: 8;
2478
+ borderRadius: 8;
2479
+ fontSize: 13;
2480
+ lineHeight: 18;
2481
+ iconSize: string;
2482
+ };
2483
+ md: {
2484
+ height: 40;
2485
+ fontSize: 14;
2486
+ lineHeight: 20;
2487
+ paddingX: 12;
2488
+ radius: 10;
2489
+ iconSize: string;
2490
+ };
2491
+ lg: {
2492
+ height: 48;
2493
+ fontSize: 16;
2494
+ lineHeight: 22;
2495
+ paddingX: 16;
2496
+ radius: 12;
2497
+ iconSize: string;
2498
+ };
2499
+ common: {
2500
+ iconGap: 8;
2501
+ zIndex: 1000;
2502
+ };
2503
+ };
2504
+ color: {
2505
+ default: {
2506
+ background: "#FFFFFF";
2507
+ border: "#E5E7EB";
2508
+ text: "#111827";
2509
+ sufix: "#4B5563";
2510
+ sufixBackground: "#F9FAFB";
2511
+ placeholder: "#9CA3AF";
2512
+ };
2513
+ hover: {
2514
+ border: "#D1D5DB";
2515
+ };
2516
+ focus: {
2517
+ border: "#3B90CB";
2518
+ shadow: string;
2519
+ };
2520
+ error: {
2521
+ border: "#FCA5A5";
2522
+ helper: "#DC2626";
2523
+ };
2524
+ disabled: {
2525
+ bg: "#F3F4F6";
2526
+ text: "#9CA3AF";
2527
+ cursor: string;
2528
+ };
2529
+ readonly: {
2530
+ bg: "#FFFFFF";
2531
+ text: "#4B5563";
2532
+ };
2533
+ };
2534
+ calendarCard: {
2535
+ size: {
2536
+ width: 320;
2537
+ zIndex: 1000;
2538
+ padding: 16;
2539
+ borderRadius: 6;
2540
+ overlayerZIndex: 850;
2541
+ headerPaddingX: 16;
2542
+ headerHeight: 40;
2543
+ fontSize: 16;
2544
+ lineHeight: 22;
2545
+ gap: 8;
2546
+ };
2547
+ color: {
2548
+ background: "#FFFFFF";
2549
+ shadow: string;
2550
+ border: "#E5E7EB";
2551
+ overlayer: string;
2552
+ text: "#111827";
2553
+ actionText: "#3B90CB";
2554
+ disabled: {
2555
+ text: "#9CA3AF";
2556
+ };
2557
+ hover: {
2558
+ text: "#2F78B0";
2559
+ };
2560
+ };
2561
+ };
2562
+ calendarContent: {
2563
+ size: {
2564
+ padding: 8;
2565
+ gap: 8;
2566
+ cellWidth: 32;
2567
+ cellHeight: 32;
2568
+ cellRadius: 6;
2569
+ weekdays: {
2570
+ fontSize: 12;
2571
+ lineHeight: 16;
2572
+ };
2573
+ day: {
2574
+ fontSize: 14;
2575
+ lineHeight: 20;
2576
+ };
2577
+ };
2578
+ color: {
2579
+ weekdays: {
2580
+ text: "#4B5563";
2581
+ };
2582
+ day: {
2583
+ text: "#111827";
2584
+ hover: "#F2F8FD";
2585
+ selectedHover: "#2F78B0";
2586
+ selected: "#3B90CB";
2587
+ selectedText: "#FFFFFF";
2588
+ };
2589
+ };
2590
+ };
2591
+ };
2592
+ loader: {
2593
+ size: {
2594
+ sm: {
2595
+ size: 16;
2596
+ border: 2;
2597
+ };
2598
+ md: {
2599
+ size: 28;
2600
+ border: 2;
2601
+ };
2602
+ lg: {
2603
+ size: 48;
2604
+ border: 2;
2605
+ };
2606
+ };
2607
+ };
2608
+ section: {
2609
+ size: {
2610
+ paddingY: 16;
2611
+ paddingX: 16;
2612
+ header: {
2613
+ bottomMargin: 16;
2614
+ fontSize: 20;
2615
+ lineHeight: 28;
2616
+ };
2617
+ };
2618
+ color: {
2619
+ background: "#FFFFFF";
2620
+ header: {
2621
+ color: "#4B5563";
2622
+ };
2623
+ };
2624
+ };
2625
+ pagination: {
2626
+ size: {
2627
+ paginationHeight: 32;
2628
+ height: 28;
2629
+ width: 28;
2630
+ itemGap: 8;
2631
+ elementGap: 16;
2632
+ borderRadius: 8;
2633
+ fontSize: 14;
2634
+ lineHeight: 20;
2635
+ };
2636
+ color: {
2637
+ default: {
2638
+ text: "#111827";
2639
+ background: string;
2640
+ };
2641
+ hover: {
2642
+ text: "#2F78B0";
2643
+ icon: "#2F78B0";
2644
+ activeTest: "#C7E3F5";
2645
+ };
2646
+ disabled: {
2647
+ text: "#9CA3AF";
2648
+ background: "#F3F4F6";
2649
+ };
2650
+ active: {
2651
+ text: "#FFFFFF";
2652
+ background: "#3B90CB";
2653
+ };
2654
+ };
2655
+ };
2656
+ form: {
2657
+ size: {
2658
+ gap: 12;
2659
+ marginBottom: 16;
2660
+ };
2661
+ };
2662
+ filters: {
2663
+ size: {
2664
+ triger: {
2665
+ sm: {
2666
+ height: 32;
2667
+ paddingX: 12;
2668
+ fontSize: 13;
2669
+ lineHeight: 18;
2670
+ radius: 8;
2671
+ iconSize: string;
2672
+ gap: 8;
2673
+ };
2674
+ md: {
2675
+ height: 40;
2676
+ paddingX: 16;
2677
+ fontSize: 14;
2678
+ lineHeight: 20;
2679
+ radius: 10;
2680
+ iconSize: string;
2681
+ gap: 8;
2682
+ };
2683
+ lg: {
2684
+ paddingX: 20;
2685
+ fontSize: 16;
2686
+ lineHeight: 22;
2687
+ radius: 12;
2688
+ iconSize: string;
2689
+ gap: 8;
2690
+ };
2691
+ };
2692
+ counter: {
2693
+ sm: {
2694
+ fontSize: 11;
2695
+ lineHeight: 14;
2696
+ radius: 999;
2697
+ paddingX: 8;
2698
+ };
2699
+ md: {
2700
+ fontSize: 12;
2701
+ lineHeight: 16;
2702
+ radius: 999;
2703
+ paddingX: 8;
2704
+ };
2705
+ lg: {
2706
+ fontSize: 13;
2707
+ lineHeight: 18;
2708
+ radius: 999;
2709
+ paddingX: 12;
2710
+ };
2711
+ };
2712
+ filterRow: {
2713
+ paddingY: 16;
2714
+ };
2715
+ header: {
2716
+ fontSize: 12;
2717
+ lineHeight: 16;
2718
+ height: 24;
2719
+ gap: 8;
2720
+ };
2721
+ };
2722
+ color: {
2723
+ default: {
2724
+ background: "#FFFFFF";
2725
+ text: "#111827";
2726
+ counterText: "#FFFFFF";
2727
+ counterBackground: "#3B90CB";
2728
+ headerText: "#4B5563";
2729
+ };
2730
+ hover: {
2731
+ background: "#F9FAFB";
2732
+ activeBackground: "#9FD0EC";
2733
+ clearText: "#3B90CB";
2734
+ };
2735
+ selected: {
2736
+ background: "#C7E3F5";
2737
+ };
2738
+ };
2739
+ };
2740
+ table: {
2741
+ size: {
2742
+ common: {
2743
+ borderRadius: 8;
2744
+ };
2745
+ header: {
2746
+ height: 48;
2747
+ fontSize: 14;
2748
+ lineHeight: 20;
2749
+ text: "#111827";
2750
+ };
2751
+ cell: {
2752
+ common: {
2753
+ paddingX: 12;
2754
+ };
2755
+ sizes: {
2756
+ sm: {
2757
+ width: 80;
2758
+ };
2759
+ md: {
2760
+ width: 120;
2761
+ };
2762
+ lg: {
2763
+ width: 240;
2764
+ };
2765
+ option: {
2766
+ width: 28;
2767
+ };
2768
+ icon: {
2769
+ width: 28;
2770
+ };
2771
+ };
2772
+ };
2773
+ };
2774
+ color: {
2775
+ default: {
2776
+ common: {
2777
+ background: "#FFFFFF";
2778
+ border: "#E5E7EB";
2779
+ };
2780
+ header: {
2781
+ border: "#D1D5DB";
2782
+ text: "#111827";
2783
+ sortIcon: "#111827";
2784
+ };
2785
+ };
2786
+ hover: {
2787
+ background: "#F2F8FD";
2788
+ activeBackground: "#9FD0EC";
2789
+ };
2790
+ active: {
2791
+ background: "#C7E3F5";
2792
+ header: {
2793
+ textHeader: "#3B90CB";
2794
+ sortIcon: "#3B90CB";
2795
+ };
2796
+ };
2797
+ disabled: {
2798
+ text: "#9CA3AF";
2799
+ };
2800
+ };
2801
+ };
2802
+ };
2803
+ export declare const createConfig: (theme?: ThemeName | AppTheme) => {
2804
+ Theme: {
2805
+ text: {
2806
+ primary: "#111827";
2807
+ secondary: "#4B5563";
2808
+ tertiary: "#6B7280";
2809
+ placeholder: "#9CA3AF";
2810
+ disabled: "#9CA3AF";
2811
+ inverse: "#FFFFFF";
2812
+ link: "#2F78B0";
2813
+ error: "#DC2626";
2814
+ success: "#059669";
2815
+ };
2816
+ surface: {
2817
+ page: "#F9FAFB";
2818
+ default: "#FFFFFF";
2819
+ subtle: "#F9FAFB";
2820
+ tertiary: "#F3F4F6";
2821
+ selected: "#F2F8FD";
2822
+ disabled: "#F3F4F6";
2823
+ danger: "#EF4444";
2824
+ hover: "#F2F8FD";
2825
+ };
2826
+ border: {
2827
+ default: "#E5E7EB";
2828
+ strong: "#D1D5DB";
2829
+ hover: "#D1D5DB";
2830
+ focus: "#3B90CB";
2831
+ disabled: "#E5E7EB";
2832
+ error: "#FCA5A5";
2833
+ success: "#059669";
2834
+ };
2835
+ action: {
2836
+ primary: {
2837
+ default: "#3B90CB";
2838
+ hover: "#2F78B0";
2839
+ active: "#25608E";
2840
+ subtitle: "#E4F1FA";
2841
+ disabledText: "#6EB8DF";
2842
+ selected: "#C7E3F5";
2843
+ selectedHover: "#9FD0EC";
2844
+ };
2845
+ danger: {
2846
+ default: "#EF4444";
2847
+ hover: "#DC2626";
2848
+ active: any;
2849
+ disabledBackground: "#FEE2E2";
2850
+ disabledText: "#FCA5A5";
2851
+ };
2852
+ success: {
2853
+ default: "#10B981";
2854
+ hover: "#059669";
2855
+ active: any;
2856
+ disabledBackground: "#D1FAE5";
2857
+ disabledText: any;
2858
+ };
2859
+ warning: {
2860
+ default: "#F59E0B";
2861
+ hover: "#D97706";
2862
+ active: any;
2863
+ disabledBackground: "#FEF3C7";
2864
+ disabledText: any;
2865
+ };
2866
+ secondary: {
2867
+ active: "#F3F4F6";
2868
+ disabledBackground: "#F9FAFB";
2869
+ disabledBorder: "#E5E7EB";
2870
+ };
2871
+ };
2872
+ feedback: {
2873
+ error: {
2874
+ bg: "#FEF2F2";
2875
+ text: "#DC2626";
2876
+ };
2877
+ warning: {
2878
+ bg: "#FFFBEB";
2879
+ text: "#D97706";
2880
+ };
2881
+ success: {
2882
+ bg: "#ECFDF5";
2883
+ text: "#059669";
2884
+ };
2885
+ };
2886
+ focus: {
2887
+ ringPrimary: string;
2888
+ };
2889
+ shadow: {
2890
+ toggleThumb: string;
2891
+ inner: string;
2892
+ card: string;
2893
+ modal: string;
2894
+ };
2895
+ divider: {
2896
+ default: string;
2897
+ };
2898
+ overlayer: {
2899
+ default: string;
2900
+ };
2901
+ other: {
2902
+ transparent: string;
2903
+ };
2904
+ };
2905
+ measurements: {
2906
+ readonly space: {
2907
+ readonly none: 0;
2908
+ readonly xxs: 2;
2909
+ readonly xs: 4;
2910
+ readonly xsm: 6;
2911
+ readonly sxm: 7;
2912
+ readonly sm: 8;
2913
+ readonly md: 12;
2914
+ readonly lg: 16;
2915
+ readonly xl: 20;
2916
+ readonly xl2: 24;
2917
+ readonly xl3: 28;
2918
+ readonly xl4: 32;
2919
+ readonly xl5: 40;
2920
+ readonly xl6: 48;
2921
+ readonly xl7: 56;
2922
+ readonly xl8: 64;
2923
+ readonly xl9: 80;
2924
+ readonly xl10: 96;
2925
+ };
2926
+ readonly font: {
2927
+ readonly size: {
2928
+ readonly xs2: 11;
2929
+ readonly xs: 12;
2930
+ readonly sm: 13;
2931
+ readonly md: 14;
2932
+ readonly lg: 16;
2933
+ readonly xl: 18;
2934
+ readonly xl2: 20;
2935
+ readonly xl3: 24;
2936
+ readonly xl4: 30;
2937
+ readonly xl5: 36;
2938
+ };
2939
+ readonly lineHeight: {
2940
+ readonly xs2: 14;
2941
+ readonly xs: 16;
2942
+ readonly sm: 18;
2943
+ readonly md: 20;
2944
+ readonly lg: 22;
2945
+ readonly xl: 24;
2946
+ readonly xl2: 28;
2947
+ readonly xl3: 32;
2948
+ readonly xl4: 38;
2949
+ readonly xl5: 44;
2950
+ };
2951
+ readonly weight: {
2952
+ readonly thin: 300;
2953
+ readonly regular: 400;
2954
+ readonly medium: 500;
2955
+ readonly semibold: 600;
2956
+ readonly bold: 700;
2957
+ };
2958
+ };
2959
+ readonly size: {
2960
+ readonly icon: {
2961
+ readonly xs: 14;
2962
+ readonly sm: 16;
2963
+ readonly md: 18;
2964
+ readonly lg: 20;
2965
+ readonly xl: 24;
2966
+ readonly xl2: 28;
2967
+ readonly xl3: 32;
2968
+ readonly xl4: 40;
2969
+ };
2970
+ readonly radius: {
2971
+ readonly xs: 6;
2972
+ readonly sm: 8;
2973
+ readonly md: 10;
2974
+ readonly lg: 12;
2975
+ readonly xl: 16;
2976
+ readonly full: 999;
2977
+ };
2978
+ readonly control: {
2979
+ readonly sm: 32;
2980
+ readonly md: 40;
2981
+ readonly lg: 48;
2982
+ };
2983
+ readonly layout: {
2984
+ readonly toggle: {
2985
+ readonly sm: 18;
2986
+ readonly md: 22;
2987
+ readonly lg: 26;
2988
+ };
2989
+ readonly toggleThumb: {
2990
+ readonly sm: 16;
2991
+ readonly md: 20;
2992
+ readonly lg: 24;
2993
+ };
2994
+ readonly toggleThumbPosition: {
2995
+ readonly sm: 14;
2996
+ readonly md: 18;
2997
+ readonly lg: 22;
2998
+ };
2999
+ readonly buttonsFooter: {
3000
+ readonly md: 72;
3001
+ };
3002
+ readonly checkboxRadius: {
3003
+ readonly sm: 4;
3004
+ readonly md: 5;
3005
+ readonly lg: 6;
3006
+ };
3007
+ readonly checkboxIcon: {
3008
+ readonly sm: 12;
3009
+ readonly md: 14;
3010
+ readonly lg: 16;
3011
+ };
3012
+ readonly tile: {
3013
+ readonly sm: "500px";
3014
+ readonly md: "750px";
3015
+ readonly lg: "100%";
3016
+ };
3017
+ readonly calendar: {
3018
+ readonly md: 320;
3019
+ };
3020
+ readonly table: {
3021
+ readonly sm: 80;
3022
+ readonly md: 120;
3023
+ readonly lg: 240;
3024
+ };
3025
+ };
3026
+ };
3027
+ readonly zIndex: {
3028
+ readonly dropdown: 800;
3029
+ readonly modal: 1000;
3030
+ readonly sidepanel: 900;
3031
+ readonly sidepanelOverlayer: 850;
3032
+ };
3033
+ };
3034
+ typography: {
3035
+ font: {
3036
+ body: string;
3037
+ bodyLarge: string;
3038
+ caption: string;
3039
+ label: string;
3040
+ h1: string;
3041
+ h2: string;
3042
+ h3: string;
3043
+ h4: string;
3044
+ h5: string;
3045
+ h6: string;
3046
+ };
3047
+ };
3048
+ componentsConfig: {
3049
+ icon: {
3050
+ size: {
3051
+ xs: {
3052
+ svg: 14;
3053
+ wrapper: 20;
3054
+ padding: 4;
3055
+ };
3056
+ sm: {
3057
+ svg: 16;
3058
+ wrapper: 24;
3059
+ padding: 6;
3060
+ };
3061
+ md: {
3062
+ svg: 18;
3063
+ wrapper: 28;
3064
+ padding: 7;
3065
+ };
3066
+ lg: {
3067
+ svg: 20;
3068
+ wrapper: 32;
3069
+ padding: 8;
3070
+ };
3071
+ xl: {
3072
+ svg: 24;
3073
+ wrapper: 40;
3074
+ padding: 8;
3075
+ };
3076
+ xl2: {
3077
+ svg: 28;
3078
+ wrapper: 48;
3079
+ padding: 12;
3080
+ };
3081
+ xl3: {
3082
+ svg: 32;
3083
+ wrapper: 56;
3084
+ padding: 12;
3085
+ };
3086
+ xl4: {
3087
+ svg: 40;
3088
+ wrapper: 64;
3089
+ padding: 12;
3090
+ };
3091
+ };
3092
+ color: {
3093
+ default: "#6B7280";
3094
+ hover: "#4B5563";
3095
+ active: "#3B90CB";
3096
+ hoverActive: "#2F78B0";
3097
+ disabled: "#9CA3AF";
3098
+ error: "#DC2626";
3099
+ };
3100
+ background: {
3101
+ default: string;
3102
+ hover: "#F2F8FD";
3103
+ active: "#E4F1FA";
3104
+ hoverActive: "#E4F1FA";
3105
+ disabled: string;
3106
+ error: string;
3107
+ };
3108
+ radius: {
3109
+ default: 8;
3110
+ pill: 999;
3111
+ };
3112
+ };
3113
+ input: {
3114
+ size: {
3115
+ sm: {
3116
+ height: 32;
3117
+ fontSize: 13;
3118
+ lineHeight: 18;
3119
+ paddingX: 8;
3120
+ radius: 8;
3121
+ iconSize: string;
3122
+ };
3123
+ md: {
3124
+ height: 40;
3125
+ fontSize: 14;
3126
+ lineHeight: 20;
3127
+ paddingX: 12;
3128
+ radius: 10;
3129
+ iconSize: string;
3130
+ };
3131
+ lg: {
3132
+ height: 48;
3133
+ fontSize: 16;
3134
+ lineHeight: 22;
3135
+ paddingX: 16;
3136
+ radius: 12;
3137
+ iconSize: string;
3138
+ };
3139
+ };
3140
+ color: {
3141
+ default: {
3142
+ background: "#FFFFFF";
3143
+ border: "#E5E7EB";
3144
+ text: "#111827";
3145
+ sufix: "#4B5563";
3146
+ sufixBackground: "#F9FAFB";
3147
+ placeholder: "#9CA3AF";
3148
+ };
3149
+ hover: {
3150
+ border: "#D1D5DB";
3151
+ };
3152
+ focus: {
3153
+ border: "#3B90CB";
3154
+ shadow: string;
3155
+ };
3156
+ error: {
3157
+ border: "#FCA5A5";
3158
+ helper: "#DC2626";
3159
+ };
3160
+ disabled: {
3161
+ background: "#F3F4F6";
3162
+ text: "#9CA3AF";
3163
+ cursor: string;
3164
+ };
3165
+ readonly: {
3166
+ bg: "#FFFFFF";
3167
+ text: "#4B5563";
3168
+ };
3169
+ };
3170
+ };
3171
+ helperText: {
3172
+ size: {
3173
+ fontSize: 12;
3174
+ lineHeight: 16;
3175
+ };
3176
+ color: {
3177
+ default: {
3178
+ text: "#6B7280";
3179
+ };
3180
+ error: {
3181
+ text: "#DC2626";
3182
+ };
3183
+ disabled: {
3184
+ text: "#9CA3AF";
3185
+ };
3186
+ success: {
3187
+ text: "#059669";
3188
+ };
3189
+ };
3190
+ };
3191
+ label: {
3192
+ size: {
3193
+ sm: {
3194
+ height: 32;
3195
+ fontSize: 13;
3196
+ lineHeight: 18;
3197
+ smallHeight: 18;
3198
+ };
3199
+ md: {
3200
+ height: 40;
3201
+ fontSize: 14;
3202
+ lineHeight: 20;
3203
+ smallHeight: 22;
3204
+ };
3205
+ lg: {
3206
+ height: 48;
3207
+ fontSize: 16;
3208
+ lineHeight: 22;
3209
+ smallHeight: 26;
3210
+ };
3211
+ top: {
3212
+ fontSize: 13;
3213
+ lineHeight: 18;
3214
+ height: 18;
3215
+ smallHeight: 18;
3216
+ };
3217
+ };
3218
+ color: {
3219
+ top: {
3220
+ text: "#4B5563";
3221
+ };
3222
+ left: {
3223
+ text: "#111827";
3224
+ };
3225
+ required: {
3226
+ text: "#DC2626";
3227
+ };
3228
+ };
3229
+ };
3230
+ dropdown: {
3231
+ size: {
3232
+ sm: {
3233
+ height: 32;
3234
+ paddingX: 8;
3235
+ borderRadius: 8;
3236
+ fontSize: 13;
3237
+ lineHeight: 18;
3238
+ iconSize: string;
3239
+ };
3240
+ md: {
3241
+ height: 40;
3242
+ fontSize: 14;
3243
+ lineHeight: 20;
3244
+ paddingX: 12;
3245
+ radius: 10;
3246
+ iconSize: string;
3247
+ };
3248
+ lg: {
3249
+ height: 48;
3250
+ fontSize: 16;
3251
+ lineHeight: 22;
3252
+ paddingX: 16;
3253
+ radius: 12;
3254
+ iconSize: string;
3255
+ };
3256
+ };
3257
+ color: {
3258
+ default: {
3259
+ background: "#FFFFFF";
3260
+ border: "#E5E7EB";
3261
+ text: "#111827";
3262
+ sufix: "#4B5563";
3263
+ sufixBackground: "#F9FAFB";
3264
+ placeholder: "#9CA3AF";
3265
+ };
3266
+ hover: {
3267
+ border: "#D1D5DB";
3268
+ };
3269
+ focus: {
3270
+ border: "#3B90CB";
3271
+ shadow: string;
3272
+ };
3273
+ error: {
3274
+ border: "#FCA5A5";
3275
+ helper: "#DC2626";
3276
+ };
3277
+ disabled: {
3278
+ bg: "#F3F4F6";
3279
+ text: "#9CA3AF";
3280
+ cursor: string;
3281
+ };
3282
+ readonly: {
3283
+ bg: "#FFFFFF";
3284
+ text: "#4B5563";
3285
+ };
3286
+ };
3287
+ menu: {
3288
+ size: {
3289
+ padding: 8;
3290
+ borderRadius: 12;
3291
+ zIndex: 800;
3292
+ };
3293
+ color: {
3294
+ background: "#FFFFFF";
3295
+ border: "#E5E7EB";
3296
+ };
3297
+ };
3298
+ };
3299
+ panel: {
3300
+ item: {
3301
+ size: {
3302
+ sm: {
3303
+ height: 32;
3304
+ fontSize: 13;
3305
+ lineHeight: 18;
3306
+ radius: 8;
3307
+ paddingX: 8;
3308
+ iconSize: string;
3309
+ };
3310
+ md: {
3311
+ height: 32;
3312
+ fontSize: 14;
3313
+ lineHeight: 20;
3314
+ radius: 10;
3315
+ paddingX: 16;
3316
+ iconSize: string;
3317
+ };
3318
+ lg: {
3319
+ height: 40;
3320
+ fontSize: 14;
3321
+ lineHeight: 20;
3322
+ radius: 10;
3323
+ paddingX: 16;
3324
+ iconSize: string;
3325
+ };
3326
+ };
3327
+ color: {
3328
+ default: {
3329
+ itmeBackground: string;
3330
+ text: "#111827";
3331
+ };
3332
+ hover: {
3333
+ background: "#F2F8FD";
3334
+ };
3335
+ selected: {
3336
+ iconColor: "#3B90CB";
3337
+ };
3338
+ disabled: {
3339
+ text: "#9CA3AF";
3340
+ background: "#F3F4F6";
3341
+ };
3342
+ };
3343
+ };
3344
+ panel: {
3345
+ color: {
3346
+ default: "#FFFFFF";
3347
+ divider: "#E5E7EB";
3348
+ placeholder: "#9CA3AF";
3349
+ };
3350
+ };
3351
+ };
3352
+ searchInput: {
3353
+ size: {
3354
+ height: 32;
3355
+ fontSize: 13;
3356
+ lineHeight: 18;
3357
+ paddingX: 8;
3358
+ radius: 8;
3359
+ };
3360
+ color: {
3361
+ default: {
3362
+ background: "#FFFFFF";
3363
+ border: "#E5E7EB";
3364
+ text: "#111827";
3365
+ placeholder: "#9CA3AF";
3366
+ };
3367
+ hover: {
3368
+ border: "#D1D5DB";
3369
+ };
3370
+ focus: {
3371
+ border: "#3B90CB";
3372
+ shadow: string;
3373
+ };
3374
+ };
3375
+ };
3376
+ button: {
3377
+ sizes: {
3378
+ sm: {
3379
+ height: 32;
3380
+ paddingX: 12;
3381
+ fontSize: 13;
3382
+ lineHeight: 18;
3383
+ radius: 8;
3384
+ iconSize: string;
3385
+ minWidth: 64;
3386
+ };
3387
+ md: {
3388
+ height: 40;
3389
+ paddingX: 16;
3390
+ fontSize: 14;
3391
+ lineHeight: 20;
3392
+ radius: 10;
3393
+ iconSize: string;
3394
+ minWidth: 80;
3395
+ };
3396
+ lg: {
3397
+ height: 48;
3398
+ paddingX: 20;
3399
+ fontSize: 16;
3400
+ lineHeight: 22;
3401
+ radius: 12;
3402
+ iconSize: string;
3403
+ minWidth: 96;
3404
+ };
3405
+ };
3406
+ variants: {
3407
+ primary: {
3408
+ background: "#3B90CB";
3409
+ backgroundHover: "#2F78B0";
3410
+ backgroundActive: "#25608E";
3411
+ text: "#FFFFFF";
3412
+ disabledBackground: "#E4F1FA";
3413
+ disabledText: "#6EB8DF";
3414
+ disabledBorder: string;
3415
+ };
3416
+ secondary: {
3417
+ background: "#FFFFFF";
3418
+ backgroundHover: "#F2F8FD";
3419
+ backgroundActive: "#F3F4F6";
3420
+ border: "#E5E7EB";
3421
+ borderHover: "#D1D5DB";
3422
+ text: "#111827";
3423
+ disabledBackground: "#F9FAFB";
3424
+ disabledBorder: "#E5E7EB";
3425
+ disabledText: "#9CA3AF";
3426
+ };
3427
+ ghost: {
3428
+ background: string;
3429
+ backgroundHover: "#F2F8FD";
3430
+ backgroundActive: "#F3F4F6";
3431
+ text: "#3B90CB";
3432
+ textHover: "#2F78B0";
3433
+ disabledBackground: string;
3434
+ disabledText: "#9CA3AF";
3435
+ };
3436
+ danger: {
3437
+ background: "#EF4444";
3438
+ backgroundHover: "#DC2626";
3439
+ backgroundActive: any;
3440
+ text: "#FFFFFF";
3441
+ disabledBackground: "#FEE2E2";
3442
+ disabledText: "#FCA5A5";
3443
+ disabledBorder: string;
3444
+ };
3445
+ };
3446
+ };
3447
+ toggle: {
3448
+ size: {
3449
+ sm: {
3450
+ width: 32;
3451
+ height: 18;
3452
+ radius: 18;
3453
+ sizeThumb: 16;
3454
+ activePosition: 14;
3455
+ };
3456
+ md: {
3457
+ width: 40;
3458
+ height: 22;
3459
+ radius: 22;
3460
+ sizeThumb: 20;
3461
+ activePosition: 18;
3462
+ };
3463
+ lg: {
3464
+ width: 48;
3465
+ height: 26;
3466
+ radius: 26;
3467
+ sizeThumb: 24;
3468
+ activePosition: 22;
3469
+ };
3470
+ };
3471
+ color: {
3472
+ default: {
3473
+ background: "#F9FAFB";
3474
+ border: string;
3475
+ thumbBackground: "#FFFFFF";
3476
+ thumbBorder: "#D1D5DB";
3477
+ };
3478
+ hover: {
3479
+ border: string;
3480
+ };
3481
+ focus: {
3482
+ background: "#3B90CB";
3483
+ thumbBackground: "#FFFFFF";
3484
+ thumbBorder: string;
3485
+ };
3486
+ disabled: {
3487
+ background: "#F3F4F6";
3488
+ backgroundActive: "#E4F1FA";
3489
+ border: string;
3490
+ thumbBorder: "#E5E7EB";
3491
+ };
3492
+ error: {
3493
+ border: string;
3494
+ helper: "#DC2626";
3495
+ };
3496
+ };
3497
+ shadow: {
3498
+ track: string;
3499
+ thumb: string;
3500
+ };
3501
+ };
3502
+ buttonsFooter: {
3503
+ layout: {
3504
+ minHeight: 72;
3505
+ paddingX: 24;
3506
+ paddingY: 16;
3507
+ };
3508
+ gap: {
3509
+ actions: 12;
3510
+ groups: 24;
3511
+ };
3512
+ color: {
3513
+ topBorder: string;
3514
+ background: "#FFFFFF";
3515
+ };
3516
+ };
3517
+ checkbox: {
3518
+ size: {
3519
+ sm: {
3520
+ width: 18;
3521
+ height: 18;
3522
+ radius: 4;
3523
+ iconSize: 12;
3524
+ };
3525
+ md: {
3526
+ width: 22;
3527
+ height: 22;
3528
+ radius: 5;
3529
+ iconSize: 14;
3530
+ };
3531
+ lg: {
3532
+ width: 26;
3533
+ height: 26;
3534
+ radius: 6;
3535
+ iconSize: 16;
3536
+ };
3537
+ };
3538
+ color: {
3539
+ default: {
3540
+ background: string;
3541
+ border: string;
3542
+ boxBorder: "#E5E7EB";
3543
+ boxBackground: "#FFFFFF";
3544
+ icon: string;
3545
+ };
3546
+ hover: {
3547
+ border: string;
3548
+ boxBorder: "#D1D5DB";
3549
+ };
3550
+ focus: {
3551
+ border: string;
3552
+ boxBorder: "#3B90CB";
3553
+ boxBackground: "#3B90CB";
3554
+ icon: "#FFFFFF";
3555
+ };
3556
+ intermedian: {
3557
+ boxBorder: "#E4F1FA";
3558
+ boxBackground: "#6EB8DF";
3559
+ icon: "#25608E";
3560
+ };
3561
+ error: {
3562
+ border: string;
3563
+ helper: "#DC2626";
3564
+ };
3565
+ disabled: {
3566
+ background: string;
3567
+ cursor: string;
3568
+ boxBorder: "#E5E7EB";
3569
+ boxBackground: "#F3F4F6";
3570
+ icon: "#9CA3AF";
3571
+ };
3572
+ readonly: {
3573
+ bg: string;
3574
+ };
3575
+ };
3576
+ };
3577
+ list: {
3578
+ size: {
3579
+ rowHeight: 40;
3580
+ iconSpace: 32;
3581
+ paddingX: 8;
3582
+ gap: 8;
3583
+ indent: 24;
3584
+ borderRadius: 8;
3585
+ font: 14;
3586
+ lineHeight: 20;
3587
+ };
3588
+ color: {
3589
+ default: {
3590
+ background: "#FFFFFF";
3591
+ text: "#111827";
3592
+ };
3593
+ hover: {
3594
+ background: "#F2F8FD";
3595
+ };
3596
+ selected: {
3597
+ background: "#C7E3F5";
3598
+ hoverBackground: "#9FD0EC";
3599
+ };
3600
+ status: {
3601
+ success: "#DC2626";
3602
+ error: "#DC2626";
3603
+ warning: "#D97706";
3604
+ };
3605
+ };
3606
+ };
3607
+ dropdownMenu: {
3608
+ size: {
3609
+ font: 14;
3610
+ lineHeight: 20;
3611
+ };
3612
+ color: {
3613
+ default: {
3614
+ text: "#111827";
3615
+ };
3616
+ hover: {
3617
+ background: "#4B5563";
3618
+ };
3619
+ active: {
3620
+ background: {
3621
+ primary: {
3622
+ default: "#3B90CB";
3623
+ hover: "#2F78B0";
3624
+ active: "#25608E";
3625
+ subtitle: "#E4F1FA";
3626
+ disabledText: "#6EB8DF";
3627
+ selected: "#C7E3F5";
3628
+ selectedHover: "#9FD0EC";
3629
+ };
3630
+ danger: {
3631
+ default: "#EF4444";
3632
+ hover: "#DC2626";
3633
+ active: any;
3634
+ disabledBackground: "#FEE2E2";
3635
+ disabledText: "#FCA5A5";
3636
+ };
3637
+ success: {
3638
+ default: "#10B981";
3639
+ hover: "#059669";
3640
+ active: any;
3641
+ disabledBackground: "#D1FAE5";
3642
+ disabledText: any;
3643
+ };
3644
+ warning: {
3645
+ default: "#F59E0B";
3646
+ hover: "#D97706";
3647
+ active: any;
3648
+ disabledBackground: "#FEF3C7";
3649
+ disabledText: any;
3650
+ };
3651
+ secondary: {
3652
+ active: "#F3F4F6";
3653
+ disabledBackground: "#F9FAFB";
3654
+ disabledBorder: "#E5E7EB";
3655
+ };
3656
+ };
3657
+ };
3658
+ };
3659
+ menu: {
3660
+ size: {
3661
+ padding: 8;
3662
+ borderRadius: 12;
3663
+ zIndex: 800;
3664
+ };
3665
+ color: {
3666
+ background: "#FFFFFF";
3667
+ border: "#E5E7EB";
3668
+ };
3669
+ };
3670
+ };
3671
+ tag: {
3672
+ size: {
3673
+ sm: {
3674
+ height: 24;
3675
+ fontSize: 12;
3676
+ lineHeight: 16;
3677
+ paddingX: 12;
3678
+ radius: 999;
3679
+ gap: 4;
3680
+ iconSize: string;
3681
+ };
3682
+ md: {
3683
+ height: 28;
3684
+ fontSize: 14;
3685
+ lineHeight: 20;
3686
+ paddingX: 12;
3687
+ radius: 999;
3688
+ gap: 8;
3689
+ iconSize: string;
3690
+ };
3691
+ lg: {
3692
+ height: 32;
3693
+ fontSize: 16;
3694
+ lineHeight: 22;
3695
+ paddingX: 12;
3696
+ radius: 999;
3697
+ gap: 8;
3698
+ iconSize: string;
3699
+ };
3700
+ };
3701
+ color: {
3702
+ default: {
3703
+ background: "#3B90CB";
3704
+ hover: "#2F78B0";
3705
+ text: "#FFFFFF";
3706
+ };
3707
+ success: {
3708
+ background: "#10B981";
3709
+ hover: "#059669";
3710
+ text: "#FFFFFF";
3711
+ };
3712
+ warning: {
3713
+ background: "#F59E0B";
3714
+ hover: "#D97706";
3715
+ text: "#FFFFFF";
3716
+ };
3717
+ error: {
3718
+ background: "#EF4444";
3719
+ hover: "#DC2626";
3720
+ text: "#FFFFFF";
3721
+ };
3722
+ };
3723
+ };
3724
+ header: {
3725
+ size: {
3726
+ height: 56;
3727
+ paddingX: 16;
3728
+ gap: 8;
3729
+ iconSize: string;
3730
+ fontSize: 20;
3731
+ lineHeight: 28;
3732
+ };
3733
+ color: {
3734
+ bottomBorder: string;
3735
+ background: "#FFFFFF";
3736
+ };
3737
+ };
3738
+ card: {
3739
+ size: {
3740
+ borderRadius: 8;
3741
+ paddingX: 16;
3742
+ paddingY: 16;
3743
+ };
3744
+ color: {
3745
+ background: "#FFFFFF";
3746
+ shadow: string;
3747
+ };
3748
+ };
3749
+ tile: {
3750
+ size: {
3751
+ common: {
3752
+ paddingX: 16;
3753
+ paddingY: 16;
3754
+ };
3755
+ sm: {
3756
+ width: "500px";
3757
+ };
3758
+ md: {
3759
+ width: "750px";
3760
+ };
3761
+ lg: {
3762
+ width: "100%";
3763
+ };
3764
+ };
3765
+ color: {
3766
+ background: "#FFFFFF";
3767
+ shadow: string;
3768
+ };
3769
+ };
3770
+ modal: {
3771
+ size: {
3772
+ common: {
3773
+ borderRadius: 12;
3774
+ paddingX: 16;
3775
+ paddingY: 16;
3776
+ overlayerPadding: 20;
3777
+ zIndex: 1000;
3778
+ };
3779
+ sm: {
3780
+ width: "500px";
3781
+ };
3782
+ md: {
3783
+ width: "750px";
3784
+ };
3785
+ lg: {
3786
+ width: "100%";
3787
+ };
3788
+ };
3789
+ color: {
3790
+ background: "#FFFFFF";
3791
+ shadow: string;
3792
+ overlayer: string;
3793
+ };
3794
+ };
3795
+ sidepanel: {
3796
+ size: {
3797
+ paddingX: 16;
3798
+ paddingY: 16;
3799
+ zIndex: 900;
3800
+ overlayerZIndex: 850;
3801
+ };
3802
+ color: {
3803
+ background: "#FFFFFF";
3804
+ shadow: string;
3805
+ overlayer: string;
3806
+ };
3807
+ };
3808
+ file: {
3809
+ size: {
3810
+ sm: {
3811
+ height: 32;
3812
+ fontSize: 13;
3813
+ lineHeight: 18;
3814
+ paddingX: 8;
3815
+ radius: 8;
3816
+ iconSize: string;
3817
+ gap: 8;
3818
+ };
3819
+ md: {
3820
+ height: 40;
3821
+ fontSize: 14;
3822
+ lineHeight: 20;
3823
+ paddingX: 12;
3824
+ radius: 10;
3825
+ gap: 8;
3826
+ iconSize: string;
3827
+ };
3828
+ lg: {
3829
+ height: 48;
3830
+ fontSize: 16;
3831
+ lineHeight: 22;
3832
+ paddingX: 16;
3833
+ radius: 12;
3834
+ gap: 8;
3835
+ iconSize: string;
3836
+ };
3837
+ };
3838
+ color: {
3839
+ default: {
3840
+ background: "#FFFFFF";
3841
+ fileBorder: "#E5E7EB";
3842
+ border: string;
3843
+ text: "#111827";
3844
+ sufix: "#4B5563";
3845
+ sufixBackground: "#F9FAFB";
3846
+ placeholder: "#9CA3AF";
3847
+ };
3848
+ hover: {
3849
+ fileBorder: "#D1D5DB";
3850
+ border: string;
3851
+ };
3852
+ focus: {
3853
+ fileBorder: "#3B90CB";
3854
+ border: string;
3855
+ shadow: string;
3856
+ };
3857
+ error: {
3858
+ fileBorder: "#FCA5A5";
3859
+ border: string;
3860
+ helper: "#DC2626";
3861
+ };
3862
+ disabled: {
3863
+ background: "#F3F4F6";
3864
+ text: "#9CA3AF";
3865
+ cursor: string;
3866
+ };
3867
+ readonly: {
3868
+ bg: "#FFFFFF";
3869
+ text: "#4B5563";
3870
+ };
3871
+ };
3872
+ };
3873
+ selector: {
3874
+ size: {
3875
+ sm: {
3876
+ height: 32;
3877
+ fontSize: 13;
3878
+ lineHeight: 18;
3879
+ paddingX: 8;
3880
+ radius: 8;
3881
+ iconSize: string;
3882
+ };
3883
+ md: {
3884
+ height: 40;
3885
+ fontSize: 14;
3886
+ lineHeight: 20;
3887
+ paddingX: 12;
3888
+ radius: 10;
3889
+ iconSize: string;
3890
+ };
3891
+ lg: {
3892
+ height: 48;
3893
+ fontSize: 16;
3894
+ lineHeight: 22;
3895
+ paddingX: 16;
3896
+ radius: 12;
3897
+ iconSize: string;
3898
+ };
3899
+ };
3900
+ color: {
3901
+ default: {
3902
+ background: string;
3903
+ fileBorder: "#E5E7EB";
3904
+ border: string;
3905
+ text: "#3B90CB";
3906
+ sufix: "#4B5563";
3907
+ sufixBackground: "#F9FAFB";
3908
+ placeholder: "#9CA3AF";
3909
+ pillBackground: "#C7E3F5";
3910
+ pillText: "#111827";
3911
+ };
3912
+ hover: {
3913
+ fileBorder: "#D1D5DB";
3914
+ border: string;
3915
+ text: "#2F78B0";
3916
+ };
3917
+ focus: {
3918
+ fileBorder: "#3B90CB";
3919
+ border: string;
3920
+ shadow: string;
3921
+ };
3922
+ error: {
3923
+ fileBorder: "#FCA5A5";
3924
+ border: string;
3925
+ helper: "#DC2626";
3926
+ };
3927
+ disabled: {
3928
+ background: "#F3F4F6";
3929
+ text: "#9CA3AF";
3930
+ cursor: string;
3931
+ };
3932
+ readonly: {
3933
+ bg: "#FFFFFF";
3934
+ text: "#4B5563";
3935
+ };
3936
+ };
3937
+ };
3938
+ datePicker: {
3939
+ size: {
3940
+ sm: {
3941
+ height: 32;
3942
+ paddingX: 8;
3943
+ borderRadius: 8;
3944
+ fontSize: 13;
3945
+ lineHeight: 18;
3946
+ iconSize: string;
3947
+ };
3948
+ md: {
3949
+ height: 40;
3950
+ fontSize: 14;
3951
+ lineHeight: 20;
3952
+ paddingX: 12;
3953
+ radius: 10;
3954
+ iconSize: string;
3955
+ };
3956
+ lg: {
3957
+ height: 48;
3958
+ fontSize: 16;
3959
+ lineHeight: 22;
3960
+ paddingX: 16;
3961
+ radius: 12;
3962
+ iconSize: string;
3963
+ };
3964
+ common: {
3965
+ iconGap: 8;
3966
+ zIndex: 1000;
3967
+ };
3968
+ };
3969
+ color: {
3970
+ default: {
3971
+ background: "#FFFFFF";
3972
+ border: "#E5E7EB";
3973
+ text: "#111827";
3974
+ sufix: "#4B5563";
3975
+ sufixBackground: "#F9FAFB";
3976
+ placeholder: "#9CA3AF";
3977
+ };
3978
+ hover: {
3979
+ border: "#D1D5DB";
3980
+ };
3981
+ focus: {
3982
+ border: "#3B90CB";
3983
+ shadow: string;
3984
+ };
3985
+ error: {
3986
+ border: "#FCA5A5";
3987
+ helper: "#DC2626";
3988
+ };
3989
+ disabled: {
3990
+ bg: "#F3F4F6";
3991
+ text: "#9CA3AF";
3992
+ cursor: string;
3993
+ };
3994
+ readonly: {
3995
+ bg: "#FFFFFF";
3996
+ text: "#4B5563";
3997
+ };
3998
+ };
3999
+ calendarCard: {
4000
+ size: {
4001
+ width: 320;
4002
+ zIndex: 1000;
4003
+ padding: 16;
4004
+ borderRadius: 6;
4005
+ overlayerZIndex: 850;
4006
+ headerPaddingX: 16;
4007
+ headerHeight: 40;
4008
+ fontSize: 16;
4009
+ lineHeight: 22;
4010
+ gap: 8;
4011
+ };
4012
+ color: {
4013
+ background: "#FFFFFF";
4014
+ shadow: string;
4015
+ border: "#E5E7EB";
4016
+ overlayer: string;
4017
+ text: "#111827";
4018
+ actionText: "#3B90CB";
4019
+ disabled: {
4020
+ text: "#9CA3AF";
4021
+ };
4022
+ hover: {
4023
+ text: "#2F78B0";
4024
+ };
4025
+ };
4026
+ };
4027
+ calendarContent: {
4028
+ size: {
4029
+ padding: 8;
4030
+ gap: 8;
4031
+ cellWidth: 32;
4032
+ cellHeight: 32;
4033
+ cellRadius: 6;
4034
+ weekdays: {
4035
+ fontSize: 12;
4036
+ lineHeight: 16;
4037
+ };
4038
+ day: {
4039
+ fontSize: 14;
4040
+ lineHeight: 20;
4041
+ };
4042
+ };
4043
+ color: {
4044
+ weekdays: {
4045
+ text: "#4B5563";
4046
+ };
4047
+ day: {
4048
+ text: "#111827";
4049
+ hover: "#F2F8FD";
4050
+ selectedHover: "#2F78B0";
4051
+ selected: "#3B90CB";
4052
+ selectedText: "#FFFFFF";
4053
+ };
4054
+ };
4055
+ };
4056
+ };
4057
+ loader: {
4058
+ size: {
4059
+ sm: {
4060
+ size: 16;
4061
+ border: 2;
4062
+ };
4063
+ md: {
4064
+ size: 28;
4065
+ border: 2;
4066
+ };
4067
+ lg: {
4068
+ size: 48;
4069
+ border: 2;
4070
+ };
4071
+ };
4072
+ };
4073
+ section: {
4074
+ size: {
4075
+ paddingY: 16;
4076
+ paddingX: 16;
4077
+ header: {
4078
+ bottomMargin: 16;
4079
+ fontSize: 20;
4080
+ lineHeight: 28;
4081
+ };
4082
+ };
4083
+ color: {
4084
+ background: "#FFFFFF";
4085
+ header: {
4086
+ color: "#4B5563";
4087
+ };
4088
+ };
4089
+ };
4090
+ pagination: {
4091
+ size: {
4092
+ paginationHeight: 32;
4093
+ height: 28;
4094
+ width: 28;
4095
+ itemGap: 8;
4096
+ elementGap: 16;
4097
+ borderRadius: 8;
4098
+ fontSize: 14;
4099
+ lineHeight: 20;
4100
+ };
4101
+ color: {
4102
+ default: {
4103
+ text: "#111827";
4104
+ background: string;
4105
+ };
4106
+ hover: {
4107
+ text: "#2F78B0";
4108
+ icon: "#2F78B0";
4109
+ activeTest: "#C7E3F5";
4110
+ };
4111
+ disabled: {
4112
+ text: "#9CA3AF";
4113
+ background: "#F3F4F6";
4114
+ };
4115
+ active: {
4116
+ text: "#FFFFFF";
4117
+ background: "#3B90CB";
4118
+ };
4119
+ };
4120
+ };
4121
+ form: {
4122
+ size: {
4123
+ gap: 12;
4124
+ marginBottom: 16;
4125
+ };
4126
+ };
4127
+ filters: {
4128
+ size: {
4129
+ triger: {
4130
+ sm: {
4131
+ height: 32;
4132
+ paddingX: 12;
4133
+ fontSize: 13;
4134
+ lineHeight: 18;
4135
+ radius: 8;
4136
+ iconSize: string;
4137
+ gap: 8;
4138
+ };
4139
+ md: {
4140
+ height: 40;
4141
+ paddingX: 16;
4142
+ fontSize: 14;
4143
+ lineHeight: 20;
4144
+ radius: 10;
4145
+ iconSize: string;
4146
+ gap: 8;
4147
+ };
4148
+ lg: {
4149
+ paddingX: 20;
4150
+ fontSize: 16;
4151
+ lineHeight: 22;
4152
+ radius: 12;
4153
+ iconSize: string;
4154
+ gap: 8;
4155
+ };
4156
+ };
4157
+ counter: {
4158
+ sm: {
4159
+ fontSize: 11;
4160
+ lineHeight: 14;
4161
+ radius: 999;
4162
+ paddingX: 8;
4163
+ };
4164
+ md: {
4165
+ fontSize: 12;
4166
+ lineHeight: 16;
4167
+ radius: 999;
4168
+ paddingX: 8;
4169
+ };
4170
+ lg: {
4171
+ fontSize: 13;
4172
+ lineHeight: 18;
4173
+ radius: 999;
4174
+ paddingX: 12;
4175
+ };
4176
+ };
4177
+ filterRow: {
4178
+ paddingY: 16;
4179
+ };
4180
+ header: {
4181
+ fontSize: 12;
4182
+ lineHeight: 16;
4183
+ height: 24;
4184
+ gap: 8;
4185
+ };
4186
+ };
4187
+ color: {
4188
+ default: {
4189
+ background: "#FFFFFF";
4190
+ text: "#111827";
4191
+ counterText: "#FFFFFF";
4192
+ counterBackground: "#3B90CB";
4193
+ headerText: "#4B5563";
4194
+ };
4195
+ hover: {
4196
+ background: "#F9FAFB";
4197
+ activeBackground: "#9FD0EC";
4198
+ clearText: "#3B90CB";
4199
+ };
4200
+ selected: {
4201
+ background: "#C7E3F5";
4202
+ };
4203
+ };
4204
+ };
4205
+ table: {
4206
+ size: {
4207
+ common: {
4208
+ borderRadius: 8;
4209
+ };
4210
+ header: {
4211
+ height: 48;
4212
+ fontSize: 14;
4213
+ lineHeight: 20;
4214
+ text: "#111827";
4215
+ };
4216
+ cell: {
4217
+ common: {
4218
+ paddingX: 12;
4219
+ };
4220
+ sizes: {
4221
+ sm: {
4222
+ width: 80;
4223
+ };
4224
+ md: {
4225
+ width: 120;
4226
+ };
4227
+ lg: {
4228
+ width: 240;
4229
+ };
4230
+ option: {
4231
+ width: 28;
4232
+ };
4233
+ icon: {
4234
+ width: 28;
4235
+ };
4236
+ };
4237
+ };
4238
+ };
4239
+ color: {
4240
+ default: {
4241
+ common: {
4242
+ background: "#FFFFFF";
4243
+ border: "#E5E7EB";
4244
+ };
4245
+ header: {
4246
+ border: "#D1D5DB";
4247
+ text: "#111827";
4248
+ sortIcon: "#111827";
4249
+ };
4250
+ };
4251
+ hover: {
4252
+ background: "#F2F8FD";
4253
+ activeBackground: "#9FD0EC";
4254
+ };
4255
+ active: {
4256
+ background: "#C7E3F5";
4257
+ header: {
4258
+ textHeader: "#3B90CB";
4259
+ sortIcon: "#3B90CB";
4260
+ };
4261
+ };
4262
+ disabled: {
4263
+ text: "#9CA3AF";
4264
+ };
4265
+ };
4266
+ };
4267
+ };
4268
+ };