@veracity/vui 1.8.0-redesign.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (369) hide show
  1. package/dist/cjs/accordion/accordion.d.ts +7 -1
  2. package/dist/cjs/accordion/accordion.d.ts.map +1 -1
  3. package/dist/cjs/accordion/accordion.js +2 -0
  4. package/dist/cjs/avatar/avatar.js +1 -1
  5. package/dist/cjs/button/button.d.ts +1 -1
  6. package/dist/cjs/button/button.d.ts.map +1 -1
  7. package/dist/cjs/button/button.js +23 -16
  8. package/dist/cjs/button/button.types.d.ts +4 -3
  9. package/dist/cjs/button/button.types.d.ts.map +1 -1
  10. package/dist/cjs/button/buttons.js +8 -8
  11. package/dist/cjs/button/consts.js +3 -3
  12. package/dist/cjs/button/theme.d.ts +44 -121
  13. package/dist/cjs/button/theme.d.ts.map +1 -1
  14. package/dist/cjs/button/theme.js +54 -135
  15. package/dist/cjs/buttonGroup/buttonGroup.d.ts.map +1 -1
  16. package/dist/cjs/buttonGroup/buttonGroup.js +5 -5
  17. package/dist/cjs/buttonGroup/buttonGroup.types.d.ts +3 -2
  18. package/dist/cjs/buttonGroup/buttonGroup.types.d.ts.map +1 -1
  19. package/dist/cjs/buttonGroup/helpers.d.ts.map +1 -1
  20. package/dist/cjs/buttonGroup/helpers.js +3 -2
  21. package/dist/cjs/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
  22. package/dist/cjs/buttonToggleGroup/buttonToggleGroup.js +1 -1
  23. package/dist/cjs/checkbox/checkbox.js +1 -1
  24. package/dist/cjs/copyToClipboard/copyToClipboard.js +1 -1
  25. package/dist/cjs/core/media.d.ts +8 -15
  26. package/dist/cjs/core/media.d.ts.map +1 -1
  27. package/dist/cjs/core/media.js +39 -24
  28. package/dist/cjs/core/vuiProvider/globalStyle.d.ts.map +1 -1
  29. package/dist/cjs/core/vuiProvider/globalStyle.js +38 -55
  30. package/dist/cjs/footer/footerTrademark.js +1 -1
  31. package/dist/cjs/header/header.d.ts.map +1 -1
  32. package/dist/cjs/header/header.js +2 -2
  33. package/dist/cjs/header/headerServices.js +2 -2
  34. package/dist/cjs/header/loggedInHeader.js +3 -3
  35. package/dist/cjs/header/loggedOutHeader.js +3 -3
  36. package/dist/cjs/heading/theme.d.ts +1 -23
  37. package/dist/cjs/heading/theme.d.ts.map +1 -1
  38. package/dist/cjs/heading/theme.js +7 -29
  39. package/dist/cjs/icon/icon.types.d.ts +1 -1
  40. package/dist/cjs/icon/icon.types.d.ts.map +1 -1
  41. package/dist/cjs/icon/theme.d.ts +0 -5
  42. package/dist/cjs/icon/theme.d.ts.map +1 -1
  43. package/dist/cjs/icon/theme.js +0 -5
  44. package/dist/cjs/index.d.ts +0 -1
  45. package/dist/cjs/index.d.ts.map +1 -1
  46. package/dist/cjs/index.js +0 -1
  47. package/dist/cjs/input/input.d.ts.map +1 -1
  48. package/dist/cjs/input/input.js +15 -9
  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 +2 -0
  53. package/dist/cjs/link/link.types.d.ts.map +1 -1
  54. package/dist/cjs/link/theme.d.ts +4 -21
  55. package/dist/cjs/link/theme.d.ts.map +1 -1
  56. package/dist/cjs/link/theme.js +17 -30
  57. package/dist/cjs/list/listItem.d.ts.map +1 -1
  58. package/dist/cjs/list/listItem.js +2 -6
  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 +8 -10
  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 +1 -5
  66. package/dist/cjs/notification/notificationIcon.d.ts.map +1 -1
  67. package/dist/cjs/notification/notificationIcon.js +2 -3
  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 +16 -31
  74. package/dist/cjs/notification/theme.d.ts.map +1 -1
  75. package/dist/cjs/notification/theme.js +26 -32
  76. package/dist/cjs/p/theme.d.ts +8 -0
  77. package/dist/cjs/p/theme.d.ts.map +1 -1
  78. package/dist/cjs/p/theme.js +11 -3
  79. package/dist/cjs/progress/progress.js +1 -1
  80. package/dist/cjs/select/select.js +1 -1
  81. package/dist/cjs/select/selectButton.js +1 -1
  82. package/dist/cjs/select/theme.js +4 -4
  83. package/dist/cjs/t/theme.d.ts +1 -10
  84. package/dist/cjs/t/theme.d.ts.map +1 -1
  85. package/dist/cjs/t/theme.js +1 -10
  86. package/dist/cjs/table/tbody.d.ts.map +1 -1
  87. package/dist/cjs/table/tbody.js +0 -4
  88. package/dist/cjs/table/theme.d.ts +0 -5
  89. package/dist/cjs/table/theme.d.ts.map +1 -1
  90. package/dist/cjs/table/theme.js +1 -6
  91. package/dist/cjs/tabs/tabs.types.d.ts +2 -2
  92. package/dist/cjs/tabs/tabs.types.d.ts.map +1 -1
  93. package/dist/cjs/tabs/tabsNavBar.d.ts.map +1 -1
  94. package/dist/cjs/tabs/tabsNavBar.js +5 -13
  95. package/dist/cjs/tabs/theme.d.ts +4 -40
  96. package/dist/cjs/tabs/theme.d.ts.map +1 -1
  97. package/dist/cjs/tabs/theme.js +4 -41
  98. package/dist/cjs/tag/tag.d.ts.map +1 -1
  99. package/dist/cjs/tag/tag.js +6 -9
  100. package/dist/cjs/tag/tag.types.d.ts +2 -3
  101. package/dist/cjs/tag/tag.types.d.ts.map +1 -1
  102. package/dist/cjs/tag/tagButton.js +1 -3
  103. package/dist/cjs/tag/theme.d.ts +32 -178
  104. package/dist/cjs/tag/theme.d.ts.map +1 -1
  105. package/dist/cjs/tag/theme.js +65 -182
  106. package/dist/cjs/textarea/consts.d.ts +4 -0
  107. package/dist/cjs/textarea/consts.d.ts.map +1 -0
  108. package/dist/cjs/textarea/consts.js +6 -0
  109. package/dist/cjs/textarea/textarea.d.ts.map +1 -1
  110. package/dist/cjs/textarea/textarea.js +16 -9
  111. package/dist/cjs/theme/components.d.ts +39 -497
  112. package/dist/cjs/theme/components.d.ts.map +1 -1
  113. package/dist/cjs/theme/components.js +70 -72
  114. package/dist/cjs/theme/defaultTheme.d.ts +47 -795
  115. package/dist/cjs/theme/defaultTheme.d.ts.map +1 -1
  116. package/dist/cjs/theme/foundations/colors.d.ts +0 -523
  117. package/dist/cjs/theme/foundations/colors.d.ts.map +1 -1
  118. package/dist/cjs/theme/foundations/colors.js +1 -389
  119. package/dist/cjs/theme/foundations/fontWeights.d.ts +1 -0
  120. package/dist/cjs/theme/foundations/fontWeights.d.ts.map +1 -1
  121. package/dist/cjs/theme/foundations/fontWeights.js +2 -1
  122. package/dist/cjs/theme/foundations/index.d.ts +2 -292
  123. package/dist/cjs/theme/foundations/index.d.ts.map +1 -1
  124. package/dist/cjs/theme/foundations/radii.d.ts +0 -5
  125. package/dist/cjs/theme/foundations/radii.d.ts.map +1 -1
  126. package/dist/cjs/theme/foundations/radii.js +3 -8
  127. package/dist/cjs/theme/foundations/screens.d.ts +1 -0
  128. package/dist/cjs/theme/foundations/screens.d.ts.map +1 -1
  129. package/dist/cjs/theme/foundations/screens.js +6 -4
  130. package/dist/cjs/toast/toast.d.ts.map +1 -1
  131. package/dist/cjs/toast/toast.js +5 -2
  132. package/dist/cjs/toast/useToast.d.ts.map +1 -1
  133. package/dist/cjs/toast/useToast.js +1 -1
  134. package/dist/cjs/tutorial/tutorialCard.d.ts.map +1 -1
  135. package/dist/cjs/tutorial/tutorialCard.js +3 -3
  136. package/dist/esm/accordion/accordion.d.ts +7 -1
  137. package/dist/esm/accordion/accordion.d.ts.map +1 -1
  138. package/dist/esm/accordion/accordion.js +2 -0
  139. package/dist/esm/avatar/avatar.js +1 -1
  140. package/dist/esm/button/button.d.ts +1 -1
  141. package/dist/esm/button/button.d.ts.map +1 -1
  142. package/dist/esm/button/button.js +23 -16
  143. package/dist/esm/button/button.types.d.ts +4 -3
  144. package/dist/esm/button/button.types.d.ts.map +1 -1
  145. package/dist/esm/button/buttons.js +8 -8
  146. package/dist/esm/button/consts.js +3 -3
  147. package/dist/esm/button/theme.d.ts +44 -121
  148. package/dist/esm/button/theme.d.ts.map +1 -1
  149. package/dist/esm/button/theme.js +58 -135
  150. package/dist/esm/buttonGroup/buttonGroup.d.ts.map +1 -1
  151. package/dist/esm/buttonGroup/buttonGroup.js +6 -6
  152. package/dist/esm/buttonGroup/buttonGroup.types.d.ts +3 -2
  153. package/dist/esm/buttonGroup/buttonGroup.types.d.ts.map +1 -1
  154. package/dist/esm/buttonGroup/helpers.d.ts.map +1 -1
  155. package/dist/esm/buttonGroup/helpers.js +3 -2
  156. package/dist/esm/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
  157. package/dist/esm/buttonToggleGroup/buttonToggleGroup.js +1 -1
  158. package/dist/esm/checkbox/checkbox.js +1 -1
  159. package/dist/esm/copyToClipboard/copyToClipboard.js +1 -1
  160. package/dist/esm/core/media.d.ts +8 -15
  161. package/dist/esm/core/media.d.ts.map +1 -1
  162. package/dist/esm/core/media.js +38 -19
  163. package/dist/esm/core/vuiProvider/globalStyle.d.ts.map +1 -1
  164. package/dist/esm/core/vuiProvider/globalStyle.js +38 -55
  165. package/dist/esm/footer/footerTrademark.js +1 -1
  166. package/dist/esm/header/header.d.ts.map +1 -1
  167. package/dist/esm/header/header.js +3 -3
  168. package/dist/esm/header/headerServices.js +3 -3
  169. package/dist/esm/header/loggedInHeader.js +4 -4
  170. package/dist/esm/header/loggedOutHeader.js +4 -4
  171. package/dist/esm/heading/theme.d.ts +1 -23
  172. package/dist/esm/heading/theme.d.ts.map +1 -1
  173. package/dist/esm/heading/theme.js +7 -29
  174. package/dist/esm/icon/icon.types.d.ts +1 -1
  175. package/dist/esm/icon/icon.types.d.ts.map +1 -1
  176. package/dist/esm/icon/theme.d.ts +0 -5
  177. package/dist/esm/icon/theme.d.ts.map +1 -1
  178. package/dist/esm/icon/theme.js +0 -5
  179. package/dist/esm/index.d.ts +0 -1
  180. package/dist/esm/index.d.ts.map +1 -1
  181. package/dist/esm/index.js +0 -1
  182. package/dist/esm/input/input.d.ts.map +1 -1
  183. package/dist/esm/input/input.js +16 -11
  184. package/dist/esm/input/inputInput.js +1 -1
  185. package/dist/esm/link/link.d.ts.map +1 -1
  186. package/dist/esm/link/link.js +3 -3
  187. package/dist/esm/link/link.types.d.ts +2 -0
  188. package/dist/esm/link/link.types.d.ts.map +1 -1
  189. package/dist/esm/link/theme.d.ts +4 -21
  190. package/dist/esm/link/theme.d.ts.map +1 -1
  191. package/dist/esm/link/theme.js +17 -30
  192. package/dist/esm/list/listItem.d.ts.map +1 -1
  193. package/dist/esm/list/listItem.js +2 -6
  194. package/dist/esm/notification/consts.js +10 -10
  195. package/dist/esm/notification/notification.d.ts.map +1 -1
  196. package/dist/esm/notification/notification.js +9 -11
  197. package/dist/esm/notification/notification.types.d.ts +2 -2
  198. package/dist/esm/notification/notification.types.d.ts.map +1 -1
  199. package/dist/esm/notification/notificationButton.d.ts.map +1 -1
  200. package/dist/esm/notification/notificationButton.js +1 -4
  201. package/dist/esm/notification/notificationIcon.d.ts.map +1 -1
  202. package/dist/esm/notification/notificationIcon.js +2 -3
  203. package/dist/esm/notification/notificationText.d.ts.map +1 -1
  204. package/dist/esm/notification/notificationText.js +1 -1
  205. package/dist/esm/notification/notificationTitle.d.ts +2 -2
  206. package/dist/esm/notification/notificationTitle.d.ts.map +1 -1
  207. package/dist/esm/notification/notificationTitle.js +2 -2
  208. package/dist/esm/notification/theme.d.ts +16 -31
  209. package/dist/esm/notification/theme.d.ts.map +1 -1
  210. package/dist/esm/notification/theme.js +26 -32
  211. package/dist/esm/p/theme.d.ts +8 -0
  212. package/dist/esm/p/theme.d.ts.map +1 -1
  213. package/dist/esm/p/theme.js +11 -3
  214. package/dist/esm/progress/progress.js +1 -1
  215. package/dist/esm/select/select.js +1 -1
  216. package/dist/esm/select/selectButton.js +1 -1
  217. package/dist/esm/select/theme.js +4 -4
  218. package/dist/esm/t/theme.d.ts +1 -10
  219. package/dist/esm/t/theme.d.ts.map +1 -1
  220. package/dist/esm/t/theme.js +1 -10
  221. package/dist/esm/table/tbody.d.ts.map +1 -1
  222. package/dist/esm/table/tbody.js +0 -4
  223. package/dist/esm/table/theme.d.ts +0 -5
  224. package/dist/esm/table/theme.d.ts.map +1 -1
  225. package/dist/esm/table/theme.js +1 -6
  226. package/dist/esm/tabs/tabs.types.d.ts +2 -2
  227. package/dist/esm/tabs/tabs.types.d.ts.map +1 -1
  228. package/dist/esm/tabs/tabsNavBar.d.ts.map +1 -1
  229. package/dist/esm/tabs/tabsNavBar.js +4 -12
  230. package/dist/esm/tabs/theme.d.ts +4 -40
  231. package/dist/esm/tabs/theme.d.ts.map +1 -1
  232. package/dist/esm/tabs/theme.js +4 -41
  233. package/dist/esm/tag/tag.d.ts.map +1 -1
  234. package/dist/esm/tag/tag.js +6 -9
  235. package/dist/esm/tag/tag.types.d.ts +2 -3
  236. package/dist/esm/tag/tag.types.d.ts.map +1 -1
  237. package/dist/esm/tag/tagButton.js +1 -3
  238. package/dist/esm/tag/theme.d.ts +32 -178
  239. package/dist/esm/tag/theme.d.ts.map +1 -1
  240. package/dist/esm/tag/theme.js +65 -182
  241. package/dist/esm/textarea/consts.d.ts +4 -0
  242. package/dist/esm/textarea/consts.d.ts.map +1 -0
  243. package/dist/esm/textarea/consts.js +3 -0
  244. package/dist/esm/textarea/textarea.d.ts.map +1 -1
  245. package/dist/esm/textarea/textarea.js +16 -10
  246. package/dist/esm/theme/components.d.ts +39 -497
  247. package/dist/esm/theme/components.d.ts.map +1 -1
  248. package/dist/esm/theme/components.js +0 -2
  249. package/dist/esm/theme/defaultTheme.d.ts +47 -795
  250. package/dist/esm/theme/defaultTheme.d.ts.map +1 -1
  251. package/dist/esm/theme/foundations/colors.d.ts +0 -523
  252. package/dist/esm/theme/foundations/colors.d.ts.map +1 -1
  253. package/dist/esm/theme/foundations/colors.js +0 -365
  254. package/dist/esm/theme/foundations/fontWeights.d.ts +1 -0
  255. package/dist/esm/theme/foundations/fontWeights.d.ts.map +1 -1
  256. package/dist/esm/theme/foundations/fontWeights.js +2 -1
  257. package/dist/esm/theme/foundations/index.d.ts +2 -292
  258. package/dist/esm/theme/foundations/index.d.ts.map +1 -1
  259. package/dist/esm/theme/foundations/radii.d.ts +0 -5
  260. package/dist/esm/theme/foundations/radii.d.ts.map +1 -1
  261. package/dist/esm/theme/foundations/radii.js +3 -8
  262. package/dist/esm/theme/foundations/screens.d.ts +1 -0
  263. package/dist/esm/theme/foundations/screens.d.ts.map +1 -1
  264. package/dist/esm/theme/foundations/screens.js +6 -4
  265. package/dist/esm/toast/toast.d.ts.map +1 -1
  266. package/dist/esm/toast/toast.js +5 -2
  267. package/dist/esm/toast/useToast.d.ts.map +1 -1
  268. package/dist/esm/toast/useToast.js +1 -1
  269. package/dist/esm/tutorial/tutorialCard.d.ts.map +1 -1
  270. package/dist/esm/tutorial/tutorialCard.js +3 -3
  271. package/package.json +1 -1
  272. package/src/accordion/accordion.tsx +8 -2
  273. package/src/avatar/avatar.tsx +1 -1
  274. package/src/button/button.tsx +28 -19
  275. package/src/button/button.types.ts +8 -4
  276. package/src/button/buttons.tsx +8 -8
  277. package/src/button/consts.ts +3 -3
  278. package/src/button/theme.ts +71 -143
  279. package/src/buttonGroup/buttonGroup.tsx +9 -6
  280. package/src/buttonGroup/buttonGroup.types.ts +3 -2
  281. package/src/buttonGroup/helpers.ts +4 -2
  282. package/src/buttonToggleGroup/buttonToggleGroup.tsx +2 -0
  283. package/src/checkbox/checkbox.tsx +1 -1
  284. package/src/copyToClipboard/copyToClipboard.tsx +1 -1
  285. package/src/core/media.tsx +48 -26
  286. package/src/core/vuiProvider/globalStyle.tsx +38 -55
  287. package/src/footer/footerTrademark.tsx +1 -1
  288. package/src/header/header.tsx +3 -3
  289. package/src/header/headerServices.tsx +5 -5
  290. package/src/header/loggedInHeader.tsx +6 -6
  291. package/src/header/loggedOutHeader.tsx +6 -6
  292. package/src/heading/theme.ts +7 -29
  293. package/src/icon/icon.types.ts +1 -1
  294. package/src/icon/theme.ts +0 -5
  295. package/src/index.ts +0 -1
  296. package/src/input/input.tsx +16 -9
  297. package/src/input/inputInput.tsx +1 -1
  298. package/src/link/link.tsx +3 -2
  299. package/src/link/link.types.ts +2 -0
  300. package/src/link/theme.ts +20 -30
  301. package/src/list/listItem.tsx +2 -6
  302. package/src/notification/consts.ts +10 -10
  303. package/src/notification/notification.tsx +11 -17
  304. package/src/notification/notification.types.ts +2 -2
  305. package/src/notification/notificationButton.tsx +5 -10
  306. package/src/notification/notificationIcon.tsx +3 -6
  307. package/src/notification/notificationText.tsx +1 -2
  308. package/src/notification/notificationTitle.tsx +9 -3
  309. package/src/notification/theme.ts +34 -32
  310. package/src/p/theme.ts +11 -3
  311. package/src/progress/progress.tsx +1 -1
  312. package/src/select/select.tsx +1 -1
  313. package/src/select/selectButton.tsx +1 -1
  314. package/src/select/theme.ts +4 -4
  315. package/src/t/theme.ts +1 -10
  316. package/src/table/tbody.tsx +0 -4
  317. package/src/table/theme.ts +1 -6
  318. package/src/tabs/tabs.types.ts +2 -2
  319. package/src/tabs/tabsNavBar.tsx +6 -23
  320. package/src/tabs/theme.ts +4 -41
  321. package/src/tag/tag.tsx +10 -11
  322. package/src/tag/tag.types.ts +31 -32
  323. package/src/tag/tagButton.tsx +2 -2
  324. package/src/tag/theme.ts +80 -183
  325. package/src/textarea/consts.ts +3 -0
  326. package/src/textarea/textarea.tsx +25 -8
  327. package/src/theme/components.ts +0 -2
  328. package/src/theme/foundations/colors.ts +0 -401
  329. package/src/theme/foundations/fontWeights.ts +2 -1
  330. package/src/theme/foundations/radii.ts +3 -8
  331. package/src/theme/foundations/screens.ts +6 -4
  332. package/src/toast/toast.tsx +12 -6
  333. package/src/toast/useToast.tsx +1 -2
  334. package/src/tutorial/tutorialCard.tsx +3 -10
  335. package/dist/cjs/badge/badge.d.ts +0 -9
  336. package/dist/cjs/badge/badge.d.ts.map +0 -1
  337. package/dist/cjs/badge/badge.js +0 -35
  338. package/dist/cjs/badge/badge.types.d.ts +0 -17
  339. package/dist/cjs/badge/badge.types.d.ts.map +0 -1
  340. package/dist/cjs/badge/badge.types.js +0 -2
  341. package/dist/cjs/badge/index.d.ts +0 -3
  342. package/dist/cjs/badge/index.d.ts.map +0 -1
  343. package/dist/cjs/badge/index.js +0 -23
  344. package/dist/cjs/badge/theme.d.ts +0 -130
  345. package/dist/cjs/badge/theme.d.ts.map +0 -1
  346. package/dist/cjs/badge/theme.js +0 -135
  347. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts +0 -85
  348. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +0 -1
  349. package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.js +0 -88
  350. package/dist/esm/badge/badge.d.ts +0 -9
  351. package/dist/esm/badge/badge.d.ts.map +0 -1
  352. package/dist/esm/badge/badge.js +0 -17
  353. package/dist/esm/badge/badge.types.d.ts +0 -17
  354. package/dist/esm/badge/badge.types.d.ts.map +0 -1
  355. package/dist/esm/badge/badge.types.js +0 -1
  356. package/dist/esm/badge/index.d.ts +0 -3
  357. package/dist/esm/badge/index.d.ts.map +0 -1
  358. package/dist/esm/badge/index.js +0 -2
  359. package/dist/esm/badge/theme.d.ts +0 -130
  360. package/dist/esm/badge/theme.d.ts.map +0 -1
  361. package/dist/esm/badge/theme.js +0 -133
  362. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts +0 -85
  363. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +0 -1
  364. package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.js +0 -84
  365. package/src/badge/badge.tsx +0 -36
  366. package/src/badge/badge.types.ts +0 -17
  367. package/src/badge/index.ts +0 -2
  368. package/src/badge/theme.ts +0 -140
  369. package/src/onedesign-tokens/dist/js/es6/rem/button.js +0 -85
