@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
@@ -75,22 +75,166 @@ declare const _default: {
75
75
  };
76
76
  };
77
77
  };
78
+ Badge: {
79
+ baseStyle: {};
80
+ defaultProps: {
81
+ size: string;
82
+ variant: string;
83
+ };
84
+ parts: string[];
85
+ sizes: {
86
+ xs: {
87
+ container: {
88
+ borderRadius: string;
89
+ fontSize: string;
90
+ h: number;
91
+ spaceX: number;
92
+ };
93
+ icon: {
94
+ size: string;
95
+ };
96
+ };
97
+ sm: {
98
+ container: {
99
+ fontSize: string;
100
+ h: number;
101
+ spaceX: number;
102
+ };
103
+ icon: {
104
+ size: string;
105
+ };
106
+ };
107
+ md: {
108
+ container: {
109
+ fontSize: string;
110
+ h: number;
111
+ spaceX: number;
112
+ };
113
+ icon: {
114
+ size: string;
115
+ };
116
+ };
117
+ lg: {
118
+ container: {
119
+ fontSize: string;
120
+ h: number;
121
+ spaceX: number;
122
+ };
123
+ icon: {
124
+ size: string;
125
+ };
126
+ };
127
+ };
128
+ variants: {
129
+ subtleSandstone: {
130
+ container: {
131
+ bg: string;
132
+ color: string;
133
+ borderColor: string;
134
+ };
135
+ };
136
+ subtleEarth: {
137
+ container: {
138
+ bg: string;
139
+ color: string;
140
+ };
141
+ };
142
+ subtleBlue: {
143
+ container: {
144
+ bg: string;
145
+ color: string;
146
+ };
147
+ };
148
+ subtleBlue2: {
149
+ container: {
150
+ bg: string;
151
+ color: string;
152
+ };
153
+ };
154
+ subtleRed: {
155
+ container: {
156
+ bg: string;
157
+ color: string;
158
+ };
159
+ };
160
+ subtleYellow: {
161
+ container: {
162
+ bg: string;
163
+ color: string;
164
+ };
165
+ };
166
+ subtleGreen: {
167
+ container: {
168
+ bg: string;
169
+ color: string;
170
+ };
171
+ };
172
+ solidBlue: {
173
+ container: {
174
+ bg: string;
175
+ color: string;
176
+ };
177
+ };
178
+ solidDarkBlue: {
179
+ container: {
180
+ bg: string;
181
+ borderColor: string;
182
+ color: string;
183
+ };
184
+ };
185
+ solidRed: {
186
+ container: {
187
+ bg: string;
188
+ color: string;
189
+ };
190
+ };
191
+ solidYellow: {
192
+ container: {
193
+ bg: string;
194
+ color: string;
195
+ };
196
+ };
197
+ solidGreen: {
198
+ container: {
199
+ bg: string;
200
+ color: string;
201
+ };
202
+ };
203
+ };
204
+ };
78
205
  Box: {
79
206
  baseStyle: {};
80
207
  defaultProps: {};
81
208
  sizes: {};
82
209
  variants: {};
83
210
  };
