@dxc-technology/halstack-react 11.0.0 → 12.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (386) hide show
  1. package/BackgroundColorContext.d.ts +1 -10
  2. package/BackgroundColorContext.js +3 -8
  3. package/HalstackContext.d.ts +32 -145
  4. package/HalstackContext.js +3 -7
  5. package/accordion/Accordion.accessibility.test.d.ts +1 -0
  6. package/accordion/Accordion.accessibility.test.js +71 -0
  7. package/accordion/Accordion.js +18 -35
  8. package/accordion/Accordion.stories.tsx +7 -49
  9. package/accordion/Accordion.test.d.ts +1 -0
  10. package/accordion/Accordion.test.js +3 -3
  11. package/accordion/types.d.ts +1 -1
  12. package/accordion-group/AccordionGroup.accessibility.test.d.ts +1 -0
  13. package/accordion-group/AccordionGroup.accessibility.test.js +82 -0
  14. package/accordion-group/AccordionGroup.d.ts +2 -3
  15. package/accordion-group/AccordionGroup.js +4 -4
  16. package/accordion-group/AccordionGroup.stories.tsx +23 -23
  17. package/accordion-group/AccordionGroup.test.d.ts +1 -0
  18. package/accordion-group/AccordionGroup.test.js +5 -9
  19. package/accordion-group/AccordionGroupAccordion.js +3 -3
  20. package/accordion-group/AccordionGroupContext.d.ts +3 -0
  21. package/accordion-group/AccordionGroupContext.js +8 -0
  22. package/accordion-group/types.d.ts +1 -1
  23. package/action-icon/ActionIcon.accessibility.test.d.ts +1 -0
  24. package/action-icon/ActionIcon.accessibility.test.js +63 -0
  25. package/action-icon/ActionIcon.d.ts +4 -0
  26. package/action-icon/ActionIcon.js +48 -0
  27. package/action-icon/ActionIcon.stories.tsx +41 -0
  28. package/action-icon/ActionIcon.test.d.ts +1 -0
  29. package/action-icon/ActionIcon.test.js +64 -0
  30. package/action-icon/types.d.ts +26 -0
  31. package/action-icon/types.js +5 -0
  32. package/alert/Alert.accessibility.test.d.ts +1 -0
  33. package/alert/Alert.accessibility.test.js +95 -0
  34. package/alert/Alert.js +21 -75
  35. package/alert/Alert.test.d.ts +1 -0
  36. package/alert/Alert.test.js +1 -1
  37. package/badge/Badge.accessibility.test.d.ts +1 -0
  38. package/badge/Badge.accessibility.test.js +129 -0
  39. package/badge/Badge.d.ts +1 -1
  40. package/badge/Badge.js +141 -28
  41. package/badge/Badge.stories.tsx +210 -0
  42. package/badge/Badge.test.d.ts +1 -0
  43. package/badge/Badge.test.js +30 -0
  44. package/badge/types.d.ts +52 -3
  45. package/box/Box.accessibility.test.d.ts +1 -0
  46. package/box/Box.accessibility.test.js +33 -0
  47. package/box/Box.js +2 -5
  48. package/box/Box.test.d.ts +1 -0
  49. package/box/Box.test.js +1 -1
  50. package/breadcrumbs/Breadcrumbs.accessibility.test.d.ts +1 -0
  51. package/breadcrumbs/Breadcrumbs.accessibility.test.js +96 -0
  52. package/breadcrumbs/Breadcrumbs.d.ts +4 -0
  53. package/breadcrumbs/Breadcrumbs.js +79 -0
  54. package/breadcrumbs/Breadcrumbs.stories.tsx +194 -0
  55. package/breadcrumbs/Breadcrumbs.test.d.ts +1 -0
  56. package/breadcrumbs/Breadcrumbs.test.js +169 -0
  57. package/breadcrumbs/Item.d.ts +4 -0
  58. package/breadcrumbs/Item.js +52 -0
  59. package/breadcrumbs/dropdownTheme.d.ts +53 -0
  60. package/breadcrumbs/dropdownTheme.js +62 -0
  61. package/breadcrumbs/types.d.ts +16 -0
  62. package/breadcrumbs/types.js +5 -0
  63. package/bulleted-list/BulletedList.accessibility.test.d.ts +1 -0
  64. package/bulleted-list/BulletedList.accessibility.test.js +119 -0
  65. package/bulleted-list/BulletedList.js +16 -23
  66. package/bulleted-list/BulletedList.stories.tsx +1 -2
  67. package/button/Button.accessibility.test.d.ts +1 -0
  68. package/button/Button.accessibility.test.js +127 -0
  69. package/button/Button.js +16 -16
  70. package/button/Button.stories.tsx +34 -53
  71. package/button/Button.test.d.ts +1 -0
  72. package/button/Button.test.js +4 -2
  73. package/button/types.d.ts +1 -1
  74. package/card/Card.accessibility.test.d.ts +1 -0
  75. package/card/Card.accessibility.test.js +36 -0
  76. package/card/Card.js +3 -2
  77. package/card/Card.test.d.ts +1 -0
  78. package/card/Card.test.js +1 -1
  79. package/checkbox/Checkbox.accessibility.test.d.ts +1 -0
  80. package/checkbox/Checkbox.accessibility.test.js +87 -0
  81. package/checkbox/Checkbox.js +36 -44
  82. package/checkbox/Checkbox.test.d.ts +1 -0
  83. package/checkbox/Checkbox.test.js +1 -1
  84. package/chip/Chip.accessibility.test.d.ts +1 -0
  85. package/chip/Chip.accessibility.test.js +69 -0
  86. package/chip/Chip.js +20 -26
  87. package/chip/Chip.stories.tsx +67 -50
  88. package/chip/Chip.test.d.ts +1 -0
  89. package/chip/Chip.test.js +5 -5
  90. package/chip/types.d.ts +35 -12
  91. package/common/coreTokens.d.ts +105 -14
  92. package/common/coreTokens.js +40 -22
  93. package/common/fonts.css +2 -0
  94. package/common/variables.d.ts +31 -141
  95. package/common/variables.js +104 -214
  96. package/container/Container.d.ts +4 -0
  97. package/container/Container.js +194 -0
  98. package/container/Container.stories.tsx +214 -0
  99. package/container/types.d.ts +74 -0
  100. package/container/types.js +5 -0
  101. package/contextual-menu/ContextualMenu.accessibility.test.d.ts +1 -0
  102. package/contextual-menu/ContextualMenu.accessibility.test.js +98 -0
  103. package/contextual-menu/ContextualMenu.d.ts +5 -0
  104. package/contextual-menu/ContextualMenu.js +88 -0
  105. package/contextual-menu/ContextualMenu.stories.tsx +232 -0
  106. package/contextual-menu/ContextualMenu.test.d.ts +1 -0
  107. package/contextual-menu/ContextualMenu.test.js +205 -0
  108. package/contextual-menu/GroupItem.d.ts +4 -0
  109. package/contextual-menu/GroupItem.js +67 -0
  110. package/contextual-menu/ItemAction.d.ts +4 -0
  111. package/contextual-menu/ItemAction.js +51 -0
  112. package/contextual-menu/MenuItem.d.ts +4 -0
  113. package/contextual-menu/MenuItem.js +29 -0
  114. package/contextual-menu/SingleItem.d.ts +4 -0
  115. package/contextual-menu/SingleItem.js +38 -0
  116. package/contextual-menu/types.d.ts +58 -0
  117. package/contextual-menu/types.js +5 -0
  118. package/date-input/Calendar.js +1 -1
  119. package/date-input/DateInput.accessibility.test.d.ts +1 -0
  120. package/date-input/DateInput.accessibility.test.js +230 -0
  121. package/date-input/DateInput.js +19 -20
  122. package/date-input/DateInput.stories.tsx +15 -8
  123. package/date-input/DateInput.test.d.ts +1 -0
  124. package/date-input/DateInput.test.js +9 -8
  125. package/date-input/DatePicker.js +13 -7
  126. package/date-input/YearPicker.js +1 -1
  127. package/date-input/types.d.ts +2 -2
  128. package/dialog/Dialog.accessibility.test.d.ts +1 -0
  129. package/dialog/Dialog.accessibility.test.js +69 -0
  130. package/dialog/Dialog.js +11 -25
  131. package/dialog/Dialog.stories.tsx +175 -0
  132. package/dialog/Dialog.test.d.ts +1 -0
  133. package/dialog/Dialog.test.js +113 -49
  134. package/divider/Divider.accessibility.test.d.ts +1 -0
  135. package/divider/Divider.accessibility.test.js +33 -0
  136. package/divider/Divider.d.ts +4 -0
  137. package/divider/Divider.js +36 -0
  138. package/divider/Divider.stories.tsx +223 -0
  139. package/divider/Divider.test.d.ts +1 -0
  140. package/divider/Divider.test.js +38 -0
  141. package/divider/types.d.ts +21 -0
  142. package/divider/types.js +5 -0
  143. package/dropdown/Dropdown.accessibility.test.d.ts +1 -0
  144. package/dropdown/Dropdown.accessibility.test.js +184 -0
  145. package/dropdown/Dropdown.js +37 -51
  146. package/dropdown/Dropdown.stories.tsx +15 -26
  147. package/dropdown/Dropdown.test.d.ts +1 -0
  148. package/dropdown/Dropdown.test.js +100 -70
  149. package/dropdown/DropdownMenu.js +4 -4
  150. package/dropdown/DropdownMenuItem.js +8 -4
  151. package/dropdown/types.d.ts +3 -5
  152. package/file-input/FileInput.accessibility.test.d.ts +1 -0
  153. package/file-input/FileInput.accessibility.test.js +167 -0
  154. package/file-input/FileInput.js +127 -145
  155. package/file-input/FileInput.test.d.ts +1 -0
  156. package/file-input/FileInput.test.js +125 -129
  157. package/file-input/FileItem.js +18 -28
  158. package/file-input/types.d.ts +1 -1
  159. package/footer/Footer.accessibility.test.d.ts +1 -0
  160. package/footer/Footer.accessibility.test.js +125 -0
  161. package/footer/Footer.d.ts +1 -1
  162. package/footer/Footer.js +36 -31
  163. package/footer/Footer.stories.tsx +58 -2
  164. package/footer/Footer.test.d.ts +1 -0
  165. package/footer/Footer.test.js +1 -1
  166. package/footer/Icons.d.ts +1 -0
  167. package/footer/Icons.js +52 -16
  168. package/footer/types.d.ts +8 -8
  169. package/header/Header.accessibility.test.d.ts +1 -0
  170. package/header/Header.accessibility.test.js +94 -0
  171. package/header/Header.js +20 -41
  172. package/header/Header.stories.tsx +16 -0
  173. package/header/Header.test.d.ts +1 -0
  174. package/header/Header.test.js +1 -1
  175. package/header/Icons.js +1 -6
  176. package/header/types.d.ts +4 -3
  177. package/heading/Heading.accessibility.test.d.ts +1 -0
  178. package/heading/Heading.accessibility.test.js +33 -0
  179. package/heading/Heading.js +1 -1
  180. package/heading/Heading.test.d.ts +1 -0
  181. package/heading/Heading.test.js +1 -14
  182. package/icon/Icon.accessibility.test.d.ts +1 -0
  183. package/icon/Icon.accessibility.test.js +30 -0
  184. package/icon/Icon.d.ts +4 -0
  185. package/icon/Icon.js +33 -0
  186. package/icon/Icon.stories.tsx +28 -0
  187. package/icon/types.d.ts +4 -0
  188. package/icon/types.js +5 -0
  189. package/image/Image.accessibility.test.d.ts +1 -0
  190. package/image/Image.accessibility.test.js +56 -0
  191. package/image/Image.js +1 -1
  192. package/image/Image.stories.tsx +3 -1
  193. package/layout/ApplicationLayout.d.ts +1 -1
  194. package/layout/ApplicationLayout.js +10 -7
  195. package/layout/Icons.d.ts +0 -1
  196. package/layout/Icons.js +1 -11
  197. package/link/Link.accessibility.test.d.ts +1 -0
  198. package/link/Link.accessibility.test.js +108 -0
  199. package/link/Link.js +8 -6
  200. package/link/Link.stories.tsx +4 -4
  201. package/link/Link.test.d.ts +1 -0
  202. package/link/Link.test.js +1 -1
  203. package/link/types.d.ts +1 -1
  204. package/main.d.ts +8 -3
  205. package/main.js +38 -9
  206. package/nav-tabs/NavTabs.accessibility.test.d.ts +1 -0
  207. package/nav-tabs/NavTabs.accessibility.test.js +44 -0
  208. package/nav-tabs/NavTabs.d.ts +1 -2
  209. package/nav-tabs/NavTabs.js +25 -7
  210. package/nav-tabs/NavTabs.stories.tsx +44 -24
  211. package/nav-tabs/NavTabs.test.d.ts +1 -0
  212. package/nav-tabs/NavTabs.test.js +12 -10
  213. package/nav-tabs/NavTabsContext.d.ts +3 -0
  214. package/nav-tabs/NavTabsContext.js +8 -0
  215. package/nav-tabs/Tab.js +23 -23
  216. package/nav-tabs/types.d.ts +1 -1
  217. package/number-input/NumberInput.accessibility.test.d.ts +1 -0
  218. package/number-input/NumberInput.accessibility.test.js +228 -0
  219. package/number-input/NumberInput.d.ts +0 -7
  220. package/number-input/NumberInput.js +24 -5
  221. package/number-input/NumberInput.test.d.ts +1 -0
  222. package/number-input/NumberInput.test.js +166 -7
  223. package/number-input/NumberInputContext.d.ts +3 -0
  224. package/number-input/NumberInputContext.js +8 -0
  225. package/number-input/types.d.ts +6 -0
  226. package/package.json +20 -18
  227. package/paginator/Paginator.accessibility.test.d.ts +1 -0
  228. package/paginator/Paginator.accessibility.test.js +79 -0
  229. package/paginator/Paginator.js +14 -14
  230. package/paginator/Paginator.test.d.ts +1 -0
  231. package/paginator/Paginator.test.js +1 -1
  232. package/paragraph/Paragraph.accessibility.test.d.ts +1 -0
  233. package/paragraph/Paragraph.accessibility.test.js +28 -0
  234. package/paragraph/Paragraph.js +2 -7
  235. package/password-input/PasswordInput.accessibility.test.d.ts +1 -0
  236. package/password-input/PasswordInput.accessibility.test.js +153 -0
  237. package/password-input/PasswordInput.js +7 -7
  238. package/password-input/PasswordInput.stories.tsx +0 -1
  239. package/password-input/PasswordInput.test.d.ts +1 -0
  240. package/password-input/PasswordInput.test.js +5 -5
  241. package/progress-bar/ProgressBar.accessibility.test.d.ts +1 -0
  242. package/progress-bar/ProgressBar.accessibility.test.js +35 -0
  243. package/progress-bar/ProgressBar.js +11 -15
  244. package/progress-bar/ProgressBar.test.d.ts +1 -0
  245. package/progress-bar/ProgressBar.test.js +1 -1
  246. package/quick-nav/QuickNav.accessibility.test.d.ts +1 -0
  247. package/quick-nav/QuickNav.accessibility.test.js +57 -0
  248. package/quick-nav/QuickNav.js +1 -1
  249. package/radio-group/Radio.js +6 -9
  250. package/radio-group/RadioGroup.accessibility.test.d.ts +1 -0
  251. package/radio-group/RadioGroup.accessibility.test.js +97 -0
  252. package/radio-group/RadioGroup.js +15 -17
  253. package/radio-group/RadioGroup.test.d.ts +1 -0
  254. package/radio-group/RadioGroup.test.js +3 -5
  255. package/resultset-table/ResultsetTable.accessibility.test.d.ts +1 -0
  256. package/resultset-table/ResultsetTable.accessibility.test.js +285 -0
  257. package/resultset-table/ResultsetTable.d.ts +4 -1
  258. package/resultset-table/ResultsetTable.js +25 -13
  259. package/resultset-table/ResultsetTable.stories.tsx +118 -5
  260. package/resultset-table/ResultsetTable.test.d.ts +1 -0
  261. package/resultset-table/ResultsetTable.test.js +76 -1
  262. package/resultset-table/types.d.ts +40 -7
  263. package/select/Listbox.js +24 -16
  264. package/select/Option.js +19 -10
  265. package/select/Select.accessibility.test.d.ts +1 -0
  266. package/select/Select.accessibility.test.js +228 -0
  267. package/select/Select.js +72 -54
  268. package/select/Select.stories.tsx +59 -111
  269. package/select/Select.test.d.ts +1 -0
  270. package/select/Select.test.js +393 -459
  271. package/select/types.d.ts +3 -3
  272. package/sidenav/Sidenav.accessibility.test.d.ts +1 -0
  273. package/sidenav/Sidenav.accessibility.test.js +59 -0
  274. package/sidenav/Sidenav.js +21 -19
  275. package/sidenav/Sidenav.stories.tsx +4 -9
  276. package/sidenav/Sidenav.test.d.ts +1 -0
  277. package/sidenav/Sidenav.test.js +1 -1
  278. package/sidenav/types.d.ts +2 -2
  279. package/slider/Slider.accessibility.test.d.ts +1 -0
  280. package/slider/Slider.accessibility.test.js +104 -0
  281. package/slider/Slider.js +31 -42
  282. package/slider/Slider.stories.tsx +180 -0
  283. package/slider/Slider.test.d.ts +1 -0
  284. package/slider/Slider.test.js +12 -9
  285. package/spinner/Spinner.accessibility.test.d.ts +1 -0
  286. package/spinner/Spinner.accessibility.test.js +96 -0
  287. package/spinner/Spinner.js +12 -16
  288. package/spinner/Spinner.test.d.ts +1 -0
  289. package/spinner/Spinner.test.js +1 -1
  290. package/status-light/StatusLight.accessibility.test.d.ts +1 -0
  291. package/status-light/StatusLight.accessibility.test.js +157 -0
  292. package/status-light/StatusLight.d.ts +4 -0
  293. package/status-light/StatusLight.js +51 -0
  294. package/status-light/StatusLight.stories.tsx +74 -0
  295. package/status-light/StatusLight.test.d.ts +1 -0
  296. package/status-light/StatusLight.test.js +25 -0
  297. package/status-light/types.d.ts +17 -0
  298. package/status-light/types.js +5 -0
  299. package/switch/Switch.accessibility.test.d.ts +1 -0
  300. package/switch/Switch.accessibility.test.js +98 -0
  301. package/switch/Switch.js +29 -37
  302. package/switch/Switch.stories.tsx +12 -0
  303. package/switch/Switch.test.d.ts +1 -0
  304. package/switch/Switch.test.js +1 -1
  305. package/table/DropdownTheme.js +62 -0
  306. package/table/Table.accessibility.test.d.ts +1 -0
  307. package/table/Table.accessibility.test.js +93 -0
  308. package/table/Table.d.ts +6 -2
  309. package/table/Table.js +74 -12
  310. package/table/Table.stories.tsx +309 -2
  311. package/table/Table.test.d.ts +1 -0
  312. package/table/Table.test.js +92 -1
  313. package/table/types.d.ts +28 -0
  314. package/tabs/Tab.js +13 -9
  315. package/tabs/Tabs.accessibility.test.d.ts +1 -0
  316. package/tabs/Tabs.accessibility.test.js +56 -0
  317. package/tabs/Tabs.js +12 -24
  318. package/tabs/Tabs.stories.tsx +8 -4
  319. package/tabs/Tabs.test.d.ts +1 -0
  320. package/tabs/Tabs.test.js +20 -38
  321. package/tabs/types.d.ts +2 -2
  322. package/tag/Tag.accessibility.test.d.ts +1 -0
  323. package/tag/Tag.accessibility.test.js +69 -0
  324. package/tag/Tag.js +7 -7
  325. package/tag/Tag.stories.tsx +4 -7
  326. package/tag/Tag.test.d.ts +1 -0
  327. package/tag/Tag.test.js +5 -13
  328. package/tag/types.d.ts +2 -2
  329. package/text-input/Suggestion.js +1 -1
  330. package/text-input/Suggestions.js +19 -14
  331. package/text-input/TextInput.accessibility.test.d.ts +1 -0
  332. package/text-input/TextInput.accessibility.test.js +321 -0
  333. package/text-input/TextInput.js +103 -126
  334. package/text-input/TextInput.stories.tsx +17 -8
  335. package/text-input/TextInput.test.d.ts +1 -0
  336. package/text-input/TextInput.test.js +97 -80
  337. package/textarea/Textarea.accessibility.test.d.ts +1 -0
  338. package/textarea/Textarea.accessibility.test.js +155 -0
  339. package/textarea/Textarea.js +13 -21
  340. package/textarea/Textarea.stories.tsx +0 -1
  341. package/textarea/Textarea.test.d.ts +1 -0
  342. package/textarea/Textarea.test.js +1 -1
  343. package/toggle-group/ToggleGroup.accessibility.test.d.ts +1 -0
  344. package/toggle-group/ToggleGroup.accessibility.test.js +107 -0
  345. package/toggle-group/ToggleGroup.js +11 -16
  346. package/toggle-group/ToggleGroup.stories.tsx +3 -3
  347. package/toggle-group/ToggleGroup.test.d.ts +1 -0
  348. package/toggle-group/ToggleGroup.test.js +1 -1
  349. package/toggle-group/types.d.ts +2 -2
  350. package/typography/Typography.accessibility.test.d.ts +1 -0
  351. package/typography/Typography.accessibility.test.js +339 -0
  352. package/useTheme.d.ts +31 -141
  353. package/utils/BaseTypography.js +1 -1
  354. package/utils/FocusLock.js +16 -6
  355. package/wizard/Wizard.accessibility.test.d.ts +1 -0
  356. package/wizard/Wizard.accessibility.test.js +55 -0
  357. package/wizard/Wizard.js +14 -25
  358. package/wizard/Wizard.stories.tsx +19 -0
  359. package/wizard/Wizard.test.d.ts +1 -0
  360. package/wizard/Wizard.test.js +1 -1
  361. package/wizard/types.d.ts +2 -2
  362. package/common/OpenSans.css +0 -69
  363. package/common/fonts/OpenSans-Bold.ttf +0 -0
  364. package/common/fonts/OpenSans-BoldItalic.ttf +0 -0
  365. package/common/fonts/OpenSans-ExtraBold.ttf +0 -0
  366. package/common/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
  367. package/common/fonts/OpenSans-Italic.ttf +0 -0
  368. package/common/fonts/OpenSans-Light.ttf +0 -0
  369. package/common/fonts/OpenSans-LightItalic.ttf +0 -0
  370. package/common/fonts/OpenSans-Regular.ttf +0 -0
  371. package/common/fonts/OpenSans-SemiBold.ttf +0 -0
  372. package/common/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
  373. package/date-input/Icons.d.ts +0 -6
  374. package/date-input/Icons.js +0 -58
  375. package/paginator/Icons.d.ts +0 -5
  376. package/paginator/Icons.js +0 -40
  377. package/password-input/Icons.d.ts +0 -6
  378. package/password-input/Icons.js +0 -35
  379. package/select/Icons.d.ts +0 -10
  380. package/select/Icons.js +0 -89
  381. package/sidenav/Icons.d.ts +0 -7
  382. package/sidenav/Icons.js +0 -47
  383. package/text-input/Icons.d.ts +0 -8
  384. package/text-input/Icons.js +0 -56
  385. /package/{layout → sidenav}/SidenavContext.d.ts +0 -0
  386. /package/{layout → sidenav}/SidenavContext.js +0 -0
