@veracity/vui 1.7.0-beta.3 → 1.7.0-redesign.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 (366) hide show
  1. package/dist/cjs/accordion/accordion.d.ts +1 -1
  2. package/dist/cjs/accordion/accordion.d.ts.map +1 -1
  3. package/dist/cjs/accordion/accordion.js +7 -7
  4. package/dist/cjs/accordion/accordion.types.d.ts +0 -15
  5. package/dist/cjs/accordion/accordion.types.d.ts.map +1 -1
  6. package/dist/cjs/accordion/accordionItem.d.ts.map +1 -1
  7. package/dist/cjs/accordion/accordionItem.js +4 -4
  8. package/dist/cjs/accordion/accordionItemArrow.d.ts +1 -1
  9. package/dist/cjs/accordion/accordionItemArrow.d.ts.map +1 -1
  10. package/dist/cjs/accordion/accordionItemArrow.js +3 -10
  11. package/dist/cjs/accordion/index.d.ts +0 -1
  12. package/dist/cjs/accordion/index.d.ts.map +1 -1
  13. package/dist/cjs/accordion/index.js +0 -1
  14. package/dist/cjs/avatar/avatar.js +1 -1
  15. package/dist/cjs/badge/badge.d.ts +9 -0
  16. package/dist/cjs/badge/badge.d.ts.map +1 -0
  17. package/dist/cjs/badge/badge.js +35 -0
  18. package/dist/cjs/badge/badge.types.d.ts +17 -0
  19. package/dist/cjs/badge/badge.types.d.ts.map +1 -0
  20. package/dist/cjs/badge/index.d.ts +3 -0
  21. package/dist/cjs/badge/index.d.ts.map +1 -0
  22. package/dist/cjs/{copyToClipboard → badge}/index.js +3 -5
  23. package/dist/cjs/badge/theme.d.ts +130 -0
  24. package/dist/cjs/badge/theme.d.ts.map +1 -0
  25. package/dist/cjs/badge/theme.js +135 -0
  26. package/dist/cjs/button/button.d.ts +1 -1
  27. package/dist/cjs/button/button.d.ts.map +1 -1
  28. package/dist/cjs/button/button.js +19 -26
  29. package/dist/cjs/button/button.types.d.ts +3 -4
  30. package/dist/cjs/button/button.types.d.ts.map +1 -1
  31. package/dist/cjs/button/buttons.js +8 -8
  32. package/dist/cjs/button/consts.js +3 -3
  33. package/dist/cjs/button/theme.d.ts +121 -44
  34. package/dist/cjs/button/theme.d.ts.map +1 -1
  35. package/dist/cjs/button/theme.js +135 -54
  36. package/dist/cjs/buttonGroup/buttonGroup.d.ts.map +1 -1
  37. package/dist/cjs/buttonGroup/buttonGroup.js +5 -5
  38. package/dist/cjs/buttonGroup/buttonGroup.types.d.ts +2 -3
  39. package/dist/cjs/buttonGroup/buttonGroup.types.d.ts.map +1 -1
  40. package/dist/cjs/buttonGroup/helpers.d.ts.map +1 -1
  41. package/dist/cjs/buttonGroup/helpers.js +2 -3
  42. package/dist/cjs/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
  43. package/dist/cjs/buttonToggleGroup/buttonToggleGroup.js +1 -1
  44. package/dist/cjs/checkbox/checkbox.js +1 -1
  45. package/dist/cjs/core/vuiProvider/globalStyle.d.ts.map +1 -1
  46. package/dist/cjs/core/vuiProvider/globalStyle.js +56 -38
  47. package/dist/cjs/footer/footerTrademark.js +1 -1
  48. package/dist/cjs/heading/theme.d.ts +23 -1
  49. package/dist/cjs/heading/theme.d.ts.map +1 -1
  50. package/dist/cjs/heading/theme.js +29 -7
  51. package/dist/cjs/icon/icon.types.d.ts +1 -1
  52. package/dist/cjs/icon/icon.types.d.ts.map +1 -1
  53. package/dist/cjs/icon/theme.d.ts +5 -0
  54. package/dist/cjs/icon/theme.d.ts.map +1 -1
  55. package/dist/cjs/icon/theme.js +5 -0
  56. package/dist/cjs/index.d.ts +1 -1
  57. package/dist/cjs/index.d.ts.map +1 -1
  58. package/dist/cjs/index.js +1 -1
  59. package/dist/cjs/input/input.js +1 -1
  60. package/dist/cjs/input/inputInput.js +1 -1
  61. package/dist/cjs/link/link.d.ts.map +1 -1
  62. package/dist/cjs/link/link.js +3 -3
  63. package/dist/cjs/link/link.types.d.ts +0 -2
  64. package/dist/cjs/link/link.types.d.ts.map +1 -1
  65. package/dist/cjs/link/theme.d.ts +21 -4
  66. package/dist/cjs/link/theme.d.ts.map +1 -1
  67. package/dist/cjs/link/theme.js +30 -17
  68. package/dist/cjs/list/listItem.d.ts.map +1 -1
  69. package/dist/cjs/list/listItem.js +6 -2
  70. package/dist/cjs/notification/consts.js +10 -10
  71. package/dist/cjs/notification/notification.d.ts.map +1 -1
  72. package/dist/cjs/notification/notification.js +10 -8
  73. package/dist/cjs/notification/notification.types.d.ts +2 -2
  74. package/dist/cjs/notification/notification.types.d.ts.map +1 -1
  75. package/dist/cjs/notification/notificationButton.d.ts.map +1 -1
  76. package/dist/cjs/notification/notificationButton.js +5 -1
  77. package/dist/cjs/notification/notificationIcon.d.ts.map +1 -1
  78. package/dist/cjs/notification/notificationIcon.js +3 -2
  79. package/dist/cjs/notification/notificationText.d.ts.map +1 -1
  80. package/dist/cjs/notification/notificationText.js +1 -1
  81. package/dist/cjs/notification/notificationTitle.d.ts +2 -2
  82. package/dist/cjs/notification/notificationTitle.d.ts.map +1 -1
  83. package/dist/cjs/notification/notificationTitle.js +2 -2
  84. package/dist/cjs/notification/theme.d.ts +31 -16
  85. package/dist/cjs/notification/theme.d.ts.map +1 -1
  86. package/dist/cjs/notification/theme.js +32 -26
  87. package/dist/cjs/p/theme.d.ts +0 -8
  88. package/dist/cjs/p/theme.d.ts.map +1 -1
  89. package/dist/cjs/p/theme.js +3 -11
  90. package/dist/cjs/progress/progress.js +1 -1
  91. package/dist/cjs/select/selectButton.js +1 -1
  92. package/dist/cjs/t/theme.d.ts +10 -1
  93. package/dist/cjs/t/theme.d.ts.map +1 -1
  94. package/dist/cjs/t/theme.js +10 -1
  95. package/dist/cjs/table/tbody.d.ts.map +1 -1
  96. package/dist/cjs/table/tbody.js +4 -0
  97. package/dist/cjs/table/theme.d.ts +5 -0
  98. package/dist/cjs/table/theme.d.ts.map +1 -1
  99. package/dist/cjs/table/theme.js +6 -1
  100. package/dist/cjs/tabs/tabs.types.d.ts +2 -2
  101. package/dist/cjs/tabs/tabs.types.d.ts.map +1 -1
  102. package/dist/cjs/tabs/tabsNavBar.d.ts.map +1 -1
  103. package/dist/cjs/tabs/tabsNavBar.js +13 -5
  104. package/dist/cjs/tabs/theme.d.ts +40 -4
  105. package/dist/cjs/tabs/theme.d.ts.map +1 -1
  106. package/dist/cjs/tabs/theme.js +41 -4
  107. package/dist/cjs/tag/tag.d.ts.map +1 -1
  108. package/dist/cjs/tag/tag.js +9 -6
  109. package/dist/cjs/tag/tag.types.d.ts +3 -2
  110. package/dist/cjs/tag/tag.types.d.ts.map +1 -1
  111. package/dist/cjs/tag/tagButton.js +3 -1
  112. package/dist/cjs/tag/theme.d.ts +178 -32
  113. package/dist/cjs/tag/theme.d.ts.map +1 -1
  114. package/dist/cjs/tag/theme.js +182 -65
  115. package/dist/cjs/textarea/textarea.js +1 -1
  116. package/dist/cjs/theme/components.d.ts +497 -39
  117. package/dist/cjs/theme/components.d.ts.map +1 -1
  118. package/dist/cjs/theme/components.js +70 -68
  119. package/dist/cjs/theme/defaultTheme.d.ts +795 -46
  120. package/dist/cjs/theme/defaultTheme.d.ts.map +1 -1
  121. package/dist/cjs/theme/foundations/colors.d.ts +523 -0
  122. package/dist/cjs/theme/foundations/colors.d.ts.map +1 -1
  123. package/dist/cjs/theme/foundations/colors.js +387 -1
  124. package/dist/cjs/theme/foundations/fontWeights.d.ts +0 -1
  125. package/dist/cjs/theme/foundations/fontWeights.d.ts.map +1 -1
  126. package/dist/cjs/theme/foundations/fontWeights.js +1 -2
  127. package/dist/cjs/theme/foundations/index.d.ts +292 -1
  128. package/dist/cjs/theme/foundations/index.d.ts.map +1 -1
  129. package/dist/cjs/theme/foundations/radii.d.ts +5 -0
  130. package/dist/cjs/theme/foundations/radii.d.ts.map +1 -1
  131. package/dist/cjs/theme/foundations/radii.js +8 -3
  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 +1 -1
  137. package/dist/esm/accordion/accordion.d.ts.map +1 -1
  138. package/dist/esm/accordion/accordion.js +6 -6
  139. package/dist/esm/accordion/accordion.types.d.ts +0 -15
  140. package/dist/esm/accordion/accordion.types.d.ts.map +1 -1
  141. package/dist/esm/accordion/accordionItem.d.ts.map +1 -1
  142. package/dist/esm/accordion/accordionItem.js +4 -4
  143. package/dist/esm/accordion/accordionItemArrow.d.ts +1 -1
  144. package/dist/esm/accordion/accordionItemArrow.d.ts.map +1 -1
  145. package/dist/esm/accordion/accordionItemArrow.js +3 -10
  146. package/dist/esm/accordion/index.d.ts +0 -1
  147. package/dist/esm/accordion/index.d.ts.map +1 -1
  148. package/dist/esm/accordion/index.js +0 -1
  149. package/dist/esm/avatar/avatar.js +1 -1
  150. package/dist/esm/badge/badge.d.ts +9 -0
  151. package/dist/esm/badge/badge.d.ts.map +1 -0
  152. package/dist/esm/badge/badge.js +17 -0
  153. package/dist/esm/badge/badge.types.d.ts +17 -0
  154. package/dist/esm/badge/badge.types.d.ts.map +1 -0
  155. package/dist/esm/badge/index.d.ts +3 -0
  156. package/dist/esm/badge/index.d.ts.map +1 -0
  157. package/dist/esm/badge/index.js +2 -0
  158. package/dist/esm/badge/theme.d.ts +130 -0
  159. package/dist/esm/badge/theme.d.ts.map +1 -0
  160. package/dist/esm/badge/theme.js +133 -0
  161. package/dist/esm/button/button.d.ts +1 -1
  162. package/dist/esm/button/button.d.ts.map +1 -1
  163. package/dist/esm/button/button.js +19 -26
  164. package/dist/esm/button/button.types.d.ts +3 -4
  165. package/dist/esm/button/button.types.d.ts.map +1 -1
  166. package/dist/esm/button/buttons.js +8 -8
  167. package/dist/esm/button/consts.js +3 -3
  168. package/dist/esm/button/theme.d.ts +121 -44
  169. package/dist/esm/button/theme.d.ts.map +1 -1
  170. package/dist/esm/button/theme.js +135 -58
  171. package/dist/esm/buttonGroup/buttonGroup.d.ts.map +1 -1
  172. package/dist/esm/buttonGroup/buttonGroup.js +6 -6
  173. package/dist/esm/buttonGroup/buttonGroup.types.d.ts +2 -3
  174. package/dist/esm/buttonGroup/buttonGroup.types.d.ts.map +1 -1
  175. package/dist/esm/buttonGroup/helpers.d.ts.map +1 -1
  176. package/dist/esm/buttonGroup/helpers.js +2 -3
  177. package/dist/esm/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
  178. package/dist/esm/buttonToggleGroup/buttonToggleGroup.js +1 -1
  179. package/dist/esm/checkbox/checkbox.js +1 -1
  180. package/dist/esm/core/vuiProvider/globalStyle.d.ts.map +1 -1
  181. package/dist/esm/core/vuiProvider/globalStyle.js +56 -38
  182. package/dist/esm/footer/footerTrademark.js +1 -1
  183. package/dist/esm/heading/theme.d.ts +23 -1
  184. package/dist/esm/heading/theme.d.ts.map +1 -1
  185. package/dist/esm/heading/theme.js +29 -7
  186. package/dist/esm/icon/icon.types.d.ts +1 -1
  187. package/dist/esm/icon/icon.types.d.ts.map +1 -1
  188. package/dist/esm/icon/theme.d.ts +5 -0
  189. package/dist/esm/icon/theme.d.ts.map +1 -1
  190. package/dist/esm/icon/theme.js +5 -0
  191. package/dist/esm/index.d.ts +1 -1
  192. package/dist/esm/index.d.ts.map +1 -1
  193. package/dist/esm/index.js +1 -1
  194. package/dist/esm/input/input.js +1 -1
  195. package/dist/esm/input/inputInput.js +1 -1
  196. package/dist/esm/link/link.d.ts.map +1 -1
  197. package/dist/esm/link/link.js +3 -3
  198. package/dist/esm/link/link.types.d.ts +0 -2
  199. package/dist/esm/link/link.types.d.ts.map +1 -1
  200. package/dist/esm/link/theme.d.ts +21 -4
  201. package/dist/esm/link/theme.d.ts.map +1 -1
  202. package/dist/esm/link/theme.js +30 -17
  203. package/dist/esm/list/listItem.d.ts.map +1 -1
  204. package/dist/esm/list/listItem.js +6 -2
  205. package/dist/esm/notification/consts.js +10 -10
  206. package/dist/esm/notification/notification.d.ts.map +1 -1
  207. package/dist/esm/notification/notification.js +11 -9
  208. package/dist/esm/notification/notification.types.d.ts +2 -2
  209. package/dist/esm/notification/notification.types.d.ts.map +1 -1
  210. package/dist/esm/notification/notificationButton.d.ts.map +1 -1
  211. package/dist/esm/notification/notificationButton.js +4 -1
  212. package/dist/esm/notification/notificationIcon.d.ts.map +1 -1
  213. package/dist/esm/notification/notificationIcon.js +3 -2
  214. package/dist/esm/notification/notificationText.d.ts.map +1 -1
  215. package/dist/esm/notification/notificationText.js +1 -1
  216. package/dist/esm/notification/notificationTitle.d.ts +2 -2
  217. package/dist/esm/notification/notificationTitle.d.ts.map +1 -1
  218. package/dist/esm/notification/notificationTitle.js +2 -2
  219. package/dist/esm/notification/theme.d.ts +31 -16
  220. package/dist/esm/notification/theme.d.ts.map +1 -1
  221. package/dist/esm/notification/theme.js +32 -26
  222. package/dist/esm/p/theme.d.ts +0 -8
  223. package/dist/esm/p/theme.d.ts.map +1 -1
  224. package/dist/esm/p/theme.js +3 -11
  225. package/dist/esm/progress/progress.js +1 -1
  226. package/dist/esm/select/selectButton.js +1 -1
  227. package/dist/esm/t/theme.d.ts +10 -1
  228. package/dist/esm/t/theme.d.ts.map +1 -1
  229. package/dist/esm/t/theme.js +10 -1
  230. package/dist/esm/table/tbody.d.ts.map +1 -1
  231. package/dist/esm/table/tbody.js +4 -0
  232. package/dist/esm/table/theme.d.ts +5 -0
  233. package/dist/esm/table/theme.d.ts.map +1 -1
  234. package/dist/esm/table/theme.js +6 -1
  235. package/dist/esm/tabs/tabs.types.d.ts +2 -2
  236. package/dist/esm/tabs/tabs.types.d.ts.map +1 -1
  237. package/dist/esm/tabs/tabsNavBar.d.ts.map +1 -1
  238. package/dist/esm/tabs/tabsNavBar.js +12 -4
  239. package/dist/esm/tabs/theme.d.ts +40 -4
  240. package/dist/esm/tabs/theme.d.ts.map +1 -1
  241. package/dist/esm/tabs/theme.js +41 -4
  242. package/dist/esm/tag/tag.d.ts.map +1 -1
  243. package/dist/esm/tag/tag.js +9 -6
  244. package/dist/esm/tag/tag.types.d.ts +3 -2
  245. package/dist/esm/tag/tag.types.d.ts.map +1 -1
  246. package/dist/esm/tag/tagButton.js +3 -1
  247. package/dist/esm/tag/theme.d.ts +178 -32
  248. package/dist/esm/tag/theme.d.ts.map +1 -1
  249. package/dist/esm/tag/theme.js +182 -65
  250. package/dist/esm/textarea/textarea.js +1 -1
  251. package/dist/esm/theme/components.d.ts +497 -39
  252. package/dist/esm/theme/components.d.ts.map +1 -1
  253. package/dist/esm/theme/components.js +2 -0
  254. package/dist/esm/theme/defaultTheme.d.ts +795 -46
  255. package/dist/esm/theme/defaultTheme.d.ts.map +1 -1
  256. package/dist/esm/theme/foundations/colors.d.ts +523 -0
  257. package/dist/esm/theme/foundations/colors.d.ts.map +1 -1
  258. package/dist/esm/theme/foundations/colors.js +363 -0
  259. package/dist/esm/theme/foundations/fontWeights.d.ts +0 -1
  260. package/dist/esm/theme/foundations/fontWeights.d.ts.map +1 -1
  261. package/dist/esm/theme/foundations/fontWeights.js +1 -2
  262. package/dist/esm/theme/foundations/index.d.ts +292 -1
  263. package/dist/esm/theme/foundations/index.d.ts.map +1 -1
  264. package/dist/esm/theme/foundations/radii.d.ts +5 -0
  265. package/dist/esm/theme/foundations/radii.d.ts.map +1 -1
  266. package/dist/esm/theme/foundations/radii.js +8 -3
  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 +7 -18
  273. package/src/accordion/accordion.types.ts +7 -16
  274. package/src/accordion/accordionItem.tsx +5 -23
  275. package/src/accordion/accordionItemArrow.tsx +3 -13
  276. package/src/accordion/index.ts +0 -1
  277. package/src/avatar/avatar.tsx +1 -1
  278. package/src/badge/badge.tsx +36 -0
  279. package/src/badge/badge.types.ts +17 -0
  280. package/src/badge/index.ts +2 -0
  281. package/src/badge/theme.ts +140 -0
  282. package/src/button/button.tsx +23 -30
  283. package/src/button/button.types.ts +4 -8
  284. package/src/button/buttons.tsx +8 -8
  285. package/src/button/consts.ts +3 -3
  286. package/src/button/theme.ts +143 -71
  287. package/src/buttonGroup/buttonGroup.tsx +6 -9
  288. package/src/buttonGroup/buttonGroup.types.ts +2 -3
  289. package/src/buttonGroup/helpers.ts +2 -4
  290. package/src/buttonToggleGroup/buttonToggleGroup.tsx +0 -2
  291. package/src/checkbox/checkbox.tsx +1 -1
  292. package/src/core/vuiProvider/globalStyle.tsx +56 -38
  293. package/src/footer/footerTrademark.tsx +1 -1
  294. package/src/heading/theme.ts +29 -7
  295. package/src/icon/icon.types.ts +1 -1
  296. package/src/icon/theme.ts +5 -0
  297. package/src/index.ts +1 -1
  298. package/src/input/input.tsx +1 -1
  299. package/src/input/inputInput.tsx +1 -1
  300. package/src/link/link.tsx +2 -3
  301. package/src/link/link.types.ts +0 -2
  302. package/src/link/theme.ts +30 -20
  303. package/src/list/listItem.tsx +6 -2
  304. package/src/notification/consts.ts +10 -10
  305. package/src/notification/notification.tsx +17 -11
  306. package/src/notification/notification.types.ts +2 -2
  307. package/src/notification/notificationButton.tsx +10 -5
  308. package/src/notification/notificationIcon.tsx +6 -3
  309. package/src/notification/notificationText.tsx +2 -1
  310. package/src/notification/notificationTitle.tsx +3 -9
  311. package/src/notification/theme.ts +32 -34
  312. package/src/p/theme.ts +3 -11
  313. package/src/progress/progress.tsx +1 -1
  314. package/src/select/selectButton.tsx +1 -1
  315. package/src/t/theme.ts +10 -1
  316. package/src/table/tbody.tsx +4 -0
  317. package/src/table/theme.ts +6 -1
  318. package/src/tabs/tabs.types.ts +2 -2
  319. package/src/tabs/tabsNavBar.tsx +23 -6
  320. package/src/tabs/theme.ts +41 -4
  321. package/src/tag/tag.tsx +11 -10
  322. package/src/tag/tag.types.ts +32 -31
  323. package/src/tag/tagButton.tsx +2 -2
  324. package/src/tag/theme.ts +183 -80
  325. package/src/textarea/textarea.tsx +1 -1
  326. package/src/theme/components.ts +2 -0
  327. package/src/theme/foundations/colors.ts +399 -0
  328. package/src/theme/foundations/fontWeights.ts +1 -2
  329. package/src/theme/foundations/radii.ts +8 -3
  330. package/src/theme/typing.d.ts +1 -0
  331. package/src/toast/useToast.tsx +2 -1
  332. package/src/tutorial/tutorialCard.tsx +10 -3
  333. package/dist/cjs/accordion/accordionItemHorizontal.d.ts +0 -5
  334. package/dist/cjs/accordion/accordionItemHorizontal.d.ts.map +0 -1
  335. package/dist/cjs/accordion/accordionItemHorizontal.js +0 -70
  336. package/dist/cjs/copyToClipboard/copyToClipboard.d.ts +0 -12
  337. package/dist/cjs/copyToClipboard/copyToClipboard.d.ts.map +0 -1
  338. package/dist/cjs/copyToClipboard/copyToClipboard.js +0 -36
  339. package/dist/cjs/copyToClipboard/copyToClipboard.types.d.ts +0 -9
  340. package/dist/cjs/copyToClipboard/copyToClipboard.types.d.ts.map +0 -1
  341. package/dist/cjs/copyToClipboard/index.d.ts +0 -5
  342. package/dist/cjs/copyToClipboard/index.d.ts.map +0 -1
  343. package/dist/cjs/copyToClipboard/useCopyToClipboard.d.ts +0 -5
  344. package/dist/cjs/copyToClipboard/useCopyToClipboard.d.ts.map +0 -1
  345. package/dist/cjs/copyToClipboard/useCopyToClipboard.js +0 -17
  346. package/dist/esm/accordion/accordionItemHorizontal.d.ts +0 -5
  347. package/dist/esm/accordion/accordionItemHorizontal.d.ts.map +0 -1
  348. package/dist/esm/accordion/accordionItemHorizontal.js +0 -29
  349. package/dist/esm/copyToClipboard/copyToClipboard.d.ts +0 -12
  350. package/dist/esm/copyToClipboard/copyToClipboard.d.ts.map +0 -1
  351. package/dist/esm/copyToClipboard/copyToClipboard.js +0 -19
  352. package/dist/esm/copyToClipboard/copyToClipboard.types.d.ts +0 -9
  353. package/dist/esm/copyToClipboard/copyToClipboard.types.d.ts.map +0 -1
  354. package/dist/esm/copyToClipboard/index.d.ts +0 -5
  355. package/dist/esm/copyToClipboard/index.d.ts.map +0 -1
  356. package/dist/esm/copyToClipboard/index.js +0 -4
  357. package/dist/esm/copyToClipboard/useCopyToClipboard.d.ts +0 -5
  358. package/dist/esm/copyToClipboard/useCopyToClipboard.d.ts.map +0 -1
  359. package/dist/esm/copyToClipboard/useCopyToClipboard.js +0 -14
  360. package/src/accordion/accordionItemHorizontal.tsx +0 -96
  361. package/src/copyToClipboard/copyToClipboard.tsx +0 -36
  362. package/src/copyToClipboard/copyToClipboard.types.ts +0 -10
  363. package/src/copyToClipboard/index.ts +0 -4
  364. package/src/copyToClipboard/useCopyToClipboard.ts +0 -15
  365. /package/dist/cjs/{copyToClipboard/copyToClipboard.types.js → badge/badge.types.js} +0 -0
  366. /package/dist/esm/{copyToClipboard/copyToClipboard.types.js → badge/badge.types.js} +0 -0