211
+ Breadcrumbs: {
212
+ baseStyle: {};
213
+ defaultProps: {
214
+ size: string;
215
+ };
216
+ sizes: {
217
+ sm: {
218
+ item: {};
219
+ };
220
+ md: {
221
+ item: {};
222
+ };
223
+ lg: {
224
+ item: {};
225
+ };
226
+ };
227
+ variants: {};
228
+ };
84
229
  Button: {
85
230
  baseStyle: {};
86
231
  defaultProps: {
87
- colorScheme: string;
88
232
  size: string;
89
233
  variant: string;
90
234
  };
91
235
  parts: string[];
92
236
  sizes: {
93
- xs: {
237
+ sm: {
94
238
  container: {
95
239
  fontSize: string;
96
240
  h: number;
@@ -102,7 +246,7 @@ declare const _default: {
102
246
  };
103
247
  text: {};
104
248
  };
105
- sm: {
249
+ md: {
106
250
  container: {
107
251
  fontSize: string;
108
252
  h: number;
@@ -114,7 +258,7 @@ declare const _default: {
114
258
  };
115
259
  text: {};
116
260
  };
117
- md: {
261
+ lg: {
118
262
  container: {
119
263
  fontSize: string;
120
264
  h: number;
@@ -126,7 +270,7 @@ declare const _default: {
126
270
  };
127
271
  text: {};
128
272
  };
129
- lg: {
273
+ xl: {
130
274
  container: {
131
275
  fontSize: string;
132
276
  h: number;
@@ -140,39 +284,121 @@ declare const _default: {
140
284
  };
141
285
  };
142
286
  variants: {
143
- outlined: (props: import("..").Dict<any>) => {
287
+ primaryDark: {
144
288
  container: {
289
+ bg: string;
145
290
  borderColor: string;
291
+ color: string;
292
+ hoverBg: string;
146
293
  hoverBorderColor: string;
147
- focusRing: number;
294
+ hoverColor: string;
295
+ activeBg: string;
296
+ activeBorderColor: string;
297
+ activeColor: string;
298
+ };
299
+ };
300
+ secondaryDark: {
301
+ container: {
302
+ bg: string;
303
+ borderColor: string;
304
+ color: string;
148
305
  hoverBg: string;
306
+ hoverBorderColor: string;
307
+ hoverColor: string;
149
308
  activeBg: string;
309
+ activeBorderColor: string;
310
+ activeColor: string;
311
+ };
312
+ };
313
+ tertiaryDark: {
314
+ container: {
150
315
  bg: string;
151
- borderWidth: number;
316
+ borderColor: string;
152
317
  color: string;
318
+ hoverBg: string;
319
+ hoverBorderColor: string;
320
+ hoverColor: string;
321
+ activeBg: string;
322
+ activeBorderColor: string;
323
+ activeColor: string;
153
324
  };
154
325
  };
155
- solid: (props: import("..").Dict<any>) => {
326
+ solidGreen: {
156
327
  container: {
328
+ bg: string;
329
+ borderColor: string;
330
+ color: string;
331
+ disabledBg: string;
332
+ disabledBorderColor: string;
333
+ disabledColor: string;
157
334
  hoverBg: string;
158
335
  hoverBorderColor: string;
336
+ focusBg: string;
159
337
  activeBg: string;
338
+ activeBorderColor: string;
339
+ };
340
+ };
341
+ solidRed: {
342
+ container: {
160
343
  bg: string;
161
344
  borderColor: string;
162
- borderWidth: number;
163
345
  color: string;
346
+ disabledBg: string;
347
+ disabledBorderColor: string;
348
+ disabledColor: string;
349
+ hoverBg: string;
350
+ hoverBorderColor: string;
351
+ focusBg: string;
352
+ activeBg: string;
353
+ activeBorderColor: string;
164
354
  };
165
355
  };
166
- text: (props: import("..").Dict<any>) => {
356
+ subtleBlue: {
167
357
  container: {
358
+ bg: string;
359
+ borderColor: string;
360
+ color: string;
361
+ disabledBg: string;
362
+ disabledBorderColor: string;
363
+ disabledColor: string;
168
364
  hoverBg: string;
169
365
  hoverBorderColor: string;
366
+ focusBg: string;
170
367
  activeBg: string;
368
+ activeBorderColor: string;
369
+ };
370
+ };
371
+ subtleRed: {
372
+ container: {
171
373
  bg: string;
172
374
  borderColor: string;
173
- borderWidth: number;
375
+ hoverBg: string;
376
+ hoverBorderColor: string;
377
+ focusBg: string;
378
+ activeBg: string;
379
+ color: string;
380
+ };
381
+ };
382
+ subtleYellow: {
383
+ container: {
384
+ bg: string;
385
+ borderColor: string;
386
+ hoverBg: string;
387
+ hoverBorderColor: string;
388
+ focusBg: string;
389
+ activeBg: string;
390
+ color: string;
391
+ };
392
+ };
393
+ subtleGreen: {
394
+ container: {
395
+ bg: string;
396
+ borderColor: string;
397
+ hoverBg: string;
398
+ hoverBorderColor: string;
399
+ focusBg: string;
400
+ activeBg: string;
174
401
  color: string;
175
- focusRing: number;
176
402
  };
177
403
  };
178
404
  };
@@ -356,39 +582,61 @@ declare const _default: {
356
582
  };
357
583
  };
358
584
  Heading: {
359
- baseStyle: {};
585
+ baseStyle: {
586
+ color: string;
587
+ };
360
588
  defaultProps: {
361
589
  size: string;
362
590
  };
363
591
  sizes: {
592
+ title: {
593
+ as: string;
594
+ fontFamily: string;
595
+ fontSize: string;
596
+ fontWeight: string;
597
+ lineHeight: string;
598
+ };
364
599
  h1: {
365
600
  as: string;
366
601
  fontSize: string;
602
+ fontWeight: string;
603
+ lineHeight: string;
604
+ };
605
+ lead: {
606
+ as: string;
607
+ color: string;
608
+ fontSize: string;
609
+ fontWeight: string;
367
610
  lineHeight: string;
368
611
  };
369
612
  h2: {
370
613
  as: string;
371
614
  fontSize: string;
615
+ fontWeight: string;
372
616
  lineHeight: string;
373
617
  };
374
618
  h3: {
375
619
  as: string;
376
620
  fontSize: string;
621
+ fontWeight: string;
377
622
  lineHeight: string;
378
623
  };
379
624
  h4: {
380
625
  as: string;
381
626
  fontSize: string;
627
+ fontWeight: string;
382
628
  lineHeight: string;
383
629
  };
384
630
  h5: {
385
631
  as: string;
386
632
  fontSize: string;
633
+ fontWeight: string;
387
634
  lineHeight: string;
388
635
  };
389
636
  h6: {
390
637
  as: string;
391
638
  fontSize: string;
639
+ fontWeight: string;
392
640
  lineHeight: string;
393
641
  };
394
642
  };
@@ -416,6 +664,10 @@ declare const _default: {
416
664
  height: number;
417
665
  width: number;
418
666
  };
667
+ xl: {
668
+ height: number;
669
+ width: number;
670
+ };
419
671
  };
420
672
  variants: {};
421
673
  };
@@ -490,7 +742,6 @@ declare const _default: {
490
742
  Link: {
491
743
  baseStyle: {};
492
744
  defaultProps: {
493
- colorScheme: string;
494
745
  size: string;
495
746
  variant: string;
496
747
  };
@@ -499,6 +750,7 @@ declare const _default: {
499
750
  sm: {
500
751
  container: {
501
752
  fontSize: string;
753
+ lineHeight: string;
502
754
  };
503
755
  icon: {
504
756
  size: string;
@@ -507,6 +759,7 @@ declare const _default: {
507
759
  md: {
508
760
  container: {
509
761
  fontSize: string;
762
+ lineHeight: string;
510
763
  };
511
764
  icon: {
512
765
  size: string;
@@ -515,6 +768,16 @@ declare const _default: {
515
768
  lg: {
516
769
  container: {
517
770
  fontSize: string;
771
+ lineHeight: string;
772
+ };
773
+ icon: {
774
+ size: string;
775
+ };
776
+ };
777
+ xl: {
778
+ container: {
779
+ fontSize: string;
780
+ lineHeight: string;
518
781
  };
519
782
  icon: {
520
783
  size: string;
@@ -522,13 +785,13 @@ declare const _default: {
522
785
  };
523
786
  };
524
787
  variants: {
525
- default: (props: import("..").Dict<any>) => {
788
+ default: () => {
526
789
  container: {
527
790
  color: string;
528
791
  hoverColor: string;
529
792
  };
530
793
  };
531
- light: (props: import("..").Dict<any>) => {
794
+ light: () => {
532
795
  container: {
533
796
  color: string;
534
797
  hoverColor: string;
@@ -539,6 +802,12 @@ declare const _default: {
539
802
  hoverTextDecoration: string;
540
803
  };
541
804
  };
805
+ white: () => {
806
+ container: {
807
+ color: string;
808
+ hoverColor: string;
809
+ };
810
+ };
542
811
  };
543
812
  };
544
813
  List: {
@@ -679,23 +948,40 @@ declare const _default: {
679
948
  Notification: {
680
949
  baseStyle: {};
681
950
  defaultProps: {
682
- colorScheme: string;
683
951
  variant: string;
684
952
  };
685
953
  parts: string[];
686
954
  sizes: {};
687
955
  variants: {
688
- subtle: (props: import("..").Dict<any>) => {
956
+ subtleBlue: {
689
957
  container: {
690
958
  bg: string;
691
959
  borderColor: string;
692
- borderWidth: number;
693
960
  color: string;
694
961
  };
695
962
  button: {
963
+ borderColor: string;
964
+ };
965
+ };
966
+ subtleRed: {
967
+ container: {
968
+ bg: string;
969
+ borderColor: string;
970
+ color: string;
971
+ };
972
+ };
973
+ subtleYellow: {
974
+ container: {
975
+ bg: string;
976
+ borderColor: string;
977
+ color: string;
978
+ };
979
+ };
980
+ subtleGreen: {
981
+ container: {
982
+ bg: string;
983
+ borderColor: string;
696
984
  color: string;
697
- hoverBg: string;
698
- activeBg: string;
699
985
  };
700
986
  };
701
987
  };
@@ -718,14 +1004,6 @@ declare const _default: {
718
1004
  fontSize: string;
719
1005
  lineHeight: string;
720
1006
  };
721
- xl: {
722
- fontSize: string;
723
- lineHeight: string;
724
- };
725
- xxl: {
726
- fontSize: string;
727
- lineHeight: string;
728
- };
729
1007
  };
730
1008
  variants: {};
731
1009
  };
@@ -1077,7 +1355,16 @@ declare const _default: {
1077
1355
  fontSize: string;
1078
1356
  };
1079
1357
  };
1080
- variants: {};
1358
+ variants: {
1359
+ label: {
1360
+ fontSize: string;
1361
+ fontWeight: string;
1362
+ };
1363
+ caption: {
1364
+ fontSize: string;
1365
+ fontWeight: string;
1366
+ };
1367
+ };
1081
1368
  };
1082
1369
  Table: {
1083
1370
  baseStyle: {};
@@ -1110,6 +1397,11 @@ declare const _default: {
1110
1397
  };
1111
1398
  };
1112
1399
  striped: {};
1400
+ basic: {
1401
+ td: {
1402
+ borderBottom: string;
1403
+ };
1404
+ };
1113
1405
  };
1114
1406
  };
1115
1407
  Tabs: {
@@ -1117,22 +1409,71 @@ declare const _default: {
1117
1409
  defaultProps: {};
1118
1410
  parts: string[];
1119
1411
  sizes: {
1120
- sm: {};
1121
- md: {};
1122
- lg: {};
1123
- xl: {};
1412
+ sm: {
1413
+ tabsNavBar: {
1414
+ borderWidth: string;
1415
+ fontSize: string;
1416
+ h: string;
1417
+ py: string;
1418
+ };
1419
+ };
1420
+ md: {
1421
+ tabsNavBar: {
1422
+ borderWidth: string;
1423
+ fontSize: string;
1424
+ h: string;
1425
+ py: string;
1426
+ };
1427
+ };
1428
+ lg: {
1429
+ tabsNavBar: {
1430
+ borderWidth: string;
1431
+ fontSize: string;
1432
+ h: number;
1433
+ py: string;
1434
+ };
1435
+ };
1436
+ xl: {
1437
+ tabsNavBar: {
1438
+ borderWidth: string;
1439
+ fontSize: string;
1440
+ h: number;
1441
+ py: string;
1442
+ };
1443
+ };
1444
+ xxl: {
1445
+ tabsNavBar: {
1446
+ borderWidth: string;
1447
+ fontSize: string;
1448
+ h: number;
1449
+ py: string;
1450
+ };
1451
+ };
1124
1452
  };
1125
1453
  variants: {};
1126
1454
  };
1127
1455
  Tag: {
1128
1456
  baseStyle: {};
1129
1457
  defaultProps: {
1130
- colorScheme: string;
1131
1458
  size: string;
1132
1459
  variant: string;
1133
1460
  };
1134
1461
  parts: string[];
1135
1462
  sizes: {
1463
+ xs: {
1464
+ container: {
1465
+ borderRadius: string;
1466
+ fontSize: string;
1467
+ h: number;
1468
+ spaceX: number;
1469
+ };
1470
+ button: {
1471
+ size: string;
1472
+ };
1473
+ icon: {
1474
+ size: string;
1475
+ };
1476
+ };
1136
1477
  sm: {
1137
1478
  container: {
1138
1479
  fontSize: string;
@@ -1174,31 +1515,166 @@ declare const _default: {
1174
1515
  };
1175
1516
  };
1176
1517
  variants: {
1177
- solid: (props: import("..").Dict<any>) => {
1518
+ subtleGrey: {
1178
1519
  container: {
1520
+ bg: string;
1179
1521
  hoverBg: string;
1522
+ borderColor: string;
1523
+ color: string;
1180
1524
  activeBg: string;
1525
+ };
1526
+ button: {
1181
1527
  bg: string;
1528
+ hoverBg: string;
1529
+ hoverBorderColor: string;
1530
+ color: string;
1531
+ activeBg: string;
1532
+ };
1533
+ };
1534
+ subtleBlue: {
1535
+ container: {
1536
+ bg: string;
1537
+ hoverBg: string;
1538
+ activeBg: string;
1539
+ borderColor: string;
1182
1540
  color: string;
1183
- focusRing: number;
1184
1541
  };
1185
1542
  button: {
1543
+ bg: string;
1186
1544
  hoverBg: string;
1187
1545
  activeBg: string;
1546
+ hoverBorderColor: string;
1547
+ color: string;
1548
+ };
1549
+ };
1550
+ subtleRed: {
1551
+ container: {
1552
+ bg: string;
1553
+ borderColor: string;
1554
+ hoverBg: string;
1555
+ activeBg: string;
1556
+ color: string;
1557
+ };
1558
+ button: {
1188
1559
  bg: string;
1560
+ hoverBg: string;
1561
+ activeBg: string;
1562
+ hoverBorderColor: string;
1189
1563
  color: string;
1190
1564
  };
1191
1565
  };
1192
- subtle: (props: import("..").Dict<any>) => {
1566
+ subtleYellow: {
1193
1567
  container: {
1568
+ bg: string;
1194
1569
  hoverBg: string;
1195
1570
  activeBg: string;
1571
+ borderColor: string;
1572
+ color: string;
1573
+ };
1574
+ button: {
1196
1575
  bg: string;
1576
+ hoverBg: string;
1577
+ activeBg: string;
1578
+ hoverBorderColor: string;
1197
1579
  color: string;
1198
1580
  };
1581
+ };
1582
+ subtleGreen: {
1583
+ container: {
1584
+ bg: string;
1585
+ hoverBg: string;
1586
+ borderColor: string;
1587
+ color: string;
1588
+ activeBg: string;
1589
+ };
1199
1590
  button: {
1591
+ bg: string;
1592
+ hoverBg: string;
1593
+ activeBg: string;
1594
+ hoverBorderColor: string;
1595
+ color: string;
1596
+ };
1597
+ };
1598
+ solidBlue: {
1599
+ container: {
1600
+ bg: string;
1200
1601
  hoverBg: string;
1201
1602
  activeBg: string;
1603
+ borderColor: string;
1604
+ color: string;
1605
+ };
1606
+ button: {
1607
+ bg: string;
1608
+ hoverBg: string;
1609
+ activeBg: string;
1610
+ hoverBorderColor: string;
1611
+ activeBorderColor: string;
1612
+ color: string;
1613
+ };
1614
+ };
1615
+ solidDarkBlue: {
1616
+ container: {
1617
+ bg: string;
1618
+ hoverBg: string;
1619
+ activeBg: string;
1620
+ borderColor: string;
1621
+ color: string;
1622
+ };
1623
+ button: {
1624
+ bg: string;
1625
+ hoverBg: string;
1626
+ activeBg: string;
1627
+ hoverBorderColor: string;
1628
+ color: string;
1629
+ };
1630
+ };
1631
+ solidRed: {
1632
+ container: {
1633
+ bg: string;
1634
+ hoverBg: string;
1635
+ activeBg: string;
1636
+ borderColor: string;
1637
+ color: string;
1638
+ };
1639
+ button: {
1640
+ bg: string;
1641
+ hoverBg: string;
1642
+ activeBg: string;
1643
+ hoverBorderColor: string;
1644
+ activeBorderColor: string;
1645
+ color: string;
1646
+ };
1647
+ };
1648
+ solidYellow: {
1649
+ container: {
1650
+ bg: string;
1651
+ hoverBg: string;
1652
+ activeBg: string;
1653
+ borderColor: string;
1654
+ color: string;
1655
+ };
1656
+ button: {
1657
+ bg: string;
1658
+ hoverBg: string;
1659
+ activeBg: string;
1660
+ hoverBorderColor: string;
1661
+ color: string;
1662
+ };
1663
+ };
1664
+ solidGreen: {
1665
+ container: {
1666
+ bg: string;
1667
+ hoverBg: string;
1668
+ activeBg: string;
1669
+ borderColor: string;
1670
+ color: string;
1671
+ };
1672
+ button: {
1673
+ bg: string;
1674
+ hoverBg: string;
1675
+ activeBg: string;
1676
+ hoverBorderColor: string;
1677
+ activeBorderColor: string;
1202
1678
  color: string;
1203
1679
  };
1204
1680
  };