@yahoo/uds-v5-wip 1.60.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 (563) 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 +29 -1
  53. package/dist/loader/dist/loader.js +71 -309
  54. package/dist/loader/dist/next.d.ts +2 -1
  55. package/dist/loader/dist/transform-runner.js +14 -0
  56. package/dist/loader/dist/unplugin.d.ts +27 -0
  57. package/dist/loader/dist/unplugin.js +52 -0
  58. package/dist/plugin.d.ts +2 -2
  59. package/dist/plugin.js +3 -2
  60. package/dist/tsconfig.tsbuildinfo +1 -1
  61. package/package.json +3 -51
  62. package/dist/components/accordion.config.d.ts +0 -2
  63. package/dist/components/accordion.config.js +0 -2
  64. package/dist/components/accordion.d.ts +0 -2
  65. package/dist/components/accordion.js +0 -2
  66. package/dist/components/alert.config.d.ts +0 -2
  67. package/dist/components/alert.config.js +0 -2
  68. package/dist/components/alert.d.ts +0 -2
  69. package/dist/components/alert.js +0 -2
  70. package/dist/components/anchor.config.d.ts +0 -2
  71. package/dist/components/anchor.config.js +0 -2
  72. package/dist/components/anchor.d.ts +0 -2
  73. package/dist/components/anchor.js +0 -2
  74. package/dist/components/article.d.ts +0 -2
  75. package/dist/components/article.js +0 -2
  76. package/dist/components/aside.d.ts +0 -2
  77. package/dist/components/aside.js +0 -2
  78. package/dist/components/avatar-group.config.d.ts +0 -2
  79. package/dist/components/avatar-group.config.js +0 -2
  80. package/dist/components/avatar-group.d.ts +0 -2
  81. package/dist/components/avatar-group.js +0 -2
  82. package/dist/components/avatar.config.d.ts +0 -2
  83. package/dist/components/avatar.config.js +0 -2
  84. package/dist/components/avatar.d.ts +0 -2
  85. package/dist/components/avatar.js +0 -2
  86. package/dist/components/badge.config.d.ts +0 -2
  87. package/dist/components/badge.config.js +0 -2
  88. package/dist/components/badge.d.ts +0 -2
  89. package/dist/components/badge.js +0 -2
  90. package/dist/components/box.d.ts +0 -2
  91. package/dist/components/box.js +0 -2
  92. package/dist/components/breadcrumb.config.d.ts +0 -2
  93. package/dist/components/breadcrumb.config.js +0 -2
  94. package/dist/components/breadcrumb.d.ts +0 -2
  95. package/dist/components/breadcrumb.js +0 -2
  96. package/dist/components/button.config.d.ts +0 -2
  97. package/dist/components/button.config.js +0 -2
  98. package/dist/components/button.d.ts +0 -2
  99. package/dist/components/button.js +0 -2
  100. package/dist/components/card.config.d.ts +0 -2
  101. package/dist/components/card.config.js +0 -2
  102. package/dist/components/card.d.ts +0 -2
  103. package/dist/components/card.js +0 -2
  104. package/dist/components/collapsible.config.d.ts +0 -2
  105. package/dist/components/collapsible.config.js +0 -2
  106. package/dist/components/collapsible.d.ts +0 -2
  107. package/dist/components/collapsible.js +0 -2
  108. package/dist/components/command.config.d.ts +0 -2
  109. package/dist/components/command.config.js +0 -2
  110. package/dist/components/command.d.ts +0 -2
  111. package/dist/components/command.js +0 -2
  112. package/dist/components/control-color.config.d.ts +0 -2
  113. package/dist/components/control-color.config.js +0 -2
  114. package/dist/components/control-color.d.ts +0 -2
  115. package/dist/components/control-color.js +0 -2
  116. package/dist/components/control-curve.config.d.ts +0 -2
  117. package/dist/components/control-curve.config.js +0 -2
  118. package/dist/components/control-curve.d.ts +0 -2
  119. package/dist/components/control-curve.js +0 -2
  120. package/dist/components/control-folder.config.d.ts +0 -2
  121. package/dist/components/control-folder.config.js +0 -2
  122. package/dist/components/control-folder.d.ts +0 -2
  123. package/dist/components/control-folder.js +0 -2
  124. package/dist/components/control-group.config.d.ts +0 -2
  125. package/dist/components/control-group.config.js +0 -2
  126. package/dist/components/control-group.d.ts +0 -2
  127. package/dist/components/control-group.js +0 -2
  128. package/dist/components/control-knob.config.d.ts +0 -2
  129. package/dist/components/control-knob.config.js +0 -2
  130. package/dist/components/control-knob.d.ts +0 -2
  131. package/dist/components/control-knob.js +0 -2
  132. package/dist/components/control-panel.config.d.ts +0 -2
  133. package/dist/components/control-panel.config.js +0 -2
  134. package/dist/components/control-panel.d.ts +0 -2
  135. package/dist/components/control-panel.js +0 -2
  136. package/dist/components/control-select.config.d.ts +0 -2
  137. package/dist/components/control-select.config.js +0 -2
  138. package/dist/components/control-select.d.ts +0 -2
  139. package/dist/components/control-select.js +0 -2
  140. package/dist/components/control-slider.config.d.ts +0 -2
  141. package/dist/components/control-slider.config.js +0 -2
  142. package/dist/components/control-slider.d.ts +0 -2
  143. package/dist/components/control-slider.js +0 -2
  144. package/dist/components/control-spring.config.d.ts +0 -2
  145. package/dist/components/control-spring.config.js +0 -2
  146. package/dist/components/control-spring.d.ts +0 -2
  147. package/dist/components/control-spring.js +0 -2
  148. package/dist/components/control-stepper.config.d.ts +0 -2
  149. package/dist/components/control-stepper.config.js +0 -2
  150. package/dist/components/control-stepper.d.ts +0 -2
  151. package/dist/components/control-stepper.js +0 -2
  152. package/dist/components/control-toggle.config.d.ts +0 -2
  153. package/dist/components/control-toggle.config.js +0 -2
  154. package/dist/components/control-toggle.d.ts +0 -2
  155. package/dist/components/control-toggle.js +0 -2
  156. package/dist/components/dist/_slots.js +0 -8
  157. package/dist/components/dist/accordion.config.d.ts +0 -431
  158. package/dist/components/dist/accordion.config.js +0 -81
  159. package/dist/components/dist/accordion.d.ts +0 -453
  160. package/dist/components/dist/accordion.js +0 -60
  161. package/dist/components/dist/alert.config.d.ts +0 -219
  162. package/dist/components/dist/alert.config.js +0 -54
  163. package/dist/components/dist/alert.d.ts +0 -230
  164. package/dist/components/dist/alert.js +0 -16
  165. package/dist/components/dist/anchor.config.d.ts +0 -250
  166. package/dist/components/dist/anchor.config.js +0 -22
  167. package/dist/components/dist/anchor.d.ts +0 -261
  168. package/dist/components/dist/anchor.js +0 -9
  169. package/dist/components/dist/article.d.ts +0 -11
  170. package/dist/components/dist/article.js +0 -9
  171. package/dist/components/dist/aside.d.ts +0 -11
  172. package/dist/components/dist/aside.js +0 -9
  173. package/dist/components/dist/avatar-group.config.d.ts +0 -315
  174. package/dist/components/dist/avatar-group.config.js +0 -33
  175. package/dist/components/dist/avatar-group.d.ts +0 -329
  176. package/dist/components/dist/avatar-group.js +0 -39
  177. package/dist/components/dist/avatar.config.d.ts +0 -197
  178. package/dist/components/dist/avatar.config.js +0 -49
  179. package/dist/components/dist/avatar.d.ts +0 -211
  180. package/dist/components/dist/avatar.js +0 -20
  181. package/dist/components/dist/badge.config.d.ts +0 -477
  182. package/dist/components/dist/badge.config.js +0 -99
  183. package/dist/components/dist/badge.d.ts +0 -489
  184. package/dist/components/dist/badge.js +0 -16
  185. package/dist/components/dist/box.d.ts +0 -14
  186. package/dist/components/dist/box.js +0 -9
  187. package/dist/components/dist/breadcrumb.config.d.ts +0 -390
  188. package/dist/components/dist/breadcrumb.config.js +0 -43
  189. package/dist/components/dist/breadcrumb.d.ts +0 -420
  190. package/dist/components/dist/breadcrumb.js +0 -119
  191. package/dist/components/dist/button.config.d.ts +0 -381
  192. package/dist/components/dist/button.config.js +0 -91
  193. package/dist/components/dist/button.d.ts +0 -403
  194. package/dist/components/dist/button.js +0 -35
  195. package/dist/components/dist/card.config.d.ts +0 -336
  196. package/dist/components/dist/card.config.js +0 -33
  197. package/dist/components/dist/card.d.ts +0 -352
  198. package/dist/components/dist/card.js +0 -27
  199. package/dist/components/dist/collapsible.config.d.ts +0 -45
  200. package/dist/components/dist/collapsible.config.js +0 -46
  201. package/dist/components/dist/collapsible.d.ts +0 -61
  202. package/dist/components/dist/collapsible.js +0 -38
  203. package/dist/components/dist/command.config.d.ts +0 -1613
  204. package/dist/components/dist/command.config.js +0 -170
  205. package/dist/components/dist/command.d.ts +0 -1722
  206. package/dist/components/dist/command.js +0 -341
  207. package/dist/components/dist/control-color.config.d.ts +0 -979
  208. package/dist/components/dist/control-color.config.js +0 -81
  209. package/dist/components/dist/control-color.d.ts +0 -995
  210. package/dist/components/dist/control-color.js +0 -64
  211. package/dist/components/dist/control-curve.config.d.ts +0 -18
  212. package/dist/components/dist/control-curve.config.js +0 -14
  213. package/dist/components/dist/control-curve.d.ts +0 -35
  214. package/dist/components/dist/control-curve.js +0 -81
  215. package/dist/components/dist/control-folder.config.d.ts +0 -177
  216. package/dist/components/dist/control-folder.config.js +0 -47
  217. package/dist/components/dist/control-folder.d.ts +0 -194
  218. package/dist/components/dist/control-folder.js +0 -41
  219. package/dist/components/dist/control-group.config.d.ts +0 -859
  220. package/dist/components/dist/control-group.config.js +0 -80
  221. package/dist/components/dist/control-group.d.ts +0 -881
  222. package/dist/components/dist/control-group.js +0 -89
  223. package/dist/components/dist/control-knob.config.d.ts +0 -792
  224. package/dist/components/dist/control-knob.config.js +0 -67
  225. package/dist/components/dist/control-knob.d.ts +0 -819
  226. package/dist/components/dist/control-knob.js +0 -148
  227. package/dist/components/dist/control-panel.config.d.ts +0 -402
  228. package/dist/components/dist/control-panel.config.js +0 -38
  229. package/dist/components/dist/control-panel.d.ts +0 -415
  230. package/dist/components/dist/control-panel.js +0 -22
  231. package/dist/components/dist/control-select.config.d.ts +0 -1176
  232. package/dist/components/dist/control-select.config.js +0 -102
  233. package/dist/components/dist/control-select.d.ts +0 -1200
  234. package/dist/components/dist/control-select.js +0 -63
  235. package/dist/components/dist/control-slider.config.d.ts +0 -104
  236. package/dist/components/dist/control-slider.config.js +0 -98
  237. package/dist/components/dist/control-slider.d.ts +0 -127
  238. package/dist/components/dist/control-slider.js +0 -87
  239. package/dist/components/dist/control-spring.config.d.ts +0 -417
  240. package/dist/components/dist/control-spring.config.js +0 -36
  241. package/dist/components/dist/control-spring.d.ts +0 -439
  242. package/dist/components/dist/control-spring.js +0 -136
  243. package/dist/components/dist/control-stepper.config.d.ts +0 -1084
  244. package/dist/components/dist/control-stepper.config.js +0 -108
  245. package/dist/components/dist/control-stepper.d.ts +0 -1104
  246. package/dist/components/dist/control-stepper.js +0 -109
  247. package/dist/components/dist/control-toggle.config.d.ts +0 -407
  248. package/dist/components/dist/control-toggle.config.js +0 -26
  249. package/dist/components/dist/control-toggle.d.ts +0 -420
  250. package/dist/components/dist/control-toggle.js +0 -36
  251. package/dist/components/dist/createSlot.d.ts +0 -8
  252. package/dist/components/dist/createSlot.js +0 -89
  253. package/dist/components/dist/dropdown.config.d.ts +0 -920
  254. package/dist/components/dist/dropdown.config.js +0 -107
  255. package/dist/components/dist/dropdown.d.ts +0 -950
  256. package/dist/components/dist/dropdown.js +0 -92
  257. package/dist/components/dist/empty-state.config.d.ts +0 -396
  258. package/dist/components/dist/empty-state.config.js +0 -53
  259. package/dist/components/dist/empty-state.d.ts +0 -416
  260. package/dist/components/dist/empty-state.js +0 -33
  261. package/dist/components/dist/footer.d.ts +0 -11
  262. package/dist/components/dist/footer.js +0 -9
  263. package/dist/components/dist/grid.d.ts +0 -41
  264. package/dist/components/dist/grid.js +0 -34
  265. package/dist/components/dist/header.d.ts +0 -11
  266. package/dist/components/dist/header.js +0 -9
  267. package/dist/components/dist/hstack.d.ts +0 -15
  268. package/dist/components/dist/hstack.js +0 -21
  269. package/dist/components/dist/image.d.ts +0 -19
  270. package/dist/components/dist/image.js +0 -9
  271. package/dist/components/dist/input.config.d.ts +0 -58
  272. package/dist/components/dist/input.config.js +0 -42
  273. package/dist/components/dist/input.d.ts +0 -67
  274. package/dist/components/dist/input.js +0 -14
  275. package/dist/components/dist/item.config.d.ts +0 -351
  276. package/dist/components/dist/item.config.js +0 -83
  277. package/dist/components/dist/item.d.ts +0 -374
  278. package/dist/components/dist/item.js +0 -51
  279. package/dist/components/dist/list.d.ts +0 -19
  280. package/dist/components/dist/list.js +0 -21
  281. package/dist/components/dist/main.d.ts +0 -11
  282. package/dist/components/dist/main.js +0 -9
  283. package/dist/components/dist/modal.config.d.ts +0 -397
  284. package/dist/components/dist/modal.config.js +0 -92
  285. package/dist/components/dist/modal.d.ts +0 -433
  286. package/dist/components/dist/modal.js +0 -125
  287. package/dist/components/dist/nav-header.config.d.ts +0 -158
  288. package/dist/components/dist/nav-header.config.js +0 -26
  289. package/dist/components/dist/nav-header.d.ts +0 -173
  290. package/dist/components/dist/nav-header.js +0 -23
  291. package/dist/components/dist/nav.d.ts +0 -11
  292. package/dist/components/dist/nav.js +0 -9
  293. package/dist/components/dist/preset-bar.config.d.ts +0 -192
  294. package/dist/components/dist/preset-bar.config.js +0 -39
  295. package/dist/components/dist/preset-bar.d.ts +0 -215
  296. package/dist/components/dist/preset-bar.js +0 -71
  297. package/dist/components/dist/presets/index.d.ts +0 -17674
  298. package/dist/components/dist/presets/index.js +0 -97
  299. package/dist/components/dist/pressable.d.ts +0 -11
  300. package/dist/components/dist/pressable.js +0 -9
  301. package/dist/components/dist/progress.config.d.ts +0 -296
  302. package/dist/components/dist/progress.config.js +0 -35
  303. package/dist/components/dist/progress.d.ts +0 -311
  304. package/dist/components/dist/progress.js +0 -43
  305. package/dist/components/dist/section.d.ts +0 -11
  306. package/dist/components/dist/section.js +0 -9
  307. package/dist/components/dist/select.config.d.ts +0 -31
  308. package/dist/components/dist/select.config.js +0 -25
  309. package/dist/components/dist/select.d.ts +0 -45
  310. package/dist/components/dist/select.js +0 -13
  311. package/dist/components/dist/sheet.config.d.ts +0 -245
  312. package/dist/components/dist/sheet.config.js +0 -99
  313. package/dist/components/dist/sheet.d.ts +0 -267
  314. package/dist/components/dist/sheet.js +0 -53
  315. package/dist/components/dist/sidebar.config.d.ts +0 -1651
  316. package/dist/components/dist/sidebar.config.js +0 -217
  317. package/dist/components/dist/sidebar.d.ts +0 -1825
  318. package/dist/components/dist/sidebar.js +0 -492
  319. package/dist/components/dist/skeleton.config.d.ts +0 -16
  320. package/dist/components/dist/skeleton.config.js +0 -10
  321. package/dist/components/dist/skeleton.d.ts +0 -27
  322. package/dist/components/dist/skeleton.js +0 -16
  323. package/dist/components/dist/slider.config.d.ts +0 -44
  324. package/dist/components/dist/slider.config.js +0 -40
  325. package/dist/components/dist/slider.d.ts +0 -70
  326. package/dist/components/dist/slider.js +0 -247
  327. package/dist/components/dist/spinner.config.d.ts +0 -34
  328. package/dist/components/dist/spinner.config.js +0 -24
  329. package/dist/components/dist/spinner.d.ts +0 -42
  330. package/dist/components/dist/spinner.js +0 -29
  331. package/dist/components/dist/svg.d.ts +0 -21
  332. package/dist/components/dist/svg.js +0 -17
  333. package/dist/components/dist/switch.config.d.ts +0 -353
  334. package/dist/components/dist/switch.config.js +0 -47
  335. package/dist/components/dist/switch.d.ts +0 -370
  336. package/dist/components/dist/switch.js +0 -32
  337. package/dist/components/dist/table.d.ts +0 -36
  338. package/dist/components/dist/table.js +0 -29
  339. package/dist/components/dist/tabs.config.d.ts +0 -611
  340. package/dist/components/dist/tabs.config.js +0 -56
  341. package/dist/components/dist/tabs.d.ts +0 -632
  342. package/dist/components/dist/tabs.js +0 -77
  343. package/dist/components/dist/text.config.d.ts +0 -306
  344. package/dist/components/dist/text.config.js +0 -149
  345. package/dist/components/dist/text.d.ts +0 -205
  346. package/dist/components/dist/text.js +0 -12
  347. package/dist/components/dist/textarea.config.d.ts +0 -352
  348. package/dist/components/dist/textarea.config.js +0 -57
  349. package/dist/components/dist/textarea.d.ts +0 -362
  350. package/dist/components/dist/textarea.js +0 -9
  351. package/dist/components/dist/toast.config.d.ts +0 -335
  352. package/dist/components/dist/toast.config.js +0 -145
  353. package/dist/components/dist/toast.d.ts +0 -426
  354. package/dist/components/dist/toast.js +0 -159
  355. package/dist/components/dist/tooltip.config.d.ts +0 -193
  356. package/dist/components/dist/tooltip.config.js +0 -40
  357. package/dist/components/dist/tooltip.d.ts +0 -206
  358. package/dist/components/dist/tooltip.js +0 -28
  359. package/dist/components/dist/vstack.d.ts +0 -15
  360. package/dist/components/dist/vstack.js +0 -20
  361. package/dist/components/dropdown.config.d.ts +0 -2
  362. package/dist/components/dropdown.config.js +0 -2
  363. package/dist/components/dropdown.d.ts +0 -2
  364. package/dist/components/dropdown.js +0 -2
  365. package/dist/components/empty-state.config.d.ts +0 -2
  366. package/dist/components/empty-state.config.js +0 -2
  367. package/dist/components/empty-state.d.ts +0 -2
  368. package/dist/components/empty-state.js +0 -2
  369. package/dist/components/footer.d.ts +0 -2
  370. package/dist/components/footer.js +0 -2
  371. package/dist/components/grid.d.ts +0 -2
  372. package/dist/components/grid.js +0 -2
  373. package/dist/components/header.d.ts +0 -2
  374. package/dist/components/header.js +0 -2
  375. package/dist/components/hstack.d.ts +0 -2
  376. package/dist/components/hstack.js +0 -2
  377. package/dist/components/image.d.ts +0 -2
  378. package/dist/components/image.js +0 -2
  379. package/dist/components/input.config.d.ts +0 -2
  380. package/dist/components/input.config.js +0 -2
  381. package/dist/components/input.d.ts +0 -2
  382. package/dist/components/input.js +0 -2
  383. package/dist/components/item.config.d.ts +0 -2
  384. package/dist/components/item.config.js +0 -2
  385. package/dist/components/item.d.ts +0 -2
  386. package/dist/components/item.js +0 -2
  387. package/dist/components/list.d.ts +0 -2
  388. package/dist/components/list.js +0 -2
  389. package/dist/components/main.d.ts +0 -2
  390. package/dist/components/main.js +0 -2
  391. package/dist/components/modal.config.d.ts +0 -2
  392. package/dist/components/modal.config.js +0 -2
  393. package/dist/components/modal.d.ts +0 -2
  394. package/dist/components/modal.js +0 -2
  395. package/dist/components/nav-header.config.d.ts +0 -2
  396. package/dist/components/nav-header.config.js +0 -2
  397. package/dist/components/nav-header.d.ts +0 -2
  398. package/dist/components/nav-header.js +0 -2
  399. package/dist/components/nav.d.ts +0 -2
  400. package/dist/components/nav.js +0 -2
  401. package/dist/components/preset-bar.config.d.ts +0 -2
  402. package/dist/components/preset-bar.config.js +0 -2
  403. package/dist/components/preset-bar.d.ts +0 -2
  404. package/dist/components/preset-bar.js +0 -2
  405. package/dist/components/presets/index.d.ts +0 -44
  406. package/dist/components/presets/index.js +0 -44
  407. package/dist/components/pressable.d.ts +0 -2
  408. package/dist/components/pressable.js +0 -2
  409. package/dist/components/progress.config.d.ts +0 -2
  410. package/dist/components/progress.config.js +0 -2
  411. package/dist/components/progress.d.ts +0 -2
  412. package/dist/components/progress.js +0 -2
  413. package/dist/components/section.d.ts +0 -2
  414. package/dist/components/section.js +0 -2
  415. package/dist/components/select.config.d.ts +0 -2
  416. package/dist/components/select.config.js +0 -2
  417. package/dist/components/select.d.ts +0 -2
  418. package/dist/components/select.js +0 -2
  419. package/dist/components/sheet.config.d.ts +0 -2
  420. package/dist/components/sheet.config.js +0 -2
  421. package/dist/components/sheet.d.ts +0 -2
  422. package/dist/components/sheet.js +0 -2
  423. package/dist/components/sidebar.config.d.ts +0 -2
  424. package/dist/components/sidebar.config.js +0 -2
  425. package/dist/components/sidebar.d.ts +0 -2
  426. package/dist/components/sidebar.js +0 -2
  427. package/dist/components/skeleton.config.d.ts +0 -2
  428. package/dist/components/skeleton.config.js +0 -2
  429. package/dist/components/skeleton.d.ts +0 -2
  430. package/dist/components/skeleton.js +0 -2
  431. package/dist/components/slider.config.d.ts +0 -2
  432. package/dist/components/slider.config.js +0 -2
  433. package/dist/components/slider.d.ts +0 -2
  434. package/dist/components/slider.js +0 -2
  435. package/dist/components/spinner.config.d.ts +0 -2
  436. package/dist/components/spinner.config.js +0 -2
  437. package/dist/components/spinner.d.ts +0 -2
  438. package/dist/components/spinner.js +0 -2
  439. package/dist/components/svg.d.ts +0 -2
  440. package/dist/components/svg.js +0 -2
  441. package/dist/components/switch.config.d.ts +0 -2
  442. package/dist/components/switch.config.js +0 -2
  443. package/dist/components/switch.d.ts +0 -2
  444. package/dist/components/switch.js +0 -2
  445. package/dist/components/table.d.ts +0 -2
  446. package/dist/components/table.js +0 -2
  447. package/dist/components/tabs.config.d.ts +0 -2
  448. package/dist/components/tabs.config.js +0 -2
  449. package/dist/components/tabs.d.ts +0 -2
  450. package/dist/components/tabs.js +0 -2
  451. package/dist/components/text.config.d.ts +0 -2
  452. package/dist/components/text.config.js +0 -2
  453. package/dist/components/text.d.ts +0 -2
  454. package/dist/components/text.js +0 -2
  455. package/dist/components/textarea.config.d.ts +0 -2
  456. package/dist/components/textarea.config.js +0 -2
  457. package/dist/components/textarea.d.ts +0 -2
  458. package/dist/components/textarea.js +0 -2
  459. package/dist/components/toast.config.d.ts +0 -2
  460. package/dist/components/toast.config.js +0 -2
  461. package/dist/components/toast.d.ts +0 -2
  462. package/dist/components/toast.js +0 -2
  463. package/dist/components/tooltip.config.d.ts +0 -2
  464. package/dist/components/tooltip.config.js +0 -2
  465. package/dist/components/tooltip.d.ts +0 -2
  466. package/dist/components/tooltip.js +0 -2
  467. package/dist/components/vstack.d.ts +0 -2
  468. package/dist/components/vstack.js +0 -2
  469. package/dist/config/dist/component-resolution.js +0 -78
  470. package/dist/config/dist/consts/defaultColors.d.ts +0 -253
  471. package/dist/config/dist/consts/defaultColors.js +0 -252
  472. package/dist/config/dist/createComponent.d.ts +0 -1
  473. package/dist/config/dist/createComponent.js +0 -1
  474. package/dist/config/dist/preset-merge.js +0 -192
  475. package/dist/config/dist/propertyGroups.d.ts +0 -1
  476. package/dist/config/dist/propertyGroups.js +0 -414
  477. package/dist/config/dist/resolveTokenTypes.d.ts +0 -1
  478. package/dist/config/dist/resolveTokenTypes.js +0 -149
  479. package/dist/config-utils/dist/componentConfig.d.ts +0 -10
  480. package/dist/config-utils/dist/componentConfig.js +0 -11
  481. package/dist/config-utils.d.ts +0 -2
  482. package/dist/config-utils.js +0 -2
  483. package/dist/core/dist/color-opacity-map.js +0 -33
  484. package/dist/core/dist/compositeStyles.d.ts +0 -21
  485. package/dist/core/dist/compositeStyles.js +0 -51
  486. package/dist/core/dist/configurable-prop-helpers.d.ts +0 -31
  487. package/dist/core/dist/configurable-prop-helpers.js +0 -61
  488. package/dist/core/dist/createComponent.boundaries.js +0 -192
  489. package/dist/core/dist/createComponent.d.ts +0 -56
  490. package/dist/core/dist/createComponent.js +0 -67
  491. package/dist/core/dist/createComponentExample.d.ts +0 -41
  492. package/dist/core/dist/createComponentExample.js +0 -27
  493. package/dist/core/dist/createProvider.d.ts +0 -12
  494. package/dist/core/dist/createProvider.js +0 -24
  495. package/dist/core/dist/generated/stylePropsTwMap.d.ts +0 -1700
  496. package/dist/core/dist/generated/stylePropsTwMap.js +0 -570
  497. package/dist/core/dist/getComponentStyles.d.ts +0 -49
  498. package/dist/core/dist/getComponentStyles.js +0 -85
  499. package/dist/core/dist/getStyles.d.ts +0 -42
  500. package/dist/core/dist/getStyles.js +0 -300
  501. package/dist/core/dist/index.d.ts +0 -13
  502. package/dist/core/dist/index.js +0 -13
  503. package/dist/core/dist/modifier-mappings.d.ts +0 -12
  504. package/dist/core/dist/modifier-mappings.js +0 -61
  505. package/dist/core/dist/resolveMotionState.d.ts +0 -4
  506. package/dist/core/dist/resolveMotionState.js +0 -17
  507. package/dist/core/dist/resolveProps.boundaries.js +0 -131
  508. package/dist/core/dist/style-prop-data.d.ts +0 -32
  509. package/dist/core/dist/style-prop-data.js +0 -1257
  510. package/dist/core/dist/transformPreset.d.ts +0 -17
  511. package/dist/core/dist/transformPreset.js +0 -28
  512. package/dist/core/dist/withDefaultStyleProps.d.ts +0 -43
  513. package/dist/core/dist/withDefaultStyleProps.js +0 -18
  514. package/dist/core.d.ts +0 -14
  515. package/dist/core.js +0 -15
  516. package/dist/createSlot.d.ts +0 -2
  517. package/dist/createSlot.js +0 -2
  518. package/dist/fixtures.d.ts +0 -4
  519. package/dist/fixtures.js +0 -5
  520. package/dist/foundational-presets/dist/_virtual/_rolldown/runtime.js +0 -13
  521. package/dist/foundational-presets/dist/defaultPreset.d.ts +0 -1557
  522. package/dist/foundational-presets/dist/defaultPreset.js +0 -615
  523. package/dist/foundational-presets/dist/index.d.ts +0 -1
  524. package/dist/foundational-presets/dist/index.js +0 -1
  525. package/dist/foundational-presets/dist/motion.d.ts +0 -12
  526. package/dist/foundational-presets/dist/motion.js +0 -10
  527. package/dist/foundational-presets/dist/style-props.js +0 -1445
  528. package/dist/loader/dist/loader/create-component-data.js +0 -33
  529. package/dist/loader/dist/loader/create-component-lowering.js +0 -454
  530. package/dist/loader/dist/loader/data-attr-transform.js +0 -191
  531. package/dist/loader/dist/loader/dynamic-style-codegen.js +0 -97
  532. package/dist/loader/dist/loader/motion-transform.js +0 -717
  533. package/dist/loader/dist/loader/style-transform.js +0 -670
  534. package/dist/loader/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -203
  535. package/dist/loader/dist/node_modules/react/cjs/react-jsx-runtime.production.js +0 -25
  536. package/dist/loader/dist/node_modules/react/cjs/react.development.js +0 -762
  537. package/dist/loader/dist/node_modules/react/cjs/react.production.js +0 -351
  538. package/dist/loader/dist/node_modules/react/index.js +0 -10
  539. package/dist/loader/dist/node_modules/react/jsx-runtime.js +0 -10
  540. package/dist/loader/dist/packages/core/dist/color-opacity-map.js +0 -33
  541. package/dist/loader/dist/packages/core/dist/compositeStyles.js +0 -43
  542. package/dist/loader/dist/packages/core/dist/createComponent.js +0 -6
  543. package/dist/loader/dist/packages/core/dist/createProvider.js +0 -7
  544. package/dist/loader/dist/packages/core/dist/generated/stylePropsTwMap.js +0 -570
  545. package/dist/loader/dist/packages/core/dist/getComponentStyles.js +0 -2
  546. package/dist/loader/dist/packages/core/dist/getStyles.js +0 -60
  547. package/dist/loader/dist/packages/core/dist/index.js +0 -6
  548. package/dist/loader/dist/packages/core/dist/modifier-mappings.js +0 -61
  549. package/dist/loader/dist/packages/core/dist/style-prop-data.js +0 -1257
  550. package/dist/loader/dist/packages/core/dist/withDefaultStyleProps.js +0 -1
  551. package/dist/presets/dist/defaultPreset.d.ts +0 -6
  552. package/dist/presets/dist/defaultPreset.js +0 -51
  553. package/dist/presets/dist/index.d.ts +0 -1
  554. package/dist/presets/dist/index.js +0 -1
  555. package/dist/presets/motion.d.ts +0 -2
  556. package/dist/presets/motion.js +0 -2
  557. package/dist/presets.d.ts +0 -2
  558. package/dist/presets.js +0 -3
  559. package/dist/styles.d.ts +0 -4
  560. package/dist/styles.js +0 -5
  561. package/dist/transformPreset.d.ts +0 -2
  562. package/dist/transformPreset.js +0 -3
  563. /package/dist/{config/dist/component-resolution.d.ts → loader/dist/transform-runner.d.ts} +0 -0
