@dxc-technology/halstack-react 0.0.0-d3df47e → 0.0.0-d484e4c

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 (367) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.mts +6439 -0
  3. package/dist/index.d.ts +6439 -0
  4. package/dist/index.js +12619 -0
  5. package/dist/index.mjs +12531 -0
  6. package/package.json +64 -64
  7. package/BackgroundColorContext.d.ts +0 -1
  8. package/BackgroundColorContext.js +0 -30
  9. package/HalstackContext.d.ts +0 -1221
  10. package/HalstackContext.js +0 -310
  11. package/accordion/Accordion.d.ts +0 -4
  12. package/accordion/Accordion.js +0 -182
  13. package/accordion/Accordion.stories.tsx +0 -283
  14. package/accordion/Accordion.test.js +0 -56
  15. package/accordion/types.d.ts +0 -57
  16. package/accordion/types.js +0 -5
  17. package/accordion-group/AccordionGroup.d.ts +0 -8
  18. package/accordion-group/AccordionGroup.js +0 -101
  19. package/accordion-group/AccordionGroup.stories.tsx +0 -252
  20. package/accordion-group/AccordionGroup.test.js +0 -98
  21. package/accordion-group/AccordionGroupAccordion.d.ts +0 -4
  22. package/accordion-group/AccordionGroupAccordion.js +0 -31
  23. package/accordion-group/types.d.ts +0 -67
  24. package/accordion-group/types.js +0 -5
  25. package/action-icon/ActionIcon.d.ts +0 -4
  26. package/action-icon/ActionIcon.js +0 -47
  27. package/action-icon/ActionIcon.stories.tsx +0 -41
  28. package/action-icon/ActionIcon.test.js +0 -64
  29. package/action-icon/types.d.ts +0 -26
  30. package/action-icon/types.js +0 -5
  31. package/alert/Alert.d.ts +0 -4
  32. package/alert/Alert.js +0 -254
  33. package/alert/Alert.stories.tsx +0 -198
  34. package/alert/Alert.test.js +0 -75
  35. package/alert/types.d.ts +0 -49
  36. package/alert/types.js +0 -5
  37. package/badge/Badge.d.ts +0 -4
  38. package/badge/Badge.js +0 -161
  39. package/badge/Badge.stories.tsx +0 -210
  40. package/badge/Badge.test.js +0 -30
  41. package/badge/types.d.ts +0 -54
  42. package/badge/types.js +0 -5
  43. package/bleed/Bleed.d.ts +0 -3
  44. package/bleed/Bleed.js +0 -43
  45. package/bleed/Bleed.stories.tsx +0 -342
  46. package/bleed/types.d.ts +0 -37
  47. package/bleed/types.js +0 -5
  48. package/box/Box.d.ts +0 -4
  49. package/box/Box.js +0 -75
  50. package/box/Box.stories.tsx +0 -119
  51. package/box/Box.test.js +0 -13
  52. package/box/types.d.ts +0 -32
  53. package/box/types.js +0 -5
  54. package/bulleted-list/BulletedList.d.ts +0 -7
  55. package/bulleted-list/BulletedList.js +0 -89
  56. package/bulleted-list/BulletedList.stories.tsx +0 -115
  57. package/bulleted-list/types.d.ts +0 -38
  58. package/bulleted-list/types.js +0 -5
  59. package/button/Button.d.ts +0 -4
  60. package/button/Button.js +0 -120
  61. package/button/Button.stories.tsx +0 -344
  62. package/button/Button.test.js +0 -38
  63. package/button/types.d.ts +0 -57
  64. package/button/types.js +0 -5
  65. package/card/Card.d.ts +0 -4
  66. package/card/Card.js +0 -120
  67. package/card/Card.stories.tsx +0 -171
  68. package/card/Card.test.js +0 -39
  69. package/card/types.d.ts +0 -62
  70. package/card/types.js +0 -5
  71. package/checkbox/Checkbox.d.ts +0 -4
  72. package/checkbox/Checkbox.js +0 -215
  73. package/checkbox/Checkbox.stories.tsx +0 -222
  74. package/checkbox/Checkbox.test.js +0 -199
  75. package/checkbox/types.d.ts +0 -72
  76. package/checkbox/types.js +0 -5
  77. package/chip/Chip.d.ts +0 -4
  78. package/chip/Chip.js +0 -121
  79. package/chip/Chip.stories.tsx +0 -214
  80. package/chip/Chip.test.js +0 -41
  81. package/chip/types.d.ts +0 -45
  82. package/chip/types.js +0 -5
  83. package/common/OpenSans.css +0 -69
  84. package/common/coreTokens.d.ts +0 -237
  85. package/common/coreTokens.js +0 -184
  86. package/common/fonts/OpenSans-Bold.ttf +0 -0
  87. package/common/fonts/OpenSans-BoldItalic.ttf +0 -0
  88. package/common/fonts/OpenSans-ExtraBold.ttf +0 -0
  89. package/common/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
  90. package/common/fonts/OpenSans-Italic.ttf +0 -0
  91. package/common/fonts/OpenSans-Light.ttf +0 -0
  92. package/common/fonts/OpenSans-LightItalic.ttf +0 -0
  93. package/common/fonts/OpenSans-Regular.ttf +0 -0
  94. package/common/fonts/OpenSans-SemiBold.ttf +0 -0
  95. package/common/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
  96. package/common/utils.d.ts +0 -1
  97. package/common/utils.js +0 -16
  98. package/common/variables.d.ts +0 -1367
  99. package/common/variables.js +0 -1239
  100. package/container/Container.d.ts +0 -4
  101. package/container/Container.js +0 -194
  102. package/container/Container.stories.tsx +0 -214
  103. package/container/types.d.ts +0 -74
  104. package/container/types.js +0 -5
  105. package/date-input/Calendar.d.ts +0 -4
  106. package/date-input/Calendar.js +0 -214
  107. package/date-input/DateInput.d.ts +0 -4
  108. package/date-input/DateInput.js +0 -223
  109. package/date-input/DateInput.stories.tsx +0 -285
  110. package/date-input/DateInput.test.js +0 -808
  111. package/date-input/DatePicker.d.ts +0 -4
  112. package/date-input/DatePicker.js +0 -115
  113. package/date-input/Icons.d.ts +0 -6
  114. package/date-input/Icons.js +0 -58
  115. package/date-input/YearPicker.d.ts +0 -4
  116. package/date-input/YearPicker.js +0 -100
  117. package/date-input/types.d.ts +0 -164
  118. package/date-input/types.js +0 -5
  119. package/dialog/Dialog.d.ts +0 -4
  120. package/dialog/Dialog.js +0 -104
  121. package/dialog/Dialog.stories.tsx +0 -365
  122. package/dialog/Dialog.test.js +0 -307
  123. package/dialog/types.d.ts +0 -36
  124. package/dialog/types.js +0 -5
  125. package/dropdown/Dropdown.d.ts +0 -4
  126. package/dropdown/Dropdown.js +0 -334
  127. package/dropdown/Dropdown.stories.tsx +0 -438
  128. package/dropdown/Dropdown.test.js +0 -599
  129. package/dropdown/DropdownMenu.d.ts +0 -4
  130. package/dropdown/DropdownMenu.js +0 -63
  131. package/dropdown/DropdownMenuItem.d.ts +0 -4
  132. package/dropdown/DropdownMenuItem.js +0 -67
  133. package/dropdown/types.d.ts +0 -98
  134. package/dropdown/types.js +0 -5
  135. package/file-input/FileInput.d.ts +0 -4
  136. package/file-input/FileInput.js +0 -479
  137. package/file-input/FileInput.stories.tsx +0 -618
  138. package/file-input/FileInput.test.js +0 -459
  139. package/file-input/FileItem.d.ts +0 -4
  140. package/file-input/FileItem.js +0 -135
  141. package/file-input/types.d.ts +0 -129
  142. package/file-input/types.js +0 -5
  143. package/flex/Flex.d.ts +0 -4
  144. package/flex/Flex.js +0 -57
  145. package/flex/Flex.stories.tsx +0 -112
  146. package/flex/types.d.ts +0 -97
  147. package/flex/types.js +0 -5
  148. package/footer/Footer.d.ts +0 -4
  149. package/footer/Footer.js +0 -138
  150. package/footer/Footer.stories.tsx +0 -171
  151. package/footer/Footer.test.js +0 -85
  152. package/footer/Icons.d.ts +0 -3
  153. package/footer/Icons.js +0 -136
  154. package/footer/types.d.ts +0 -64
  155. package/footer/types.js +0 -5
  156. package/grid/Grid.d.ts +0 -7
  157. package/grid/Grid.js +0 -76
  158. package/grid/Grid.stories.tsx +0 -219
  159. package/grid/types.d.ts +0 -115
  160. package/grid/types.js +0 -5
  161. package/header/Header.d.ts +0 -8
  162. package/header/Header.js +0 -220
  163. package/header/Header.stories.tsx +0 -251
  164. package/header/Header.test.js +0 -66
  165. package/header/Icons.d.ts +0 -2
  166. package/header/Icons.js +0 -29
  167. package/header/types.d.ts +0 -33
  168. package/header/types.js +0 -5
  169. package/heading/Heading.d.ts +0 -4
  170. package/heading/Heading.js +0 -137
  171. package/heading/Heading.stories.tsx +0 -54
  172. package/heading/Heading.test.js +0 -169
  173. package/heading/types.d.ts +0 -33
  174. package/heading/types.js +0 -5
  175. package/image/Image.d.ts +0 -4
  176. package/image/Image.js +0 -70
  177. package/image/Image.stories.tsx +0 -127
  178. package/image/types.d.ts +0 -72
  179. package/image/types.js +0 -5
  180. package/inset/Inset.d.ts +0 -3
  181. package/inset/Inset.js +0 -43
  182. package/inset/Inset.stories.tsx +0 -230
  183. package/inset/types.d.ts +0 -37
  184. package/inset/types.js +0 -5
  185. package/layout/ApplicationLayout.d.ts +0 -20
  186. package/layout/ApplicationLayout.js +0 -134
  187. package/layout/ApplicationLayout.stories.tsx +0 -162
  188. package/layout/Icons.d.ts +0 -8
  189. package/layout/Icons.js +0 -58
  190. package/layout/SidenavContext.d.ts +0 -5
  191. package/layout/SidenavContext.js +0 -13
  192. package/layout/types.d.ts +0 -41
  193. package/layout/types.js +0 -5
  194. package/link/Link.d.ts +0 -4
  195. package/link/Link.js +0 -115
  196. package/link/Link.stories.tsx +0 -253
  197. package/link/Link.test.js +0 -63
  198. package/link/types.d.ts +0 -54
  199. package/link/types.js +0 -5
  200. package/main.d.ts +0 -47
  201. package/main.js +0 -343
  202. package/nav-tabs/NavTabs.d.ts +0 -8
  203. package/nav-tabs/NavTabs.js +0 -93
  204. package/nav-tabs/NavTabs.stories.tsx +0 -276
  205. package/nav-tabs/NavTabs.test.js +0 -76
  206. package/nav-tabs/Tab.d.ts +0 -4
  207. package/nav-tabs/Tab.js +0 -118
  208. package/nav-tabs/types.d.ts +0 -52
  209. package/nav-tabs/types.js +0 -5
  210. package/number-input/NumberInput.d.ts +0 -11
  211. package/number-input/NumberInput.js +0 -67
  212. package/number-input/NumberInput.stories.tsx +0 -131
  213. package/number-input/NumberInput.test.js +0 -830
  214. package/number-input/types.d.ts +0 -130
  215. package/number-input/types.js +0 -5
  216. package/paginator/Icons.d.ts +0 -5
  217. package/paginator/Icons.js +0 -40
  218. package/paginator/Paginator.d.ts +0 -4
  219. package/paginator/Paginator.js +0 -135
  220. package/paginator/Paginator.stories.tsx +0 -87
  221. package/paginator/Paginator.test.js +0 -335
  222. package/paginator/types.d.ts +0 -38
  223. package/paginator/types.js +0 -5
  224. package/paragraph/Paragraph.d.ts +0 -5
  225. package/paragraph/Paragraph.js +0 -22
  226. package/paragraph/Paragraph.stories.tsx +0 -27
  227. package/password-input/Icons.d.ts +0 -6
  228. package/password-input/Icons.js +0 -35
  229. package/password-input/PasswordInput.d.ts +0 -4
  230. package/password-input/PasswordInput.js +0 -97
  231. package/password-input/PasswordInput.stories.tsx +0 -99
  232. package/password-input/PasswordInput.test.js +0 -198
  233. package/password-input/types.d.ts +0 -111
  234. package/password-input/types.js +0 -5
  235. package/progress-bar/ProgressBar.d.ts +0 -4
  236. package/progress-bar/ProgressBar.js +0 -144
  237. package/progress-bar/ProgressBar.stories.tsx +0 -93
  238. package/progress-bar/ProgressBar.test.js +0 -93
  239. package/progress-bar/types.d.ts +0 -37
  240. package/progress-bar/types.js +0 -5
  241. package/quick-nav/QuickNav.d.ts +0 -4
  242. package/quick-nav/QuickNav.js +0 -94
  243. package/quick-nav/QuickNav.stories.tsx +0 -356
  244. package/quick-nav/types.d.ts +0 -21
  245. package/quick-nav/types.js +0 -5
  246. package/radio-group/Radio.d.ts +0 -4
  247. package/radio-group/Radio.js +0 -124
  248. package/radio-group/RadioGroup.d.ts +0 -4
  249. package/radio-group/RadioGroup.js +0 -235
  250. package/radio-group/RadioGroup.stories.tsx +0 -214
  251. package/radio-group/RadioGroup.test.js +0 -756
  252. package/radio-group/types.d.ts +0 -114
  253. package/radio-group/types.js +0 -5
  254. package/resultset-table/Icons.d.ts +0 -7
  255. package/resultset-table/Icons.js +0 -47
  256. package/resultset-table/ResultsetTable.d.ts +0 -4
  257. package/resultset-table/ResultsetTable.js +0 -165
  258. package/resultset-table/ResultsetTable.stories.tsx +0 -319
  259. package/resultset-table/ResultsetTable.test.js +0 -305
  260. package/resultset-table/types.d.ts +0 -73
  261. package/resultset-table/types.js +0 -5
  262. package/select/Icons.d.ts +0 -10
  263. package/select/Icons.js +0 -89
  264. package/select/Listbox.d.ts +0 -4
  265. package/select/Listbox.js +0 -143
  266. package/select/Option.d.ts +0 -4
  267. package/select/Option.js +0 -87
  268. package/select/Select.d.ts +0 -4
  269. package/select/Select.js +0 -590
  270. package/select/Select.stories.tsx +0 -971
  271. package/select/Select.test.js +0 -2370
  272. package/select/types.d.ts +0 -209
  273. package/select/types.js +0 -5
  274. package/sidenav/Icons.d.ts +0 -7
  275. package/sidenav/Icons.js +0 -47
  276. package/sidenav/Sidenav.d.ts +0 -10
  277. package/sidenav/Sidenav.js +0 -196
  278. package/sidenav/Sidenav.stories.tsx +0 -282
  279. package/sidenav/Sidenav.test.js +0 -37
  280. package/sidenav/types.d.ts +0 -76
  281. package/sidenav/types.js +0 -5
  282. package/slider/Slider.d.ts +0 -4
  283. package/slider/Slider.js +0 -285
  284. package/slider/Slider.test.js +0 -254
  285. package/slider/types.d.ts +0 -86
  286. package/slider/types.js +0 -5
  287. package/spinner/Spinner.d.ts +0 -4
  288. package/spinner/Spinner.js +0 -206
  289. package/spinner/Spinner.stories.tsx +0 -129
  290. package/spinner/Spinner.test.js +0 -55
  291. package/spinner/types.d.ts +0 -32
  292. package/spinner/types.js +0 -5
  293. package/status-light/StatusLight.d.ts +0 -4
  294. package/status-light/StatusLight.js +0 -51
  295. package/status-light/StatusLight.stories.tsx +0 -74
  296. package/status-light/StatusLight.test.js +0 -25
  297. package/status-light/types.d.ts +0 -17
  298. package/status-light/types.js +0 -5
  299. package/switch/Switch.d.ts +0 -4
  300. package/switch/Switch.js +0 -214
  301. package/switch/Switch.stories.tsx +0 -137
  302. package/switch/Switch.test.js +0 -180
  303. package/switch/types.d.ts +0 -66
  304. package/switch/types.js +0 -5
  305. package/table/Table.d.ts +0 -4
  306. package/table/Table.js +0 -111
  307. package/table/Table.stories.tsx +0 -454
  308. package/table/Table.test.js +0 -21
  309. package/table/types.d.ts +0 -27
  310. package/table/types.js +0 -5
  311. package/tabs/Tab.d.ts +0 -4
  312. package/tabs/Tab.js +0 -116
  313. package/tabs/Tabs.d.ts +0 -4
  314. package/tabs/Tabs.js +0 -384
  315. package/tabs/Tabs.stories.tsx +0 -226
  316. package/tabs/Tabs.test.js +0 -294
  317. package/tabs/types.d.ts +0 -92
  318. package/tabs/types.js +0 -5
  319. package/tag/Tag.d.ts +0 -4
  320. package/tag/Tag.js +0 -151
  321. package/tag/Tag.stories.tsx +0 -155
  322. package/tag/Tag.test.js +0 -49
  323. package/tag/types.d.ts +0 -69
  324. package/tag/types.js +0 -5
  325. package/text-input/Icons.d.ts +0 -8
  326. package/text-input/Icons.js +0 -56
  327. package/text-input/Suggestion.d.ts +0 -4
  328. package/text-input/Suggestion.js +0 -67
  329. package/text-input/Suggestions.d.ts +0 -4
  330. package/text-input/Suggestions.js +0 -84
  331. package/text-input/TextInput.d.ts +0 -4
  332. package/text-input/TextInput.js +0 -572
  333. package/text-input/TextInput.stories.tsx +0 -465
  334. package/text-input/TextInput.test.js +0 -1739
  335. package/text-input/types.d.ts +0 -205
  336. package/text-input/types.js +0 -5
  337. package/textarea/Textarea.d.ts +0 -4
  338. package/textarea/Textarea.js +0 -234
  339. package/textarea/Textarea.stories.tsx +0 -174
  340. package/textarea/Textarea.test.js +0 -406
  341. package/textarea/types.d.ts +0 -141
  342. package/textarea/types.js +0 -5
  343. package/toggle-group/ToggleGroup.d.ts +0 -4
  344. package/toggle-group/ToggleGroup.js +0 -201
  345. package/toggle-group/ToggleGroup.stories.tsx +0 -218
  346. package/toggle-group/ToggleGroup.test.js +0 -137
  347. package/toggle-group/types.d.ts +0 -114
  348. package/toggle-group/types.js +0 -5
  349. package/typography/Typography.d.ts +0 -4
  350. package/typography/Typography.js +0 -23
  351. package/typography/Typography.stories.tsx +0 -198
  352. package/typography/types.d.ts +0 -18
  353. package/typography/types.js +0 -5
  354. package/useTheme.d.ts +0 -1120
  355. package/useTheme.js +0 -15
  356. package/useTranslatedLabels.d.ts +0 -85
  357. package/useTranslatedLabels.js +0 -14
  358. package/utils/BaseTypography.d.ts +0 -21
  359. package/utils/BaseTypography.js +0 -94
  360. package/utils/FocusLock.d.ts +0 -13
  361. package/utils/FocusLock.js +0 -124
  362. package/wizard/Wizard.d.ts +0 -4
  363. package/wizard/Wizard.js +0 -250
  364. package/wizard/Wizard.stories.tsx +0 -253
  365. package/wizard/Wizard.test.js +0 -114
  366. package/wizard/types.d.ts +0 -64
  367. package/wizard/types.js +0 -5