@@ -1,11 +1,18 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
- exports["default"] = void 0;
7
- var CORE_TOKENS = {
8
- inherit: "inherit",
7
+ exports.getCoreColorToken = exports["default"] = void 0;
8
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
10
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
11
+ /**
12
+ * Halstack Color Palette
13
+ * @link https://developer.dxc.com/halstack/next/principles/color/#color-tokens-core-color-tokens
14
+ */
15
+ var CoreColorTokens = {
9
16
  // Color
10
17
  // Absolutes
11
18
  color_black: "#000000",
@@ -99,7 +106,34 @@ var CORE_TOKENS = {
99
106
  color_orange_600: "#f38f20",
100
107
  color_orange_700: "#c26c0a",
101
108
  color_orange_800: "#915108",
102
- color_orange_900: "#613605",
109
+ color_orange_900: "#613605"
110
+ };
111
+ var getCoreColorToken = exports.getCoreColorToken = function getCoreColorToken(key) {
112
+ return CoreColorTokens[key];
113
+ };
114
+ /**
115
+ * Halstack Spacing Values
116
+ * @link https://developer.dxc.com/halstack/next/principles/spacing/
117
+ */
118
+ var CoreSpacingTokens = {
119
+ spacing_0: "0rem",
120
+ spacing_2: "0.125rem",
121
+ spacing_4: "0.25rem",
122
+ spacing_8: "0.5rem",
123
+ spacing_12: "0.75rem",
124
+ spacing_16: "1rem",
125
+ spacing_24: "1.5rem",
126
+ spacing_32: "2rem",
127
+ spacing_40: "2.5rem",
128
+ spacing_48: "3rem",
129
+ spacing_56: "3.5rem",
130
+ spacing_64: "4rem",
131
+ spacing_80: "5rem",
132
+ spacing_96: "6rem",
133
+ spacing_112: "7rem"
134
+ };
135
+ var CoreTokens = _objectSpread(_objectSpread(_objectSpread({}, CoreColorTokens), CoreSpacingTokens), {}, {
136
+ inherit: "inherit",
103
137
  // Typography
104
138
  type_sans: "Open Sans, sans-serif",
105
139
  type_scale_root: "16px",
@@ -134,22 +168,6 @@ var CORE_TOKENS = {
134
168
  type_leading_normal: "1.5em",
135
169
  type_leading_loose_01: "1.715em",
136
170
  type_leading_loose_02: "2em",
137
- // Spacing
138
- spacing_0: "0rem",
139
- spacing_2: "0.125rem",
140
- spacing_4: "0.25rem",
141
- spacing_8: "0.5rem",
142
- spacing_12: "0.75rem",
143
- spacing_16: "1rem",
144
- spacing_24: "1.5rem",
145
- spacing_32: "2rem",
146
- spacing_40: "2.5rem",
147
- spacing_48: "3rem",
148
- spacing_56: "3.5rem",
149
- spacing_64: "4rem",
150
- spacing_80: "5rem",
151
- spacing_96: "6rem",
152
- spacing_112: "7rem",
153
171
  // Border
154
172
  border_width_0: "0px",
155
173
  border_width_1: "1px",
@@ -162,5 +180,5 @@ var CORE_TOKENS = {
162
180
  border_solid: "solid",
163
181
  border_dashed: "dashed",
164
182
  border_none: "none"
165
- };
166
- var _default = exports["default"] = CORE_TOKENS;
183
+ });
184
+ var _default = exports["default"] = CoreTokens;
@@ -0,0 +1,2 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1");
2
+ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@@ -36,7 +36,7 @@ export declare const componentTokens: {
36
36
  disabledIconColor: string;
37
37
  iconSize: string;
38
38
  iconMarginLeft: string;
39
- iconMarginRigth: string;
39
+ iconMarginRight: string;
40
40
  accordionGroupSeparatorBorderColor: string;
41
41
  accordionGroupSeparatorBorderThickness: string;
42
42
  accordionGroupSeparatorBorderRadius: string;
@@ -109,7 +109,6 @@ export declare const componentTokens: {
109
109
  };
110
110
  bulletedList: {
111
111
  fontColor: string;
112
- fontColorOnDark: string;
113
112
  bulletIconHeight: string;
114
113
  bulletIconWidth: string;
115
114
  bulletHeight: string;
@@ -124,19 +123,12 @@ export declare const componentTokens: {
124
123
  paddingTop: string;
125
124
  paddingBottom: string;
126
125
  focusBorderColor: string;
127
- focusBorderColorOnDark: string;
128
126
  primaryBackgroundColor: string;
129
- primaryBackgroundColorOnDark: string;
130
127
  primaryFontColor: string;
131
- primaryFontColorOnDark: string;
132
128
  primaryHoverBackgroundColor: string;
133
- primaryHoverBackgroundColorOnDark: string;
134
129
  primaryActiveBackgroundColor: string;
135
- primaryActiveBackgroundColorOnDark: string;
136
130
  primaryDisabledBackgroundColor: string;
137
- primaryDisabledBackgroundColorOnDark: string;
138
131
  primaryDisabledFontColor: string;
139
- primaryDisabledFontColorOnDark: string;
140
132
  primaryBorderThickness: string;
141
133
  primaryBorderStyle: string;
142
134
  primaryBorderRadius: string;
@@ -144,23 +136,14 @@ export declare const componentTokens: {
144
136
  primaryFontSize: string;
145
137
  primaryFontWeight: string;
146
138
  secondaryBackgroundColor: string;
147
- secondaryBackgroundColorOnDark: string;
148
139
  secondaryFontColor: string;
149
- secondaryFontColorOnDark: string;
150
140
  secondaryHoverFontColor: string;
151
- secondaryHoverFontColorOnDark: string;
152
141
  secondaryBorderColor: string;
153
- secondaryBorderColorOnDark: string;
154
142
  secondaryHoverBackgroundColor: string;
155
- secondaryHoverBackgroundColorOnDark: string;
156
143
  secondaryActiveBackgroundColor: string;
157
- secondaryActiveBackgroundColorOnDark: string;
158
144
  secondaryDisabledBackgroundColor: string;
159
- secondaryDisabledBackgroundColorOnDark: string;
160
145
  secondaryDisabledFontColor: string;
161
- secondaryDisabledFontColorOnDark: string;
162
146
  secondaryDisabledBorderColor: string;
163
- secondaryDisabledBorderColorOnDark: string;
164
147
  secondaryBorderThickness: string;
165
148
  secondaryBorderStyle: string;
166
149
  secondaryBorderRadius: string;
@@ -168,17 +151,11 @@ export declare const componentTokens: {
168
151
  secondaryFontSize: string;
169
152
  secondaryFontWeight: string;
170
153
  textBackgroundColor: string;
171
- textBackgroundColorOnDark: string;
172
154
  textFontColor: string;
173
- textFontColorOnDark: string;
174
155
  textHoverBackgroundColor: string;
175
- textHoverBackgroundColorOnDark: string;
176
156
  textActiveBackgroundColor: string;
177
- textActiveBackgroundColorOnDark: string;
178
157
  textDisabledBackgroundColor: string;
179
- textDisabledBackgroundColorOnDark: string;
180
158
  textDisabledFontColor: string;
181
- textDisabledFontColorOnDark: string;
182
159
  textBorderThickness: string;
183
160
  textBorderStyle: string;
184
161
  textBorderRadius: string;
@@ -192,46 +169,33 @@ export declare const componentTokens: {
192
169
  };
193
170
  checkbox: {
194
171
  backgroundColorChecked: string;
195
- backgroundColorCheckedOnDark: string;
196
172
  hoverBackgroundColorChecked: string;
197
- hoverBackgroundColorCheckedOnDark: string;
198
173
  disabledBackgroundColorChecked: string;
199
- disabledBackgroundColorCheckedOnDark: string;
200
174
  readOnlyBackgroundColorChecked: string;
201
175
  hoverReadOnlyBackgroundColorChecked: string;
202
176
  borderColor: string;
203
- borderColorOnDark: string;
204
177
  hoverBorderColor: string;
205
- hoverBorderColorOnDark: string;
206
178
  disabledBorderColor: string;
207
- disabledBorderColorOnDark: string;
208
179
  readOnlyBorderColor: string;
209
180
  hoverReadOnlyBorderColor: string;
210
181
  checkColor: string;
211
- checkColorOnDark: string;
212
182
  disabledCheckColor: string;
213
- disabledCheckColorOnDark: string;
214
183
  readOnlyCheckColor: string;
215
184
  fontFamily: string;
216
185
  fontSize: string;
217
186
  fontWeight: string;
218
187
  fontColor: string;
219
- fontColorOnDark: string;
220
188
  disabledFontColor: string;
221
- disabledFontColorOnDark: string;
222
189
  focusColor: string;
223
- focusColorOnDark: string;
224
190
  checkLabelSpacing: string;
225
191
  };
226
192
  chip: {
227
193
  backgroundColor: string;
228
- disabledBackgroundColor: string;
229
194
  fontFamily: string;
230
195
  fontSize: string;
231
196
  fontStyle: string;
232
197
  fontWeight: string;
233
198
  fontColor: string;
234
- disabledFontColor: string;
235
199
  borderColor: string;
236
200
  borderRadius: string;
237
201
  borderThickness: string;
@@ -249,7 +213,6 @@ export declare const componentTokens: {
249
213
  focusColor: string;
250
214
  focusBorderStyle: string;
251
215
  focusBorderThickness: string;
252
- focusBorderRadius: string;
253
216
  };
254
217
  dateInput: {
255
218
  pickerBackgroundColor: string;
@@ -285,8 +248,7 @@ export declare const componentTokens: {
285
248
  dialog: {
286
249
  overlayColor: string;
287
250
  backgroundColor: string;
288
- closeIconWidth: string;
289
- closeIconHeight: string;
251
+ closeIconSize: string;
290
252
  closeIconTopPosition: string;
291
253
  closeIconRightPosition: string;
292
254
  closeIconBackgroundColor: string;
@@ -316,9 +278,14 @@ export declare const componentTokens: {
316
278
  buttonPaddingBottom: string;
317
279
  buttonPaddingLeft: string;
318
280
  buttonPaddingRight: string;
281
+ buttonHeight: string;
282
+ buttonBorderRadius: string;
283
+ buttonBorderStyle: string;
284
+ buttonBorderThickness: string;
285
+ buttonBorderColor: string;
319
286
  disabledColor: string;
320
287
  disabledButtonBackgroundColor: string;
321
- disabledBorderColor: string;
288
+ disabledButtonBorderColor: string;
322
289
  optionBackgroundColor: string;
323
290
  hoverOptionBackgroundColor: string;
324
291
  activeOptionBackgroundColor: string;
@@ -358,7 +325,6 @@ export declare const componentTokens: {
358
325
  focusDropBorderColor: string;
359
326
  disabledDropBorderColor: string;
360
327
  dragoverDropBackgroundColor: string;
361
- activeFileItemIconBackgrounColor: string;
362
328
  errorFileItemBorderColor: string;
363
329
  errorFileItemBackgroundColor: string;
364
330
  errorFilePreviewBackgroundColor: string;
@@ -454,7 +420,6 @@ export declare const componentTokens: {
454
420
  underlinedThickness: string;
455
421
  underlinedStyle: string;
456
422
  contentColor: string;
457
- contentColorOnDark: string;
458
423
  };
459
424
  heading: {
460
425
  level1FontColor: string;
@@ -560,32 +525,27 @@ export declare const componentTokens: {
560
525
  totalItemsContainerMarginLeft: string;
561
526
  };
562
527
  paragraph: {
563
- fontColor: string;
564
- fontColorOnDark: string;
565
528
  display: string;
529
+ fontColor: string;
566
530
  fontSize: string;
567
531
  fontWeight: string;
568
532
  };
569
533
  progressBar: {
570
534
  trackLineColor: string;
571
- trackLineColorOnDark: string;
572
535
  totalLineColor: string;
573
536
  labelFontFamily: string;
574
537
  labelFontSize: string;
575
538
  labelFontStyle: string;
576
539
  labelFontWeight: string;
577
540
  labelFontColor: string;
578
- labelFontColorOnDark: string;
579
541
  labelFontTextTransform: string;
580
542
  valueFontFamily: string;
581
543
  valueFontSize: string;
582
544
  valueFontStyle: string;
583
545
  valueFontWeight: string;
584
546
  valueFontColor: string;
585
- valueFontColorOnDark: string;
586
547
  valueFontTextTransform: string;
587
548
  helperTextFontColor: string;
588
- helperTextFontColorOnDark: string;
589
549
  helperTextFontSize: string;
590
550
  helperTextFontStyle: string;
591
551
  helperTextFontWeight: string;
@@ -763,7 +723,6 @@ export declare const componentTokens: {
763
723
  slider: {
764
724
  fontFamily: string;
765
725
  limitValuesFontColor: string;
766
- limitValuesFontColorOnDark: string;
767
726
  limitValuesFontSize: string;
768
727
  limitValuesFontStyle: string;
769
728
  limitValuesFontWeight: string;
@@ -780,15 +739,10 @@ export declare const componentTokens: {
780
739
  helperTextFontWeight: string;
781
740
  helperTextLineHeight: string;
782
741
  fontColor: string;
783
- fontColorOnDark: string;
784
742
  labelFontColor: string;
785
- labelFontColorOnDark: string;
786
743
  helperTextFontColor: string;
787
- helperTextFontColorOnDark: string;
788
744
  disabledLabelFontColor: string;
789
- disabledLabelFontColorOnDark: string;
790
745
  disabledHelperTextFontColor: string;
791
- disabledHelperTextFontColorOnDark: string;
792
746
  thumbHeight: string;
793
747
  thumbWidth: string;
794
748
  hoverThumbHeight: string;
@@ -796,40 +750,28 @@ export declare const componentTokens: {
796
750
  thumbVerticalPosition: string;
797
751
  hoverThumbVerticalPosition: string;
798
752
  thumbBackgroundColor: string;
799
- thumbBackgroundColorOnDark: string;
800
753
  hoverThumbScale: string;
801
754
  hoverThumbBackgroundColor: string;
802
- hoverThumbBackgroundColorOnDark: string;
803
755
  activeThumbScale: string;
804
756
  activeThumbBackgroundColor: string;
805
- activeThumbBackgroundColorOnDark: string;
806
757
  focusThumbBackgroundColor: string;
807
- focusThumbBackgroundColorOnDark: string;
808
758
  tickHeight: string;
809
759
  tickWidth: string;
810
760
  tickVerticalPosition: string;
811
761
  tickBackgroundColor: string;
812
- tickBackgroundColorOnDark: string;
813
762
  trackLineThickness: string;
814
763
  trackLineVerticalPosition: string;
815
764
  trackLineColor: string;
816
- trackLineColorOnDark: string;
817
765
  totalLineThickness: string;
818
766
  totalLineVerticalPosition: string;
819
767
  totalLineColor: string;
820
- totalLineColorOnDark: string;
821
768
  disabledThumbVerticalPosition: string;
822
769
  disabledThumbBackgroundColor: string;
823
- disabledThumbBackgroundColorOnDark: string;
824
770
  disabledTickVerticalPosition: string;
825
771
  disabledTickBackgroundColor: string;
826
- disabledTickBackgroundColorOnDark: string;
827
772
  disabledTrackLineColor: string;
828
- disabledTrackLineColorOnDark: string;
829
773
  disabledTotalLineColor: string;
830
- disabledTotalLineColorOnDark: string;
831
774
  focusColor: string;
832
- focusColorOnDark: string;
833
775
  floorLabelMarginRight: string;
834
776
  ceilLabelMarginLeft: string;
835
777
  inputMarginLeft: string;
@@ -843,14 +785,12 @@ export declare const componentTokens: {
843
785
  labelFontStyle: string;
844
786
  labelFontWeight: string;
845
787
  labelFontColor: string;
846
- labelFontColorOnDark: string;
847
788
  labelTextAlign: string;
848
789
  progressValueFontFamily: string;
849
790
  progressValueFontSize: string;
850
791
  progressValueFontStyle: string;
851
792
  progressValueFontWeight: string;
852
793
  progressValueFontColor: string;
853
- progressValueFontColorOnDark: string;
854
794
  progressValueTextAlign: string;
855
795
  overlayBackgroundColor: string;
856
796
  overlayOpacity: string;
@@ -869,32 +809,21 @@ export declare const componentTokens: {
869
809
  };
870
810
  switch: {
871
811
  checkedTrackBackgroundColor: string;
872
- checkedTrackBackgroundColorOnDark: string;
873
812
  checkedThumbBackgroundColor: string;
874
- checkedThumbBackgroundColorOnDark: string;
875
813
  uncheckedTrackBackgroundColor: string;
876
- uncheckedTrackBackgroundColorOnDark: string;
877
814
  uncheckedThumbBackgroundColor: string;
878
- uncheckedThumbBackgroundColorOnDark: string;
879
815
  disabledCheckedTrackBackgroundColor: string;
880
- disabledCheckedTrackBackgroundColorOnDark: string;
881
816
  disabledCheckedThumbBackgroundColor: string;
882
- disabledCheckedThumbBackgroundColorOnDark: string;
883
817
  disabledUncheckedTrackBackgroundColor: string;
884
- disabledUncheckedTrackBackgroundColorOnDark: string;
885
818
  disabledUncheckedThumbBackgroundColor: string;
886
- disabledUncheckedThumbBackgroundColorOnDark: string;
887
819
  disabledLabelFontColor: string;
888
- disabledLabelFontColorOnDark: string;
889
820
  disabledLabelFontStyle: string;
890
821
  labelFontFamily: string;
891
822
  labelFontSize: string;
892
823
  labelFontStyle: string;
893
824
  labelFontWeight: string;
894
825
  labelFontColor: string;
895
- labelFontColorOnDark: string;
896
826
  thumbFocusColor: string;
897
- thumbFocusColorOnDark: string;
898
827
  thumbHeight: string;
899
828
  thumbWidth: string;
900
829
  thumbShift: string;
@@ -917,8 +846,16 @@ export declare const componentTokens: {
917
846
  dataPaddingBottom: string;
918
847
  dataPaddingRight: string;
919
848
  dataPaddingLeft: string;
849
+ dataPaddingTopReduced: string;
850
+ dataPaddingBottomReduced: string;
851
+ dataPaddingRightReduced: string;
852
+ dataPaddingLeftReduced: string;
920
853
  dataTextAlign: string;
921
854
  dataTextLineHeight: string;
855
+ firstChildPaddingLeft: string;
856
+ lastChildPaddingRight: string;
857
+ firstChildPaddingLeftReduced: string;
858
+ lastChildPaddingRightReduced: string;
922
859
  headerBackgroundColor: string;
923
860
  headerBorderRadius: string;
924
861
  headerFontFamily: string;
@@ -931,11 +868,25 @@ export declare const componentTokens: {
931
868
  headerPaddingBottom: string;
932
869
  headerPaddingRight: string;
933
870
  headerPaddingLeft: string;
871
+ headerPaddingTopReduced: string;
872
+ headerPaddingBottomReduced: string;
873
+ headerPaddingRightReduced: string;
874
+ headerPaddingLeftReduced: string;
934
875
  headerTextAlign: string;
935
876
  headerTextLineHeight: string;
936
877
  scrollBarThumbColor: string;
937
878
  scrollBarTrackColor: string;
938
879
  sortIconColor: string;
880
+ actionIconColor: string;
881
+ disabledActionIconColor: string;
882
+ hoverActionIconColor: string;
883
+ focusActionIconColor: string;
884
+ activeActionIconColor: string;
885
+ actionBackgroundColor: string;
886
+ disabledActionBackgroundColor: string;
887
+ hoverActionBackgroundColor: string;
888
+ focusActionBorderColor: string;
889
+ activeActionBackgroundColor: string;
939
890
  };
940
891
  tabs: {
941
892
  fontFamily: string;
@@ -954,7 +905,6 @@ export declare const componentTokens: {
954
905
  disabledFontColor: string;
955
906
  disabledIconColor: string;
956
907
  disabledFontStyle: string;
957
- disabledBadgeBackgroundColor: string;
958
908
  hoverBackgroundColor: string;
959
909
  pressedBackgroundColor: string;
960
910
  pressedFontWeight: string;
@@ -962,19 +912,6 @@ export declare const componentTokens: {
962
912
  dividerThickness: string;
963
913
  focusOutline: string;
964
914
  scrollButtonsWidth: string;
965
- badgeBackgroundColor: string;
966
- badgeFontFamily: string;
967
- badgeFontSize: string;
968
- badgeFontStyle: string;
969
- badgeFontWeight: string;
970
- badgeFontColor: string;
971
- badgeLetterSpacing: string;
972
- badgeWidth: string;
973
- badgeHeight: string;
974
- badgeRadius: string;
975
- badgeWidthWithNotificationNumber: string;
976
- badgeHeightWithNotificationNumber: string;
977
- badgeRadiusWithNotificationNumber: string;
978
915
  };
979
916
  tag: {
980
917
  fontFamily: string;
@@ -996,134 +933,87 @@ export declare const componentTokens: {
996
933
  textarea: {
997
934
  fontFamily: string;
998
935
  enabledBorderColor: string;
999
- enabledBorderColorOnDark: string;
1000
936
  hoverBorderColor: string;
1001
- hoverBorderColorOnDark: string;
1002
937
  focusBorderColor: string;
1003
- focusBorderColorOnDark: string;
1004
938
  disabledBorderColor: string;
1005
- disabledBorderColorOnDark: string;
1006
939
  disabledContainerFillColor: string;
1007
- disabledContainerFillColorOnDark: string;
1008
940
  readOnlyBorderColor: string;
1009
941
  hoverReadOnlyBorderColor: string;
1010
942
  errorBorderColor: string;
1011
- errorBorderColorOnDark: string;
1012
943
  hoverErrorBorderColor: string;
1013
- hoverErrorBorderColorOnDark: string;
1014
944
  inputMarginTop: string;
1015
945
  inputMarginBottom: string;
1016
946
  errorMessageColor: string;
1017
- errorMessageColorOnDark: string;
1018
947
  labelFontColor: string;
1019
- labelFontColorOnDark: string;
1020
948
  labelFontSize: string;
1021
949
  labelFontStyle: string;
1022
950
  labelFontWeight: string;
1023
951
  labelLineHeight: string;
1024
952
  disabledLabelFontColor: string;
1025
- disabledLabelFontColorOnDark: string;
1026
953
  optionalLabelFontWeight: string;
1027
954
  helperTextFontColor: string;
1028
- helperTextFontColorOnDark: string;
1029
955
  helperTextFontSize: string;
1030
956
  helperTextFontStyle: string;
1031
957
  helperTextFontWeight: string;
1032
958
  helperTextLineHeight: string;
1033
959
  disabledHelperTextFontColor: string;
1034
- disabledHelperTextFontColorOnDark: string;
1035
960
  placeholderFontColor: string;
1036
- placeholderFontColorOnDark: string;
1037
961
  disabledPlaceholderFontColor: string;
1038
- disabledPlaceholderFontColorOnDark: string;
1039
962
  valueFontColor: string;
1040
- valueFontColorOnDark: string;
1041
963
  valueFontSize: string;
1042
964
  valueFontStyle: string;
1043
965
  valueFontWeight: string;
1044
966
  disabledValueFontColor: string;
1045
- disabledValueFontColorOnDark: string;
1046
967
  };
1047
968
  textInput: {
1048
969
  fontFamily: string;
1049
970
  enabledBorderColor: string;
1050
- enabledBorderColorOnDark: string;
1051
971
  hoverBorderColor: string;
1052
- hoverBorderColorOnDark: string;
1053
972
  focusBorderColor: string;
1054
- focusBorderColorOnDark: string;
1055
973
  disabledBorderColor: string;
1056
- disabledBorderColorOnDark: string;
1057
974
  disabledContainerFillColor: string;
1058
- disabledContainerFillColorOnDark: string;
1059
975
  readOnlyBorderColor: string;
1060
976
  hoverReadOnlyBorderColor: string;
1061
977
  errorBorderColor: string;
1062
- errorBorderColorOnDark: string;
1063
978
  hoverErrorBorderColor: string;
1064
- hoverErrorBorderColorOnDark: string;
1065
979
  inputMarginTop: string;
1066
980
  inputMarginBottom: string;
1067
981
  errorMessageColor: string;
1068
- errorMessageColorOnDark: string;
1069
982
  errorIconColor: string;
1070
- errorIconColorOnDark: string;
1071
983
  labelFontColor: string;
1072
- labelFontColorOnDark: string;
1073
984
  labelFontSize: string;
1074
985
  labelFontStyle: string;
1075
986
  labelFontWeight: string;
1076
987
  labelLineHeight: string;
1077
988
  disabledLabelFontColor: string;
1078
- disabledLabelFontColorOnDark: string;
1079
989
  optionalLabelFontWeight: string;
1080
990
  helperTextFontColor: string;
1081
- helperTextFontColorOnDark: string;
1082
991
  helperTextFontSize: string;
1083
992
  helperTextFontStyle: string;
1084
993
  helperTextFontWeight: string;
1085
994
  helperTextLineHeight: string;
1086
995
  disabledHelperTextFontColor: string;
1087
- disabledHelperTextFontColorOnDark: string;
1088
996
  prefixColor: string;
1089
- prefixColorOnDark: string;
1090
997
  suffixColor: string;
1091
- suffixColorOnDark: string;
1092
998
  disabledPrefixColor: string;
1093
999
  disabledSuffixColor: string;
1094
- disabledPrefixColorOnDark: string;
1095
- disabledSuffixColorOnDark: string;
1096
1000
  placeholderFontColor: string;
1097
- placeholderFontColorOnDark: string;
1098
1001
  disabledPlaceholderFontColor: string;
1099
- disabledPlaceholderFontColorOnDark: string;
1100
1002
  valueFontColor: string;
1101
- valueFontColorOnDark: string;
1102
1003
  valueFontSize: string;
1103
1004
  valueFontStyle: string;
1104
1005
  valueFontWeight: string;
1105
1006
  disabledValueFontColor: string;
1106
- disabledValueFontColorOnDark: string;
1107
1007
  actionIconColor: string;
1108
- actionIconColorOnDark: string;
1109
1008
  disabledActionIconColor: string;
1110
- disabledActionIconColorOnDark: string;
1111
1009
  hoverActionIconColor: string;
1112
- hoverActionIconColorOnDark: string;
1113
1010
  focusActionIconColor: string;
1114
- focusActionIconColorOnDark: string;
1115
1011
  activeActionIconColor: string;
1116
- activeActionIconColorOnDark: string;
1117
1012
  actionBackgroundColor: string;
1118
- actionBackgroundColorOnDark: string;
1119
1013
  disabledActionBackgroundColor: string;
1120
- disabledActionBackgroundColorOnDark: string;
1121
1014
  hoverActionBackgroundColor: string;
1122
- hoverActionBackgroundColorOnDark: string;
1123
1015
  focusActionBorderColor: string;
1124
- focusActionBorderColorOnDark: string;
1125
1016
  activeActionBackgroundColor: string;
1126
- activeActionBackgroundColorOnDark: string;
1127
1017
  listDialogBackgroundColor: string;
1128
1018
  listDialogBorderColor: string;
1129
1019
  listOptionDividerColor: string;