@veritone-ce/design-system 2.8.14-next.2.0 → 2.8.14

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 (398) hide show
  1. package/dist/cjs/Accordion/Accordion.js +120 -0
  2. package/dist/cjs/Accordion/AccordionGroup.js +61 -0
  3. package/dist/cjs/Accordion/Context.js +39 -0
  4. package/dist/cjs/Accordion/styles.module.scss.js +7 -0
  5. package/dist/cjs/Alert/index.js +70 -0
  6. package/dist/cjs/Alert/styles.module.scss.js +7 -0
  7. package/dist/cjs/Badge/index.js +67 -0
  8. package/dist/cjs/Badge/styles.module.scss.js +7 -0
  9. package/dist/cjs/Button/index.js +71 -0
  10. package/dist/cjs/Button/styles.module.scss.js +7 -0
  11. package/dist/cjs/Checkbox/index.js +164 -0
  12. package/dist/cjs/Checkbox/styles.module.scss.js +7 -0
  13. package/dist/cjs/Chip/index.js +51 -0
  14. package/dist/cjs/Chip/styles.module.scss.js +7 -0
  15. package/dist/cjs/CircularProgress/index.js +59 -0
  16. package/dist/cjs/CircularProgress/styles.module.scss.js +7 -0
  17. package/dist/cjs/ColorPicker/index.js +64 -0
  18. package/dist/cjs/ColorPicker/styles.module.scss.js +7 -0
  19. package/dist/cjs/DatePicker/Calendar.js +190 -0
  20. package/dist/cjs/DatePicker/DateField.js +30 -0
  21. package/dist/cjs/DatePicker/index.js +152 -0
  22. package/dist/cjs/DatePicker/styles.module.scss.js +7 -0
  23. package/dist/cjs/DateRangePicker/index.js +23 -0
  24. package/dist/cjs/DateRangePicker/styles.module.scss.js +7 -0
  25. package/dist/cjs/Dialog/components.js +250 -0
  26. package/dist/cjs/Dialog/factory.js +16 -0
  27. package/dist/cjs/Dialog/state.js +72 -0
  28. package/dist/cjs/Dialog/styles.module.scss.js +7 -0
  29. package/dist/cjs/Drawer/components.js +291 -0
  30. package/dist/cjs/Drawer/factory.js +16 -0
  31. package/dist/cjs/Drawer/state.js +70 -0
  32. package/dist/cjs/Drawer/styles.module.scss.js +7 -0
  33. package/dist/cjs/ErrorBoundary/index.js +56 -0
  34. package/dist/cjs/ErrorBoundary/styles.module.scss.js +7 -0
  35. package/dist/cjs/FileUploader/controlled.js +310 -0
  36. package/dist/cjs/FileUploader/styles.module.scss.js +7 -0
  37. package/dist/cjs/FormControl/context.js +16 -0
  38. package/dist/cjs/FormControl/index.js +64 -0
  39. package/dist/cjs/FormControl/styles.module.scss.js +7 -0
  40. package/dist/cjs/Icon/factory.js +24 -0
  41. package/dist/cjs/Icon/internal.js +60 -0
  42. package/dist/cjs/Icon/styles.module.scss.js +7 -0
  43. package/dist/cjs/Icon/wrappers.js +51 -0
  44. package/dist/cjs/IconButton/index.js +59 -0
  45. package/dist/cjs/IconButton/styles.module.scss.js +7 -0
  46. package/dist/cjs/Input/index.js +63 -0
  47. package/dist/cjs/Input/styles.module.scss.js +7 -0
  48. package/dist/cjs/Menu/controlled.js +420 -0
  49. package/dist/cjs/Menu/factory.js +13 -0
  50. package/dist/cjs/Menu/styles.module.scss.js +7 -0
  51. package/dist/cjs/Pagination/index.js +54 -0
  52. package/dist/cjs/Pagination/styles.module.scss.js +7 -0
  53. package/dist/cjs/RadioButton/index.js +85 -0
  54. package/dist/cjs/RadioButton/styles.module.scss.js +7 -0
  55. package/dist/cjs/Select/controlled.js +208 -0
  56. package/dist/cjs/Select/factory.js +23 -0
  57. package/dist/cjs/Select/styles.module.scss.js +7 -0
  58. package/dist/cjs/Select/uncontrolled.js +61 -0
  59. package/dist/cjs/StatusChip/index.js +39 -0
  60. package/dist/cjs/StatusChip/styles.module.scss.js +7 -0
  61. package/dist/cjs/Stepper/auto.js +127 -0
  62. package/dist/cjs/Stepper/stepper.js +48 -0
  63. package/dist/cjs/Stepper/styles.module.scss.js +7 -0
  64. package/dist/cjs/Table/AutoTable/common.js +131 -0
  65. package/dist/cjs/Table/AutoTable/controlled.js +95 -0
  66. package/dist/cjs/Table/AutoTable/index.js +110 -0
  67. package/dist/cjs/Table/AutoTable/styles.module.scss.js +7 -0
  68. package/dist/cjs/Table/AutoTable/virtual.js +173 -0
  69. package/dist/cjs/Table/TableCell/index.js +49 -0
  70. package/dist/cjs/Table/TableCell/styles.module.scss.js +7 -0
  71. package/dist/cjs/Table/TableRow/index.js +33 -0
  72. package/dist/cjs/Table/TableRow/styles.module.scss.js +7 -0
  73. package/dist/cjs/Table/index.js +76 -0
  74. package/dist/cjs/Table/styles.module.scss.js +7 -0
  75. package/dist/cjs/TablePagination/index.js +118 -0
  76. package/dist/cjs/TablePagination/styles.module.scss.js +7 -0
  77. package/dist/cjs/Textarea/index.js +59 -0
  78. package/dist/cjs/Textarea/styles.module.scss.js +7 -0
  79. package/dist/cjs/Toast/content.js +18 -0
  80. package/dist/cjs/Toast/hook.js +69 -0
  81. package/dist/cjs/Toast/index.js +15 -0
  82. package/dist/cjs/Toast/styles.module.scss.js +7 -0
  83. package/dist/cjs/Tooltip/index.js +135 -0
  84. package/dist/cjs/Tooltip/styles.module.scss.js +7 -0
  85. package/dist/cjs/Typography/index.js +52 -0
  86. package/dist/cjs/Typography/variants.module.scss.js +7 -0
  87. package/dist/cjs/bundled_modules/@babel/runtime/helpers/esm/extends.js +20 -0
  88. package/dist/cjs/bundled_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +18 -0
  89. package/dist/cjs/bundled_modules/@mui/material/usePagination/usePagination.js +121 -0
  90. package/dist/cjs/bundled_modules/@react-spring/animated/dist/react-spring_animated.modern.js +338 -0
  91. package/dist/cjs/bundled_modules/@react-spring/core/dist/react-spring_core.modern.js +1799 -0
  92. package/dist/cjs/bundled_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +160 -0
  93. package/dist/cjs/bundled_modules/@react-spring/shared/dist/react-spring_shared.modern.js +775 -0
  94. package/dist/cjs/bundled_modules/@react-spring/web/dist/react-spring_web.modern.js +382 -0
  95. package/dist/cjs/bundled_modules/jotai/esm/react.js +160 -0
  96. package/dist/cjs/bundled_modules/jotai/esm/vanilla/internals.js +539 -0
  97. package/dist/cjs/bundled_modules/jotai/esm/vanilla.js +114 -0
  98. package/dist/cjs/extras/markdown/index.js +244 -0
  99. package/dist/cjs/extras/markdown/styles.module.scss.js +7 -0
  100. package/dist/cjs/extras/uploady/index.js +12 -0
  101. package/dist/cjs/extras/uploady/uploady.js +112 -0
  102. package/dist/cjs/index.js +165 -0
  103. package/dist/cjs/popover/utils.js +8 -0
  104. package/dist/cjs/styles/components.module.scss.js +7 -0
  105. package/dist/cjs/styles/createPalette.js +227 -0
  106. package/dist/cjs/styles/createTheme.js +16 -0
  107. package/dist/cjs/styles/createTypography.js +114 -0
  108. package/dist/cjs/styles/css-vars.js +88 -0
  109. package/dist/cjs/styles/cx.js +8 -0
  110. package/dist/cjs/styles/defaultTheme.js +68 -0
  111. package/dist/cjs/styles/defaultThemeOptions.js +168 -0
  112. package/dist/cjs/styles/font-metrics.js +28 -0
  113. package/dist/cjs/styles/portal.js +14 -0
  114. package/dist/cjs/styles/provider.client.js +41 -0
  115. package/dist/cjs/styles/provider.css-vars.js +32 -0
  116. package/dist/cjs/styles/themeOptions.js +16 -0
  117. package/dist/cjs/styles/typography.js +20 -0
  118. package/dist/cjs/styles/useTheme.js +13 -0
  119. package/dist/cjs/styles.css +1 -0
  120. package/dist/cjs/unstable/Breadcrumbs/factory.js +15 -0
  121. package/dist/cjs/unstable/Breadcrumbs/index.js +73 -0
  122. package/dist/cjs/unstable/Breadcrumbs/index.module.scss.js +7 -0
  123. package/dist/cjs/unstable/Card/index.js +33 -0
  124. package/dist/cjs/unstable/Card/styles.module.scss.js +7 -0
  125. package/dist/cjs/unstable/LinearProgress/index.js +41 -0
  126. package/dist/cjs/unstable/LinearProgress/styles.module.scss.js +7 -0
  127. package/dist/cjs/unstable/Tabs/index.js +39 -0
  128. package/dist/cjs/unstable/Tabs/index.module.scss.js +7 -0
  129. package/dist/cjs/unstable/extras/dialogs/index.js +48 -0
  130. package/dist/cjs/unstable/extras/drawers/index.js +58 -0
  131. package/dist/cjs/unstable/extras/drawers/index.module.scss.js +7 -0
  132. package/dist/cjs/unstable/extras/forms/button.js +31 -0
  133. package/dist/cjs/unstable/extras/forms/checkbox.js +35 -0
  134. package/dist/cjs/unstable/extras/forms/index.js +23 -0
  135. package/dist/cjs/unstable/extras/forms/input.js +26 -0
  136. package/dist/cjs/unstable/extras/forms/select.js +52 -0
  137. package/dist/cjs/unstable/extras/forms/shared.js +62 -0
  138. package/dist/cjs/unstable/extras/forms/textarea.js +26 -0
  139. package/dist/cjs/unstable/extras/forms/upload.js +103 -0
  140. package/dist/cjs/unstable/index.js +21 -0
  141. package/dist/cjs/utils/capitalize.js +13 -0
  142. package/dist/cjs/utils/isNil.js +8 -0
  143. package/dist/esm/Accordion/Accordion.js +116 -0
  144. package/dist/esm/Accordion/AccordionGroup.js +57 -0
  145. package/dist/esm/Accordion/Context.js +33 -0
  146. package/dist/esm/Accordion/styles.module.scss.js +3 -0
  147. package/dist/esm/Alert/index.js +66 -0
  148. package/dist/esm/Alert/styles.module.scss.js +3 -0
  149. package/dist/esm/Badge/index.js +63 -0
  150. package/dist/esm/Badge/styles.module.scss.js +3 -0
  151. package/dist/esm/Button/index.js +67 -0
  152. package/dist/esm/Button/styles.module.scss.js +3 -0
  153. package/dist/esm/Checkbox/index.js +160 -0
  154. package/dist/esm/Checkbox/styles.module.scss.js +3 -0
  155. package/dist/esm/Chip/index.js +47 -0
  156. package/dist/esm/Chip/styles.module.scss.js +3 -0
  157. package/dist/esm/CircularProgress/index.js +55 -0
  158. package/dist/esm/CircularProgress/styles.module.scss.js +3 -0
  159. package/dist/esm/ColorPicker/index.js +59 -0
  160. package/dist/esm/ColorPicker/styles.module.scss.js +3 -0
  161. package/dist/esm/DatePicker/Calendar.js +186 -0
  162. package/dist/esm/DatePicker/DateField.js +26 -0
  163. package/dist/esm/DatePicker/index.js +148 -0
  164. package/dist/esm/DatePicker/styles.module.scss.js +3 -0
  165. package/dist/esm/DateRangePicker/index.js +19 -0
  166. package/dist/esm/DateRangePicker/styles.module.scss.js +3 -0
  167. package/dist/esm/Dialog/components.js +218 -0
  168. package/dist/esm/Dialog/factory.js +14 -0
  169. package/dist/esm/Dialog/state.js +49 -0
  170. package/dist/esm/Dialog/styles.module.scss.js +3 -0
  171. package/dist/esm/Drawer/components.js +259 -0
  172. package/dist/esm/Drawer/factory.js +14 -0
  173. package/dist/esm/Drawer/state.js +47 -0
  174. package/dist/esm/Drawer/styles.module.scss.js +3 -0
  175. package/dist/esm/ErrorBoundary/index.js +52 -0
  176. package/dist/esm/ErrorBoundary/styles.module.scss.js +3 -0
  177. package/dist/esm/FileUploader/controlled.js +304 -0
  178. package/dist/esm/FileUploader/styles.module.scss.js +3 -0
  179. package/dist/esm/FormControl/context.js +13 -0
  180. package/dist/esm/FormControl/index.js +60 -0
  181. package/dist/esm/FormControl/styles.module.scss.js +3 -0
  182. package/dist/esm/Icon/factory.js +21 -0
  183. package/dist/esm/Icon/internal.js +52 -0
  184. package/dist/esm/Icon/styles.module.scss.js +3 -0
  185. package/dist/esm/Icon/wrappers.js +48 -0
  186. package/dist/esm/IconButton/index.js +55 -0
  187. package/dist/esm/IconButton/styles.module.scss.js +3 -0
  188. package/dist/esm/Input/index.js +59 -0
  189. package/dist/esm/Input/styles.module.scss.js +3 -0
  190. package/dist/esm/Menu/controlled.js +414 -0
  191. package/dist/esm/Menu/factory.js +11 -0
  192. package/dist/esm/Menu/styles.module.scss.js +3 -0
  193. package/dist/esm/Pagination/index.js +50 -0
  194. package/dist/esm/Pagination/styles.module.scss.js +3 -0
  195. package/dist/esm/RadioButton/index.js +81 -0
  196. package/dist/esm/RadioButton/styles.module.scss.js +3 -0
  197. package/dist/esm/Select/controlled.js +204 -0
  198. package/dist/esm/Select/factory.js +20 -0
  199. package/dist/esm/Select/styles.module.scss.js +3 -0
  200. package/dist/esm/Select/uncontrolled.js +57 -0
  201. package/dist/esm/StatusChip/index.js +35 -0
  202. package/dist/esm/StatusChip/styles.module.scss.js +3 -0
  203. package/dist/esm/Stepper/auto.js +123 -0
  204. package/dist/esm/Stepper/stepper.js +44 -0
  205. package/dist/esm/Stepper/styles.module.scss.js +3 -0
  206. package/dist/esm/Table/AutoTable/common.js +125 -0
  207. package/dist/esm/Table/AutoTable/controlled.js +91 -0
  208. package/dist/esm/Table/AutoTable/index.js +106 -0
  209. package/dist/esm/Table/AutoTable/styles.module.scss.js +3 -0
  210. package/dist/esm/Table/AutoTable/virtual.js +168 -0
  211. package/dist/esm/Table/TableCell/index.js +45 -0
  212. package/dist/esm/Table/TableCell/styles.module.scss.js +3 -0
  213. package/dist/esm/Table/TableRow/index.js +29 -0
  214. package/dist/esm/Table/TableRow/styles.module.scss.js +3 -0
  215. package/dist/esm/Table/index.js +69 -0
  216. package/dist/esm/Table/styles.module.scss.js +3 -0
  217. package/dist/esm/TablePagination/index.js +114 -0
  218. package/dist/esm/TablePagination/styles.module.scss.js +3 -0
  219. package/dist/esm/Textarea/index.js +55 -0
  220. package/dist/esm/Textarea/styles.module.scss.js +3 -0
  221. package/dist/esm/Toast/content.js +14 -0
  222. package/dist/esm/Toast/hook.js +66 -0
  223. package/dist/esm/Toast/index.js +11 -0
  224. package/dist/esm/Toast/styles.module.scss.js +3 -0
  225. package/dist/esm/Tooltip/index.js +131 -0
  226. package/dist/esm/Tooltip/styles.module.scss.js +3 -0
  227. package/dist/esm/Typography/index.js +48 -0
  228. package/dist/esm/Typography/variants.module.scss.js +3 -0
  229. package/dist/esm/bundled_modules/@babel/runtime/helpers/esm/extends.js +16 -0
  230. package/dist/esm/bundled_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +14 -0
  231. package/dist/esm/bundled_modules/@mui/material/usePagination/usePagination.js +117 -0
  232. package/dist/esm/bundled_modules/@react-spring/animated/dist/react-spring_animated.modern.js +308 -0
  233. package/dist/esm/bundled_modules/@react-spring/core/dist/react-spring_core.modern.js +1765 -0
  234. package/dist/esm/bundled_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +158 -0
  235. package/dist/esm/bundled_modules/@react-spring/shared/dist/react-spring_shared.modern.js +730 -0
  236. package/dist/esm/bundled_modules/@react-spring/web/dist/react-spring_web.modern.js +365 -0
  237. package/dist/esm/bundled_modules/jotai/esm/react.js +155 -0
  238. package/dist/esm/bundled_modules/jotai/esm/vanilla/internals.js +535 -0
  239. package/dist/esm/bundled_modules/jotai/esm/vanilla.js +110 -0
  240. package/dist/esm/extras/markdown/index.js +242 -0
  241. package/dist/esm/extras/markdown/styles.module.scss.js +3 -0
  242. package/dist/esm/extras/uploady/index.js +2 -0
  243. package/dist/esm/extras/uploady/uploady.js +106 -0
  244. package/dist/esm/index.js +58 -0
  245. package/dist/esm/popover/utils.js +6 -0
  246. package/dist/esm/styles/components.module.scss.js +3 -0
  247. package/dist/esm/styles/createPalette.js +225 -0
  248. package/dist/esm/styles/createTheme.js +12 -0
  249. package/dist/esm/styles/createTypography.js +111 -0
  250. package/dist/esm/styles/css-vars.js +81 -0
  251. package/dist/esm/styles/cx.js +6 -0
  252. package/dist/esm/styles/defaultTheme.js +62 -0
  253. package/dist/esm/styles/defaultThemeOptions.js +166 -0
  254. package/dist/esm/styles/external/baseline.css +1 -0
  255. package/dist/esm/styles/external/fonts/default.css +3 -0
  256. package/dist/esm/styles/font-metrics.js +26 -0
  257. package/dist/esm/styles/portal.js +12 -0
  258. package/dist/esm/styles/provider.client.js +18 -0
  259. package/dist/esm/styles/provider.css-vars.js +30 -0
  260. package/dist/esm/styles/scss/_index.scss +1 -0
  261. package/dist/esm/styles/scss/theme.generated.scss +880 -0
  262. package/dist/esm/styles/themeOptions.js +12 -0
  263. package/dist/esm/styles/typography.js +18 -0
  264. package/dist/esm/styles/useTheme.js +9 -0
  265. package/dist/esm/styles.css +1 -0
  266. package/dist/esm/unstable/Breadcrumbs/factory.js +13 -0
  267. package/dist/esm/unstable/Breadcrumbs/index.js +67 -0
  268. package/dist/esm/unstable/Breadcrumbs/index.module.scss.js +3 -0
  269. package/dist/esm/unstable/Card/index.js +29 -0
  270. package/dist/esm/unstable/Card/styles.module.scss.js +3 -0
  271. package/dist/esm/unstable/LinearProgress/index.js +37 -0
  272. package/dist/esm/unstable/LinearProgress/styles.module.scss.js +3 -0
  273. package/dist/esm/unstable/Tabs/index.js +34 -0
  274. package/dist/esm/unstable/Tabs/index.module.scss.js +3 -0
  275. package/dist/esm/unstable/extras/dialogs/index.js +46 -0
  276. package/dist/esm/unstable/extras/drawers/index.js +56 -0
  277. package/dist/esm/unstable/extras/drawers/index.module.scss.js +3 -0
  278. package/dist/esm/unstable/extras/forms/button.js +29 -0
  279. package/dist/esm/unstable/extras/forms/checkbox.js +33 -0
  280. package/dist/esm/unstable/extras/forms/index.js +8 -0
  281. package/dist/esm/unstable/extras/forms/input.js +24 -0
  282. package/dist/esm/unstable/extras/forms/select.js +49 -0
  283. package/dist/esm/unstable/extras/forms/shared.js +59 -0
  284. package/dist/esm/unstable/extras/forms/textarea.js +24 -0
  285. package/dist/esm/unstable/extras/forms/upload.js +100 -0
  286. package/dist/esm/unstable/index.js +6 -0
  287. package/dist/esm/utils/capitalize.js +3 -0
  288. package/dist/esm/utils/isNil.js +6 -0
  289. package/dist/types/Accordion/Accordion.d.ts +75 -0
  290. package/dist/types/Accordion/AccordionGroup.d.ts +40 -0
  291. package/dist/types/Accordion/Context.d.ts +19 -0
  292. package/dist/types/Accordion/index.d.ts +3 -0
  293. package/dist/types/Alert/index.d.ts +14 -0
  294. package/dist/types/Badge/index.d.ts +20 -0
  295. package/dist/types/Button/index.d.ts +30 -0
  296. package/dist/types/Checkbox/index.d.ts +28 -0
  297. package/dist/types/Chip/index.d.ts +13 -0
  298. package/dist/types/CircularProgress/index.d.ts +10 -0
  299. package/dist/types/ColorPicker/index.d.ts +13 -0
  300. package/dist/types/DatePicker/Calendar.d.ts +9 -0
  301. package/dist/types/DatePicker/DateField.d.ts +3 -0
  302. package/dist/types/DatePicker/index.d.ts +25 -0
  303. package/dist/types/DateRangePicker/index.d.ts +16 -0
  304. package/dist/types/Dialog/components.d.ts +95 -0
  305. package/dist/types/Dialog/factory.d.ts +18 -0
  306. package/dist/types/Dialog/index.d.ts +3 -0
  307. package/dist/types/Dialog/state.d.ts +121 -0
  308. package/dist/types/Drawer/components.d.ts +112 -0
  309. package/dist/types/Drawer/factory.d.ts +17 -0
  310. package/dist/types/Drawer/index.d.ts +3 -0
  311. package/dist/types/Drawer/state.d.ts +114 -0
  312. package/dist/types/ErrorBoundary/index.d.ts +24 -0
  313. package/dist/types/FileUploader/controlled.d.ts +59 -0
  314. package/dist/types/FileUploader/index.d.ts +1 -0
  315. package/dist/types/FormControl/context.d.ts +7 -0
  316. package/dist/types/FormControl/index.d.ts +15 -0
  317. package/dist/types/Icon/factory.d.ts +14 -0
  318. package/dist/types/Icon/index.d.ts +3 -0
  319. package/dist/types/Icon/internal.d.ts +7 -0
  320. package/dist/types/Icon/shared.d.ts +10 -0
  321. package/dist/types/Icon/wrappers.d.ts +6 -0
  322. package/dist/types/IconButton/index.d.ts +18 -0
  323. package/dist/types/Input/index.d.ts +24 -0
  324. package/dist/types/Menu/controlled.d.ts +56 -0
  325. package/dist/types/Menu/factory.d.ts +6 -0
  326. package/dist/types/Menu/index.d.ts +3 -0
  327. package/dist/types/Pagination/index.d.ts +7 -0
  328. package/dist/types/RadioButton/index.d.ts +20 -0
  329. package/dist/types/Select/controlled.d.ts +18 -0
  330. package/dist/types/Select/factory.d.ts +11 -0
  331. package/dist/types/Select/index.d.ts +5 -0
  332. package/dist/types/Select/types.d.ts +42 -0
  333. package/dist/types/Select/uncontrolled.d.ts +14 -0
  334. package/dist/types/StatusChip/index.d.ts +12 -0
  335. package/dist/types/Stepper/auto.d.ts +18 -0
  336. package/dist/types/Stepper/index.d.ts +4 -0
  337. package/dist/types/Stepper/stepper.d.ts +14 -0
  338. package/dist/types/Table/AutoTable/common.d.ts +31 -0
  339. package/dist/types/Table/AutoTable/controlled.d.ts +14 -0
  340. package/dist/types/Table/AutoTable/index.d.ts +46 -0
  341. package/dist/types/Table/AutoTable/types.d.ts +106 -0
  342. package/dist/types/Table/AutoTable/virtual.d.ts +22 -0
  343. package/dist/types/Table/TableCell/index.d.ts +14 -0
  344. package/dist/types/Table/TableRow/index.d.ts +10 -0
  345. package/dist/types/Table/index.d.ts +67 -0
  346. package/dist/types/TablePagination/index.d.ts +18 -0
  347. package/dist/types/Textarea/index.d.ts +22 -0
  348. package/dist/types/Toast/content.d.ts +4 -0
  349. package/dist/types/Toast/hook.d.ts +22 -0
  350. package/dist/types/Toast/index.d.ts +9 -0
  351. package/dist/types/Tooltip/index.d.ts +17 -0
  352. package/dist/types/Typography/index.d.ts +23 -0
  353. package/dist/types/extras/markdown/index.d.ts +27 -0
  354. package/dist/types/extras/uploady/index.d.ts +1 -0
  355. package/dist/types/extras/uploady/uploady.d.ts +30 -0
  356. package/dist/types/index.d.ts +68 -0
  357. package/dist/types/popover/index.d.ts +2 -0
  358. package/dist/types/popover/types.d.ts +8 -0
  359. package/dist/types/popover/utils.d.ts +2 -0
  360. package/dist/types/styles/createPalette.d.ts +3 -0
  361. package/dist/types/styles/createTheme.d.ts +8 -0
  362. package/dist/types/styles/createTypography.d.ts +16 -0
  363. package/dist/types/styles/css-vars.d.ts +27 -0
  364. package/dist/types/styles/cx.d.ts +1 -0
  365. package/dist/types/styles/defaultTheme.d.ts +4 -0
  366. package/dist/types/styles/defaultThemeOptions.d.ts +192 -0
  367. package/dist/types/styles/font-metrics.d.ts +22 -0
  368. package/dist/types/styles/index.d.ts +18 -0
  369. package/dist/types/styles/palette.d.ts +68 -0
  370. package/dist/types/styles/portal.d.ts +3 -0
  371. package/dist/types/styles/provider.client.d.ts +15 -0
  372. package/dist/types/styles/provider.css-vars.d.ts +10 -0
  373. package/dist/types/styles/themeOptions.d.ts +89 -0
  374. package/dist/types/styles/typography.d.ts +25 -0
  375. package/dist/types/styles/useTheme.d.ts +2 -0
  376. package/dist/types/unstable/Breadcrumbs/factory.d.ts +5 -0
  377. package/dist/types/unstable/Breadcrumbs/index.d.ts +30 -0
  378. package/dist/types/unstable/Card/index.d.ts +11 -0
  379. package/dist/types/unstable/LinearProgress/index.d.ts +14 -0
  380. package/dist/types/unstable/Tabs/index.d.ts +13 -0
  381. package/dist/types/unstable/extras/chart/index.d.ts +33 -0
  382. package/dist/types/unstable/extras/dialogs/index.d.ts +19 -0
  383. package/dist/types/unstable/extras/drawers/index.d.ts +19 -0
  384. package/dist/types/unstable/extras/forms/button.d.ts +8 -0
  385. package/dist/types/unstable/extras/forms/checkbox.d.ts +5 -0
  386. package/dist/types/unstable/extras/forms/index.d.ts +7 -0
  387. package/dist/types/unstable/extras/forms/input.d.ts +5 -0
  388. package/dist/types/unstable/extras/forms/select.d.ts +8 -0
  389. package/dist/types/unstable/extras/forms/shared.d.ts +8 -0
  390. package/dist/types/unstable/extras/forms/textarea.d.ts +5 -0
  391. package/dist/types/unstable/extras/forms/upload.d.ts +13 -0
  392. package/dist/types/unstable/index.d.ts +7 -0
  393. package/dist/types/utils/capitalize.d.ts +2 -0
  394. package/dist/types/utils/controlled.d.ts +1 -0
  395. package/dist/types/utils/index.d.ts +1 -0
  396. package/dist/types/utils/isNil.d.ts +1 -0
  397. package/package.json +24 -8
  398. package/CHANGELOG.md +0 -2666
