@dxc-technology/halstack-react 0.0.0-c5f6a2f → 0.0.0-c667373

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