@yahoo/uds-v5-wip 1.59.0 → 1.61.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 (562) hide show
  1. package/dist/codegen/dist/loader/getLoaderArtifacts.js +2 -0
  2. package/dist/config/dist/Props.d.ts +161 -25
  3. package/dist/config/dist/bindRender.d.ts +16 -0
  4. package/dist/config/dist/bindRender.js +310 -0
  5. package/dist/config/dist/className.d.ts +54 -0
  6. package/dist/config/dist/className.js +77 -0
  7. package/dist/config/dist/component-config.d.ts +674 -161
  8. package/dist/config/dist/component-config.js +163 -0
  9. package/dist/config/dist/component-refs.d.ts +41 -18
  10. package/dist/config/dist/createConfig.d.ts +140 -59
  11. package/dist/config/dist/createConfig.js +95 -217
  12. package/dist/config/dist/createStyler.d.ts +35 -0
  13. package/dist/config/dist/createStyler.js +93 -0
  14. package/dist/config/dist/defineComponent.d.ts +297 -4
  15. package/dist/config/dist/defineComponent.js +264 -2
  16. package/dist/config/dist/defineCompositeStyle.d.ts +93 -0
  17. package/dist/config/dist/defineCompositeStyle.js +18 -0
  18. package/dist/config/dist/defineMotionConfig.d.ts +152 -0
  19. package/dist/config/dist/definePreview.d.ts +45 -0
  20. package/dist/config/dist/definePreview.js +35 -0
  21. package/dist/config/dist/defineStyleProp.d.ts +199 -3
  22. package/dist/config/dist/defineStyleProp.js +3 -2
  23. package/dist/config/dist/index.d.ts +20 -11
  24. package/dist/config/dist/index.js +8 -4
  25. package/dist/config/dist/merge-utils.js +51 -0
  26. package/dist/config/dist/propertyAcceptedTypes.d.ts +19 -0
  27. package/dist/config/dist/refs.d.ts +85 -0
  28. package/dist/config/dist/refs.js +92 -47
  29. package/dist/config/dist/resolveCompoundProps.d.ts +65 -0
  30. package/dist/config/dist/resolveCompoundProps.js +120 -0
  31. package/dist/config/dist/resolveStyleProp.d.ts +72 -3
  32. package/dist/config/dist/resolveStyleProp.js +68 -43
  33. package/dist/config/dist/runtime-registry.js +30 -2
  34. package/dist/config/dist/serialize.d.ts +8 -34
  35. package/dist/config/dist/serialize.js +10 -71
  36. package/dist/config/dist/sniffTokenType.d.ts +7 -0
  37. package/dist/config/dist/sniffTokenType.js +67 -0
  38. package/dist/config/dist/style-prop-runtime.d.ts +75 -1
  39. package/dist/config/dist/style-prop-runtime.js +390 -0
  40. package/dist/config/dist/types/css-properties.d.ts +223 -0
  41. package/dist/config/dist/types/css-values.d.ts +2 -1
  42. package/dist/config/dist/types.d.ts +14 -3
  43. package/dist/config.d.ts +21 -1560
  44. package/dist/config.js +15 -20
  45. package/dist/loader/dist/_virtual/_rolldown/runtime.js +1 -2
  46. package/dist/loader/dist/index.d.ts +2 -0
  47. package/dist/loader/dist/index.js +3 -0
  48. package/dist/loader/dist/loader/artifacts.js +2 -2
  49. package/dist/loader/dist/loader/babel-utils.js +1 -29
  50. package/dist/loader/dist/loader/internal-meta.js +38 -1
  51. package/dist/loader/dist/loader/lower-new-api-primitive.js +176 -14
  52. package/dist/loader/dist/loader.d.ts +27 -0
  53. package/dist/loader/dist/loader.js +71 -309
  54. package/dist/loader/dist/transform-runner.js +14 -0
  55. package/dist/loader/dist/unplugin.d.ts +27 -0
  56. package/dist/loader/dist/unplugin.js +52 -0
  57. package/dist/plugin.d.ts +2 -2
  58. package/dist/plugin.js +3 -2
  59. package/dist/tsconfig.tsbuildinfo +1 -1
  60. package/package.json +3 -51
  61. package/dist/components/accordion.config.d.ts +0 -2
  62. package/dist/components/accordion.config.js +0 -2
  63. package/dist/components/accordion.d.ts +0 -2
  64. package/dist/components/accordion.js +0 -2
  65. package/dist/components/alert.config.d.ts +0 -2
  66. package/dist/components/alert.config.js +0 -2
  67. package/dist/components/alert.d.ts +0 -2
  68. package/dist/components/alert.js +0 -2
  69. package/dist/components/anchor.config.d.ts +0 -2
  70. package/dist/components/anchor.config.js +0 -2
  71. package/dist/components/anchor.d.ts +0 -2
  72. package/dist/components/anchor.js +0 -2
  73. package/dist/components/article.d.ts +0 -2
  74. package/dist/components/article.js +0 -2
  75. package/dist/components/aside.d.ts +0 -2
  76. package/dist/components/aside.js +0 -2
  77. package/dist/components/avatar-group.config.d.ts +0 -2
  78. package/dist/components/avatar-group.config.js +0 -2
  79. package/dist/components/avatar-group.d.ts +0 -2
  80. package/dist/components/avatar-group.js +0 -2
  81. package/dist/components/avatar.config.d.ts +0 -2
  82. package/dist/components/avatar.config.js +0 -2
  83. package/dist/components/avatar.d.ts +0 -2
  84. package/dist/components/avatar.js +0 -2
  85. package/dist/components/badge.config.d.ts +0 -2
  86. package/dist/components/badge.config.js +0 -2
  87. package/dist/components/badge.d.ts +0 -2
  88. package/dist/components/badge.js +0 -2
  89. package/dist/components/box.d.ts +0 -2
  90. package/dist/components/box.js +0 -2
  91. package/dist/components/breadcrumb.config.d.ts +0 -2
  92. package/dist/components/breadcrumb.config.js +0 -2
  93. package/dist/components/breadcrumb.d.ts +0 -2
  94. package/dist/components/breadcrumb.js +0 -2
  95. package/dist/components/button.config.d.ts +0 -2
  96. package/dist/components/button.config.js +0 -2
  97. package/dist/components/button.d.ts +0 -2
  98. package/dist/components/button.js +0 -2
  99. package/dist/components/card.config.d.ts +0 -2
  100. package/dist/components/card.config.js +0 -2
  101. package/dist/components/card.d.ts +0 -2
  102. package/dist/components/card.js +0 -2
  103. package/dist/components/collapsible.config.d.ts +0 -2
  104. package/dist/components/collapsible.config.js +0 -2
  105. package/dist/components/collapsible.d.ts +0 -2
  106. package/dist/components/collapsible.js +0 -2
  107. package/dist/components/command.config.d.ts +0 -2
  108. package/dist/components/command.config.js +0 -2
  109. package/dist/components/command.d.ts +0 -2
  110. package/dist/components/command.js +0 -2
  111. package/dist/components/control-color.config.d.ts +0 -2
  112. package/dist/components/control-color.config.js +0 -2
  113. package/dist/components/control-color.d.ts +0 -2
  114. package/dist/components/control-color.js +0 -2
  115. package/dist/components/control-curve.config.d.ts +0 -2
  116. package/dist/components/control-curve.config.js +0 -2
  117. package/dist/components/control-curve.d.ts +0 -2
  118. package/dist/components/control-curve.js +0 -2
  119. package/dist/components/control-folder.config.d.ts +0 -2
  120. package/dist/components/control-folder.config.js +0 -2
  121. package/dist/components/control-folder.d.ts +0 -2
  122. package/dist/components/control-folder.js +0 -2
  123. package/dist/components/control-group.config.d.ts +0 -2
  124. package/dist/components/control-group.config.js +0 -2
  125. package/dist/components/control-group.d.ts +0 -2
  126. package/dist/components/control-group.js +0 -2
  127. package/dist/components/control-knob.config.d.ts +0 -2
  128. package/dist/components/control-knob.config.js +0 -2
  129. package/dist/components/control-knob.d.ts +0 -2
  130. package/dist/components/control-knob.js +0 -2
  131. package/dist/components/control-panel.config.d.ts +0 -2
  132. package/dist/components/control-panel.config.js +0 -2
  133. package/dist/components/control-panel.d.ts +0 -2
  134. package/dist/components/control-panel.js +0 -2
  135. package/dist/components/control-select.config.d.ts +0 -2
  136. package/dist/components/control-select.config.js +0 -2
  137. package/dist/components/control-select.d.ts +0 -2
  138. package/dist/components/control-select.js +0 -2
  139. package/dist/components/control-slider.config.d.ts +0 -2
  140. package/dist/components/control-slider.config.js +0 -2
  141. package/dist/components/control-slider.d.ts +0 -2
  142. package/dist/components/control-slider.js +0 -2
  143. package/dist/components/control-spring.config.d.ts +0 -2
  144. package/dist/components/control-spring.config.js +0 -2
  145. package/dist/components/control-spring.d.ts +0 -2
  146. package/dist/components/control-spring.js +0 -2
  147. package/dist/components/control-stepper.config.d.ts +0 -2
  148. package/dist/components/control-stepper.config.js +0 -2
  149. package/dist/components/control-stepper.d.ts +0 -2
  150. package/dist/components/control-stepper.js +0 -2
  151. package/dist/components/control-toggle.config.d.ts +0 -2
  152. package/dist/components/control-toggle.config.js +0 -2
  153. package/dist/components/control-toggle.d.ts +0 -2
  154. package/dist/components/control-toggle.js +0 -2
  155. package/dist/components/dist/_slots.js +0 -8
  156. package/dist/components/dist/accordion.config.d.ts +0 -432
  157. package/dist/components/dist/accordion.config.js +0 -81
  158. package/dist/components/dist/accordion.d.ts +0 -454
  159. package/dist/components/dist/accordion.js +0 -60
  160. package/dist/components/dist/alert.config.d.ts +0 -220
  161. package/dist/components/dist/alert.config.js +0 -54
  162. package/dist/components/dist/alert.d.ts +0 -231
  163. package/dist/components/dist/alert.js +0 -16
  164. package/dist/components/dist/anchor.config.d.ts +0 -251
  165. package/dist/components/dist/anchor.config.js +0 -22
  166. package/dist/components/dist/anchor.d.ts +0 -262
  167. package/dist/components/dist/anchor.js +0 -9
  168. package/dist/components/dist/article.d.ts +0 -12
  169. package/dist/components/dist/article.js +0 -9
  170. package/dist/components/dist/aside.d.ts +0 -12
  171. package/dist/components/dist/aside.js +0 -9
  172. package/dist/components/dist/avatar-group.config.d.ts +0 -316
  173. package/dist/components/dist/avatar-group.config.js +0 -33
  174. package/dist/components/dist/avatar-group.d.ts +0 -330
  175. package/dist/components/dist/avatar-group.js +0 -39
  176. package/dist/components/dist/avatar.config.d.ts +0 -198
  177. package/dist/components/dist/avatar.config.js +0 -49
  178. package/dist/components/dist/avatar.d.ts +0 -212
  179. package/dist/components/dist/avatar.js +0 -20
  180. package/dist/components/dist/badge.config.d.ts +0 -478
  181. package/dist/components/dist/badge.config.js +0 -99
  182. package/dist/components/dist/badge.d.ts +0 -490
  183. package/dist/components/dist/badge.js +0 -16
  184. package/dist/components/dist/box.d.ts +0 -15
  185. package/dist/components/dist/box.js +0 -9
  186. package/dist/components/dist/breadcrumb.config.d.ts +0 -391
  187. package/dist/components/dist/breadcrumb.config.js +0 -43
  188. package/dist/components/dist/breadcrumb.d.ts +0 -421
  189. package/dist/components/dist/breadcrumb.js +0 -119
  190. package/dist/components/dist/button.config.d.ts +0 -382
  191. package/dist/components/dist/button.config.js +0 -91
  192. package/dist/components/dist/button.d.ts +0 -404
  193. package/dist/components/dist/button.js +0 -35
  194. package/dist/components/dist/card.config.d.ts +0 -337
  195. package/dist/components/dist/card.config.js +0 -33
  196. package/dist/components/dist/card.d.ts +0 -353
  197. package/dist/components/dist/card.js +0 -27
  198. package/dist/components/dist/collapsible.config.d.ts +0 -46
  199. package/dist/components/dist/collapsible.config.js +0 -46
  200. package/dist/components/dist/collapsible.d.ts +0 -62
  201. package/dist/components/dist/collapsible.js +0 -38
  202. package/dist/components/dist/command.config.d.ts +0 -1614
  203. package/dist/components/dist/command.config.js +0 -170
  204. package/dist/components/dist/command.d.ts +0 -1723
  205. package/dist/components/dist/command.js +0 -341
  206. package/dist/components/dist/control-color.config.d.ts +0 -980
  207. package/dist/components/dist/control-color.config.js +0 -81
  208. package/dist/components/dist/control-color.d.ts +0 -996
  209. package/dist/components/dist/control-color.js +0 -64
  210. package/dist/components/dist/control-curve.config.d.ts +0 -19
  211. package/dist/components/dist/control-curve.config.js +0 -14
  212. package/dist/components/dist/control-curve.d.ts +0 -36
  213. package/dist/components/dist/control-curve.js +0 -81
  214. package/dist/components/dist/control-folder.config.d.ts +0 -178
  215. package/dist/components/dist/control-folder.config.js +0 -47
  216. package/dist/components/dist/control-folder.d.ts +0 -195
  217. package/dist/components/dist/control-folder.js +0 -41
  218. package/dist/components/dist/control-group.config.d.ts +0 -860
  219. package/dist/components/dist/control-group.config.js +0 -80
  220. package/dist/components/dist/control-group.d.ts +0 -882
  221. package/dist/components/dist/control-group.js +0 -89
  222. package/dist/components/dist/control-knob.config.d.ts +0 -793
  223. package/dist/components/dist/control-knob.config.js +0 -67
  224. package/dist/components/dist/control-knob.d.ts +0 -820
  225. package/dist/components/dist/control-knob.js +0 -148
  226. package/dist/components/dist/control-panel.config.d.ts +0 -403
  227. package/dist/components/dist/control-panel.config.js +0 -38
  228. package/dist/components/dist/control-panel.d.ts +0 -416
  229. package/dist/components/dist/control-panel.js +0 -22
  230. package/dist/components/dist/control-select.config.d.ts +0 -1177
  231. package/dist/components/dist/control-select.config.js +0 -102
  232. package/dist/components/dist/control-select.d.ts +0 -1201
  233. package/dist/components/dist/control-select.js +0 -63
  234. package/dist/components/dist/control-slider.config.d.ts +0 -105
  235. package/dist/components/dist/control-slider.config.js +0 -98
  236. package/dist/components/dist/control-slider.d.ts +0 -128
  237. package/dist/components/dist/control-slider.js +0 -87
  238. package/dist/components/dist/control-spring.config.d.ts +0 -418
  239. package/dist/components/dist/control-spring.config.js +0 -36
  240. package/dist/components/dist/control-spring.d.ts +0 -440
  241. package/dist/components/dist/control-spring.js +0 -136
  242. package/dist/components/dist/control-stepper.config.d.ts +0 -1085
  243. package/dist/components/dist/control-stepper.config.js +0 -108
  244. package/dist/components/dist/control-stepper.d.ts +0 -1105
  245. package/dist/components/dist/control-stepper.js +0 -109
  246. package/dist/components/dist/control-toggle.config.d.ts +0 -408
  247. package/dist/components/dist/control-toggle.config.js +0 -26
  248. package/dist/components/dist/control-toggle.d.ts +0 -421
  249. package/dist/components/dist/control-toggle.js +0 -36
  250. package/dist/components/dist/createSlot.d.ts +0 -9
  251. package/dist/components/dist/createSlot.js +0 -89
  252. package/dist/components/dist/dropdown.config.d.ts +0 -921
  253. package/dist/components/dist/dropdown.config.js +0 -107
  254. package/dist/components/dist/dropdown.d.ts +0 -951
  255. package/dist/components/dist/dropdown.js +0 -92
  256. package/dist/components/dist/empty-state.config.d.ts +0 -397
  257. package/dist/components/dist/empty-state.config.js +0 -53
  258. package/dist/components/dist/empty-state.d.ts +0 -417
  259. package/dist/components/dist/empty-state.js +0 -33
  260. package/dist/components/dist/footer.d.ts +0 -12
  261. package/dist/components/dist/footer.js +0 -9
  262. package/dist/components/dist/grid.d.ts +0 -42
  263. package/dist/components/dist/grid.js +0 -34
  264. package/dist/components/dist/header.d.ts +0 -12
  265. package/dist/components/dist/header.js +0 -9
  266. package/dist/components/dist/hstack.d.ts +0 -16
  267. package/dist/components/dist/hstack.js +0 -21
  268. package/dist/components/dist/image.d.ts +0 -20
  269. package/dist/components/dist/image.js +0 -9
  270. package/dist/components/dist/input.config.d.ts +0 -59
  271. package/dist/components/dist/input.config.js +0 -42
  272. package/dist/components/dist/input.d.ts +0 -68
  273. package/dist/components/dist/input.js +0 -14
  274. package/dist/components/dist/item.config.d.ts +0 -352
  275. package/dist/components/dist/item.config.js +0 -83
  276. package/dist/components/dist/item.d.ts +0 -375
  277. package/dist/components/dist/item.js +0 -51
  278. package/dist/components/dist/list.d.ts +0 -20
  279. package/dist/components/dist/list.js +0 -21
  280. package/dist/components/dist/main.d.ts +0 -12
  281. package/dist/components/dist/main.js +0 -9
  282. package/dist/components/dist/modal.config.d.ts +0 -398
  283. package/dist/components/dist/modal.config.js +0 -92
  284. package/dist/components/dist/modal.d.ts +0 -434
  285. package/dist/components/dist/modal.js +0 -125
  286. package/dist/components/dist/nav-header.config.d.ts +0 -159
  287. package/dist/components/dist/nav-header.config.js +0 -26
  288. package/dist/components/dist/nav-header.d.ts +0 -174
  289. package/dist/components/dist/nav-header.js +0 -23
  290. package/dist/components/dist/nav.d.ts +0 -12
  291. package/dist/components/dist/nav.js +0 -9
  292. package/dist/components/dist/preset-bar.config.d.ts +0 -193
  293. package/dist/components/dist/preset-bar.config.js +0 -39
  294. package/dist/components/dist/preset-bar.d.ts +0 -216
  295. package/dist/components/dist/preset-bar.js +0 -71
  296. package/dist/components/dist/presets/index.d.ts +0 -17675
  297. package/dist/components/dist/presets/index.js +0 -97
  298. package/dist/components/dist/pressable.d.ts +0 -12
  299. package/dist/components/dist/pressable.js +0 -9
  300. package/dist/components/dist/progress.config.d.ts +0 -297
  301. package/dist/components/dist/progress.config.js +0 -35
  302. package/dist/components/dist/progress.d.ts +0 -312
  303. package/dist/components/dist/progress.js +0 -43
  304. package/dist/components/dist/section.d.ts +0 -12
  305. package/dist/components/dist/section.js +0 -9
  306. package/dist/components/dist/select.config.d.ts +0 -32
  307. package/dist/components/dist/select.config.js +0 -25
  308. package/dist/components/dist/select.d.ts +0 -46
  309. package/dist/components/dist/select.js +0 -13
  310. package/dist/components/dist/sheet.config.d.ts +0 -246
  311. package/dist/components/dist/sheet.config.js +0 -99
  312. package/dist/components/dist/sheet.d.ts +0 -268
  313. package/dist/components/dist/sheet.js +0 -53
  314. package/dist/components/dist/sidebar.config.d.ts +0 -1652
  315. package/dist/components/dist/sidebar.config.js +0 -217
  316. package/dist/components/dist/sidebar.d.ts +0 -1826
  317. package/dist/components/dist/sidebar.js +0 -492
  318. package/dist/components/dist/skeleton.config.d.ts +0 -17
  319. package/dist/components/dist/skeleton.config.js +0 -10
  320. package/dist/components/dist/skeleton.d.ts +0 -28
  321. package/dist/components/dist/skeleton.js +0 -16
  322. package/dist/components/dist/slider.config.d.ts +0 -45
  323. package/dist/components/dist/slider.config.js +0 -40
  324. package/dist/components/dist/slider.d.ts +0 -71
  325. package/dist/components/dist/slider.js +0 -247
  326. package/dist/components/dist/spinner.config.d.ts +0 -35
  327. package/dist/components/dist/spinner.config.js +0 -24
  328. package/dist/components/dist/spinner.d.ts +0 -43
  329. package/dist/components/dist/spinner.js +0 -29
  330. package/dist/components/dist/svg.d.ts +0 -22
  331. package/dist/components/dist/svg.js +0 -17
  332. package/dist/components/dist/switch.config.d.ts +0 -354
  333. package/dist/components/dist/switch.config.js +0 -47
  334. package/dist/components/dist/switch.d.ts +0 -371
  335. package/dist/components/dist/switch.js +0 -32
  336. package/dist/components/dist/table.d.ts +0 -37
  337. package/dist/components/dist/table.js +0 -29
  338. package/dist/components/dist/tabs.config.d.ts +0 -612
  339. package/dist/components/dist/tabs.config.js +0 -56
  340. package/dist/components/dist/tabs.d.ts +0 -633
  341. package/dist/components/dist/tabs.js +0 -77
  342. package/dist/components/dist/text.config.d.ts +0 -307
  343. package/dist/components/dist/text.config.js +0 -149
  344. package/dist/components/dist/text.d.ts +0 -206
  345. package/dist/components/dist/text.js +0 -12
  346. package/dist/components/dist/textarea.config.d.ts +0 -353
  347. package/dist/components/dist/textarea.config.js +0 -57
  348. package/dist/components/dist/textarea.d.ts +0 -363
  349. package/dist/components/dist/textarea.js +0 -9
  350. package/dist/components/dist/toast.config.d.ts +0 -336
  351. package/dist/components/dist/toast.config.js +0 -145
  352. package/dist/components/dist/toast.d.ts +0 -427
  353. package/dist/components/dist/toast.js +0 -159
  354. package/dist/components/dist/tooltip.config.d.ts +0 -194
  355. package/dist/components/dist/tooltip.config.js +0 -40
  356. package/dist/components/dist/tooltip.d.ts +0 -207
  357. package/dist/components/dist/tooltip.js +0 -28
  358. package/dist/components/dist/vstack.d.ts +0 -16
  359. package/dist/components/dist/vstack.js +0 -20
  360. package/dist/components/dropdown.config.d.ts +0 -2
  361. package/dist/components/dropdown.config.js +0 -2
  362. package/dist/components/dropdown.d.ts +0 -2
  363. package/dist/components/dropdown.js +0 -2
  364. package/dist/components/empty-state.config.d.ts +0 -2
  365. package/dist/components/empty-state.config.js +0 -2
  366. package/dist/components/empty-state.d.ts +0 -2
  367. package/dist/components/empty-state.js +0 -2
  368. package/dist/components/footer.d.ts +0 -2
  369. package/dist/components/footer.js +0 -2
  370. package/dist/components/grid.d.ts +0 -2
  371. package/dist/components/grid.js +0 -2
  372. package/dist/components/header.d.ts +0 -2
  373. package/dist/components/header.js +0 -2
  374. package/dist/components/hstack.d.ts +0 -2
  375. package/dist/components/hstack.js +0 -2
  376. package/dist/components/image.d.ts +0 -2
  377. package/dist/components/image.js +0 -2
  378. package/dist/components/input.config.d.ts +0 -2
  379. package/dist/components/input.config.js +0 -2
  380. package/dist/components/input.d.ts +0 -2
  381. package/dist/components/input.js +0 -2
  382. package/dist/components/item.config.d.ts +0 -2
  383. package/dist/components/item.config.js +0 -2
  384. package/dist/components/item.d.ts +0 -2
  385. package/dist/components/item.js +0 -2
  386. package/dist/components/list.d.ts +0 -2
  387. package/dist/components/list.js +0 -2
  388. package/dist/components/main.d.ts +0 -2
  389. package/dist/components/main.js +0 -2
  390. package/dist/components/modal.config.d.ts +0 -2
  391. package/dist/components/modal.config.js +0 -2
  392. package/dist/components/modal.d.ts +0 -2
  393. package/dist/components/modal.js +0 -2
  394. package/dist/components/nav-header.config.d.ts +0 -2
  395. package/dist/components/nav-header.config.js +0 -2
  396. package/dist/components/nav-header.d.ts +0 -2
  397. package/dist/components/nav-header.js +0 -2
  398. package/dist/components/nav.d.ts +0 -2
  399. package/dist/components/nav.js +0 -2
  400. package/dist/components/preset-bar.config.d.ts +0 -2
  401. package/dist/components/preset-bar.config.js +0 -2
  402. package/dist/components/preset-bar.d.ts +0 -2
  403. package/dist/components/preset-bar.js +0 -2
  404. package/dist/components/presets/index.d.ts +0 -44
  405. package/dist/components/presets/index.js +0 -44
  406. package/dist/components/pressable.d.ts +0 -2
  407. package/dist/components/pressable.js +0 -2
  408. package/dist/components/progress.config.d.ts +0 -2
  409. package/dist/components/progress.config.js +0 -2
  410. package/dist/components/progress.d.ts +0 -2
  411. package/dist/components/progress.js +0 -2
  412. package/dist/components/section.d.ts +0 -2
  413. package/dist/components/section.js +0 -2
  414. package/dist/components/select.config.d.ts +0 -2
  415. package/dist/components/select.config.js +0 -2
  416. package/dist/components/select.d.ts +0 -2
  417. package/dist/components/select.js +0 -2
  418. package/dist/components/sheet.config.d.ts +0 -2
  419. package/dist/components/sheet.config.js +0 -2
  420. package/dist/components/sheet.d.ts +0 -2
  421. package/dist/components/sheet.js +0 -2
  422. package/dist/components/sidebar.config.d.ts +0 -2
  423. package/dist/components/sidebar.config.js +0 -2
  424. package/dist/components/sidebar.d.ts +0 -2
  425. package/dist/components/sidebar.js +0 -2
  426. package/dist/components/skeleton.config.d.ts +0 -2
  427. package/dist/components/skeleton.config.js +0 -2
  428. package/dist/components/skeleton.d.ts +0 -2
  429. package/dist/components/skeleton.js +0 -2
  430. package/dist/components/slider.config.d.ts +0 -2
  431. package/dist/components/slider.config.js +0 -2
  432. package/dist/components/slider.d.ts +0 -2
  433. package/dist/components/slider.js +0 -2
  434. package/dist/components/spinner.config.d.ts +0 -2
  435. package/dist/components/spinner.config.js +0 -2
  436. package/dist/components/spinner.d.ts +0 -2
  437. package/dist/components/spinner.js +0 -2
  438. package/dist/components/svg.d.ts +0 -2
  439. package/dist/components/svg.js +0 -2
  440. package/dist/components/switch.config.d.ts +0 -2
  441. package/dist/components/switch.config.js +0 -2
  442. package/dist/components/switch.d.ts +0 -2
  443. package/dist/components/switch.js +0 -2
  444. package/dist/components/table.d.ts +0 -2
  445. package/dist/components/table.js +0 -2
  446. package/dist/components/tabs.config.d.ts +0 -2
  447. package/dist/components/tabs.config.js +0 -2
  448. package/dist/components/tabs.d.ts +0 -2
  449. package/dist/components/tabs.js +0 -2
  450. package/dist/components/text.config.d.ts +0 -2
  451. package/dist/components/text.config.js +0 -2
  452. package/dist/components/text.d.ts +0 -2
  453. package/dist/components/text.js +0 -2
  454. package/dist/components/textarea.config.d.ts +0 -2
  455. package/dist/components/textarea.config.js +0 -2
  456. package/dist/components/textarea.d.ts +0 -2
  457. package/dist/components/textarea.js +0 -2
  458. package/dist/components/toast.config.d.ts +0 -2
  459. package/dist/components/toast.config.js +0 -2
  460. package/dist/components/toast.d.ts +0 -2
  461. package/dist/components/toast.js +0 -2
  462. package/dist/components/tooltip.config.d.ts +0 -2
  463. package/dist/components/tooltip.config.js +0 -2
  464. package/dist/components/tooltip.d.ts +0 -2
  465. package/dist/components/tooltip.js +0 -2
  466. package/dist/components/vstack.d.ts +0 -2
  467. package/dist/components/vstack.js +0 -2
  468. package/dist/config/dist/component-resolution.js +0 -78
  469. package/dist/config/dist/consts/defaultColors.d.ts +0 -253
  470. package/dist/config/dist/consts/defaultColors.js +0 -252
  471. package/dist/config/dist/createComponent.d.ts +0 -1
  472. package/dist/config/dist/createComponent.js +0 -1
  473. package/dist/config/dist/preset-merge.js +0 -192
  474. package/dist/config/dist/propertyGroups.d.ts +0 -1
  475. package/dist/config/dist/propertyGroups.js +0 -414
  476. package/dist/config/dist/resolveTokenTypes.d.ts +0 -1
  477. package/dist/config/dist/resolveTokenTypes.js +0 -149
  478. package/dist/config-utils/dist/componentConfig.d.ts +0 -10
  479. package/dist/config-utils/dist/componentConfig.js +0 -11
  480. package/dist/config-utils.d.ts +0 -2
  481. package/dist/config-utils.js +0 -2
  482. package/dist/core/dist/color-opacity-map.js +0 -33
  483. package/dist/core/dist/compositeStyles.d.ts +0 -22
  484. package/dist/core/dist/compositeStyles.js +0 -51
  485. package/dist/core/dist/configurable-prop-helpers.d.ts +0 -32
  486. package/dist/core/dist/configurable-prop-helpers.js +0 -61
  487. package/dist/core/dist/createComponent.boundaries.js +0 -192
  488. package/dist/core/dist/createComponent.d.ts +0 -57
  489. package/dist/core/dist/createComponent.js +0 -67
  490. package/dist/core/dist/createComponentExample.d.ts +0 -42
  491. package/dist/core/dist/createComponentExample.js +0 -27
  492. package/dist/core/dist/createProvider.d.ts +0 -13
  493. package/dist/core/dist/createProvider.js +0 -24
  494. package/dist/core/dist/generated/stylePropsTwMap.d.ts +0 -1701
  495. package/dist/core/dist/generated/stylePropsTwMap.js +0 -570
  496. package/dist/core/dist/getComponentStyles.d.ts +0 -50
  497. package/dist/core/dist/getComponentStyles.js +0 -85
  498. package/dist/core/dist/getStyles.d.ts +0 -43
  499. package/dist/core/dist/getStyles.js +0 -300
  500. package/dist/core/dist/index.d.ts +0 -13
  501. package/dist/core/dist/index.js +0 -13
  502. package/dist/core/dist/modifier-mappings.d.ts +0 -13
  503. package/dist/core/dist/modifier-mappings.js +0 -61
  504. package/dist/core/dist/resolveMotionState.d.ts +0 -5
  505. package/dist/core/dist/resolveMotionState.js +0 -17
  506. package/dist/core/dist/resolveProps.boundaries.js +0 -131
  507. package/dist/core/dist/style-prop-data.d.ts +0 -33
  508. package/dist/core/dist/style-prop-data.js +0 -1257
  509. package/dist/core/dist/transformPreset.d.ts +0 -18
  510. package/dist/core/dist/transformPreset.js +0 -28
  511. package/dist/core/dist/withDefaultStyleProps.d.ts +0 -44
  512. package/dist/core/dist/withDefaultStyleProps.js +0 -18
  513. package/dist/core.d.ts +0 -14
  514. package/dist/core.js +0 -15
  515. package/dist/createSlot.d.ts +0 -2
  516. package/dist/createSlot.js +0 -2
  517. package/dist/fixtures.d.ts +0 -4
  518. package/dist/fixtures.js +0 -5
  519. package/dist/foundational-presets/dist/_virtual/_rolldown/runtime.js +0 -13
  520. package/dist/foundational-presets/dist/defaultPreset.d.ts +0 -1558
  521. package/dist/foundational-presets/dist/defaultPreset.js +0 -615
  522. package/dist/foundational-presets/dist/index.d.ts +0 -1
  523. package/dist/foundational-presets/dist/index.js +0 -1
  524. package/dist/foundational-presets/dist/motion.d.ts +0 -13
  525. package/dist/foundational-presets/dist/motion.js +0 -10
  526. package/dist/foundational-presets/dist/style-props.js +0 -1445
  527. package/dist/loader/dist/loader/create-component-data.js +0 -33
  528. package/dist/loader/dist/loader/create-component-lowering.js +0 -454
  529. package/dist/loader/dist/loader/data-attr-transform.js +0 -191
  530. package/dist/loader/dist/loader/dynamic-style-codegen.js +0 -97
  531. package/dist/loader/dist/loader/motion-transform.js +0 -717
  532. package/dist/loader/dist/loader/style-transform.js +0 -670
  533. package/dist/loader/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -203
  534. package/dist/loader/dist/node_modules/react/cjs/react-jsx-runtime.production.js +0 -25
  535. package/dist/loader/dist/node_modules/react/cjs/react.development.js +0 -762
  536. package/dist/loader/dist/node_modules/react/cjs/react.production.js +0 -351
  537. package/dist/loader/dist/node_modules/react/index.js +0 -10
  538. package/dist/loader/dist/node_modules/react/jsx-runtime.js +0 -10
  539. package/dist/loader/dist/packages/core/dist/color-opacity-map.js +0 -33
  540. package/dist/loader/dist/packages/core/dist/compositeStyles.js +0 -43
  541. package/dist/loader/dist/packages/core/dist/createComponent.js +0 -6
  542. package/dist/loader/dist/packages/core/dist/createProvider.js +0 -7
  543. package/dist/loader/dist/packages/core/dist/generated/stylePropsTwMap.js +0 -570
  544. package/dist/loader/dist/packages/core/dist/getComponentStyles.js +0 -2
  545. package/dist/loader/dist/packages/core/dist/getStyles.js +0 -60
  546. package/dist/loader/dist/packages/core/dist/index.js +0 -6
  547. package/dist/loader/dist/packages/core/dist/modifier-mappings.js +0 -61
  548. package/dist/loader/dist/packages/core/dist/style-prop-data.js +0 -1257
  549. package/dist/loader/dist/packages/core/dist/withDefaultStyleProps.js +0 -1
  550. package/dist/presets/dist/defaultPreset.d.ts +0 -6
  551. package/dist/presets/dist/defaultPreset.js +0 -51
  552. package/dist/presets/dist/index.d.ts +0 -1
  553. package/dist/presets/dist/index.js +0 -1
  554. package/dist/presets/motion.d.ts +0 -2
  555. package/dist/presets/motion.js +0 -2
  556. package/dist/presets.d.ts +0 -2
  557. package/dist/presets.js +0 -3
  558. package/dist/styles.d.ts +0 -4
  559. package/dist/styles.js +0 -5
  560. package/dist/transformPreset.d.ts +0 -2
  561. package/dist/transformPreset.js +0 -3
  562. /package/dist/{config/dist/component-resolution.d.ts → loader/dist/transform-runner.d.ts} +0 -0
