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