@@ -0,0 +1,880 @@
1
+ // Code generated by yarn generate:scss:theme; DO NOT EDIT.
2
+ @use "sass:map";
3
+
4
+ $default-theme: (
5
+ "palette-brand-1-base-surface": (#212121),
6
+ "palette-brand-1-base-on": (#fff),
7
+ "palette-brand-1-hover-surface": (#080808),
8
+ "palette-brand-1-hover-on": (#fff),
9
+ "palette-brand-1-active-surface": (#080808),
10
+ "palette-brand-1-active-on": (#fff),
11
+ "palette-brand-1-disabled-surface": (#FAFAFA),
12
+ "palette-brand-1-disabled-on": (#7C848D),
13
+ "palette-brand-2-base-surface": (#FA524D),
14
+ "palette-brand-2-base-on": (#000),
15
+ "palette-brand-2-hover-surface": (#dc3d38),
16
+ "palette-brand-2-hover-on": (#000),
17
+ "palette-brand-2-active-surface": (#dc3d38),
18
+ "palette-brand-2-active-on": (#000),
19
+ "palette-brand-2-disabled-surface": (#FAFAFA),
20
+ "palette-brand-2-disabled-on": (#7C848D),
21
+ "palette-brand-3-base-surface": (#080808),
22
+ "palette-brand-3-base-on": (#fff),
23
+ "palette-brand-3-hover-surface": (#000000),
24
+ "palette-brand-3-hover-on": (#fff),
25
+ "palette-brand-3-active-surface": (#000000),
26
+ "palette-brand-3-active-on": (#fff),
27
+ "palette-brand-3-disabled-surface": (#FAFAFA),
28
+ "palette-brand-3-disabled-on": (#7C848D),
29
+ "palette-brand-4-base-surface": (#616161),
30
+ "palette-brand-4-base-on": (#fff),
31
+ "palette-brand-4-hover-surface": (#474747),
32
+ "palette-brand-4-hover-on": (#fff),
33
+ "palette-brand-4-active-surface": (#474747),
34
+ "palette-brand-4-active-on": (#fff),
35
+ "palette-brand-4-disabled-surface": (#FAFAFA),
36
+ "palette-brand-4-disabled-on": (#7C848D),
37
+ "palette-brand-5-base-surface": (#404040),
38
+ "palette-brand-5-base-on": (#fff),
39
+ "palette-brand-5-hover-surface": (#262626),
40
+ "palette-brand-5-hover-on": (#fff),
41
+ "palette-brand-5-active-surface": (#262626),
42
+ "palette-brand-5-active-on": (#fff),
43
+ "palette-brand-5-disabled-surface": (#FAFAFA),
44
+ "palette-brand-5-disabled-on": (#7C848D),
45
+ "palette-text-primary": (#2A323C),
46
+ "palette-text-secondary": (#5C6269),
47
+ "palette-text-tertiary": (#465364),
48
+ "palette-action-primary-base-surface": (#1871E8),
49
+ "palette-action-primary-base-on": (#FFFFFF),
50
+ "palette-action-primary-hover-surface": (#335B89),
51
+ "palette-action-primary-hover-on": (#FFFFFF),
52
+ "palette-action-primary-active-surface": (#2c5ea0),
53
+ "palette-action-primary-active-on": (#FFFFFF),
54
+ "palette-action-primary-disabled-surface": (#FAFAFA),
55
+ "palette-action-primary-disabled-on": (#7C848D),
56
+ "palette-action-secondary-base-surface": (#475364),
57
+ "palette-action-secondary-base-on": (#FFFFFF),
58
+ "palette-action-secondary-hover-surface": (#335B89),
59
+ "palette-action-secondary-hover-on": (#FFFFFF),
60
+ "palette-action-secondary-active-surface": (#3d3d3d),
61
+ "palette-action-secondary-active-on": (#FFFFFF),
62
+ "palette-action-secondary-disabled-surface": (#FAFAFA),
63
+ "palette-action-secondary-disabled-on": (#7C848D),
64
+ "palette-action-destructive-base-surface": (#EB0000),
65
+ "palette-action-destructive-base-on": (#FFFFFF),
66
+ "palette-action-destructive-hover-surface": (#a63737),
67
+ "palette-action-destructive-hover-on": (#FFFFFF),
68
+ "palette-action-destructive-active-surface": (#a11717),
69
+ "palette-action-destructive-active-on": (#FFFFFF),
70
+ "palette-action-destructive-disabled-surface": (#FAFAFA),
71
+ "palette-action-destructive-disabled-on": (#7C848D),
72
+ "palette-action-text-base-surface": (#465364),
73
+ "palette-action-text-base-on": (#fff),
74
+ "palette-action-text-hover-surface": (#335B89),
75
+ "palette-action-text-hover-on": (#FFFFFF),
76
+ "palette-action-text-active-surface": (#2c5ea0),
77
+ "palette-action-text-active-on": (#FFFFFF),
78
+ "palette-action-text-disabled-surface": (#FAFAFA),
79
+ "palette-action-text-disabled-on": (#7C848D),
80
+ "palette-indicator-success-base-surface": (#28BA3F),
81
+ "palette-indicator-success-base-on": (#FFFFFF),
82
+ "palette-indicator-success-hover-surface": (#34793e),
83
+ "palette-indicator-success-hover-on": (#FFFFFF),
84
+ "palette-indicator-success-active-surface": (#34793e),
85
+ "palette-indicator-success-active-on": (#FFFFFF),
86
+ "palette-indicator-success-disabled-surface": (#FAFAFA),
87
+ "palette-indicator-success-disabled-on": (#7C848D),
88
+ "palette-indicator-info-base-surface": (#335B89),
89
+ "palette-indicator-info-base-on": (#FFFFFF),
90
+ "palette-indicator-info-hover-surface": (#364453),
91
+ "palette-indicator-info-hover-on": (#FFFFFF),
92
+ "palette-indicator-info-active-surface": (#364453),
93
+ "palette-indicator-info-active-on": (#FFFFFF),
94
+ "palette-indicator-info-disabled-surface": (#FAFAFA),
95
+ "palette-indicator-info-disabled-on": (#7C848D),
96
+ "palette-indicator-warning-base-surface": (#FFBB0A),
97
+ "palette-indicator-warning-base-on": (#FFFFFF),
98
+ "palette-indicator-warning-hover-surface": (#bb8e1b),
99
+ "palette-indicator-warning-hover-on": (#FFFFFF),
100
+ "palette-indicator-warning-active-surface": (#bb8e1b),
101
+ "palette-indicator-warning-active-on": (#FFFFFF),
102
+ "palette-indicator-warning-disabled-surface": (#FAFAFA),
103
+ "palette-indicator-warning-disabled-on": (#7C848D),
104
+ "palette-indicator-error-base-surface": (#EB0000),
105
+ "palette-indicator-error-base-on": (#FFFFFF),
106
+ "palette-indicator-error-hover-surface": (#a11717),
107
+ "palette-indicator-error-hover-on": (#FFFFFF),
108
+ "palette-indicator-error-active-surface": (#a11717),
109
+ "palette-indicator-error-active-on": (#FFFFFF),
110
+ "palette-indicator-error-disabled-surface": (#FAFAFA),
111
+ "palette-indicator-error-disabled-on": (#7C848D),
112
+ "palette-indicator-pending-base-surface": (#7C848D),
113
+ "palette-indicator-pending-base-on": (#FFFFFF),
114
+ "palette-indicator-pending-hover-surface": (#6b6b6b),
115
+ "palette-indicator-pending-hover-on": (#FFFFFF),
116
+ "palette-indicator-pending-active-surface": (#6b6b6b),
117
+ "palette-indicator-pending-active-on": (#FFFFFF),
118
+ "palette-indicator-pending-disabled-surface": (#FAFAFA),
119
+ "palette-indicator-pending-disabled-on": (#7C848D),
120
+ "palette-indicator-processing-base-surface": (#FFBB0A),
121
+ "palette-indicator-processing-base-on": (#FFFFFF),
122
+ "palette-indicator-processing-hover-surface": (#bb8e1b),
123
+ "palette-indicator-processing-hover-on": (#FFFFFF),
124
+ "palette-indicator-processing-active-surface": (#bb8e1b),
125
+ "palette-indicator-processing-active-on": (#FFFFFF),
126
+ "palette-indicator-processing-disabled-surface": (#FAFAFA),
127
+ "palette-indicator-processing-disabled-on": (#7C848D),
128
+ "palette-disabled-surface": (#FAFAFA),
129
+ "palette-disabled-on": (#7C848D),
130
+ "palette-background-primary": (#FFFFFF),
131
+ "palette-background-secondary": (#F8F7F7),
132
+ "palette-stroke-primary": (#D8D8D8),
133
+ "palette-table-base-surface": (#FFFFFF),
134
+ "palette-table-base-on": (#2A323C),
135
+ "palette-table-hover-surface": (#ECEFF2),
136
+ "palette-table-hover-on": (#000),
137
+ "palette-table-active-surface": (#ECEFF2),
138
+ "palette-table-active-on": (#000),
139
+ "palette-table-disabled-surface": (#FAFAFA),
140
+ "palette-table-disabled-on": (#7C848D),
141
+ "palette-tooltip-surface": (#7C848D),
142
+ "palette-tooltip-on": (#FAFAFA),
143
+ "palette-thumbnailCheckbox-fill-primary": (#FFFFFF),
144
+ "palette-thumbnailCheckbox-fill-secondary": (#2A323C),
145
+ "typography-metrics-familyName": (Nunito Sans 12pt),
146
+ "typography-metrics-fullName": (Nunito Sans 12pt Regular),
147
+ "typography-metrics-postscriptName": (NunitoSans12pt-Regular),
148
+ "typography-metrics-capHeight": (705),
149
+ "typography-metrics-ascent": (1011),
150
+ "typography-metrics-descent": (-353),
151
+ "typography-metrics-lineGap": (0),
152
+ "typography-metrics-unitsPerEm": (1000),
153
+ "typography-metrics-xHeight": (486),
154
+ "typography-metrics-xWidthAvg": (452),
155
+ "typography-metrics-subsets-latin-xWidthAvg": (452),
156
+ "typography-metrics-subsets-thai-xWidthAvg": (500),
157
+ "typography-fontFamily": ("Nunito Sans", Verdana, sans-serif),
158
+ "typography-fontWeightRegular": (400),
159
+ "typography-fontWeightMedium": (600),
160
+ "typography-fontWeightBold": (700),
161
+ "typography-title-fontFamily": ("Nunito Sans", Verdana, sans-serif),
162
+ "typography-title-fontStyle": (normal),
163
+ "typography-title-fontWeight": (600),
164
+ "typography-title-letterSpacing": (0.25px),
165
+ "typography-title-textTransform": (uppercase),
166
+ "typography-title-fontSize": (18px),
167
+ "typography-title-lineHeight": (normal),
168
+ "typography-title-capHeightTrim": (-0.306em),
169
+ "typography-title-baselineTrim": (-0.353em),
170
+ "typography-h1-fontFamily": ("Nunito Sans", Verdana, sans-serif),
171
+ "typography-h1-fontStyle": (normal),
172
+ "typography-h1-fontWeight": (600),
173
+ "typography-h1-letterSpacing": (inherit),
174
+ "typography-h1-textTransform": (inherit),
175
+ "typography-h1-fontSize": (24px),
176
+ "typography-h1-lineHeight": (34px),
177
+ "typography-h1-capHeightTrim": (-0.3323em),
178
+ "typography-h1-baselineTrim": (-0.3793em),
179
+ "typography-h2-fontFamily": ("Nunito Sans", Verdana, sans-serif),
180
+ "typography-h2-fontStyle": (normal),
181
+ "typography-h2-fontWeight": (600),
182
+ "typography-h2-letterSpacing": (inherit),
183
+ "typography-h2-textTransform": (inherit),
184
+ "typography-h2-fontSize": (20px),
185
+ "typography-h2-lineHeight": (30px),
186
+ "typography-h2-capHeightTrim": (-0.374em),
187
+ "typography-h2-baselineTrim": (-0.421em),
188
+ "typography-h3-fontFamily": ("Nunito Sans", Verdana, sans-serif),
189
+ "typography-h3-fontStyle": (normal),
190
+ "typography-h3-fontWeight": (600),
191
+ "typography-h3-letterSpacing": (inherit),
192
+ "typography-h3-textTransform": (inherit),
193
+ "typography-h3-fontSize": (18px),
194
+ "typography-h3-lineHeight": (26px),
195
+ "typography-h3-capHeightTrim": (-0.3462em),
196
+ "typography-h3-baselineTrim": (-0.3932em),
197
+ "typography-h4-fontFamily": ("Nunito Sans", Verdana, sans-serif),
198
+ "typography-h4-fontStyle": (normal),
199
+ "typography-h4-fontWeight": (600),
200
+ "typography-h4-letterSpacing": (inherit),
201
+ "typography-h4-textTransform": (inherit),
202
+ "typography-h4-fontSize": (16px),
203
+ "typography-h4-lineHeight": (24px),
204
+ "typography-h4-capHeightTrim": (-0.374em),
205
+ "typography-h4-baselineTrim": (-0.421em),
206
+ "typography-label-fontFamily": ("Nunito Sans", Verdana, sans-serif),
207
+ "typography-label-fontStyle": (normal),
208
+ "typography-label-fontWeight": (600),
209
+ "typography-label-letterSpacing": (inherit),
210
+ "typography-label-textTransform": (inherit),
211
+ "typography-label-fontSize": (14px),
212
+ "typography-label-lineHeight": (17px),
213
+ "typography-label-capHeightTrim": (-0.2311em),
214
+ "typography-label-baselineTrim": (-0.2781em),
215
+ "typography-paragraph1-fontFamily": ("Nunito Sans", Verdana, sans-serif),
216
+ "typography-paragraph1-fontStyle": (normal),
217
+ "typography-paragraph1-fontWeight": (400),
218
+ "typography-paragraph1-letterSpacing": (inherit),
219
+ "typography-paragraph1-textTransform": (inherit),
220
+ "typography-paragraph1-fontSize": (16px),
221
+ "typography-paragraph1-lineHeight": (24px),
222
+ "typography-paragraph1-capHeightTrim": (-0.374em),
223
+ "typography-paragraph1-baselineTrim": (-0.421em),
224
+ "typography-paragraph2-fontFamily": ("Nunito Sans", Verdana, sans-serif),
225
+ "typography-paragraph2-fontStyle": (normal),
226
+ "typography-paragraph2-fontWeight": (400),
227
+ "typography-paragraph2-letterSpacing": (inherit),
228
+ "typography-paragraph2-textTransform": (inherit),
229
+ "typography-paragraph2-fontSize": (14px),
230
+ "typography-paragraph2-lineHeight": (20px),
231
+ "typography-paragraph2-capHeightTrim": (-0.3383em),
232
+ "typography-paragraph2-baselineTrim": (-0.3853em),
233
+ "typography-paragraph3-fontFamily": ("Nunito Sans", Verdana, sans-serif),
234
+ "typography-paragraph3-fontStyle": (normal),
235
+ "typography-paragraph3-fontWeight": (400),
236
+ "typography-paragraph3-letterSpacing": (inherit),
237
+ "typography-paragraph3-textTransform": (inherit),
238
+ "typography-paragraph3-fontSize": (12px),
239
+ "typography-paragraph3-lineHeight": (18px),
240
+ "typography-paragraph3-capHeightTrim": (-0.374em),
241
+ "typography-paragraph3-baselineTrim": (-0.421em),
242
+ "typography-button-fontFamily": ("Nunito Sans", Verdana, sans-serif),
243
+ "typography-button-fontStyle": (normal),
244
+ "typography-button-fontWeight": (600),
245
+ "typography-button-letterSpacing": (inherit),
246
+ "typography-button-textTransform": (inherit),
247
+ "typography-button-fontSize": (14px),
248
+ "typography-button-lineHeight": (20px),
249
+ "typography-button-capHeightTrim": (-0.3383em),
250
+ "typography-button-baselineTrim": (-0.3853em),
251
+ "typography-buttonSmall-fontFamily": ("Nunito Sans", Verdana, sans-serif),
252
+ "typography-buttonSmall-fontStyle": (normal),
253
+ "typography-buttonSmall-fontWeight": (600),
254
+ "typography-buttonSmall-letterSpacing": (inherit),
255
+ "typography-buttonSmall-textTransform": (inherit),
256
+ "typography-buttonSmall-fontSize": (12px),
257
+ "typography-buttonSmall-lineHeight": (18px),
258
+ "typography-buttonSmall-capHeightTrim": (-0.374em),
259
+ "typography-buttonSmall-baselineTrim": (-0.421em),
260
+ "typography-input-fontFamily": ("Nunito Sans", Verdana, sans-serif),
261
+ "typography-input-fontStyle": (normal),
262
+ "typography-input-fontWeight": (400),
263
+ "typography-input-letterSpacing": (inherit),
264
+ "typography-input-textTransform": (inherit),
265
+ "typography-input-fontSize": (14px),
266
+ "typography-input-lineHeight": (normal),
267
+ "typography-input-capHeightTrim": (-0.306em),
268
+ "typography-input-baselineTrim": (-0.353em),
269
+ "typography-statusChip-fontFamily": ("Nunito Sans", Verdana, sans-serif),
270
+ "typography-statusChip-fontStyle": (normal),
271
+ "typography-statusChip-fontWeight": (700),
272
+ "typography-statusChip-letterSpacing": (inherit),
273
+ "typography-statusChip-textTransform": (inherit),
274
+ "typography-statusChip-fontSize": (9px),
275
+ "typography-statusChip-lineHeight": (12.28px),
276
+ "typography-statusChip-capHeightTrim": (-0.3062em),
277
+ "typography-statusChip-baselineTrim": (-0.3532em)
278
+ );
279
+
280
+ $theme-palette-brand-1-base-surface: var(--vt-ce-theme-palette-brand-1-base-surface, (#212121));
281
+ $theme-palette-brand-1-base-on: var(--vt-ce-theme-palette-brand-1-base-on, (#fff));
282
+ $theme-palette-brand-1-hover-surface: var(--vt-ce-theme-palette-brand-1-hover-surface, (#080808));
283
+ $theme-palette-brand-1-hover-on: var(--vt-ce-theme-palette-brand-1-hover-on, (#fff));
284
+ $theme-palette-brand-1-active-surface: var(--vt-ce-theme-palette-brand-1-active-surface, (#080808));
285
+ $theme-palette-brand-1-active-on: var(--vt-ce-theme-palette-brand-1-active-on, (#fff));
286
+ $theme-palette-brand-1-disabled-surface: var(--vt-ce-theme-palette-brand-1-disabled-surface, (#FAFAFA));
287
+ $theme-palette-brand-1-disabled-on: var(--vt-ce-theme-palette-brand-1-disabled-on, (#7C848D));
288
+ $theme-palette-brand-2-base-surface: var(--vt-ce-theme-palette-brand-2-base-surface, (#FA524D));
289
+ $theme-palette-brand-2-base-on: var(--vt-ce-theme-palette-brand-2-base-on, (#000));
290
+ $theme-palette-brand-2-hover-surface: var(--vt-ce-theme-palette-brand-2-hover-surface, (#dc3d38));
291
+ $theme-palette-brand-2-hover-on: var(--vt-ce-theme-palette-brand-2-hover-on, (#000));
292
+ $theme-palette-brand-2-active-surface: var(--vt-ce-theme-palette-brand-2-active-surface, (#dc3d38));
293
+ $theme-palette-brand-2-active-on: var(--vt-ce-theme-palette-brand-2-active-on, (#000));
294
+ $theme-palette-brand-2-disabled-surface: var(--vt-ce-theme-palette-brand-2-disabled-surface, (#FAFAFA));
295
+ $theme-palette-brand-2-disabled-on: var(--vt-ce-theme-palette-brand-2-disabled-on, (#7C848D));
296
+ $theme-palette-brand-3-base-surface: var(--vt-ce-theme-palette-brand-3-base-surface, (#080808));
297
+ $theme-palette-brand-3-base-on: var(--vt-ce-theme-palette-brand-3-base-on, (#fff));
298
+ $theme-palette-brand-3-hover-surface: var(--vt-ce-theme-palette-brand-3-hover-surface, (#000000));
299
+ $theme-palette-brand-3-hover-on: var(--vt-ce-theme-palette-brand-3-hover-on, (#fff));
300
+ $theme-palette-brand-3-active-surface: var(--vt-ce-theme-palette-brand-3-active-surface, (#000000));
301
+ $theme-palette-brand-3-active-on: var(--vt-ce-theme-palette-brand-3-active-on, (#fff));
302
+ $theme-palette-brand-3-disabled-surface: var(--vt-ce-theme-palette-brand-3-disabled-surface, (#FAFAFA));
303
+ $theme-palette-brand-3-disabled-on: var(--vt-ce-theme-palette-brand-3-disabled-on, (#7C848D));
304
+ $theme-palette-brand-4-base-surface: var(--vt-ce-theme-palette-brand-4-base-surface, (#616161));
305
+ $theme-palette-brand-4-base-on: var(--vt-ce-theme-palette-brand-4-base-on, (#fff));
306
+ $theme-palette-brand-4-hover-surface: var(--vt-ce-theme-palette-brand-4-hover-surface, (#474747));
307
+ $theme-palette-brand-4-hover-on: var(--vt-ce-theme-palette-brand-4-hover-on, (#fff));
308
+ $theme-palette-brand-4-active-surface: var(--vt-ce-theme-palette-brand-4-active-surface, (#474747));
309
+ $theme-palette-brand-4-active-on: var(--vt-ce-theme-palette-brand-4-active-on, (#fff));
310
+ $theme-palette-brand-4-disabled-surface: var(--vt-ce-theme-palette-brand-4-disabled-surface, (#FAFAFA));
311
+ $theme-palette-brand-4-disabled-on: var(--vt-ce-theme-palette-brand-4-disabled-on, (#7C848D));
312
+ $theme-palette-brand-5-base-surface: var(--vt-ce-theme-palette-brand-5-base-surface, (#404040));
313
+ $theme-palette-brand-5-base-on: var(--vt-ce-theme-palette-brand-5-base-on, (#fff));
314
+ $theme-palette-brand-5-hover-surface: var(--vt-ce-theme-palette-brand-5-hover-surface, (#262626));
315
+ $theme-palette-brand-5-hover-on: var(--vt-ce-theme-palette-brand-5-hover-on, (#fff));
316
+ $theme-palette-brand-5-active-surface: var(--vt-ce-theme-palette-brand-5-active-surface, (#262626));
317
+ $theme-palette-brand-5-active-on: var(--vt-ce-theme-palette-brand-5-active-on, (#fff));
318
+ $theme-palette-brand-5-disabled-surface: var(--vt-ce-theme-palette-brand-5-disabled-surface, (#FAFAFA));
319
+ $theme-palette-brand-5-disabled-on: var(--vt-ce-theme-palette-brand-5-disabled-on, (#7C848D));
320
+ $theme-palette-text-primary: var(--vt-ce-theme-palette-text-primary, (#2A323C));
321
+ $theme-palette-text-secondary: var(--vt-ce-theme-palette-text-secondary, (#5C6269));
322
+ $theme-palette-text-tertiary: var(--vt-ce-theme-palette-text-tertiary, (#465364));
323
+ $theme-palette-action-primary-base-surface: var(--vt-ce-theme-palette-action-primary-base-surface, (#1871E8));
324
+ $theme-palette-action-primary-base-on: var(--vt-ce-theme-palette-action-primary-base-on, (#FFFFFF));
325
+ $theme-palette-action-primary-hover-surface: var(--vt-ce-theme-palette-action-primary-hover-surface, (#335B89));
326
+ $theme-palette-action-primary-hover-on: var(--vt-ce-theme-palette-action-primary-hover-on, (#FFFFFF));
327
+ $theme-palette-action-primary-active-surface: var(--vt-ce-theme-palette-action-primary-active-surface, (#2c5ea0));
328
+ $theme-palette-action-primary-active-on: var(--vt-ce-theme-palette-action-primary-active-on, (#FFFFFF));
329
+ $theme-palette-action-primary-disabled-surface: var(--vt-ce-theme-palette-action-primary-disabled-surface, (#FAFAFA));
330
+ $theme-palette-action-primary-disabled-on: var(--vt-ce-theme-palette-action-primary-disabled-on, (#7C848D));
331
+ $theme-palette-action-secondary-base-surface: var(--vt-ce-theme-palette-action-secondary-base-surface, (#475364));
332
+ $theme-palette-action-secondary-base-on: var(--vt-ce-theme-palette-action-secondary-base-on, (#FFFFFF));
333
+ $theme-palette-action-secondary-hover-surface: var(--vt-ce-theme-palette-action-secondary-hover-surface, (#335B89));
334
+ $theme-palette-action-secondary-hover-on: var(--vt-ce-theme-palette-action-secondary-hover-on, (#FFFFFF));
335
+ $theme-palette-action-secondary-active-surface: var(--vt-ce-theme-palette-action-secondary-active-surface, (#3d3d3d));
336
+ $theme-palette-action-secondary-active-on: var(--vt-ce-theme-palette-action-secondary-active-on, (#FFFFFF));
337
+ $theme-palette-action-secondary-disabled-surface: var(--vt-ce-theme-palette-action-secondary-disabled-surface, (#FAFAFA));
338
+ $theme-palette-action-secondary-disabled-on: var(--vt-ce-theme-palette-action-secondary-disabled-on, (#7C848D));
339
+ $theme-palette-action-destructive-base-surface: var(--vt-ce-theme-palette-action-destructive-base-surface, (#EB0000));
340
+ $theme-palette-action-destructive-base-on: var(--vt-ce-theme-palette-action-destructive-base-on, (#FFFFFF));
341
+ $theme-palette-action-destructive-hover-surface: var(--vt-ce-theme-palette-action-destructive-hover-surface, (#a63737));
342
+ $theme-palette-action-destructive-hover-on: var(--vt-ce-theme-palette-action-destructive-hover-on, (#FFFFFF));
343
+ $theme-palette-action-destructive-active-surface: var(--vt-ce-theme-palette-action-destructive-active-surface, (#a11717));
344
+ $theme-palette-action-destructive-active-on: var(--vt-ce-theme-palette-action-destructive-active-on, (#FFFFFF));
345
+ $theme-palette-action-destructive-disabled-surface: var(--vt-ce-theme-palette-action-destructive-disabled-surface, (#FAFAFA));
346
+ $theme-palette-action-destructive-disabled-on: var(--vt-ce-theme-palette-action-destructive-disabled-on, (#7C848D));
347
+ $theme-palette-action-text-base-surface: var(--vt-ce-theme-palette-action-text-base-surface, (#465364));
348
+ $theme-palette-action-text-base-on: var(--vt-ce-theme-palette-action-text-base-on, (#fff));
349
+ $theme-palette-action-text-hover-surface: var(--vt-ce-theme-palette-action-text-hover-surface, (#335B89));
350
+ $theme-palette-action-text-hover-on: var(--vt-ce-theme-palette-action-text-hover-on, (#FFFFFF));
351
+ $theme-palette-action-text-active-surface: var(--vt-ce-theme-palette-action-text-active-surface, (#2c5ea0));
352
+ $theme-palette-action-text-active-on: var(--vt-ce-theme-palette-action-text-active-on, (#FFFFFF));
353
+ $theme-palette-action-text-disabled-surface: var(--vt-ce-theme-palette-action-text-disabled-surface, (#FAFAFA));
354
+ $theme-palette-action-text-disabled-on: var(--vt-ce-theme-palette-action-text-disabled-on, (#7C848D));
355
+ $theme-palette-indicator-success-base-surface: var(--vt-ce-theme-palette-indicator-success-base-surface, (#28BA3F));
356
+ $theme-palette-indicator-success-base-on: var(--vt-ce-theme-palette-indicator-success-base-on, (#FFFFFF));
357
+ $theme-palette-indicator-success-hover-surface: var(--vt-ce-theme-palette-indicator-success-hover-surface, (#34793e));
358
+ $theme-palette-indicator-success-hover-on: var(--vt-ce-theme-palette-indicator-success-hover-on, (#FFFFFF));
359
+ $theme-palette-indicator-success-active-surface: var(--vt-ce-theme-palette-indicator-success-active-surface, (#34793e));
360
+ $theme-palette-indicator-success-active-on: var(--vt-ce-theme-palette-indicator-success-active-on, (#FFFFFF));
361
+ $theme-palette-indicator-success-disabled-surface: var(--vt-ce-theme-palette-indicator-success-disabled-surface, (#FAFAFA));
362
+ $theme-palette-indicator-success-disabled-on: var(--vt-ce-theme-palette-indicator-success-disabled-on, (#7C848D));
363
+ $theme-palette-indicator-info-base-surface: var(--vt-ce-theme-palette-indicator-info-base-surface, (#335B89));
364
+ $theme-palette-indicator-info-base-on: var(--vt-ce-theme-palette-indicator-info-base-on, (#FFFFFF));
365
+ $theme-palette-indicator-info-hover-surface: var(--vt-ce-theme-palette-indicator-info-hover-surface, (#364453));
366
+ $theme-palette-indicator-info-hover-on: var(--vt-ce-theme-palette-indicator-info-hover-on, (#FFFFFF));
367
+ $theme-palette-indicator-info-active-surface: var(--vt-ce-theme-palette-indicator-info-active-surface, (#364453));
368
+ $theme-palette-indicator-info-active-on: var(--vt-ce-theme-palette-indicator-info-active-on, (#FFFFFF));
369
+ $theme-palette-indicator-info-disabled-surface: var(--vt-ce-theme-palette-indicator-info-disabled-surface, (#FAFAFA));
370
+ $theme-palette-indicator-info-disabled-on: var(--vt-ce-theme-palette-indicator-info-disabled-on, (#7C848D));
371
+ $theme-palette-indicator-warning-base-surface: var(--vt-ce-theme-palette-indicator-warning-base-surface, (#FFBB0A));
372
+ $theme-palette-indicator-warning-base-on: var(--vt-ce-theme-palette-indicator-warning-base-on, (#FFFFFF));
373
+ $theme-palette-indicator-warning-hover-surface: var(--vt-ce-theme-palette-indicator-warning-hover-surface, (#bb8e1b));
374
+ $theme-palette-indicator-warning-hover-on: var(--vt-ce-theme-palette-indicator-warning-hover-on, (#FFFFFF));
375
+ $theme-palette-indicator-warning-active-surface: var(--vt-ce-theme-palette-indicator-warning-active-surface, (#bb8e1b));
376
+ $theme-palette-indicator-warning-active-on: var(--vt-ce-theme-palette-indicator-warning-active-on, (#FFFFFF));
377
+ $theme-palette-indicator-warning-disabled-surface: var(--vt-ce-theme-palette-indicator-warning-disabled-surface, (#FAFAFA));
378
+ $theme-palette-indicator-warning-disabled-on: var(--vt-ce-theme-palette-indicator-warning-disabled-on, (#7C848D));
379
+ $theme-palette-indicator-error-base-surface: var(--vt-ce-theme-palette-indicator-error-base-surface, (#EB0000));
380
+ $theme-palette-indicator-error-base-on: var(--vt-ce-theme-palette-indicator-error-base-on, (#FFFFFF));
381
+ $theme-palette-indicator-error-hover-surface: var(--vt-ce-theme-palette-indicator-error-hover-surface, (#a11717));
382
+ $theme-palette-indicator-error-hover-on: var(--vt-ce-theme-palette-indicator-error-hover-on, (#FFFFFF));
383
+ $theme-palette-indicator-error-active-surface: var(--vt-ce-theme-palette-indicator-error-active-surface, (#a11717));
384
+ $theme-palette-indicator-error-active-on: var(--vt-ce-theme-palette-indicator-error-active-on, (#FFFFFF));
385
+ $theme-palette-indicator-error-disabled-surface: var(--vt-ce-theme-palette-indicator-error-disabled-surface, (#FAFAFA));
386
+ $theme-palette-indicator-error-disabled-on: var(--vt-ce-theme-palette-indicator-error-disabled-on, (#7C848D));
387
+ $theme-palette-indicator-pending-base-surface: var(--vt-ce-theme-palette-indicator-pending-base-surface, (#7C848D));
388
+ $theme-palette-indicator-pending-base-on: var(--vt-ce-theme-palette-indicator-pending-base-on, (#FFFFFF));
389
+ $theme-palette-indicator-pending-hover-surface: var(--vt-ce-theme-palette-indicator-pending-hover-surface, (#6b6b6b));
390
+ $theme-palette-indicator-pending-hover-on: var(--vt-ce-theme-palette-indicator-pending-hover-on, (#FFFFFF));
391
+ $theme-palette-indicator-pending-active-surface: var(--vt-ce-theme-palette-indicator-pending-active-surface, (#6b6b6b));
392
+ $theme-palette-indicator-pending-active-on: var(--vt-ce-theme-palette-indicator-pending-active-on, (#FFFFFF));
393
+ $theme-palette-indicator-pending-disabled-surface: var(--vt-ce-theme-palette-indicator-pending-disabled-surface, (#FAFAFA));
394
+ $theme-palette-indicator-pending-disabled-on: var(--vt-ce-theme-palette-indicator-pending-disabled-on, (#7C848D));
395
+ $theme-palette-indicator-processing-base-surface: var(--vt-ce-theme-palette-indicator-processing-base-surface, (#FFBB0A));
396
+ $theme-palette-indicator-processing-base-on: var(--vt-ce-theme-palette-indicator-processing-base-on, (#FFFFFF));
397
+ $theme-palette-indicator-processing-hover-surface: var(--vt-ce-theme-palette-indicator-processing-hover-surface, (#bb8e1b));
398
+ $theme-palette-indicator-processing-hover-on: var(--vt-ce-theme-palette-indicator-processing-hover-on, (#FFFFFF));
399
+ $theme-palette-indicator-processing-active-surface: var(--vt-ce-theme-palette-indicator-processing-active-surface, (#bb8e1b));
400
+ $theme-palette-indicator-processing-active-on: var(--vt-ce-theme-palette-indicator-processing-active-on, (#FFFFFF));
401
+ $theme-palette-indicator-processing-disabled-surface: var(--vt-ce-theme-palette-indicator-processing-disabled-surface, (#FAFAFA));
402
+ $theme-palette-indicator-processing-disabled-on: var(--vt-ce-theme-palette-indicator-processing-disabled-on, (#7C848D));
403
+ $theme-palette-disabled-surface: var(--vt-ce-theme-palette-disabled-surface, (#FAFAFA));
404
+ $theme-palette-disabled-on: var(--vt-ce-theme-palette-disabled-on, (#7C848D));
405
+ $theme-palette-background-primary: var(--vt-ce-theme-palette-background-primary, (#FFFFFF));
406
+ $theme-palette-background-secondary: var(--vt-ce-theme-palette-background-secondary, (#F8F7F7));
407
+ $theme-palette-stroke-primary: var(--vt-ce-theme-palette-stroke-primary, (#D8D8D8));
408
+ $theme-palette-table-base-surface: var(--vt-ce-theme-palette-table-base-surface, (#FFFFFF));
409
+ $theme-palette-table-base-on: var(--vt-ce-theme-palette-table-base-on, (#2A323C));
410
+ $theme-palette-table-hover-surface: var(--vt-ce-theme-palette-table-hover-surface, (#ECEFF2));
411
+ $theme-palette-table-hover-on: var(--vt-ce-theme-palette-table-hover-on, (#000));
412
+ $theme-palette-table-active-surface: var(--vt-ce-theme-palette-table-active-surface, (#ECEFF2));
413
+ $theme-palette-table-active-on: var(--vt-ce-theme-palette-table-active-on, (#000));
414
+ $theme-palette-table-disabled-surface: var(--vt-ce-theme-palette-table-disabled-surface, (#FAFAFA));
415
+ $theme-palette-table-disabled-on: var(--vt-ce-theme-palette-table-disabled-on, (#7C848D));
416
+ $theme-palette-tooltip-surface: var(--vt-ce-theme-palette-tooltip-surface, (#7C848D));
417
+ $theme-palette-tooltip-on: var(--vt-ce-theme-palette-tooltip-on, (#FAFAFA));
418
+ $theme-palette-thumbnailCheckbox-fill-primary: var(--vt-ce-theme-palette-thumbnailCheckbox-fill-primary, (#FFFFFF));
419
+ $theme-palette-thumbnailCheckbox-fill-secondary: var(--vt-ce-theme-palette-thumbnailCheckbox-fill-secondary, (#2A323C));
420
+ $theme-typography-metrics-familyName: var(--vt-ce-theme-typography-metrics-familyName, (Nunito Sans 12pt));
421
+ $theme-typography-metrics-fullName: var(--vt-ce-theme-typography-metrics-fullName, (Nunito Sans 12pt Regular));
422
+ $theme-typography-metrics-postscriptName: var(--vt-ce-theme-typography-metrics-postscriptName, (NunitoSans12pt-Regular));
423
+ $theme-typography-metrics-capHeight: var(--vt-ce-theme-typography-metrics-capHeight, (705));
424
+ $theme-typography-metrics-ascent: var(--vt-ce-theme-typography-metrics-ascent, (1011));
425
+ $theme-typography-metrics-descent: var(--vt-ce-theme-typography-metrics-descent, (-353));
426
+ $theme-typography-metrics-lineGap: var(--vt-ce-theme-typography-metrics-lineGap, (0));
427
+ $theme-typography-metrics-unitsPerEm: var(--vt-ce-theme-typography-metrics-unitsPerEm, (1000));
428
+ $theme-typography-metrics-xHeight: var(--vt-ce-theme-typography-metrics-xHeight, (486));
429
+ $theme-typography-metrics-xWidthAvg: var(--vt-ce-theme-typography-metrics-xWidthAvg, (452));
430
+ $theme-typography-metrics-subsets-latin-xWidthAvg: var(--vt-ce-theme-typography-metrics-subsets-latin-xWidthAvg, (452));
431
+ $theme-typography-metrics-subsets-thai-xWidthAvg: var(--vt-ce-theme-typography-metrics-subsets-thai-xWidthAvg, (500));
432
+ $theme-typography-fontFamily: var(--vt-ce-theme-typography-fontFamily, ("Nunito Sans", Verdana, sans-serif));
433
+ $theme-typography-fontWeightRegular: var(--vt-ce-theme-typography-fontWeightRegular, (400));
434
+ $theme-typography-fontWeightMedium: var(--vt-ce-theme-typography-fontWeightMedium, (600));
435
+ $theme-typography-fontWeightBold: var(--vt-ce-theme-typography-fontWeightBold, (700));
436
+ $theme-typography-title-fontFamily: var(--vt-ce-theme-typography-title-fontFamily, ("Nunito Sans", Verdana, sans-serif));
437
+ $theme-typography-title-fontStyle: var(--vt-ce-theme-typography-title-fontStyle, (normal));
438
+ $theme-typography-title-fontWeight: var(--vt-ce-theme-typography-title-fontWeight, (600));
439
+ $theme-typography-title-letterSpacing: var(--vt-ce-theme-typography-title-letterSpacing, (0.25px));
440
+ $theme-typography-title-textTransform: var(--vt-ce-theme-typography-title-textTransform, (uppercase));
441
+ $theme-typography-title-fontSize: var(--vt-ce-theme-typography-title-fontSize, (18px));
442
+ $theme-typography-title-lineHeight: var(--vt-ce-theme-typography-title-lineHeight, (normal));
443
+ $theme-typography-title-capHeightTrim: var(--vt-ce-theme-typography-title-capHeightTrim, (-0.306em));
444
+ $theme-typography-title-baselineTrim: var(--vt-ce-theme-typography-title-baselineTrim, (-0.353em));
445
+ $theme-typography-h1-fontFamily: var(--vt-ce-theme-typography-h1-fontFamily, ("Nunito Sans", Verdana, sans-serif));
446
+ $theme-typography-h1-fontStyle: var(--vt-ce-theme-typography-h1-fontStyle, (normal));
447
+ $theme-typography-h1-fontWeight: var(--vt-ce-theme-typography-h1-fontWeight, (600));
448
+ $theme-typography-h1-letterSpacing: var(--vt-ce-theme-typography-h1-letterSpacing, (inherit));
449
+ $theme-typography-h1-textTransform: var(--vt-ce-theme-typography-h1-textTransform, (inherit));
450
+ $theme-typography-h1-fontSize: var(--vt-ce-theme-typography-h1-fontSize, (24px));
451
+ $theme-typography-h1-lineHeight: var(--vt-ce-theme-typography-h1-lineHeight, (34px));
452
+ $theme-typography-h1-capHeightTrim: var(--vt-ce-theme-typography-h1-capHeightTrim, (-0.3323em));
453
+ $theme-typography-h1-baselineTrim: var(--vt-ce-theme-typography-h1-baselineTrim, (-0.3793em));
454
+ $theme-typography-h2-fontFamily: var(--vt-ce-theme-typography-h2-fontFamily, ("Nunito Sans", Verdana, sans-serif));
455
+ $theme-typography-h2-fontStyle: var(--vt-ce-theme-typography-h2-fontStyle, (normal));
456
+ $theme-typography-h2-fontWeight: var(--vt-ce-theme-typography-h2-fontWeight, (600));
457
+ $theme-typography-h2-letterSpacing: var(--vt-ce-theme-typography-h2-letterSpacing, (inherit));
458
+ $theme-typography-h2-textTransform: var(--vt-ce-theme-typography-h2-textTransform, (inherit));
459
+ $theme-typography-h2-fontSize: var(--vt-ce-theme-typography-h2-fontSize, (20px));
460
+ $theme-typography-h2-lineHeight: var(--vt-ce-theme-typography-h2-lineHeight, (30px));
461
+ $theme-typography-h2-capHeightTrim: var(--vt-ce-theme-typography-h2-capHeightTrim, (-0.374em));
462
+ $theme-typography-h2-baselineTrim: var(--vt-ce-theme-typography-h2-baselineTrim, (-0.421em));
463
+ $theme-typography-h3-fontFamily: var(--vt-ce-theme-typography-h3-fontFamily, ("Nunito Sans", Verdana, sans-serif));
464
+ $theme-typography-h3-fontStyle: var(--vt-ce-theme-typography-h3-fontStyle, (normal));
465
+ $theme-typography-h3-fontWeight: var(--vt-ce-theme-typography-h3-fontWeight, (600));
466
+ $theme-typography-h3-letterSpacing: var(--vt-ce-theme-typography-h3-letterSpacing, (inherit));
467
+ $theme-typography-h3-textTransform: var(--vt-ce-theme-typography-h3-textTransform, (inherit));
468
+ $theme-typography-h3-fontSize: var(--vt-ce-theme-typography-h3-fontSize, (18px));
469
+ $theme-typography-h3-lineHeight: var(--vt-ce-theme-typography-h3-lineHeight, (26px));
470
+ $theme-typography-h3-capHeightTrim: var(--vt-ce-theme-typography-h3-capHeightTrim, (-0.3462em));
471
+ $theme-typography-h3-baselineTrim: var(--vt-ce-theme-typography-h3-baselineTrim, (-0.3932em));
472
+ $theme-typography-h4-fontFamily: var(--vt-ce-theme-typography-h4-fontFamily, ("Nunito Sans", Verdana, sans-serif));
473
+ $theme-typography-h4-fontStyle: var(--vt-ce-theme-typography-h4-fontStyle, (normal));
474
+ $theme-typography-h4-fontWeight: var(--vt-ce-theme-typography-h4-fontWeight, (600));
475
+ $theme-typography-h4-letterSpacing: var(--vt-ce-theme-typography-h4-letterSpacing, (inherit));
476
+ $theme-typography-h4-textTransform: var(--vt-ce-theme-typography-h4-textTransform, (inherit));
477
+ $theme-typography-h4-fontSize: var(--vt-ce-theme-typography-h4-fontSize, (16px));
478
+ $theme-typography-h4-lineHeight: var(--vt-ce-theme-typography-h4-lineHeight, (24px));
479
+ $theme-typography-h4-capHeightTrim: var(--vt-ce-theme-typography-h4-capHeightTrim, (-0.374em));
480
+ $theme-typography-h4-baselineTrim: var(--vt-ce-theme-typography-h4-baselineTrim, (-0.421em));
481
+ $theme-typography-label-fontFamily: var(--vt-ce-theme-typography-label-fontFamily, ("Nunito Sans", Verdana, sans-serif));
482
+ $theme-typography-label-fontStyle: var(--vt-ce-theme-typography-label-fontStyle, (normal));
483
+ $theme-typography-label-fontWeight: var(--vt-ce-theme-typography-label-fontWeight, (600));
484
+ $theme-typography-label-letterSpacing: var(--vt-ce-theme-typography-label-letterSpacing, (inherit));
485
+ $theme-typography-label-textTransform: var(--vt-ce-theme-typography-label-textTransform, (inherit));
486
+ $theme-typography-label-fontSize: var(--vt-ce-theme-typography-label-fontSize, (14px));
487
+ $theme-typography-label-lineHeight: var(--vt-ce-theme-typography-label-lineHeight, (17px));
488
+ $theme-typography-label-capHeightTrim: var(--vt-ce-theme-typography-label-capHeightTrim, (-0.2311em));
489
+ $theme-typography-label-baselineTrim: var(--vt-ce-theme-typography-label-baselineTrim, (-0.2781em));
490
+ $theme-typography-paragraph1-fontFamily: var(--vt-ce-theme-typography-paragraph1-fontFamily, ("Nunito Sans", Verdana, sans-serif));
491
+ $theme-typography-paragraph1-fontStyle: var(--vt-ce-theme-typography-paragraph1-fontStyle, (normal));
492
+ $theme-typography-paragraph1-fontWeight: var(--vt-ce-theme-typography-paragraph1-fontWeight, (400));
493
+ $theme-typography-paragraph1-letterSpacing: var(--vt-ce-theme-typography-paragraph1-letterSpacing, (inherit));
494
+ $theme-typography-paragraph1-textTransform: var(--vt-ce-theme-typography-paragraph1-textTransform, (inherit));
495
+ $theme-typography-paragraph1-fontSize: var(--vt-ce-theme-typography-paragraph1-fontSize, (16px));
496
+ $theme-typography-paragraph1-lineHeight: var(--vt-ce-theme-typography-paragraph1-lineHeight, (24px));
497
+ $theme-typography-paragraph1-capHeightTrim: var(--vt-ce-theme-typography-paragraph1-capHeightTrim, (-0.374em));
498
+ $theme-typography-paragraph1-baselineTrim: var(--vt-ce-theme-typography-paragraph1-baselineTrim, (-0.421em));
499
+ $theme-typography-paragraph2-fontFamily: var(--vt-ce-theme-typography-paragraph2-fontFamily, ("Nunito Sans", Verdana, sans-serif));
500
+ $theme-typography-paragraph2-fontStyle: var(--vt-ce-theme-typography-paragraph2-fontStyle, (normal));
501
+ $theme-typography-paragraph2-fontWeight: var(--vt-ce-theme-typography-paragraph2-fontWeight, (400));
502
+ $theme-typography-paragraph2-letterSpacing: var(--vt-ce-theme-typography-paragraph2-letterSpacing, (inherit));
503
+ $theme-typography-paragraph2-textTransform: var(--vt-ce-theme-typography-paragraph2-textTransform, (inherit));
504
+ $theme-typography-paragraph2-fontSize: var(--vt-ce-theme-typography-paragraph2-fontSize, (14px));
505
+ $theme-typography-paragraph2-lineHeight: var(--vt-ce-theme-typography-paragraph2-lineHeight, (20px));
506
+ $theme-typography-paragraph2-capHeightTrim: var(--vt-ce-theme-typography-paragraph2-capHeightTrim, (-0.3383em));
507
+ $theme-typography-paragraph2-baselineTrim: var(--vt-ce-theme-typography-paragraph2-baselineTrim, (-0.3853em));
508
+ $theme-typography-paragraph3-fontFamily: var(--vt-ce-theme-typography-paragraph3-fontFamily, ("Nunito Sans", Verdana, sans-serif));
509
+ $theme-typography-paragraph3-fontStyle: var(--vt-ce-theme-typography-paragraph3-fontStyle, (normal));
510
+ $theme-typography-paragraph3-fontWeight: var(--vt-ce-theme-typography-paragraph3-fontWeight, (400));
511
+ $theme-typography-paragraph3-letterSpacing: var(--vt-ce-theme-typography-paragraph3-letterSpacing, (inherit));
512
+ $theme-typography-paragraph3-textTransform: var(--vt-ce-theme-typography-paragraph3-textTransform, (inherit));
513
+ $theme-typography-paragraph3-fontSize: var(--vt-ce-theme-typography-paragraph3-fontSize, (12px));
514
+ $theme-typography-paragraph3-lineHeight: var(--vt-ce-theme-typography-paragraph3-lineHeight, (18px));
515
+ $theme-typography-paragraph3-capHeightTrim: var(--vt-ce-theme-typography-paragraph3-capHeightTrim, (-0.374em));
516
+ $theme-typography-paragraph3-baselineTrim: var(--vt-ce-theme-typography-paragraph3-baselineTrim, (-0.421em));
517
+ $theme-typography-button-fontFamily: var(--vt-ce-theme-typography-button-fontFamily, ("Nunito Sans", Verdana, sans-serif));
518
+ $theme-typography-button-fontStyle: var(--vt-ce-theme-typography-button-fontStyle, (normal));
519
+ $theme-typography-button-fontWeight: var(--vt-ce-theme-typography-button-fontWeight, (600));
520
+ $theme-typography-button-letterSpacing: var(--vt-ce-theme-typography-button-letterSpacing, (inherit));
521
+ $theme-typography-button-textTransform: var(--vt-ce-theme-typography-button-textTransform, (inherit));
522
+ $theme-typography-button-fontSize: var(--vt-ce-theme-typography-button-fontSize, (14px));
523
+ $theme-typography-button-lineHeight: var(--vt-ce-theme-typography-button-lineHeight, (20px));
524
+ $theme-typography-button-capHeightTrim: var(--vt-ce-theme-typography-button-capHeightTrim, (-0.3383em));
525
+ $theme-typography-button-baselineTrim: var(--vt-ce-theme-typography-button-baselineTrim, (-0.3853em));
526
+ $theme-typography-buttonSmall-fontFamily: var(--vt-ce-theme-typography-buttonSmall-fontFamily, ("Nunito Sans", Verdana, sans-serif));
527
+ $theme-typography-buttonSmall-fontStyle: var(--vt-ce-theme-typography-buttonSmall-fontStyle, (normal));
528
+ $theme-typography-buttonSmall-fontWeight: var(--vt-ce-theme-typography-buttonSmall-fontWeight, (600));
529
+ $theme-typography-buttonSmall-letterSpacing: var(--vt-ce-theme-typography-buttonSmall-letterSpacing, (inherit));
530
+ $theme-typography-buttonSmall-textTransform: var(--vt-ce-theme-typography-buttonSmall-textTransform, (inherit));
531
+ $theme-typography-buttonSmall-fontSize: var(--vt-ce-theme-typography-buttonSmall-fontSize, (12px));
532
+ $theme-typography-buttonSmall-lineHeight: var(--vt-ce-theme-typography-buttonSmall-lineHeight, (18px));
533
+ $theme-typography-buttonSmall-capHeightTrim: var(--vt-ce-theme-typography-buttonSmall-capHeightTrim, (-0.374em));
534
+ $theme-typography-buttonSmall-baselineTrim: var(--vt-ce-theme-typography-buttonSmall-baselineTrim, (-0.421em));
535
+ $theme-typography-input-fontFamily: var(--vt-ce-theme-typography-input-fontFamily, ("Nunito Sans", Verdana, sans-serif));
536
+ $theme-typography-input-fontStyle: var(--vt-ce-theme-typography-input-fontStyle, (normal));
537
+ $theme-typography-input-fontWeight: var(--vt-ce-theme-typography-input-fontWeight, (400));
538
+ $theme-typography-input-letterSpacing: var(--vt-ce-theme-typography-input-letterSpacing, (inherit));
539
+ $theme-typography-input-textTransform: var(--vt-ce-theme-typography-input-textTransform, (inherit));
540
+ $theme-typography-input-fontSize: var(--vt-ce-theme-typography-input-fontSize, (14px));
541
+ $theme-typography-input-lineHeight: var(--vt-ce-theme-typography-input-lineHeight, (normal));
542
+ $theme-typography-input-capHeightTrim: var(--vt-ce-theme-typography-input-capHeightTrim, (-0.306em));
543
+ $theme-typography-input-baselineTrim: var(--vt-ce-theme-typography-input-baselineTrim, (-0.353em));
544
+ $theme-typography-statusChip-fontFamily: var(--vt-ce-theme-typography-statusChip-fontFamily, ("Nunito Sans", Verdana, sans-serif));
545
+ $theme-typography-statusChip-fontStyle: var(--vt-ce-theme-typography-statusChip-fontStyle, (normal));
546
+ $theme-typography-statusChip-fontWeight: var(--vt-ce-theme-typography-statusChip-fontWeight, (700));
547
+ $theme-typography-statusChip-letterSpacing: var(--vt-ce-theme-typography-statusChip-letterSpacing, (inherit));
548
+ $theme-typography-statusChip-textTransform: var(--vt-ce-theme-typography-statusChip-textTransform, (inherit));
549
+ $theme-typography-statusChip-fontSize: var(--vt-ce-theme-typography-statusChip-fontSize, (9px));
550
+ $theme-typography-statusChip-lineHeight: var(--vt-ce-theme-typography-statusChip-lineHeight, (12.28px));
551
+ $theme-typography-statusChip-capHeightTrim: var(--vt-ce-theme-typography-statusChip-capHeightTrim, (-0.3062em));
552
+ $theme-typography-statusChip-baselineTrim: var(--vt-ce-theme-typography-statusChip-baselineTrim, (-0.3532em));
553
+
554
+ // unsafe - does not check for existence of variable
555
+ @function _unsafe-theme-var($var) {
556
+ @return var(--vt-ce-theme-#{$var}, map.get($default-theme, $var));
557
+ }
558
+
559
+ @mixin theme-typography-title($leadingTrim: false) {
560
+ font-family: $theme-typography-title-fontFamily;
561
+ font-size: $theme-typography-title-fontSize;
562
+ font-style: $theme-typography-title-fontStyle;
563
+ font-weight: $theme-typography-title-fontWeight;
564
+ line-height: $theme-typography-title-lineHeight;
565
+ letter-spacing: $theme-typography-title-letterSpacing;
566
+ text-transform: $theme-typography-title-textTransform;
567
+
568
+ @if $leadingTrim != false {
569
+ &::before {
570
+ content: "";
571
+ margin-bottom: $theme-typography-title-capHeightTrim;
572
+ display: table;
573
+ }
574
+
575
+ &::after {
576
+ content: "";
577
+ margin-top: $theme-typography-title-baselineTrim;
578
+ display: table;
579
+ }
580
+ }
581
+ }
582
+
583
+ @mixin theme-typography-h1($leadingTrim: false) {
584
+ font-family: $theme-typography-h1-fontFamily;
585
+ font-size: $theme-typography-h1-fontSize;
586
+ font-style: $theme-typography-h1-fontStyle;
587
+ font-weight: $theme-typography-h1-fontWeight;
588
+ line-height: $theme-typography-h1-lineHeight;
589
+ letter-spacing: $theme-typography-h1-letterSpacing;
590
+ text-transform: $theme-typography-h1-textTransform;
591
+
592
+ @if $leadingTrim != false {
593
+ &::before {
594
+ content: "";
595
+ margin-bottom: $theme-typography-h1-capHeightTrim;
596
+ display: table;
597
+ }
598
+
599
+ &::after {
600
+ content: "";
601
+ margin-top: $theme-typography-h1-baselineTrim;
602
+ display: table;
603
+ }
604
+ }
605
+ }
606
+
607
+ @mixin theme-typography-h2($leadingTrim: false) {
608
+ font-family: $theme-typography-h2-fontFamily;
609
+ font-size: $theme-typography-h2-fontSize;
610
+ font-style: $theme-typography-h2-fontStyle;
611
+ font-weight: $theme-typography-h2-fontWeight;
612
+ line-height: $theme-typography-h2-lineHeight;
613
+ letter-spacing: $theme-typography-h2-letterSpacing;
614
+ text-transform: $theme-typography-h2-textTransform;
615
+
616
+ @if $leadingTrim != false {
617
+ &::before {
618
+ content: "";
619
+ margin-bottom: $theme-typography-h2-capHeightTrim;
620
+ display: table;
621
+ }
622
+
623
+ &::after {
624
+ content: "";
625
+ margin-top: $theme-typography-h2-baselineTrim;
626
+ display: table;
627
+ }
628
+ }
629
+ }
630
+
631
+ @mixin theme-typography-h3($leadingTrim: false) {
632
+ font-family: $theme-typography-h3-fontFamily;
633
+ font-size: $theme-typography-h3-fontSize;
634
+ font-style: $theme-typography-h3-fontStyle;
635
+ font-weight: $theme-typography-h3-fontWeight;
636
+ line-height: $theme-typography-h3-lineHeight;
637
+ letter-spacing: $theme-typography-h3-letterSpacing;
638
+ text-transform: $theme-typography-h3-textTransform;
639
+
640
+ @if $leadingTrim != false {
641
+ &::before {
642
+ content: "";
643
+ margin-bottom: $theme-typography-h3-capHeightTrim;
644
+ display: table;
645
+ }
646
+
647
+ &::after {
648
+ content: "";
649
+ margin-top: $theme-typography-h3-baselineTrim;
650
+ display: table;
651
+ }
652
+ }
653
+ }
654
+
655
+ @mixin theme-typography-h4($leadingTrim: false) {
656
+ font-family: $theme-typography-h4-fontFamily;
657
+ font-size: $theme-typography-h4-fontSize;
658
+ font-style: $theme-typography-h4-fontStyle;
659
+ font-weight: $theme-typography-h4-fontWeight;
660
+ line-height: $theme-typography-h4-lineHeight;
661
+ letter-spacing: $theme-typography-h4-letterSpacing;
662
+ text-transform: $theme-typography-h4-textTransform;
663
+
664
+ @if $leadingTrim != false {
665
+ &::before {
666
+ content: "";
667
+ margin-bottom: $theme-typography-h4-capHeightTrim;
668
+ display: table;
669
+ }
670
+
671
+ &::after {
672
+ content: "";
673
+ margin-top: $theme-typography-h4-baselineTrim;
674
+ display: table;
675
+ }
676
+ }
677
+ }
678
+
679
+ @mixin theme-typography-label($leadingTrim: false) {
680
+ font-family: $theme-typography-label-fontFamily;
681
+ font-size: $theme-typography-label-fontSize;
682
+ font-style: $theme-typography-label-fontStyle;
683
+ font-weight: $theme-typography-label-fontWeight;
684
+ line-height: $theme-typography-label-lineHeight;
685
+ letter-spacing: $theme-typography-label-letterSpacing;
686
+ text-transform: $theme-typography-label-textTransform;
687
+
688
+ @if $leadingTrim != false {
689
+ &::before {
690
+ content: "";
691
+ margin-bottom: $theme-typography-label-capHeightTrim;
692
+ display: table;
693
+ }
694
+
695
+ &::after {
696
+ content: "";
697
+ margin-top: $theme-typography-label-baselineTrim;
698
+ display: table;
699
+ }
700
+ }
701
+ }
702
+
703
+ @mixin theme-typography-paragraph1($leadingTrim: false) {
704
+ font-family: $theme-typography-paragraph1-fontFamily;
705
+ font-size: $theme-typography-paragraph1-fontSize;
706
+ font-style: $theme-typography-paragraph1-fontStyle;
707
+ font-weight: $theme-typography-paragraph1-fontWeight;
708
+ line-height: $theme-typography-paragraph1-lineHeight;
709
+ letter-spacing: $theme-typography-paragraph1-letterSpacing;
710
+ text-transform: $theme-typography-paragraph1-textTransform;
711
+
712
+ @if $leadingTrim != false {
713
+ &::before {
714
+ content: "";
715
+ margin-bottom: $theme-typography-paragraph1-capHeightTrim;
716
+ display: table;
717
+ }
718
+
719
+ &::after {
720
+ content: "";
721
+ margin-top: $theme-typography-paragraph1-baselineTrim;
722
+ display: table;
723
+ }
724
+ }
725
+ }
726
+
727
+ @mixin theme-typography-paragraph2($leadingTrim: false) {
728
+ font-family: $theme-typography-paragraph2-fontFamily;
729
+ font-size: $theme-typography-paragraph2-fontSize;
730
+ font-style: $theme-typography-paragraph2-fontStyle;
731
+ font-weight: $theme-typography-paragraph2-fontWeight;
732
+ line-height: $theme-typography-paragraph2-lineHeight;
733
+ letter-spacing: $theme-typography-paragraph2-letterSpacing;
734
+ text-transform: $theme-typography-paragraph2-textTransform;
735
+
736
+ @if $leadingTrim != false {
737
+ &::before {
738
+ content: "";
739
+ margin-bottom: $theme-typography-paragraph2-capHeightTrim;
740
+ display: table;
741
+ }
742
+
743
+ &::after {
744
+ content: "";
745
+ margin-top: $theme-typography-paragraph2-baselineTrim;
746
+ display: table;
747
+ }
748
+ }
749
+ }
750
+
751
+ @mixin theme-typography-paragraph3($leadingTrim: false) {
752
+ font-family: $theme-typography-paragraph3-fontFamily;
753
+ font-size: $theme-typography-paragraph3-fontSize;
754
+ font-style: $theme-typography-paragraph3-fontStyle;
755
+ font-weight: $theme-typography-paragraph3-fontWeight;
756
+ line-height: $theme-typography-paragraph3-lineHeight;
757
+ letter-spacing: $theme-typography-paragraph3-letterSpacing;
758
+ text-transform: $theme-typography-paragraph3-textTransform;
759
+
760
+ @if $leadingTrim != false {
761
+ &::before {
762
+ content: "";
763
+ margin-bottom: $theme-typography-paragraph3-capHeightTrim;
764
+ display: table;
765
+ }
766
+
767
+ &::after {
768
+ content: "";
769
+ margin-top: $theme-typography-paragraph3-baselineTrim;
770
+ display: table;
771
+ }
772
+ }
773
+ }
774
+
775
+ @mixin theme-typography-button($leadingTrim: false) {
776
+ font-family: $theme-typography-button-fontFamily;
777
+ font-size: $theme-typography-button-fontSize;
778
+ font-style: $theme-typography-button-fontStyle;
779
+ font-weight: $theme-typography-button-fontWeight;
780
+ line-height: $theme-typography-button-lineHeight;
781
+ letter-spacing: $theme-typography-button-letterSpacing;
782
+ text-transform: $theme-typography-button-textTransform;
783
+
784
+ @if $leadingTrim != false {
785
+ &::before {
786
+ content: "";
787
+ margin-bottom: $theme-typography-button-capHeightTrim;
788
+ display: table;
789
+ }
790
+
791
+ &::after {
792
+ content: "";
793
+ margin-top: $theme-typography-button-baselineTrim;
794
+ display: table;
795
+ }
796
+ }
797
+ }
798
+
799
+ @mixin theme-typography-buttonSmall($leadingTrim: false) {
800
+ font-family: $theme-typography-buttonSmall-fontFamily;
801
+ font-size: $theme-typography-buttonSmall-fontSize;
802
+ font-style: $theme-typography-buttonSmall-fontStyle;
803
+ font-weight: $theme-typography-buttonSmall-fontWeight;
804
+ line-height: $theme-typography-buttonSmall-lineHeight;
805
+ letter-spacing: $theme-typography-buttonSmall-letterSpacing;
806
+ text-transform: $theme-typography-buttonSmall-textTransform;
807
+
808
+ @if $leadingTrim != false {
809
+ &::before {
810
+ content: "";
811
+ margin-bottom: $theme-typography-buttonSmall-capHeightTrim;
812
+ display: table;
813
+ }
814
+
815
+ &::after {
816
+ content: "";
817
+ margin-top: $theme-typography-buttonSmall-baselineTrim;
818
+ display: table;
819
+ }
820
+ }
821
+ }
822
+
823
+ @mixin theme-typography-input($leadingTrim: false) {
824
+ font-family: $theme-typography-input-fontFamily;
825
+ font-size: $theme-typography-input-fontSize;
826
+ font-style: $theme-typography-input-fontStyle;
827
+ font-weight: $theme-typography-input-fontWeight;
828
+ line-height: $theme-typography-input-lineHeight;
829
+ letter-spacing: $theme-typography-input-letterSpacing;
830
+ text-transform: $theme-typography-input-textTransform;
831
+
832
+ @if $leadingTrim != false {
833
+ &::before {
834
+ content: "";
835
+ margin-bottom: $theme-typography-input-capHeightTrim;
836
+ display: table;
837
+ }
838
+
839
+ &::after {
840
+ content: "";
841
+ margin-top: $theme-typography-input-baselineTrim;
842
+ display: table;
843
+ }
844
+ }
845
+ }
846
+
847
+ @mixin theme-typography-statusChip($leadingTrim: false) {
848
+ font-family: $theme-typography-statusChip-fontFamily;
849
+ font-size: $theme-typography-statusChip-fontSize;
850
+ font-style: $theme-typography-statusChip-fontStyle;
851
+ font-weight: $theme-typography-statusChip-fontWeight;
852
+ line-height: $theme-typography-statusChip-lineHeight;
853
+ letter-spacing: $theme-typography-statusChip-letterSpacing;
854
+ text-transform: $theme-typography-statusChip-textTransform;
855
+
856
+ @if $leadingTrim != false {
857
+ &::before {
858
+ content: "";
859
+ margin-bottom: $theme-typography-statusChip-capHeightTrim;
860
+ display: table;
861
+ }
862
+
863
+ &::after {
864
+ content: "";
865
+ margin-top: $theme-typography-statusChip-baselineTrim;
866
+ display: table;
867
+ }
868
+ }
869
+ }
870
+
871
+ // unsafe - does not check for existence of variable
872
+ @mixin _unsafe-theme-typography($variant) {
873
+ font-family: _unsafe-theme-var(typography-#{$variant}-font-family);
874
+ font-size: _unsafe-theme-var(typography-#{$variant}-font-size);
875
+ font-style: _unsafe-theme-var(typography-#{$variant}-font-style);
876
+ font-weight: _unsafe-theme-var(typography-#{$variant}-font-weight);
877
+ line-height: _unsafe-theme-var(typography-#{$variant}-line-height);
878
+ letter-spacing: _unsafe-theme-var(typography-#{$variant}-letter-spacing);
879
+ text-transform: _unsafe-theme-var(typography-#{$variant}-text-transform);
880
+ }