@@ -75,133 +75,6 @@ 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
- };
205
78
  Box: {
206
79
  baseStyle: {};
207
80
  defaultProps: {};
@@ -229,12 +102,13 @@ declare const _default: {
229
102
  Button: {
230
103
  baseStyle: {};
231
104
  defaultProps: {
105
+ colorScheme: string;
232
106
  size: string;
233
107
  variant: string;
234
108
  };
235
109
  parts: string[];
236
110
  sizes: {
237
- sm: {
111
+ xs: {
238
112
  container: {
239
113
  fontSize: string;
240
114
  h: number;
@@ -246,7 +120,7 @@ declare const _default: {
246
120
  };
247
121
  text: {};
248
122
  };
249
- md: {
123
+ sm: {
250
124
  container: {
251
125
  fontSize: string;
252
126
  h: number;
@@ -258,7 +132,7 @@ declare const _default: {
258
132
  };
259
133
  text: {};
260
134
  };
261
- lg: {
135
+ md: {
262
136
  container: {
263
137
  fontSize: string;
264
138
  h: number;
@@ -270,7 +144,7 @@ declare const _default: {
270
144
  };
271
145
  text: {};
272
146
  };
273
- xl: {
147
+ lg: {
274
148
  container: {
275
149
  fontSize: string;
276
150
  h: number;
@@ -284,121 +158,39 @@ declare const _default: {
284
158
  };
285
159
  };
286
160
  variants: {
287
- primaryDark: {
161
+ outlined: (props: import("..").Dict<any>) => {
288
162
  container: {
289
- bg: string;
290
163
  borderColor: string;
291
- color: string;
292
- hoverBg: string;
293
164
  hoverBorderColor: string;
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;
305
- hoverBg: string;
306
- hoverBorderColor: string;
307
- hoverColor: string;
308
- activeBg: string;
309
- activeBorderColor: string;
310
- activeColor: string;
311
- };
312
- };
313
- tertiaryDark: {
314
- container: {
315
- bg: string;
316
- borderColor: string;
317
- color: string;
318
- hoverBg: string;
319
- hoverBorderColor: string;
320
- hoverColor: string;
321
- activeBg: string;
322
- activeBorderColor: string;
323
- activeColor: string;
324
- };
325
- };
326
- solidGreen: {
327
- container: {
328
- bg: string;
329
- borderColor: string;
330
- color: string;
331
- disabledBg: string;
332
- disabledBorderColor: string;
333
- disabledColor: string;
165
+ focusRing: number;
334
166
  hoverBg: string;
335
- hoverBorderColor: string;
336
- focusBg: string;
337
167
  activeBg: string;
338
- activeBorderColor: string;
339
- };
340
- };
341
- solidRed: {
342
- container: {
343
168
  bg: string;
344
- borderColor: string;
169
+ borderWidth: number;
345
170
  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;
354
171
  };
355
172
  };
356
- subtleBlue: {
173
+ solid: (props: import("..").Dict<any>) => {
357
174
  container: {
358
- bg: string;
359
- borderColor: string;
360
- color: string;
361
- disabledBg: string;
362
- disabledBorderColor: string;
363
- disabledColor: string;
364
175
  hoverBg: string;
365
176
  hoverBorderColor: string;
366
- focusBg: string;
367
177
  activeBg: string;
368
- activeBorderColor: string;
369
- };
370
- };
371
- subtleRed: {
372
- container: {
373
178
  bg: string;
374
179
  borderColor: string;
375
- hoverBg: string;
376
- hoverBorderColor: string;
377
- focusBg: string;
378
- activeBg: string;
180
+ borderWidth: number;
379
181
  color: string;
380
182
  };
381
183
  };
382
- subtleYellow: {
184
+ text: (props: import("..").Dict<any>) => {
383
185
  container: {
384
- bg: string;
385
- borderColor: string;
386
186
  hoverBg: string;
387
187
  hoverBorderColor: string;
388
- focusBg: string;
389
188
  activeBg: string;
390
- color: string;
391
- };
392
- };
393
- subtleGreen: {
394
- container: {
395
189
  bg: string;
396
190
  borderColor: string;
397
- hoverBg: string;
398
- hoverBorderColor: string;
399
- focusBg: string;
400
- activeBg: string;
191
+ borderWidth: number;
401
192
  color: string;
193
+ focusRing: number;
402
194
  };
403
195
  };
404
196
  };
@@ -582,61 +374,39 @@ declare const _default: {
582
374
  };
583
375
  };
584
376
  Heading: {
585
- baseStyle: {
586
- color: string;
587
- };
377
+ baseStyle: {};
588
378
  defaultProps: {
589
379
  size: string;
590
380
  };
591
381
  sizes: {
592
- title: {
593
- as: string;
594
- fontFamily: string;
595
- fontSize: string;
596
- fontWeight: string;
597
- lineHeight: string;
598
- };
599
382
  h1: {
600
383
  as: string;
601
384
  fontSize: string;
602
- fontWeight: string;
603
- lineHeight: string;
604
- };
605
- lead: {
606
- as: string;
607
- color: string;
608
- fontSize: string;
609
- fontWeight: string;
610
385
  lineHeight: string;
611
386
  };
612
387
  h2: {
613
388
  as: string;
614
389
  fontSize: string;
615
- fontWeight: string;
616
390
  lineHeight: string;
617
391
  };
618
392
  h3: {
619
393
  as: string;
620
394
  fontSize: string;
621
- fontWeight: string;
622
395
  lineHeight: string;
623
396
  };
624
397
  h4: {
625
398
  as: string;
626
399
  fontSize: string;
627
- fontWeight: string;
628
400
  lineHeight: string;
629
401
  };
630
402
  h5: {
631
403
  as: string;
632
404
  fontSize: string;
633
- fontWeight: string;
634
405
  lineHeight: string;
635
406
  };
636
407
  h6: {
637
408
  as: string;
638
409
  fontSize: string;
639
- fontWeight: string;
640
410
  lineHeight: string;
641
411
  };
642
412
  };
@@ -664,10 +434,6 @@ declare const _default: {
664
434
  height: number;
665
435
  width: number;
666
436
  };
667
- xl: {
668
- height: number;
669
- width: number;
670
- };
671
437
  };
672
438
  variants: {};
673
439
  };
@@ -742,6 +508,7 @@ declare const _default: {
742
508
  Link: {
743
509
  baseStyle: {};
744
510
  defaultProps: {
511
+ colorScheme: string;
745
512
  size: string;
746
513
  variant: string;
747
514
  };
@@ -750,7 +517,6 @@ declare const _default: {
750
517
  sm: {
751
518
  container: {
752
519
  fontSize: string;
753
- lineHeight: string;
754
520
  };
755
521
  icon: {
756
522
  size: string;
@@ -759,7 +525,6 @@ declare const _default: {
759
525
  md: {
760
526
  container: {
761
527
  fontSize: string;
762
- lineHeight: string;
763
528
  };
764
529
  icon: {
765
530
  size: string;
@@ -768,16 +533,6 @@ declare const _default: {
768
533
  lg: {
769
534
  container: {
770
535
  fontSize: string;
771
- lineHeight: string;
772
- };
773
- icon: {
774
- size: string;
775
- };
776
- };
777
- xl: {
778
- container: {
779
- fontSize: string;
780
- lineHeight: string;
781
536
  };
782
537
  icon: {
783
538
  size: string;
@@ -785,13 +540,13 @@ declare const _default: {
785
540
  };
786
541
  };
787
542
  variants: {
788
- default: () => {
543
+ default: (props: import("..").Dict<any>) => {
789
544
  container: {
790
545
  color: string;
791
546
  hoverColor: string;
792
547
  };
793
548
  };
794
- light: () => {
549
+ light: (props: import("..").Dict<any>) => {
795
550
  container: {
796
551
  color: string;
797
552
  hoverColor: string;
@@ -802,12 +557,6 @@ declare const _default: {
802
557
  hoverTextDecoration: string;
803
558
  };
804
559
  };
805
- white: () => {
806
- container: {
807
- color: string;
808
- hoverColor: string;
809
- };
810
- };
811
560
  };
812
561
  };
813
562
  List: {
@@ -948,40 +697,23 @@ declare const _default: {
948
697
  Notification: {
949
698
  baseStyle: {};
950
699
  defaultProps: {
700
+ colorScheme: string;
951
701
  variant: string;
952
702
  };
953
703
  parts: string[];
954
704
  sizes: {};
955
705
  variants: {
956
- subtleBlue: {
706
+ subtle: (props: import("..").Dict<any>) => {
957
707
  container: {
958
708
  bg: string;
959
709
  borderColor: string;
710
+ borderWidth: number;
960
711
  color: string;
961
712
  };
962
713
  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;
984
714
  color: string;
715
+ hoverBg: string;
716
+ activeBg: string;
985
717
  };
986
718
  };
987
719
  };
@@ -1004,6 +736,14 @@ declare const _default: {
1004
736
  fontSize: string;
1005
737
  lineHeight: string;
1006
738
  };
739
+ xl: {
740
+ fontSize: string;
741
+ lineHeight: string;
742
+ };
743
+ xxl: {
744
+ fontSize: string;
745
+ lineHeight: string;
746
+ };
1007
747
  };
1008
748
  variants: {};
1009
749
  };
@@ -1355,16 +1095,7 @@ declare const _default: {
1355
1095
  fontSize: string;
1356
1096
  };
1357
1097
  };
1358
- variants: {
1359
- label: {
1360
- fontSize: string;
1361
- fontWeight: string;
1362
- };
1363
- caption: {
1364
- fontSize: string;
1365
- fontWeight: string;
1366
- };
1367
- };
1098
+ variants: {};
1368
1099
  };
1369
1100
  Table: {
1370
1101
  baseStyle: {};
@@ -1397,11 +1128,6 @@ declare const _default: {
1397
1128
  };
1398
1129
  };
1399
1130
  striped: {};
1400
- basic: {
1401
- td: {
1402
- borderBottom: string;
1403
- };
1404
- };
1405
1131
  };
1406
1132
  };
1407
1133
  Tabs: {
@@ -1409,71 +1135,22 @@ declare const _default: {
1409
1135
  defaultProps: {};
1410
1136
  parts: string[];
1411
1137
  sizes: {
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
- };
1138
+ sm: {};
1139
+ md: {};
1140
+ lg: {};
1141
+ xl: {};
1452
1142
  };
1453
1143
  variants: {};
1454
1144
  };
1455
1145
  Tag: {
1456
1146
  baseStyle: {};
1457
1147
  defaultProps: {
1148
+ colorScheme: string;
1458
1149
  size: string;
1459
1150
  variant: string;
1460
1151
  };
1461
1152
  parts: string[];
1462
1153
  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
- };
1477
1154
  sm: {
1478
1155
  container: {
1479
1156
  fontSize: string;
@@ -1515,166 +1192,31 @@ declare const _default: {
1515
1192
  };
1516
1193
  };
1517
1194
  variants: {
1518
- subtleGrey: {
1519
- container: {
1520
- bg: string;
1521
- hoverBg: string;
1522
- borderColor: string;
1523
- color: string;
1524
- activeBg: string;
1525
- };
1526
- button: {
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;
1540
- color: string;
1541
- };
1542
- button: {
1543
- bg: string;
1544
- hoverBg: string;
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: {
1559
- bg: string;
1560
- hoverBg: string;
1561
- activeBg: string;
1562
- hoverBorderColor: string;
1563
- color: string;
1564
- };
1565
- };
1566
- subtleYellow: {
1567
- container: {
1568
- bg: string;
1569
- hoverBg: string;
1570
- activeBg: string;
1571
- borderColor: string;
1572
- color: string;
1573
- };
1574
- button: {
1575
- bg: string;
1576
- hoverBg: string;
1577
- activeBg: string;
1578
- hoverBorderColor: string;
1579
- color: string;
1580
- };
1581
- };
1582
- subtleGreen: {
1583
- container: {
1584
- bg: string;
1585
- hoverBg: string;
1586
- borderColor: string;
1587
- color: string;
1588
- activeBg: string;
1589
- };
1590
- button: {
1591
- bg: string;
1592
- hoverBg: string;
1593
- activeBg: string;
1594
- hoverBorderColor: string;
1595
- color: string;
1596
- };
1597
- };
1598
- solidBlue: {
1195
+ solid: (props: import("..").Dict<any>) => {
1599
1196
  container: {
1600
- bg: string;
1601
1197
  hoverBg: string;
1602
1198
  activeBg: string;
1603
- borderColor: string;
1604
- color: string;
1605
- };
1606
- button: {
1607
1199
  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
1200
  color: string;
1201
+ focusRing: number;
1622
1202
  };
1623
1203
  button: {
1624
- bg: string;
1625
1204
  hoverBg: string;
1626
1205
  activeBg: string;
1627
- hoverBorderColor: string;
1628
- color: string;
1629
- };
1630
- };
1631
- solidRed: {
1632
- container: {
1633
1206
  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
1207
  color: string;
1646
1208
  };
1647
1209
  };
1648
- solidYellow: {
1210
+ subtle: (props: import("..").Dict<any>) => {
1649
1211
  container: {
1650
- bg: string;
1651
- hoverBg: string;
1652
- activeBg: string;
1653
- borderColor: string;
1654
- color: string;
1655
- };
1656
- button: {
1657
- bg: string;
1658
1212
  hoverBg: string;
1659
1213
  activeBg: string;
1660
- hoverBorderColor: string;
1661
- color: string;
1662
- };
1663
- };
1664
- solidGreen: {
1665
- container: {
1666
1214
  bg: string;
1667
- hoverBg: string;
1668
- activeBg: string;
1669
- borderColor: string;
1670
1215
  color: string;
1671
1216
  };
1672
1217
  button: {
1673
- bg: string;
1674
1218
  hoverBg: string;
1675
1219
  activeBg: string;
1676
- hoverBorderColor: string;
1677
- activeBorderColor: string;
1678
1220
  color: string;
1679
1221
  };
1680
1222
  };