@veracity/vui 1.8.0-beta.0 → 1.8.0-redesign.0

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