@veracity/vui 1.7.1 → 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 (378) hide show
  1. package/dist/cjs/accordion/accordion.types.d.ts +4 -4
  2. package/dist/cjs/accordion/accordion.types.d.ts.map +1 -1
  3. package/dist/cjs/accordion/accordionItemHorizontal.d.ts +1 -1
  4. package/dist/cjs/accordion/accordionItemHorizontal.d.ts.map +1 -1
  5. package/dist/cjs/accordion/accordionItemHorizontal.js +1 -1
  6. package/dist/cjs/avatar/avatar.js +1 -1
  7. package/dist/cjs/badge/badge.d.ts +9 -0
  8. package/dist/cjs/badge/badge.d.ts.map +1 -0
  9. package/dist/cjs/badge/badge.js +35 -0
  10. package/dist/cjs/badge/badge.types.d.ts +17 -0
  11. package/dist/cjs/badge/badge.types.d.ts.map +1 -0
  12. package/dist/cjs/badge/badge.types.js +2 -0
  13. package/dist/cjs/badge/index.d.ts +3 -0
  14. package/dist/cjs/badge/index.d.ts.map +1 -0
  15. package/dist/cjs/badge/index.js +23 -0
  16. package/dist/cjs/badge/theme.d.ts +130 -0
  17. package/dist/cjs/badge/theme.d.ts.map +1 -0
  18. package/dist/cjs/badge/theme.js +135 -0
  19. package/dist/cjs/breadcrumbs/breadcrumbs.d.ts +10 -0
  20. package/dist/cjs/breadcrumbs/breadcrumbs.d.ts.map +1 -0
  21. package/dist/cjs/breadcrumbs/breadcrumbs.js +70 -0
  22. package/dist/cjs/breadcrumbs/breadcrumbs.types.d.ts +30 -0
  23. package/dist/cjs/breadcrumbs/breadcrumbs.types.d.ts.map +1 -0
  24. package/dist/cjs/breadcrumbs/breadcrumbs.types.js +2 -0
  25. package/dist/cjs/breadcrumbs/breadcrumbsItem.d.ts +5 -0
  26. package/dist/cjs/breadcrumbs/breadcrumbsItem.d.ts.map +1 -0
  27. package/dist/cjs/breadcrumbs/breadcrumbsItem.js +36 -0
  28. package/dist/cjs/breadcrumbs/breadcrumbsSeparator.d.ts +5 -0
  29. package/dist/cjs/breadcrumbs/breadcrumbsSeparator.d.ts.map +1 -0
  30. package/dist/cjs/breadcrumbs/breadcrumbsSeparator.js +28 -0
  31. package/dist/cjs/breadcrumbs/context.d.ts +5 -0
  32. package/dist/cjs/breadcrumbs/context.d.ts.map +1 -0
  33. package/dist/cjs/breadcrumbs/context.js +7 -0
  34. package/dist/cjs/breadcrumbs/index.d.ts +4 -0
  35. package/dist/cjs/breadcrumbs/index.d.ts.map +1 -0
  36. package/dist/cjs/breadcrumbs/index.js +24 -0
  37. package/dist/cjs/breadcrumbs/theme.d.ts +20 -0
  38. package/dist/cjs/breadcrumbs/theme.d.ts.map +1 -0
  39. package/dist/cjs/breadcrumbs/theme.js +24 -0
  40. package/dist/cjs/button/button.d.ts +1 -1
  41. package/dist/cjs/button/button.d.ts.map +1 -1
  42. package/dist/cjs/button/button.js +16 -23
  43. package/dist/cjs/button/button.types.d.ts +3 -4
  44. package/dist/cjs/button/button.types.d.ts.map +1 -1
  45. package/dist/cjs/button/buttons.js +8 -8
  46. package/dist/cjs/button/consts.js +3 -3
  47. package/dist/cjs/button/theme.d.ts +121 -44
  48. package/dist/cjs/button/theme.d.ts.map +1 -1
  49. package/dist/cjs/button/theme.js +135 -54
  50. package/dist/cjs/buttonGroup/buttonGroup.d.ts.map +1 -1
  51. package/dist/cjs/buttonGroup/buttonGroup.js +5 -5
  52. package/dist/cjs/buttonGroup/buttonGroup.types.d.ts +2 -3
  53. package/dist/cjs/buttonGroup/buttonGroup.types.d.ts.map +1 -1
  54. package/dist/cjs/buttonGroup/helpers.d.ts.map +1 -1
  55. package/dist/cjs/buttonGroup/helpers.js +2 -3
  56. package/dist/cjs/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
  57. package/dist/cjs/buttonToggleGroup/buttonToggleGroup.js +1 -1
  58. package/dist/cjs/checkbox/checkbox.js +1 -1
  59. package/dist/cjs/copyToClipboard/copyToClipboard.js +1 -1
  60. package/dist/cjs/core/vuiProvider/globalStyle.d.ts.map +1 -1
  61. package/dist/cjs/core/vuiProvider/globalStyle.js +55 -38
  62. package/dist/cjs/footer/footerTrademark.js +1 -1
  63. package/dist/cjs/heading/theme.d.ts +23 -1
  64. package/dist/cjs/heading/theme.d.ts.map +1 -1
  65. package/dist/cjs/heading/theme.js +29 -7
  66. package/dist/cjs/icon/icon.types.d.ts +1 -1
  67. package/dist/cjs/icon/icon.types.d.ts.map +1 -1
  68. package/dist/cjs/icon/theme.d.ts +5 -0
  69. package/dist/cjs/icon/theme.d.ts.map +1 -1
  70. package/dist/cjs/icon/theme.js +5 -0
  71. package/dist/cjs/index.d.ts +2 -0
  72. package/dist/cjs/index.d.ts.map +1 -1
  73. package/dist/cjs/index.js +2 -0
  74. package/dist/cjs/input/input.js +1 -1
  75. package/dist/cjs/input/inputInput.js +1 -1
  76. package/dist/cjs/link/link.d.ts.map +1 -1
  77. package/dist/cjs/link/link.js +3 -3
  78. package/dist/cjs/link/link.types.d.ts +0 -2
  79. package/dist/cjs/link/link.types.d.ts.map +1 -1
  80. package/dist/cjs/link/theme.d.ts +21 -4
  81. package/dist/cjs/link/theme.d.ts.map +1 -1
  82. package/dist/cjs/link/theme.js +30 -17
  83. package/dist/cjs/list/listItem.d.ts.map +1 -1
  84. package/dist/cjs/list/listItem.js +6 -2
  85. package/dist/cjs/notification/consts.js +10 -10
  86. package/dist/cjs/notification/notification.d.ts.map +1 -1
  87. package/dist/cjs/notification/notification.js +10 -8
  88. package/dist/cjs/notification/notification.types.d.ts +2 -2
  89. package/dist/cjs/notification/notification.types.d.ts.map +1 -1
  90. package/dist/cjs/notification/notificationButton.d.ts.map +1 -1
  91. package/dist/cjs/notification/notificationButton.js +5 -1
  92. package/dist/cjs/notification/notificationIcon.d.ts.map +1 -1
  93. package/dist/cjs/notification/notificationIcon.js +3 -2
  94. package/dist/cjs/notification/notificationText.d.ts.map +1 -1
  95. package/dist/cjs/notification/notificationText.js +1 -1
  96. package/dist/cjs/notification/notificationTitle.d.ts +2 -2
  97. package/dist/cjs/notification/notificationTitle.d.ts.map +1 -1
  98. package/dist/cjs/notification/notificationTitle.js +2 -2
  99. package/dist/cjs/notification/theme.d.ts +31 -16
  100. package/dist/cjs/notification/theme.d.ts.map +1 -1
  101. package/dist/cjs/notification/theme.js +32 -26
  102. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts +85 -0
  103. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +1 -0
  104. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.js +88 -0
  105. package/dist/cjs/p/theme.d.ts +0 -8
  106. package/dist/cjs/p/theme.d.ts.map +1 -1
  107. package/dist/cjs/p/theme.js +3 -11
  108. package/dist/cjs/progress/progress.js +1 -1
  109. package/dist/cjs/select/selectButton.js +1 -1
  110. package/dist/cjs/t/theme.d.ts +10 -1
  111. package/dist/cjs/t/theme.d.ts.map +1 -1
  112. package/dist/cjs/t/theme.js +10 -1
  113. package/dist/cjs/table/tbody.d.ts.map +1 -1
  114. package/dist/cjs/table/tbody.js +4 -0
  115. package/dist/cjs/table/theme.d.ts +5 -0
  116. package/dist/cjs/table/theme.d.ts.map +1 -1
  117. package/dist/cjs/table/theme.js +6 -1
  118. package/dist/cjs/tabs/tabs.types.d.ts +2 -2
  119. package/dist/cjs/tabs/tabs.types.d.ts.map +1 -1
  120. package/dist/cjs/tabs/tabsNavBar.d.ts.map +1 -1
  121. package/dist/cjs/tabs/tabsNavBar.js +13 -5
  122. package/dist/cjs/tabs/theme.d.ts +40 -4
  123. package/dist/cjs/tabs/theme.d.ts.map +1 -1
  124. package/dist/cjs/tabs/theme.js +41 -4
  125. package/dist/cjs/tag/tag.d.ts.map +1 -1
  126. package/dist/cjs/tag/tag.js +9 -6
  127. package/dist/cjs/tag/tag.types.d.ts +3 -2
  128. package/dist/cjs/tag/tag.types.d.ts.map +1 -1
  129. package/dist/cjs/tag/tagButton.js +3 -1
  130. package/dist/cjs/tag/theme.d.ts +178 -32
  131. package/dist/cjs/tag/theme.d.ts.map +1 -1
  132. package/dist/cjs/tag/theme.js +182 -65
  133. package/dist/cjs/textarea/textarea.js +1 -1
  134. package/dist/cjs/theme/components.d.ts +515 -39
  135. package/dist/cjs/theme/components.d.ts.map +1 -1
  136. package/dist/cjs/theme/components.js +72 -68
  137. package/dist/cjs/theme/defaultTheme.d.ts +813 -46
  138. package/dist/cjs/theme/defaultTheme.d.ts.map +1 -1
  139. package/dist/cjs/theme/foundations/colors.d.ts +523 -0
  140. package/dist/cjs/theme/foundations/colors.d.ts.map +1 -1
  141. package/dist/cjs/theme/foundations/colors.js +389 -1
  142. package/dist/cjs/theme/foundations/fontWeights.d.ts +0 -1
  143. package/dist/cjs/theme/foundations/fontWeights.d.ts.map +1 -1
  144. package/dist/cjs/theme/foundations/fontWeights.js +1 -2
  145. package/dist/cjs/theme/foundations/index.d.ts +292 -1
  146. package/dist/cjs/theme/foundations/index.d.ts.map +1 -1
  147. package/dist/cjs/theme/foundations/radii.d.ts +5 -0
  148. package/dist/cjs/theme/foundations/radii.d.ts.map +1 -1
  149. package/dist/cjs/theme/foundations/radii.js +8 -3
  150. package/dist/cjs/toast/toast.d.ts.map +1 -1
  151. package/dist/cjs/toast/toast.js +1 -1
  152. package/dist/cjs/toast/useToast.d.ts.map +1 -1
  153. package/dist/cjs/toast/useToast.js +1 -1
  154. package/dist/cjs/tutorial/tutorialCard.d.ts.map +1 -1
  155. package/dist/cjs/tutorial/tutorialCard.js +3 -3
  156. package/dist/esm/accordion/accordion.types.d.ts +4 -4
  157. package/dist/esm/accordion/accordion.types.d.ts.map +1 -1
  158. package/dist/esm/accordion/accordionItemHorizontal.d.ts +1 -1
  159. package/dist/esm/accordion/accordionItemHorizontal.d.ts.map +1 -1
  160. package/dist/esm/accordion/accordionItemHorizontal.js +1 -1
  161. package/dist/esm/avatar/avatar.js +1 -1
  162. package/dist/esm/badge/badge.d.ts +9 -0
  163. package/dist/esm/badge/badge.d.ts.map +1 -0
  164. package/dist/esm/badge/badge.js +17 -0
  165. package/dist/esm/badge/badge.types.d.ts +17 -0
  166. package/dist/esm/badge/badge.types.d.ts.map +1 -0
  167. package/dist/esm/badge/badge.types.js +1 -0
  168. package/dist/esm/badge/index.d.ts +3 -0
  169. package/dist/esm/badge/index.d.ts.map +1 -0
  170. package/dist/esm/badge/index.js +2 -0
  171. package/dist/esm/badge/theme.d.ts +130 -0
  172. package/dist/esm/badge/theme.d.ts.map +1 -0
  173. package/dist/esm/badge/theme.js +133 -0
  174. package/dist/esm/breadcrumbs/breadcrumbs.d.ts +10 -0
  175. package/dist/esm/breadcrumbs/breadcrumbs.d.ts.map +1 -0
  176. package/dist/esm/breadcrumbs/breadcrumbs.js +29 -0
  177. package/dist/esm/breadcrumbs/breadcrumbs.types.d.ts +30 -0
  178. package/dist/esm/breadcrumbs/breadcrumbs.types.d.ts.map +1 -0
  179. package/dist/esm/breadcrumbs/breadcrumbs.types.js +1 -0
  180. package/dist/esm/breadcrumbs/breadcrumbsItem.d.ts +5 -0
  181. package/dist/esm/breadcrumbs/breadcrumbsItem.d.ts.map +1 -0
  182. package/dist/esm/breadcrumbs/breadcrumbsItem.js +18 -0
  183. package/dist/esm/breadcrumbs/breadcrumbsSeparator.d.ts +5 -0
  184. package/dist/esm/breadcrumbs/breadcrumbsSeparator.d.ts.map +1 -0
  185. package/dist/esm/breadcrumbs/breadcrumbsSeparator.js +7 -0
  186. package/dist/esm/breadcrumbs/context.d.ts +5 -0
  187. package/dist/esm/breadcrumbs/context.d.ts.map +1 -0
  188. package/dist/esm/breadcrumbs/context.js +3 -0
  189. package/dist/esm/breadcrumbs/index.d.ts +4 -0
  190. package/dist/esm/breadcrumbs/index.d.ts.map +1 -0
  191. package/dist/esm/breadcrumbs/index.js +3 -0
  192. package/dist/esm/breadcrumbs/theme.d.ts +20 -0
  193. package/dist/esm/breadcrumbs/theme.d.ts.map +1 -0
  194. package/dist/esm/breadcrumbs/theme.js +22 -0
  195. package/dist/esm/button/button.d.ts +1 -1
  196. package/dist/esm/button/button.d.ts.map +1 -1
  197. package/dist/esm/button/button.js +16 -23
  198. package/dist/esm/button/button.types.d.ts +3 -4
  199. package/dist/esm/button/button.types.d.ts.map +1 -1
  200. package/dist/esm/button/buttons.js +8 -8
  201. package/dist/esm/button/consts.js +3 -3
  202. package/dist/esm/button/theme.d.ts +121 -44
  203. package/dist/esm/button/theme.d.ts.map +1 -1
  204. package/dist/esm/button/theme.js +135 -58
  205. package/dist/esm/buttonGroup/buttonGroup.d.ts.map +1 -1
  206. package/dist/esm/buttonGroup/buttonGroup.js +6 -6
  207. package/dist/esm/buttonGroup/buttonGroup.types.d.ts +2 -3
  208. package/dist/esm/buttonGroup/buttonGroup.types.d.ts.map +1 -1
  209. package/dist/esm/buttonGroup/helpers.d.ts.map +1 -1
  210. package/dist/esm/buttonGroup/helpers.js +2 -3
  211. package/dist/esm/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
  212. package/dist/esm/buttonToggleGroup/buttonToggleGroup.js +1 -1
  213. package/dist/esm/checkbox/checkbox.js +1 -1
  214. package/dist/esm/copyToClipboard/copyToClipboard.js +1 -1
  215. package/dist/esm/core/vuiProvider/globalStyle.d.ts.map +1 -1
  216. package/dist/esm/core/vuiProvider/globalStyle.js +55 -38
  217. package/dist/esm/footer/footerTrademark.js +1 -1
  218. package/dist/esm/heading/theme.d.ts +23 -1
  219. package/dist/esm/heading/theme.d.ts.map +1 -1
  220. package/dist/esm/heading/theme.js +29 -7
  221. package/dist/esm/icon/icon.types.d.ts +1 -1
  222. package/dist/esm/icon/icon.types.d.ts.map +1 -1
  223. package/dist/esm/icon/theme.d.ts +5 -0
  224. package/dist/esm/icon/theme.d.ts.map +1 -1
  225. package/dist/esm/icon/theme.js +5 -0
  226. package/dist/esm/index.d.ts +2 -0
  227. package/dist/esm/index.d.ts.map +1 -1
  228. package/dist/esm/index.js +2 -0
  229. package/dist/esm/input/input.js +1 -1
  230. package/dist/esm/input/inputInput.js +1 -1
  231. package/dist/esm/link/link.d.ts.map +1 -1
  232. package/dist/esm/link/link.js +3 -3
  233. package/dist/esm/link/link.types.d.ts +0 -2
  234. package/dist/esm/link/link.types.d.ts.map +1 -1
  235. package/dist/esm/link/theme.d.ts +21 -4
  236. package/dist/esm/link/theme.d.ts.map +1 -1
  237. package/dist/esm/link/theme.js +30 -17
  238. package/dist/esm/list/listItem.d.ts.map +1 -1
  239. package/dist/esm/list/listItem.js +6 -2
  240. package/dist/esm/notification/consts.js +10 -10
  241. package/dist/esm/notification/notification.d.ts.map +1 -1
  242. package/dist/esm/notification/notification.js +11 -9
  243. package/dist/esm/notification/notification.types.d.ts +2 -2
  244. package/dist/esm/notification/notification.types.d.ts.map +1 -1
  245. package/dist/esm/notification/notificationButton.d.ts.map +1 -1
  246. package/dist/esm/notification/notificationButton.js +4 -1
  247. package/dist/esm/notification/notificationIcon.d.ts.map +1 -1
  248. package/dist/esm/notification/notificationIcon.js +3 -2
  249. package/dist/esm/notification/notificationText.d.ts.map +1 -1
  250. package/dist/esm/notification/notificationText.js +1 -1
  251. package/dist/esm/notification/notificationTitle.d.ts +2 -2
  252. package/dist/esm/notification/notificationTitle.d.ts.map +1 -1
  253. package/dist/esm/notification/notificationTitle.js +2 -2
  254. package/dist/esm/notification/theme.d.ts +31 -16
  255. package/dist/esm/notification/theme.d.ts.map +1 -1
  256. package/dist/esm/notification/theme.js +32 -26
  257. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts +85 -0
  258. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +1 -0
  259. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.js +84 -0
  260. package/dist/esm/p/theme.d.ts +0 -8
  261. package/dist/esm/p/theme.d.ts.map +1 -1
  262. package/dist/esm/p/theme.js +3 -11
  263. package/dist/esm/progress/progress.js +1 -1
  264. package/dist/esm/select/selectButton.js +1 -1
  265. package/dist/esm/t/theme.d.ts +10 -1
  266. package/dist/esm/t/theme.d.ts.map +1 -1
  267. package/dist/esm/t/theme.js +10 -1
  268. package/dist/esm/table/tbody.d.ts.map +1 -1
  269. package/dist/esm/table/tbody.js +4 -0
  270. package/dist/esm/table/theme.d.ts +5 -0
  271. package/dist/esm/table/theme.d.ts.map +1 -1
  272. package/dist/esm/table/theme.js +6 -1
  273. package/dist/esm/tabs/tabs.types.d.ts +2 -2
  274. package/dist/esm/tabs/tabs.types.d.ts.map +1 -1
  275. package/dist/esm/tabs/tabsNavBar.d.ts.map +1 -1
  276. package/dist/esm/tabs/tabsNavBar.js +12 -4
  277. package/dist/esm/tabs/theme.d.ts +40 -4
  278. package/dist/esm/tabs/theme.d.ts.map +1 -1
  279. package/dist/esm/tabs/theme.js +41 -4
  280. package/dist/esm/tag/tag.d.ts.map +1 -1
  281. package/dist/esm/tag/tag.js +9 -6
  282. package/dist/esm/tag/tag.types.d.ts +3 -2
  283. package/dist/esm/tag/tag.types.d.ts.map +1 -1
  284. package/dist/esm/tag/tagButton.js +3 -1
  285. package/dist/esm/tag/theme.d.ts +178 -32
  286. package/dist/esm/tag/theme.d.ts.map +1 -1
  287. package/dist/esm/tag/theme.js +182 -65
  288. package/dist/esm/textarea/textarea.js +1 -1
  289. package/dist/esm/theme/components.d.ts +515 -39
  290. package/dist/esm/theme/components.d.ts.map +1 -1
  291. package/dist/esm/theme/components.js +4 -0
  292. package/dist/esm/theme/defaultTheme.d.ts +813 -46
  293. package/dist/esm/theme/defaultTheme.d.ts.map +1 -1
  294. package/dist/esm/theme/foundations/colors.d.ts +523 -0
  295. package/dist/esm/theme/foundations/colors.d.ts.map +1 -1
  296. package/dist/esm/theme/foundations/colors.js +365 -0
  297. package/dist/esm/theme/foundations/fontWeights.d.ts +0 -1
  298. package/dist/esm/theme/foundations/fontWeights.d.ts.map +1 -1
  299. package/dist/esm/theme/foundations/fontWeights.js +1 -2
  300. package/dist/esm/theme/foundations/index.d.ts +292 -1
  301. package/dist/esm/theme/foundations/index.d.ts.map +1 -1
  302. package/dist/esm/theme/foundations/radii.d.ts +5 -0
  303. package/dist/esm/theme/foundations/radii.d.ts.map +1 -1
  304. package/dist/esm/theme/foundations/radii.js +8 -3
  305. package/dist/esm/toast/toast.d.ts.map +1 -1
  306. package/dist/esm/toast/toast.js +1 -1
  307. package/dist/esm/toast/useToast.d.ts.map +1 -1
  308. package/dist/esm/toast/useToast.js +1 -1
  309. package/dist/esm/tutorial/tutorialCard.d.ts.map +1 -1
  310. package/dist/esm/tutorial/tutorialCard.js +3 -3
  311. package/package.json +1 -1
  312. package/src/accordion/accordion.types.ts +4 -4
  313. package/src/accordion/accordionItemHorizontal.tsx +1 -1
  314. package/src/avatar/avatar.tsx +1 -1
  315. package/src/badge/badge.tsx +36 -0
  316. package/src/badge/badge.types.ts +17 -0
  317. package/src/badge/index.ts +2 -0
  318. package/src/badge/theme.ts +140 -0
  319. package/src/breadcrumbs/breadcrumbs.tsx +50 -0
  320. package/src/breadcrumbs/breadcrumbs.types.ts +34 -0
  321. package/src/breadcrumbs/breadcrumbsItem.tsx +38 -0
  322. package/src/breadcrumbs/breadcrumbsSeparator.tsx +15 -0
  323. package/src/breadcrumbs/context.ts +5 -0
  324. package/src/breadcrumbs/index.ts +3 -0
  325. package/src/breadcrumbs/theme.ts +26 -0
  326. package/src/button/button.tsx +19 -28
  327. package/src/button/button.types.ts +4 -8
  328. package/src/button/buttons.tsx +8 -8
  329. package/src/button/consts.ts +3 -3
  330. package/src/button/theme.ts +143 -71
  331. package/src/buttonGroup/buttonGroup.tsx +6 -9
  332. package/src/buttonGroup/buttonGroup.types.ts +2 -3
  333. package/src/buttonGroup/helpers.ts +2 -4
  334. package/src/buttonToggleGroup/buttonToggleGroup.tsx +0 -2
  335. package/src/checkbox/checkbox.tsx +1 -1
  336. package/src/copyToClipboard/copyToClipboard.tsx +1 -1
  337. package/src/core/vuiProvider/globalStyle.tsx +55 -38
  338. package/src/footer/footerTrademark.tsx +1 -1
  339. package/src/heading/theme.ts +29 -7
  340. package/src/icon/icon.types.ts +1 -1
  341. package/src/icon/theme.ts +5 -0
  342. package/src/index.ts +2 -0
  343. package/src/input/input.tsx +1 -1
  344. package/src/input/inputInput.tsx +1 -1
  345. package/src/link/link.tsx +2 -3
  346. package/src/link/link.types.ts +0 -2
  347. package/src/link/theme.ts +30 -20
  348. package/src/list/listItem.tsx +6 -2
  349. package/src/notification/consts.ts +10 -10
  350. package/src/notification/notification.tsx +17 -11
  351. package/src/notification/notification.types.ts +2 -2
  352. package/src/notification/notificationButton.tsx +10 -5
  353. package/src/notification/notificationIcon.tsx +6 -3
  354. package/src/notification/notificationText.tsx +2 -1
  355. package/src/notification/notificationTitle.tsx +3 -9
  356. package/src/notification/theme.ts +32 -34
  357. package/src/onedesign-tokens/dist/js/es6/rem/button.js +85 -0
  358. package/src/p/theme.ts +3 -11
  359. package/src/progress/progress.tsx +1 -1
  360. package/src/select/selectButton.tsx +1 -1
  361. package/src/t/theme.ts +10 -1
  362. package/src/table/tbody.tsx +4 -0
  363. package/src/table/theme.ts +6 -1
  364. package/src/tabs/tabs.types.ts +2 -2
  365. package/src/tabs/tabsNavBar.tsx +23 -6
  366. package/src/tabs/theme.ts +41 -4
  367. package/src/tag/tag.tsx +11 -10
  368. package/src/tag/tag.types.ts +32 -31
  369. package/src/tag/tagButton.tsx +2 -2
  370. package/src/tag/theme.ts +183 -80
  371. package/src/textarea/textarea.tsx +1 -1
  372. package/src/theme/components.ts +4 -0
  373. package/src/theme/foundations/colors.ts +401 -0
  374. package/src/theme/foundations/fontWeights.ts +1 -2
  375. package/src/theme/foundations/radii.ts +8 -3
  376. package/src/toast/toast.tsx +0 -1
  377. package/src/toast/useToast.tsx +2 -1
  378. 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,22 +562,166 @@ 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: {};
