@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,1723 +0,0 @@
1
- import { ComponentConfig } from "../../config/dist/createConfig.js";
2
- import * as _$react from "react";
3
- import { ReactNode } from "react";
4
- import * as _$_uds_types0 from "@uds/types";
5
-
6
- //#region ../components/dist/command.d.ts
7
- //#region src/command.d.ts
8
- interface CommandContextValue {
9
- search: string;
10
- setSearch: (value: string) => void;
11
- value: string;
12
- setValue: (value: string) => void;
13
- filter: (value: string, search: string, keywords?: string[]) => number;
14
- shouldFilter: boolean;
15
- loop: boolean;
16
- registerItem: (id: string, value: string, keywords?: string[]) => void;
17
- unregisterItem: (id: string) => void;
18
- items: Map<string, {
19
- value: string;
20
- keywords?: string[];
21
- }>;
22
- visibleCount: number;
23
- }
24
- declare const CommandProvider: _$react.FC<{
25
- children: React.ReactNode;
26
- } & Record<never, never>>, useCommand: () => CommandContextValue;
27
- /**
28
- * @description A searchable command menu for quick actions and navigation. Provides fuzzy filtering, keyboard navigation, and composable sub-components.
29
- */
30
- declare const Command: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
31
- Command: {
32
- readonly base: {
33
- readonly root: {
34
- readonly display: "flex";
35
- readonly flexDirection: "column";
36
- readonly overflow: "hidden";
37
- readonly borderRadius: string;
38
- readonly backgroundColor: string;
39
- };
40
- };
41
- };
42
- }, {}>, {
43
- value?: string;
44
- onValueChange?: (value: string) => void;
45
- filter?: (value: string, search: string, keywords?: string[]) => number;
46
- shouldFilter?: boolean;
47
- loop?: boolean;
48
- label?: string;
49
- children?: ReactNode;
50
- }, {
51
- root: "div";
52
- }>>;
53
- /**
54
- * @description Command menu rendered inside a modal dialog. Typically triggered by Cmd+K / Ctrl+K.
55
- */
56
- declare const CommandDialog: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
57
- CommandDialog: {
58
- readonly base: {
59
- readonly overlay: {
60
- readonly position: "fixed";
61
- readonly inset: "0";
62
- readonly zIndex: "50";
63
- readonly display: "flex";
64
- readonly alignItems: "flex-start";
65
- readonly justifyContent: "center";
66
- readonly paddingTop: "15vh";
67
- readonly backgroundColor: string;
68
- readonly motion: {
69
- readonly initial: {
70
- readonly opacity: 0;
71
- };
72
- readonly animate: {
73
- readonly opacity: 1;
74
- };
75
- readonly exit: {
76
- readonly opacity: 0;
77
- };
78
- readonly transition: {
79
- readonly duration: 0.15;
80
- };
81
- };
82
- };
83
- readonly dismiss: {
84
- readonly position: "absolute";
85
- readonly inset: "0";
86
- readonly background: "none";
87
- readonly border: "none";
88
- readonly padding: "0";
89
- readonly cursor: "default";
90
- };
91
- readonly dialogPanel: {
92
- readonly position: "relative";
93
- readonly zIndex: "1";
94
- readonly width: "100%";
95
- readonly maxWidth: "32rem";
96
- readonly borderRadius: string;
97
- readonly backgroundColor: string;
98
- readonly borderWidth: string;
99
- readonly borderColor: string;
100
- readonly overflow: "hidden";
101
- readonly outline: "none";
102
- readonly boxShadow: "0 16px 70px rgba(0,0,0,0.25)";
103
- readonly motion: {
104
- readonly initial: {
105
- readonly opacity: 0;
106
- readonly scale: 0.96;
107
- readonly y: -8;
108
- };
109
- readonly animate: {
110
- readonly opacity: 1;
111
- readonly scale: 1;
112
- readonly y: 0;
113
- };
114
- readonly exit: {
115
- readonly opacity: 0;
116
- readonly scale: 0.96;
117
- readonly y: -8;
118
- };
119
- readonly transition: {
120
- readonly duration: 0.2;
121
- readonly ease: [0.16, 1, 0.3, 1];
122
- };
123
- };
124
- };
125
- readonly root: {
126
- readonly display: "flex";
127
- readonly flexDirection: "column";
128
- readonly overflow: "hidden";
129
- };
130
- };
131
- };
132
- }, {}>, {
133
- open?: boolean;
134
- onOpenChange?: (open: boolean) => void;
135
- filter?: (value: string, search: string, keywords?: string[]) => number;
136
- shouldFilter?: boolean;
137
- loop?: boolean;
138
- label?: string;
139
- children?: ReactNode;
140
- }, {
141
- overlay: "div";
142
- dismiss: "button";
143
- dialogPanel: "div";
144
- root: "div";
145
- }>>;
146
- /**
147
- * @description Search input for filtering command items
148
- */
149
- declare const CommandInput: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
150
- CommandInput: {
151
- readonly base: {
152
- readonly inputWrapper: {
153
- readonly display: "flex";
154
- readonly alignItems: "center";
155
- readonly gap: string;
156
- readonly paddingLeft: string;
157
- readonly paddingRight: string;
158
- readonly borderBottomWidth: string;
159
- readonly borderColor: string;
160
- };
161
- readonly searchIcon: {
162
- readonly display: "flex";
163
- readonly flexShrink: "0";
164
- readonly color: string;
165
- readonly opacity: "0.4";
166
- };
167
- readonly input: {
168
- readonly width: "100%";
169
- readonly paddingTop: string;
170
- readonly paddingBottom: string;
171
- readonly backgroundColor: "transparent";
172
- readonly border: "none";
173
- readonly outline: "none";
174
- readonly color: string;
175
- readonly _placeholder: {
176
- readonly color: string;
177
- };
178
- readonly fontSize: string;
179
- readonly fontWeight: string;
180
- readonly lineHeight: "1";
181
- readonly fontFamily: string;
182
- } | {
183
- readonly width: "100%";
184
- readonly paddingTop: string;
185
- readonly paddingBottom: string;
186
- readonly backgroundColor: "transparent";
187
- readonly border: "none";
188
- readonly outline: "none";
189
- readonly color: string;
190
- readonly _placeholder: {
191
- readonly color: string;
192
- };
193
- readonly fontSize: string;
194
- readonly fontWeight: string;
195
- readonly lineHeight: string;
196
- readonly fontFamily: string;
197
- } | {
198
- readonly width: "100%";
199
- readonly paddingTop: string;
200
- readonly paddingBottom: string;
201
- readonly backgroundColor: "transparent";
202
- readonly border: "none";
203
- readonly outline: "none";
204
- readonly color: string;
205
- readonly _placeholder: {
206
- readonly color: string;
207
- };
208
- readonly fontSize: string;
209
- readonly fontWeight: string;
210
- readonly lineHeight: string;
211
- readonly fontFamily: string;
212
- } | {
213
- readonly width: "100%";
214
- readonly paddingTop: string;
215
- readonly paddingBottom: string;
216
- readonly backgroundColor: "transparent";
217
- readonly border: "none";
218
- readonly outline: "none";
219
- readonly color: string;
220
- readonly _placeholder: {
221
- readonly color: string;
222
- };
223
- readonly fontSize: string;
224
- readonly fontWeight: string;
225
- readonly lineHeight: string;
226
- readonly fontFamily: string;
227
- } | {
228
- readonly width: "100%";
229
- readonly paddingTop: string;
230
- readonly paddingBottom: string;
231
- readonly backgroundColor: "transparent";
232
- readonly border: "none";
233
- readonly outline: "none";
234
- readonly color: string;
235
- readonly _placeholder: {
236
- readonly color: string;
237
- };
238
- readonly fontSize: string;
239
- readonly fontWeight: string;
240
- readonly lineHeight: string;
241
- readonly fontFamily: string;
242
- } | {
243
- readonly width: "100%";
244
- readonly paddingTop: string;
245
- readonly paddingBottom: string;
246
- readonly backgroundColor: "transparent";
247
- readonly border: "none";
248
- readonly outline: "none";
249
- readonly color: string;
250
- readonly _placeholder: {
251
- readonly color: string;
252
- };
253
- readonly fontSize: string;
254
- readonly fontWeight: "450";
255
- readonly lineHeight: string;
256
- readonly fontFamily: string;
257
- } | {
258
- readonly width: "100%";
259
- readonly paddingTop: string;
260
- readonly paddingBottom: string;
261
- readonly backgroundColor: "transparent";
262
- readonly border: "none";
263
- readonly outline: "none";
264
- readonly color: string;
265
- readonly _placeholder: {
266
- readonly color: string;
267
- };
268
- readonly fontSize: string;
269
- readonly fontWeight: string;
270
- readonly lineHeight: string;
271
- readonly fontFamily: string;
272
- } | {
273
- readonly width: "100%";
274
- readonly paddingTop: string;
275
- readonly paddingBottom: string;
276
- readonly backgroundColor: "transparent";
277
- readonly border: "none";
278
- readonly outline: "none";
279
- readonly color: string;
280
- readonly _placeholder: {
281
- readonly color: string;
282
- };
283
- readonly fontSize: string;
284
- readonly fontWeight: string;
285
- readonly lineHeight: string;
286
- readonly fontFamily: string;
287
- } | {
288
- readonly width: "100%";
289
- readonly paddingTop: string;
290
- readonly paddingBottom: string;
291
- readonly backgroundColor: "transparent";
292
- readonly border: "none";
293
- readonly outline: "none";
294
- readonly color: string;
295
- readonly _placeholder: {
296
- readonly color: string;
297
- };
298
- readonly fontSize: string;
299
- readonly fontWeight: "450";
300
- readonly lineHeight: string;
301
- readonly fontFamily: string;
302
- } | {
303
- readonly width: "100%";
304
- readonly paddingTop: string;
305
- readonly paddingBottom: string;
306
- readonly backgroundColor: "transparent";
307
- readonly border: "none";
308
- readonly outline: "none";
309
- readonly color: string;
310
- readonly _placeholder: {
311
- readonly color: string;
312
- };
313
- readonly fontSize: string;
314
- readonly fontWeight: string;
315
- readonly lineHeight: string;
316
- readonly fontFamily: string;
317
- } | {
318
- readonly width: "100%";
319
- readonly paddingTop: string;
320
- readonly paddingBottom: string;
321
- readonly backgroundColor: "transparent";
322
- readonly border: "none";
323
- readonly outline: "none";
324
- readonly color: string;
325
- readonly _placeholder: {
326
- readonly color: string;
327
- };
328
- readonly fontSize: string;
329
- readonly fontWeight: "450";
330
- readonly lineHeight: string;
331
- readonly fontFamily: string;
332
- } | {
333
- readonly width: "100%";
334
- readonly paddingTop: string;
335
- readonly paddingBottom: string;
336
- readonly backgroundColor: "transparent";
337
- readonly border: "none";
338
- readonly outline: "none";
339
- readonly color: string;
340
- readonly _placeholder: {
341
- readonly color: string;
342
- };
343
- readonly fontSize: string;
344
- readonly fontWeight: string;
345
- readonly lineHeight: string;
346
- readonly fontFamily: string;
347
- } | {
348
- readonly width: "100%";
349
- readonly paddingTop: string;
350
- readonly paddingBottom: string;
351
- readonly backgroundColor: "transparent";
352
- readonly border: "none";
353
- readonly outline: "none";
354
- readonly color: string;
355
- readonly _placeholder: {
356
- readonly color: string;
357
- };
358
- readonly fontSize: string;
359
- readonly fontWeight: string;
360
- readonly lineHeight: string;
361
- readonly fontFamily: string;
362
- } | {
363
- readonly width: "100%";
364
- readonly paddingTop: string;
365
- readonly paddingBottom: string;
366
- readonly backgroundColor: "transparent";
367
- readonly border: "none";
368
- readonly outline: "none";
369
- readonly color: string;
370
- readonly _placeholder: {
371
- readonly color: string;
372
- };
373
- readonly fontSize: string;
374
- readonly fontWeight: string;
375
- readonly lineHeight: string;
376
- readonly fontFamily: string;
377
- } | {
378
- readonly width: "100%";
379
- readonly paddingTop: string;
380
- readonly paddingBottom: string;
381
- readonly backgroundColor: "transparent";
382
- readonly border: "none";
383
- readonly outline: "none";
384
- readonly color: string;
385
- readonly _placeholder: {
386
- readonly color: string;
387
- };
388
- readonly fontSize: string;
389
- readonly fontWeight: string;
390
- readonly lineHeight: string;
391
- readonly fontFamily: string;
392
- } | {
393
- readonly width: "100%";
394
- readonly paddingTop: string;
395
- readonly paddingBottom: string;
396
- readonly backgroundColor: "transparent";
397
- readonly border: "none";
398
- readonly outline: "none";
399
- readonly color: string;
400
- readonly _placeholder: {
401
- readonly color: string;
402
- };
403
- readonly fontSize: string;
404
- readonly fontWeight: string;
405
- readonly lineHeight: string;
406
- readonly fontFamily: string;
407
- } | {
408
- readonly width: "100%";
409
- readonly paddingTop: string;
410
- readonly paddingBottom: string;
411
- readonly backgroundColor: "transparent";
412
- readonly border: "none";
413
- readonly outline: "none";
414
- readonly color: string;
415
- readonly _placeholder: {
416
- readonly color: string;
417
- };
418
- readonly fontSize: string;
419
- readonly fontWeight: string;
420
- readonly lineHeight: string;
421
- readonly fontFamily: string;
422
- } | {
423
- readonly width: "100%";
424
- readonly paddingTop: string;
425
- readonly paddingBottom: string;
426
- readonly backgroundColor: "transparent";
427
- readonly border: "none";
428
- readonly outline: "none";
429
- readonly color: string;
430
- readonly _placeholder: {
431
- readonly color: string;
432
- };
433
- readonly fontSize: string;
434
- readonly fontWeight: string;
435
- readonly lineHeight: string;
436
- readonly fontFamily: string;
437
- } | {
438
- readonly width: "100%";
439
- readonly paddingTop: string;
440
- readonly paddingBottom: string;
441
- readonly backgroundColor: "transparent";
442
- readonly border: "none";
443
- readonly outline: "none";
444
- readonly color: string;
445
- readonly _placeholder: {
446
- readonly color: string;
447
- };
448
- readonly fontSize: string;
449
- readonly fontWeight: string;
450
- readonly lineHeight: string;
451
- readonly fontFamily: string;
452
- } | {
453
- readonly width: "100%";
454
- readonly paddingTop: string;
455
- readonly paddingBottom: string;
456
- readonly backgroundColor: "transparent";
457
- readonly border: "none";
458
- readonly outline: "none";
459
- readonly color: string;
460
- readonly _placeholder: {
461
- readonly color: string;
462
- };
463
- readonly fontSize: string;
464
- readonly fontWeight: string;
465
- readonly lineHeight: string;
466
- readonly fontFamily: string;
467
- } | {
468
- readonly width: "100%";
469
- readonly paddingTop: string;
470
- readonly paddingBottom: string;
471
- readonly backgroundColor: "transparent";
472
- readonly border: "none";
473
- readonly outline: "none";
474
- readonly color: string;
475
- readonly _placeholder: {
476
- readonly color: string;
477
- };
478
- readonly fontSize: string;
479
- readonly fontWeight: string;
480
- readonly lineHeight: string;
481
- readonly fontFamily: string;
482
- } | {
483
- readonly width: "100%";
484
- readonly paddingTop: string;
485
- readonly paddingBottom: string;
486
- readonly backgroundColor: "transparent";
487
- readonly border: "none";
488
- readonly outline: "none";
489
- readonly color: string;
490
- readonly _placeholder: {
491
- readonly color: string;
492
- };
493
- readonly fontSize: string;
494
- readonly fontWeight: string;
495
- readonly lineHeight: string;
496
- readonly fontFamily: string;
497
- };
498
- };
499
- };
500
- }, {}>, {
501
- placeholder?: string;
502
- value?: string;
503
- onValueChange?: (value: string) => void;
504
- }, {
505
- inputWrapper: "div";
506
- input: "input";
507
- searchIcon: "span";
508
- }>>;
509
- /**
510
- * @description Scrollable container for command results
511
- */
512
- declare const CommandList: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
513
- CommandList: {
514
- readonly base: {
515
- readonly list: {
516
- readonly maxHeight: "20rem";
517
- readonly overflowY: "auto";
518
- readonly overscrollBehavior: "contain";
519
- readonly padding: string;
520
- };
521
- };
522
- };
523
- }, {}>, {
524
- children?: ReactNode;
525
- }, {
526
- list: "fieldset";
527
- }>>;
528
- /**
529
- * @description Displayed when no command items match the search query
530
- */
531
- declare const CommandEmpty: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
532
- CommandEmpty: {
533
- readonly base: {
534
- readonly empty: {
535
- readonly paddingTop: string;
536
- readonly paddingBottom: string;
537
- readonly textAlign: "center";
538
- readonly color: string;
539
- readonly fontSize: string;
540
- readonly fontWeight: string;
541
- readonly lineHeight: "1";
542
- readonly fontFamily: string;
543
- } | {
544
- readonly paddingTop: string;
545
- readonly paddingBottom: string;
546
- readonly textAlign: "center";
547
- readonly color: string;
548
- readonly fontSize: string;
549
- readonly fontWeight: string;
550
- readonly lineHeight: string;
551
- readonly fontFamily: string;
552
- } | {
553
- readonly paddingTop: string;
554
- readonly paddingBottom: string;
555
- readonly textAlign: "center";
556
- readonly color: string;
557
- readonly fontSize: string;
558
- readonly fontWeight: string;
559
- readonly lineHeight: string;
560
- readonly fontFamily: string;
561
- } | {
562
- readonly paddingTop: string;
563
- readonly paddingBottom: string;
564
- readonly textAlign: "center";
565
- readonly color: string;
566
- readonly fontSize: string;
567
- readonly fontWeight: string;
568
- readonly lineHeight: string;
569
- readonly fontFamily: string;
570
- } | {
571
- readonly paddingTop: string;
572
- readonly paddingBottom: string;
573
- readonly textAlign: "center";
574
- readonly color: string;
575
- readonly fontSize: string;
576
- readonly fontWeight: string;
577
- readonly lineHeight: string;
578
- readonly fontFamily: string;
579
- } | {
580
- readonly paddingTop: string;
581
- readonly paddingBottom: string;
582
- readonly textAlign: "center";
583
- readonly color: string;
584
- readonly fontSize: string;
585
- readonly fontWeight: "450";
586
- readonly lineHeight: string;
587
- readonly fontFamily: string;
588
- } | {
589
- readonly paddingTop: string;
590
- readonly paddingBottom: string;
591
- readonly textAlign: "center";
592
- readonly color: string;
593
- readonly fontSize: string;
594
- readonly fontWeight: string;
595
- readonly lineHeight: string;
596
- readonly fontFamily: string;
597
- } | {
598
- readonly paddingTop: string;
599
- readonly paddingBottom: string;
600
- readonly textAlign: "center";
601
- readonly color: string;
602
- readonly fontSize: string;
603
- readonly fontWeight: string;
604
- readonly lineHeight: string;
605
- readonly fontFamily: string;
606
- } | {
607
- readonly paddingTop: string;
608
- readonly paddingBottom: string;
609
- readonly textAlign: "center";
610
- readonly color: string;
611
- readonly fontSize: string;
612
- readonly fontWeight: "450";
613
- readonly lineHeight: string;
614
- readonly fontFamily: string;
615
- } | {
616
- readonly paddingTop: string;
617
- readonly paddingBottom: string;
618
- readonly textAlign: "center";
619
- readonly color: string;
620
- readonly fontSize: string;
621
- readonly fontWeight: string;
622
- readonly lineHeight: string;
623
- readonly fontFamily: string;
624
- } | {
625
- readonly paddingTop: string;
626
- readonly paddingBottom: string;
627
- readonly textAlign: "center";
628
- readonly color: string;
629
- readonly fontSize: string;
630
- readonly fontWeight: "450";
631
- readonly lineHeight: string;
632
- readonly fontFamily: string;
633
- } | {
634
- readonly paddingTop: string;
635
- readonly paddingBottom: string;
636
- readonly textAlign: "center";
637
- readonly color: string;
638
- readonly fontSize: string;
639
- readonly fontWeight: string;
640
- readonly lineHeight: string;
641
- readonly fontFamily: string;
642
- } | {
643
- readonly paddingTop: string;
644
- readonly paddingBottom: string;
645
- readonly textAlign: "center";
646
- readonly color: string;
647
- readonly fontSize: string;
648
- readonly fontWeight: string;
649
- readonly lineHeight: string;
650
- readonly fontFamily: string;
651
- } | {
652
- readonly paddingTop: string;
653
- readonly paddingBottom: string;
654
- readonly textAlign: "center";
655
- readonly color: string;
656
- readonly fontSize: string;
657
- readonly fontWeight: string;
658
- readonly lineHeight: string;
659
- readonly fontFamily: string;
660
- } | {
661
- readonly paddingTop: string;
662
- readonly paddingBottom: string;
663
- readonly textAlign: "center";
664
- readonly color: string;
665
- readonly fontSize: string;
666
- readonly fontWeight: string;
667
- readonly lineHeight: string;
668
- readonly fontFamily: string;
669
- } | {
670
- readonly paddingTop: string;
671
- readonly paddingBottom: string;
672
- readonly textAlign: "center";
673
- readonly color: string;
674
- readonly fontSize: string;
675
- readonly fontWeight: string;
676
- readonly lineHeight: string;
677
- readonly fontFamily: string;
678
- } | {
679
- readonly paddingTop: string;
680
- readonly paddingBottom: string;
681
- readonly textAlign: "center";
682
- readonly color: string;
683
- readonly fontSize: string;
684
- readonly fontWeight: string;
685
- readonly lineHeight: string;
686
- readonly fontFamily: string;
687
- } | {
688
- readonly paddingTop: string;
689
- readonly paddingBottom: string;
690
- readonly textAlign: "center";
691
- readonly color: string;
692
- readonly fontSize: string;
693
- readonly fontWeight: string;
694
- readonly lineHeight: string;
695
- readonly fontFamily: string;
696
- } | {
697
- readonly paddingTop: string;
698
- readonly paddingBottom: string;
699
- readonly textAlign: "center";
700
- readonly color: string;
701
- readonly fontSize: string;
702
- readonly fontWeight: string;
703
- readonly lineHeight: string;
704
- readonly fontFamily: string;
705
- } | {
706
- readonly paddingTop: string;
707
- readonly paddingBottom: string;
708
- readonly textAlign: "center";
709
- readonly color: string;
710
- readonly fontSize: string;
711
- readonly fontWeight: string;
712
- readonly lineHeight: string;
713
- readonly fontFamily: string;
714
- } | {
715
- readonly paddingTop: string;
716
- readonly paddingBottom: string;
717
- readonly textAlign: "center";
718
- readonly color: string;
719
- readonly fontSize: string;
720
- readonly fontWeight: string;
721
- readonly lineHeight: string;
722
- readonly fontFamily: string;
723
- } | {
724
- readonly paddingTop: string;
725
- readonly paddingBottom: string;
726
- readonly textAlign: "center";
727
- readonly color: string;
728
- readonly fontSize: string;
729
- readonly fontWeight: string;
730
- readonly lineHeight: string;
731
- readonly fontFamily: string;
732
- };
733
- };
734
- };
735
- }, {}>, {
736
- children?: ReactNode;
737
- }, {
738
- empty: "div";
739
- }>>;
740
- /**
741
- * @description Groups related command items with an optional heading
742
- */
743
- declare const CommandGroup: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
744
- CommandGroup: {
745
- readonly base: {
746
- readonly group: {
747
- readonly padding: string;
748
- };
749
- readonly groupHeading: {
750
- readonly paddingLeft: string;
751
- readonly paddingRight: string;
752
- readonly paddingTop: string;
753
- readonly paddingBottom: string;
754
- readonly color: string;
755
- readonly fontWeight: string;
756
- readonly fontSize: string;
757
- readonly lineHeight: "1";
758
- readonly fontFamily: string;
759
- } | {
760
- readonly paddingLeft: string;
761
- readonly paddingRight: string;
762
- readonly paddingTop: string;
763
- readonly paddingBottom: string;
764
- readonly color: string;
765
- readonly fontWeight: string;
766
- readonly fontSize: string;
767
- readonly lineHeight: string;
768
- readonly fontFamily: string;
769
- } | {
770
- readonly paddingLeft: string;
771
- readonly paddingRight: string;
772
- readonly paddingTop: string;
773
- readonly paddingBottom: string;
774
- readonly color: string;
775
- readonly fontWeight: string;
776
- readonly fontSize: string;
777
- readonly lineHeight: string;
778
- readonly fontFamily: string;
779
- } | {
780
- readonly paddingLeft: string;
781
- readonly paddingRight: string;
782
- readonly paddingTop: string;
783
- readonly paddingBottom: string;
784
- readonly color: string;
785
- readonly fontWeight: string;
786
- readonly fontSize: string;
787
- readonly lineHeight: string;
788
- readonly fontFamily: string;
789
- } | {
790
- readonly paddingLeft: string;
791
- readonly paddingRight: string;
792
- readonly paddingTop: string;
793
- readonly paddingBottom: string;
794
- readonly color: string;
795
- readonly fontWeight: string;
796
- readonly fontSize: string;
797
- readonly lineHeight: string;
798
- readonly fontFamily: string;
799
- } | {
800
- readonly paddingLeft: string;
801
- readonly paddingRight: string;
802
- readonly paddingTop: string;
803
- readonly paddingBottom: string;
804
- readonly color: string;
805
- readonly fontWeight: string;
806
- readonly fontSize: string;
807
- readonly lineHeight: string;
808
- readonly fontFamily: string;
809
- } | {
810
- readonly paddingLeft: string;
811
- readonly paddingRight: string;
812
- readonly paddingTop: string;
813
- readonly paddingBottom: string;
814
- readonly color: string;
815
- readonly fontWeight: string;
816
- readonly fontSize: string;
817
- readonly lineHeight: string;
818
- readonly fontFamily: string;
819
- } | {
820
- readonly paddingLeft: string;
821
- readonly paddingRight: string;
822
- readonly paddingTop: string;
823
- readonly paddingBottom: string;
824
- readonly color: string;
825
- readonly fontWeight: string;
826
- readonly fontSize: string;
827
- readonly lineHeight: string;
828
- readonly fontFamily: string;
829
- } | {
830
- readonly paddingLeft: string;
831
- readonly paddingRight: string;
832
- readonly paddingTop: string;
833
- readonly paddingBottom: string;
834
- readonly color: string;
835
- readonly fontWeight: string;
836
- readonly fontSize: string;
837
- readonly lineHeight: string;
838
- readonly fontFamily: string;
839
- } | {
840
- readonly paddingLeft: string;
841
- readonly paddingRight: string;
842
- readonly paddingTop: string;
843
- readonly paddingBottom: string;
844
- readonly color: string;
845
- readonly fontWeight: string;
846
- readonly fontSize: string;
847
- readonly lineHeight: string;
848
- readonly fontFamily: string;
849
- } | {
850
- readonly paddingLeft: string;
851
- readonly paddingRight: string;
852
- readonly paddingTop: string;
853
- readonly paddingBottom: string;
854
- readonly color: string;
855
- readonly fontWeight: string;
856
- readonly fontSize: string;
857
- readonly lineHeight: string;
858
- readonly fontFamily: string;
859
- } | {
860
- readonly paddingLeft: string;
861
- readonly paddingRight: string;
862
- readonly paddingTop: string;
863
- readonly paddingBottom: string;
864
- readonly color: string;
865
- readonly fontWeight: string;
866
- readonly fontSize: string;
867
- readonly lineHeight: string;
868
- readonly fontFamily: string;
869
- } | {
870
- readonly paddingLeft: string;
871
- readonly paddingRight: string;
872
- readonly paddingTop: string;
873
- readonly paddingBottom: string;
874
- readonly color: string;
875
- readonly fontWeight: string;
876
- readonly fontSize: string;
877
- readonly lineHeight: string;
878
- readonly fontFamily: string;
879
- } | {
880
- readonly paddingLeft: string;
881
- readonly paddingRight: string;
882
- readonly paddingTop: string;
883
- readonly paddingBottom: string;
884
- readonly color: string;
885
- readonly fontWeight: string;
886
- readonly fontSize: string;
887
- readonly lineHeight: string;
888
- readonly fontFamily: string;
889
- } | {
890
- readonly paddingLeft: string;
891
- readonly paddingRight: string;
892
- readonly paddingTop: string;
893
- readonly paddingBottom: string;
894
- readonly color: string;
895
- readonly fontWeight: string;
896
- readonly fontSize: string;
897
- readonly lineHeight: string;
898
- readonly fontFamily: string;
899
- } | {
900
- readonly paddingLeft: string;
901
- readonly paddingRight: string;
902
- readonly paddingTop: string;
903
- readonly paddingBottom: string;
904
- readonly color: string;
905
- readonly fontWeight: string;
906
- readonly fontSize: string;
907
- readonly lineHeight: string;
908
- readonly fontFamily: string;
909
- } | {
910
- readonly paddingLeft: string;
911
- readonly paddingRight: string;
912
- readonly paddingTop: string;
913
- readonly paddingBottom: string;
914
- readonly color: string;
915
- readonly fontWeight: string;
916
- readonly fontSize: string;
917
- readonly lineHeight: string;
918
- readonly fontFamily: string;
919
- } | {
920
- readonly paddingLeft: string;
921
- readonly paddingRight: string;
922
- readonly paddingTop: string;
923
- readonly paddingBottom: string;
924
- readonly color: string;
925
- readonly fontWeight: string;
926
- readonly fontSize: string;
927
- readonly lineHeight: string;
928
- readonly fontFamily: string;
929
- } | {
930
- readonly paddingLeft: string;
931
- readonly paddingRight: string;
932
- readonly paddingTop: string;
933
- readonly paddingBottom: string;
934
- readonly color: string;
935
- readonly fontWeight: string;
936
- readonly fontSize: string;
937
- readonly lineHeight: string;
938
- readonly fontFamily: string;
939
- } | {
940
- readonly paddingLeft: string;
941
- readonly paddingRight: string;
942
- readonly paddingTop: string;
943
- readonly paddingBottom: string;
944
- readonly color: string;
945
- readonly fontWeight: string;
946
- readonly fontSize: string;
947
- readonly lineHeight: string;
948
- readonly fontFamily: string;
949
- } | {
950
- readonly paddingLeft: string;
951
- readonly paddingRight: string;
952
- readonly paddingTop: string;
953
- readonly paddingBottom: string;
954
- readonly color: string;
955
- readonly fontWeight: string;
956
- readonly fontSize: string;
957
- readonly lineHeight: string;
958
- readonly fontFamily: string;
959
- } | {
960
- readonly paddingLeft: string;
961
- readonly paddingRight: string;
962
- readonly paddingTop: string;
963
- readonly paddingBottom: string;
964
- readonly color: string;
965
- readonly fontWeight: string;
966
- readonly fontSize: string;
967
- readonly lineHeight: string;
968
- readonly fontFamily: string;
969
- };
970
- };
971
- };
972
- }, {}>, {
973
- heading?: ReactNode;
974
- children?: ReactNode;
975
- }, {
976
- group: "fieldset";
977
- groupHeading: "div";
978
- }>>;
979
- /**
980
- * @description A selectable command item. Supports onSelect callback, keywords for search, and disabled state.
981
- */
982
- declare const CommandItem: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
983
- CommandItem: {
984
- readonly base: {
985
- readonly item: {
986
- readonly display: "flex";
987
- readonly alignItems: "center";
988
- readonly gap: string;
989
- readonly paddingLeft: string;
990
- readonly paddingRight: string;
991
- readonly paddingTop: string;
992
- readonly paddingBottom: string;
993
- readonly borderRadius: string;
994
- readonly cursor: "pointer";
995
- readonly color: string;
996
- readonly _ariaSelected: {
997
- readonly backgroundColor: string;
998
- };
999
- readonly _ariaDisabled: {
1000
- readonly opacity: "0.5";
1001
- readonly pointerEvents: "none";
1002
- };
1003
- readonly fontSize: string;
1004
- readonly fontWeight: string;
1005
- readonly lineHeight: "1";
1006
- readonly fontFamily: string;
1007
- } | {
1008
- readonly display: "flex";
1009
- readonly alignItems: "center";
1010
- readonly gap: string;
1011
- readonly paddingLeft: string;
1012
- readonly paddingRight: string;
1013
- readonly paddingTop: string;
1014
- readonly paddingBottom: string;
1015
- readonly borderRadius: string;
1016
- readonly cursor: "pointer";
1017
- readonly color: string;
1018
- readonly _ariaSelected: {
1019
- readonly backgroundColor: string;
1020
- };
1021
- readonly _ariaDisabled: {
1022
- readonly opacity: "0.5";
1023
- readonly pointerEvents: "none";
1024
- };
1025
- readonly fontSize: string;
1026
- readonly fontWeight: string;
1027
- readonly lineHeight: string;
1028
- readonly fontFamily: string;
1029
- } | {
1030
- readonly display: "flex";
1031
- readonly alignItems: "center";
1032
- readonly gap: string;
1033
- readonly paddingLeft: string;
1034
- readonly paddingRight: string;
1035
- readonly paddingTop: string;
1036
- readonly paddingBottom: string;
1037
- readonly borderRadius: string;
1038
- readonly cursor: "pointer";
1039
- readonly color: string;
1040
- readonly _ariaSelected: {
1041
- readonly backgroundColor: string;
1042
- };
1043
- readonly _ariaDisabled: {
1044
- readonly opacity: "0.5";
1045
- readonly pointerEvents: "none";
1046
- };
1047
- readonly fontSize: string;
1048
- readonly fontWeight: string;
1049
- readonly lineHeight: string;
1050
- readonly fontFamily: string;
1051
- } | {
1052
- readonly display: "flex";
1053
- readonly alignItems: "center";
1054
- readonly gap: string;
1055
- readonly paddingLeft: string;
1056
- readonly paddingRight: string;
1057
- readonly paddingTop: string;
1058
- readonly paddingBottom: string;
1059
- readonly borderRadius: string;
1060
- readonly cursor: "pointer";
1061
- readonly color: string;
1062
- readonly _ariaSelected: {
1063
- readonly backgroundColor: string;
1064
- };
1065
- readonly _ariaDisabled: {
1066
- readonly opacity: "0.5";
1067
- readonly pointerEvents: "none";
1068
- };
1069
- readonly fontSize: string;
1070
- readonly fontWeight: string;
1071
- readonly lineHeight: string;
1072
- readonly fontFamily: string;
1073
- } | {
1074
- readonly display: "flex";
1075
- readonly alignItems: "center";
1076
- readonly gap: string;
1077
- readonly paddingLeft: string;
1078
- readonly paddingRight: string;
1079
- readonly paddingTop: string;
1080
- readonly paddingBottom: string;
1081
- readonly borderRadius: string;
1082
- readonly cursor: "pointer";
1083
- readonly color: string;
1084
- readonly _ariaSelected: {
1085
- readonly backgroundColor: string;
1086
- };
1087
- readonly _ariaDisabled: {
1088
- readonly opacity: "0.5";
1089
- readonly pointerEvents: "none";
1090
- };
1091
- readonly fontSize: string;
1092
- readonly fontWeight: string;
1093
- readonly lineHeight: string;
1094
- readonly fontFamily: string;
1095
- } | {
1096
- readonly display: "flex";
1097
- readonly alignItems: "center";
1098
- readonly gap: string;
1099
- readonly paddingLeft: string;
1100
- readonly paddingRight: string;
1101
- readonly paddingTop: string;
1102
- readonly paddingBottom: string;
1103
- readonly borderRadius: string;
1104
- readonly cursor: "pointer";
1105
- readonly color: string;
1106
- readonly _ariaSelected: {
1107
- readonly backgroundColor: string;
1108
- };
1109
- readonly _ariaDisabled: {
1110
- readonly opacity: "0.5";
1111
- readonly pointerEvents: "none";
1112
- };
1113
- readonly fontSize: string;
1114
- readonly fontWeight: "450";
1115
- readonly lineHeight: string;
1116
- readonly fontFamily: string;
1117
- } | {
1118
- readonly display: "flex";
1119
- readonly alignItems: "center";
1120
- readonly gap: string;
1121
- readonly paddingLeft: string;
1122
- readonly paddingRight: string;
1123
- readonly paddingTop: string;
1124
- readonly paddingBottom: string;
1125
- readonly borderRadius: string;
1126
- readonly cursor: "pointer";
1127
- readonly color: string;
1128
- readonly _ariaSelected: {
1129
- readonly backgroundColor: string;
1130
- };
1131
- readonly _ariaDisabled: {
1132
- readonly opacity: "0.5";
1133
- readonly pointerEvents: "none";
1134
- };
1135
- readonly fontSize: string;
1136
- readonly fontWeight: string;
1137
- readonly lineHeight: string;
1138
- readonly fontFamily: string;
1139
- } | {
1140
- readonly display: "flex";
1141
- readonly alignItems: "center";
1142
- readonly gap: string;
1143
- readonly paddingLeft: string;
1144
- readonly paddingRight: string;
1145
- readonly paddingTop: string;
1146
- readonly paddingBottom: string;
1147
- readonly borderRadius: string;
1148
- readonly cursor: "pointer";
1149
- readonly color: string;
1150
- readonly _ariaSelected: {
1151
- readonly backgroundColor: string;
1152
- };
1153
- readonly _ariaDisabled: {
1154
- readonly opacity: "0.5";
1155
- readonly pointerEvents: "none";
1156
- };
1157
- readonly fontSize: string;
1158
- readonly fontWeight: string;
1159
- readonly lineHeight: string;
1160
- readonly fontFamily: string;
1161
- } | {
1162
- readonly display: "flex";
1163
- readonly alignItems: "center";
1164
- readonly gap: string;
1165
- readonly paddingLeft: string;
1166
- readonly paddingRight: string;
1167
- readonly paddingTop: string;
1168
- readonly paddingBottom: string;
1169
- readonly borderRadius: string;
1170
- readonly cursor: "pointer";
1171
- readonly color: string;
1172
- readonly _ariaSelected: {
1173
- readonly backgroundColor: string;
1174
- };
1175
- readonly _ariaDisabled: {
1176
- readonly opacity: "0.5";
1177
- readonly pointerEvents: "none";
1178
- };
1179
- readonly fontSize: string;
1180
- readonly fontWeight: "450";
1181
- readonly lineHeight: string;
1182
- readonly fontFamily: string;
1183
- } | {
1184
- readonly display: "flex";
1185
- readonly alignItems: "center";
1186
- readonly gap: string;
1187
- readonly paddingLeft: string;
1188
- readonly paddingRight: string;
1189
- readonly paddingTop: string;
1190
- readonly paddingBottom: string;
1191
- readonly borderRadius: string;
1192
- readonly cursor: "pointer";
1193
- readonly color: string;
1194
- readonly _ariaSelected: {
1195
- readonly backgroundColor: string;
1196
- };
1197
- readonly _ariaDisabled: {
1198
- readonly opacity: "0.5";
1199
- readonly pointerEvents: "none";
1200
- };
1201
- readonly fontSize: string;
1202
- readonly fontWeight: string;
1203
- readonly lineHeight: string;
1204
- readonly fontFamily: string;
1205
- } | {
1206
- readonly display: "flex";
1207
- readonly alignItems: "center";
1208
- readonly gap: string;
1209
- readonly paddingLeft: string;
1210
- readonly paddingRight: string;
1211
- readonly paddingTop: string;
1212
- readonly paddingBottom: string;
1213
- readonly borderRadius: string;
1214
- readonly cursor: "pointer";
1215
- readonly color: string;
1216
- readonly _ariaSelected: {
1217
- readonly backgroundColor: string;
1218
- };
1219
- readonly _ariaDisabled: {
1220
- readonly opacity: "0.5";
1221
- readonly pointerEvents: "none";
1222
- };
1223
- readonly fontSize: string;
1224
- readonly fontWeight: "450";
1225
- readonly lineHeight: string;
1226
- readonly fontFamily: string;
1227
- } | {
1228
- readonly display: "flex";
1229
- readonly alignItems: "center";
1230
- readonly gap: string;
1231
- readonly paddingLeft: string;
1232
- readonly paddingRight: string;
1233
- readonly paddingTop: string;
1234
- readonly paddingBottom: string;
1235
- readonly borderRadius: string;
1236
- readonly cursor: "pointer";
1237
- readonly color: string;
1238
- readonly _ariaSelected: {
1239
- readonly backgroundColor: string;
1240
- };
1241
- readonly _ariaDisabled: {
1242
- readonly opacity: "0.5";
1243
- readonly pointerEvents: "none";
1244
- };
1245
- readonly fontSize: string;
1246
- readonly fontWeight: string;
1247
- readonly lineHeight: string;
1248
- readonly fontFamily: string;
1249
- } | {
1250
- readonly display: "flex";
1251
- readonly alignItems: "center";
1252
- readonly gap: string;
1253
- readonly paddingLeft: string;
1254
- readonly paddingRight: string;
1255
- readonly paddingTop: string;
1256
- readonly paddingBottom: string;
1257
- readonly borderRadius: string;
1258
- readonly cursor: "pointer";
1259
- readonly color: string;
1260
- readonly _ariaSelected: {
1261
- readonly backgroundColor: string;
1262
- };
1263
- readonly _ariaDisabled: {
1264
- readonly opacity: "0.5";
1265
- readonly pointerEvents: "none";
1266
- };
1267
- readonly fontSize: string;
1268
- readonly fontWeight: string;
1269
- readonly lineHeight: string;
1270
- readonly fontFamily: string;
1271
- } | {
1272
- readonly display: "flex";
1273
- readonly alignItems: "center";
1274
- readonly gap: string;
1275
- readonly paddingLeft: string;
1276
- readonly paddingRight: string;
1277
- readonly paddingTop: string;
1278
- readonly paddingBottom: string;
1279
- readonly borderRadius: string;
1280
- readonly cursor: "pointer";
1281
- readonly color: string;
1282
- readonly _ariaSelected: {
1283
- readonly backgroundColor: string;
1284
- };
1285
- readonly _ariaDisabled: {
1286
- readonly opacity: "0.5";
1287
- readonly pointerEvents: "none";
1288
- };
1289
- readonly fontSize: string;
1290
- readonly fontWeight: string;
1291
- readonly lineHeight: string;
1292
- readonly fontFamily: string;
1293
- } | {
1294
- readonly display: "flex";
1295
- readonly alignItems: "center";
1296
- readonly gap: string;
1297
- readonly paddingLeft: string;
1298
- readonly paddingRight: string;
1299
- readonly paddingTop: string;
1300
- readonly paddingBottom: string;
1301
- readonly borderRadius: string;
1302
- readonly cursor: "pointer";
1303
- readonly color: string;
1304
- readonly _ariaSelected: {
1305
- readonly backgroundColor: string;
1306
- };
1307
- readonly _ariaDisabled: {
1308
- readonly opacity: "0.5";
1309
- readonly pointerEvents: "none";
1310
- };
1311
- readonly fontSize: string;
1312
- readonly fontWeight: string;
1313
- readonly lineHeight: string;
1314
- readonly fontFamily: string;
1315
- } | {
1316
- readonly display: "flex";
1317
- readonly alignItems: "center";
1318
- readonly gap: string;
1319
- readonly paddingLeft: string;
1320
- readonly paddingRight: string;
1321
- readonly paddingTop: string;
1322
- readonly paddingBottom: string;
1323
- readonly borderRadius: string;
1324
- readonly cursor: "pointer";
1325
- readonly color: string;
1326
- readonly _ariaSelected: {
1327
- readonly backgroundColor: string;
1328
- };
1329
- readonly _ariaDisabled: {
1330
- readonly opacity: "0.5";
1331
- readonly pointerEvents: "none";
1332
- };
1333
- readonly fontSize: string;
1334
- readonly fontWeight: string;
1335
- readonly lineHeight: string;
1336
- readonly fontFamily: string;
1337
- } | {
1338
- readonly display: "flex";
1339
- readonly alignItems: "center";
1340
- readonly gap: string;
1341
- readonly paddingLeft: string;
1342
- readonly paddingRight: string;
1343
- readonly paddingTop: string;
1344
- readonly paddingBottom: string;
1345
- readonly borderRadius: string;
1346
- readonly cursor: "pointer";
1347
- readonly color: string;
1348
- readonly _ariaSelected: {
1349
- readonly backgroundColor: string;
1350
- };
1351
- readonly _ariaDisabled: {
1352
- readonly opacity: "0.5";
1353
- readonly pointerEvents: "none";
1354
- };
1355
- readonly fontSize: string;
1356
- readonly fontWeight: string;
1357
- readonly lineHeight: string;
1358
- readonly fontFamily: string;
1359
- } | {
1360
- readonly display: "flex";
1361
- readonly alignItems: "center";
1362
- readonly gap: string;
1363
- readonly paddingLeft: string;
1364
- readonly paddingRight: string;
1365
- readonly paddingTop: string;
1366
- readonly paddingBottom: string;
1367
- readonly borderRadius: string;
1368
- readonly cursor: "pointer";
1369
- readonly color: string;
1370
- readonly _ariaSelected: {
1371
- readonly backgroundColor: string;
1372
- };
1373
- readonly _ariaDisabled: {
1374
- readonly opacity: "0.5";
1375
- readonly pointerEvents: "none";
1376
- };
1377
- readonly fontSize: string;
1378
- readonly fontWeight: string;
1379
- readonly lineHeight: string;
1380
- readonly fontFamily: string;
1381
- } | {
1382
- readonly display: "flex";
1383
- readonly alignItems: "center";
1384
- readonly gap: string;
1385
- readonly paddingLeft: string;
1386
- readonly paddingRight: string;
1387
- readonly paddingTop: string;
1388
- readonly paddingBottom: string;
1389
- readonly borderRadius: string;
1390
- readonly cursor: "pointer";
1391
- readonly color: string;
1392
- readonly _ariaSelected: {
1393
- readonly backgroundColor: string;
1394
- };
1395
- readonly _ariaDisabled: {
1396
- readonly opacity: "0.5";
1397
- readonly pointerEvents: "none";
1398
- };
1399
- readonly fontSize: string;
1400
- readonly fontWeight: string;
1401
- readonly lineHeight: string;
1402
- readonly fontFamily: string;
1403
- } | {
1404
- readonly display: "flex";
1405
- readonly alignItems: "center";
1406
- readonly gap: string;
1407
- readonly paddingLeft: string;
1408
- readonly paddingRight: string;
1409
- readonly paddingTop: string;
1410
- readonly paddingBottom: string;
1411
- readonly borderRadius: string;
1412
- readonly cursor: "pointer";
1413
- readonly color: string;
1414
- readonly _ariaSelected: {
1415
- readonly backgroundColor: string;
1416
- };
1417
- readonly _ariaDisabled: {
1418
- readonly opacity: "0.5";
1419
- readonly pointerEvents: "none";
1420
- };
1421
- readonly fontSize: string;
1422
- readonly fontWeight: string;
1423
- readonly lineHeight: string;
1424
- readonly fontFamily: string;
1425
- } | {
1426
- readonly display: "flex";
1427
- readonly alignItems: "center";
1428
- readonly gap: string;
1429
- readonly paddingLeft: string;
1430
- readonly paddingRight: string;
1431
- readonly paddingTop: string;
1432
- readonly paddingBottom: string;
1433
- readonly borderRadius: string;
1434
- readonly cursor: "pointer";
1435
- readonly color: string;
1436
- readonly _ariaSelected: {
1437
- readonly backgroundColor: string;
1438
- };
1439
- readonly _ariaDisabled: {
1440
- readonly opacity: "0.5";
1441
- readonly pointerEvents: "none";
1442
- };
1443
- readonly fontSize: string;
1444
- readonly fontWeight: string;
1445
- readonly lineHeight: string;
1446
- readonly fontFamily: string;
1447
- } | {
1448
- readonly display: "flex";
1449
- readonly alignItems: "center";
1450
- readonly gap: string;
1451
- readonly paddingLeft: string;
1452
- readonly paddingRight: string;
1453
- readonly paddingTop: string;
1454
- readonly paddingBottom: string;
1455
- readonly borderRadius: string;
1456
- readonly cursor: "pointer";
1457
- readonly color: string;
1458
- readonly _ariaSelected: {
1459
- readonly backgroundColor: string;
1460
- };
1461
- readonly _ariaDisabled: {
1462
- readonly opacity: "0.5";
1463
- readonly pointerEvents: "none";
1464
- };
1465
- readonly fontSize: string;
1466
- readonly fontWeight: string;
1467
- readonly lineHeight: string;
1468
- readonly fontFamily: string;
1469
- };
1470
- };
1471
- };
1472
- }, {}>, {
1473
- onSelect?: (value: string) => void;
1474
- value?: string;
1475
- keywords?: string[];
1476
- disabled?: boolean;
1477
- children?: ReactNode;
1478
- }, {
1479
- item: "div";
1480
- }>>;
1481
- /**
1482
- * @description Displays a keyboard shortcut hint alongside a command item
1483
- */
1484
- declare const CommandShortcut: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
1485
- CommandShortcut: {
1486
- readonly base: {
1487
- readonly shortcut: {
1488
- readonly marginLeft: "auto";
1489
- readonly letterSpacing: "0.05em";
1490
- readonly color: string;
1491
- readonly opacity: "0.6";
1492
- readonly fontSize: string;
1493
- readonly fontWeight: string;
1494
- readonly lineHeight: "1";
1495
- readonly fontFamily: string;
1496
- } | {
1497
- readonly marginLeft: "auto";
1498
- readonly letterSpacing: "0.05em";
1499
- readonly color: string;
1500
- readonly opacity: "0.6";
1501
- readonly fontSize: string;
1502
- readonly fontWeight: string;
1503
- readonly lineHeight: string;
1504
- readonly fontFamily: string;
1505
- } | {
1506
- readonly marginLeft: "auto";
1507
- readonly letterSpacing: "0.05em";
1508
- readonly color: string;
1509
- readonly opacity: "0.6";
1510
- readonly fontSize: string;
1511
- readonly fontWeight: string;
1512
- readonly lineHeight: string;
1513
- readonly fontFamily: string;
1514
- } | {
1515
- readonly marginLeft: "auto";
1516
- readonly letterSpacing: "0.05em";
1517
- readonly color: string;
1518
- readonly opacity: "0.6";
1519
- readonly fontSize: string;
1520
- readonly fontWeight: string;
1521
- readonly lineHeight: string;
1522
- readonly fontFamily: string;
1523
- } | {
1524
- readonly marginLeft: "auto";
1525
- readonly letterSpacing: "0.05em";
1526
- readonly color: string;
1527
- readonly opacity: "0.6";
1528
- readonly fontSize: string;
1529
- readonly fontWeight: string;
1530
- readonly lineHeight: string;
1531
- readonly fontFamily: string;
1532
- } | {
1533
- readonly marginLeft: "auto";
1534
- readonly letterSpacing: "0.05em";
1535
- readonly color: string;
1536
- readonly opacity: "0.6";
1537
- readonly fontSize: string;
1538
- readonly fontWeight: "450";
1539
- readonly lineHeight: string;
1540
- readonly fontFamily: string;
1541
- } | {
1542
- readonly marginLeft: "auto";
1543
- readonly letterSpacing: "0.05em";
1544
- readonly color: string;
1545
- readonly opacity: "0.6";
1546
- readonly fontSize: string;
1547
- readonly fontWeight: string;
1548
- readonly lineHeight: string;
1549
- readonly fontFamily: string;
1550
- } | {
1551
- readonly marginLeft: "auto";
1552
- readonly letterSpacing: "0.05em";
1553
- readonly color: string;
1554
- readonly opacity: "0.6";
1555
- readonly fontSize: string;
1556
- readonly fontWeight: string;
1557
- readonly lineHeight: string;
1558
- readonly fontFamily: string;
1559
- } | {
1560
- readonly marginLeft: "auto";
1561
- readonly letterSpacing: "0.05em";
1562
- readonly color: string;
1563
- readonly opacity: "0.6";
1564
- readonly fontSize: string;
1565
- readonly fontWeight: "450";
1566
- readonly lineHeight: string;
1567
- readonly fontFamily: string;
1568
- } | {
1569
- readonly marginLeft: "auto";
1570
- readonly letterSpacing: "0.05em";
1571
- readonly color: string;
1572
- readonly opacity: "0.6";
1573
- readonly fontSize: string;
1574
- readonly fontWeight: string;
1575
- readonly lineHeight: string;
1576
- readonly fontFamily: string;
1577
- } | {
1578
- readonly marginLeft: "auto";
1579
- readonly letterSpacing: "0.05em";
1580
- readonly color: string;
1581
- readonly opacity: "0.6";
1582
- readonly fontSize: string;
1583
- readonly fontWeight: "450";
1584
- readonly lineHeight: string;
1585
- readonly fontFamily: string;
1586
- } | {
1587
- readonly marginLeft: "auto";
1588
- readonly letterSpacing: "0.05em";
1589
- readonly color: string;
1590
- readonly opacity: "0.6";
1591
- readonly fontSize: string;
1592
- readonly fontWeight: string;
1593
- readonly lineHeight: string;
1594
- readonly fontFamily: string;
1595
- } | {
1596
- readonly marginLeft: "auto";
1597
- readonly letterSpacing: "0.05em";
1598
- readonly color: string;
1599
- readonly opacity: "0.6";
1600
- readonly fontSize: string;
1601
- readonly fontWeight: string;
1602
- readonly lineHeight: string;
1603
- readonly fontFamily: string;
1604
- } | {
1605
- readonly marginLeft: "auto";
1606
- readonly letterSpacing: "0.05em";
1607
- readonly color: string;
1608
- readonly opacity: "0.6";
1609
- readonly fontSize: string;
1610
- readonly fontWeight: string;
1611
- readonly lineHeight: string;
1612
- readonly fontFamily: string;
1613
- } | {
1614
- readonly marginLeft: "auto";
1615
- readonly letterSpacing: "0.05em";
1616
- readonly color: string;
1617
- readonly opacity: "0.6";
1618
- readonly fontSize: string;
1619
- readonly fontWeight: string;
1620
- readonly lineHeight: string;
1621
- readonly fontFamily: string;
1622
- } | {
1623
- readonly marginLeft: "auto";
1624
- readonly letterSpacing: "0.05em";
1625
- readonly color: string;
1626
- readonly opacity: "0.6";
1627
- readonly fontSize: string;
1628
- readonly fontWeight: string;
1629
- readonly lineHeight: string;
1630
- readonly fontFamily: string;
1631
- } | {
1632
- readonly marginLeft: "auto";
1633
- readonly letterSpacing: "0.05em";
1634
- readonly color: string;
1635
- readonly opacity: "0.6";
1636
- readonly fontSize: string;
1637
- readonly fontWeight: string;
1638
- readonly lineHeight: string;
1639
- readonly fontFamily: string;
1640
- } | {
1641
- readonly marginLeft: "auto";
1642
- readonly letterSpacing: "0.05em";
1643
- readonly color: string;
1644
- readonly opacity: "0.6";
1645
- readonly fontSize: string;
1646
- readonly fontWeight: string;
1647
- readonly lineHeight: string;
1648
- readonly fontFamily: string;
1649
- } | {
1650
- readonly marginLeft: "auto";
1651
- readonly letterSpacing: "0.05em";
1652
- readonly color: string;
1653
- readonly opacity: "0.6";
1654
- readonly fontSize: string;
1655
- readonly fontWeight: string;
1656
- readonly lineHeight: string;
1657
- readonly fontFamily: string;
1658
- } | {
1659
- readonly marginLeft: "auto";
1660
- readonly letterSpacing: "0.05em";
1661
- readonly color: string;
1662
- readonly opacity: "0.6";
1663
- readonly fontSize: string;
1664
- readonly fontWeight: string;
1665
- readonly lineHeight: string;
1666
- readonly fontFamily: string;
1667
- } | {
1668
- readonly marginLeft: "auto";
1669
- readonly letterSpacing: "0.05em";
1670
- readonly color: string;
1671
- readonly opacity: "0.6";
1672
- readonly fontSize: string;
1673
- readonly fontWeight: string;
1674
- readonly lineHeight: string;
1675
- readonly fontFamily: string;
1676
- } | {
1677
- readonly marginLeft: "auto";
1678
- readonly letterSpacing: "0.05em";
1679
- readonly color: string;
1680
- readonly opacity: "0.6";
1681
- readonly fontSize: string;
1682
- readonly fontWeight: string;
1683
- readonly lineHeight: string;
1684
- readonly fontFamily: string;
1685
- };
1686
- };
1687
- };
1688
- }, {}>, {
1689
- children?: ReactNode;
1690
- }, {
1691
- shortcut: "span";
1692
- }>>;
1693
- /**
1694
- * @description Visual divider between command groups
1695
- */
1696
- declare const CommandSeparator: _$react.FC<_$_uds_types0.CreateComponentProps<ComponentConfig<{
1697
- CommandSeparator: {
1698
- readonly base: {
1699
- readonly separator: {
1700
- readonly border: "none";
1701
- readonly borderTopWidth: string;
1702
- readonly borderColor: string;
1703
- readonly marginLeft: `-${string}`;
1704
- readonly marginRight: `-${string}`;
1705
- readonly marginTop: string;
1706
- readonly marginBottom: string;
1707
- };
1708
- };
1709
- };
1710
- }, {}>, Record<string, never>, {
1711
- separator: "hr";
1712
- }>>;
1713
- type CommandProps = React.ComponentProps<typeof Command>;
1714
- type CommandDialogProps = React.ComponentProps<typeof CommandDialog>;
1715
- type CommandInputProps = React.ComponentProps<typeof CommandInput>;
1716
- type CommandListProps = React.ComponentProps<typeof CommandList>;
1717
- type CommandEmptyProps = React.ComponentProps<typeof CommandEmpty>;
1718
- type CommandGroupProps = React.ComponentProps<typeof CommandGroup>;
1719
- type CommandItemProps = React.ComponentProps<typeof CommandItem>;
1720
- type CommandShortcutProps = React.ComponentProps<typeof CommandShortcut>;
1721
- type CommandSeparatorProps = React.ComponentProps<typeof CommandSeparator>; //#endregion
1722
- //#endregion
1723
- export { Command, CommandContextValue, CommandDialog, CommandDialogProps, CommandEmpty, CommandEmptyProps, CommandGroup, CommandGroupProps, CommandInput, CommandInputProps, CommandItem, CommandItemProps, CommandList, CommandListProps, CommandProps, CommandProvider, CommandSeparator, CommandSeparatorProps, CommandShortcut, CommandShortcutProps, useCommand };