@@ -1,1084 +0,0 @@
1
- import { ComponentConfig } from "../../config/dist/createConfig.js";
2
- //#region ../components/dist/control-stepper.config.d.ts
3
- declare const controlStepperConfig: ComponentConfig<{
4
- ControlStepper: {
5
- readonly base: {
6
- readonly root: {
7
- readonly display: "flex";
8
- readonly flexDirection: "column";
9
- readonly gap: string;
10
- };
11
- readonly input: {
12
- readonly color: string;
13
- readonly textAlign: "center";
14
- readonly padding: "0 8px";
15
- readonly borderWidth: "0";
16
- readonly outlineStyle: "none";
17
- readonly _focus: {
18
- readonly backgroundColor: string;
19
- };
20
- readonly fontSize: string;
21
- readonly fontWeight: string;
22
- readonly lineHeight: "1";
23
- readonly fontFamily: string;
24
- readonly flex: "1";
25
- readonly minWidth: "0";
26
- readonly height: "36px";
27
- readonly backgroundColor: string;
28
- } | {
29
- readonly color: string;
30
- readonly textAlign: "center";
31
- readonly padding: "0 8px";
32
- readonly borderWidth: "0";
33
- readonly outlineStyle: "none";
34
- readonly _focus: {
35
- readonly backgroundColor: string;
36
- };
37
- readonly fontSize: string;
38
- readonly fontWeight: string;
39
- readonly lineHeight: string;
40
- readonly fontFamily: string;
41
- readonly flex: "1";
42
- readonly minWidth: "0";
43
- readonly height: "36px";
44
- readonly backgroundColor: string;
45
- } | {
46
- readonly color: string;
47
- readonly textAlign: "center";
48
- readonly padding: "0 8px";
49
- readonly borderWidth: "0";
50
- readonly outlineStyle: "none";
51
- readonly _focus: {
52
- readonly backgroundColor: string;
53
- };
54
- readonly fontSize: string;
55
- readonly fontWeight: string;
56
- readonly lineHeight: string;
57
- readonly fontFamily: string;
58
- readonly flex: "1";
59
- readonly minWidth: "0";
60
- readonly height: "36px";
61
- readonly backgroundColor: string;
62
- } | {
63
- readonly color: string;
64
- readonly textAlign: "center";
65
- readonly padding: "0 8px";
66
- readonly borderWidth: "0";
67
- readonly outlineStyle: "none";
68
- readonly _focus: {
69
- readonly backgroundColor: string;
70
- };
71
- readonly fontSize: string;
72
- readonly fontWeight: string;
73
- readonly lineHeight: string;
74
- readonly fontFamily: string;
75
- readonly flex: "1";
76
- readonly minWidth: "0";
77
- readonly height: "36px";
78
- readonly backgroundColor: string;
79
- } | {
80
- readonly color: string;
81
- readonly textAlign: "center";
82
- readonly padding: "0 8px";
83
- readonly borderWidth: "0";
84
- readonly outlineStyle: "none";
85
- readonly _focus: {
86
- readonly backgroundColor: string;
87
- };
88
- readonly fontSize: string;
89
- readonly fontWeight: string;
90
- readonly lineHeight: string;
91
- readonly fontFamily: string;
92
- readonly flex: "1";
93
- readonly minWidth: "0";
94
- readonly height: "36px";
95
- readonly backgroundColor: string;
96
- } | {
97
- readonly color: string;
98
- readonly textAlign: "center";
99
- readonly padding: "0 8px";
100
- readonly borderWidth: "0";
101
- readonly outlineStyle: "none";
102
- readonly _focus: {
103
- readonly backgroundColor: string;
104
- };
105
- readonly fontSize: string;
106
- readonly fontWeight: "450";
107
- readonly lineHeight: string;
108
- readonly fontFamily: string;
109
- readonly flex: "1";
110
- readonly minWidth: "0";
111
- readonly height: "36px";
112
- readonly backgroundColor: string;
113
- } | {
114
- readonly color: string;
115
- readonly textAlign: "center";
116
- readonly padding: "0 8px";
117
- readonly borderWidth: "0";
118
- readonly outlineStyle: "none";
119
- readonly _focus: {
120
- readonly backgroundColor: string;
121
- };
122
- readonly fontSize: string;
123
- readonly fontWeight: string;
124
- readonly lineHeight: string;
125
- readonly fontFamily: string;
126
- readonly flex: "1";
127
- readonly minWidth: "0";
128
- readonly height: "36px";
129
- readonly backgroundColor: string;
130
- } | {
131
- readonly color: string;
132
- readonly textAlign: "center";
133
- readonly padding: "0 8px";
134
- readonly borderWidth: "0";
135
- readonly outlineStyle: "none";
136
- readonly _focus: {
137
- readonly backgroundColor: string;
138
- };
139
- readonly fontSize: string;
140
- readonly fontWeight: string;
141
- readonly lineHeight: string;
142
- readonly fontFamily: string;
143
- readonly flex: "1";
144
- readonly minWidth: "0";
145
- readonly height: "36px";
146
- readonly backgroundColor: string;
147
- } | {
148
- readonly color: string;
149
- readonly textAlign: "center";
150
- readonly padding: "0 8px";
151
- readonly borderWidth: "0";
152
- readonly outlineStyle: "none";
153
- readonly _focus: {
154
- readonly backgroundColor: string;
155
- };
156
- readonly fontSize: string;
157
- readonly fontWeight: "450";
158
- readonly lineHeight: string;
159
- readonly fontFamily: string;
160
- readonly flex: "1";
161
- readonly minWidth: "0";
162
- readonly height: "36px";
163
- readonly backgroundColor: string;
164
- } | {
165
- readonly color: string;
166
- readonly textAlign: "center";
167
- readonly padding: "0 8px";
168
- readonly borderWidth: "0";
169
- readonly outlineStyle: "none";
170
- readonly _focus: {
171
- readonly backgroundColor: string;
172
- };
173
- readonly fontSize: string;
174
- readonly fontWeight: string;
175
- readonly lineHeight: string;
176
- readonly fontFamily: string;
177
- readonly flex: "1";
178
- readonly minWidth: "0";
179
- readonly height: "36px";
180
- readonly backgroundColor: string;
181
- } | {
182
- readonly color: string;
183
- readonly textAlign: "center";
184
- readonly padding: "0 8px";
185
- readonly borderWidth: "0";
186
- readonly outlineStyle: "none";
187
- readonly _focus: {
188
- readonly backgroundColor: string;
189
- };
190
- readonly fontSize: string;
191
- readonly fontWeight: "450";
192
- readonly lineHeight: string;
193
- readonly fontFamily: string;
194
- readonly flex: "1";
195
- readonly minWidth: "0";
196
- readonly height: "36px";
197
- readonly backgroundColor: string;
198
- } | {
199
- readonly color: string;
200
- readonly textAlign: "center";
201
- readonly padding: "0 8px";
202
- readonly borderWidth: "0";
203
- readonly outlineStyle: "none";
204
- readonly _focus: {
205
- readonly backgroundColor: string;
206
- };
207
- readonly fontSize: string;
208
- readonly fontWeight: string;
209
- readonly lineHeight: string;
210
- readonly fontFamily: string;
211
- readonly flex: "1";
212
- readonly minWidth: "0";
213
- readonly height: "36px";
214
- readonly backgroundColor: string;
215
- } | {
216
- readonly color: string;
217
- readonly textAlign: "center";
218
- readonly padding: "0 8px";
219
- readonly borderWidth: "0";
220
- readonly outlineStyle: "none";
221
- readonly _focus: {
222
- readonly backgroundColor: string;
223
- };
224
- readonly fontSize: string;
225
- readonly fontWeight: string;
226
- readonly lineHeight: string;
227
- readonly fontFamily: string;
228
- readonly flex: "1";
229
- readonly minWidth: "0";
230
- readonly height: "36px";
231
- readonly backgroundColor: string;
232
- } | {
233
- readonly color: string;
234
- readonly textAlign: "center";
235
- readonly padding: "0 8px";
236
- readonly borderWidth: "0";
237
- readonly outlineStyle: "none";
238
- readonly _focus: {
239
- readonly backgroundColor: string;
240
- };
241
- readonly fontSize: string;
242
- readonly fontWeight: string;
243
- readonly lineHeight: string;
244
- readonly fontFamily: string;
245
- readonly flex: "1";
246
- readonly minWidth: "0";
247
- readonly height: "36px";
248
- readonly backgroundColor: string;
249
- } | {
250
- readonly color: string;
251
- readonly textAlign: "center";
252
- readonly padding: "0 8px";
253
- readonly borderWidth: "0";
254
- readonly outlineStyle: "none";
255
- readonly _focus: {
256
- readonly backgroundColor: string;
257
- };
258
- readonly fontSize: string;
259
- readonly fontWeight: string;
260
- readonly lineHeight: string;
261
- readonly fontFamily: string;
262
- readonly flex: "1";
263
- readonly minWidth: "0";
264
- readonly height: "36px";
265
- readonly backgroundColor: string;
266
- } | {
267
- readonly color: string;
268
- readonly textAlign: "center";
269
- readonly padding: "0 8px";
270
- readonly borderWidth: "0";
271
- readonly outlineStyle: "none";
272
- readonly _focus: {
273
- readonly backgroundColor: string;
274
- };
275
- readonly fontSize: string;
276
- readonly fontWeight: string;
277
- readonly lineHeight: string;
278
- readonly fontFamily: string;
279
- readonly flex: "1";
280
- readonly minWidth: "0";
281
- readonly height: "36px";
282
- readonly backgroundColor: string;
283
- } | {
284
- readonly color: string;
285
- readonly textAlign: "center";
286
- readonly padding: "0 8px";
287
- readonly borderWidth: "0";
288
- readonly outlineStyle: "none";
289
- readonly _focus: {
290
- readonly backgroundColor: string;
291
- };
292
- readonly fontSize: string;
293
- readonly fontWeight: string;
294
- readonly lineHeight: string;
295
- readonly fontFamily: string;
296
- readonly flex: "1";
297
- readonly minWidth: "0";
298
- readonly height: "36px";
299
- readonly backgroundColor: string;
300
- } | {
301
- readonly color: string;
302
- readonly textAlign: "center";
303
- readonly padding: "0 8px";
304
- readonly borderWidth: "0";
305
- readonly outlineStyle: "none";
306
- readonly _focus: {
307
- readonly backgroundColor: string;
308
- };
309
- readonly fontSize: string;
310
- readonly fontWeight: string;
311
- readonly lineHeight: string;
312
- readonly fontFamily: string;
313
- readonly flex: "1";
314
- readonly minWidth: "0";
315
- readonly height: "36px";
316
- readonly backgroundColor: string;
317
- } | {
318
- readonly color: string;
319
- readonly textAlign: "center";
320
- readonly padding: "0 8px";
321
- readonly borderWidth: "0";
322
- readonly outlineStyle: "none";
323
- readonly _focus: {
324
- readonly backgroundColor: string;
325
- };
326
- readonly fontSize: string;
327
- readonly fontWeight: string;
328
- readonly lineHeight: string;
329
- readonly fontFamily: string;
330
- readonly flex: "1";
331
- readonly minWidth: "0";
332
- readonly height: "36px";
333
- readonly backgroundColor: string;
334
- } | {
335
- readonly color: string;
336
- readonly textAlign: "center";
337
- readonly padding: "0 8px";
338
- readonly borderWidth: "0";
339
- readonly outlineStyle: "none";
340
- readonly _focus: {
341
- readonly backgroundColor: string;
342
- };
343
- readonly fontSize: string;
344
- readonly fontWeight: string;
345
- readonly lineHeight: string;
346
- readonly fontFamily: string;
347
- readonly flex: "1";
348
- readonly minWidth: "0";
349
- readonly height: "36px";
350
- readonly backgroundColor: string;
351
- } | {
352
- readonly color: string;
353
- readonly textAlign: "center";
354
- readonly padding: "0 8px";
355
- readonly borderWidth: "0";
356
- readonly outlineStyle: "none";
357
- readonly _focus: {
358
- readonly backgroundColor: string;
359
- };
360
- readonly fontSize: string;
361
- readonly fontWeight: string;
362
- readonly lineHeight: string;
363
- readonly fontFamily: string;
364
- readonly flex: "1";
365
- readonly minWidth: "0";
366
- readonly height: "36px";
367
- readonly backgroundColor: string;
368
- } | {
369
- readonly color: string;
370
- readonly textAlign: "center";
371
- readonly padding: "0 8px";
372
- readonly borderWidth: "0";
373
- readonly outlineStyle: "none";
374
- readonly _focus: {
375
- readonly backgroundColor: string;
376
- };
377
- readonly fontSize: string;
378
- readonly fontWeight: string;
379
- readonly lineHeight: string;
380
- readonly fontFamily: string;
381
- readonly flex: "1";
382
- readonly minWidth: "0";
383
- readonly height: "36px";
384
- readonly backgroundColor: string;
385
- };
386
- readonly increment: {
387
- readonly display: "flex";
388
- readonly alignItems: "center";
389
- readonly justifyContent: "center";
390
- readonly width: "36px";
391
- readonly height: "36px";
392
- readonly flexShrink: "0";
393
- readonly backgroundColor: string;
394
- readonly color: string;
395
- readonly cursor: "pointer";
396
- readonly borderWidth: "0";
397
- readonly fontSize: "16px";
398
- readonly borderTopRightRadius: string;
399
- readonly borderBottomRightRadius: string;
400
- readonly _hover: {
401
- readonly backgroundColor: string;
402
- readonly color: string;
403
- };
404
- };
405
- readonly decrement: {
406
- readonly display: "flex";
407
- readonly alignItems: "center";
408
- readonly justifyContent: "center";
409
- readonly width: "36px";
410
- readonly height: "36px";
411
- readonly flexShrink: "0";
412
- readonly backgroundColor: string;
413
- readonly color: string;
414
- readonly cursor: "pointer";
415
- readonly borderWidth: "0";
416
- readonly fontSize: "16px";
417
- readonly borderTopLeftRadius: string;
418
- readonly borderBottomLeftRadius: string;
419
- readonly _hover: {
420
- readonly backgroundColor: string;
421
- readonly color: string;
422
- };
423
- };
424
- readonly label: {
425
- readonly color: string;
426
- readonly fontSize: string;
427
- readonly fontWeight: string;
428
- readonly lineHeight: "1";
429
- readonly fontFamily: string;
430
- } | {
431
- readonly color: string;
432
- readonly fontSize: string;
433
- readonly fontWeight: string;
434
- readonly lineHeight: string;
435
- readonly fontFamily: string;
436
- } | {
437
- readonly color: string;
438
- readonly fontSize: string;
439
- readonly fontWeight: string;
440
- readonly lineHeight: string;
441
- readonly fontFamily: string;
442
- } | {
443
- readonly color: string;
444
- readonly fontSize: string;
445
- readonly fontWeight: string;
446
- readonly lineHeight: string;
447
- readonly fontFamily: string;
448
- } | {
449
- readonly color: string;
450
- readonly fontSize: string;
451
- readonly fontWeight: string;
452
- readonly lineHeight: string;
453
- readonly fontFamily: string;
454
- } | {
455
- readonly color: string;
456
- readonly fontSize: string;
457
- readonly fontWeight: "450";
458
- readonly lineHeight: string;
459
- readonly fontFamily: string;
460
- } | {
461
- readonly color: string;
462
- readonly fontSize: string;
463
- readonly fontWeight: string;
464
- readonly lineHeight: string;
465
- readonly fontFamily: string;
466
- } | {
467
- readonly color: string;
468
- readonly fontSize: string;
469
- readonly fontWeight: string;
470
- readonly lineHeight: string;
471
- readonly fontFamily: string;
472
- } | {
473
- readonly color: string;
474
- readonly fontSize: string;
475
- readonly fontWeight: "450";
476
- readonly lineHeight: string;
477
- readonly fontFamily: string;
478
- } | {
479
- readonly color: string;
480
- readonly fontSize: string;
481
- readonly fontWeight: string;
482
- readonly lineHeight: string;
483
- readonly fontFamily: string;
484
- } | {
485
- readonly color: string;
486
- readonly fontSize: string;
487
- readonly fontWeight: "450";
488
- readonly lineHeight: string;
489
- readonly fontFamily: string;
490
- } | {
491
- readonly color: string;
492
- readonly fontSize: string;
493
- readonly fontWeight: string;
494
- readonly lineHeight: string;
495
- readonly fontFamily: string;
496
- } | {
497
- readonly color: string;
498
- readonly fontSize: string;
499
- readonly fontWeight: string;
500
- readonly lineHeight: string;
501
- readonly fontFamily: string;
502
- } | {
503
- readonly color: string;
504
- readonly fontSize: string;
505
- readonly fontWeight: string;
506
- readonly lineHeight: string;
507
- readonly fontFamily: string;
508
- } | {
509
- readonly color: string;
510
- readonly fontSize: string;
511
- readonly fontWeight: string;
512
- readonly lineHeight: string;
513
- readonly fontFamily: string;
514
- } | {
515
- readonly color: string;
516
- readonly fontSize: string;
517
- readonly fontWeight: string;
518
- readonly lineHeight: string;
519
- readonly fontFamily: string;
520
- } | {
521
- readonly color: string;
522
- readonly fontSize: string;
523
- readonly fontWeight: string;
524
- readonly lineHeight: string;
525
- readonly fontFamily: string;
526
- } | {
527
- readonly color: string;
528
- readonly fontSize: string;
529
- readonly fontWeight: string;
530
- readonly lineHeight: string;
531
- readonly fontFamily: string;
532
- } | {
533
- readonly color: string;
534
- readonly fontSize: string;
535
- readonly fontWeight: string;
536
- readonly lineHeight: string;
537
- readonly fontFamily: string;
538
- } | {
539
- readonly color: string;
540
- readonly fontSize: string;
541
- readonly fontWeight: string;
542
- readonly lineHeight: string;
543
- readonly fontFamily: string;
544
- } | {
545
- readonly color: string;
546
- readonly fontSize: string;
547
- readonly fontWeight: string;
548
- readonly lineHeight: string;
549
- readonly fontFamily: string;
550
- } | {
551
- readonly color: string;
552
- readonly fontSize: string;
553
- readonly fontWeight: string;
554
- readonly lineHeight: string;
555
- readonly fontFamily: string;
556
- };
557
- };
558
- readonly variants: {
559
- readonly size: {
560
- readonly sm: {
561
- readonly input: {
562
- readonly fontSize: string;
563
- readonly fontWeight: string;
564
- readonly lineHeight: "1";
565
- readonly fontFamily: string;
566
- readonly height: "28px";
567
- } | {
568
- readonly fontSize: string;
569
- readonly fontWeight: string;
570
- readonly lineHeight: string;
571
- readonly fontFamily: string;
572
- readonly height: "28px";
573
- } | {
574
- readonly fontSize: string;
575
- readonly fontWeight: string;
576
- readonly lineHeight: string;
577
- readonly fontFamily: string;
578
- readonly height: "28px";
579
- } | {
580
- readonly fontSize: string;
581
- readonly fontWeight: string;
582
- readonly lineHeight: string;
583
- readonly fontFamily: string;
584
- readonly height: "28px";
585
- } | {
586
- readonly fontSize: string;
587
- readonly fontWeight: string;
588
- readonly lineHeight: string;
589
- readonly fontFamily: string;
590
- readonly height: "28px";
591
- } | {
592
- readonly fontSize: string;
593
- readonly fontWeight: "450";
594
- readonly lineHeight: string;
595
- readonly fontFamily: string;
596
- readonly height: "28px";
597
- } | {
598
- readonly fontSize: string;
599
- readonly fontWeight: string;
600
- readonly lineHeight: string;
601
- readonly fontFamily: string;
602
- readonly height: "28px";
603
- } | {
604
- readonly fontSize: string;
605
- readonly fontWeight: string;
606
- readonly lineHeight: string;
607
- readonly fontFamily: string;
608
- readonly height: "28px";
609
- } | {
610
- readonly fontSize: string;
611
- readonly fontWeight: "450";
612
- readonly lineHeight: string;
613
- readonly fontFamily: string;
614
- readonly height: "28px";
615
- } | {
616
- readonly fontSize: string;
617
- readonly fontWeight: string;
618
- readonly lineHeight: string;
619
- readonly fontFamily: string;
620
- readonly height: "28px";
621
- } | {
622
- readonly fontSize: string;
623
- readonly fontWeight: "450";
624
- readonly lineHeight: string;
625
- readonly fontFamily: string;
626
- readonly height: "28px";
627
- } | {
628
- readonly fontSize: string;
629
- readonly fontWeight: string;
630
- readonly lineHeight: string;
631
- readonly fontFamily: string;
632
- readonly height: "28px";
633
- } | {
634
- readonly fontSize: string;
635
- readonly fontWeight: string;
636
- readonly lineHeight: string;
637
- readonly fontFamily: string;
638
- readonly height: "28px";
639
- } | {
640
- readonly fontSize: string;
641
- readonly fontWeight: string;
642
- readonly lineHeight: string;
643
- readonly fontFamily: string;
644
- readonly height: "28px";
645
- } | {
646
- readonly fontSize: string;
647
- readonly fontWeight: string;
648
- readonly lineHeight: string;
649
- readonly fontFamily: string;
650
- readonly height: "28px";
651
- } | {
652
- readonly fontSize: string;
653
- readonly fontWeight: string;
654
- readonly lineHeight: string;
655
- readonly fontFamily: string;
656
- readonly height: "28px";
657
- } | {
658
- readonly fontSize: string;
659
- readonly fontWeight: string;
660
- readonly lineHeight: string;
661
- readonly fontFamily: string;
662
- readonly height: "28px";
663
- } | {
664
- readonly fontSize: string;
665
- readonly fontWeight: string;
666
- readonly lineHeight: string;
667
- readonly fontFamily: string;
668
- readonly height: "28px";
669
- } | {
670
- readonly fontSize: string;
671
- readonly fontWeight: string;
672
- readonly lineHeight: string;
673
- readonly fontFamily: string;
674
- readonly height: "28px";
675
- } | {
676
- readonly fontSize: string;
677
- readonly fontWeight: string;
678
- readonly lineHeight: string;
679
- readonly fontFamily: string;
680
- readonly height: "28px";
681
- } | {
682
- readonly fontSize: string;
683
- readonly fontWeight: string;
684
- readonly lineHeight: string;
685
- readonly fontFamily: string;
686
- readonly height: "28px";
687
- } | {
688
- readonly fontSize: string;
689
- readonly fontWeight: string;
690
- readonly lineHeight: string;
691
- readonly fontFamily: string;
692
- readonly height: "28px";
693
- };
694
- readonly increment: {
695
- readonly width: "28px";
696
- readonly height: "28px";
697
- readonly fontSize: "14px";
698
- };
699
- readonly decrement: {
700
- readonly width: "28px";
701
- readonly height: "28px";
702
- readonly fontSize: "14px";
703
- };
704
- readonly label: {
705
- readonly fontSize: string;
706
- readonly fontWeight: string;
707
- readonly lineHeight: "1";
708
- readonly fontFamily: string;
709
- } | {
710
- readonly fontSize: string;
711
- readonly fontWeight: string;
712
- readonly lineHeight: string;
713
- readonly fontFamily: string;
714
- } | {
715
- readonly fontSize: string;
716
- readonly fontWeight: string;
717
- readonly lineHeight: string;
718
- readonly fontFamily: string;
719
- } | {
720
- readonly fontSize: string;
721
- readonly fontWeight: string;
722
- readonly lineHeight: string;
723
- readonly fontFamily: string;
724
- } | {
725
- readonly fontSize: string;
726
- readonly fontWeight: string;
727
- readonly lineHeight: string;
728
- readonly fontFamily: string;
729
- } | {
730
- readonly fontSize: string;
731
- readonly fontWeight: "450";
732
- readonly lineHeight: string;
733
- readonly fontFamily: string;
734
- } | {
735
- readonly fontSize: string;
736
- readonly fontWeight: string;
737
- readonly lineHeight: string;
738
- readonly fontFamily: string;
739
- } | {
740
- readonly fontSize: string;
741
- readonly fontWeight: string;
742
- readonly lineHeight: string;
743
- readonly fontFamily: string;
744
- } | {
745
- readonly fontSize: string;
746
- readonly fontWeight: "450";
747
- readonly lineHeight: string;
748
- readonly fontFamily: string;
749
- } | {
750
- readonly fontSize: string;
751
- readonly fontWeight: string;
752
- readonly lineHeight: string;
753
- readonly fontFamily: string;
754
- } | {
755
- readonly fontSize: string;
756
- readonly fontWeight: "450";
757
- readonly lineHeight: string;
758
- readonly fontFamily: string;
759
- } | {
760
- readonly fontSize: string;
761
- readonly fontWeight: string;
762
- readonly lineHeight: string;
763
- readonly fontFamily: string;
764
- } | {
765
- readonly fontSize: string;
766
- readonly fontWeight: string;
767
- readonly lineHeight: string;
768
- readonly fontFamily: string;
769
- } | {
770
- readonly fontSize: string;
771
- readonly fontWeight: string;
772
- readonly lineHeight: string;
773
- readonly fontFamily: string;
774
- } | {
775
- readonly fontSize: string;
776
- readonly fontWeight: string;
777
- readonly lineHeight: string;
778
- readonly fontFamily: string;
779
- } | {
780
- readonly fontSize: string;
781
- readonly fontWeight: string;
782
- readonly lineHeight: string;
783
- readonly fontFamily: string;
784
- } | {
785
- readonly fontSize: string;
786
- readonly fontWeight: string;
787
- readonly lineHeight: string;
788
- readonly fontFamily: string;
789
- } | {
790
- readonly fontSize: string;
791
- readonly fontWeight: string;
792
- readonly lineHeight: string;
793
- readonly fontFamily: string;
794
- } | {
795
- readonly fontSize: string;
796
- readonly fontWeight: string;
797
- readonly lineHeight: string;
798
- readonly fontFamily: string;
799
- } | {
800
- readonly fontSize: string;
801
- readonly fontWeight: string;
802
- readonly lineHeight: string;
803
- readonly fontFamily: string;
804
- } | {
805
- readonly fontSize: string;
806
- readonly fontWeight: string;
807
- readonly lineHeight: string;
808
- readonly fontFamily: string;
809
- } | {
810
- readonly fontSize: string;
811
- readonly fontWeight: string;
812
- readonly lineHeight: string;
813
- readonly fontFamily: string;
814
- };
815
- };
816
- readonly md: {
817
- readonly input: {};
818
- };
819
- readonly lg: {
820
- readonly input: {
821
- readonly fontSize: string;
822
- readonly fontWeight: string;
823
- readonly lineHeight: "1";
824
- readonly fontFamily: string;
825
- readonly height: "44px";
826
- } | {
827
- readonly fontSize: string;
828
- readonly fontWeight: string;
829
- readonly lineHeight: string;
830
- readonly fontFamily: string;
831
- readonly height: "44px";
832
- } | {
833
- readonly fontSize: string;
834
- readonly fontWeight: string;
835
- readonly lineHeight: string;
836
- readonly fontFamily: string;
837
- readonly height: "44px";
838
- } | {
839
- readonly fontSize: string;
840
- readonly fontWeight: string;
841
- readonly lineHeight: string;
842
- readonly fontFamily: string;
843
- readonly height: "44px";
844
- } | {
845
- readonly fontSize: string;
846
- readonly fontWeight: string;
847
- readonly lineHeight: string;
848
- readonly fontFamily: string;
849
- readonly height: "44px";
850
- } | {
851
- readonly fontSize: string;
852
- readonly fontWeight: "450";
853
- readonly lineHeight: string;
854
- readonly fontFamily: string;
855
- readonly height: "44px";
856
- } | {
857
- readonly fontSize: string;
858
- readonly fontWeight: string;
859
- readonly lineHeight: string;
860
- readonly fontFamily: string;
861
- readonly height: "44px";
862
- } | {
863
- readonly fontSize: string;
864
- readonly fontWeight: string;
865
- readonly lineHeight: string;
866
- readonly fontFamily: string;
867
- readonly height: "44px";
868
- } | {
869
- readonly fontSize: string;
870
- readonly fontWeight: "450";
871
- readonly lineHeight: string;
872
- readonly fontFamily: string;
873
- readonly height: "44px";
874
- } | {
875
- readonly fontSize: string;
876
- readonly fontWeight: string;
877
- readonly lineHeight: string;
878
- readonly fontFamily: string;
879
- readonly height: "44px";
880
- } | {
881
- readonly fontSize: string;
882
- readonly fontWeight: "450";
883
- readonly lineHeight: string;
884
- readonly fontFamily: string;
885
- readonly height: "44px";
886
- } | {
887
- readonly fontSize: string;
888
- readonly fontWeight: string;
889
- readonly lineHeight: string;
890
- readonly fontFamily: string;
891
- readonly height: "44px";
892
- } | {
893
- readonly fontSize: string;
894
- readonly fontWeight: string;
895
- readonly lineHeight: string;
896
- readonly fontFamily: string;
897
- readonly height: "44px";
898
- } | {
899
- readonly fontSize: string;
900
- readonly fontWeight: string;
901
- readonly lineHeight: string;
902
- readonly fontFamily: string;
903
- readonly height: "44px";
904
- } | {
905
- readonly fontSize: string;
906
- readonly fontWeight: string;
907
- readonly lineHeight: string;
908
- readonly fontFamily: string;
909
- readonly height: "44px";
910
- } | {
911
- readonly fontSize: string;
912
- readonly fontWeight: string;
913
- readonly lineHeight: string;
914
- readonly fontFamily: string;
915
- readonly height: "44px";
916
- } | {
917
- readonly fontSize: string;
918
- readonly fontWeight: string;
919
- readonly lineHeight: string;
920
- readonly fontFamily: string;
921
- readonly height: "44px";
922
- } | {
923
- readonly fontSize: string;
924
- readonly fontWeight: string;
925
- readonly lineHeight: string;
926
- readonly fontFamily: string;
927
- readonly height: "44px";
928
- } | {
929
- readonly fontSize: string;
930
- readonly fontWeight: string;
931
- readonly lineHeight: string;
932
- readonly fontFamily: string;
933
- readonly height: "44px";
934
- } | {
935
- readonly fontSize: string;
936
- readonly fontWeight: string;
937
- readonly lineHeight: string;
938
- readonly fontFamily: string;
939
- readonly height: "44px";
940
- } | {
941
- readonly fontSize: string;
942
- readonly fontWeight: string;
943
- readonly lineHeight: string;
944
- readonly fontFamily: string;
945
- readonly height: "44px";
946
- } | {
947
- readonly fontSize: string;
948
- readonly fontWeight: string;
949
- readonly lineHeight: string;
950
- readonly fontFamily: string;
951
- readonly height: "44px";
952
- };
953
- readonly increment: {
954
- readonly width: "44px";
955
- readonly height: "44px";
956
- readonly fontSize: "18px";
957
- };
958
- readonly decrement: {
959
- readonly width: "44px";
960
- readonly height: "44px";
961
- readonly fontSize: "18px";
962
- };
963
- readonly label: {
964
- readonly fontSize: string;
965
- readonly fontWeight: string;
966
- readonly lineHeight: "1";
967
- readonly fontFamily: string;
968
- } | {
969
- readonly fontSize: string;
970
- readonly fontWeight: string;
971
- readonly lineHeight: string;
972
- readonly fontFamily: string;
973
- } | {
974
- readonly fontSize: string;
975
- readonly fontWeight: string;
976
- readonly lineHeight: string;
977
- readonly fontFamily: string;
978
- } | {
979
- readonly fontSize: string;
980
- readonly fontWeight: string;
981
- readonly lineHeight: string;
982
- readonly fontFamily: string;
983
- } | {
984
- readonly fontSize: string;
985
- readonly fontWeight: string;
986
- readonly lineHeight: string;
987
- readonly fontFamily: string;
988
- } | {
989
- readonly fontSize: string;
990
- readonly fontWeight: "450";
991
- readonly lineHeight: string;
992
- readonly fontFamily: string;
993
- } | {
994
- readonly fontSize: string;
995
- readonly fontWeight: string;
996
- readonly lineHeight: string;
997
- readonly fontFamily: string;
998
- } | {
999
- readonly fontSize: string;
1000
- readonly fontWeight: string;
1001
- readonly lineHeight: string;
1002
- readonly fontFamily: string;
1003
- } | {
1004
- readonly fontSize: string;
1005
- readonly fontWeight: "450";
1006
- readonly lineHeight: string;
1007
- readonly fontFamily: string;
1008
- } | {
1009
- readonly fontSize: string;
1010
- readonly fontWeight: string;
1011
- readonly lineHeight: string;
1012
- readonly fontFamily: string;
1013
- } | {
1014
- readonly fontSize: string;
1015
- readonly fontWeight: "450";
1016
- readonly lineHeight: string;
1017
- readonly fontFamily: string;
1018
- } | {
1019
- readonly fontSize: string;
1020
- readonly fontWeight: string;
1021
- readonly lineHeight: string;
1022
- readonly fontFamily: string;
1023
- } | {
1024
- readonly fontSize: string;
1025
- readonly fontWeight: string;
1026
- readonly lineHeight: string;
1027
- readonly fontFamily: string;
1028
- } | {
1029
- readonly fontSize: string;
1030
- readonly fontWeight: string;
1031
- readonly lineHeight: string;
1032
- readonly fontFamily: string;
1033
- } | {
1034
- readonly fontSize: string;
1035
- readonly fontWeight: string;
1036
- readonly lineHeight: string;
1037
- readonly fontFamily: string;
1038
- } | {
1039
- readonly fontSize: string;
1040
- readonly fontWeight: string;
1041
- readonly lineHeight: string;
1042
- readonly fontFamily: string;
1043
- } | {
1044
- readonly fontSize: string;
1045
- readonly fontWeight: string;
1046
- readonly lineHeight: string;
1047
- readonly fontFamily: string;
1048
- } | {
1049
- readonly fontSize: string;
1050
- readonly fontWeight: string;
1051
- readonly lineHeight: string;
1052
- readonly fontFamily: string;
1053
- } | {
1054
- readonly fontSize: string;
1055
- readonly fontWeight: string;
1056
- readonly lineHeight: string;
1057
- readonly fontFamily: string;
1058
- } | {
1059
- readonly fontSize: string;
1060
- readonly fontWeight: string;
1061
- readonly lineHeight: string;
1062
- readonly fontFamily: string;
1063
- } | {
1064
- readonly fontSize: string;
1065
- readonly fontWeight: string;
1066
- readonly lineHeight: string;
1067
- readonly fontFamily: string;
1068
- } | {
1069
- readonly fontSize: string;
1070
- readonly fontWeight: string;
1071
- readonly lineHeight: string;
1072
- readonly fontFamily: string;
1073
- };
1074
- };
1075
- };
1076
- };
1077
- readonly defaultVariants: {
1078
- readonly size: "md";
1079
- };
1080
- };
1081
- }, {}>;
1082
- type ControlStepperConfig = typeof controlStepperConfig;
1083
- //#endregion
1084
- export { ControlStepperConfig, controlStepperConfig };