277
695
  sizes: {};
278
696
  variants: {};
279
697
  };
698
+ Breadcrumbs: {
699
+ baseStyle: {};
700
+ defaultProps: {
701
+ size: string;
702
+ };
703
+ sizes: {
704
+ sm: {
705
+ item: {};
706
+ };
707
+ md: {
708
+ item: {};
709
+ };
710
+ lg: {
711
+ item: {};
712
+ };
713
+ };
714
+ variants: {};
715
+ };
280
716
  Button: {
281
717
  baseStyle: {};
282
718
  defaultProps: {
283
- colorScheme: string;
284
719
  size: string;
285
720
  variant: string;
286
721
  };
287
722
  parts: string[];
288
723
  sizes: {
289
- xs: {
724
+ sm: {
290
725
  container: {
291
726
  fontSize: string;
292
727
  h: number;
@@ -298,7 +733,7 @@ declare const defaultTheme: {
298
733
  };
299
734
  text: {};
300
735
  };
301
- sm: {
736
+ md: {
302
737
  container: {
303
738
  fontSize: string;
304
739
  h: number;
@@ -310,7 +745,7 @@ declare const defaultTheme: {
310
745
  };
311
746
  text: {};
312
747
  };
313
- md: {
748
+ lg: {
314
749
  container: {
315
750
  fontSize: string;
316
751
  h: number;
@@ -322,7 +757,7 @@ declare const defaultTheme: {
322
757
  };
323
758
  text: {};
324
759
  };
325
- lg: {
760
+ xl: {
326
761
  container: {
327
762
  fontSize: string;
328
763
  h: number;
@@ -336,39 +771,121 @@ declare const defaultTheme: {
336
771
  };
337
772
  };
338
773
  variants: {
339
- 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: {
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: {
340
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;
341
861
  borderColor: string;
342
- hoverBorderColor: string;
343
- focusRing: number;
344
862
  hoverBg: string;
863
+ hoverBorderColor: string;
864
+ focusBg: string;
345
865
  activeBg: string;
346
- bg: string;
347
- borderWidth: number;
348
866
  color: string;
349
867
  };
350
868
  };
351
- solid: (props: import("..").Dict<any>) => {
869
+ subtleYellow: {
352
870
  container: {
871
+ bg: string;
872
+ borderColor: string;
353
873
  hoverBg: string;
354
874
  hoverBorderColor: string;
875
+ focusBg: string;
355
876
  activeBg: string;
356
- bg: string;
357
- borderColor: string;
358
- borderWidth: number;
359
877
  color: string;
360
878
  };
361
879
  };
362
- text: (props: import("..").Dict<any>) => {
880
+ subtleGreen: {
363
881
  container: {
882
+ bg: string;
883
+ borderColor: string;
364
884
  hoverBg: string;
365
885
  hoverBorderColor: string;
886
+ focusBg: string;
366
887
  activeBg: string;
367
- bg: string;
368
- borderColor: string;
369
- borderWidth: number;
370
888
  color: string;
371
- focusRing: number;
372
889
  };
373
890
  };
374
891
  };
@@ -552,39 +1069,61 @@ declare const defaultTheme: {
552
1069
  };
553
1070
  };
554
1071
  Heading: {
555
- baseStyle: {};
1072
+ baseStyle: {
1073
+ color: string;
1074
+ };
556
1075
  defaultProps: {
557
1076
  size: string;
558
1077
  };
559
1078
  sizes: {
1079
+ title: {
1080
+ as: string;
1081
+ fontFamily: string;
1082
+ fontSize: string;
1083
+ fontWeight: string;
1084
+ lineHeight: string;
1085
+ };
560
1086
  h1: {
561
1087
  as: string;
562
1088
  fontSize: string;
1089
+ fontWeight: string;
1090
+ lineHeight: string;
1091
+ };
1092
+ lead: {
1093
+ as: string;
1094
+ color: string;
1095
+ fontSize: string;
1096
+ fontWeight: string;
563
1097
  lineHeight: string;
564
1098
  };
565
1099
  h2: {
566
1100
  as: string;
567
1101
  fontSize: string;
1102
+ fontWeight: string;
568
1103
  lineHeight: string;
569
1104
  };
570
1105
  h3: {
571
1106
  as: string;
572
1107
  fontSize: string;
1108
+ fontWeight: string;
573
1109
  lineHeight: string;
574
1110
  };
575
1111
  h4: {
576
1112
  as: string;
577
1113
  fontSize: string;
1114
+ fontWeight: string;
578
1115
  lineHeight: string;
579
1116
  };
580
1117
  h5: {
581
1118
  as: string;
582
1119
  fontSize: string;
1120
+ fontWeight: string;
583
1121
  lineHeight: string;
584
1122
  };
585
1123
  h6: {
586
1124
  as: string;
587
1125
  fontSize: string;
1126
+ fontWeight: string;
588
1127
  lineHeight: string;
589
1128
  };
590
1129
  };
@@ -612,6 +1151,10 @@ declare const defaultTheme: {
612
1151
  height: number;
613
1152
  width: number;
614
1153
  };
1154
+ xl: {
1155
+ height: number;
1156
+ width: number;
1157
+ };
615
1158
  };
616
1159
  variants: {};
617
1160
  };
@@ -686,7 +1229,6 @@ declare const defaultTheme: {
686
1229
  Link: {
687
1230
  baseStyle: {};
688
1231
  defaultProps: {
689
- colorScheme: string;
690
1232
  size: string;
691
1233
  variant: string;
692
1234
  };
@@ -695,6 +1237,7 @@ declare const defaultTheme: {
695
1237
  sm: {
696
1238
  container: {
697
1239
  fontSize: string;
1240
+ lineHeight: string;
698
1241
  };
699
1242
  icon: {
700
1243
  size: string;
@@ -703,6 +1246,7 @@ declare const defaultTheme: {
703
1246
  md: {
704
1247
  container: {
705
1248
  fontSize: string;
1249
+ lineHeight: string;
706
1250
  };
707
1251
  icon: {
708
1252
  size: string;
@@ -711,6 +1255,16 @@ declare const defaultTheme: {
711
1255
  lg: {
712
1256
  container: {
713
1257
  fontSize: string;
1258
+ lineHeight: string;
1259
+ };
1260
+ icon: {
1261
+ size: string;
1262
+ };
1263
+ };
1264
+ xl: {
1265
+ container: {
1266
+ fontSize: string;
1267
+ lineHeight: string;
714
1268
  };
715
1269
  icon: {
716
1270
  size: string;
@@ -718,13 +1272,13 @@ declare const defaultTheme: {
718
1272
  };
719
1273
  };
720
1274
  variants: {
721
- default: (props: import("..").Dict<any>) => {
1275
+ default: () => {
722
1276
  container: {
723
1277
  color: string;
724
1278
  hoverColor: string;
725
1279
  };
726
1280
  };
727
- light: (props: import("..").Dict<any>) => {
1281
+ light: () => {
728
1282
  container: {
729
1283
  color: string;
730
1284
  hoverColor: string;
@@ -735,6 +1289,12 @@ declare const defaultTheme: {
735
1289
  hoverTextDecoration: string;
736
1290
  };
737
1291
  };
1292
+ white: () => {
1293
+ container: {
1294
+ color: string;
1295
+ hoverColor: string;
1296
+ };
1297
+ };
738
1298
  };
739
1299
  };
740
1300
  List: {
@@ -875,23 +1435,40 @@ declare const defaultTheme: {
875
1435
  Notification: {
876
1436
  baseStyle: {};
877
1437
  defaultProps: {
878
- colorScheme: string;
879
1438
  variant: string;
880
1439
  };
881
1440
  parts: string[];
882
1441
  sizes: {};
883
1442
  variants: {
884
- subtle: (props: import("..").Dict<any>) => {
1443
+ subtleBlue: {
885
1444
  container: {
886
1445
  bg: string;
887
1446
  borderColor: string;
888
- borderWidth: number;
889
1447
  color: string;
890
1448
  };
891
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;
892
1471
  color: string;
893
- hoverBg: string;
894
- activeBg: string;
895
1472
  };
896
1473
  };
897
1474
  };
@@ -914,14 +1491,6 @@ declare const defaultTheme: {
914
1491
  fontSize: string;
915
1492
  lineHeight: string;
916
1493
  };
917
- xl: {
918
- fontSize: string;
919
- lineHeight: string;
920
- };
921
- xxl: {
922
- fontSize: string;
923
- lineHeight: string;
924
- };
925
1494
  };
926
1495
  variants: {};
927
1496
  };
@@ -1273,7 +1842,16 @@ declare const defaultTheme: {
1273
1842
  fontSize: string;
1274
1843
  };
1275
1844
  };
1276
- variants: {};
1845
+ variants: {
1846
+ label: {
1847
+ fontSize: string;
1848
+ fontWeight: string;
1849
+ };
1850
+ caption: {
1851
+ fontSize: string;
1852
+ fontWeight: string;
1853
+ };
1854
+ };
1277
1855
  };
1278
1856
  Table: {
1279
1857
  baseStyle: {};
@@ -1306,6 +1884,11 @@ declare const defaultTheme: {
1306
1884
  };
1307
1885
  };
1308
1886
  striped: {};
1887
+ basic: {
1888
+ td: {
1889
+ borderBottom: string;
1890
+ };
1891
+ };
1309
1892
  };
1310
1893
  };
1311
1894
  Tabs: {
@@ -1313,22 +1896,71 @@ declare const defaultTheme: {
1313
1896
  defaultProps: {};
1314
1897
  parts: string[];
1315
1898
  sizes: {
1316
- sm: {};
1317
- md: {};
1318
- lg: {};
1319
- 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
+ };
1320
1939
  };
1321
1940
  variants: {};
1322
1941
  };
1323
1942
  Tag: {
1324
1943
  baseStyle: {};
1325
1944
  defaultProps: {
1326
- colorScheme: string;
1327
1945
  size: string;
1328
1946
  variant: string;
1329
1947
  };
1330
1948
  parts: string[];
1331
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
+ };
1332
1964
  sm: {
1333
1965
  container: {
1334
1966
  fontSize: string;
@@ -1370,31 +2002,166 @@ declare const defaultTheme: {
1370
2002
  };
1371
2003
  };
1372
2004
  variants: {
1373
- solid: (props: import("..").Dict<any>) => {
2005
+ subtleGrey: {
1374
2006
  container: {
2007
+ bg: string;
1375
2008
  hoverBg: string;
2009
+ borderColor: string;
2010
+ color: string;
1376
2011
  activeBg: string;
2012
+ };
2013
+ button: {
1377
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;
1378
2043
  color: string;
1379
- focusRing: number;
1380
2044
  };
1381
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;
1382
2056
  hoverBg: string;
1383
2057
  activeBg: string;
2058
+ borderColor: string;
2059
+ color: string;
2060
+ };
2061
+ button: {
1384
2062
  bg: string;
2063
+ hoverBg: string;
2064
+ activeBg: string;
2065
+ hoverBorderColor: string;
1385
2066
  color: string;
1386
2067
  };
1387
2068
  };
1388
- 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: {
1389
2136
  container: {
2137
+ bg: string;
2138
+ hoverBg: string;
2139
+ activeBg: string;
2140
+ borderColor: string;
2141
+ color: string;
2142
+ };
2143
+ button: {
2144
+ bg: string;
1390
2145
  hoverBg: string;
1391
2146
  activeBg: string;
2147
+ hoverBorderColor: string;
2148
+ color: string;
2149
+ };
2150
+ };
2151
+ solidGreen: {
2152
+ container: {
1392
2153
  bg: string;
2154
+ hoverBg: string;
2155
+ activeBg: string;
2156
+ borderColor: string;
1393
2157
  color: string;
1394
2158
  };
1395
2159
  button: {
2160
+ bg: string;
1396
2161
  hoverBg: string;
1397
2162
  activeBg: string;
2163
+ hoverBorderColor: string;
2164
+ activeBorderColor: string;
1398
2165
  color: string;
1399
2166
  };
1400
2167
  };