@veracity/vui 1.8.0-beta.0 → 1.8.0-redesign.0

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 (317) hide show
  1. package/dist/cjs/avatar/avatar.js +1 -1
  2. package/dist/cjs/badge/badge.d.ts +9 -0
  3. package/dist/cjs/badge/badge.d.ts.map +1 -0
  4. package/dist/cjs/badge/badge.js +35 -0
  5. package/dist/cjs/badge/badge.types.d.ts +17 -0
  6. package/dist/cjs/badge/badge.types.d.ts.map +1 -0
  7. package/dist/cjs/badge/badge.types.js +2 -0
  8. package/dist/cjs/badge/index.d.ts +3 -0
  9. package/dist/cjs/badge/index.d.ts.map +1 -0
  10. package/dist/cjs/badge/index.js +23 -0
  11. package/dist/cjs/badge/theme.d.ts +130 -0
  12. package/dist/cjs/badge/theme.d.ts.map +1 -0
  13. package/dist/cjs/badge/theme.js +135 -0
  14. package/dist/cjs/button/button.d.ts +1 -1
  15. package/dist/cjs/button/button.d.ts.map +1 -1
  16. package/dist/cjs/button/button.js +16 -23
  17. package/dist/cjs/button/button.types.d.ts +3 -4
  18. package/dist/cjs/button/button.types.d.ts.map +1 -1
  19. package/dist/cjs/button/buttons.js +8 -8
  20. package/dist/cjs/button/consts.js +3 -3
  21. package/dist/cjs/button/theme.d.ts +121 -44
  22. package/dist/cjs/button/theme.d.ts.map +1 -1
  23. package/dist/cjs/button/theme.js +135 -54
  24. package/dist/cjs/buttonGroup/buttonGroup.d.ts.map +1 -1
  25. package/dist/cjs/buttonGroup/buttonGroup.js +5 -5
  26. package/dist/cjs/buttonGroup/buttonGroup.types.d.ts +2 -3
  27. package/dist/cjs/buttonGroup/buttonGroup.types.d.ts.map +1 -1
  28. package/dist/cjs/buttonGroup/helpers.d.ts.map +1 -1
  29. package/dist/cjs/buttonGroup/helpers.js +2 -3
  30. package/dist/cjs/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
  31. package/dist/cjs/buttonToggleGroup/buttonToggleGroup.js +1 -1
  32. package/dist/cjs/checkbox/checkbox.js +1 -1
  33. package/dist/cjs/copyToClipboard/copyToClipboard.js +1 -1
  34. package/dist/cjs/core/vuiProvider/globalStyle.d.ts.map +1 -1
  35. package/dist/cjs/core/vuiProvider/globalStyle.js +55 -38
  36. package/dist/cjs/footer/footerTrademark.js +1 -1
  37. package/dist/cjs/heading/theme.d.ts +23 -1
  38. package/dist/cjs/heading/theme.d.ts.map +1 -1
  39. package/dist/cjs/heading/theme.js +29 -7
  40. package/dist/cjs/icon/icon.types.d.ts +1 -1
  41. package/dist/cjs/icon/icon.types.d.ts.map +1 -1
  42. package/dist/cjs/icon/theme.d.ts +5 -0
  43. package/dist/cjs/icon/theme.d.ts.map +1 -1
  44. package/dist/cjs/icon/theme.js +5 -0
  45. package/dist/cjs/index.d.ts +1 -0
  46. package/dist/cjs/index.d.ts.map +1 -1
  47. package/dist/cjs/index.js +1 -0
  48. package/dist/cjs/input/input.js +1 -1
  49. package/dist/cjs/input/inputInput.js +1 -1
  50. package/dist/cjs/link/link.d.ts.map +1 -1
  51. package/dist/cjs/link/link.js +3 -3
  52. package/dist/cjs/link/link.types.d.ts +0 -2
  53. package/dist/cjs/link/link.types.d.ts.map +1 -1
  54. package/dist/cjs/link/theme.d.ts +21 -4
  55. package/dist/cjs/link/theme.d.ts.map +1 -1
  56. package/dist/cjs/link/theme.js +30 -17
  57. package/dist/cjs/list/listItem.d.ts.map +1 -1
  58. package/dist/cjs/list/listItem.js +6 -2
  59. package/dist/cjs/notification/consts.js +10 -10
  60. package/dist/cjs/notification/notification.d.ts.map +1 -1
  61. package/dist/cjs/notification/notification.js +10 -8
  62. package/dist/cjs/notification/notification.types.d.ts +2 -2
  63. package/dist/cjs/notification/notification.types.d.ts.map +1 -1
  64. package/dist/cjs/notification/notificationButton.d.ts.map +1 -1
  65. package/dist/cjs/notification/notificationButton.js +5 -1
  66. package/dist/cjs/notification/notificationIcon.d.ts.map +1 -1
  67. package/dist/cjs/notification/notificationIcon.js +3 -2
  68. package/dist/cjs/notification/notificationText.d.ts.map +1 -1
  69. package/dist/cjs/notification/notificationText.js +1 -1
  70. package/dist/cjs/notification/notificationTitle.d.ts +2 -2
  71. package/dist/cjs/notification/notificationTitle.d.ts.map +1 -1
  72. package/dist/cjs/notification/notificationTitle.js +2 -2
  73. package/dist/cjs/notification/theme.d.ts +31 -16
  74. package/dist/cjs/notification/theme.d.ts.map +1 -1
  75. package/dist/cjs/notification/theme.js +32 -26
  76. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts +85 -0
  77. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +1 -0
  78. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.js +88 -0
  79. package/dist/cjs/p/theme.d.ts +0 -8
  80. package/dist/cjs/p/theme.d.ts.map +1 -1
  81. package/dist/cjs/p/theme.js +3 -11
  82. package/dist/cjs/progress/progress.js +1 -1
  83. package/dist/cjs/select/selectButton.js +1 -1
  84. package/dist/cjs/t/theme.d.ts +10 -1
  85. package/dist/cjs/t/theme.d.ts.map +1 -1
  86. package/dist/cjs/t/theme.js +10 -1
  87. package/dist/cjs/table/tbody.d.ts.map +1 -1
  88. package/dist/cjs/table/tbody.js +4 -0
  89. package/dist/cjs/table/theme.d.ts +5 -0
  90. package/dist/cjs/table/theme.d.ts.map +1 -1
  91. package/dist/cjs/table/theme.js +6 -1
  92. package/dist/cjs/tabs/tabs.types.d.ts +2 -2
  93. package/dist/cjs/tabs/tabs.types.d.ts.map +1 -1
  94. package/dist/cjs/tabs/tabsNavBar.d.ts.map +1 -1
  95. package/dist/cjs/tabs/tabsNavBar.js +13 -5
  96. package/dist/cjs/tabs/theme.d.ts +40 -4
  97. package/dist/cjs/tabs/theme.d.ts.map +1 -1
  98. package/dist/cjs/tabs/theme.js +41 -4
  99. package/dist/cjs/tag/tag.d.ts.map +1 -1
  100. package/dist/cjs/tag/tag.js +9 -6
  101. package/dist/cjs/tag/tag.types.d.ts +3 -2
  102. package/dist/cjs/tag/tag.types.d.ts.map +1 -1
  103. package/dist/cjs/tag/tagButton.js +3 -1
  104. package/dist/cjs/tag/theme.d.ts +178 -32
  105. package/dist/cjs/tag/theme.d.ts.map +1 -1
  106. package/dist/cjs/tag/theme.js +182 -65
  107. package/dist/cjs/textarea/textarea.js +1 -1
  108. package/dist/cjs/theme/components.d.ts +497 -39
  109. package/dist/cjs/theme/components.d.ts.map +1 -1
  110. package/dist/cjs/theme/components.js +72 -70
  111. package/dist/cjs/theme/defaultTheme.d.ts +795 -46
  112. package/dist/cjs/theme/defaultTheme.d.ts.map +1 -1
  113. package/dist/cjs/theme/foundations/colors.d.ts +523 -0
  114. package/dist/cjs/theme/foundations/colors.d.ts.map +1 -1
  115. package/dist/cjs/theme/foundations/colors.js +389 -1
  116. package/dist/cjs/theme/foundations/fontWeights.d.ts +0 -1
  117. package/dist/cjs/theme/foundations/fontWeights.d.ts.map +1 -1
  118. package/dist/cjs/theme/foundations/fontWeights.js +1 -2
  119. package/dist/cjs/theme/foundations/index.d.ts +292 -1
  120. package/dist/cjs/theme/foundations/index.d.ts.map +1 -1
  121. package/dist/cjs/theme/foundations/radii.d.ts +5 -0
  122. package/dist/cjs/theme/foundations/radii.d.ts.map +1 -1
  123. package/dist/cjs/theme/foundations/radii.js +8 -3
  124. package/dist/cjs/toast/toast.d.ts.map +1 -1
  125. package/dist/cjs/toast/toast.js +1 -1
  126. package/dist/cjs/toast/useToast.d.ts.map +1 -1
  127. package/dist/cjs/toast/useToast.js +1 -1
  128. package/dist/cjs/tutorial/tutorialCard.d.ts.map +1 -1
  129. package/dist/cjs/tutorial/tutorialCard.js +3 -3
  130. package/dist/esm/avatar/avatar.js +1 -1
  131. package/dist/esm/badge/badge.d.ts +9 -0
  132. package/dist/esm/badge/badge.d.ts.map +1 -0
  133. package/dist/esm/badge/badge.js +17 -0
  134. package/dist/esm/badge/badge.types.d.ts +17 -0
  135. package/dist/esm/badge/badge.types.d.ts.map +1 -0
  136. package/dist/esm/badge/badge.types.js +1 -0
  137. package/dist/esm/badge/index.d.ts +3 -0
  138. package/dist/esm/badge/index.d.ts.map +1 -0
  139. package/dist/esm/badge/index.js +2 -0
  140. package/dist/esm/badge/theme.d.ts +130 -0
  141. package/dist/esm/badge/theme.d.ts.map +1 -0
  142. package/dist/esm/badge/theme.js +133 -0
  143. package/dist/esm/button/button.d.ts +1 -1
  144. package/dist/esm/button/button.d.ts.map +1 -1
  145. package/dist/esm/button/button.js +16 -23
  146. package/dist/esm/button/button.types.d.ts +3 -4
  147. package/dist/esm/button/button.types.d.ts.map +1 -1
  148. package/dist/esm/button/buttons.js +8 -8
  149. package/dist/esm/button/consts.js +3 -3
  150. package/dist/esm/button/theme.d.ts +121 -44
  151. package/dist/esm/button/theme.d.ts.map +1 -1
  152. package/dist/esm/button/theme.js +135 -58
  153. package/dist/esm/buttonGroup/buttonGroup.d.ts.map +1 -1
  154. package/dist/esm/buttonGroup/buttonGroup.js +6 -6
  155. package/dist/esm/buttonGroup/buttonGroup.types.d.ts +2 -3
  156. package/dist/esm/buttonGroup/buttonGroup.types.d.ts.map +1 -1
  157. package/dist/esm/buttonGroup/helpers.d.ts.map +1 -1
  158. package/dist/esm/buttonGroup/helpers.js +2 -3
  159. package/dist/esm/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
  160. package/dist/esm/buttonToggleGroup/buttonToggleGroup.js +1 -1
  161. package/dist/esm/checkbox/checkbox.js +1 -1
  162. package/dist/esm/copyToClipboard/copyToClipboard.js +1 -1
  163. package/dist/esm/core/vuiProvider/globalStyle.d.ts.map +1 -1
  164. package/dist/esm/core/vuiProvider/globalStyle.js +55 -38
  165. package/dist/esm/footer/footerTrademark.js +1 -1
  166. package/dist/esm/heading/theme.d.ts +23 -1
  167. package/dist/esm/heading/theme.d.ts.map +1 -1
  168. package/dist/esm/heading/theme.js +29 -7
  169. package/dist/esm/icon/icon.types.d.ts +1 -1
  170. package/dist/esm/icon/icon.types.d.ts.map +1 -1
  171. package/dist/esm/icon/theme.d.ts +5 -0
  172. package/dist/esm/icon/theme.d.ts.map +1 -1
  173. package/dist/esm/icon/theme.js +5 -0
  174. package/dist/esm/index.d.ts +1 -0
  175. package/dist/esm/index.d.ts.map +1 -1
  176. package/dist/esm/index.js +1 -0
  177. package/dist/esm/input/input.js +1 -1
  178. package/dist/esm/input/inputInput.js +1 -1
  179. package/dist/esm/link/link.d.ts.map +1 -1
  180. package/dist/esm/link/link.js +3 -3
  181. package/dist/esm/link/link.types.d.ts +0 -2
  182. package/dist/esm/link/link.types.d.ts.map +1 -1
  183. package/dist/esm/link/theme.d.ts +21 -4
  184. package/dist/esm/link/theme.d.ts.map +1 -1
  185. package/dist/esm/link/theme.js +30 -17
  186. package/dist/esm/list/listItem.d.ts.map +1 -1
  187. package/dist/esm/list/listItem.js +6 -2
  188. package/dist/esm/notification/consts.js +10 -10
  189. package/dist/esm/notification/notification.d.ts.map +1 -1
  190. package/dist/esm/notification/notification.js +11 -9
  191. package/dist/esm/notification/notification.types.d.ts +2 -2
  192. package/dist/esm/notification/notification.types.d.ts.map +1 -1
  193. package/dist/esm/notification/notificationButton.d.ts.map +1 -1
  194. package/dist/esm/notification/notificationButton.js +4 -1
  195. package/dist/esm/notification/notificationIcon.d.ts.map +1 -1
  196. package/dist/esm/notification/notificationIcon.js +3 -2
  197. package/dist/esm/notification/notificationText.d.ts.map +1 -1
  198. package/dist/esm/notification/notificationText.js +1 -1
  199. package/dist/esm/notification/notificationTitle.d.ts +2 -2
  200. package/dist/esm/notification/notificationTitle.d.ts.map +1 -1
  201. package/dist/esm/notification/notificationTitle.js +2 -2
  202. package/dist/esm/notification/theme.d.ts +31 -16
  203. package/dist/esm/notification/theme.d.ts.map +1 -1
  204. package/dist/esm/notification/theme.js +32 -26
  205. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts +85 -0
  206. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +1 -0
  207. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.js +84 -0
  208. package/dist/esm/p/theme.d.ts +0 -8
  209. package/dist/esm/p/theme.d.ts.map +1 -1
  210. package/dist/esm/p/theme.js +3 -11
  211. package/dist/esm/progress/progress.js +1 -1
  212. package/dist/esm/select/selectButton.js +1 -1
  213. package/dist/esm/t/theme.d.ts +10 -1
  214. package/dist/esm/t/theme.d.ts.map +1 -1
  215. package/dist/esm/t/theme.js +10 -1
  216. package/dist/esm/table/tbody.d.ts.map +1 -1
  217. package/dist/esm/table/tbody.js +4 -0
  218. package/dist/esm/table/theme.d.ts +5 -0
  219. package/dist/esm/table/theme.d.ts.map +1 -1
  220. package/dist/esm/table/theme.js +6 -1
  221. package/dist/esm/tabs/tabs.types.d.ts +2 -2
  222. package/dist/esm/tabs/tabs.types.d.ts.map +1 -1
  223. package/dist/esm/tabs/tabsNavBar.d.ts.map +1 -1
  224. package/dist/esm/tabs/tabsNavBar.js +12 -4
  225. package/dist/esm/tabs/theme.d.ts +40 -4
  226. package/dist/esm/tabs/theme.d.ts.map +1 -1
  227. package/dist/esm/tabs/theme.js +41 -4
  228. package/dist/esm/tag/tag.d.ts.map +1 -1
  229. package/dist/esm/tag/tag.js +9 -6
  230. package/dist/esm/tag/tag.types.d.ts +3 -2
  231. package/dist/esm/tag/tag.types.d.ts.map +1 -1
  232. package/dist/esm/tag/tagButton.js +3 -1
  233. package/dist/esm/tag/theme.d.ts +178 -32
  234. package/dist/esm/tag/theme.d.ts.map +1 -1
  235. package/dist/esm/tag/theme.js +182 -65
  236. package/dist/esm/textarea/textarea.js +1 -1
  237. package/dist/esm/theme/components.d.ts +497 -39
  238. package/dist/esm/theme/components.d.ts.map +1 -1
  239. package/dist/esm/theme/components.js +2 -0
  240. package/dist/esm/theme/defaultTheme.d.ts +795 -46
  241. package/dist/esm/theme/defaultTheme.d.ts.map +1 -1
  242. package/dist/esm/theme/foundations/colors.d.ts +523 -0
  243. package/dist/esm/theme/foundations/colors.d.ts.map +1 -1
  244. package/dist/esm/theme/foundations/colors.js +365 -0
  245. package/dist/esm/theme/foundations/fontWeights.d.ts +0 -1
  246. package/dist/esm/theme/foundations/fontWeights.d.ts.map +1 -1
  247. package/dist/esm/theme/foundations/fontWeights.js +1 -2
  248. package/dist/esm/theme/foundations/index.d.ts +292 -1
  249. package/dist/esm/theme/foundations/index.d.ts.map +1 -1
  250. package/dist/esm/theme/foundations/radii.d.ts +5 -0
  251. package/dist/esm/theme/foundations/radii.d.ts.map +1 -1
  252. package/dist/esm/theme/foundations/radii.js +8 -3
  253. package/dist/esm/toast/toast.d.ts.map +1 -1
  254. package/dist/esm/toast/toast.js +1 -1
  255. package/dist/esm/toast/useToast.d.ts.map +1 -1
  256. package/dist/esm/toast/useToast.js +1 -1
  257. package/dist/esm/tutorial/tutorialCard.d.ts.map +1 -1
  258. package/dist/esm/tutorial/tutorialCard.js +3 -3
  259. package/package.json +1 -1
  260. package/src/avatar/avatar.tsx +1 -1
  261. package/src/badge/badge.tsx +36 -0
  262. package/src/badge/badge.types.ts +17 -0
  263. package/src/badge/index.ts +2 -0
  264. package/src/badge/theme.ts +140 -0
  265. package/src/button/button.tsx +19 -28
  266. package/src/button/button.types.ts +4 -8
  267. package/src/button/buttons.tsx +8 -8
  268. package/src/button/consts.ts +3 -3
  269. package/src/button/theme.ts +143 -71
  270. package/src/buttonGroup/buttonGroup.tsx +6 -9
  271. package/src/buttonGroup/buttonGroup.types.ts +2 -3
  272. package/src/buttonGroup/helpers.ts +2 -4
  273. package/src/buttonToggleGroup/buttonToggleGroup.tsx +0 -2
  274. package/src/checkbox/checkbox.tsx +1 -1
  275. package/src/copyToClipboard/copyToClipboard.tsx +1 -1
  276. package/src/core/vuiProvider/globalStyle.tsx +55 -38
  277. package/src/footer/footerTrademark.tsx +1 -1
  278. package/src/heading/theme.ts +29 -7
  279. package/src/icon/icon.types.ts +1 -1
  280. package/src/icon/theme.ts +5 -0
  281. package/src/index.ts +1 -0
  282. package/src/input/input.tsx +1 -1
  283. package/src/input/inputInput.tsx +1 -1
  284. package/src/link/link.tsx +2 -3
  285. package/src/link/link.types.ts +0 -2
  286. package/src/link/theme.ts +30 -20
  287. package/src/list/listItem.tsx +6 -2
  288. package/src/notification/consts.ts +10 -10
  289. package/src/notification/notification.tsx +17 -11
  290. package/src/notification/notification.types.ts +2 -2
  291. package/src/notification/notificationButton.tsx +10 -5
  292. package/src/notification/notificationIcon.tsx +6 -3
  293. package/src/notification/notificationText.tsx +2 -1
  294. package/src/notification/notificationTitle.tsx +3 -9
  295. package/src/notification/theme.ts +32 -34
  296. package/src/onedesign-tokens/dist/js/es6/rem/button.js +85 -0
  297. package/src/p/theme.ts +3 -11
  298. package/src/progress/progress.tsx +1 -1
  299. package/src/select/selectButton.tsx +1 -1
  300. package/src/t/theme.ts +10 -1
  301. package/src/table/tbody.tsx +4 -0
  302. package/src/table/theme.ts +6 -1
  303. package/src/tabs/tabs.types.ts +2 -2
  304. package/src/tabs/tabsNavBar.tsx +23 -6
  305. package/src/tabs/theme.ts +41 -4
  306. package/src/tag/tag.tsx +11 -10
  307. package/src/tag/tag.types.ts +32 -31
  308. package/src/tag/tagButton.tsx +2 -2
  309. package/src/tag/theme.ts +183 -80
  310. package/src/textarea/textarea.tsx +1 -1
  311. package/src/theme/components.ts +2 -0
  312. package/src/theme/foundations/colors.ts +401 -0
  313. package/src/theme/foundations/fontWeights.ts +1 -2
  314. package/src/theme/foundations/radii.ts +8 -3
  315. package/src/toast/toast.tsx +0 -1
  316. package/src/toast/useToast.tsx +2 -1
  317. package/src/tutorial/tutorialCard.tsx +10 -3