@@ -75,6 +75,133 @@ 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: {};
@@ -84,13 +211,12 @@ declare const _default: {
84
211
  Button: {
85
212
  baseStyle: {};
86
213
  defaultProps: {
87
- colorScheme: string;
88
214
  size: string;
89
215
  variant: string;
90
216
  };
91
217
  parts: string[];
92
218
  sizes: {
93
- xs: {
219
+ sm: {
94
220
  container: {
95
221
  fontSize: string;
96
222
  h: number;
@@ -102,7 +228,7 @@ declare const _default: {
102
228
  };
103
229
  text: {};
104
230
  };
105
- sm: {
231
+ md: {
106
232
  container: {
107
233
  fontSize: string;
108
234
  h: number;
@@ -114,7 +240,7 @@ declare const _default: {
114
240
  };
115
241
  text: {};
116
242
  };
117
- md: {
243
+ lg: {
118
244
  container: {
119
245
  fontSize: string;
120
246
  h: number;
@@ -126,7 +252,7 @@ declare const _default: {
126
252
  };
127
253
  text: {};
128
254
  };
129
- lg: {
255
+ xl: {
130
256
  container: {
131
257
  fontSize: string;
132
258
  h: number;
@@ -140,39 +266,121 @@ declare const _default: {
140
266
  };
141
267
  };
142
268
  variants: {
143
- outlined: (props: import("..").Dict<any>) => {
269
+ primaryDark: {
144
270
  container: {
271
+ bg: string;
145
272
  borderColor: string;
273
+ color: string;
274
+ hoverBg: string;
146
275
  hoverBorderColor: string;
147
- focusRing: number;
276
+ hoverColor: string;
277
+ activeBg: string;
278
+ activeBorderColor: string;
279
+ activeColor: string;
280
+ };
281
+ };
282
+ secondaryDark: {
283
+ container: {
284
+ bg: string;
285
+ borderColor: string;
286
+ color: string;
148
287
  hoverBg: string;
288
+ hoverBorderColor: string;
289
+ hoverColor: string;
149
290
  activeBg: string;
291
+ activeBorderColor: string;
292
+ activeColor: string;
293
+ };
294
+ };
295
+ tertiaryDark: {
296
+ container: {
150
297
  bg: string;
151
- borderWidth: number;
298
+ borderColor: string;
152
299
  color: string;
300
+ hoverBg: string;
301
+ hoverBorderColor: string;
302
+ hoverColor: string;
303
+ activeBg: string;
304
+ activeBorderColor: string;
305
+ activeColor: string;
153
306
  };
154
307
  };
155
- solid: (props: import("..").Dict<any>) => {
308
+ solidGreen: {
156
309
  container: {
310
+ bg: string;
311
+ borderColor: string;
312
+ color: string;
313
+ disabledBg: string;
314
+ disabledBorderColor: string;
315
+ disabledColor: string;
157
316
  hoverBg: string;
158
317
  hoverBorderColor: string;
318
+ focusBg: string;
159
319
  activeBg: string;
320
+ activeBorderColor: string;
321
+ };
322
+ };
323
+ solidRed: {
324
+ container: {
325
+ bg: string;
326
+ borderColor: string;
327
+ color: string;
328
+ disabledBg: string;
329
+ disabledBorderColor: string;
330
+ disabledColor: string;
331
+ hoverBg: string;
332
+ hoverBorderColor: string;
333
+ focusBg: string;
334
+ activeBg: string;
335
+ activeBorderColor: string;
336
+ };
337
+ };
338
+ subtleBlue: {
339
+ container: {
160
340
  bg: string;
161
341
  borderColor: string;
162
- borderWidth: number;
163
342
  color: string;
343
+ disabledBg: string;
344
+ disabledBorderColor: string;
345
+ disabledColor: string;
346
+ hoverBg: string;
347
+ hoverBorderColor: string;
348
+ focusBg: string;
349
+ activeBg: string;
350
+ activeBorderColor: string;
164
351
  };
165
352
  };
166
- text: (props: import("..").Dict<any>) => {
353
+ subtleRed: {
167
354
  container: {
355
+ bg: string;
356
+ borderColor: string;
168
357
  hoverBg: string;
169
358
  hoverBorderColor: string;
359
+ focusBg: string;
170
360
  activeBg: string;
361
+ color: string;
362
+ };
363
+ };
364
+ subtleYellow: {
365
+ container: {
171
366
  bg: string;
172
367
  borderColor: string;
173
- borderWidth: number;
368
+ hoverBg: string;
369
+ hoverBorderColor: string;
370
+ focusBg: string;
371
+ activeBg: string;
372
+ color: string;
373
+ };
374
+ };
375
+ subtleGreen: {
376
+ container: {
377
+ bg: string;
378
+ borderColor: string;
379
+ hoverBg: string;
380
+ hoverBorderColor: string;
381
+ focusBg: string;
382
+ activeBg: string;
174
383
  color: string;
175
- focusRing: number;
176
384
  };
177
385
  };
178
386
  };
@@ -356,39 +564,61 @@ declare const _default: {
356
564
  };
357
565
  };
358
566
  Heading: {
359
- baseStyle: {};
567
+ baseStyle: {
568
+ color: string;
569
+ };
360
570
  defaultProps: {
361
571
  size: string;
362
572
  };
363
573
  sizes: {
574
+ title: {
575
+ as: string;
576
+ fontFamily: string;
577
+ fontSize: string;
578
+ fontWeight: string;
579
+ lineHeight: string;
580
+ };
364
581
  h1: {
365
582
  as: string;
366
583
  fontSize: string;
584
+ fontWeight: string;
585
+ lineHeight: string;
586
+ };
587
+ lead: {
588
+ as: string;
589
+ color: string;
590
+ fontSize: string;
591
+ fontWeight: string;
367
592
  lineHeight: string;
368
593
  };
369
594
  h2: {
370
595
  as: string;
371
596
  fontSize: string;
597
+ fontWeight: string;
372
598
  lineHeight: string;
373
599
  };
374
600
  h3: {
375
601
  as: string;
376
602
  fontSize: string;
603
+ fontWeight: string;
377
604
  lineHeight: string;
378
605
  };
379
606
  h4: {
380
607
  as: string;
381
608
  fontSize: string;
609
+ fontWeight: string;
382
610
  lineHeight: string;
383
611
  };
384
612
  h5: {
385
613
  as: string;
386
614
  fontSize: string;
615
+ fontWeight: string;
387
616
  lineHeight: string;
388
617
  };
389
618
  h6: {
390
619
  as: string;
391
620
  fontSize: string;
621
+ fontWeight: string;
392
622
  lineHeight: string;
393
623
  };
394
624
  };
@@ -416,6 +646,10 @@ declare const _default: {
416
646
  height: number;
417
647
  width: number;
418
648
  };
649
+ xl: {
650
+ height: number;
651
+ width: number;
652
+ };
419
653
  };
420
654
  variants: {};
421
655
  };
@@ -490,7 +724,6 @@ declare const _default: {
490
724
  Link: {
491
725
  baseStyle: {};
492
726
  defaultProps: {
493
- colorScheme: string;
494
727
  size: string;
495
728
  variant: string;
496
729
  };
@@ -499,6 +732,7 @@ declare const _default: {
499
732
  sm: {
500
733
  container: {
501
734
  fontSize: string;
735
+ lineHeight: string;
502
736
  };
503
737
  icon: {
504
738
  size: string;
@@ -507,6 +741,7 @@ declare const _default: {
507
741
  md: {
508
742
  container: {
509
743
  fontSize: string;
744
+ lineHeight: string;
510
745
  };
511
746
  icon: {
512
747
  size: string;
@@ -515,6 +750,16 @@ declare const _default: {
515
750
  lg: {
516
751
  container: {
517
752
  fontSize: string;
753
+ lineHeight: string;
754
+ };
755
+ icon: {
756
+ size: string;
757
+ };
758
+ };
759
+ xl: {
760
+ container: {
761
+ fontSize: string;
762
+ lineHeight: string;
518
763
  };
519
764
  icon: {
520
765
  size: string;
@@ -522,13 +767,13 @@ declare const _default: {
522
767
  };
523
768
  };
524
769
  variants: {
525
- default: (props: import("..").Dict<any>) => {
770
+ default: () => {
526
771
  container: {
527
772
  color: string;
528
773
  hoverColor: string;
529
774
  };
530
775
  };
531
- light: (props: import("..").Dict<any>) => {
776
+ light: () => {
532
777
  container: {
533
778
  color: string;
534
779
  hoverColor: string;
@@ -539,6 +784,12 @@ declare const _default: {
539
784
  hoverTextDecoration: string;
540
785
  };
541
786
  };
787
+ white: () => {
788
+ container: {
789
+ color: string;
790
+ hoverColor: string;
791
+ };
792
+ };
542
793
  };
543
794
  };
544
795
  List: {
@@ -679,23 +930,40 @@ declare const _default: {
679
930
  Notification: {
680
931
  baseStyle: {};
681
932
  defaultProps: {
682
- colorScheme: string;
683
933
  variant: string;
684
934
  };
685
935
  parts: string[];
686
936
  sizes: {};
687
937
  variants: {
688
- subtle: (props: import("..").Dict<any>) => {
938
+ subtleBlue: {
689
939
  container: {
690
940
  bg: string;
691
941
  borderColor: string;
692
- borderWidth: number;
693
942
  color: string;
694
943
  };
695
944
  button: {
945
+ borderColor: string;
946
+ };
947
+ };
948
+ subtleRed: {
949
+ container: {
950
+ bg: string;
951
+ borderColor: string;
952
+ color: string;
953
+ };
954
+ };
955
+ subtleYellow: {
956
+ container: {
957
+ bg: string;
958
+ borderColor: string;
959
+ color: string;
960
+ };
961
+ };
962
+ subtleGreen: {
963
+ container: {
964
+ bg: string;
965
+ borderColor: string;
696
966
  color: string;
697
- hoverBg: string;
698
- activeBg: string;
699
967
  };
700
968
  };
701
969
  };
@@ -718,14 +986,6 @@ declare const _default: {
718
986
  fontSize: string;
719
987
  lineHeight: string;
720
988
  };
721
- xl: {
722
- fontSize: string;
723
- lineHeight: string;
724
- };
725
- xxl: {
726
- fontSize: string;
727
- lineHeight: string;
728
- };
729
989
  };
730
990
  variants: {};
731
991
  };
@@ -1077,7 +1337,16 @@ declare const _default: {
1077
1337
  fontSize: string;
1078
1338
  };
1079
1339
  };
1080
- variants: {};
1340
+ variants: {
1341
+ label: {
1342
+ fontSize: string;
1343
+ fontWeight: string;
1344
+ };
1345
+ caption: {
1346
+ fontSize: string;
1347
+ fontWeight: string;
1348
+ };
1349
+ };
1081
1350
  };
1082
1351
  Table: {
1083
1352
  baseStyle: {};
@@ -1110,6 +1379,11 @@ declare const _default: {
1110
1379
  };
1111
1380
  };
1112
1381
  striped: {};
1382
+ basic: {
1383
+ td: {
1384
+ borderBottom: string;
1385
+ };
1386
+ };
1113
1387
  };
1114
1388
  };
1115
1389
  Tabs: {
@@ -1117,22 +1391,71 @@ declare const _default: {
1117
1391
  defaultProps: {};
1118
1392
  parts: string[];
1119
1393
  sizes: {
1120
- sm: {};
1121
- md: {};
1122
- lg: {};
1123
- xl: {};
1394
+ sm: {
1395
+ tabsNavBar: {
1396
+ borderWidth: string;
1397
+ fontSize: string;
1398
+ h: string;
1399
+ py: string;
1400
+ };
1401
+ };
1402
+ md: {
1403
+ tabsNavBar: {
1404
+ borderWidth: string;
1405
+ fontSize: string;
1406
+ h: string;
1407
+ py: string;
1408
+ };
1409
+ };
1410
+ lg: {
1411
+ tabsNavBar: {
1412
+ borderWidth: string;
1413
+ fontSize: string;
1414
+ h: number;
1415
+ py: string;
1416
+ };
1417
+ };
1418
+ xl: {
1419
+ tabsNavBar: {
1420
+ borderWidth: string;
1421
+ fontSize: string;
1422
+ h: number;
1423
+ py: string;
1424
+ };
1425
+ };
1426
+ xxl: {
1427
+ tabsNavBar: {
1428
+ borderWidth: string;
1429
+ fontSize: string;
1430
+ h: number;
1431
+ py: string;
1432
+ };
1433
+ };
1124
1434
  };
1125
1435
  variants: {};
1126
1436
  };
1127
1437
  Tag: {
1128
1438
  baseStyle: {};
1129
1439
  defaultProps: {
1130
- colorScheme: string;
1131
1440
  size: string;
1132
1441
  variant: string;
1133
1442
  };
1134
1443
  parts: string[];
1135
1444
  sizes: {
1445
+ xs: {
1446
+ container: {
1447
+ borderRadius: string;
1448
+ fontSize: string;
1449
+ h: number;
1450
+ spaceX: number;
1451
+ };
1452
+ button: {
1453
+ size: string;
1454
+ };
1455
+ icon: {
1456
+ size: string;
1457
+ };
1458
+ };
1136
1459
  sm: {
1137
1460
  container: {
1138
1461
  fontSize: string;
@@ -1174,31 +1497,166 @@ declare const _default: {
1174
1497
  };
1175
1498
  };
1176
1499
  variants: {
1177
- solid: (props: import("..").Dict<any>) => {
1500
+ subtleGrey: {
1178
1501
  container: {
1502
+ bg: string;
1179
1503
  hoverBg: string;
1504
+ borderColor: string;
1505
+ color: string;
1180
1506
  activeBg: string;
1507
+ };
1508
+ button: {
1181
1509
  bg: string;
1510
+ hoverBg: string;
1511
+ hoverBorderColor: string;
1512
+ color: string;
1513
+ activeBg: string;
1514
+ };
1515
+ };
1516
+ subtleBlue: {
1517
+ container: {
1518
+ bg: string;
1519
+ hoverBg: string;
1520
+ activeBg: string;
1521
+ borderColor: string;
1522
+ color: string;
1523
+ };
1524
+ button: {
1525
+ bg: string;
1526
+ hoverBg: string;
1527
+ activeBg: string;
1528
+ hoverBorderColor: string;
1529
+ color: string;
1530
+ };
1531
+ };
1532
+ subtleRed: {
1533
+ container: {
1534
+ bg: string;
1535
+ borderColor: string;
1536
+ hoverBg: string;
1537
+ activeBg: string;
1182
1538
  color: string;
1183
- focusRing: number;
1184
1539
  };
1185
1540
  button: {
1541
+ bg: string;
1186
1542
  hoverBg: string;
1187
1543
  activeBg: string;
1544
+ hoverBorderColor: string;
1545
+ color: string;
1546
+ };
1547
+ };
1548
+ subtleYellow: {
1549
+ container: {
1188
1550
  bg: string;
1551
+ hoverBg: string;
1552
+ activeBg: string;
1553
+ borderColor: string;
1554
+ color: string;
1555
+ };
1556
+ button: {
1557
+ bg: string;
1558
+ hoverBg: string;
1559
+ activeBg: string;
1560
+ hoverBorderColor: string;
1189
1561
  color: string;
1190
1562
  };
1191
1563
  };
1192
- subtle: (props: import("..").Dict<any>) => {
1564
+ subtleGreen: {
1565
+ container: {
1566
+ bg: string;
1567
+ hoverBg: string;
1568
+ borderColor: string;
1569
+ color: string;
1570
+ activeBg: string;
1571
+ };
1572
+ button: {
1573
+ bg: string;
1574
+ hoverBg: string;
1575
+ activeBg: string;
1576
+ hoverBorderColor: string;
1577
+ color: string;
1578
+ };
1579
+ };
1580
+ solidBlue: {
1581
+ container: {
1582
+ bg: string;
1583
+ hoverBg: string;
1584
+ activeBg: string;
1585
+ borderColor: string;
1586
+ color: string;
1587
+ };
1588
+ button: {
1589
+ bg: string;
1590
+ hoverBg: string;
1591
+ activeBg: string;
1592
+ hoverBorderColor: string;
1593
+ activeBorderColor: string;
1594
+ color: string;
1595
+ };
1596
+ };
1597
+ solidDarkBlue: {
1193
1598
  container: {
1599
+ bg: string;
1194
1600
  hoverBg: string;
1195
1601
  activeBg: string;
1602
+ borderColor: string;
1603
+ color: string;
1604
+ };
1605
+ button: {
1196
1606
  bg: string;
1607
+ hoverBg: string;
1608
+ activeBg: string;
1609
+ hoverBorderColor: string;
1610
+ color: string;
1611
+ };
1612
+ };
1613
+ solidRed: {
1614
+ container: {
1615
+ bg: string;
1616
+ hoverBg: string;
1617
+ activeBg: string;
1618
+ borderColor: string;
1197
1619
  color: string;
1198
1620
  };
1199
1621
  button: {
1622
+ bg: string;
1200
1623
  hoverBg: string;
1201
1624
  activeBg: string;
1625
+ hoverBorderColor: string;
1626
+ activeBorderColor: string;
1627
+ color: string;
1628
+ };
1629
+ };
1630
+ solidYellow: {
1631
+ container: {
1632
+ bg: string;
1633
+ hoverBg: string;
1634
+ activeBg: string;
1635
+ borderColor: string;
1636
+ color: string;
1637
+ };
1638
+ button: {
1639
+ bg: string;
1640
+ hoverBg: string;
1641
+ activeBg: string;
1642
+ hoverBorderColor: string;
1643
+ color: string;
1644
+ };
1645
+ };
1646
+ solidGreen: {
1647
+ container: {
1648
+ bg: string;
1649
+ hoverBg: string;
1650
+ activeBg: string;
1651
+ borderColor: string;
1652
+ color: string;
1653
+ };
1654
+ button: {
1655
+ bg: string;
1656
+ hoverBg: string;
1657
+ activeBg: string;
1658
+ hoverBorderColor: string;
1659
+ activeBorderColor: string;
1202
1660
  color: string;
1203
1661
  };
1204
1662
  };