package/useTheme.d.ts DELETED
@@ -1,1120 +0,0 @@
1
- declare const useTheme: () => {
2
- accordion?: Partial<{
3
- backgroundColor: string;
4
- hoverBackgroundColor: string;
5
- arrowColor: string;
6
- disabledArrowColor: string;
7
- assistiveTextFontFamily: string;
8
- assistiveTextFontSize: string;
9
- assistiveTextFontWeight: string;
10
- assistiveTextFontStyle: string;
11
- assistiveTextLetterSpacing: string;
12
- assistiveTextFontColor: string;
13
- disabledAssistiveTextFontColor: string;
14
- assistiveTextMinWidth: string;
15
- assistiveTextPaddingRight: string;
16
- assistiveTextPaddingLeft: string;
17
- titleLabelFontFamily: string;
18
- titleLabelFontSize: string;
19
- titleLabelFontWeight: string;
20
- titleLabelFontStyle: string;
21
- titleLabelFontColor: string;
22
- disabledTitleLabelFontColor: string;
23
- titleLabelPaddingTop: string;
24
- titleLabelPaddingBottom: string;
25
- titleLabelPaddingLeft: string;
26
- titleLabelPaddingRight: string;
27
- focusBorderColor: string;
28
- focusBorderStyle: string;
29
- focusBorderThickness: string;
30
- borderRadius: string;
31
- boxShadowOffsetX: string;
32
- boxShadowOffsetY: string;
33
- boxShadowBlur: string;
34
- boxShadowColor: string;
35
- iconColor: string;
36
- disabledIconColor: string;
37
- iconSize: string;
38
- iconMarginLeft: string;
39
- iconMarginRigth: string;
40
- accordionGroupSeparatorBorderColor: string;
41
- accordionGroupSeparatorBorderThickness: string;
42
- accordionGroupSeparatorBorderRadius: string;
43
- accordionGroupSeparatorBorderStyle: string;
44
- }>;
45
- alert?: Partial<{
46
- titleFontFamily: string;
47
- titleFontColor: string;
48
- titleFontSize: string;
49
- titleFontStyle: string;
50
- titleFontWeight: string;
51
- titleTextTransform: string;
52
- titlePaddingRight: string;
53
- titlePaddingLeft: string;
54
- inlineTextFontFamily: string;
55
- inlineTextFontColor: string;
56
- inlineTextFontSize: string;
57
- inlineTextFontStyle: string;
58
- inlineTextFontWeight: string;
59
- inlineTextPaddingLeft: string;
60
- inlineTextPaddingRight: string;
61
- contentPaddingLeft: string;
62
- contentPaddingRight: string;
63
- contentPaddingTop: string;
64
- contentPaddingBottom: string;
65
- borderRadius: string;
66
- borderStyle: string;
67
- borderThickness: string;
68
- infoBorderColor: string;
69
- successBorderColor: string;
70
- warningBorderColor: string;
71
- errorBorderColor: string;
72
- iconSize: string;
73
- iconPaddingLeft: string;
74
- iconPaddingRight: string;
75
- infoIconColor: string;
76
- successIconColor: string;
77
- warningIconColor: string;
78
- errorIconColor: string;
79
- infoBackgroundColor: string;
80
- successBackgroundColor: string;
81
- warningBackgroundColor: string;
82
- errorBackgroundColor: string;
83
- hoverActionBackgroundColor: string;
84
- activeActionBackgroundColor: string;
85
- focusActionBorderColor: string;
86
- overlayColor: string;
87
- }>;
88
- box?: Partial<{
89
- backgroundColor: string;
90
- borderRadius: string;
91
- borderThickness: string;
92
- borderStyle: string;
93
- borderColor: string;
94
- noneShadowDepthShadowOffsetX: string;
95
- noneShadowDepthShadowOffsetY: string;
96
- noneShadowDepthShadowBlur: string;
97
- noneShadowDepthShadowSpread: string;
98
- noneShadowDepthShadowColor: string;
99
- oneShadowDepthShadowOffsetX: string;
100
- oneShadowDepthShadowOffsetY: string;
101
- oneShadowDepthShadowBlur: string;
102
- oneShadowDepthShadowSpread: string;
103
- oneShadowDepthShadowColor: string;
104
- twoShadowDepthShadowOffsetX: string;
105
- twoShadowDepthShadowOffsetY: string;
106
- twoShadowDepthShadowBlur: string;
107
- twoShadowDepthShadowSpread: string;
108
- twoShadowDepthShadowColor: string;
109
- }>;
110
- bulletedList?: Partial<{
111
- fontColor: string;
112
- bulletIconHeight: string;
113
- bulletIconWidth: string;
114
- bulletHeight: string;
115
- bulletWidth: string;
116
- bulletMarginRight: string;
117
- }>;
118
- button?: Partial<{
119
- labelFontLineHeight: string;
120
- labelLetterSpacing: string;
121
- paddingLeft: string;
122
- paddingRight: string;
123
- paddingTop: string;
124
- paddingBottom: string;
125
- focusBorderColor: string;
126
- primaryBackgroundColor: string;
127
- primaryFontColor: string;
128
- primaryHoverBackgroundColor: string;
129
- primaryActiveBackgroundColor: string;
130
- primaryDisabledBackgroundColor: string;
131
- primaryDisabledFontColor: string;
132
- primaryBorderThickness: string;
133
- primaryBorderStyle: string;
134
- primaryBorderRadius: string;
135
- primaryFontFamily: string;
136
- primaryFontSize: string;
137
- primaryFontWeight: string;
138
- secondaryBackgroundColor: string;
139
- secondaryFontColor: string;
140
- secondaryHoverFontColor: string;
141
- secondaryBorderColor: string;
142
- secondaryHoverBackgroundColor: string;
143
- secondaryActiveBackgroundColor: string;
144
- secondaryDisabledBackgroundColor: string;
145
- secondaryDisabledFontColor: string;
146
- secondaryDisabledBorderColor: string;
147
- secondaryBorderThickness: string;
148
- secondaryBorderStyle: string;
149
- secondaryBorderRadius: string;
150
- secondaryFontFamily: string;
151
- secondaryFontSize: string;
152
- secondaryFontWeight: string;
153
- textBackgroundColor: string;
154
- textFontColor: string;
155
- textHoverBackgroundColor: string;
156
- textActiveBackgroundColor: string;
157
- textDisabledBackgroundColor: string;
158
- textDisabledFontColor: string;
159
- textBorderThickness: string;
160
- textBorderStyle: string;
161
- textBorderRadius: string;
162
- textFontFamily: string;
163
- textFontSize: string;
164
- textFontWeight: string;
165
- }>;
166
- card?: Partial<{
167
- height: string;
168
- width: string;
169
- }>;
170
- checkbox?: Partial<{
171
- backgroundColorChecked: string;
172
- hoverBackgroundColorChecked: string;
173
- disabledBackgroundColorChecked: string;
174
- readOnlyBackgroundColorChecked: string;
175
- hoverReadOnlyBackgroundColorChecked: string;
176
- borderColor: string;
177
- hoverBorderColor: string;
178
- disabledBorderColor: string;
179
- readOnlyBorderColor: string;
180
- hoverReadOnlyBorderColor: string;
181
- checkColor: string;
182
- disabledCheckColor: string;
183
- readOnlyCheckColor: string;
184
- fontFamily: string;
185
- fontSize: string;
186
- fontWeight: string;
187
- fontColor: string;
188
- disabledFontColor: string;
189
- focusColor: string;
190
- checkLabelSpacing: string;
191
- }>;
192
- chip?: Partial<{
193
- backgroundColor: string;
194
- disabledBackgroundColor: string;
195
- fontFamily: string;
196
- fontSize: string;
197
- fontStyle: string;
198
- fontWeight: string;
199
- fontColor: string;
200
- disabledFontColor: string;
201
- borderColor: string;
202
- borderRadius: string;
203
- borderThickness: string;
204
- borderStyle: string;
205
- contentPaddingLeft: string;
206
- contentPaddingRight: string;
207
- contentPaddingTop: string;
208
- contentPaddingBottom: string;
209
- iconSize: string;
210
- iconSpacing: string;
211
- iconColor: string;
212
- hoverIconColor: string;
213
- activeIconColor: string;
214
- disabledIconColor: string;
215
- focusColor: string;
216
- focusBorderStyle: string;
217
- focusBorderThickness: string;
218
- focusBorderRadius: string;
219
- }>;
220
- dateInput?: Partial<{
221
- pickerBackgroundColor: string;
222
- pickerFontColor: string;
223
- pickerBorderColor: string;
224
- pickerSelectedBackgroundColor: string;
225
- pickerSelectedFontColor: string;
226
- pickerHoverBackgroundColor: string;
227
- pickerHoverFontColor: string;
228
- pickerActiveBackgroundColor: string;
229
- pickerActiveFontColor: string;
230
- pickerNonCurrentMonthFontColor: string;
231
- pickerCurrentDateBorderColor: string;
232
- pickerCurrentDateFontColor: string;
233
- pickerCurrentYearFontColor: string;
234
- pickerHeaderBackgroundColor: string;
235
- pickerHeaderFontColor: string;
236
- pickerHeaderHoverBackgroundColor: string;
237
- pickerHeaderHoverFontColor: string;
238
- pickerHeaderActiveBackgroundColor: string;
239
- pickerHeaderActiveFontColor: string;
240
- pickerFocusColor: string;
241
- pickerBorderWidth: string;
242
- pickerBorderStyle: string;
243
- pickerFocusWidth: string;
244
- pickerCurrentDateBorderWidth: string;
245
- pickerFontFamily: string;
246
- pickerFontSize: string;
247
- pickerFontWeight: string;
248
- pickerInteractedYearFontSize: string;
249
- pickerHeaderFontSize: string;
250
- }>;
251
- dialog?: Partial<{
252
- overlayColor: string;
253
- backgroundColor: string;
254
- closeIconWidth: string;
255
- closeIconHeight: string;
256
- closeIconTopPosition: string;
257
- closeIconRightPosition: string;
258
- closeIconBackgroundColor: string;
259
- closeIconBorderColor: string;
260
- closeIconColor: string;
261
- closeIconBorderThickness: string;
262
- closeIconBorderStyle: string;
263
- closeIconBorderRadius: string;
264
- boxShadowOffsetX: string;
265
- boxShadowOffsetY: string;
266
- boxShadowBlur: string;
267
- boxShadowColor: string;
268
- }>;
269
- dropdown?: Partial<{
270
- buttonBackgroundColor: string;
271
- hoverButtonBackgroundColor: string;
272
- activeButtonBackgroundColor: string;
273
- buttonFontFamily: string;
274
- buttonFontSize: string;
275
- buttonFontStyle: string;
276
- buttonFontWeight: string;
277
- buttonFontColor: string;
278
- buttonIconSize: string;
279
- buttonIconSpacing: string;
280
- buttonIconColor: string;
281
- buttonPaddingTop: string;
282
- buttonPaddingBottom: string;
283
- buttonPaddingLeft: string;
284
- buttonPaddingRight: string;
285
- disabledColor: string;
286
- disabledButtonBackgroundColor: string;
287
- disabledBorderColor: string;
288
- optionBackgroundColor: string;
289
- hoverOptionBackgroundColor: string;
290
- activeOptionBackgroundColor: string;
291
- optionFontFamily: string;
292
- optionFontSize: string;
293
- optionFontStyle: string;
294
- optionFontWeight: string;
295
- optionFontColor: string;
296
- optionIconSize: string;
297
- optionIconSpacing: string;
298
- optionIconColor: string;
299
- optionPaddingTop: string;
300
- optionPaddingBottom: string;
301
- optionPaddingLeft: string;
302
- optionPaddingRight: string;
303
- caretIconSize: string;
304
- caretIconColor: string;
305
- caretIconSpacing: string;
306
- borderRadius: string;
307
- borderStyle: string;
308
- borderThickness: string;
309
- borderColor: string;
310
- scrollBarThumbColor: string;
311
- scrollBarTrackColor: string;
312
- focusColor: string;
313
- }>;
314
- fileInput?: Partial<{
315
- dropBorderColor: string;
316
- fileItemBorderColor: string;
317
- fileNameFontColor: string;
318
- labelFontColor: string;
319
- helperTextFontColor: string;
320
- dropLabelFontColor: string;
321
- disabledLabelFontColor: string;
322
- disabledHelperTextFontcolor: string;
323
- disabledDropLabelFontColor: string;
324
- focusDropBorderColor: string;
325
- disabledDropBorderColor: string;
326
- dragoverDropBackgroundColor: string;
327
- activeFileItemIconBackgrounColor: string;
328
- errorFileItemBorderColor: string;
329
- errorFileItemBackgroundColor: string;
330
- errorFilePreviewBackgroundColor: string;
331
- errorFileItemIconColor: string;
332
- fileItemIconBackgroundColor: string;
333
- deleteFileItemColor: string;
334
- errorMessageFontColor: string;
335
- labelFontFamily: string;
336
- labelFontSize: string;
337
- labelFontWeight: string;
338
- labelLineHeight: string;
339
- fileItemFontFamily: string;
340
- fileItemFontSize: string;
341
- fileItemFontWeight: string;
342
- fileItemLineHeight: string;
343
- helperTextFontFamily: string;
344
- helperTextFontSize: string;
345
- helperTextFontWeight: string;
346
- helperTextLineHeight: string;
347
- dropLabelFontFamily: string;
348
- dropLabelFontSize: string;
349
- dropLabelFontWeight: string;
350
- errorMessageFontFamily: string;
351
- errorMessageFontSize: string;
352
- errorMessageFontWeight: string;
353
- errorMessageLineHeight: string;
354
- dropBorderThickness: string;
355
- dropBorderStyle: string;
356
- dropBorderRadius: string;
357
- fileItemBorderThickness: string;
358
- fileItemBorderStyle: string;
359
- fileItemBorderRadius: string;
360
- hoverDeleteFileItemBackgroundColor: string;
361
- activeDeleteFileItemBackgroundColor: string;
362
- focusDeleteFileItemBorderColor: string;
363
- filePreviewBackgroundColor: string;
364
- filePreviewIconColor: string;
365
- errorFilePreviewIconColor: string;
366
- }>;
367
- footer?: Partial<{
368
- height: string;
369
- backgroundColor: string;
370
- bottomLinksDividerColor: string;
371
- bottomLinksDividerThickness: string;
372
- bottomLinksDividerStyle: string;
373
- bottomLinksDividerSpacing: string;
374
- bottomLinksFontFamily: string;
375
- bottomLinksFontSize: string;
376
- bottomLinksFontStyle: string;
377
- bottomLinksFontWeight: string;
378
- bottomLinksFontColor: string;
379
- bottomLinksTextDecoration: string;
380
- copyrightFontFamily: string;
381
- copyrightFontSize: string;
382
- copyrightFontStyle: string;
383
- copyrightFontWeight: string;
384
- copyrightFontColor: string;
385
- logo: string;
386
- logoHeight: string;
387
- logoWidth: string;
388
- socialLinksSize: string;
389
- socialLinksGutter: string;
390
- socialLinksColor: string;
391
- }>;
392
- header?: Partial<{
393
- backgroundColor: string;
394
- hamburguerFocusColor: string;
395
- hamburguerFontFamily: string;
396
- hamburguerFontStyle: string;
397
- hamburguerFontColor: string;
398
- hamburguerFontSize: string;
399
- hamburguerFontWeight: string;
400
- hamburguerTextTransform: string;
401
- hamburguerIconColor: string;
402
- hamburguerHoverColor: string;
403
- logo: string;
404
- logoResponsive: string;
405
- logoHeight: string;
406
- logoWidth: string;
407
- menuBackgroundColor: string;
408
- menuZindex: string;
409
- menuTabletWidth: string;
410
- menuMobileWidth: string;
411
- minHeight: string;
412
- overlayColor: string;
413
- overlayOpacity: string;
414
- overlayZindex: string;
415
- paddingTop: string;
416
- paddingBottom: string;
417
- paddingRight: string;
418
- paddingLeft: string;
419
- underlinedColor: string;
420
- underlinedThickness: string;
421
- underlinedStyle: string;
422
- contentColor: string;
423
- }>;
424
- heading?: Partial<{
425
- level1FontColor: string;
426
- level1FontFamily: string;
427
- level1FontSize: string;
428
- level1FontStyle: string;
429
- level1FontWeight: string;
430
- level1LineHeight: string;
431
- level1LetterSpacing: string;
432
- level2FontColor: string;
433
- level2FontFamily: string;
434
- level2FontSize: string;
435
- level2FontStyle: string;
436
- level2FontWeight: string;
437
- level2LineHeight: string;
438
- level2LetterSpacing: string;
439
- level3FontColor: string;
440
- level3FontFamily: string;
441
- level3FontSize: string;
442
- level3FontStyle: string;
443
- level3FontWeight: string;
444
- level3LineHeight: string;
445
- level3LetterSpacing: string;
446
- level4FontColor: string;
447
- level4FontFamily: string;
448
- level4FontSize: string;
449
- level4FontStyle: string;
450
- level4FontWeight: string;
451
- level4LineHeight: string;
452
- level4LetterSpacing: string;
453
- level5FontColor: string;
454
- level5FontFamily: string;
455
- level5FontSize: string;
456
- level5FontStyle: string;
457
- level5FontWeight: string;
458
- level5LineHeight: string;
459
- level5LetterSpacing: string;
460
- }>;
461
- image?: Partial<{
462
- captionFontColor: string;
463
- captionFontFamily: string;
464
- captionFontSize: string;
465
- captionFontStyle: string;
466
- captionFontWeight: string;
467
- captionLineHeight: string;
468
- }>;
469
- link?: Partial<{
470
- fontColor: string;
471
- fontFamily: string;
472
- fontSize: string;
473
- fontStyle: string;
474
- fontWeight: string;
475
- iconSize: string;
476
- iconSpacing: string;
477
- underlineSpacing: string;
478
- underlineStyle: string;
479
- underlineThickness: string;
480
- disabledFontColor: string;
481
- hoverFontColor: string;
482
- hoverUnderlineColor: string;
483
- visitedFontColor: string;
484
- visitedUnderlineColor: string;
485
- activeFontColor: string;
486
- activeUnderlineColor: string;
487
- focusColor: string;
488
- }>;
489
- navTabs?: Partial<{
490
- selectedBackgroundColor: string;
491
- unselectedBackgroundColor: string;
492
- hoverBackgroundColor: string;
493
- pressedBackgroundColor: string;
494
- selectedFontColor: string;
495
- unselectedFontColor: string;
496
- disabledFontColor: string;
497
- focusOutline: string;
498
- selectedUnderlineColor: string;
499
- dividerColor: string;
500
- fontFamily: string;
501
- fontSize: string;
502
- fontStyle: string;
503
- fontWeight: string;
504
- selectedIconColor: string;
505
- unselectedIconColor: string;
506
- disabledIconColor: string;
507
- }>;
508
- paginator?: Partial<{
509
- backgroundColor: string;
510
- fontColor: string;
511
- fontFamily: string;
512
- fontSize: string;
513
- fontStyle: string;
514
- fontWeight: string;
515
- fontTextTransform: string;
516
- verticalPadding: string;
517
- horizontalPadding: string;
518
- marginRight: string;
519
- marginLeft: string;
520
- itemsPerPageSelectorMarginLeft: string;
521
- itemsPerPageSelectorMarginRight: string;
522
- pageSelectorMarginRight: string;
523
- pageSelectorMarginLeft: string;
524
- totalItemsContainerMarginRight: string;
525
- totalItemsContainerMarginLeft: string;
526
- }>;
527
- paragraph?: Partial<{
528
- fontColor: string;
529
- display: string;
530
- fontSize: string;
531
- fontWeight: string;
532
- }>;
533
- progressBar?: Partial<{
534
- trackLineColor: string;
535
- totalLineColor: string;
536
- labelFontFamily: string;
537
- labelFontSize: string;
538
- labelFontStyle: string;
539
- labelFontWeight: string;
540
- labelFontColor: string;
541
- labelFontTextTransform: string;
542
- valueFontFamily: string;
543
- valueFontSize: string;
544
- valueFontStyle: string;
545
- valueFontWeight: string;
546
- valueFontColor: string;
547
- valueFontTextTransform: string;
548
- helperTextFontColor: string;
549
- helperTextFontSize: string;
550
- helperTextFontStyle: string;
551
- helperTextFontWeight: string;
552
- helperTextFontFamily: string;
553
- thickness: string;
554
- borderRadius: string;
555
- overlayColor: string;
556
- overlayFontColor: string;
557
- }>;
558
- quickNav?: Partial<{
559
- fontColor: string;
560
- hoverFontColor: string;
561
- dividerBorderColor: string;
562
- focusBorderColor: string;
563
- focusBorderStyle: string;
564
- focusBorderThickness: string;
565
- focusBorderRadius: string;
566
- paddingTop: string;
567
- paddingBottom: string;
568
- paddingLeft: string;
569
- paddingRight: string;
570
- fontFamily: string;
571
- fontSize: string;
572
- fontStyle: string;
573
- fontWeight: string;
574
- }>;
575
- radioGroup?: Partial<{
576
- fontFamily: string;
577
- radioInputColor: string;
578
- hoverRadioInputColor: string;
579
- focusBorderColor: string;
580
- activeRadioInputColor: string;
581
- errorRadioInputColor: string;
582
- hoverErrorRadioInputColor: string;
583
- activeErrorRadioInputColor: string;
584
- readOnlyRadioInputColor: string;
585
- hoverReadOnlyRadioInputColor: string;
586
- activeReadOnlyRadioInputColor: string;
587
- disabledRadioInputColor: string;
588
- disabledLabelFontColor: string;
589
- disabledHelperTextFontColor: string;
590
- disabledRadioInputLabelFontColor: string;
591
- errorMessageColor: string;
592
- labelFontColor: string;
593
- labelFontSize: string;
594
- labelFontStyle: string;
595
- labelFontWeight: string;
596
- labelLineHeight: string;
597
- optionalLabelFontWeight: string;
598
- helperTextFontColor: string;
599
- helperTextFontSize: string;
600
- helperTextFontStyle: string;
601
- helperTextFontWeight: string;
602
- helperTextLineHeight: string;
603
- radioInputLabelFontColor: string;
604
- radioInputLabelFontSize: string;
605
- radioInputLabelFontStyle: string;
606
- radioInputLabelFontWeight: string;
607
- radioInputLabelLineHeight: string;
608
- groupLabelMargin: string;
609
- radioInputLabelMargin: string;
610
- groupVerticalGutter: string;
611
- groupHorizontalGutter: string;
612
- }>;
613
- select?: Partial<{
614
- fontFamily: string;
615
- disabledColor: string;
616
- enabledInputBorderColor: string;
617
- hoverInputBorderColor: string;
618
- focusInputBorderColor: string;
619
- errorInputBorderColor: string;
620
- hoverInputErrorBorderColor: string;
621
- disabledInputBorderColor: string;
622
- disabledInputBackgroundColor: string;
623
- inputMarginTop: string;
624
- inputMarginBottom: string;
625
- errorMessageColor: string;
626
- errorIconColor: string;
627
- labelFontColor: string;
628
- labelFontSize: string;
629
- labelFontStyle: string;
630
- labelFontWeight: string;
631
- labelLineHeight: string;
632
- optionalLabelFontWeight: string;
633
- helperTextFontColor: string;
634
- helperTextFontSize: string;
635
- helperTextFontStyle: string;
636
- helperTextFontWeight: string;
637
- helperTextLineHeight: string;
638
- placeholderFontColor: string;
639
- valueFontColor: string;
640
- valueFontSize: string;
641
- valueFontStyle: string;
642
- valueFontWeight: string;
643
- actionIconColor: string;
644
- hoverActionIconColor: string;
645
- activeActionIconColor: string;
646
- actionBackgroundColor: string;
647
- hoverActionBackgroundColor: string;
648
- activeActionBackgroundColor: string;
649
- listOptionFontColor: string;
650
- listOptionFontSize: string;
651
- listOptionFontStyle: string;
652
- listOptionFontWeight: string;
653
- listOptionIconColor: string;
654
- listOptionDividerColor: string;
655
- listGroupLabelFontWeight: string;
656
- focusListOptionBorderColor: string;
657
- systemMessageFontColor: string;
658
- collapseIndicatorColor: string;
659
- listDialogBackgroundColor: string;
660
- listDialogBorderColor: string;
661
- selectedListOptionBackgroundColor: string;
662
- selectedHoverListOptionBackgroundColor: string;
663
- selectedActiveListOptionBackgroundColor: string;
664
- selectedListOptionIconColor: string;
665
- unselectedHoverListOptionBackgroundColor: string;
666
- unselectedActiveListOptionBackgroundColor: string;
667
- selectionIndicatorFontColor: string;
668
- selectionIndicatorFontSize: string;
669
- selectionIndicatorFontStyle: string;
670
- selectionIndicatorFontWeight: string;
671
- selectionIndicatorBorderColor: string;
672
- selectionIndicatorBackgroundColor: string;
673
- enabledSelectionIndicatorActionBackgroundColor: string;
674
- enabledSelectionIndicatorActionIconColor: string;
675
- hoverSelectionIndicatorActionBackgroundColor: string;
676
- hoverSelectionIndicatorActionIconColor: string;
677
- activeSelectionIndicatorActionBackgroundColor: string;
678
- activeSelectionIndicatorActionIconColor: string;
679
- }>;
680
- sidenav?: Partial<{
681
- backgroundColor: string;
682
- titleFontFamily: string;
683
- titleFontSize: string;
684
- titleFontStyle: string;
685
- titleFontWeight: string;
686
- titleFontColor: string;
687
- titleFontTextTransform: string;
688
- titleFontLetterSpacing: string;
689
- groupTitleFontFamily: string;
690
- groupTitleFontSize: string;
691
- groupTitleFontStyle: string;
692
- groupTitleFontWeight: string;
693
- groupTitleFontColor: string;
694
- groupTitleHoverBackgroundColor: string;
695
- groupTitleActiveBackgroundColor: string;
696
- groupTitleSelectedFontColor: string;
697
- groupTitleSelectedBackgroundColor: string;
698
- groupTitleSelectedHoverFontColor: string;
699
- groupTitleSelectedHoverBackgroundColor: string;
700
- groupTitleFontTextTransform: string;
701
- groupTitleFontLetterSpacing: string;
702
- linkFontFamily: string;
703
- linkFontSize: string;
704
- linkFontStyle: string;
705
- linkFontWeight: string;
706
- linkFontColor: string;
707
- linkHoverBackgroundColor: string;
708
- linkSelectedFontColor: string;
709
- linkSelectedBackgroundColor: string;
710
- linkSelectedHoverFontColor: string;
711
- linkSelectedHoverBackgroundColor: string;
712
- linkFontTextTransform: string;
713
- linkFontLetterSpacing: string;
714
- linkTextDecoration: string;
715
- linkMarginTop: string;
716
- linkMarginBottom: string;
717
- linkMarginRight: string;
718
- linkMarginLeft: string;
719
- linkFocusColor: string;
720
- scrollBarThumbColor: string;
721
- scrollBarTrackColor: string;
722
- }>;
723
- slider?: Partial<{
724
- fontFamily: string;
725
- limitValuesFontColor: string;
726
- limitValuesFontSize: string;
727
- limitValuesFontStyle: string;
728
- limitValuesFontWeight: string;
729
- limitValuesFontLetterSpacing: string;
730
- disabledLimitValuesFontColor: string;
731
- labelFontFamily: string;
732
- labelFontSize: string;
733
- labelFontStyle: string;
734
- labelFontWeight: string;
735
- labelLineHeight: string;
736
- helperTextFontFamily: string;
737
- helperTextFontSize: string;
738
- helperTextFontStyle: string;
739
- helperTextFontWeight: string;
740
- helperTextLineHeight: string;
741
- fontColor: string;
742
- labelFontColor: string;
743
- helperTextFontColor: string;
744
- disabledLabelFontColor: string;
745
- disabledHelperTextFontColor: string;
746
- thumbHeight: string;
747
- thumbWidth: string;
748
- hoverThumbHeight: string;
749
- hoverThumbWidth: string;
750
- thumbVerticalPosition: string;
751
- hoverThumbVerticalPosition: string;
752
- thumbBackgroundColor: string;
753
- hoverThumbScale: string;
754
- hoverThumbBackgroundColor: string;
755
- activeThumbScale: string;
756
- activeThumbBackgroundColor: string;
757
- focusThumbBackgroundColor: string;
758
- tickHeight: string;
759
- tickWidth: string;
760
- tickVerticalPosition: string;
761
- tickBackgroundColor: string;
762
- trackLineThickness: string;
763
- trackLineVerticalPosition: string;
764
- trackLineColor: string;
765
- totalLineThickness: string;
766
- totalLineVerticalPosition: string;
767
- totalLineColor: string;
768
- disabledThumbVerticalPosition: string;
769
- disabledThumbBackgroundColor: string;
770
- disabledTickVerticalPosition: string;
771
- disabledTickBackgroundColor: string;
772
- disabledTrackLineColor: string;
773
- disabledTotalLineColor: string;
774
- focusColor: string;
775
- floorLabelMarginRight: string;
776
- ceilLabelMarginLeft: string;
777
- inputMarginLeft: string;
778
- }>;
779
- spinner?: Partial<{
780
- trackCircleColor: string;
781
- trackCircleColorOverlay: string;
782
- totalCircleColor: string;
783
- labelFontFamily: string;
784
- labelFontSize: string;
785
- labelFontStyle: string;
786
- labelFontWeight: string;
787
- labelFontColor: string;
788
- labelTextAlign: string;
789
- progressValueFontFamily: string;
790
- progressValueFontSize: string;
791
- progressValueFontStyle: string;
792
- progressValueFontWeight: string;
793
- progressValueFontColor: string;
794
- progressValueTextAlign: string;
795
- overlayBackgroundColor: string;
796
- overlayOpacity: string;
797
- overlayLabelFontFamily: string;
798
- overlayLabelFontSize: string;
799
- overlayLabelFontStyle: string;
800
- overlayLabelFontWeight: string;
801
- overlayLabelFontColor: string;
802
- overlayLabelTextAlign: string;
803
- overlayProgressValueFontFamily: string;
804
- overlayProgressValueFontSize: string;
805
- overlayProgressValueFontStyle: string;
806
- overlayProgressValueFontWeight: string;
807
- overlayProgressValueFontColor: string;
808
- overlayProgressValueTextAlign: string;
809
- }>;
810
- switch?: Partial<{
811
- checkedTrackBackgroundColor: string;
812
- checkedThumbBackgroundColor: string;
813
- uncheckedTrackBackgroundColor: string;
814
- uncheckedThumbBackgroundColor: string;
815
- disabledCheckedTrackBackgroundColor: string;
816
- disabledCheckedThumbBackgroundColor: string;
817
- disabledUncheckedTrackBackgroundColor: string;
818
- disabledUncheckedThumbBackgroundColor: string;
819
- disabledLabelFontColor: string;
820
- disabledLabelFontStyle: string;
821
- labelFontFamily: string;
822
- labelFontSize: string;
823
- labelFontStyle: string;
824
- labelFontWeight: string;
825
- labelFontColor: string;
826
- thumbFocusColor: string;
827
- thumbHeight: string;
828
- thumbWidth: string;
829
- thumbShift: string;
830
- trackHeight: string;
831
- trackWidth: string;
832
- spaceBetweenLabelSwitch: string;
833
- }>;
834
- table?: Partial<{
835
- rowSeparatorThickness: string;
836
- rowSeparatorStyle: string;
837
- rowSeparatorColor: string;
838
- dataBackgroundColor: string;
839
- dataFontFamily: string;
840
- dataFontSize: string;
841
- dataFontStyle: string;
842
- dataFontWeight: string;
843
- dataFontColor: string;
844
- dataFontTextTransform: string;
845
- dataPaddingTop: string;
846
- dataPaddingBottom: string;
847
- dataPaddingRight: string;
848
- dataPaddingLeft: string;
849
- dataTextAlign: string;
850
- dataTextLineHeight: string;
851
- headerBackgroundColor: string;
852
- headerBorderRadius: string;
853
- headerFontFamily: string;
854
- headerFontSize: string;
855
- headerFontStyle: string;
856
- headerFontWeight: string;
857
- headerFontColor: string;
858
- headerFontTextTransform: string;
859
- headerPaddingTop: string;
860
- headerPaddingBottom: string;
861
- headerPaddingRight: string;
862
- headerPaddingLeft: string;
863
- headerTextAlign: string;
864
- headerTextLineHeight: string;
865
- scrollBarThumbColor: string;
866
- scrollBarTrackColor: string;
867
- sortIconColor: string;
868
- }>;
869
- tabs?: Partial<{
870
- fontFamily: string;
871
- fontSize: string;
872
- fontStyle: string;
873
- fontWeight: string;
874
- fontTextTransform: string;
875
- selectedBackgroundColor: string;
876
- selectedFontColor: string;
877
- selectedIconColor: string;
878
- selectedUnderlineColor: string;
879
- selectedUnderlineThickness: string;
880
- unselectedBackgroundColor: string;
881
- unselectedFontColor: string;
882
- unselectedIconColor: string;
883
- disabledFontColor: string;
884
- disabledIconColor: string;
885
- disabledFontStyle: string;
886
- hoverBackgroundColor: string;
887
- pressedBackgroundColor: string;
888
- pressedFontWeight: string;
889
- dividerColor: string;
890
- dividerThickness: string;
891
- focusOutline: string;
892
- scrollButtonsWidth: string;
893
- }>;
894
- tag?: Partial<{
895
- fontFamily: string;
896
- fontColor: string;
897
- fontSize: string;
898
- fontStyle: string;
899
- fontWeight: string;
900
- labelPaddingTop: string;
901
- labelPaddingBottom: string;
902
- labelPaddingLeft: string;
903
- labelPaddingRight: string;
904
- height: string;
905
- iconColor: string;
906
- iconSectionWidth: string;
907
- iconHeight: string;
908
- iconWidth: string;
909
- focusColor: string;
910
- }>;
911
- textarea?: Partial<{
912
- fontFamily: string;
913
- enabledBorderColor: string;
914
- hoverBorderColor: string;
915
- focusBorderColor: string;
916
- disabledBorderColor: string;
917
- disabledContainerFillColor: string;
918
- readOnlyBorderColor: string;
919
- hoverReadOnlyBorderColor: string;
920
- errorBorderColor: string;
921
- hoverErrorBorderColor: string;
922
- inputMarginTop: string;
923
- inputMarginBottom: string;
924
- errorMessageColor: string;
925
- labelFontColor: string;
926
- labelFontSize: string;
927
- labelFontStyle: string;
928
- labelFontWeight: string;
929
- labelLineHeight: string;
930
- disabledLabelFontColor: string;
931
- optionalLabelFontWeight: string;
932
- helperTextFontColor: string;
933
- helperTextFontSize: string;
934
- helperTextFontStyle: string;
935
- helperTextFontWeight: string;
936
- helperTextLineHeight: string;
937
- disabledHelperTextFontColor: string;
938
- placeholderFontColor: string;
939
- disabledPlaceholderFontColor: string;
940
- valueFontColor: string;
941
- valueFontSize: string;
942
- valueFontStyle: string;
943
- valueFontWeight: string;
944
- disabledValueFontColor: string;
945
- }>;
946
- textInput?: Partial<{
947
- fontFamily: string;
948
- enabledBorderColor: string;
949
- hoverBorderColor: string;
950
- focusBorderColor: string;
951
- disabledBorderColor: string;
952
- disabledContainerFillColor: string;
953
- readOnlyBorderColor: string;
954
- hoverReadOnlyBorderColor: string;
955
- errorBorderColor: string;
956
- hoverErrorBorderColor: string;
957
- inputMarginTop: string;
958
- inputMarginBottom: string;
959
- errorMessageColor: string;
960
- errorIconColor: string;
961
- labelFontColor: string;
962
- labelFontSize: string;
963
- labelFontStyle: string;
964
- labelFontWeight: string;
965
- labelLineHeight: string;
966
- disabledLabelFontColor: string;
967
- optionalLabelFontWeight: string;
968
- helperTextFontColor: string;
969
- helperTextFontSize: string;
970
- helperTextFontStyle: string;
971
- helperTextFontWeight: string;
972
- helperTextLineHeight: string;
973
- disabledHelperTextFontColor: string;
974
- prefixColor: string;
975
- suffixColor: string;
976
- disabledPrefixColor: string;
977
- disabledSuffixColor: string;
978
- placeholderFontColor: string;
979
- disabledPlaceholderFontColor: string;
980
- valueFontColor: string;
981
- valueFontSize: string;
982
- valueFontStyle: string;
983
- valueFontWeight: string;
984
- disabledValueFontColor: string;
985
- actionIconColor: string;
986
- disabledActionIconColor: string;
987
- hoverActionIconColor: string;
988
- focusActionIconColor: string;
989
- activeActionIconColor: string;
990
- actionBackgroundColor: string;
991
- disabledActionBackgroundColor: string;
992
- hoverActionBackgroundColor: string;
993
- focusActionBorderColor: string;
994
- activeActionBackgroundColor: string;
995
- listDialogBackgroundColor: string;
996
- listDialogBorderColor: string;
997
- listOptionDividerColor: string;
998
- listOptionFontColor: string;
999
- listOptionFontSize: string;
1000
- listOptionFontStyle: string;
1001
- listOptionFontWeight: string;
1002
- systemMessageFontColor: string;
1003
- errorListDialogFontColor: string;
1004
- errorListDialogBackgroundColor: string;
1005
- errorListDialogBorderColor: string;
1006
- hoverListOptionBackgroundColor: string;
1007
- activeListOptionBackgroundColor: string;
1008
- focusListOptionBorderColor: string;
1009
- }>;
1010
- toggleGroup?: Partial<{
1011
- containerBackgroundColor: string;
1012
- containerBorderColor: string;
1013
- labelFontColor: string;
1014
- disabledLabelFontColor: string;
1015
- helperTextFontColor: string;
1016
- disabledHelperTextFontcolor: string;
1017
- unselectedBackgroundColor: string;
1018
- unselectedHoverBackgroundColor: string;
1019
- unselectedActiveBackgroundColor: string;
1020
- unselectedDisabledBackgroundColor: string;
1021
- unselectedFontColor: string;
1022
- unselectedDisabledFontColor: string;
1023
- selectedBackgroundColor: string;
1024
- selectedHoverBackgroundColor: string;
1025
- selectedActiveBackgroundColor: string;
1026
- selectedDisabledBackgroundColor: string;
1027
- selectedFontColor: string;
1028
- selectedDisabledFontColor: string;
1029
- focusColor: string;
1030
- labelFontFamily: string;
1031
- labelFontSize: string;
1032
- labelFontStyle: string;
1033
- labelFontWeight: string;
1034
- labelLineHeight: string;
1035
- helperTextFontFamily: string;
1036
- helperTextFontSize: string;
1037
- helperTextFontStyle: string;
1038
- helperTextFontWeight: string;
1039
- helperTextLineHeight: string;
1040
- optionLabelFontFamily: string;
1041
- optionLabelFontSize: string;
1042
- optionLabelFontStyle: string;
1043
- optionLabelFontWeight: string;
1044
- iconPaddingRight: string;
1045
- iconPaddingLeft: string;
1046
- labelPaddingLeft: string;
1047
- labelPaddingRight: string;
1048
- iconMarginRight: string;
1049
- containerMarginTop: string;
1050
- optionBorderThickness: string;
1051
- optionBorderStyle: string;
1052
- optionBorderRadius: string;
1053
- containerBorderThickness: string;
1054
- containerBorderStyle: string;
1055
- containerBorderRadius: string;
1056
- optionFocusBorderThickness: string;
1057
- }>;
1058
- wizard?: Partial<{
1059
- visitedStepFontColor: string;
1060
- visitedStepBackgroundColor: string;
1061
- visitedStepBorderColor: string;
1062
- unvisitedStepFontColor: string;
1063
- unvisitedLabelFontColor: string;
1064
- unvisitedHelperTextFontColor: string;
1065
- unvisitedStepBackgroundColor: string;
1066
- unvisitedStepBorderColor: string;
1067
- selectedStepFontColor: string;
1068
- selectedStepBackgroundColor: string;
1069
- selectedStepBorderColor: string;
1070
- selectedLabelFontColor: string;
1071
- selectedHelperTextFontColor: string;
1072
- selectedStepWidth: string;
1073
- selectedStepHeight: string;
1074
- selectedStepBorderThickness: string;
1075
- selectedStepBorderStyle: string;
1076
- selectedStepBorderRadius: string;
1077
- stepFontSize: string;
1078
- stepFontFamily: string;
1079
- stepFontStyle: string;
1080
- stepFontWeight: string;
1081
- stepFontTracking: string;
1082
- stepIconSize: string;
1083
- stepWidth: string;
1084
- stepHeight: string;
1085
- stepBorderThickness: string;
1086
- stepBorderStyle: string;
1087
- stepBorderRadius: string;
1088
- visitedLabelFontColor: string;
1089
- labelFontSize: string;
1090
- labelFontFamily: string;
1091
- labelFontStyle: string;
1092
- labelFontWeight: string;
1093
- labelFontTracking: string;
1094
- labelFontTextTransform: string;
1095
- labelTextAlign: string;
1096
- helperTextFontSize: string;
1097
- helperTextFontFamily: string;
1098
- helperTextFontStyle: string;
1099
- helperTextFontWeight: string;
1100
- helperTextFontTracking: string;
1101
- helperTextFontTextTransform: string;
1102
- visitedHelperTextFontColor: string;
1103
- helperTextTextAlign: string;
1104
- disabledStepBackgroundColor: string;
1105
- disabledStepFontColor: string;
1106
- disabledLabelFontColor: string;
1107
- disabledHelperTextFontColor: string;
1108
- disabledStepBorderColor: string;
1109
- disabledStepWidth: string;
1110
- disabledStepHeight: string;
1111
- disabledStepBorderThickness: string;
1112
- disabledStepBorderStyle: string;
1113
- disabledStepBorderRadius: string;
1114
- separatorBorderThickness: string;
1115
- separatorBorderStyle: string;
1116
- separatorColor: string;
1117
- focusColor: string;
1118
- }>;
1119
- };
1120
- export default useTheme;