@@ -1,1558 +0,0 @@
1
- import { GetModifierFromInput, UdsConfig } from "../../config/dist/createConfig.js";
2
- import * as _$_uds_types0 from "@uds/types";
3
-
4
- //#region ../foundational-presets/dist/defaultPreset.d.ts
5
- //#region src/defaultPreset.d.ts
6
- declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierFromInput<{
7
- readonly colorMode: {
8
- readonly options: {
9
- readonly dark: {
10
- readonly css: ".dark";
11
- };
12
- };
13
- };
14
- readonly responsive: {
15
- readonly options: {
16
- readonly sm: {
17
- readonly media: "(min-width: 640px)";
18
- };
19
- readonly md: {
20
- readonly media: "(min-width: 768px)";
21
- };
22
- readonly lg: {
23
- readonly media: "(min-width: 1024px)";
24
- };
25
- readonly xl: {
26
- readonly media: "(min-width: 1280px)";
27
- };
28
- readonly '2xl': {
29
- readonly media: "(min-width: 1536px)";
30
- };
31
- };
32
- };
33
- }>, {
34
- opacity: {
35
- 0: string;
36
- 5: string;
37
- 10: string;
38
- 20: string;
39
- 40: string;
40
- 60: string;
41
- 80: string;
42
- 25: string;
43
- 30: string;
44
- 50: string;
45
- 70: string;
46
- 75: string;
47
- 90: string;
48
- 95: string;
49
- 100: string;
50
- };
51
- scale: {
52
- 0: string;
53
- 50: string;
54
- 75: string;
55
- 90: string;
56
- 95: string;
57
- 100: string;
58
- 105: string;
59
- 110: string;
60
- 125: string;
61
- 150: string;
62
- 200: string;
63
- };
64
- rotate: {
65
- 0: string;
66
- 1: string;
67
- 2: string;
68
- 3: string;
69
- 6: string;
70
- 12: string;
71
- 90: string;
72
- 45: string;
73
- 180: string;
74
- };
75
- color: {
76
- inherit: string;
77
- transparent: string;
78
- current: string;
79
- "always/black": string;
80
- "always/white": string;
81
- brand: string;
82
- "on-brand": string;
83
- accent: string;
84
- "on-accent": string;
85
- alert: string;
86
- "on-alert": string;
87
- positive: string;
88
- "on-positive": string;
89
- warning: string;
90
- "on-warning": string;
91
- primary: string;
92
- "on-primary": string;
93
- secondary: string;
94
- "on-secondary": string;
95
- tertiary: string;
96
- "on-tertiary": string;
97
- inverse: string;
98
- "on-inverse": string;
99
- };
100
- borderColor: {
101
- brand: string;
102
- accent: string;
103
- alert: string;
104
- positive: string;
105
- warning: string;
106
- primary: string;
107
- secondary: string;
108
- tertiary: string;
109
- inverse: string;
110
- surface: string;
111
- "brand-wash": string;
112
- "accent-wash": string;
113
- "alert-wash": string;
114
- "positive-wash": string;
115
- "warning-wash": string;
116
- };
117
- position: {
118
- auto: string;
119
- full: string;
120
- "1/2": string;
121
- "1/3": string;
122
- "2/3": string;
123
- "1/4": string;
124
- "2/4": string;
125
- "3/4": string;
126
- };
127
- size: {
128
- auto: string;
129
- full: string;
130
- max: string;
131
- min: string;
132
- "1/2": string;
133
- "1/3": string;
134
- "2/3": string;
135
- "1/4": string;
136
- "2/4": string;
137
- "3/4": string;
138
- fit: string;
139
- "1/5": string;
140
- "2/5": string;
141
- "3/5": string;
142
- "4/5": string;
143
- "1/6": string;
144
- "2/6": string;
145
- "3/6": string;
146
- "4/6": string;
147
- "5/6": string;
148
- };
149
- animation: {
150
- none: string;
151
- ping: string;
152
- spin: string;
153
- };
154
- bg: {
155
- overlay: string;
156
- brand: string;
157
- accent: string;
158
- alert: string;
159
- positive: string;
160
- warning: string;
161
- primary: string;
162
- secondary: string;
163
- tertiary: string;
164
- inverse: string;
165
- surface: string;
166
- "elevation-1": string;
167
- "elevation-2": string;
168
- "elevation-3": string;
169
- "brand-wash": string;
170
- "accent-wash": string;
171
- "alert-wash": string;
172
- "positive-wash": string;
173
- "warning-wash": string;
174
- };
175
- borderWidth: {
176
- none: string;
177
- thin: string;
178
- medium: string;
179
- thick: string;
180
- };
181
- divideWidth: {
182
- 0: string;
183
- 4: string;
184
- reverse: string;
185
- 2: string;
186
- 8: string;
187
- };
188
- flex: {
189
- none: string;
190
- initial: string;
191
- auto: string;
192
- 1: string;
193
- };
194
- flexGrow: {
195
- 0: string;
196
- 1: string;
197
- };
198
- flexShrink: {
199
- 0: string;
200
- };
201
- aspectRatio: {
202
- square: string;
203
- landscape: string;
204
- portrait: string;
205
- widescreen: string;
206
- ultrawide: string;
207
- golden: string;
208
- };
209
- zIndex: {
210
- 0: string;
211
- auto: string;
212
- 10: string;
213
- 20: string;
214
- 40: string;
215
- 30: string;
216
- 50: string;
217
- };
218
- spacing: {
219
- 0: string;
220
- 4: string;
221
- 1: string;
222
- 2: string;
223
- px: string;
224
- 8: string;
225
- 0.5: string;
226
- 1.5: string;
227
- 2.5: string;
228
- 3: string;
229
- 3.5: string;
230
- 5: string;
231
- 6: string;
232
- 7: string;
233
- 9: string;
234
- 10: string;
235
- 11: string;
236
- 12: string;
237
- 14: string;
238
- 16: string;
239
- 20: string;
240
- 24: string;
241
- 28: string;
242
- 32: string;
243
- 36: string;
244
- 40: string;
245
- 44: string;
246
- 48: string;
247
- 52: string;
248
- 56: string;
249
- 60: string;
250
- 64: string;
251
- 72: string;
252
- 80: string;
253
- 96: string;
254
- };
255
- w: {
256
- screen: string;
257
- svw: string;
258
- lvw: string;
259
- dvw: string;
260
- };
261
- outlineWidth: {
262
- 0: string;
263
- 4: string;
264
- 1: string;
265
- 2: string;
266
- 8: string;
267
- };
268
- outlineOffset: {
269
- 0: string;
270
- 4: string;
271
- 1: string;
272
- 2: string;
273
- 8: string;
274
- };
275
- ringWidth: {
276
- 0: string;
277
- 4: string;
278
- inset: string;
279
- 1: string;
280
- 2: string;
281
- 8: string;
282
- };
283
- ringOffsetWidth: {
284
- 0: string;
285
- 4: string;
286
- 1: string;
287
- 2: string;
288
- 8: string;
289
- };
290
- shadow: {
291
- none: string;
292
- sm: string;
293
- md: string;
294
- lg: string;
295
- xl: string;
296
- "2xl": string;
297
- "2xs": string;
298
- xs: string;
299
- inner: string;
300
- };
301
- strokeWidth: {
302
- 0: string;
303
- 1: string;
304
- 2: string;
305
- };
306
- fontFamily: {
307
- sans: string;
308
- serif: string;
309
- mono: string;
310
- };
311
- fontWeight: {
312
- normal: string;
313
- thin: string;
314
- bold: string;
315
- medium: string;
316
- extralight: string;
317
- light: string;
318
- semibold: string;
319
- extrabold: string;
320
- black: string;
321
- };
322
- letterSpacing: {
323
- normal: string;
324
- tight: string;
325
- tighter: string;
326
- wide: string;
327
- wider: string;
328
- widest: string;
329
- };
330
- lineHeight: {
331
- none: string;
332
- normal: string;
333
- tight: string;
334
- relaxed: string;
335
- };
336
- textShadow: {
337
- none: string;
338
- sm: string;
339
- md: string;
340
- lg: string;
341
- "2xs": string;
342
- xs: string;
343
- };
344
- blur: {
345
- none: string;
346
- sm: string;
347
- md: string;
348
- lg: string;
349
- xl: string;
350
- "2xl": string;
351
- "3xl": string;
352
- };
353
- translate: {
354
- 0: string;
355
- 4: string;
356
- full: string;
357
- 1: string;
358
- 2: string;
359
- "1/2": string;
360
- "1/3": string;
361
- "2/3": string;
362
- "1/4": string;
363
- "3/4": string;
364
- 8: string;
365
- 0.5: string;
366
- 1.5: string;
367
- 2.5: string;
368
- 3: string;
369
- 3.5: string;
370
- 5: string;
371
- 6: string;
372
- 7: string;
373
- 9: string;
374
- 10: string;
375
- 11: string;
376
- 12: string;
377
- 14: string;
378
- 16: string;
379
- 20: string;
380
- 24: string;
381
- 28: string;
382
- 32: string;
383
- 36: string;
384
- 40: string;
385
- 44: string;
386
- 48: string;
387
- 52: string;
388
- 56: string;
389
- 60: string;
390
- 64: string;
391
- 72: string;
392
- 80: string;
393
- 96: string;
394
- };
395
- radius: {
396
- none: string;
397
- sm: string;
398
- md: string;
399
- lg: string;
400
- xl: string;
401
- xs: string;
402
- full: string;
403
- };
404
- h: {
405
- screen: string;
406
- svh: string;
407
- lvh: string;
408
- dvh: string;
409
- };
410
- skew: {
411
- 0: string;
412
- 1: string;
413
- 2: string;
414
- 3: string;
415
- 6: string;
416
- 12: string;
417
- };
418
- }, {}, {}, {}, GetModifierFromInput<{
419
- readonly colorMode: {
420
- readonly options: {
421
- readonly dark: {
422
- readonly css: ".dark";
423
- };
424
- };
425
- };
426
- readonly responsive: {
427
- readonly options: {
428
- readonly sm: {
429
- readonly media: "(min-width: 640px)";
430
- };
431
- readonly md: {
432
- readonly media: "(min-width: 768px)";
433
- };
434
- readonly lg: {
435
- readonly media: "(min-width: 1024px)";
436
- };
437
- readonly xl: {
438
- readonly media: "(min-width: 1280px)";
439
- };
440
- readonly '2xl': {
441
- readonly media: "(min-width: 1536px)";
442
- };
443
- };
444
- };
445
- }>, {
446
- readonly color: {
447
- readonly $type: "color";
448
- readonly inherit: {
449
- readonly value: "inherit";
450
- };
451
- readonly current: {
452
- readonly value: "currentColor";
453
- };
454
- readonly transparent: {
455
- readonly value: "transparent";
456
- };
457
- readonly 'always/black': {
458
- readonly value: "#000";
459
- };
460
- readonly 'always/white': {
461
- readonly value: "#fff";
462
- };
463
- readonly brand: {
464
- readonly value: "#1167f4";
465
- readonly _dark: "#88bcfb";
466
- };
467
- readonly 'on-brand': {
468
- readonly value: "#ffffff";
469
- readonly _dark: "#09090b";
470
- };
471
- readonly accent: {
472
- readonly value: "#da1c46";
473
- readonly _dark: "#fc9aa8";
474
- };
475
- readonly 'on-accent': {
476
- readonly value: "#ffffff";
477
- readonly _dark: "#09090b";
478
- };
479
- readonly alert: {
480
- readonly value: "#df1313";
481
- readonly _dark: "#fa9b9b";
482
- };
483
- readonly 'on-alert': {
484
- readonly value: "#ffffff";
485
- readonly _dark: "#09090b";
486
- };
487
- readonly positive: {
488
- readonly value: "#17843f";
489
- readonly _dark: "#4ade80";
490
- };
491
- readonly 'on-positive': {
492
- readonly value: "#ffffff";
493
- readonly _dark: "#09090b";
494
- };
495
- readonly warning: {
496
- readonly value: "#bf5105";
497
- readonly _dark: "#fca156";
498
- };
499
- readonly 'on-warning': {
500
- readonly value: "#ffffff";
501
- readonly _dark: "#09090b";
502
- };
503
- readonly primary: {
504
- readonly value: "#52525b";
505
- readonly _dark: "#09090b";
506
- };
507
- readonly 'on-primary': {
508
- readonly value: "#18181b";
509
- readonly _dark: "#fafafa";
510
- };
511
- readonly secondary: {
512
- readonly value: "#a1a1aa";
513
- readonly _dark: "#a1a1aa";
514
- };
515
- readonly 'on-secondary': {
516
- readonly value: "#6f6f78";
517
- readonly _dark: "#b7b7bd";
518
- };
519
- readonly tertiary: {
520
- readonly value: "#fafafa";
521
- readonly _dark: "#18181b";
522
- };
523
- readonly 'on-tertiary': {
524
- readonly value: "#71717a";
525
- readonly _dark: "#b2b2b9";
526
- };
527
- readonly inverse: {
528
- readonly value: "#18181b";
529
- readonly _dark: "#fafafa";
530
- };
531
- readonly 'on-inverse': {
532
- readonly value: "#fafafa";
533
- readonly _dark: "#09090b";
534
- };
535
- };
536
- readonly bg: {
537
- readonly $type: "color";
538
- readonly brand: {
539
- readonly value: "#1e6ff5";
540
- readonly _dark: "#71affb";
541
- };
542
- readonly surface: {
543
- readonly value: "#fafafa";
544
- readonly _dark: "#09090b";
545
- };
546
- readonly accent: {
547
- readonly value: "#e11d48";
548
- readonly _dark: "#fc8a9a";
549
- };
550
- readonly alert: {
551
- readonly value: "#eb1616";
552
- readonly _dark: "#f98d8d";
553
- };
554
- readonly positive: {
555
- readonly value: "#188841";
556
- readonly _dark: "#4ade80";
557
- };
558
- readonly warning: {
559
- readonly value: "#c55405";
560
- readonly _dark: "#fb923c";
561
- };
562
- readonly primary: {
563
- readonly value: "#fff";
564
- readonly _dark: "#09090b";
565
- };
566
- readonly 'elevation-1': {
567
- readonly value: "#fff";
568
- readonly _dark: "#18181b";
569
- };
570
- readonly 'elevation-2': {
571
- readonly value: "#fff";
572
- readonly _dark: "#27272a";
573
- };
574
- readonly 'elevation-3': {
575
- readonly value: "#fff";
576
- readonly _dark: "#3f3f46";
577
- };
578
- readonly secondary: {
579
- readonly value: "#f4f4f5";
580
- readonly _dark: "#27272a";
581
- };
582
- readonly tertiary: {
583
- readonly value: "#fafafa";
584
- readonly _dark: "#18181b";
585
- };
586
- readonly inverse: {
587
- readonly value: "#18181b";
588
- readonly _dark: "#fafafa";
589
- };
590
- readonly 'brand-wash': {
591
- readonly value: "#eff6ff";
592
- readonly _dark: "#172554";
593
- };
594
- readonly 'accent-wash': {
595
- readonly value: "#fff1f2";
596
- readonly _dark: "#4c0519";
597
- };
598
- readonly 'alert-wash': {
599
- readonly value: "#fef2f2";
600
- readonly _dark: "#450a0a";
601
- };
602
- readonly 'positive-wash': {
603
- readonly value: "#f0fdf4";
604
- readonly _dark: "#052e16";
605
- };
606
- readonly 'warning-wash': {
607
- readonly value: "#fff7ed";
608
- readonly _dark: "#431407";
609
- };
610
- readonly overlay: {
611
- readonly value: "rgba(0,0,0,0.5)";
612
- readonly _dark: "rgba(0,0,0,0.7)";
613
- };
614
- };
615
- readonly borderColor: {
616
- readonly $type: "color";
617
- readonly brand: {
618
- readonly value: "#1e6ff5";
619
- readonly _dark: "#71affb";
620
- };
621
- readonly surface: {
622
- readonly value: "#fafafa";
623
- readonly _dark: "#09090b";
624
- };
625
- readonly accent: {
626
- readonly value: "#e11d48";
627
- readonly _dark: "#fc8a9a";
628
- };
629
- readonly alert: {
630
- readonly value: "#eb1616";
631
- readonly _dark: "#f98d8d";
632
- };
633
- readonly positive: {
634
- readonly value: "#188841";
635
- readonly _dark: "#4ade80";
636
- };
637
- readonly warning: {
638
- readonly value: "#c55405";
639
- readonly _dark: "#fb923c";
640
- };
641
- readonly primary: {
642
- readonly value: "#fff";
643
- readonly _dark: "#09090b";
644
- };
645
- readonly secondary: {
646
- readonly value: "#f4f4f5";
647
- readonly _dark: "#27272a";
648
- };
649
- readonly tertiary: {
650
- readonly value: "#fafafa";
651
- readonly _dark: "#18181b";
652
- };
653
- readonly inverse: {
654
- readonly value: "#18181b";
655
- readonly _dark: "#fafafa";
656
- };
657
- readonly 'brand-wash': {
658
- readonly value: "#eff6ff";
659
- readonly _dark: "#172554";
660
- };
661
- readonly 'accent-wash': {
662
- readonly value: "#fff1f2";
663
- readonly _dark: "#4c0519";
664
- };
665
- readonly 'alert-wash': {
666
- readonly value: "#fef2f2";
667
- readonly _dark: "#450a0a";
668
- };
669
- readonly 'positive-wash': {
670
- readonly value: "#f0fdf4";
671
- readonly _dark: "#052e16";
672
- };
673
- readonly 'warning-wash': {
674
- readonly value: "#fff7ed";
675
- readonly _dark: "#431407";
676
- };
677
- };
678
- readonly borderWidth: {
679
- readonly $type: "dimension";
680
- readonly none: {
681
- readonly value: "0px";
682
- };
683
- readonly thin: {
684
- readonly value: "1px";
685
- };
686
- readonly medium: {
687
- readonly value: "2px";
688
- };
689
- readonly thick: {
690
- readonly value: "4px";
691
- };
692
- };
693
- readonly outlineWidth: {
694
- readonly $type: "dimension";
695
- readonly 0: {
696
- readonly value: "0px";
697
- };
698
- readonly 1: {
699
- readonly value: "1px";
700
- };
701
- readonly 2: {
702
- readonly value: "2px";
703
- };
704
- readonly 4: {
705
- readonly value: "4px";
706
- };
707
- readonly 8: {
708
- readonly value: "8px";
709
- };
710
- };
711
- readonly outlineOffset: {
712
- readonly $type: "dimension";
713
- readonly 0: {
714
- readonly value: "0px";
715
- };
716
- readonly 1: {
717
- readonly value: "1px";
718
- };
719
- readonly 2: {
720
- readonly value: "2px";
721
- };
722
- readonly 4: {
723
- readonly value: "4px";
724
- };
725
- readonly 8: {
726
- readonly value: "8px";
727
- };
728
- };
729
- readonly divideWidth: {
730
- readonly $type: "dimension";
731
- readonly 0: {
732
- readonly value: "0px";
733
- };
734
- readonly 2: {
735
- readonly value: "2px";
736
- };
737
- readonly 4: {
738
- readonly value: "4px";
739
- };
740
- readonly 8: {
741
- readonly value: "8px";
742
- };
743
- readonly reverse: {
744
- readonly value: "reverse";
745
- readonly $type: "string";
746
- };
747
- };
748
- readonly ringWidth: {
749
- readonly $type: "dimension";
750
- readonly 0: {
751
- readonly value: "0px";
752
- };
753
- readonly 1: {
754
- readonly value: "1px";
755
- };
756
- readonly 2: {
757
- readonly value: "2px";
758
- };
759
- readonly 4: {
760
- readonly value: "4px";
761
- };
762
- readonly 8: {
763
- readonly value: "8px";
764
- };
765
- readonly inset: {
766
- readonly value: "inset";
767
- readonly $type: "string";
768
- };
769
- };
770
- readonly ringOffsetWidth: {
771
- readonly $type: "dimension";
772
- readonly 0: {
773
- readonly value: "0px";
774
- };
775
- readonly 1: {
776
- readonly value: "1px";
777
- };
778
- readonly 2: {
779
- readonly value: "2px";
780
- };
781
- readonly 4: {
782
- readonly value: "4px";
783
- };
784
- readonly 8: {
785
- readonly value: "8px";
786
- };
787
- };
788
- readonly fontWeight: {
789
- readonly $type: "fontWeight";
790
- readonly thin: {
791
- readonly value: "100";
792
- };
793
- readonly extralight: {
794
- readonly value: "200";
795
- };
796
- readonly light: {
797
- readonly value: "300";
798
- };
799
- readonly normal: {
800
- readonly value: "400";
801
- };
802
- readonly medium: {
803
- readonly value: "500";
804
- };
805
- readonly semibold: {
806
- readonly value: "600";
807
- };
808
- readonly bold: {
809
- readonly value: "700";
810
- };
811
- readonly extrabold: {
812
- readonly value: "800";
813
- };
814
- readonly black: {
815
- readonly value: "900";
816
- };
817
- };
818
- readonly lineHeight: {
819
- readonly $type: "number";
820
- readonly none: {
821
- readonly value: "1";
822
- };
823
- readonly tight: {
824
- readonly value: "1.25";
825
- };
826
- readonly normal: {
827
- readonly value: "1.5";
828
- };
829
- readonly relaxed: {
830
- readonly value: "1.75";
831
- };
832
- };
833
- readonly letterSpacing: {
834
- readonly $type: "dimension";
835
- readonly tighter: {
836
- readonly value: "-0.05em";
837
- };
838
- readonly tight: {
839
- readonly value: "-0.025em";
840
- };
841
- readonly normal: {
842
- readonly value: "0em";
843
- };
844
- readonly wide: {
845
- readonly value: "0.025em";
846
- };
847
- readonly wider: {
848
- readonly value: "0.05em";
849
- };
850
- readonly widest: {
851
- readonly value: "0.1em";
852
- };
853
- };
854
- readonly spacing: {
855
- readonly $type: "dimension";
856
- readonly px: {
857
- readonly value: "1px";
858
- };
859
- readonly 0: {
860
- readonly value: "0px";
861
- };
862
- readonly 0.5: {
863
- readonly value: "0.125rem";
864
- };
865
- readonly 1: {
866
- readonly value: "0.25rem";
867
- };
868
- readonly 1.5: {
869
- readonly value: "0.375rem";
870
- };
871
- readonly 2: {
872
- readonly value: "0.5rem";
873
- };
874
- readonly 2.5: {
875
- readonly value: "0.625rem";
876
- };
877
- readonly 3: {
878
- readonly value: "0.75rem";
879
- };
880
- readonly 3.5: {
881
- readonly value: "0.875rem";
882
- };
883
- readonly 4: {
884
- readonly value: "1rem";
885
- };
886
- readonly 5: {
887
- readonly value: "1.25rem";
888
- };
889
- readonly 6: {
890
- readonly value: "1.5rem";
891
- };
892
- readonly 7: {
893
- readonly value: "1.75rem";
894
- };
895
- readonly 8: {
896
- readonly value: "2rem";
897
- };
898
- readonly 9: {
899
- readonly value: "2.25rem";
900
- };
901
- readonly 10: {
902
- readonly value: "2.5rem";
903
- };
904
- readonly 11: {
905
- readonly value: "2.75rem";
906
- };
907
- readonly 12: {
908
- readonly value: "3rem";
909
- };
910
- readonly 14: {
911
- readonly value: "3.5rem";
912
- };
913
- readonly 16: {
914
- readonly value: "4rem";
915
- };
916
- readonly 20: {
917
- readonly value: "5rem";
918
- };
919
- readonly 24: {
920
- readonly value: "6rem";
921
- };
922
- readonly 28: {
923
- readonly value: "7rem";
924
- };
925
- readonly 32: {
926
- readonly value: "8rem";
927
- };
928
- readonly 36: {
929
- readonly value: "9rem";
930
- };
931
- readonly 40: {
932
- readonly value: "10rem";
933
- };
934
- readonly 44: {
935
- readonly value: "11rem";
936
- };
937
- readonly 48: {
938
- readonly value: "12rem";
939
- };
940
- readonly 52: {
941
- readonly value: "13rem";
942
- };
943
- readonly 56: {
944
- readonly value: "14rem";
945
- };
946
- readonly 60: {
947
- readonly value: "15rem";
948
- };
949
- readonly 64: {
950
- readonly value: "16rem";
951
- };
952
- readonly 72: {
953
- readonly value: "18rem";
954
- };
955
- readonly 80: {
956
- readonly value: "20rem";
957
- };
958
- readonly 96: {
959
- readonly value: "24rem";
960
- };
961
- };
962
- readonly position: {
963
- readonly $type: "dimension";
964
- readonly auto: {
965
- readonly value: "auto";
966
- readonly $type: "string";
967
- };
968
- readonly full: {
969
- readonly value: "100%";
970
- };
971
- readonly '1/2': {
972
- readonly value: "50%";
973
- };
974
- readonly '1/3': {
975
- readonly value: "33.333333%";
976
- };
977
- readonly '2/3': {
978
- readonly value: "66.666667%";
979
- };
980
- readonly '1/4': {
981
- readonly value: "25%";
982
- };
983
- readonly '2/4': {
984
- readonly value: "50%";
985
- };
986
- readonly '3/4': {
987
- readonly value: "75%";
988
- };
989
- };
990
- readonly aspectRatio: {
991
- readonly $type: "string";
992
- readonly square: {
993
- readonly value: "1 / 1";
994
- };
995
- readonly landscape: {
996
- readonly value: "4 / 3";
997
- };
998
- readonly portrait: {
999
- readonly value: "3 / 4";
1000
- };
1001
- readonly widescreen: {
1002
- readonly value: "16 / 9";
1003
- };
1004
- readonly ultrawide: {
1005
- readonly value: "21 / 9";
1006
- };
1007
- readonly golden: {
1008
- readonly value: "1.618 / 1";
1009
- };
1010
- };
1011
- readonly flex: {
1012
- readonly $type: "string";
1013
- readonly 1: {
1014
- readonly value: "1 1 0%";
1015
- };
1016
- readonly auto: {
1017
- readonly value: "1 1 auto";
1018
- };
1019
- readonly initial: {
1020
- readonly value: "0 1 auto";
1021
- };
1022
- readonly none: {
1023
- readonly value: "none";
1024
- };
1025
- };
1026
- readonly flexGrow: {
1027
- readonly $type: "number";
1028
- readonly 0: {
1029
- readonly value: "0";
1030
- };
1031
- readonly 1: {
1032
- readonly value: "1";
1033
- };
1034
- };
1035
- readonly flexShrink: {
1036
- readonly $type: "number";
1037
- readonly 0: {
1038
- readonly value: "0";
1039
- };
1040
- };
1041
- readonly opacity: {
1042
- readonly $type: "number";
1043
- readonly 0: {
1044
- readonly value: "0";
1045
- };
1046
- readonly 5: {
1047
- readonly value: "5";
1048
- };
1049
- readonly 10: {
1050
- readonly value: "10";
1051
- };
1052
- readonly 20: {
1053
- readonly value: "20";
1054
- };
1055
- readonly 25: {
1056
- readonly value: "25";
1057
- };
1058
- readonly 30: {
1059
- readonly value: "30";
1060
- };
1061
- readonly 40: {
1062
- readonly value: "40";
1063
- };
1064
- readonly 50: {
1065
- readonly value: "50";
1066
- };
1067
- readonly 60: {
1068
- readonly value: "60";
1069
- };
1070
- readonly 70: {
1071
- readonly value: "70";
1072
- };
1073
- readonly 75: {
1074
- readonly value: "75";
1075
- };
1076
- readonly 80: {
1077
- readonly value: "80";
1078
- };
1079
- readonly 90: {
1080
- readonly value: "90";
1081
- };
1082
- readonly 95: {
1083
- readonly value: "95";
1084
- };
1085
- readonly 100: {
1086
- readonly value: "100";
1087
- };
1088
- };
1089
- readonly radius: {
1090
- readonly $type: "dimension";
1091
- readonly none: {
1092
- readonly value: "0px";
1093
- };
1094
- readonly xs: {
1095
- readonly value: "2px";
1096
- };
1097
- readonly sm: {
1098
- readonly value: "4px";
1099
- };
1100
- readonly md: {
1101
- readonly value: "6px";
1102
- };
1103
- readonly lg: {
1104
- readonly value: "16px";
1105
- };
1106
- readonly xl: {
1107
- readonly value: "32px";
1108
- };
1109
- readonly full: {
1110
- readonly value: "1e5px";
1111
- };
1112
- };
1113
- readonly animation: {
1114
- readonly $type: "string";
1115
- readonly none: {
1116
- readonly value: "none";
1117
- };
1118
- readonly spin: {
1119
- readonly value: "spin 1s linear infinite";
1120
- };
1121
- readonly ping: {
1122
- readonly value: "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite";
1123
- };
1124
- };
1125
- readonly shadow: {
1126
- readonly $type: "string";
1127
- readonly '2xs': {
1128
- readonly value: "0 1px rgb(0 0 0 / 0.05)";
1129
- };
1130
- readonly xs: {
1131
- readonly value: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
1132
- };
1133
- readonly sm: {
1134
- readonly value: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
1135
- };
1136
- readonly md: {
1137
- readonly value: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
1138
- };
1139
- readonly lg: {
1140
- readonly value: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
1141
- };
1142
- readonly xl: {
1143
- readonly value: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
1144
- };
1145
- readonly '2xl': {
1146
- readonly value: "0 25px 50px -12px rgb(0 0 0 / 0.25)";
1147
- };
1148
- readonly inner: {
1149
- readonly value: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)";
1150
- };
1151
- readonly none: {
1152
- readonly value: "none";
1153
- };
1154
- };
1155
- readonly blur: {
1156
- readonly $type: "string";
1157
- readonly none: {
1158
- readonly value: "blur(0)";
1159
- };
1160
- readonly sm: {
1161
- readonly value: "blur(4px)";
1162
- };
1163
- readonly md: {
1164
- readonly value: "blur(12px)";
1165
- };
1166
- readonly lg: {
1167
- readonly value: "blur(16px)";
1168
- };
1169
- readonly xl: {
1170
- readonly value: "blur(24px)";
1171
- };
1172
- readonly '2xl': {
1173
- readonly value: "blur(40px)";
1174
- };
1175
- readonly '3xl': {
1176
- readonly value: "blur(64px)";
1177
- };
1178
- };
1179
- readonly textShadow: {
1180
- readonly $type: "string";
1181
- readonly '2xs': {
1182
- readonly value: "0 1px 0 rgb(0 0 0 / 0.15)";
1183
- };
1184
- readonly xs: {
1185
- readonly value: "0 1px 1px rgb(0 0 0 / 0.2)";
1186
- };
1187
- readonly sm: {
1188
- readonly value: "0 1px 2px rgb(0 0 0 / 0.25)";
1189
- };
1190
- readonly md: {
1191
- readonly value: "0 2px 4px rgb(0 0 0 / 0.25)";
1192
- };
1193
- readonly lg: {
1194
- readonly value: "0 4px 8px rgb(0 0 0 / 0.25)";
1195
- };
1196
- readonly none: {
1197
- readonly value: "none";
1198
- };
1199
- };
1200
- readonly zIndex: {
1201
- readonly $type: "number";
1202
- readonly auto: {
1203
- readonly value: "auto";
1204
- readonly $type: "string";
1205
- };
1206
- readonly 0: {
1207
- readonly value: "0";
1208
- };
1209
- readonly 10: {
1210
- readonly value: "10";
1211
- };
1212
- readonly 20: {
1213
- readonly value: "20";
1214
- };
1215
- readonly 30: {
1216
- readonly value: "30";
1217
- };
1218
- readonly 40: {
1219
- readonly value: "40";
1220
- };
1221
- readonly 50: {
1222
- readonly value: "50";
1223
- };
1224
- };
1225
- readonly size: {
1226
- readonly $type: "dimension";
1227
- readonly auto: {
1228
- readonly value: "auto";
1229
- readonly $type: "string";
1230
- };
1231
- readonly full: {
1232
- readonly value: "100%";
1233
- };
1234
- readonly min: {
1235
- readonly value: "min-content";
1236
- readonly $type: "string";
1237
- };
1238
- readonly max: {
1239
- readonly value: "max-content";
1240
- readonly $type: "string";
1241
- };
1242
- readonly fit: {
1243
- readonly value: "fit-content";
1244
- readonly $type: "string";
1245
- };
1246
- readonly '1/2': {
1247
- readonly value: "50%";
1248
- };
1249
- readonly '1/3': {
1250
- readonly value: "33.333333%";
1251
- };
1252
- readonly '2/3': {
1253
- readonly value: "66.666667%";
1254
- };
1255
- readonly '1/4': {
1256
- readonly value: "25%";
1257
- };
1258
- readonly '2/4': {
1259
- readonly value: "50%";
1260
- };
1261
- readonly '3/4': {
1262
- readonly value: "75%";
1263
- };
1264
- readonly '1/5': {
1265
- readonly value: "20%";
1266
- };
1267
- readonly '2/5': {
1268
- readonly value: "40%";
1269
- };
1270
- readonly '3/5': {
1271
- readonly value: "60%";
1272
- };
1273
- readonly '4/5': {
1274
- readonly value: "80%";
1275
- };
1276
- readonly '1/6': {
1277
- readonly value: "16.666667%";
1278
- };
1279
- readonly '2/6': {
1280
- readonly value: "33.333333%";
1281
- };
1282
- readonly '3/6': {
1283
- readonly value: "50%";
1284
- };
1285
- readonly '4/6': {
1286
- readonly value: "66.666667%";
1287
- };
1288
- readonly '5/6': {
1289
- readonly value: "83.333333%";
1290
- };
1291
- };
1292
- readonly w: {
1293
- readonly $type: "dimension";
1294
- readonly screen: {
1295
- readonly value: "100vw";
1296
- };
1297
- readonly svw: {
1298
- readonly value: "100svw";
1299
- };
1300
- readonly lvw: {
1301
- readonly value: "100lvw";
1302
- };
1303
- readonly dvw: {
1304
- readonly value: "100dvw";
1305
- };
1306
- };
1307
- readonly h: {
1308
- readonly $type: "dimension";
1309
- readonly screen: {
1310
- readonly value: "100vh";
1311
- };
1312
- readonly svh: {
1313
- readonly value: "100svh";
1314
- };
1315
- readonly lvh: {
1316
- readonly value: "100lvh";
1317
- };
1318
- readonly dvh: {
1319
- readonly value: "100dvh";
1320
- };
1321
- };
1322
- readonly rotate: {
1323
- readonly $type: "dimension";
1324
- readonly 0: {
1325
- readonly value: "0deg";
1326
- };
1327
- readonly 1: {
1328
- readonly value: "1deg";
1329
- };
1330
- readonly 2: {
1331
- readonly value: "2deg";
1332
- };
1333
- readonly 3: {
1334
- readonly value: "3deg";
1335
- };
1336
- readonly 6: {
1337
- readonly value: "6deg";
1338
- };
1339
- readonly 12: {
1340
- readonly value: "12deg";
1341
- };
1342
- readonly 45: {
1343
- readonly value: "45deg";
1344
- };
1345
- readonly 90: {
1346
- readonly value: "90deg";
1347
- };
1348
- readonly 180: {
1349
- readonly value: "180deg";
1350
- };
1351
- };
1352
- readonly scale: {
1353
- readonly $type: "number";
1354
- readonly 0: {
1355
- readonly value: "0";
1356
- };
1357
- readonly 50: {
1358
- readonly value: ".5";
1359
- };
1360
- readonly 75: {
1361
- readonly value: ".75";
1362
- };
1363
- readonly 90: {
1364
- readonly value: ".9";
1365
- };
1366
- readonly 95: {
1367
- readonly value: ".95";
1368
- };
1369
- readonly 100: {
1370
- readonly value: "1";
1371
- };
1372
- readonly 105: {
1373
- readonly value: "1.05";
1374
- };
1375
- readonly 110: {
1376
- readonly value: "1.1";
1377
- };
1378
- readonly 125: {
1379
- readonly value: "1.25";
1380
- };
1381
- readonly 150: {
1382
- readonly value: "1.5";
1383
- };
1384
- readonly 200: {
1385
- readonly value: "2";
1386
- };
1387
- };
1388
- readonly skew: {
1389
- readonly $type: "dimension";
1390
- readonly 0: {
1391
- readonly value: "0deg";
1392
- };
1393
- readonly 1: {
1394
- readonly value: "1deg";
1395
- };
1396
- readonly 2: {
1397
- readonly value: "2deg";
1398
- };
1399
- readonly 3: {
1400
- readonly value: "3deg";
1401
- };
1402
- readonly 6: {
1403
- readonly value: "6deg";
1404
- };
1405
- readonly 12: {
1406
- readonly value: "12deg";
1407
- };
1408
- };
1409
- readonly translate: {
1410
- readonly $type: "dimension";
1411
- readonly 0: {
1412
- readonly value: "0px";
1413
- };
1414
- readonly 0.5: {
1415
- readonly value: "0.125rem";
1416
- };
1417
- readonly 1: {
1418
- readonly value: "0.25rem";
1419
- };
1420
- readonly 1.5: {
1421
- readonly value: "0.375rem";
1422
- };
1423
- readonly 2: {
1424
- readonly value: "0.5rem";
1425
- };
1426
- readonly 2.5: {
1427
- readonly value: "0.625rem";
1428
- };
1429
- readonly 3: {
1430
- readonly value: "0.75rem";
1431
- };
1432
- readonly 3.5: {
1433
- readonly value: "0.875rem";
1434
- };
1435
- readonly 4: {
1436
- readonly value: "1rem";
1437
- };
1438
- readonly 5: {
1439
- readonly value: "1.25rem";
1440
- };
1441
- readonly 6: {
1442
- readonly value: "1.5rem";
1443
- };
1444
- readonly 7: {
1445
- readonly value: "1.75rem";
1446
- };
1447
- readonly 8: {
1448
- readonly value: "2rem";
1449
- };
1450
- readonly 9: {
1451
- readonly value: "2.25rem";
1452
- };
1453
- readonly 10: {
1454
- readonly value: "2.5rem";
1455
- };
1456
- readonly 11: {
1457
- readonly value: "2.75rem";
1458
- };
1459
- readonly 12: {
1460
- readonly value: "3rem";
1461
- };
1462
- readonly 14: {
1463
- readonly value: "3.5rem";
1464
- };
1465
- readonly 16: {
1466
- readonly value: "4rem";
1467
- };
1468
- readonly 20: {
1469
- readonly value: "5rem";
1470
- };
1471
- readonly 24: {
1472
- readonly value: "6rem";
1473
- };
1474
- readonly 28: {
1475
- readonly value: "7rem";
1476
- };
1477
- readonly 32: {
1478
- readonly value: "8rem";
1479
- };
1480
- readonly 36: {
1481
- readonly value: "9rem";
1482
- };
1483
- readonly 40: {
1484
- readonly value: "10rem";
1485
- };
1486
- readonly 44: {
1487
- readonly value: "11rem";
1488
- };
1489
- readonly 48: {
1490
- readonly value: "12rem";
1491
- };
1492
- readonly 52: {
1493
- readonly value: "13rem";
1494
- };
1495
- readonly 56: {
1496
- readonly value: "14rem";
1497
- };
1498
- readonly 60: {
1499
- readonly value: "15rem";
1500
- };
1501
- readonly 64: {
1502
- readonly value: "16rem";
1503
- };
1504
- readonly 72: {
1505
- readonly value: "18rem";
1506
- };
1507
- readonly 80: {
1508
- readonly value: "20rem";
1509
- };
1510
- readonly 96: {
1511
- readonly value: "24rem";
1512
- };
1513
- readonly '1/2': {
1514
- readonly value: "50%";
1515
- };
1516
- readonly '1/3': {
1517
- readonly value: "33.333333%";
1518
- };
1519
- readonly '2/3': {
1520
- readonly value: "66.666667%";
1521
- };
1522
- readonly '1/4': {
1523
- readonly value: "25%";
1524
- };
1525
- readonly '3/4': {
1526
- readonly value: "75%";
1527
- };
1528
- readonly full: {
1529
- readonly value: "100%";
1530
- };
1531
- };
1532
- readonly strokeWidth: {
1533
- readonly $type: "dimension";
1534
- readonly 0: {
1535
- readonly value: "0px";
1536
- };
1537
- readonly 1: {
1538
- readonly value: "1px";
1539
- };
1540
- readonly 2: {
1541
- readonly value: "2px";
1542
- };
1543
- };
1544
- readonly fontFamily: {
1545
- readonly $type: "fontFamily";
1546
- readonly sans: {
1547
- readonly value: "var(--uds-font-family-geist, ui-sans-serif, system-ui, sans-serif)";
1548
- };
1549
- readonly serif: {
1550
- readonly value: "Georgia, Times, Times New Roman, serif";
1551
- };
1552
- readonly mono: {
1553
- readonly value: "var(--uds-font-family-geist-mono, Menlo, Monaco, Courier New, monospace)";
1554
- };
1555
- };
1556
- }>;
1557
- //#endregion
1558
- export { defaultFoundationPreset };