@@ -12,6 +12,297 @@ declare const defaultTheme: {
12
12
  };
13
13
  borders: {};
14
14
  colors: {
15
+ buttonTypePrimaryDefaultBorderColorDark: string;
16
+ buttonTypePrimaryDefaultBackgroundColorDark: string;
17
+ buttonTypePrimaryDefaultTextColorDark: string;
18
+ buttonTypePrimaryHoverBackgroundColorDark: string;
19
+ buttonTypePrimaryHoverBorderColorDark: string;
20
+ buttonTypePrimaryHoverTextColorDark: string;
21
+ buttonTypePrimaryActiveBackgroundColorDark: string;
22
+ buttonTypePrimaryActiveBorderColorDark: string;
23
+ buttonTypePrimaryActiveTextColorDark: string;
24
+ buttonTypePrimaryDefaultBorderColorLight: string;
25
+ buttonTypePrimaryDefaultBackgroundColorLight: string;
26
+ buttonTypePrimaryDefaultTextColorLight: string;
27
+ buttonTypePrimaryFocusOutline: string;
28
+ buttonTypePrimaryHoverBackgroundColorLight: string;
29
+ buttonTypePrimaryHoverBorderColorLight: string;
30
+ buttonTypePrimaryHoverTextColorLight: string;
31
+ buttonTypePrimaryActiveBackgroundColorLight: string;
32
+ buttonTypePrimaryActiveBorderColorLight: string;
33
+ buttonTypePrimaryActiveTextColorLight: string;
34
+ buttonTypeSecondaryDefaultBorderColorDark: string;
35
+ buttonTypeSecondaryDefaultBackgroundColorDark: string;
36
+ buttonTypeSecondaryDefaultTextColorDark: string;
37
+ buttonTypeSecondaryFocusOutline: string;
38
+ buttonTypeSecondaryHoverBackgroundColorDark: string;
39
+ buttonTypeSecondaryHoverBorderColorDark: string;
40
+ buttonTypeSecondaryHoverTextColorDark: string;
41
+ buttonTypeSecondaryActiveBackgroundColorDark: string;
42
+ buttonTypeSecondaryActiveBorderColorDark: string;
43
+ buttonTypeSecondaryActiveTextColorDark: string;
44
+ buttonTypeSecondaryDefaultBorderColorLight: string;
45
+ buttonTypeSecondaryDefaultBackgroundColorLight: string;
46
+ buttonTypeSecondaryDefaultTextColorLight: string;
47
+ buttonTypeSecondaryHoverBackgroundColorLight: string;
48
+ buttonTypeSecondaryHoverBorderColorLight: string;
49
+ buttonTypeSecondaryHoverTextColorLight: string;
50
+ buttonTypeSecondaryActiveBackgroundColorLight: string;
51
+ buttonTypeSecondaryActiveBorderColorLight: string;
52
+ buttonTypeSecondaryActiveTextColorLight: string;
53
+ buttonTypeTertiaryDefaultBorderColorDark: string;
54
+ buttonTypeTertiaryDefaultBackgroundColorDark: string;
55
+ buttonTypeTertiaryDefaultTextColorDark: string;
56
+ buttonTypeTertiaryHoverBackgroundColorDark: string;
57
+ buttonTypeTertiaryHoverBorderColorDark: string;
58
+ buttonTypeTertiaryHoverTextColorDark: string;
59
+ buttonTypeTertiaryFocusOutline: string;
60
+ buttonTypeTertiaryActiveBackgroundColorDark: string;
61
+ buttonTypeTertiaryActiveBorderColorDark: string;
62
+ buttonTypeTertiaryActiveTextColorDark: string;
63
+ buttonTypeTertiaryDefaultBorderColorLight: string;
64
+ buttonTypeTertiaryDefaultBackgroundColorLight: string;
65
+ buttonTypeTertiaryDefaultTextColorLight: string;
66
+ buttonTypeTertiaryHoverBackgroundColorLight: string;
67
+ buttonTypeTertiaryHoverBorderColorLight: string;
68
+ buttonTypeTertiaryHoverTextColorLight: string;
69
+ buttonTypeTertiaryActiveBackgroundColorLight: string;
70
+ buttonTypeTertiaryActiveBorderColorLight: string;
71
+ buttonTypeTertiaryActiveTextColorLight: string;
72
+ buttonDisabledCursor: string;
73
+ buttonDisabledOpacity: string;
74
+ darkBlue: {
75
+ 95: string;
76
+ 90: string;
77
+ 85: string;
78
+ 80: string;
79
+ 75: string;
80
+ 70: string;
81
+ 65: string;
82
+ 60: string;
83
+ 55: string;
84
+ 50: string;
85
+ 45: string;
86
+ 40: string;
87
+ 35: string;
88
+ 30: string;
89
+ 25: string;
90
+ 18: string;
91
+ 15: string;
92
+ 10: string;
93
+ 5: string;
94
+ };
95
+ digiGreen: {
96
+ 95: string;
97
+ 90: string;
98
+ 85: string;
99
+ 80: string;
100
+ 78: string;
101
+ 70: string;
102
+ 65: string;
103
+ 60: string;
104
+ 55: string;
105
+ 50: string;
106
+ 45: string;
107
+ 40: string;
108
+ 35: string;
109
+ 30: string;
110
+ 25: string;
111
+ 20: string;
112
+ 15: string;
113
+ 10: string;
114
+ 5: string;
115
+ };
116
+ earth: {
117
+ 95: string;
118
+ 89: string;
119
+ 85: string;
120
+ 80: string;
121
+ 75: string;
122
+ 70: string;
123
+ 65: string;
124
+ 60: string;
125
+ 55: string;
126
+ 50: string;
127
+ 45: string;
128
+ 40: string;
129
+ 35: string;
130
+ 30: string;
131
+ 25: string;
132
+ 20: string;
133
+ 15: string;
134
+ 10: string;
135
+ 5: string;
136
+ };
137
+ energyRed: {
138
+ 95: string;
139
+ 90: string;
140
+ 85: string;
141
+ 80: string;
142
+ 75: string;
143
+ 70: string;
144
+ 65: string;
145
+ 60: string;
146
+ 54: string;
147
+ 50: string;
148
+ 45: string;
149
+ 40: string;
150
+ 35: string;
151
+ 30: string;
152
+ 25: string;
153
+ 20: string;
154
+ 15: string;
155
+ 10: string;
156
+ 5: string;
157
+ };
158
+ focusColor: string;
159
+ landGreen: {
160
+ 95: string;
161
+ 90: string;
162
+ 85: string;
163
+ 80: string;
164
+ 75: string;
165
+ 70: string;
166
+ 65: string;
167
+ 60: string;
168
+ 55: string;
169
+ 50: string;
170
+ 45: string;
171
+ 41: string;
172
+ 35: string;
173
+ 30: string;
174
+ 25: string;
175
+ 20: string;
176
+ 15: string;
177
+ 10: string;
178
+ 5: string;
179
+ };
180
+ sandstone: {
181
+ 95: string;
182
+ 90: string;
183
+ 85: string;
184
+ 79: string;
185
+ 75: string;
186
+ 70: string;
187
+ 65: string;
188
+ 60: string;
189
+ 55: string;
190
+ 50: string;
191
+ 45: string;
192
+ 40: string;
193
+ 35: string;
194
+ 30: string;
195
+ 25: string;
196
+ 20: string;
197
+ 15: string;
198
+ 10: string;
199
+ 5: string;
200
+ };
201
+ seaBlue: {
202
+ 95: string;
203
+ 90: string;
204
+ 85: string;
205
+ 80: string;
206
+ 75: string;
207
+ 70: string;
208
+ 65: string;
209
+ 60: string;
210
+ 55: string;
211
+ 50: string;
212
+ 45: string;
213
+ 40: string;
214
+ 35: string;
215
+ 28: string;
216
+ 25: string;
217
+ 20: string;
218
+ 15: string;
219
+ 10: string;
220
+ 5: string;
221
+ };
222
+ skyBlue: {
223
+ 97: string;
224
+ 95: string;
225
+ 90: string;
226
+ 85: string;
227
+ 80: string;
228
+ 77: string;
229
+ 65: string;
230
+ 60: string;
231
+ 55: string;
232
+ 50: string;
233
+ 45: string;
234
+ 40: string;
235
+ 35: string;
236
+ 30: string;
237
+ 25: string;
238
+ 20: string;
239
+ 15: string;
240
+ 10: string;
241
+ 5: string;
242
+ };
243
+ sunflower: {
244
+ 95: string;
245
+ 90: string;
246
+ 85: string;
247
+ 80: string;
248
+ 73: string;
249
+ 70: string;
250
+ 65: string;
251
+ 60: string;
252
+ 55: string;
253
+ 50: string;
254
+ 45: string;
255
+ 40: string;
256
+ 35: string;
257
+ 30: string;
258
+ 25: string;
259
+ 20: string;
260
+ 15: string;
261
+ 10: string;
262
+ 5: string;
263
+ };
264
+ terracotta: {
265
+ 95: string;
266
+ 90: string;
267
+ 85: string;
268
+ 80: string;
269
+ 75: string;
270
+ 70: string;
271
+ 65: string;
272
+ 60: string;
273
+ 55: string;
274
+ 50: string;
275
+ 45: string;
276
+ 40: string;
277
+ 35: string;
278
+ 30: string;
279
+ 25: string;
280
+ 20: string;
281
+ 15: string;
282
+ 10: string;
283
+ 5: string;
284
+ };
285
+ warmGrey: {
286
+ 95: string;
287
+ 90: string;
288
+ 85: string;
289
+ 80: string;
290
+ 75: string;
291
+ 70: string;
292
+ 65: string;
293
+ 60: string;
294
+ 56: string;
295
+ 50: string;
296
+ 45: string;
297
+ 40: string;
298
+ 35: string;
299
+ 30: string;
300
+ 25: string;
301
+ 20: string;
302
+ 15: string;
303
+ 10: string;
304
+ 5: string;
305
+ };
15
306
  blue: {
16
307
  10: string;
17
308
  20: string;
@@ -121,7 +412,6 @@ declare const defaultTheme: {
121
412
  regular: string;
122
413
  medium: string;
123
414
  demi: string;
124
- bold: string;
125
415
  };
126
416
  gridTemplateColumns: {
127
417
  1: string;
@@ -150,6 +440,7 @@ declare const defaultTheme: {
150
440
  sm: number;
151
441
  md: number;
152
442
  lg: number;
443
+ xl: number;
153
444
  round: number;
154
445
  };
155
446
  ringWidths: {};
@@ -271,6 +562,133 @@ declare const defaultTheme: {
271
562
  };
272
563
  };
273
564
  };
565
+ Badge: {
566
+ baseStyle: {};
567
+ defaultProps: {
568
+ size: string;
569
+ variant: string;
570
+ };
571
+ parts: string[];
572
+ sizes: {
573
+ xs: {
574
+ container: {
575
+ borderRadius: string;
576
+ fontSize: string;
577
+ h: number;
578
+ spaceX: number;
579
+ };
580
+ icon: {
581
+ size: string;
582
+ };
583
+ };
584
+ sm: {
585
+ container: {
586
+ fontSize: string;
587
+ h: number;
588
+ spaceX: number;
589
+ };
590
+ icon: {
591
+ size: string;
592
+ };
593
+ };
594
+ md: {
595
+ container: {
596
+ fontSize: string;
597
+ h: number;
598
+ spaceX: number;
599
+ };
600
+ icon: {
601
+ size: string;
602
+ };
603
+ };
604
+ lg: {
605
+ container: {
606
+ fontSize: string;
607
+ h: number;
608
+ spaceX: number;
609
+ };
610
+ icon: {
611
+ size: string;
612
+ };
613
+ };
614
+ };
615
+ variants: {
616
+ subtleSandstone: {
617
+ container: {
618
+ bg: string;
619
+ color: string;
620
+ borderColor: string;
621
+ };
622
+ };
623
+ subtleEarth: {
624
+ container: {
625
+ bg: string;
626
+ color: string;
627
+ };
628
+ };
629
+ subtleBlue: {
630
+ container: {
631
+ bg: string;
632
+ color: string;
633
+ };
634
+ };
635
+ subtleBlue2: {
636
+ container: {
637
+ bg: string;
638
+ color: string;
639
+ };
640
+ };
641
+ subtleRed: {
642
+ container: {
643
+ bg: string;
644
+ color: string;
645
+ };
646
+ };
647
+ subtleYellow: {
648
+ container: {
649
+ bg: string;
650
+ color: string;
651
+ };
652
+ };
653
+ subtleGreen: {
654
+ container: {
655
+ bg: string;
656
+ color: string;
657
+ };
658
+ };
659
+ solidBlue: {
660
+ container: {
661
+ bg: string;
662
+ color: string;
663
+ };
664
+ };
665
+ solidDarkBlue: {
666
+ container: {
667
+ bg: string;
668
+ borderColor: string;
669
+ color: string;
670
+ };
671
+ };
672
+ solidRed: {
673
+ container: {
674
+ bg: string;
675
+ color: string;
676
+ };
677
+ };
678
+ solidYellow: {
679
+ container: {
680
+ bg: string;
681
+ color: string;
682
+ };
683
+ };
684
+ solidGreen: {
685
+ container: {
686
+ bg: string;
687
+ color: string;
688
+ };
689
+ };
690
+ };
691
+ };
274
692
  Box: {
275
693
  baseStyle: {};
276
694
  defaultProps: {};
@@ -298,13 +716,12 @@ declare const defaultTheme: {
298
716
  Button: {
299
717
  baseStyle: {};
300
718
  defaultProps: {
301
- colorScheme: string;
302
719
  size: string;
303
720
  variant: string;
304
721
  };
305
722
  parts: string[];
306
723
  sizes: {
307
- xs: {
724
+ sm: {
308
725
  container: {
309
726
  fontSize: string;
310
727
  h: number;
@@ -316,7 +733,7 @@ declare const defaultTheme: {
316
733
  };
317
734
  text: {};
318
735
  };
319
- sm: {
736
+ md: {
320
737
  container: {
321
738
  fontSize: string;
322
739
  h: number;
@@ -328,7 +745,7 @@ declare const defaultTheme: {
328
745
  };
329
746
  text: {};
330
747
  };
331
- md: {
748
+ lg: {
332
749
  container: {
333
750
  fontSize: string;
334
751
  h: number;
@@ -340,7 +757,7 @@ declare const defaultTheme: {
340
757
  };
341
758
  text: {};
342
759
  };
343
- lg: {
760
+ xl: {
344
761
  container: {
345
762
  fontSize: string;
346
763
  h: number;
@@ -354,39 +771,121 @@ declare const defaultTheme: {
354
771
  };
355
772
  };
356
773
  variants: {
357
- outlined: (props: import("..").Dict<any>) => {
774
+ primaryDark: {
775
+ container: {
776
+ bg: string;
777
+ borderColor: string;
778
+ color: string;
779
+ hoverBg: string;
780
+ hoverBorderColor: string;
781
+ hoverColor: string;
782
+ activeBg: string;
783
+ activeBorderColor: string;
784
+ activeColor: string;
785
+ };
786
+ };
787
+ secondaryDark: {
788
+ container: {
789
+ bg: string;
790
+ borderColor: string;
791
+ color: string;
792
+ hoverBg: string;
793
+ hoverBorderColor: string;
794
+ hoverColor: string;
795
+ activeBg: string;
796
+ activeBorderColor: string;
797
+ activeColor: string;
798
+ };
799
+ };
800
+ tertiaryDark: {
358
801
  container: {
802
+ bg: string;
803
+ borderColor: string;
804
+ color: string;
805
+ hoverBg: string;
806
+ hoverBorderColor: string;
807
+ hoverColor: string;
808
+ activeBg: string;
809
+ activeBorderColor: string;
810
+ activeColor: string;
811
+ };
812
+ };
813
+ solidGreen: {
814
+ container: {
815
+ bg: string;
816
+ borderColor: string;
817
+ color: string;
818
+ disabledBg: string;
819
+ disabledBorderColor: string;
820
+ disabledColor: string;
821
+ hoverBg: string;
822
+ hoverBorderColor: string;
823
+ focusBg: string;
824
+ activeBg: string;
825
+ activeBorderColor: string;
826
+ };
827
+ };
828
+ solidRed: {
829
+ container: {
830
+ bg: string;
831
+ borderColor: string;
832
+ color: string;
833
+ disabledBg: string;
834
+ disabledBorderColor: string;
835
+ disabledColor: string;
836
+ hoverBg: string;
837
+ hoverBorderColor: string;
838
+ focusBg: string;
839
+ activeBg: string;
840
+ activeBorderColor: string;
841
+ };
842
+ };
843
+ subtleBlue: {
844
+ container: {
845
+ bg: string;
846
+ borderColor: string;
847
+ color: string;
848
+ disabledBg: string;
849
+ disabledBorderColor: string;
850
+ disabledColor: string;
851
+ hoverBg: string;
852
+ hoverBorderColor: string;
853
+ focusBg: string;
854
+ activeBg: string;
855
+ activeBorderColor: string;
856
+ };
857
+ };
858
+ subtleRed: {
859
+ container: {
860
+ bg: string;
359
861
  borderColor: string;
360
- hoverBorderColor: string;
361
- focusRing: number;
362
862
  hoverBg: string;
863
+ hoverBorderColor: string;
864
+ focusBg: string;
363
865
  activeBg: string;
364
- bg: string;
365
- borderWidth: number;
366
866
  color: string;
367
867
  };
368
868
  };
369
- solid: (props: import("..").Dict<any>) => {
869
+ subtleYellow: {
370
870
  container: {
871
+ bg: string;
872
+ borderColor: string;
371
873
  hoverBg: string;
372
874
  hoverBorderColor: string;
875
+ focusBg: string;
373
876
  activeBg: string;
374
- bg: string;
375
- borderColor: string;
376
- borderWidth: number;
377
877
  color: string;
378
878
  };
379
879
  };
380
- text: (props: import("..").Dict<any>) => {
880
+ subtleGreen: {
381
881
  container: {
882
+ bg: string;
883
+ borderColor: string;
382
884
  hoverBg: string;
383
885
  hoverBorderColor: string;
886
+ focusBg: string;
384
887
  activeBg: string;
385
- bg: string;
386
- borderColor: string;
387
- borderWidth: number;
388
888
  color: string;
389
- focusRing: number;
390
889
  };
391
890
  };
392
891
  };
@@ -570,39 +1069,61 @@ declare const defaultTheme: {
570
1069
  };
571
1070
  };
572
1071
  Heading: {
573
- baseStyle: {};
1072
+ baseStyle: {
1073
+ color: string;
1074
+ };
574
1075
  defaultProps: {
575
1076
  size: string;
576
1077
  };
577
1078
  sizes: {
1079
+ title: {
1080
+ as: string;
1081
+ fontFamily: string;
1082
+ fontSize: string;
1083
+ fontWeight: string;
1084
+ lineHeight: string;
1085
+ };
578
1086
  h1: {
579
1087
  as: string;
580
1088
  fontSize: string;
1089
+ fontWeight: string;
1090
+ lineHeight: string;
1091
+ };
1092
+ lead: {
1093
+ as: string;
1094
+ color: string;
1095
+ fontSize: string;
1096
+ fontWeight: string;
581
1097
  lineHeight: string;
582
1098
  };
583
1099
  h2: {
584
1100
  as: string;
585
1101
  fontSize: string;
1102
+ fontWeight: string;
586
1103
  lineHeight: string;
587
1104
  };
588
1105
  h3: {
589
1106
  as: string;
590
1107
  fontSize: string;
1108
+ fontWeight: string;
591
1109
  lineHeight: string;
592
1110
  };
593
1111
  h4: {
594
1112
  as: string;
595
1113
  fontSize: string;
1114
+ fontWeight: string;
596
1115
  lineHeight: string;
597
1116
  };
598
1117
  h5: {
599
1118
  as: string;
600
1119
  fontSize: string;
1120
+ fontWeight: string;
601
1121
  lineHeight: string;
602
1122
  };
603
1123
  h6: {
604
1124
  as: string;
605
1125
  fontSize: string;
1126
+ fontWeight: string;
606
1127
  lineHeight: string;
607
1128
  };
608
1129
  };
@@ -630,6 +1151,10 @@ declare const defaultTheme: {
630
1151
  height: number;
631
1152
  width: number;
632
1153
  };
1154
+ xl: {
1155
+ height: number;
1156
+ width: number;
1157
+ };
633
1158
  };
634
1159
  variants: {};
635
1160
  };
@@ -704,7 +1229,6 @@ declare const defaultTheme: {
704
1229
  Link: {
705
1230
  baseStyle: {};
706
1231
  defaultProps: {
707
- colorScheme: string;
708
1232
  size: string;
709
1233
  variant: string;
710
1234
  };
@@ -713,6 +1237,7 @@ declare const defaultTheme: {
713
1237
  sm: {
714
1238
  container: {
715
1239
  fontSize: string;
1240
+ lineHeight: string;
716
1241
  };
717
1242
  icon: {
718
1243
  size: string;
@@ -721,6 +1246,7 @@ declare const defaultTheme: {
721
1246
  md: {
722
1247
  container: {
723
1248
  fontSize: string;
1249
+ lineHeight: string;
724
1250
  };
725
1251
  icon: {
726
1252
  size: string;
@@ -729,6 +1255,16 @@ declare const defaultTheme: {
729
1255
  lg: {
730
1256
  container: {
731
1257
  fontSize: string;
1258
+ lineHeight: string;
1259
+ };
1260
+ icon: {
1261
+ size: string;
1262
+ };
1263
+ };
1264
+ xl: {
1265
+ container: {
1266
+ fontSize: string;
1267
+ lineHeight: string;
732
1268
  };
733
1269
  icon: {
734
1270
  size: string;
@@ -736,13 +1272,13 @@ declare const defaultTheme: {
736
1272
  };
737
1273
  };
738
1274
  variants: {
739
- default: (props: import("..").Dict<any>) => {
1275
+ default: () => {
740
1276
  container: {
741
1277
  color: string;
742
1278
  hoverColor: string;
743
1279
  };
744
1280
  };
745
- light: (props: import("..").Dict<any>) => {
1281
+ light: () => {
746
1282
  container: {
747
1283
  color: string;
748
1284
  hoverColor: string;
@@ -753,6 +1289,12 @@ declare const defaultTheme: {
753
1289
  hoverTextDecoration: string;
754
1290
  };
755
1291
  };
1292
+ white: () => {
1293
+ container: {
1294
+ color: string;
1295
+ hoverColor: string;
1296
+ };
1297
+ };
756
1298
  };
757
1299
  };
758
1300
  List: {
@@ -893,23 +1435,40 @@ declare const defaultTheme: {
893
1435
  Notification: {
894
1436
  baseStyle: {};
895
1437
  defaultProps: {
896
- colorScheme: string;
897
1438
  variant: string;
898
1439
  };
899
1440
  parts: string[];
900
1441
  sizes: {};
901
1442
  variants: {
902
- subtle: (props: import("..").Dict<any>) => {
1443
+ subtleBlue: {
903
1444
  container: {
904
1445
  bg: string;
905
1446
  borderColor: string;
906
- borderWidth: number;
907
1447
  color: string;
908
1448
  };
909
1449
  button: {
1450
+ borderColor: string;
1451
+ };
1452
+ };
1453
+ subtleRed: {
1454
+ container: {
1455
+ bg: string;
1456
+ borderColor: string;
1457
+ color: string;
1458
+ };
1459
+ };
1460
+ subtleYellow: {
1461
+ container: {
1462
+ bg: string;
1463
+ borderColor: string;
1464
+ color: string;
1465
+ };
1466
+ };
1467
+ subtleGreen: {
1468
+ container: {
1469
+ bg: string;
1470
+ borderColor: string;
910
1471
  color: string;
911
- hoverBg: string;
912
- activeBg: string;
913
1472
  };
914
1473
  };
915
1474
  };
@@ -932,14 +1491,6 @@ declare const defaultTheme: {
932
1491
  fontSize: string;
933
1492
  lineHeight: string;
934
1493
  };
935
- xl: {
936
- fontSize: string;
937
- lineHeight: string;
938
- };
939
- xxl: {
940
- fontSize: string;
941
- lineHeight: string;
942
- };
943
1494
  };
944
1495
  variants: {};
945
1496
  };
@@ -1291,7 +1842,16 @@ declare const defaultTheme: {
1291
1842
  fontSize: string;
1292
1843
  };
1293
1844
  };
1294
- variants: {};
1845
+ variants: {
1846
+ label: {
1847
+ fontSize: string;
1848
+ fontWeight: string;
1849
+ };
1850
+ caption: {
1851
+ fontSize: string;
1852
+ fontWeight: string;
1853
+ };
1854
+ };
1295
1855
  };
1296
1856
  Table: {
1297
1857
  baseStyle: {};
@@ -1324,6 +1884,11 @@ declare const defaultTheme: {
1324
1884
  };
1325
1885
  };
1326
1886
  striped: {};
1887
+ basic: {
1888
+ td: {
1889
+ borderBottom: string;
1890
+ };
1891
+ };
1327
1892
  };
1328
1893
  };
1329
1894
  Tabs: {
@@ -1331,22 +1896,71 @@ declare const defaultTheme: {
1331
1896
  defaultProps: {};
1332
1897
  parts: string[];
1333
1898
  sizes: {
1334
- sm: {};
1335
- md: {};
1336
- lg: {};
1337
- xl: {};
1899
+ sm: {
1900
+ tabsNavBar: {
1901
+ borderWidth: string;
1902
+ fontSize: string;
1903
+ h: string;
1904
+ py: string;
1905
+ };
1906
+ };
1907
+ md: {
1908
+ tabsNavBar: {
1909
+ borderWidth: string;
1910
+ fontSize: string;
1911
+ h: string;
1912
+ py: string;
1913
+ };
1914
+ };
1915
+ lg: {
1916
+ tabsNavBar: {
1917
+ borderWidth: string;
1918
+ fontSize: string;
1919
+ h: number;
1920
+ py: string;
1921
+ };
1922
+ };
1923
+ xl: {
1924
+ tabsNavBar: {
1925
+ borderWidth: string;
1926
+ fontSize: string;
1927
+ h: number;
1928
+ py: string;
1929
+ };
1930
+ };
1931
+ xxl: {
1932
+ tabsNavBar: {
1933
+ borderWidth: string;
1934
+ fontSize: string;
1935
+ h: number;
1936
+ py: string;
1937
+ };
1938
+ };
1338
1939
  };
1339
1940
  variants: {};
1340
1941
  };
1341
1942
  Tag: {
1342
1943
  baseStyle: {};
1343
1944
  defaultProps: {
1344
- colorScheme: string;
1345
1945
  size: string;
1346
1946
  variant: string;
1347
1947
  };
1348
1948
  parts: string[];
1349
1949
  sizes: {
1950
+ xs: {
1951
+ container: {
1952
+ borderRadius: string;
1953
+ fontSize: string;
1954
+ h: number;
1955
+ spaceX: number;
1956
+ };
1957
+ button: {
1958
+ size: string;
1959
+ };
1960
+ icon: {
1961
+ size: string;
1962
+ };
1963
+ };
1350
1964
  sm: {
1351
1965
  container: {
1352
1966
  fontSize: string;
@@ -1388,31 +2002,166 @@ declare const defaultTheme: {
1388
2002
  };
1389
2003
  };
1390
2004
  variants: {
1391
- solid: (props: import("..").Dict<any>) => {
2005
+ subtleGrey: {
1392
2006
  container: {
2007
+ bg: string;
1393
2008
  hoverBg: string;
2009
+ borderColor: string;
2010
+ color: string;
1394
2011
  activeBg: string;
2012
+ };
2013
+ button: {
1395
2014
  bg: string;
2015
+ hoverBg: string;
2016
+ hoverBorderColor: string;
2017
+ color: string;
2018
+ activeBg: string;
2019
+ };
2020
+ };
2021
+ subtleBlue: {
2022
+ container: {
2023
+ bg: string;
2024
+ hoverBg: string;
2025
+ activeBg: string;
2026
+ borderColor: string;
2027
+ color: string;
2028
+ };
2029
+ button: {
2030
+ bg: string;
2031
+ hoverBg: string;
2032
+ activeBg: string;
2033
+ hoverBorderColor: string;
2034
+ color: string;
2035
+ };
2036
+ };
2037
+ subtleRed: {
2038
+ container: {
2039
+ bg: string;
2040
+ borderColor: string;
2041
+ hoverBg: string;
2042
+ activeBg: string;
1396
2043
  color: string;
1397
- focusRing: number;
1398
2044
  };
1399
2045
  button: {
2046
+ bg: string;
2047
+ hoverBg: string;
2048
+ activeBg: string;
2049
+ hoverBorderColor: string;
2050
+ color: string;
2051
+ };
2052
+ };
2053
+ subtleYellow: {
2054
+ container: {
2055
+ bg: string;
1400
2056
  hoverBg: string;
1401
2057
  activeBg: string;
2058
+ borderColor: string;
2059
+ color: string;
2060
+ };
2061
+ button: {
1402
2062
  bg: string;
2063
+ hoverBg: string;
2064
+ activeBg: string;
2065
+ hoverBorderColor: string;
1403
2066
  color: string;
1404
2067
  };
1405
2068
  };
1406
- subtle: (props: import("..").Dict<any>) => {
2069
+ subtleGreen: {
2070
+ container: {
2071
+ bg: string;
2072
+ hoverBg: string;
2073
+ borderColor: string;
2074
+ color: string;
2075
+ activeBg: string;
2076
+ };
2077
+ button: {
2078
+ bg: string;
2079
+ hoverBg: string;
2080
+ activeBg: string;
2081
+ hoverBorderColor: string;
2082
+ color: string;
2083
+ };
2084
+ };
2085
+ solidBlue: {
2086
+ container: {
2087
+ bg: string;
2088
+ hoverBg: string;
2089
+ activeBg: string;
2090
+ borderColor: string;
2091
+ color: string;
2092
+ };
2093
+ button: {
2094
+ bg: string;
2095
+ hoverBg: string;
2096
+ activeBg: string;
2097
+ hoverBorderColor: string;
2098
+ activeBorderColor: string;
2099
+ color: string;
2100
+ };
2101
+ };
2102
+ solidDarkBlue: {
2103
+ container: {
2104
+ bg: string;
2105
+ hoverBg: string;
2106
+ activeBg: string;
2107
+ borderColor: string;
2108
+ color: string;
2109
+ };
2110
+ button: {
2111
+ bg: string;
2112
+ hoverBg: string;
2113
+ activeBg: string;
2114
+ hoverBorderColor: string;
2115
+ color: string;
2116
+ };
2117
+ };
2118
+ solidRed: {
2119
+ container: {
2120
+ bg: string;
2121
+ hoverBg: string;
2122
+ activeBg: string;
2123
+ borderColor: string;
2124
+ color: string;
2125
+ };
2126
+ button: {
2127
+ bg: string;
2128
+ hoverBg: string;
2129
+ activeBg: string;
2130
+ hoverBorderColor: string;
2131
+ activeBorderColor: string;
2132
+ color: string;
2133
+ };
2134
+ };
2135
+ solidYellow: {
1407
2136
  container: {
2137
+ bg: string;
2138
+ hoverBg: string;
2139
+ activeBg: string;
2140
+ borderColor: string;
2141
+ color: string;
2142
+ };
2143
+ button: {
2144
+ bg: string;
1408
2145
  hoverBg: string;
1409
2146
  activeBg: string;
2147
+ hoverBorderColor: string;
2148
+ color: string;
2149
+ };
2150
+ };
2151
+ solidGreen: {
2152
+ container: {
1410
2153
  bg: string;
2154
+ hoverBg: string;
2155
+ activeBg: string;
2156
+ borderColor: string;
1411
2157
  color: string;
1412
2158
  };
1413
2159
  button: {
2160
+ bg: string;
1414
2161
  hoverBg: string;
1415
2162
  activeBg: string;
2163
+ hoverBorderColor: string;
2164
+ activeBorderColor: string;
1416
2165
  color: string;
1417
2166
  };
1418
2167
  };