@viax.io/uxm 4.36.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 (2262) hide show
  1. package/CHANGELOG.md +1019 -0
  2. package/README.md +263 -0
  3. package/dist/helpers/cn.cjs +31 -0
  4. package/dist/helpers/cn.cjs.map +1 -0
  5. package/dist/helpers/cn.d.ts +2 -0
  6. package/dist/helpers/cn.d.ts.map +1 -0
  7. package/dist/helpers/cn.js +7 -0
  8. package/dist/helpers/cn.js.map +1 -0
  9. package/dist/helpers/index.cjs +27 -0
  10. package/dist/helpers/index.cjs.map +1 -0
  11. package/dist/helpers/index.d.ts +4 -0
  12. package/dist/helpers/index.d.ts.map +1 -0
  13. package/dist/helpers/index.js +4 -0
  14. package/dist/helpers/index.js.map +1 -0
  15. package/dist/helpers/merge-described-by.cjs +31 -0
  16. package/dist/helpers/merge-described-by.cjs.map +1 -0
  17. package/dist/helpers/merge-described-by.d.ts +12 -0
  18. package/dist/helpers/merge-described-by.d.ts.map +1 -0
  19. package/dist/helpers/merge-described-by.js +7 -0
  20. package/dist/helpers/merge-described-by.js.map +1 -0
  21. package/dist/helpers/merge-refs.cjs +48 -0
  22. package/dist/helpers/merge-refs.cjs.map +1 -0
  23. package/dist/helpers/merge-refs.d.ts +18 -0
  24. package/dist/helpers/merge-refs.d.ts.map +1 -0
  25. package/dist/helpers/merge-refs.js +24 -0
  26. package/dist/helpers/merge-refs.js.map +1 -0
  27. package/dist/hooks/use-dismiss.cjs +67 -0
  28. package/dist/hooks/use-dismiss.cjs.map +1 -0
  29. package/dist/hooks/use-dismiss.d.ts +53 -0
  30. package/dist/hooks/use-dismiss.d.ts.map +1 -0
  31. package/dist/hooks/use-dismiss.js +43 -0
  32. package/dist/hooks/use-dismiss.js.map +1 -0
  33. package/dist/hooks/use-focus-on-mount.cjs +65 -0
  34. package/dist/hooks/use-focus-on-mount.cjs.map +1 -0
  35. package/dist/hooks/use-focus-on-mount.d.ts +39 -0
  36. package/dist/hooks/use-focus-on-mount.d.ts.map +1 -0
  37. package/dist/hooks/use-focus-on-mount.js +41 -0
  38. package/dist/hooks/use-focus-on-mount.js.map +1 -0
  39. package/dist/hooks/use-focus-trap.cjs +78 -0
  40. package/dist/hooks/use-focus-trap.cjs.map +1 -0
  41. package/dist/hooks/use-focus-trap.d.ts +27 -0
  42. package/dist/hooks/use-focus-trap.d.ts.map +1 -0
  43. package/dist/hooks/use-focus-trap.js +54 -0
  44. package/dist/hooks/use-focus-trap.js.map +1 -0
  45. package/dist/hooks/use-portal.cjs +34 -0
  46. package/dist/hooks/use-portal.cjs.map +1 -0
  47. package/dist/hooks/use-portal.d.ts +14 -0
  48. package/dist/hooks/use-portal.d.ts.map +1 -0
  49. package/dist/hooks/use-portal.js +10 -0
  50. package/dist/hooks/use-portal.js.map +1 -0
  51. package/dist/hooks/use-roving-tab-index.cjs +78 -0
  52. package/dist/hooks/use-roving-tab-index.cjs.map +1 -0
  53. package/dist/hooks/use-roving-tab-index.d.ts +74 -0
  54. package/dist/hooks/use-roving-tab-index.d.ts.map +1 -0
  55. package/dist/hooks/use-roving-tab-index.js +54 -0
  56. package/dist/hooks/use-roving-tab-index.js.map +1 -0
  57. package/dist/hooks/use-scroll-lock.cjs +46 -0
  58. package/dist/hooks/use-scroll-lock.cjs.map +1 -0
  59. package/dist/hooks/use-scroll-lock.d.ts +11 -0
  60. package/dist/hooks/use-scroll-lock.d.ts.map +1 -0
  61. package/dist/hooks/use-scroll-lock.js +22 -0
  62. package/dist/hooks/use-scroll-lock.js.map +1 -0
  63. package/dist/hooks/use-toast-store.cjs +91 -0
  64. package/dist/hooks/use-toast-store.cjs.map +1 -0
  65. package/dist/hooks/use-toast-store.d.ts +59 -0
  66. package/dist/hooks/use-toast-store.d.ts.map +1 -0
  67. package/dist/hooks/use-toast-store.js +66 -0
  68. package/dist/hooks/use-toast-store.js.map +1 -0
  69. package/dist/index.cjs +27 -0
  70. package/dist/index.cjs.map +1 -0
  71. package/dist/index.d.ts +12 -0
  72. package/dist/index.d.ts.map +1 -0
  73. package/dist/index.js +4 -0
  74. package/dist/index.js.map +1 -0
  75. package/dist/lib/calendar-grid.cjs +40 -0
  76. package/dist/lib/calendar-grid.cjs.map +1 -0
  77. package/dist/lib/calendar-grid.d.ts +26 -0
  78. package/dist/lib/calendar-grid.d.ts.map +1 -0
  79. package/dist/lib/calendar-grid.js +16 -0
  80. package/dist/lib/calendar-grid.js.map +1 -0
  81. package/dist/lib/contrast.cjs +225 -0
  82. package/dist/lib/contrast.cjs.map +1 -0
  83. package/dist/lib/contrast.d.ts +40 -0
  84. package/dist/lib/contrast.d.ts.map +1 -0
  85. package/dist/lib/contrast.js +189 -0
  86. package/dist/lib/contrast.js.map +1 -0
  87. package/dist/lib/currencies.cjs +62 -0
  88. package/dist/lib/currencies.cjs.map +1 -0
  89. package/dist/lib/currencies.d.ts +29 -0
  90. package/dist/lib/currencies.d.ts.map +1 -0
  91. package/dist/lib/currencies.js +37 -0
  92. package/dist/lib/currencies.js.map +1 -0
  93. package/dist/lib/icons.cjs +183 -0
  94. package/dist/lib/icons.cjs.map +1 -0
  95. package/dist/lib/icons.d.ts +37 -0
  96. package/dist/lib/icons.d.ts.map +1 -0
  97. package/dist/lib/icons.js +157 -0
  98. package/dist/lib/icons.js.map +1 -0
  99. package/dist/lib/phone-countries.cjs +107 -0
  100. package/dist/lib/phone-countries.cjs.map +1 -0
  101. package/dist/lib/phone-countries.d.ts +40 -0
  102. package/dist/lib/phone-countries.d.ts.map +1 -0
  103. package/dist/lib/phone-countries.js +80 -0
  104. package/dist/lib/phone-countries.js.map +1 -0
  105. package/dist/lib/types.cjs +17 -0
  106. package/dist/lib/types.cjs.map +1 -0
  107. package/dist/lib/types.d.ts +76 -0
  108. package/dist/lib/types.d.ts.map +1 -0
  109. package/dist/lib/types.js +1 -0
  110. package/dist/lib/types.js.map +1 -0
  111. package/dist/previews/composite/brand-settings-preview.cjs +855 -0
  112. package/dist/previews/composite/brand-settings-preview.cjs.map +1 -0
  113. package/dist/previews/composite/brand-settings-preview.d.ts +8 -0
  114. package/dist/previews/composite/brand-settings-preview.d.ts.map +1 -0
  115. package/dist/previews/composite/brand-settings-preview.js +852 -0
  116. package/dist/previews/composite/brand-settings-preview.js.map +1 -0
  117. package/dist/previews/composite/form-preview.cjs +91 -0
  118. package/dist/previews/composite/form-preview.cjs.map +1 -0
  119. package/dist/previews/composite/form-preview.d.ts +22 -0
  120. package/dist/previews/composite/form-preview.d.ts.map +1 -0
  121. package/dist/previews/composite/form-preview.js +67 -0
  122. package/dist/previews/composite/form-preview.js.map +1 -0
  123. package/dist/previews/composite/lifecycle-action-row-preview.cjs +91 -0
  124. package/dist/previews/composite/lifecycle-action-row-preview.cjs.map +1 -0
  125. package/dist/previews/composite/lifecycle-action-row-preview.d.ts +3 -0
  126. package/dist/previews/composite/lifecycle-action-row-preview.d.ts.map +1 -0
  127. package/dist/previews/composite/lifecycle-action-row-preview.js +67 -0
  128. package/dist/previews/composite/lifecycle-action-row-preview.js.map +1 -0
  129. package/dist/previews/composite/lifecycle-connector-knobs-preview.cjs +81 -0
  130. package/dist/previews/composite/lifecycle-connector-knobs-preview.cjs.map +1 -0
  131. package/dist/previews/composite/lifecycle-connector-knobs-preview.d.ts +3 -0
  132. package/dist/previews/composite/lifecycle-connector-knobs-preview.d.ts.map +1 -0
  133. package/dist/previews/composite/lifecycle-connector-knobs-preview.js +57 -0
  134. package/dist/previews/composite/lifecycle-connector-knobs-preview.js.map +1 -0
  135. package/dist/previews/composite/lifecycle-plus-button-preview.cjs +47 -0
  136. package/dist/previews/composite/lifecycle-plus-button-preview.cjs.map +1 -0
  137. package/dist/previews/composite/lifecycle-plus-button-preview.d.ts +3 -0
  138. package/dist/previews/composite/lifecycle-plus-button-preview.d.ts.map +1 -0
  139. package/dist/previews/composite/lifecycle-plus-button-preview.js +23 -0
  140. package/dist/previews/composite/lifecycle-plus-button-preview.js.map +1 -0
  141. package/dist/previews/composite/login-page-preview.cjs +223 -0
  142. package/dist/previews/composite/login-page-preview.cjs.map +1 -0
  143. package/dist/previews/composite/login-page-preview.d.ts +3 -0
  144. package/dist/previews/composite/login-page-preview.d.ts.map +1 -0
  145. package/dist/previews/composite/login-page-preview.js +199 -0
  146. package/dist/previews/composite/login-page-preview.js.map +1 -0
  147. package/dist/previews/composite/multirow-form-preview.cjs +97 -0
  148. package/dist/previews/composite/multirow-form-preview.cjs.map +1 -0
  149. package/dist/previews/composite/multirow-form-preview.d.ts +23 -0
  150. package/dist/previews/composite/multirow-form-preview.d.ts.map +1 -0
  151. package/dist/previews/composite/multirow-form-preview.js +73 -0
  152. package/dist/previews/composite/multirow-form-preview.js.map +1 -0
  153. package/dist/previews/demo-row-actions.cjs +34 -0
  154. package/dist/previews/demo-row-actions.cjs.map +1 -0
  155. package/dist/previews/demo-row-actions.d.ts +8 -0
  156. package/dist/previews/demo-row-actions.d.ts.map +1 -0
  157. package/dist/previews/demo-row-actions.js +10 -0
  158. package/dist/previews/demo-row-actions.js.map +1 -0
  159. package/dist/previews/index.cjs +329 -0
  160. package/dist/previews/index.cjs.map +1 -0
  161. package/dist/previews/index.d.ts +111 -0
  162. package/dist/previews/index.d.ts.map +1 -0
  163. package/dist/previews/index.js +205 -0
  164. package/dist/previews/index.js.map +1 -0
  165. package/dist/previews/types.cjs +17 -0
  166. package/dist/previews/types.cjs.map +1 -0
  167. package/dist/previews/types.d.ts +31 -0
  168. package/dist/previews/types.d.ts.map +1 -0
  169. package/dist/previews/types.js +1 -0
  170. package/dist/previews/types.js.map +1 -0
  171. package/dist/studio/brand-font-styles.cjs +60 -0
  172. package/dist/studio/brand-font-styles.cjs.map +1 -0
  173. package/dist/studio/brand-font-styles.d.ts +35 -0
  174. package/dist/studio/brand-font-styles.d.ts.map +1 -0
  175. package/dist/studio/brand-font-styles.js +36 -0
  176. package/dist/studio/brand-font-styles.js.map +1 -0
  177. package/dist/studio/brand-token-styles.cjs +58 -0
  178. package/dist/studio/brand-token-styles.cjs.map +1 -0
  179. package/dist/studio/brand-token-styles.d.ts +2 -0
  180. package/dist/studio/brand-token-styles.d.ts.map +1 -0
  181. package/dist/studio/brand-token-styles.js +34 -0
  182. package/dist/studio/brand-token-styles.js.map +1 -0
  183. package/dist/studio/editors/code-editor.cjs +510 -0
  184. package/dist/studio/editors/code-editor.cjs.map +1 -0
  185. package/dist/studio/editors/code-editor.d.ts +2 -0
  186. package/dist/studio/editors/code-editor.d.ts.map +1 -0
  187. package/dist/studio/editors/code-editor.js +492 -0
  188. package/dist/studio/editors/code-editor.js.map +1 -0
  189. package/dist/studio/editors/color-picker.cjs +300 -0
  190. package/dist/studio/editors/color-picker.cjs.map +1 -0
  191. package/dist/studio/editors/color-picker.d.ts +8 -0
  192. package/dist/studio/editors/color-picker.d.ts.map +1 -0
  193. package/dist/studio/editors/color-picker.js +276 -0
  194. package/dist/studio/editors/color-picker.js.map +1 -0
  195. package/dist/studio/editors/number-input.cjs +47 -0
  196. package/dist/studio/editors/number-input.cjs.map +1 -0
  197. package/dist/studio/editors/number-input.d.ts +18 -0
  198. package/dist/studio/editors/number-input.d.ts.map +1 -0
  199. package/dist/studio/editors/number-input.js +23 -0
  200. package/dist/studio/editors/number-input.js.map +1 -0
  201. package/dist/studio/editors/select-input.cjs +49 -0
  202. package/dist/studio/editors/select-input.cjs.map +1 -0
  203. package/dist/studio/editors/select-input.d.ts +11 -0
  204. package/dist/studio/editors/select-input.d.ts.map +1 -0
  205. package/dist/studio/editors/select-input.js +25 -0
  206. package/dist/studio/editors/select-input.js.map +1 -0
  207. package/dist/studio/editors/slider-input.cjs +52 -0
  208. package/dist/studio/editors/slider-input.cjs.map +1 -0
  209. package/dist/studio/editors/slider-input.d.ts +18 -0
  210. package/dist/studio/editors/slider-input.d.ts.map +1 -0
  211. package/dist/studio/editors/slider-input.js +28 -0
  212. package/dist/studio/editors/slider-input.js.map +1 -0
  213. package/dist/studio/editors/text-input.cjs +36 -0
  214. package/dist/studio/editors/text-input.cjs.map +1 -0
  215. package/dist/studio/editors/text-input.d.ts +7 -0
  216. package/dist/studio/editors/text-input.d.ts.map +1 -0
  217. package/dist/studio/editors/text-input.js +12 -0
  218. package/dist/studio/editors/text-input.js.map +1 -0
  219. package/dist/studio/editors/toggle-input.cjs +36 -0
  220. package/dist/studio/editors/toggle-input.cjs.map +1 -0
  221. package/dist/studio/editors/toggle-input.d.ts +7 -0
  222. package/dist/studio/editors/toggle-input.d.ts.map +1 -0
  223. package/dist/studio/editors/toggle-input.js +12 -0
  224. package/dist/studio/editors/toggle-input.js.map +1 -0
  225. package/dist/studio/favicon-sync.cjs +48 -0
  226. package/dist/studio/favicon-sync.cjs.map +1 -0
  227. package/dist/studio/favicon-sync.d.ts +8 -0
  228. package/dist/studio/favicon-sync.d.ts.map +1 -0
  229. package/dist/studio/favicon-sync.js +24 -0
  230. package/dist/studio/favicon-sync.js.map +1 -0
  231. package/dist/studio/index.cjs +50 -0
  232. package/dist/studio/index.cjs.map +1 -0
  233. package/dist/studio/index.d.ts +20 -0
  234. package/dist/studio/index.d.ts.map +1 -0
  235. package/dist/studio/index.js +22 -0
  236. package/dist/studio/index.js.map +1 -0
  237. package/dist/studio/lib/context.cjs +207 -0
  238. package/dist/studio/lib/context.cjs.map +1 -0
  239. package/dist/studio/lib/context.d.ts +54 -0
  240. package/dist/studio/lib/context.d.ts.map +1 -0
  241. package/dist/studio/lib/context.js +182 -0
  242. package/dist/studio/lib/context.js.map +1 -0
  243. package/dist/studio/lib/preview-shell.cjs +43 -0
  244. package/dist/studio/lib/preview-shell.cjs.map +1 -0
  245. package/dist/studio/lib/preview-shell.d.ts +13 -0
  246. package/dist/studio/lib/preview-shell.d.ts.map +1 -0
  247. package/dist/studio/lib/preview-shell.js +19 -0
  248. package/dist/studio/lib/preview-shell.js.map +1 -0
  249. package/dist/studio/lib/registry/app.cjs +131 -0
  250. package/dist/studio/lib/registry/app.cjs.map +1 -0
  251. package/dist/studio/lib/registry/app.d.ts +3 -0
  252. package/dist/studio/lib/registry/app.d.ts.map +1 -0
  253. package/dist/studio/lib/registry/app.js +107 -0
  254. package/dist/studio/lib/registry/app.js.map +1 -0
  255. package/dist/studio/lib/registry/buttons.cjs +427 -0
  256. package/dist/studio/lib/registry/buttons.cjs.map +1 -0
  257. package/dist/studio/lib/registry/buttons.d.ts +3 -0
  258. package/dist/studio/lib/registry/buttons.d.ts.map +1 -0
  259. package/dist/studio/lib/registry/buttons.js +403 -0
  260. package/dist/studio/lib/registry/buttons.js.map +1 -0
  261. package/dist/studio/lib/registry/composite.cjs +1732 -0
  262. package/dist/studio/lib/registry/composite.cjs.map +1 -0
  263. package/dist/studio/lib/registry/composite.d.ts +3 -0
  264. package/dist/studio/lib/registry/composite.d.ts.map +1 -0
  265. package/dist/studio/lib/registry/composite.js +1708 -0
  266. package/dist/studio/lib/registry/composite.js.map +1 -0
  267. package/dist/studio/lib/registry/configuration.cjs +148 -0
  268. package/dist/studio/lib/registry/configuration.cjs.map +1 -0
  269. package/dist/studio/lib/registry/configuration.d.ts +3 -0
  270. package/dist/studio/lib/registry/configuration.d.ts.map +1 -0
  271. package/dist/studio/lib/registry/configuration.js +124 -0
  272. package/dist/studio/lib/registry/configuration.js.map +1 -0
  273. package/dist/studio/lib/registry/diagram.cjs +498 -0
  274. package/dist/studio/lib/registry/diagram.cjs.map +1 -0
  275. package/dist/studio/lib/registry/diagram.d.ts +3 -0
  276. package/dist/studio/lib/registry/diagram.d.ts.map +1 -0
  277. package/dist/studio/lib/registry/diagram.js +474 -0
  278. package/dist/studio/lib/registry/diagram.js.map +1 -0
  279. package/dist/studio/lib/registry/display.cjs +522 -0
  280. package/dist/studio/lib/registry/display.cjs.map +1 -0
  281. package/dist/studio/lib/registry/display.d.ts +3 -0
  282. package/dist/studio/lib/registry/display.d.ts.map +1 -0
  283. package/dist/studio/lib/registry/display.js +498 -0
  284. package/dist/studio/lib/registry/display.js.map +1 -0
  285. package/dist/studio/lib/registry/feedback.cjs +331 -0
  286. package/dist/studio/lib/registry/feedback.cjs.map +1 -0
  287. package/dist/studio/lib/registry/feedback.d.ts +3 -0
  288. package/dist/studio/lib/registry/feedback.d.ts.map +1 -0
  289. package/dist/studio/lib/registry/feedback.js +307 -0
  290. package/dist/studio/lib/registry/feedback.js.map +1 -0
  291. package/dist/studio/lib/registry/forms.cjs +66 -0
  292. package/dist/studio/lib/registry/forms.cjs.map +1 -0
  293. package/dist/studio/lib/registry/forms.d.ts +3 -0
  294. package/dist/studio/lib/registry/forms.d.ts.map +1 -0
  295. package/dist/studio/lib/registry/forms.js +42 -0
  296. package/dist/studio/lib/registry/forms.js.map +1 -0
  297. package/dist/studio/lib/registry/icons.cjs +100 -0
  298. package/dist/studio/lib/registry/icons.cjs.map +1 -0
  299. package/dist/studio/lib/registry/icons.d.ts +3 -0
  300. package/dist/studio/lib/registry/icons.d.ts.map +1 -0
  301. package/dist/studio/lib/registry/icons.js +76 -0
  302. package/dist/studio/lib/registry/icons.js.map +1 -0
  303. package/dist/studio/lib/registry/index.cjs +96 -0
  304. package/dist/studio/lib/registry/index.cjs.map +1 -0
  305. package/dist/studio/lib/registry/index.d.ts +7 -0
  306. package/dist/studio/lib/registry/index.d.ts.map +1 -0
  307. package/dist/studio/lib/registry/index.js +68 -0
  308. package/dist/studio/lib/registry/index.js.map +1 -0
  309. package/dist/studio/lib/registry/inputs.cjs +1980 -0
  310. package/dist/studio/lib/registry/inputs.cjs.map +1 -0
  311. package/dist/studio/lib/registry/inputs.d.ts +3 -0
  312. package/dist/studio/lib/registry/inputs.d.ts.map +1 -0
  313. package/dist/studio/lib/registry/inputs.js +1956 -0
  314. package/dist/studio/lib/registry/inputs.js.map +1 -0
  315. package/dist/studio/lib/registry/layout.cjs +104 -0
  316. package/dist/studio/lib/registry/layout.cjs.map +1 -0
  317. package/dist/studio/lib/registry/layout.d.ts +3 -0
  318. package/dist/studio/lib/registry/layout.d.ts.map +1 -0
  319. package/dist/studio/lib/registry/layout.js +80 -0
  320. package/dist/studio/lib/registry/layout.js.map +1 -0
  321. package/dist/studio/lib/types.cjs +17 -0
  322. package/dist/studio/lib/types.cjs.map +1 -0
  323. package/dist/studio/lib/types.d.ts +155 -0
  324. package/dist/studio/lib/types.d.ts.map +1 -0
  325. package/dist/studio/lib/types.js +1 -0
  326. package/dist/studio/lib/types.js.map +1 -0
  327. package/dist/studio/lib/use-global-theme.cjs +42 -0
  328. package/dist/studio/lib/use-global-theme.cjs.map +1 -0
  329. package/dist/studio/lib/use-global-theme.d.ts +7 -0
  330. package/dist/studio/lib/use-global-theme.d.ts.map +1 -0
  331. package/dist/studio/lib/use-global-theme.js +18 -0
  332. package/dist/studio/lib/use-global-theme.js.map +1 -0
  333. package/dist/studio/mobile-gallery.cjs +133 -0
  334. package/dist/studio/mobile-gallery.cjs.map +1 -0
  335. package/dist/studio/mobile-gallery.d.ts +2 -0
  336. package/dist/studio/mobile-gallery.d.ts.map +1 -0
  337. package/dist/studio/mobile-gallery.js +109 -0
  338. package/dist/studio/mobile-gallery.js.map +1 -0
  339. package/dist/studio/persistence/client.cjs +42 -0
  340. package/dist/studio/persistence/client.cjs.map +1 -0
  341. package/dist/studio/persistence/client.d.ts +12 -0
  342. package/dist/studio/persistence/client.d.ts.map +1 -0
  343. package/dist/studio/persistence/client.js +18 -0
  344. package/dist/studio/persistence/client.js.map +1 -0
  345. package/dist/studio/persistence/generate-css.cjs +1051 -0
  346. package/dist/studio/persistence/generate-css.cjs.map +1 -0
  347. package/dist/studio/persistence/generate-css.d.ts +35 -0
  348. package/dist/studio/persistence/generate-css.d.ts.map +1 -0
  349. package/dist/studio/persistence/generate-css.js +1018 -0
  350. package/dist/studio/persistence/generate-css.js.map +1 -0
  351. package/dist/studio/persistence/http.cjs +62 -0
  352. package/dist/studio/persistence/http.cjs.map +1 -0
  353. package/dist/studio/persistence/http.d.ts +10 -0
  354. package/dist/studio/persistence/http.d.ts.map +1 -0
  355. package/dist/studio/persistence/http.js +38 -0
  356. package/dist/studio/persistence/http.js.map +1 -0
  357. package/dist/studio/persistence/index.cjs +38 -0
  358. package/dist/studio/persistence/index.cjs.map +1 -0
  359. package/dist/studio/persistence/index.d.ts +6 -0
  360. package/dist/studio/persistence/index.d.ts.map +1 -0
  361. package/dist/studio/persistence/index.js +11 -0
  362. package/dist/studio/persistence/index.js.map +1 -0
  363. package/dist/studio/persistence/read-only.cjs +39 -0
  364. package/dist/studio/persistence/read-only.cjs.map +1 -0
  365. package/dist/studio/persistence/read-only.d.ts +11 -0
  366. package/dist/studio/persistence/read-only.d.ts.map +1 -0
  367. package/dist/studio/persistence/read-only.js +15 -0
  368. package/dist/studio/persistence/read-only.js.map +1 -0
  369. package/dist/studio/persistence/types.cjs +17 -0
  370. package/dist/studio/persistence/types.cjs.map +1 -0
  371. package/dist/studio/persistence/types.d.ts +38 -0
  372. package/dist/studio/persistence/types.d.ts.map +1 -0
  373. package/dist/studio/persistence/types.js +1 -0
  374. package/dist/studio/persistence/types.js.map +1 -0
  375. package/dist/studio/shell/canvas.cjs +298 -0
  376. package/dist/studio/shell/canvas.cjs.map +1 -0
  377. package/dist/studio/shell/canvas.d.ts +12 -0
  378. package/dist/studio/shell/canvas.d.ts.map +1 -0
  379. package/dist/studio/shell/canvas.js +375 -0
  380. package/dist/studio/shell/canvas.js.map +1 -0
  381. package/dist/studio/shell/preview-modal.cjs +786 -0
  382. package/dist/studio/shell/preview-modal.cjs.map +1 -0
  383. package/dist/studio/shell/preview-modal.d.ts +4 -0
  384. package/dist/studio/shell/preview-modal.d.ts.map +1 -0
  385. package/dist/studio/shell/preview-modal.js +762 -0
  386. package/dist/studio/shell/preview-modal.js.map +1 -0
  387. package/dist/studio/shell/properties-panel.cjs +873 -0
  388. package/dist/studio/shell/properties-panel.cjs.map +1 -0
  389. package/dist/studio/shell/properties-panel.d.ts +12 -0
  390. package/dist/studio/shell/properties-panel.d.ts.map +1 -0
  391. package/dist/studio/shell/properties-panel.js +849 -0
  392. package/dist/studio/shell/properties-panel.js.map +1 -0
  393. package/dist/studio/shell/sidebar.cjs +246 -0
  394. package/dist/studio/shell/sidebar.cjs.map +1 -0
  395. package/dist/studio/shell/sidebar.d.ts +4 -0
  396. package/dist/studio/shell/sidebar.d.ts.map +1 -0
  397. package/dist/studio/shell/sidebar.js +222 -0
  398. package/dist/studio/shell/sidebar.js.map +1 -0
  399. package/dist/studio/shell/wcag-panel.cjs +274 -0
  400. package/dist/studio/shell/wcag-panel.cjs.map +1 -0
  401. package/dist/studio/shell/wcag-panel.d.ts +5 -0
  402. package/dist/studio/shell/wcag-panel.d.ts.map +1 -0
  403. package/dist/studio/shell/wcag-panel.js +257 -0
  404. package/dist/studio/shell/wcag-panel.js.map +1 -0
  405. package/dist/studio/studio.css +2 -0
  406. package/dist/studio/theme-sync.cjs +37 -0
  407. package/dist/studio/theme-sync.cjs.map +1 -0
  408. package/dist/studio/theme-sync.d.ts +8 -0
  409. package/dist/studio/theme-sync.d.ts.map +1 -0
  410. package/dist/studio/theme-sync.js +13 -0
  411. package/dist/studio/theme-sync.js.map +1 -0
  412. package/dist/studio/uxm-app.cjs +180 -0
  413. package/dist/studio/uxm-app.cjs.map +1 -0
  414. package/dist/studio/uxm-app.d.ts +26 -0
  415. package/dist/studio/uxm-app.d.ts.map +1 -0
  416. package/dist/studio/uxm-app.js +156 -0
  417. package/dist/studio/uxm-app.js.map +1 -0
  418. package/dist/tokens/index.cjs +84 -0
  419. package/dist/tokens/index.cjs.map +1 -0
  420. package/dist/tokens/index.css +229 -0
  421. package/dist/tokens/index.d.ts +25 -0
  422. package/dist/tokens/index.d.ts.map +1 -0
  423. package/dist/tokens/index.js +57 -0
  424. package/dist/tokens/index.js.map +1 -0
  425. package/dist/ui/app-sidebar/app-sidebar-preview.cjs +160 -0
  426. package/dist/ui/app-sidebar/app-sidebar-preview.cjs.map +1 -0
  427. package/dist/ui/app-sidebar/app-sidebar-preview.d.ts +3 -0
  428. package/dist/ui/app-sidebar/app-sidebar-preview.d.ts.map +1 -0
  429. package/dist/ui/app-sidebar/app-sidebar-preview.js +136 -0
  430. package/dist/ui/app-sidebar/app-sidebar-preview.js.map +1 -0
  431. package/dist/ui/app-sidebar/app-sidebar.cjs +154 -0
  432. package/dist/ui/app-sidebar/app-sidebar.cjs.map +1 -0
  433. package/dist/ui/app-sidebar/app-sidebar.css +189 -0
  434. package/dist/ui/app-sidebar/app-sidebar.d.ts +127 -0
  435. package/dist/ui/app-sidebar/app-sidebar.d.ts.map +1 -0
  436. package/dist/ui/app-sidebar/app-sidebar.js +129 -0
  437. package/dist/ui/app-sidebar/app-sidebar.js.map +1 -0
  438. package/dist/ui/app-sidebar/index.cjs +23 -0
  439. package/dist/ui/app-sidebar/index.cjs.map +1 -0
  440. package/dist/ui/app-sidebar/index.d.ts +2 -0
  441. package/dist/ui/app-sidebar/index.d.ts.map +1 -0
  442. package/dist/ui/app-sidebar/index.js +2 -0
  443. package/dist/ui/app-sidebar/index.js.map +1 -0
  444. package/dist/ui/app-top-bar/app-top-bar-preview.cjs +64 -0
  445. package/dist/ui/app-top-bar/app-top-bar-preview.cjs.map +1 -0
  446. package/dist/ui/app-top-bar/app-top-bar-preview.d.ts +3 -0
  447. package/dist/ui/app-top-bar/app-top-bar-preview.d.ts.map +1 -0
  448. package/dist/ui/app-top-bar/app-top-bar-preview.js +40 -0
  449. package/dist/ui/app-top-bar/app-top-bar-preview.js.map +1 -0
  450. package/dist/ui/app-top-bar/app-top-bar.cjs +56 -0
  451. package/dist/ui/app-top-bar/app-top-bar.cjs.map +1 -0
  452. package/dist/ui/app-top-bar/app-top-bar.css +57 -0
  453. package/dist/ui/app-top-bar/app-top-bar.d.ts +13 -0
  454. package/dist/ui/app-top-bar/app-top-bar.d.ts.map +1 -0
  455. package/dist/ui/app-top-bar/app-top-bar.js +32 -0
  456. package/dist/ui/app-top-bar/app-top-bar.js.map +1 -0
  457. package/dist/ui/app-top-bar/index.cjs +23 -0
  458. package/dist/ui/app-top-bar/index.cjs.map +1 -0
  459. package/dist/ui/app-top-bar/index.d.ts +2 -0
  460. package/dist/ui/app-top-bar/index.d.ts.map +1 -0
  461. package/dist/ui/app-top-bar/index.js +2 -0
  462. package/dist/ui/app-top-bar/index.js.map +1 -0
  463. package/dist/ui/avatar/avatar-preview.cjs +81 -0
  464. package/dist/ui/avatar/avatar-preview.cjs.map +1 -0
  465. package/dist/ui/avatar/avatar-preview.d.ts +3 -0
  466. package/dist/ui/avatar/avatar-preview.d.ts.map +1 -0
  467. package/dist/ui/avatar/avatar-preview.js +57 -0
  468. package/dist/ui/avatar/avatar-preview.js.map +1 -0
  469. package/dist/ui/avatar/avatar.cjs +64 -0
  470. package/dist/ui/avatar/avatar.cjs.map +1 -0
  471. package/dist/ui/avatar/avatar.css +64 -0
  472. package/dist/ui/avatar/avatar.d.ts +25 -0
  473. package/dist/ui/avatar/avatar.d.ts.map +1 -0
  474. package/dist/ui/avatar/avatar.js +40 -0
  475. package/dist/ui/avatar/avatar.js.map +1 -0
  476. package/dist/ui/avatar/index.cjs +23 -0
  477. package/dist/ui/avatar/index.cjs.map +1 -0
  478. package/dist/ui/avatar/index.d.ts +2 -0
  479. package/dist/ui/avatar/index.d.ts.map +1 -0
  480. package/dist/ui/avatar/index.js +2 -0
  481. package/dist/ui/avatar/index.js.map +1 -0
  482. package/dist/ui/back-link/back-link-preview.cjs +70 -0
  483. package/dist/ui/back-link/back-link-preview.cjs.map +1 -0
  484. package/dist/ui/back-link/back-link-preview.d.ts +3 -0
  485. package/dist/ui/back-link/back-link-preview.d.ts.map +1 -0
  486. package/dist/ui/back-link/back-link-preview.js +46 -0
  487. package/dist/ui/back-link/back-link-preview.js.map +1 -0
  488. package/dist/ui/back-link/back-link.cjs +45 -0
  489. package/dist/ui/back-link/back-link.cjs.map +1 -0
  490. package/dist/ui/back-link/back-link.css +27 -0
  491. package/dist/ui/back-link/back-link.d.ts +14 -0
  492. package/dist/ui/back-link/back-link.d.ts.map +1 -0
  493. package/dist/ui/back-link/back-link.js +21 -0
  494. package/dist/ui/back-link/back-link.js.map +1 -0
  495. package/dist/ui/back-link/index.cjs +23 -0
  496. package/dist/ui/back-link/index.cjs.map +1 -0
  497. package/dist/ui/back-link/index.d.ts +2 -0
  498. package/dist/ui/back-link/index.d.ts.map +1 -0
  499. package/dist/ui/back-link/index.js +2 -0
  500. package/dist/ui/back-link/index.js.map +1 -0
  501. package/dist/ui/badge/badge-preview.cjs +57 -0
  502. package/dist/ui/badge/badge-preview.cjs.map +1 -0
  503. package/dist/ui/badge/badge-preview.d.ts +3 -0
  504. package/dist/ui/badge/badge-preview.d.ts.map +1 -0
  505. package/dist/ui/badge/badge-preview.js +33 -0
  506. package/dist/ui/badge/badge-preview.js.map +1 -0
  507. package/dist/ui/badge/badge.cjs +63 -0
  508. package/dist/ui/badge/badge.cjs.map +1 -0
  509. package/dist/ui/badge/badge.css +91 -0
  510. package/dist/ui/badge/badge.d.ts +11 -0
  511. package/dist/ui/badge/badge.d.ts.map +1 -0
  512. package/dist/ui/badge/badge.js +39 -0
  513. package/dist/ui/badge/badge.js.map +1 -0
  514. package/dist/ui/badge/index.cjs +23 -0
  515. package/dist/ui/badge/index.cjs.map +1 -0
  516. package/dist/ui/badge/index.d.ts +2 -0
  517. package/dist/ui/badge/index.d.ts.map +1 -0
  518. package/dist/ui/badge/index.js +2 -0
  519. package/dist/ui/badge/index.js.map +1 -0
  520. package/dist/ui/banner/banner-preview.cjs +102 -0
  521. package/dist/ui/banner/banner-preview.cjs.map +1 -0
  522. package/dist/ui/banner/banner-preview.d.ts +5 -0
  523. package/dist/ui/banner/banner-preview.d.ts.map +1 -0
  524. package/dist/ui/banner/banner-preview.js +78 -0
  525. package/dist/ui/banner/banner-preview.js.map +1 -0
  526. package/dist/ui/banner/banner.cjs +73 -0
  527. package/dist/ui/banner/banner.cjs.map +1 -0
  528. package/dist/ui/banner/banner.css +87 -0
  529. package/dist/ui/banner/banner.d.ts +31 -0
  530. package/dist/ui/banner/banner.d.ts.map +1 -0
  531. package/dist/ui/banner/banner.js +49 -0
  532. package/dist/ui/banner/banner.js.map +1 -0
  533. package/dist/ui/banner/index.cjs +23 -0
  534. package/dist/ui/banner/index.cjs.map +1 -0
  535. package/dist/ui/banner/index.d.ts +2 -0
  536. package/dist/ui/banner/index.d.ts.map +1 -0
  537. package/dist/ui/banner/index.js +2 -0
  538. package/dist/ui/banner/index.js.map +1 -0
  539. package/dist/ui/breadcrumb/breadcrumb-preview.cjs +152 -0
  540. package/dist/ui/breadcrumb/breadcrumb-preview.cjs.map +1 -0
  541. package/dist/ui/breadcrumb/breadcrumb-preview.d.ts +3 -0
  542. package/dist/ui/breadcrumb/breadcrumb-preview.d.ts.map +1 -0
  543. package/dist/ui/breadcrumb/breadcrumb-preview.js +128 -0
  544. package/dist/ui/breadcrumb/breadcrumb-preview.js.map +1 -0
  545. package/dist/ui/breadcrumb/breadcrumb.cjs +75 -0
  546. package/dist/ui/breadcrumb/breadcrumb.cjs.map +1 -0
  547. package/dist/ui/breadcrumb/breadcrumb.css +62 -0
  548. package/dist/ui/breadcrumb/breadcrumb.d.ts +16 -0
  549. package/dist/ui/breadcrumb/breadcrumb.d.ts.map +1 -0
  550. package/dist/ui/breadcrumb/breadcrumb.js +51 -0
  551. package/dist/ui/breadcrumb/breadcrumb.js.map +1 -0
  552. package/dist/ui/breadcrumb/index.cjs +23 -0
  553. package/dist/ui/breadcrumb/index.cjs.map +1 -0
  554. package/dist/ui/breadcrumb/index.d.ts +2 -0
  555. package/dist/ui/breadcrumb/index.d.ts.map +1 -0
  556. package/dist/ui/breadcrumb/index.js +2 -0
  557. package/dist/ui/breadcrumb/index.js.map +1 -0
  558. package/dist/ui/bulk-action-bar/bulk-action-bar-preview.cjs +85 -0
  559. package/dist/ui/bulk-action-bar/bulk-action-bar-preview.cjs.map +1 -0
  560. package/dist/ui/bulk-action-bar/bulk-action-bar-preview.d.ts +5 -0
  561. package/dist/ui/bulk-action-bar/bulk-action-bar-preview.d.ts.map +1 -0
  562. package/dist/ui/bulk-action-bar/bulk-action-bar-preview.js +61 -0
  563. package/dist/ui/bulk-action-bar/bulk-action-bar-preview.js.map +1 -0
  564. package/dist/ui/bulk-action-bar/bulk-action-bar.cjs +79 -0
  565. package/dist/ui/bulk-action-bar/bulk-action-bar.cjs.map +1 -0
  566. package/dist/ui/bulk-action-bar/bulk-action-bar.css +88 -0
  567. package/dist/ui/bulk-action-bar/bulk-action-bar.d.ts +51 -0
  568. package/dist/ui/bulk-action-bar/bulk-action-bar.d.ts.map +1 -0
  569. package/dist/ui/bulk-action-bar/bulk-action-bar.js +55 -0
  570. package/dist/ui/bulk-action-bar/bulk-action-bar.js.map +1 -0
  571. package/dist/ui/bulk-action-bar/index.cjs +23 -0
  572. package/dist/ui/bulk-action-bar/index.cjs.map +1 -0
  573. package/dist/ui/bulk-action-bar/index.d.ts +2 -0
  574. package/dist/ui/bulk-action-bar/index.d.ts.map +1 -0
  575. package/dist/ui/bulk-action-bar/index.js +2 -0
  576. package/dist/ui/bulk-action-bar/index.js.map +1 -0
  577. package/dist/ui/button/button-preview.cjs +190 -0
  578. package/dist/ui/button/button-preview.cjs.map +1 -0
  579. package/dist/ui/button/button-preview.d.ts +3 -0
  580. package/dist/ui/button/button-preview.d.ts.map +1 -0
  581. package/dist/ui/button/button-preview.js +166 -0
  582. package/dist/ui/button/button-preview.js.map +1 -0
  583. package/dist/ui/button/button.cjs +53 -0
  584. package/dist/ui/button/button.cjs.map +1 -0
  585. package/dist/ui/button/button.css +189 -0
  586. package/dist/ui/button/button.d.ts +9 -0
  587. package/dist/ui/button/button.d.ts.map +1 -0
  588. package/dist/ui/button/button.js +25 -0
  589. package/dist/ui/button/button.js.map +1 -0
  590. package/dist/ui/button/index.cjs +23 -0
  591. package/dist/ui/button/index.cjs.map +1 -0
  592. package/dist/ui/button/index.d.ts +2 -0
  593. package/dist/ui/button/index.d.ts.map +1 -0
  594. package/dist/ui/button/index.js +2 -0
  595. package/dist/ui/button/index.js.map +1 -0
  596. package/dist/ui/button-group/button-group-preview.cjs +110 -0
  597. package/dist/ui/button-group/button-group-preview.cjs.map +1 -0
  598. package/dist/ui/button-group/button-group-preview.d.ts +3 -0
  599. package/dist/ui/button-group/button-group-preview.d.ts.map +1 -0
  600. package/dist/ui/button-group/button-group-preview.js +86 -0
  601. package/dist/ui/button-group/button-group-preview.js.map +1 -0
  602. package/dist/ui/button-group/button-group.cjs +66 -0
  603. package/dist/ui/button-group/button-group.cjs.map +1 -0
  604. package/dist/ui/button-group/button-group.css +45 -0
  605. package/dist/ui/button-group/button-group.d.ts +16 -0
  606. package/dist/ui/button-group/button-group.d.ts.map +1 -0
  607. package/dist/ui/button-group/button-group.js +42 -0
  608. package/dist/ui/button-group/button-group.js.map +1 -0
  609. package/dist/ui/button-group/index.cjs +23 -0
  610. package/dist/ui/button-group/index.cjs.map +1 -0
  611. package/dist/ui/button-group/index.d.ts +2 -0
  612. package/dist/ui/button-group/index.d.ts.map +1 -0
  613. package/dist/ui/button-group/index.js +2 -0
  614. package/dist/ui/button-group/index.js.map +1 -0
  615. package/dist/ui/button-icon/button-icon.cjs +33 -0
  616. package/dist/ui/button-icon/button-icon.cjs.map +1 -0
  617. package/dist/ui/button-icon/button-icon.css +37 -0
  618. package/dist/ui/button-icon/button-icon.d.ts +9 -0
  619. package/dist/ui/button-icon/button-icon.d.ts.map +1 -0
  620. package/dist/ui/button-icon/button-icon.js +9 -0
  621. package/dist/ui/button-icon/button-icon.js.map +1 -0
  622. package/dist/ui/button-icon/index.cjs +23 -0
  623. package/dist/ui/button-icon/index.cjs.map +1 -0
  624. package/dist/ui/button-icon/index.d.ts +2 -0
  625. package/dist/ui/button-icon/index.d.ts.map +1 -0
  626. package/dist/ui/button-icon/index.js +2 -0
  627. package/dist/ui/button-icon/index.js.map +1 -0
  628. package/dist/ui/button-with-icon/button-with-icon-preview.cjs +84 -0
  629. package/dist/ui/button-with-icon/button-with-icon-preview.cjs.map +1 -0
  630. package/dist/ui/button-with-icon/button-with-icon-preview.d.ts +3 -0
  631. package/dist/ui/button-with-icon/button-with-icon-preview.d.ts.map +1 -0
  632. package/dist/ui/button-with-icon/button-with-icon-preview.js +60 -0
  633. package/dist/ui/button-with-icon/button-with-icon-preview.js.map +1 -0
  634. package/dist/ui/button-with-icon/button-with-icon.cjs +42 -0
  635. package/dist/ui/button-with-icon/button-with-icon.cjs.map +1 -0
  636. package/dist/ui/button-with-icon/button-with-icon.css +41 -0
  637. package/dist/ui/button-with-icon/button-with-icon.d.ts +8 -0
  638. package/dist/ui/button-with-icon/button-with-icon.d.ts.map +1 -0
  639. package/dist/ui/button-with-icon/button-with-icon.js +18 -0
  640. package/dist/ui/button-with-icon/button-with-icon.js.map +1 -0
  641. package/dist/ui/button-with-icon/index.cjs +23 -0
  642. package/dist/ui/button-with-icon/index.cjs.map +1 -0
  643. package/dist/ui/button-with-icon/index.d.ts +2 -0
  644. package/dist/ui/button-with-icon/index.d.ts.map +1 -0
  645. package/dist/ui/button-with-icon/index.js +2 -0
  646. package/dist/ui/button-with-icon/index.js.map +1 -0
  647. package/dist/ui/calendar/calendar-preview.cjs +181 -0
  648. package/dist/ui/calendar/calendar-preview.cjs.map +1 -0
  649. package/dist/ui/calendar/calendar-preview.d.ts +3 -0
  650. package/dist/ui/calendar/calendar-preview.d.ts.map +1 -0
  651. package/dist/ui/calendar/calendar-preview.js +157 -0
  652. package/dist/ui/calendar/calendar-preview.js.map +1 -0
  653. package/dist/ui/calendar/calendar.cjs +416 -0
  654. package/dist/ui/calendar/calendar.cjs.map +1 -0
  655. package/dist/ui/calendar/calendar.css +212 -0
  656. package/dist/ui/calendar/calendar.d.ts +34 -0
  657. package/dist/ui/calendar/calendar.d.ts.map +1 -0
  658. package/dist/ui/calendar/calendar.js +392 -0
  659. package/dist/ui/calendar/calendar.js.map +1 -0
  660. package/dist/ui/calendar/index.cjs +23 -0
  661. package/dist/ui/calendar/index.cjs.map +1 -0
  662. package/dist/ui/calendar/index.d.ts +2 -0
  663. package/dist/ui/calendar/index.d.ts.map +1 -0
  664. package/dist/ui/calendar/index.js +2 -0
  665. package/dist/ui/calendar/index.js.map +1 -0
  666. package/dist/ui/card/card-preview.cjs +98 -0
  667. package/dist/ui/card/card-preview.cjs.map +1 -0
  668. package/dist/ui/card/card-preview.d.ts +3 -0
  669. package/dist/ui/card/card-preview.d.ts.map +1 -0
  670. package/dist/ui/card/card-preview.js +74 -0
  671. package/dist/ui/card/card-preview.js.map +1 -0
  672. package/dist/ui/card/card.cjs +63 -0
  673. package/dist/ui/card/card.cjs.map +1 -0
  674. package/dist/ui/card/card.css +54 -0
  675. package/dist/ui/card/card.d.ts +32 -0
  676. package/dist/ui/card/card.d.ts.map +1 -0
  677. package/dist/ui/card/card.js +39 -0
  678. package/dist/ui/card/card.js.map +1 -0
  679. package/dist/ui/card/index.cjs +23 -0
  680. package/dist/ui/card/index.cjs.map +1 -0
  681. package/dist/ui/card/index.d.ts +2 -0
  682. package/dist/ui/card/index.d.ts.map +1 -0
  683. package/dist/ui/card/index.js +2 -0
  684. package/dist/ui/card/index.js.map +1 -0
  685. package/dist/ui/checkbox/checkbox-preview.cjs +144 -0
  686. package/dist/ui/checkbox/checkbox-preview.cjs.map +1 -0
  687. package/dist/ui/checkbox/checkbox-preview.d.ts +3 -0
  688. package/dist/ui/checkbox/checkbox-preview.d.ts.map +1 -0
  689. package/dist/ui/checkbox/checkbox-preview.js +120 -0
  690. package/dist/ui/checkbox/checkbox-preview.js.map +1 -0
  691. package/dist/ui/checkbox/checkbox.cjs +82 -0
  692. package/dist/ui/checkbox/checkbox.cjs.map +1 -0
  693. package/dist/ui/checkbox/checkbox.css +108 -0
  694. package/dist/ui/checkbox/checkbox.d.ts +26 -0
  695. package/dist/ui/checkbox/checkbox.d.ts.map +1 -0
  696. package/dist/ui/checkbox/checkbox.js +58 -0
  697. package/dist/ui/checkbox/checkbox.js.map +1 -0
  698. package/dist/ui/checkbox/index.cjs +23 -0
  699. package/dist/ui/checkbox/index.cjs.map +1 -0
  700. package/dist/ui/checkbox/index.d.ts +2 -0
  701. package/dist/ui/checkbox/index.d.ts.map +1 -0
  702. package/dist/ui/checkbox/index.js +2 -0
  703. package/dist/ui/checkbox/index.js.map +1 -0
  704. package/dist/ui/chip/chip-preview.cjs +117 -0
  705. package/dist/ui/chip/chip-preview.cjs.map +1 -0
  706. package/dist/ui/chip/chip-preview.d.ts +12 -0
  707. package/dist/ui/chip/chip-preview.d.ts.map +1 -0
  708. package/dist/ui/chip/chip-preview.js +93 -0
  709. package/dist/ui/chip/chip-preview.js.map +1 -0
  710. package/dist/ui/chip/chip.cjs +101 -0
  711. package/dist/ui/chip/chip.cjs.map +1 -0
  712. package/dist/ui/chip/chip.css +175 -0
  713. package/dist/ui/chip/chip.d.ts +40 -0
  714. package/dist/ui/chip/chip.d.ts.map +1 -0
  715. package/dist/ui/chip/chip.js +77 -0
  716. package/dist/ui/chip/chip.js.map +1 -0
  717. package/dist/ui/chip/index.cjs +23 -0
  718. package/dist/ui/chip/index.cjs.map +1 -0
  719. package/dist/ui/chip/index.d.ts +2 -0
  720. package/dist/ui/chip/index.d.ts.map +1 -0
  721. package/dist/ui/chip/index.js +2 -0
  722. package/dist/ui/chip/index.js.map +1 -0
  723. package/dist/ui/cluster/cluster-preview.cjs +53 -0
  724. package/dist/ui/cluster/cluster-preview.cjs.map +1 -0
  725. package/dist/ui/cluster/cluster-preview.d.ts +3 -0
  726. package/dist/ui/cluster/cluster-preview.d.ts.map +1 -0
  727. package/dist/ui/cluster/cluster-preview.js +29 -0
  728. package/dist/ui/cluster/cluster-preview.js.map +1 -0
  729. package/dist/ui/cluster/cluster.cjs +58 -0
  730. package/dist/ui/cluster/cluster.cjs.map +1 -0
  731. package/dist/ui/cluster/cluster.css +33 -0
  732. package/dist/ui/cluster/cluster.d.ts +32 -0
  733. package/dist/ui/cluster/cluster.d.ts.map +1 -0
  734. package/dist/ui/cluster/cluster.js +34 -0
  735. package/dist/ui/cluster/cluster.js.map +1 -0
  736. package/dist/ui/cluster/index.cjs +23 -0
  737. package/dist/ui/cluster/index.cjs.map +1 -0
  738. package/dist/ui/cluster/index.d.ts +2 -0
  739. package/dist/ui/cluster/index.d.ts.map +1 -0
  740. package/dist/ui/cluster/index.js +2 -0
  741. package/dist/ui/cluster/index.js.map +1 -0
  742. package/dist/ui/code-editor/code-editor-preview.cjs +100 -0
  743. package/dist/ui/code-editor/code-editor-preview.cjs.map +1 -0
  744. package/dist/ui/code-editor/code-editor-preview.d.ts +3 -0
  745. package/dist/ui/code-editor/code-editor-preview.d.ts.map +1 -0
  746. package/dist/ui/code-editor/code-editor-preview.js +76 -0
  747. package/dist/ui/code-editor/code-editor-preview.js.map +1 -0
  748. package/dist/ui/code-editor/code-editor.cjs +309 -0
  749. package/dist/ui/code-editor/code-editor.cjs.map +1 -0
  750. package/dist/ui/code-editor/code-editor.css +210 -0
  751. package/dist/ui/code-editor/code-editor.d.ts +78 -0
  752. package/dist/ui/code-editor/code-editor.d.ts.map +1 -0
  753. package/dist/ui/code-editor/code-editor.js +291 -0
  754. package/dist/ui/code-editor/code-editor.js.map +1 -0
  755. package/dist/ui/code-editor/index.cjs +23 -0
  756. package/dist/ui/code-editor/index.cjs.map +1 -0
  757. package/dist/ui/code-editor/index.d.ts +2 -0
  758. package/dist/ui/code-editor/index.d.ts.map +1 -0
  759. package/dist/ui/code-editor/index.js +2 -0
  760. package/dist/ui/code-editor/index.js.map +1 -0
  761. package/dist/ui/color-input/color-input-preview.cjs +98 -0
  762. package/dist/ui/color-input/color-input-preview.cjs.map +1 -0
  763. package/dist/ui/color-input/color-input-preview.d.ts +3 -0
  764. package/dist/ui/color-input/color-input-preview.d.ts.map +1 -0
  765. package/dist/ui/color-input/color-input-preview.js +74 -0
  766. package/dist/ui/color-input/color-input-preview.js.map +1 -0
  767. package/dist/ui/color-input/color-input.cjs +536 -0
  768. package/dist/ui/color-input/color-input.cjs.map +1 -0
  769. package/dist/ui/color-input/color-input.css +326 -0
  770. package/dist/ui/color-input/color-input.d.ts +93 -0
  771. package/dist/ui/color-input/color-input.d.ts.map +1 -0
  772. package/dist/ui/color-input/color-input.js +520 -0
  773. package/dist/ui/color-input/color-input.js.map +1 -0
  774. package/dist/ui/color-input/color-model.cjs +174 -0
  775. package/dist/ui/color-input/color-model.cjs.map +1 -0
  776. package/dist/ui/color-input/color-model.d.ts +63 -0
  777. package/dist/ui/color-input/color-model.d.ts.map +1 -0
  778. package/dist/ui/color-input/color-model.js +145 -0
  779. package/dist/ui/color-input/color-model.js.map +1 -0
  780. package/dist/ui/color-input/index.cjs +23 -0
  781. package/dist/ui/color-input/index.cjs.map +1 -0
  782. package/dist/ui/color-input/index.d.ts +2 -0
  783. package/dist/ui/color-input/index.d.ts.map +1 -0
  784. package/dist/ui/color-input/index.js +2 -0
  785. package/dist/ui/color-input/index.js.map +1 -0
  786. package/dist/ui/component-row/component-row-preview.cjs +92 -0
  787. package/dist/ui/component-row/component-row-preview.cjs.map +1 -0
  788. package/dist/ui/component-row/component-row-preview.d.ts +3 -0
  789. package/dist/ui/component-row/component-row-preview.d.ts.map +1 -0
  790. package/dist/ui/component-row/component-row-preview.js +68 -0
  791. package/dist/ui/component-row/component-row-preview.js.map +1 -0
  792. package/dist/ui/component-row/component-row.cjs +66 -0
  793. package/dist/ui/component-row/component-row.cjs.map +1 -0
  794. package/dist/ui/component-row/component-row.css +91 -0
  795. package/dist/ui/component-row/component-row.d.ts +37 -0
  796. package/dist/ui/component-row/component-row.d.ts.map +1 -0
  797. package/dist/ui/component-row/component-row.js +42 -0
  798. package/dist/ui/component-row/component-row.js.map +1 -0
  799. package/dist/ui/component-row/index.cjs +29 -0
  800. package/dist/ui/component-row/index.cjs.map +1 -0
  801. package/dist/ui/component-row/index.d.ts +3 -0
  802. package/dist/ui/component-row/index.d.ts.map +1 -0
  803. package/dist/ui/component-row/index.js +5 -0
  804. package/dist/ui/component-row/index.js.map +1 -0
  805. package/dist/ui/config-component-row/config-component-row-preview.cjs +62 -0
  806. package/dist/ui/config-component-row/config-component-row-preview.cjs.map +1 -0
  807. package/dist/ui/config-component-row/config-component-row-preview.d.ts +3 -0
  808. package/dist/ui/config-component-row/config-component-row-preview.d.ts.map +1 -0
  809. package/dist/ui/config-component-row/config-component-row-preview.js +38 -0
  810. package/dist/ui/config-component-row/config-component-row-preview.js.map +1 -0
  811. package/dist/ui/config-component-row/config-component-row.cjs +69 -0
  812. package/dist/ui/config-component-row/config-component-row.cjs.map +1 -0
  813. package/dist/ui/config-component-row/config-component-row.css +97 -0
  814. package/dist/ui/config-component-row/config-component-row.d.ts +36 -0
  815. package/dist/ui/config-component-row/config-component-row.d.ts.map +1 -0
  816. package/dist/ui/config-component-row/config-component-row.js +45 -0
  817. package/dist/ui/config-component-row/config-component-row.js.map +1 -0
  818. package/dist/ui/config-component-row/index.cjs +23 -0
  819. package/dist/ui/config-component-row/index.cjs.map +1 -0
  820. package/dist/ui/config-component-row/index.d.ts +2 -0
  821. package/dist/ui/config-component-row/index.d.ts.map +1 -0
  822. package/dist/ui/config-component-row/index.js +2 -0
  823. package/dist/ui/config-component-row/index.js.map +1 -0
  824. package/dist/ui/config-segment-item/config-segment-item-preview.cjs +54 -0
  825. package/dist/ui/config-segment-item/config-segment-item-preview.cjs.map +1 -0
  826. package/dist/ui/config-segment-item/config-segment-item-preview.d.ts +3 -0
  827. package/dist/ui/config-segment-item/config-segment-item-preview.d.ts.map +1 -0
  828. package/dist/ui/config-segment-item/config-segment-item-preview.js +30 -0
  829. package/dist/ui/config-segment-item/config-segment-item-preview.js.map +1 -0
  830. package/dist/ui/config-segment-item/config-segment-item.cjs +55 -0
  831. package/dist/ui/config-segment-item/config-segment-item.cjs.map +1 -0
  832. package/dist/ui/config-segment-item/config-segment-item.css +37 -0
  833. package/dist/ui/config-segment-item/config-segment-item.d.ts +21 -0
  834. package/dist/ui/config-segment-item/config-segment-item.d.ts.map +1 -0
  835. package/dist/ui/config-segment-item/config-segment-item.js +31 -0
  836. package/dist/ui/config-segment-item/config-segment-item.js.map +1 -0
  837. package/dist/ui/config-segment-item/index.cjs +23 -0
  838. package/dist/ui/config-segment-item/index.cjs.map +1 -0
  839. package/dist/ui/config-segment-item/index.d.ts +2 -0
  840. package/dist/ui/config-segment-item/index.d.ts.map +1 -0
  841. package/dist/ui/config-segment-item/index.js +2 -0
  842. package/dist/ui/config-segment-item/index.js.map +1 -0
  843. package/dist/ui/currency-input/currency-input-preview.cjs +99 -0
  844. package/dist/ui/currency-input/currency-input-preview.cjs.map +1 -0
  845. package/dist/ui/currency-input/currency-input-preview.d.ts +3 -0
  846. package/dist/ui/currency-input/currency-input-preview.d.ts.map +1 -0
  847. package/dist/ui/currency-input/currency-input-preview.js +75 -0
  848. package/dist/ui/currency-input/currency-input-preview.js.map +1 -0
  849. package/dist/ui/currency-input/currency-input.cjs +265 -0
  850. package/dist/ui/currency-input/currency-input.cjs.map +1 -0
  851. package/dist/ui/currency-input/currency-input.css +189 -0
  852. package/dist/ui/currency-input/currency-input.d.ts +84 -0
  853. package/dist/ui/currency-input/currency-input.d.ts.map +1 -0
  854. package/dist/ui/currency-input/currency-input.js +244 -0
  855. package/dist/ui/currency-input/currency-input.js.map +1 -0
  856. package/dist/ui/currency-input/index.cjs +23 -0
  857. package/dist/ui/currency-input/index.cjs.map +1 -0
  858. package/dist/ui/currency-input/index.d.ts +2 -0
  859. package/dist/ui/currency-input/index.d.ts.map +1 -0
  860. package/dist/ui/currency-input/index.js +2 -0
  861. package/dist/ui/currency-input/index.js.map +1 -0
  862. package/dist/ui/data-table/data-table-preview.cjs +256 -0
  863. package/dist/ui/data-table/data-table-preview.cjs.map +1 -0
  864. package/dist/ui/data-table/data-table-preview.d.ts +5 -0
  865. package/dist/ui/data-table/data-table-preview.d.ts.map +1 -0
  866. package/dist/ui/data-table/data-table-preview.js +238 -0
  867. package/dist/ui/data-table/data-table-preview.js.map +1 -0
  868. package/dist/ui/data-table/data-table.cjs +166 -0
  869. package/dist/ui/data-table/data-table.cjs.map +1 -0
  870. package/dist/ui/data-table/data-table.css +185 -0
  871. package/dist/ui/data-table/data-table.d.ts +82 -0
  872. package/dist/ui/data-table/data-table.d.ts.map +1 -0
  873. package/dist/ui/data-table/data-table.js +142 -0
  874. package/dist/ui/data-table/data-table.js.map +1 -0
  875. package/dist/ui/data-table/index.cjs +23 -0
  876. package/dist/ui/data-table/index.cjs.map +1 -0
  877. package/dist/ui/data-table/index.d.ts +2 -0
  878. package/dist/ui/data-table/index.d.ts.map +1 -0
  879. package/dist/ui/data-table/index.js +2 -0
  880. package/dist/ui/data-table/index.js.map +1 -0
  881. package/dist/ui/date-input/date-input-preview.cjs +113 -0
  882. package/dist/ui/date-input/date-input-preview.cjs.map +1 -0
  883. package/dist/ui/date-input/date-input-preview.d.ts +3 -0
  884. package/dist/ui/date-input/date-input-preview.d.ts.map +1 -0
  885. package/dist/ui/date-input/date-input-preview.js +89 -0
  886. package/dist/ui/date-input/date-input-preview.js.map +1 -0
  887. package/dist/ui/date-input/date-input.cjs +297 -0
  888. package/dist/ui/date-input/date-input.cjs.map +1 -0
  889. package/dist/ui/date-input/date-input.css +121 -0
  890. package/dist/ui/date-input/date-input.d.ts +79 -0
  891. package/dist/ui/date-input/date-input.d.ts.map +1 -0
  892. package/dist/ui/date-input/date-input.js +268 -0
  893. package/dist/ui/date-input/date-input.js.map +1 -0
  894. package/dist/ui/date-input/index.cjs +23 -0
  895. package/dist/ui/date-input/index.cjs.map +1 -0
  896. package/dist/ui/date-input/index.d.ts +2 -0
  897. package/dist/ui/date-input/index.d.ts.map +1 -0
  898. package/dist/ui/date-input/index.js +2 -0
  899. package/dist/ui/date-input/index.js.map +1 -0
  900. package/dist/ui/detail-section/detail-section-preview.cjs +56 -0
  901. package/dist/ui/detail-section/detail-section-preview.cjs.map +1 -0
  902. package/dist/ui/detail-section/detail-section-preview.d.ts +3 -0
  903. package/dist/ui/detail-section/detail-section-preview.d.ts.map +1 -0
  904. package/dist/ui/detail-section/detail-section-preview.js +32 -0
  905. package/dist/ui/detail-section/detail-section-preview.js.map +1 -0
  906. package/dist/ui/detail-section/detail-section.cjs +59 -0
  907. package/dist/ui/detail-section/detail-section.cjs.map +1 -0
  908. package/dist/ui/detail-section/detail-section.css +54 -0
  909. package/dist/ui/detail-section/detail-section.d.ts +9 -0
  910. package/dist/ui/detail-section/detail-section.d.ts.map +1 -0
  911. package/dist/ui/detail-section/detail-section.js +35 -0
  912. package/dist/ui/detail-section/detail-section.js.map +1 -0
  913. package/dist/ui/detail-section/index.cjs +23 -0
  914. package/dist/ui/detail-section/index.cjs.map +1 -0
  915. package/dist/ui/detail-section/index.d.ts +2 -0
  916. package/dist/ui/detail-section/index.d.ts.map +1 -0
  917. package/dist/ui/detail-section/index.js +2 -0
  918. package/dist/ui/detail-section/index.js.map +1 -0
  919. package/dist/ui/dialog/dialog.cjs +104 -0
  920. package/dist/ui/dialog/dialog.cjs.map +1 -0
  921. package/dist/ui/dialog/dialog.css +38 -0
  922. package/dist/ui/dialog/dialog.d.ts +48 -0
  923. package/dist/ui/dialog/dialog.d.ts.map +1 -0
  924. package/dist/ui/dialog/dialog.js +80 -0
  925. package/dist/ui/dialog/dialog.js.map +1 -0
  926. package/dist/ui/dialog/index.cjs +23 -0
  927. package/dist/ui/dialog/index.cjs.map +1 -0
  928. package/dist/ui/dialog/index.d.ts +2 -0
  929. package/dist/ui/dialog/index.d.ts.map +1 -0
  930. package/dist/ui/dialog/index.js +2 -0
  931. package/dist/ui/dialog/index.js.map +1 -0
  932. package/dist/ui/disclosure/disclosure-preview.cjs +127 -0
  933. package/dist/ui/disclosure/disclosure-preview.cjs.map +1 -0
  934. package/dist/ui/disclosure/disclosure-preview.d.ts +3 -0
  935. package/dist/ui/disclosure/disclosure-preview.d.ts.map +1 -0
  936. package/dist/ui/disclosure/disclosure-preview.js +103 -0
  937. package/dist/ui/disclosure/disclosure-preview.js.map +1 -0
  938. package/dist/ui/disclosure/disclosure.cjs +80 -0
  939. package/dist/ui/disclosure/disclosure.cjs.map +1 -0
  940. package/dist/ui/disclosure/disclosure.css +77 -0
  941. package/dist/ui/disclosure/disclosure.d.ts +21 -0
  942. package/dist/ui/disclosure/disclosure.d.ts.map +1 -0
  943. package/dist/ui/disclosure/disclosure.js +56 -0
  944. package/dist/ui/disclosure/disclosure.js.map +1 -0
  945. package/dist/ui/disclosure/index.cjs +23 -0
  946. package/dist/ui/disclosure/index.cjs.map +1 -0
  947. package/dist/ui/disclosure/index.d.ts +2 -0
  948. package/dist/ui/disclosure/index.d.ts.map +1 -0
  949. package/dist/ui/disclosure/index.js +2 -0
  950. package/dist/ui/disclosure/index.js.map +1 -0
  951. package/dist/ui/divider/divider-preview.cjs +51 -0
  952. package/dist/ui/divider/divider-preview.cjs.map +1 -0
  953. package/dist/ui/divider/divider-preview.d.ts +3 -0
  954. package/dist/ui/divider/divider-preview.d.ts.map +1 -0
  955. package/dist/ui/divider/divider-preview.js +27 -0
  956. package/dist/ui/divider/divider-preview.js.map +1 -0
  957. package/dist/ui/divider/divider.cjs +40 -0
  958. package/dist/ui/divider/divider.cjs.map +1 -0
  959. package/dist/ui/divider/divider.css +26 -0
  960. package/dist/ui/divider/divider.d.ts +6 -0
  961. package/dist/ui/divider/divider.d.ts.map +1 -0
  962. package/dist/ui/divider/divider.js +16 -0
  963. package/dist/ui/divider/divider.js.map +1 -0
  964. package/dist/ui/divider/index.cjs +23 -0
  965. package/dist/ui/divider/index.cjs.map +1 -0
  966. package/dist/ui/divider/index.d.ts +2 -0
  967. package/dist/ui/divider/index.d.ts.map +1 -0
  968. package/dist/ui/divider/index.js +2 -0
  969. package/dist/ui/divider/index.js.map +1 -0
  970. package/dist/ui/editable-cell/editable-cell-preview.cjs +238 -0
  971. package/dist/ui/editable-cell/editable-cell-preview.cjs.map +1 -0
  972. package/dist/ui/editable-cell/editable-cell-preview.d.ts +5 -0
  973. package/dist/ui/editable-cell/editable-cell-preview.d.ts.map +1 -0
  974. package/dist/ui/editable-cell/editable-cell-preview.js +216 -0
  975. package/dist/ui/editable-cell/editable-cell-preview.js.map +1 -0
  976. package/dist/ui/editable-cell/editable-cell.cjs +764 -0
  977. package/dist/ui/editable-cell/editable-cell.cjs.map +1 -0
  978. package/dist/ui/editable-cell/editable-cell.css +693 -0
  979. package/dist/ui/editable-cell/editable-cell.d.ts +141 -0
  980. package/dist/ui/editable-cell/editable-cell.d.ts.map +1 -0
  981. package/dist/ui/editable-cell/editable-cell.js +752 -0
  982. package/dist/ui/editable-cell/editable-cell.js.map +1 -0
  983. package/dist/ui/editable-cell/index.cjs +23 -0
  984. package/dist/ui/editable-cell/index.cjs.map +1 -0
  985. package/dist/ui/editable-cell/index.d.ts +2 -0
  986. package/dist/ui/editable-cell/index.d.ts.map +1 -0
  987. package/dist/ui/editable-cell/index.js +2 -0
  988. package/dist/ui/editable-cell/index.js.map +1 -0
  989. package/dist/ui/empty-state/empty-state-preview.cjs +64 -0
  990. package/dist/ui/empty-state/empty-state-preview.cjs.map +1 -0
  991. package/dist/ui/empty-state/empty-state-preview.d.ts +3 -0
  992. package/dist/ui/empty-state/empty-state-preview.d.ts.map +1 -0
  993. package/dist/ui/empty-state/empty-state-preview.js +40 -0
  994. package/dist/ui/empty-state/empty-state-preview.js.map +1 -0
  995. package/dist/ui/empty-state/empty-state.cjs +45 -0
  996. package/dist/ui/empty-state/empty-state.cjs.map +1 -0
  997. package/dist/ui/empty-state/empty-state.css +32 -0
  998. package/dist/ui/empty-state/empty-state.d.ts +9 -0
  999. package/dist/ui/empty-state/empty-state.d.ts.map +1 -0
  1000. package/dist/ui/empty-state/empty-state.js +21 -0
  1001. package/dist/ui/empty-state/empty-state.js.map +1 -0
  1002. package/dist/ui/empty-state/index.cjs +23 -0
  1003. package/dist/ui/empty-state/index.cjs.map +1 -0
  1004. package/dist/ui/empty-state/index.d.ts +2 -0
  1005. package/dist/ui/empty-state/index.d.ts.map +1 -0
  1006. package/dist/ui/empty-state/index.js +2 -0
  1007. package/dist/ui/empty-state/index.js.map +1 -0
  1008. package/dist/ui/error-page/error-page-preview.cjs +116 -0
  1009. package/dist/ui/error-page/error-page-preview.cjs.map +1 -0
  1010. package/dist/ui/error-page/error-page-preview.d.ts +3 -0
  1011. package/dist/ui/error-page/error-page-preview.d.ts.map +1 -0
  1012. package/dist/ui/error-page/error-page-preview.js +92 -0
  1013. package/dist/ui/error-page/error-page-preview.js.map +1 -0
  1014. package/dist/ui/error-page/error-page.cjs +51 -0
  1015. package/dist/ui/error-page/error-page.cjs.map +1 -0
  1016. package/dist/ui/error-page/error-page.css +52 -0
  1017. package/dist/ui/error-page/error-page.d.ts +17 -0
  1018. package/dist/ui/error-page/error-page.d.ts.map +1 -0
  1019. package/dist/ui/error-page/error-page.js +27 -0
  1020. package/dist/ui/error-page/error-page.js.map +1 -0
  1021. package/dist/ui/error-page/index.cjs +23 -0
  1022. package/dist/ui/error-page/index.cjs.map +1 -0
  1023. package/dist/ui/error-page/index.d.ts +2 -0
  1024. package/dist/ui/error-page/index.d.ts.map +1 -0
  1025. package/dist/ui/error-page/index.js +2 -0
  1026. package/dist/ui/error-page/index.js.map +1 -0
  1027. package/dist/ui/explorer-list-item/explorer-list-item-preview.cjs +125 -0
  1028. package/dist/ui/explorer-list-item/explorer-list-item-preview.cjs.map +1 -0
  1029. package/dist/ui/explorer-list-item/explorer-list-item-preview.d.ts +3 -0
  1030. package/dist/ui/explorer-list-item/explorer-list-item-preview.d.ts.map +1 -0
  1031. package/dist/ui/explorer-list-item/explorer-list-item-preview.js +101 -0
  1032. package/dist/ui/explorer-list-item/explorer-list-item-preview.js.map +1 -0
  1033. package/dist/ui/explorer-list-item/explorer-list-item.cjs +57 -0
  1034. package/dist/ui/explorer-list-item/explorer-list-item.cjs.map +1 -0
  1035. package/dist/ui/explorer-list-item/explorer-list-item.css +63 -0
  1036. package/dist/ui/explorer-list-item/explorer-list-item.d.ts +24 -0
  1037. package/dist/ui/explorer-list-item/explorer-list-item.d.ts.map +1 -0
  1038. package/dist/ui/explorer-list-item/explorer-list-item.js +33 -0
  1039. package/dist/ui/explorer-list-item/explorer-list-item.js.map +1 -0
  1040. package/dist/ui/explorer-list-item/index.cjs +23 -0
  1041. package/dist/ui/explorer-list-item/index.cjs.map +1 -0
  1042. package/dist/ui/explorer-list-item/index.d.ts +2 -0
  1043. package/dist/ui/explorer-list-item/index.d.ts.map +1 -0
  1044. package/dist/ui/explorer-list-item/index.js +2 -0
  1045. package/dist/ui/explorer-list-item/index.js.map +1 -0
  1046. package/dist/ui/explorer-section/explorer-section-preview.cjs +156 -0
  1047. package/dist/ui/explorer-section/explorer-section-preview.cjs.map +1 -0
  1048. package/dist/ui/explorer-section/explorer-section-preview.d.ts +3 -0
  1049. package/dist/ui/explorer-section/explorer-section-preview.d.ts.map +1 -0
  1050. package/dist/ui/explorer-section/explorer-section-preview.js +132 -0
  1051. package/dist/ui/explorer-section/explorer-section-preview.js.map +1 -0
  1052. package/dist/ui/explorer-section/explorer-section.cjs +87 -0
  1053. package/dist/ui/explorer-section/explorer-section.cjs.map +1 -0
  1054. package/dist/ui/explorer-section/explorer-section.css +70 -0
  1055. package/dist/ui/explorer-section/explorer-section.d.ts +47 -0
  1056. package/dist/ui/explorer-section/explorer-section.d.ts.map +1 -0
  1057. package/dist/ui/explorer-section/explorer-section.js +63 -0
  1058. package/dist/ui/explorer-section/explorer-section.js.map +1 -0
  1059. package/dist/ui/explorer-section/index.cjs +23 -0
  1060. package/dist/ui/explorer-section/index.cjs.map +1 -0
  1061. package/dist/ui/explorer-section/index.d.ts +2 -0
  1062. package/dist/ui/explorer-section/index.d.ts.map +1 -0
  1063. package/dist/ui/explorer-section/index.js +2 -0
  1064. package/dist/ui/explorer-section/index.js.map +1 -0
  1065. package/dist/ui/field-error/field-error.cjs +36 -0
  1066. package/dist/ui/field-error/field-error.cjs.map +1 -0
  1067. package/dist/ui/field-error/field-error.css +6 -0
  1068. package/dist/ui/field-error/field-error.d.ts +35 -0
  1069. package/dist/ui/field-error/field-error.d.ts.map +1 -0
  1070. package/dist/ui/field-error/field-error.js +12 -0
  1071. package/dist/ui/field-error/field-error.js.map +1 -0
  1072. package/dist/ui/field-error/index.cjs +23 -0
  1073. package/dist/ui/field-error/index.cjs.map +1 -0
  1074. package/dist/ui/field-error/index.d.ts +2 -0
  1075. package/dist/ui/field-error/index.d.ts.map +1 -0
  1076. package/dist/ui/field-error/index.js +2 -0
  1077. package/dist/ui/field-error/index.js.map +1 -0
  1078. package/dist/ui/file-upload/file-upload-preview.cjs +157 -0
  1079. package/dist/ui/file-upload/file-upload-preview.cjs.map +1 -0
  1080. package/dist/ui/file-upload/file-upload-preview.d.ts +3 -0
  1081. package/dist/ui/file-upload/file-upload-preview.d.ts.map +1 -0
  1082. package/dist/ui/file-upload/file-upload-preview.js +133 -0
  1083. package/dist/ui/file-upload/file-upload-preview.js.map +1 -0
  1084. package/dist/ui/file-upload/file-upload.cjs +238 -0
  1085. package/dist/ui/file-upload/file-upload.cjs.map +1 -0
  1086. package/dist/ui/file-upload/file-upload.css +330 -0
  1087. package/dist/ui/file-upload/file-upload.d.ts +184 -0
  1088. package/dist/ui/file-upload/file-upload.d.ts.map +1 -0
  1089. package/dist/ui/file-upload/file-upload.js +218 -0
  1090. package/dist/ui/file-upload/file-upload.js.map +1 -0
  1091. package/dist/ui/file-upload/index.cjs +23 -0
  1092. package/dist/ui/file-upload/index.cjs.map +1 -0
  1093. package/dist/ui/file-upload/index.d.ts +2 -0
  1094. package/dist/ui/file-upload/index.d.ts.map +1 -0
  1095. package/dist/ui/file-upload/index.js +2 -0
  1096. package/dist/ui/file-upload/index.js.map +1 -0
  1097. package/dist/ui/filter-tabs/filter-tabs-preview.cjs +116 -0
  1098. package/dist/ui/filter-tabs/filter-tabs-preview.cjs.map +1 -0
  1099. package/dist/ui/filter-tabs/filter-tabs-preview.d.ts +3 -0
  1100. package/dist/ui/filter-tabs/filter-tabs-preview.d.ts.map +1 -0
  1101. package/dist/ui/filter-tabs/filter-tabs-preview.js +92 -0
  1102. package/dist/ui/filter-tabs/filter-tabs-preview.js.map +1 -0
  1103. package/dist/ui/filter-tabs/filter-tabs.cjs +77 -0
  1104. package/dist/ui/filter-tabs/filter-tabs.cjs.map +1 -0
  1105. package/dist/ui/filter-tabs/filter-tabs.css +44 -0
  1106. package/dist/ui/filter-tabs/filter-tabs.d.ts +16 -0
  1107. package/dist/ui/filter-tabs/filter-tabs.d.ts.map +1 -0
  1108. package/dist/ui/filter-tabs/filter-tabs.js +53 -0
  1109. package/dist/ui/filter-tabs/filter-tabs.js.map +1 -0
  1110. package/dist/ui/filter-tabs/index.cjs +23 -0
  1111. package/dist/ui/filter-tabs/index.cjs.map +1 -0
  1112. package/dist/ui/filter-tabs/index.d.ts +2 -0
  1113. package/dist/ui/filter-tabs/index.d.ts.map +1 -0
  1114. package/dist/ui/filter-tabs/index.js +2 -0
  1115. package/dist/ui/filter-tabs/index.js.map +1 -0
  1116. package/dist/ui/form-field/form-field-preview.cjs +72 -0
  1117. package/dist/ui/form-field/form-field-preview.cjs.map +1 -0
  1118. package/dist/ui/form-field/form-field-preview.d.ts +11 -0
  1119. package/dist/ui/form-field/form-field-preview.d.ts.map +1 -0
  1120. package/dist/ui/form-field/form-field-preview.js +50 -0
  1121. package/dist/ui/form-field/form-field-preview.js.map +1 -0
  1122. package/dist/ui/form-field/form-field.cjs +71 -0
  1123. package/dist/ui/form-field/form-field.cjs.map +1 -0
  1124. package/dist/ui/form-field/form-field.css +159 -0
  1125. package/dist/ui/form-field/form-field.d.ts +66 -0
  1126. package/dist/ui/form-field/form-field.d.ts.map +1 -0
  1127. package/dist/ui/form-field/form-field.js +47 -0
  1128. package/dist/ui/form-field/form-field.js.map +1 -0
  1129. package/dist/ui/form-field/index.cjs +23 -0
  1130. package/dist/ui/form-field/index.cjs.map +1 -0
  1131. package/dist/ui/form-field/index.d.ts +2 -0
  1132. package/dist/ui/form-field/index.d.ts.map +1 -0
  1133. package/dist/ui/form-field/index.js +2 -0
  1134. package/dist/ui/form-field/index.js.map +1 -0
  1135. package/dist/ui/hover-tooltip/hover-tooltip.cjs +117 -0
  1136. package/dist/ui/hover-tooltip/hover-tooltip.cjs.map +1 -0
  1137. package/dist/ui/hover-tooltip/hover-tooltip.css +7 -0
  1138. package/dist/ui/hover-tooltip/hover-tooltip.d.ts +19 -0
  1139. package/dist/ui/hover-tooltip/hover-tooltip.d.ts.map +1 -0
  1140. package/dist/ui/hover-tooltip/hover-tooltip.js +99 -0
  1141. package/dist/ui/hover-tooltip/hover-tooltip.js.map +1 -0
  1142. package/dist/ui/hover-tooltip/index.cjs +23 -0
  1143. package/dist/ui/hover-tooltip/index.cjs.map +1 -0
  1144. package/dist/ui/hover-tooltip/index.d.ts +2 -0
  1145. package/dist/ui/hover-tooltip/index.d.ts.map +1 -0
  1146. package/dist/ui/hover-tooltip/index.js +2 -0
  1147. package/dist/ui/hover-tooltip/index.js.map +1 -0
  1148. package/dist/ui/icon/icon-preview.cjs +128 -0
  1149. package/dist/ui/icon/icon-preview.cjs.map +1 -0
  1150. package/dist/ui/icon/icon-preview.d.ts +21 -0
  1151. package/dist/ui/icon/icon-preview.d.ts.map +1 -0
  1152. package/dist/ui/icon/icon-preview.js +104 -0
  1153. package/dist/ui/icon/icon-preview.js.map +1 -0
  1154. package/dist/ui/icon/icon.cjs +64 -0
  1155. package/dist/ui/icon/icon.cjs.map +1 -0
  1156. package/dist/ui/icon/icon.css +6 -0
  1157. package/dist/ui/icon/icon.d.ts +8 -0
  1158. package/dist/ui/icon/icon.d.ts.map +1 -0
  1159. package/dist/ui/icon/icon.js +40 -0
  1160. package/dist/ui/icon/icon.js.map +1 -0
  1161. package/dist/ui/icon/index.cjs +23 -0
  1162. package/dist/ui/icon/index.cjs.map +1 -0
  1163. package/dist/ui/icon/index.d.ts +2 -0
  1164. package/dist/ui/icon/index.d.ts.map +1 -0
  1165. package/dist/ui/icon/index.js +2 -0
  1166. package/dist/ui/icon/index.js.map +1 -0
  1167. package/dist/ui/icon-button/icon-button-preview.cjs +98 -0
  1168. package/dist/ui/icon-button/icon-button-preview.cjs.map +1 -0
  1169. package/dist/ui/icon-button/icon-button-preview.d.ts +14 -0
  1170. package/dist/ui/icon-button/icon-button-preview.d.ts.map +1 -0
  1171. package/dist/ui/icon-button/icon-button-preview.js +74 -0
  1172. package/dist/ui/icon-button/icon-button-preview.js.map +1 -0
  1173. package/dist/ui/icon-button/icon-button.cjs +33 -0
  1174. package/dist/ui/icon-button/icon-button.cjs.map +1 -0
  1175. package/dist/ui/icon-button/icon-button.css +65 -0
  1176. package/dist/ui/icon-button/icon-button.d.ts +9 -0
  1177. package/dist/ui/icon-button/icon-button.d.ts.map +1 -0
  1178. package/dist/ui/icon-button/icon-button.js +9 -0
  1179. package/dist/ui/icon-button/icon-button.js.map +1 -0
  1180. package/dist/ui/icon-button/index.cjs +23 -0
  1181. package/dist/ui/icon-button/index.cjs.map +1 -0
  1182. package/dist/ui/icon-button/index.d.ts +2 -0
  1183. package/dist/ui/icon-button/index.d.ts.map +1 -0
  1184. package/dist/ui/icon-button/index.js +2 -0
  1185. package/dist/ui/icon-button/index.js.map +1 -0
  1186. package/dist/ui/icon-tile/icon-tile-preview.cjs +41 -0
  1187. package/dist/ui/icon-tile/icon-tile-preview.cjs.map +1 -0
  1188. package/dist/ui/icon-tile/icon-tile-preview.d.ts +3 -0
  1189. package/dist/ui/icon-tile/icon-tile-preview.d.ts.map +1 -0
  1190. package/dist/ui/icon-tile/icon-tile-preview.js +17 -0
  1191. package/dist/ui/icon-tile/icon-tile-preview.js.map +1 -0
  1192. package/dist/ui/icon-tile/icon-tile.cjs +47 -0
  1193. package/dist/ui/icon-tile/icon-tile.cjs.map +1 -0
  1194. package/dist/ui/icon-tile/icon-tile.css +18 -0
  1195. package/dist/ui/icon-tile/icon-tile.d.ts +23 -0
  1196. package/dist/ui/icon-tile/icon-tile.d.ts.map +1 -0
  1197. package/dist/ui/icon-tile/icon-tile.js +23 -0
  1198. package/dist/ui/icon-tile/icon-tile.js.map +1 -0
  1199. package/dist/ui/icon-tile/index.cjs +23 -0
  1200. package/dist/ui/icon-tile/index.cjs.map +1 -0
  1201. package/dist/ui/icon-tile/index.d.ts +2 -0
  1202. package/dist/ui/icon-tile/index.d.ts.map +1 -0
  1203. package/dist/ui/icon-tile/index.js +2 -0
  1204. package/dist/ui/icon-tile/index.js.map +1 -0
  1205. package/dist/ui/index.cjs +355 -0
  1206. package/dist/ui/index.cjs.map +1 -0
  1207. package/dist/ui/index.d.ts +195 -0
  1208. package/dist/ui/index.d.ts.map +1 -0
  1209. package/dist/ui/index.js +216 -0
  1210. package/dist/ui/index.js.map +1 -0
  1211. package/dist/ui/inline-action/index.cjs +23 -0
  1212. package/dist/ui/inline-action/index.cjs.map +1 -0
  1213. package/dist/ui/inline-action/index.d.ts +2 -0
  1214. package/dist/ui/inline-action/index.d.ts.map +1 -0
  1215. package/dist/ui/inline-action/index.js +2 -0
  1216. package/dist/ui/inline-action/index.js.map +1 -0
  1217. package/dist/ui/inline-action/inline-action-preview.cjs +70 -0
  1218. package/dist/ui/inline-action/inline-action-preview.cjs.map +1 -0
  1219. package/dist/ui/inline-action/inline-action-preview.d.ts +3 -0
  1220. package/dist/ui/inline-action/inline-action-preview.d.ts.map +1 -0
  1221. package/dist/ui/inline-action/inline-action-preview.js +46 -0
  1222. package/dist/ui/inline-action/inline-action-preview.js.map +1 -0
  1223. package/dist/ui/inline-action/inline-action.cjs +50 -0
  1224. package/dist/ui/inline-action/inline-action.cjs.map +1 -0
  1225. package/dist/ui/inline-action/inline-action.css +46 -0
  1226. package/dist/ui/inline-action/inline-action.d.ts +20 -0
  1227. package/dist/ui/inline-action/inline-action.d.ts.map +1 -0
  1228. package/dist/ui/inline-action/inline-action.js +26 -0
  1229. package/dist/ui/inline-action/inline-action.js.map +1 -0
  1230. package/dist/ui/inline-filter/index.cjs +23 -0
  1231. package/dist/ui/inline-filter/index.cjs.map +1 -0
  1232. package/dist/ui/inline-filter/index.d.ts +2 -0
  1233. package/dist/ui/inline-filter/index.d.ts.map +1 -0
  1234. package/dist/ui/inline-filter/index.js +2 -0
  1235. package/dist/ui/inline-filter/index.js.map +1 -0
  1236. package/dist/ui/inline-filter/inline-filter-preview.cjs +64 -0
  1237. package/dist/ui/inline-filter/inline-filter-preview.cjs.map +1 -0
  1238. package/dist/ui/inline-filter/inline-filter-preview.d.ts +16 -0
  1239. package/dist/ui/inline-filter/inline-filter-preview.d.ts.map +1 -0
  1240. package/dist/ui/inline-filter/inline-filter-preview.js +40 -0
  1241. package/dist/ui/inline-filter/inline-filter-preview.js.map +1 -0
  1242. package/dist/ui/inline-filter/inline-filter.cjs +43 -0
  1243. package/dist/ui/inline-filter/inline-filter.cjs.map +1 -0
  1244. package/dist/ui/inline-filter/inline-filter.css +17 -0
  1245. package/dist/ui/inline-filter/inline-filter.d.ts +8 -0
  1246. package/dist/ui/inline-filter/inline-filter.d.ts.map +1 -0
  1247. package/dist/ui/inline-filter/inline-filter.js +19 -0
  1248. package/dist/ui/inline-filter/inline-filter.js.map +1 -0
  1249. package/dist/ui/input/clear-field-value.cjs +36 -0
  1250. package/dist/ui/input/clear-field-value.cjs.map +1 -0
  1251. package/dist/ui/input/clear-field-value.d.ts +17 -0
  1252. package/dist/ui/input/clear-field-value.d.ts.map +1 -0
  1253. package/dist/ui/input/clear-field-value.js +12 -0
  1254. package/dist/ui/input/clear-field-value.js.map +1 -0
  1255. package/dist/ui/input/index.cjs +23 -0
  1256. package/dist/ui/input/index.cjs.map +1 -0
  1257. package/dist/ui/input/index.d.ts +2 -0
  1258. package/dist/ui/input/index.d.ts.map +1 -0
  1259. package/dist/ui/input/index.js +2 -0
  1260. package/dist/ui/input/index.js.map +1 -0
  1261. package/dist/ui/input/input-preview.cjs +80 -0
  1262. package/dist/ui/input/input-preview.cjs.map +1 -0
  1263. package/dist/ui/input/input-preview.d.ts +3 -0
  1264. package/dist/ui/input/input-preview.d.ts.map +1 -0
  1265. package/dist/ui/input/input-preview.js +56 -0
  1266. package/dist/ui/input/input-preview.js.map +1 -0
  1267. package/dist/ui/input/input.cjs +517 -0
  1268. package/dist/ui/input/input.cjs.map +1 -0
  1269. package/dist/ui/input/input.css +273 -0
  1270. package/dist/ui/input/input.d.ts +140 -0
  1271. package/dist/ui/input/input.d.ts.map +1 -0
  1272. package/dist/ui/input/input.js +499 -0
  1273. package/dist/ui/input/input.js.map +1 -0
  1274. package/dist/ui/input/select-preview.cjs +124 -0
  1275. package/dist/ui/input/select-preview.cjs.map +1 -0
  1276. package/dist/ui/input/select-preview.d.ts +5 -0
  1277. package/dist/ui/input/select-preview.d.ts.map +1 -0
  1278. package/dist/ui/input/select-preview.js +100 -0
  1279. package/dist/ui/input/select-preview.js.map +1 -0
  1280. package/dist/ui/input/textarea-preview.cjs +81 -0
  1281. package/dist/ui/input/textarea-preview.cjs.map +1 -0
  1282. package/dist/ui/input/textarea-preview.d.ts +3 -0
  1283. package/dist/ui/input/textarea-preview.d.ts.map +1 -0
  1284. package/dist/ui/input/textarea-preview.js +57 -0
  1285. package/dist/ui/input/textarea-preview.js.map +1 -0
  1286. package/dist/ui/input-with-icon/index.cjs +23 -0
  1287. package/dist/ui/input-with-icon/index.cjs.map +1 -0
  1288. package/dist/ui/input-with-icon/index.d.ts +2 -0
  1289. package/dist/ui/input-with-icon/index.d.ts.map +1 -0
  1290. package/dist/ui/input-with-icon/index.js +2 -0
  1291. package/dist/ui/input-with-icon/index.js.map +1 -0
  1292. package/dist/ui/input-with-icon/input-with-icon-preview.cjs +89 -0
  1293. package/dist/ui/input-with-icon/input-with-icon-preview.cjs.map +1 -0
  1294. package/dist/ui/input-with-icon/input-with-icon-preview.d.ts +3 -0
  1295. package/dist/ui/input-with-icon/input-with-icon-preview.d.ts.map +1 -0
  1296. package/dist/ui/input-with-icon/input-with-icon-preview.js +65 -0
  1297. package/dist/ui/input-with-icon/input-with-icon-preview.js.map +1 -0
  1298. package/dist/ui/input-with-icon/input-with-icon.cjs +87 -0
  1299. package/dist/ui/input-with-icon/input-with-icon.cjs.map +1 -0
  1300. package/dist/ui/input-with-icon/input-with-icon.css +94 -0
  1301. package/dist/ui/input-with-icon/input-with-icon.d.ts +29 -0
  1302. package/dist/ui/input-with-icon/input-with-icon.d.ts.map +1 -0
  1303. package/dist/ui/input-with-icon/input-with-icon.js +63 -0
  1304. package/dist/ui/input-with-icon/input-with-icon.js.map +1 -0
  1305. package/dist/ui/lifecycle-connector/index.cjs +23 -0
  1306. package/dist/ui/lifecycle-connector/index.cjs.map +1 -0
  1307. package/dist/ui/lifecycle-connector/index.d.ts +2 -0
  1308. package/dist/ui/lifecycle-connector/index.d.ts.map +1 -0
  1309. package/dist/ui/lifecycle-connector/index.js +2 -0
  1310. package/dist/ui/lifecycle-connector/index.js.map +1 -0
  1311. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.cjs +63 -0
  1312. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.cjs.map +1 -0
  1313. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.d.ts +3 -0
  1314. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.d.ts.map +1 -0
  1315. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.js +41 -0
  1316. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.js.map +1 -0
  1317. package/dist/ui/lifecycle-connector/lifecycle-connector.cjs +205 -0
  1318. package/dist/ui/lifecycle-connector/lifecycle-connector.cjs.map +1 -0
  1319. package/dist/ui/lifecycle-connector/lifecycle-connector.css +65 -0
  1320. package/dist/ui/lifecycle-connector/lifecycle-connector.d.ts +107 -0
  1321. package/dist/ui/lifecycle-connector/lifecycle-connector.d.ts.map +1 -0
  1322. package/dist/ui/lifecycle-connector/lifecycle-connector.js +181 -0
  1323. package/dist/ui/lifecycle-connector/lifecycle-connector.js.map +1 -0
  1324. package/dist/ui/lifecycle-drop-slot/index.cjs +23 -0
  1325. package/dist/ui/lifecycle-drop-slot/index.cjs.map +1 -0
  1326. package/dist/ui/lifecycle-drop-slot/index.d.ts +2 -0
  1327. package/dist/ui/lifecycle-drop-slot/index.d.ts.map +1 -0
  1328. package/dist/ui/lifecycle-drop-slot/index.js +2 -0
  1329. package/dist/ui/lifecycle-drop-slot/index.js.map +1 -0
  1330. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.cjs +51 -0
  1331. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.cjs.map +1 -0
  1332. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.d.ts +3 -0
  1333. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.d.ts.map +1 -0
  1334. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.js +27 -0
  1335. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.js.map +1 -0
  1336. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.cjs +52 -0
  1337. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.cjs.map +1 -0
  1338. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.css +63 -0
  1339. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.d.ts +32 -0
  1340. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.d.ts.map +1 -0
  1341. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.js +28 -0
  1342. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.js.map +1 -0
  1343. package/dist/ui/lifecycle-edge-label/index.cjs +23 -0
  1344. package/dist/ui/lifecycle-edge-label/index.cjs.map +1 -0
  1345. package/dist/ui/lifecycle-edge-label/index.d.ts +2 -0
  1346. package/dist/ui/lifecycle-edge-label/index.d.ts.map +1 -0
  1347. package/dist/ui/lifecycle-edge-label/index.js +2 -0
  1348. package/dist/ui/lifecycle-edge-label/index.js.map +1 -0
  1349. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.cjs +47 -0
  1350. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.cjs.map +1 -0
  1351. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.d.ts +3 -0
  1352. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.d.ts.map +1 -0
  1353. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.js +25 -0
  1354. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.js.map +1 -0
  1355. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.cjs +49 -0
  1356. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.cjs.map +1 -0
  1357. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.css +29 -0
  1358. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.d.ts +18 -0
  1359. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.d.ts.map +1 -0
  1360. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.js +25 -0
  1361. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.js.map +1 -0
  1362. package/dist/ui/lifecycle-group-box/index.cjs +23 -0
  1363. package/dist/ui/lifecycle-group-box/index.cjs.map +1 -0
  1364. package/dist/ui/lifecycle-group-box/index.d.ts +2 -0
  1365. package/dist/ui/lifecycle-group-box/index.d.ts.map +1 -0
  1366. package/dist/ui/lifecycle-group-box/index.js +2 -0
  1367. package/dist/ui/lifecycle-group-box/index.js.map +1 -0
  1368. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.cjs +71 -0
  1369. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.cjs.map +1 -0
  1370. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.d.ts +3 -0
  1371. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.d.ts.map +1 -0
  1372. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.js +47 -0
  1373. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.js.map +1 -0
  1374. package/dist/ui/lifecycle-group-box/lifecycle-group-box.cjs +51 -0
  1375. package/dist/ui/lifecycle-group-box/lifecycle-group-box.cjs.map +1 -0
  1376. package/dist/ui/lifecycle-group-box/lifecycle-group-box.css +38 -0
  1377. package/dist/ui/lifecycle-group-box/lifecycle-group-box.d.ts +36 -0
  1378. package/dist/ui/lifecycle-group-box/lifecycle-group-box.d.ts.map +1 -0
  1379. package/dist/ui/lifecycle-group-box/lifecycle-group-box.js +27 -0
  1380. package/dist/ui/lifecycle-group-box/lifecycle-group-box.js.map +1 -0
  1381. package/dist/ui/lifecycle-minimap/index.cjs +23 -0
  1382. package/dist/ui/lifecycle-minimap/index.cjs.map +1 -0
  1383. package/dist/ui/lifecycle-minimap/index.d.ts +2 -0
  1384. package/dist/ui/lifecycle-minimap/index.d.ts.map +1 -0
  1385. package/dist/ui/lifecycle-minimap/index.js +2 -0
  1386. package/dist/ui/lifecycle-minimap/index.js.map +1 -0
  1387. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.cjs +67 -0
  1388. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.cjs.map +1 -0
  1389. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.d.ts +3 -0
  1390. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.d.ts.map +1 -0
  1391. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.js +43 -0
  1392. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.js.map +1 -0
  1393. package/dist/ui/lifecycle-minimap/lifecycle-minimap.cjs +96 -0
  1394. package/dist/ui/lifecycle-minimap/lifecycle-minimap.cjs.map +1 -0
  1395. package/dist/ui/lifecycle-minimap/lifecycle-minimap.css +29 -0
  1396. package/dist/ui/lifecycle-minimap/lifecycle-minimap.d.ts +37 -0
  1397. package/dist/ui/lifecycle-minimap/lifecycle-minimap.d.ts.map +1 -0
  1398. package/dist/ui/lifecycle-minimap/lifecycle-minimap.js +72 -0
  1399. package/dist/ui/lifecycle-minimap/lifecycle-minimap.js.map +1 -0
  1400. package/dist/ui/lifecycle-node-card/index.cjs +23 -0
  1401. package/dist/ui/lifecycle-node-card/index.cjs.map +1 -0
  1402. package/dist/ui/lifecycle-node-card/index.d.ts +2 -0
  1403. package/dist/ui/lifecycle-node-card/index.d.ts.map +1 -0
  1404. package/dist/ui/lifecycle-node-card/index.js +2 -0
  1405. package/dist/ui/lifecycle-node-card/index.js.map +1 -0
  1406. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.cjs +64 -0
  1407. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.cjs.map +1 -0
  1408. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.d.ts +3 -0
  1409. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.d.ts.map +1 -0
  1410. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.js +42 -0
  1411. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.js.map +1 -0
  1412. package/dist/ui/lifecycle-node-card/lifecycle-node-card.cjs +85 -0
  1413. package/dist/ui/lifecycle-node-card/lifecycle-node-card.cjs.map +1 -0
  1414. package/dist/ui/lifecycle-node-card/lifecycle-node-card.css +99 -0
  1415. package/dist/ui/lifecycle-node-card/lifecycle-node-card.d.ts +39 -0
  1416. package/dist/ui/lifecycle-node-card/lifecycle-node-card.d.ts.map +1 -0
  1417. package/dist/ui/lifecycle-node-card/lifecycle-node-card.js +61 -0
  1418. package/dist/ui/lifecycle-node-card/lifecycle-node-card.js.map +1 -0
  1419. package/dist/ui/lifecycle-terminal/index.cjs +23 -0
  1420. package/dist/ui/lifecycle-terminal/index.cjs.map +1 -0
  1421. package/dist/ui/lifecycle-terminal/index.d.ts +2 -0
  1422. package/dist/ui/lifecycle-terminal/index.d.ts.map +1 -0
  1423. package/dist/ui/lifecycle-terminal/index.js +2 -0
  1424. package/dist/ui/lifecycle-terminal/index.js.map +1 -0
  1425. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.cjs +44 -0
  1426. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.cjs.map +1 -0
  1427. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.d.ts +3 -0
  1428. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.d.ts.map +1 -0
  1429. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.js +20 -0
  1430. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.js.map +1 -0
  1431. package/dist/ui/lifecycle-terminal/lifecycle-terminal.cjs +33 -0
  1432. package/dist/ui/lifecycle-terminal/lifecycle-terminal.cjs.map +1 -0
  1433. package/dist/ui/lifecycle-terminal/lifecycle-terminal.css +15 -0
  1434. package/dist/ui/lifecycle-terminal/lifecycle-terminal.d.ts +12 -0
  1435. package/dist/ui/lifecycle-terminal/lifecycle-terminal.d.ts.map +1 -0
  1436. package/dist/ui/lifecycle-terminal/lifecycle-terminal.js +9 -0
  1437. package/dist/ui/lifecycle-terminal/lifecycle-terminal.js.map +1 -0
  1438. package/dist/ui/lifecycle-zoom-control/index.cjs +23 -0
  1439. package/dist/ui/lifecycle-zoom-control/index.cjs.map +1 -0
  1440. package/dist/ui/lifecycle-zoom-control/index.d.ts +2 -0
  1441. package/dist/ui/lifecycle-zoom-control/index.d.ts.map +1 -0
  1442. package/dist/ui/lifecycle-zoom-control/index.js +2 -0
  1443. package/dist/ui/lifecycle-zoom-control/index.js.map +1 -0
  1444. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.cjs +42 -0
  1445. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.cjs.map +1 -0
  1446. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.d.ts +3 -0
  1447. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.d.ts.map +1 -0
  1448. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.js +18 -0
  1449. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.js.map +1 -0
  1450. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.cjs +80 -0
  1451. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.cjs.map +1 -0
  1452. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.css +48 -0
  1453. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.d.ts +20 -0
  1454. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.d.ts.map +1 -0
  1455. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.js +56 -0
  1456. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.js.map +1 -0
  1457. package/dist/ui/link/index.cjs +23 -0
  1458. package/dist/ui/link/index.cjs.map +1 -0
  1459. package/dist/ui/link/index.d.ts +2 -0
  1460. package/dist/ui/link/index.d.ts.map +1 -0
  1461. package/dist/ui/link/index.js +2 -0
  1462. package/dist/ui/link/index.js.map +1 -0
  1463. package/dist/ui/link/link-preview.cjs +82 -0
  1464. package/dist/ui/link/link-preview.cjs.map +1 -0
  1465. package/dist/ui/link/link-preview.d.ts +3 -0
  1466. package/dist/ui/link/link-preview.d.ts.map +1 -0
  1467. package/dist/ui/link/link-preview.js +58 -0
  1468. package/dist/ui/link/link-preview.js.map +1 -0
  1469. package/dist/ui/link/link.cjs +65 -0
  1470. package/dist/ui/link/link.cjs.map +1 -0
  1471. package/dist/ui/link/link.css +49 -0
  1472. package/dist/ui/link/link.d.ts +12 -0
  1473. package/dist/ui/link/link.d.ts.map +1 -0
  1474. package/dist/ui/link/link.js +41 -0
  1475. package/dist/ui/link/link.js.map +1 -0
  1476. package/dist/ui/list/index.cjs +23 -0
  1477. package/dist/ui/list/index.cjs.map +1 -0
  1478. package/dist/ui/list/index.d.ts +2 -0
  1479. package/dist/ui/list/index.d.ts.map +1 -0
  1480. package/dist/ui/list/index.js +2 -0
  1481. package/dist/ui/list/index.js.map +1 -0
  1482. package/dist/ui/list/list-item-preview.cjs +162 -0
  1483. package/dist/ui/list/list-item-preview.cjs.map +1 -0
  1484. package/dist/ui/list/list-item-preview.d.ts +3 -0
  1485. package/dist/ui/list/list-item-preview.d.ts.map +1 -0
  1486. package/dist/ui/list/list-item-preview.js +138 -0
  1487. package/dist/ui/list/list-item-preview.js.map +1 -0
  1488. package/dist/ui/list/list.cjs +106 -0
  1489. package/dist/ui/list/list.cjs.map +1 -0
  1490. package/dist/ui/list/list.css +77 -0
  1491. package/dist/ui/list/list.d.ts +54 -0
  1492. package/dist/ui/list/list.d.ts.map +1 -0
  1493. package/dist/ui/list/list.js +80 -0
  1494. package/dist/ui/list/list.js.map +1 -0
  1495. package/dist/ui/listbox/index.cjs +23 -0
  1496. package/dist/ui/listbox/index.cjs.map +1 -0
  1497. package/dist/ui/listbox/index.d.ts +2 -0
  1498. package/dist/ui/listbox/index.d.ts.map +1 -0
  1499. package/dist/ui/listbox/index.js +2 -0
  1500. package/dist/ui/listbox/index.js.map +1 -0
  1501. package/dist/ui/listbox/listbox-preview.cjs +298 -0
  1502. package/dist/ui/listbox/listbox-preview.cjs.map +1 -0
  1503. package/dist/ui/listbox/listbox-preview.d.ts +23 -0
  1504. package/dist/ui/listbox/listbox-preview.d.ts.map +1 -0
  1505. package/dist/ui/listbox/listbox-preview.js +274 -0
  1506. package/dist/ui/listbox/listbox-preview.js.map +1 -0
  1507. package/dist/ui/listbox/listbox.cjs +502 -0
  1508. package/dist/ui/listbox/listbox.cjs.map +1 -0
  1509. package/dist/ui/listbox/listbox.css +213 -0
  1510. package/dist/ui/listbox/listbox.d.ts +242 -0
  1511. package/dist/ui/listbox/listbox.d.ts.map +1 -0
  1512. package/dist/ui/listbox/listbox.js +482 -0
  1513. package/dist/ui/listbox/listbox.js.map +1 -0
  1514. package/dist/ui/loader/index.cjs +23 -0
  1515. package/dist/ui/loader/index.cjs.map +1 -0
  1516. package/dist/ui/loader/index.d.ts +2 -0
  1517. package/dist/ui/loader/index.d.ts.map +1 -0
  1518. package/dist/ui/loader/index.js +2 -0
  1519. package/dist/ui/loader/index.js.map +1 -0
  1520. package/dist/ui/loader/loader-preview.cjs +181 -0
  1521. package/dist/ui/loader/loader-preview.cjs.map +1 -0
  1522. package/dist/ui/loader/loader-preview.d.ts +3 -0
  1523. package/dist/ui/loader/loader-preview.d.ts.map +1 -0
  1524. package/dist/ui/loader/loader-preview.js +157 -0
  1525. package/dist/ui/loader/loader-preview.js.map +1 -0
  1526. package/dist/ui/loader/loader.cjs +67 -0
  1527. package/dist/ui/loader/loader.cjs.map +1 -0
  1528. package/dist/ui/loader/loader.css +118 -0
  1529. package/dist/ui/loader/loader.d.ts +18 -0
  1530. package/dist/ui/loader/loader.d.ts.map +1 -0
  1531. package/dist/ui/loader/loader.js +43 -0
  1532. package/dist/ui/loader/loader.js.map +1 -0
  1533. package/dist/ui/menu/index.cjs +23 -0
  1534. package/dist/ui/menu/index.cjs.map +1 -0
  1535. package/dist/ui/menu/index.d.ts +2 -0
  1536. package/dist/ui/menu/index.d.ts.map +1 -0
  1537. package/dist/ui/menu/index.js +2 -0
  1538. package/dist/ui/menu/index.js.map +1 -0
  1539. package/dist/ui/menu/menu-preview.cjs +251 -0
  1540. package/dist/ui/menu/menu-preview.cjs.map +1 -0
  1541. package/dist/ui/menu/menu-preview.d.ts +5 -0
  1542. package/dist/ui/menu/menu-preview.d.ts.map +1 -0
  1543. package/dist/ui/menu/menu-preview.js +227 -0
  1544. package/dist/ui/menu/menu-preview.js.map +1 -0
  1545. package/dist/ui/menu/menu.cjs +257 -0
  1546. package/dist/ui/menu/menu.cjs.map +1 -0
  1547. package/dist/ui/menu/menu.css +216 -0
  1548. package/dist/ui/menu/menu.d.ts +174 -0
  1549. package/dist/ui/menu/menu.d.ts.map +1 -0
  1550. package/dist/ui/menu/menu.js +240 -0
  1551. package/dist/ui/menu/menu.js.map +1 -0
  1552. package/dist/ui/meta-row/index.cjs +23 -0
  1553. package/dist/ui/meta-row/index.cjs.map +1 -0
  1554. package/dist/ui/meta-row/index.d.ts +2 -0
  1555. package/dist/ui/meta-row/index.d.ts.map +1 -0
  1556. package/dist/ui/meta-row/index.js +2 -0
  1557. package/dist/ui/meta-row/index.js.map +1 -0
  1558. package/dist/ui/meta-row/meta-row-preview.cjs +44 -0
  1559. package/dist/ui/meta-row/meta-row-preview.cjs.map +1 -0
  1560. package/dist/ui/meta-row/meta-row-preview.d.ts +3 -0
  1561. package/dist/ui/meta-row/meta-row-preview.d.ts.map +1 -0
  1562. package/dist/ui/meta-row/meta-row-preview.js +20 -0
  1563. package/dist/ui/meta-row/meta-row-preview.js.map +1 -0
  1564. package/dist/ui/meta-row/meta-row.cjs +38 -0
  1565. package/dist/ui/meta-row/meta-row.cjs.map +1 -0
  1566. package/dist/ui/meta-row/meta-row.css +20 -0
  1567. package/dist/ui/meta-row/meta-row.d.ts +19 -0
  1568. package/dist/ui/meta-row/meta-row.d.ts.map +1 -0
  1569. package/dist/ui/meta-row/meta-row.js +14 -0
  1570. package/dist/ui/meta-row/meta-row.js.map +1 -0
  1571. package/dist/ui/modal/index.cjs +23 -0
  1572. package/dist/ui/modal/index.cjs.map +1 -0
  1573. package/dist/ui/modal/index.d.ts +2 -0
  1574. package/dist/ui/modal/index.d.ts.map +1 -0
  1575. package/dist/ui/modal/index.js +2 -0
  1576. package/dist/ui/modal/index.js.map +1 -0
  1577. package/dist/ui/modal/modal-preview.cjs +152 -0
  1578. package/dist/ui/modal/modal-preview.cjs.map +1 -0
  1579. package/dist/ui/modal/modal-preview.d.ts +15 -0
  1580. package/dist/ui/modal/modal-preview.d.ts.map +1 -0
  1581. package/dist/ui/modal/modal-preview.js +135 -0
  1582. package/dist/ui/modal/modal-preview.js.map +1 -0
  1583. package/dist/ui/modal/modal.cjs +87 -0
  1584. package/dist/ui/modal/modal.cjs.map +1 -0
  1585. package/dist/ui/modal/modal.css +89 -0
  1586. package/dist/ui/modal/modal.d.ts +58 -0
  1587. package/dist/ui/modal/modal.d.ts.map +1 -0
  1588. package/dist/ui/modal/modal.js +69 -0
  1589. package/dist/ui/modal/modal.js.map +1 -0
  1590. package/dist/ui/number-input/index.cjs +23 -0
  1591. package/dist/ui/number-input/index.cjs.map +1 -0
  1592. package/dist/ui/number-input/index.d.ts +2 -0
  1593. package/dist/ui/number-input/index.d.ts.map +1 -0
  1594. package/dist/ui/number-input/index.js +2 -0
  1595. package/dist/ui/number-input/index.js.map +1 -0
  1596. package/dist/ui/number-input/number-input-preview.cjs +96 -0
  1597. package/dist/ui/number-input/number-input-preview.cjs.map +1 -0
  1598. package/dist/ui/number-input/number-input-preview.d.ts +3 -0
  1599. package/dist/ui/number-input/number-input-preview.d.ts.map +1 -0
  1600. package/dist/ui/number-input/number-input-preview.js +72 -0
  1601. package/dist/ui/number-input/number-input-preview.js.map +1 -0
  1602. package/dist/ui/number-input/number-input.cjs +162 -0
  1603. package/dist/ui/number-input/number-input.cjs.map +1 -0
  1604. package/dist/ui/number-input/number-input.css +83 -0
  1605. package/dist/ui/number-input/number-input.d.ts +69 -0
  1606. package/dist/ui/number-input/number-input.d.ts.map +1 -0
  1607. package/dist/ui/number-input/number-input.js +137 -0
  1608. package/dist/ui/number-input/number-input.js.map +1 -0
  1609. package/dist/ui/number-stepper/index.cjs +23 -0
  1610. package/dist/ui/number-stepper/index.cjs.map +1 -0
  1611. package/dist/ui/number-stepper/index.d.ts +2 -0
  1612. package/dist/ui/number-stepper/index.d.ts.map +1 -0
  1613. package/dist/ui/number-stepper/index.js +2 -0
  1614. package/dist/ui/number-stepper/index.js.map +1 -0
  1615. package/dist/ui/number-stepper/number-stepper-preview.cjs +141 -0
  1616. package/dist/ui/number-stepper/number-stepper-preview.cjs.map +1 -0
  1617. package/dist/ui/number-stepper/number-stepper-preview.d.ts +5 -0
  1618. package/dist/ui/number-stepper/number-stepper-preview.d.ts.map +1 -0
  1619. package/dist/ui/number-stepper/number-stepper-preview.js +117 -0
  1620. package/dist/ui/number-stepper/number-stepper-preview.js.map +1 -0
  1621. package/dist/ui/number-stepper/number-stepper.cjs +113 -0
  1622. package/dist/ui/number-stepper/number-stepper.cjs.map +1 -0
  1623. package/dist/ui/number-stepper/number-stepper.css +95 -0
  1624. package/dist/ui/number-stepper/number-stepper.d.ts +77 -0
  1625. package/dist/ui/number-stepper/number-stepper.d.ts.map +1 -0
  1626. package/dist/ui/number-stepper/number-stepper.js +89 -0
  1627. package/dist/ui/number-stepper/number-stepper.js.map +1 -0
  1628. package/dist/ui/option-list/index.cjs +29 -0
  1629. package/dist/ui/option-list/index.cjs.map +1 -0
  1630. package/dist/ui/option-list/index.d.ts +3 -0
  1631. package/dist/ui/option-list/index.d.ts.map +1 -0
  1632. package/dist/ui/option-list/index.js +5 -0
  1633. package/dist/ui/option-list/index.js.map +1 -0
  1634. package/dist/ui/option-list/option-list-preview.cjs +78 -0
  1635. package/dist/ui/option-list/option-list-preview.cjs.map +1 -0
  1636. package/dist/ui/option-list/option-list-preview.d.ts +3 -0
  1637. package/dist/ui/option-list/option-list-preview.d.ts.map +1 -0
  1638. package/dist/ui/option-list/option-list-preview.js +54 -0
  1639. package/dist/ui/option-list/option-list-preview.js.map +1 -0
  1640. package/dist/ui/option-list/option-list.cjs +42 -0
  1641. package/dist/ui/option-list/option-list.cjs.map +1 -0
  1642. package/dist/ui/option-list/option-list.css +83 -0
  1643. package/dist/ui/option-list/option-list.d.ts +32 -0
  1644. package/dist/ui/option-list/option-list.d.ts.map +1 -0
  1645. package/dist/ui/option-list/option-list.js +18 -0
  1646. package/dist/ui/option-list/option-list.js.map +1 -0
  1647. package/dist/ui/page-header/index.cjs +23 -0
  1648. package/dist/ui/page-header/index.cjs.map +1 -0
  1649. package/dist/ui/page-header/index.d.ts +2 -0
  1650. package/dist/ui/page-header/index.d.ts.map +1 -0
  1651. package/dist/ui/page-header/index.js +2 -0
  1652. package/dist/ui/page-header/index.js.map +1 -0
  1653. package/dist/ui/page-header/page-header-preview.cjs +84 -0
  1654. package/dist/ui/page-header/page-header-preview.cjs.map +1 -0
  1655. package/dist/ui/page-header/page-header-preview.d.ts +3 -0
  1656. package/dist/ui/page-header/page-header-preview.d.ts.map +1 -0
  1657. package/dist/ui/page-header/page-header-preview.js +60 -0
  1658. package/dist/ui/page-header/page-header-preview.js.map +1 -0
  1659. package/dist/ui/page-header/page-header.cjs +47 -0
  1660. package/dist/ui/page-header/page-header.cjs.map +1 -0
  1661. package/dist/ui/page-header/page-header.css +38 -0
  1662. package/dist/ui/page-header/page-header.d.ts +9 -0
  1663. package/dist/ui/page-header/page-header.d.ts.map +1 -0
  1664. package/dist/ui/page-header/page-header.js +23 -0
  1665. package/dist/ui/page-header/page-header.js.map +1 -0
  1666. package/dist/ui/page-shell/index.cjs +23 -0
  1667. package/dist/ui/page-shell/index.cjs.map +1 -0
  1668. package/dist/ui/page-shell/index.d.ts +2 -0
  1669. package/dist/ui/page-shell/index.d.ts.map +1 -0
  1670. package/dist/ui/page-shell/index.js +2 -0
  1671. package/dist/ui/page-shell/index.js.map +1 -0
  1672. package/dist/ui/page-shell/page-shell-preview.cjs +138 -0
  1673. package/dist/ui/page-shell/page-shell-preview.cjs.map +1 -0
  1674. package/dist/ui/page-shell/page-shell-preview.d.ts +3 -0
  1675. package/dist/ui/page-shell/page-shell-preview.d.ts.map +1 -0
  1676. package/dist/ui/page-shell/page-shell-preview.js +114 -0
  1677. package/dist/ui/page-shell/page-shell-preview.js.map +1 -0
  1678. package/dist/ui/page-shell/page-shell.cjs +46 -0
  1679. package/dist/ui/page-shell/page-shell.cjs.map +1 -0
  1680. package/dist/ui/page-shell/page-shell.css +31 -0
  1681. package/dist/ui/page-shell/page-shell.d.ts +22 -0
  1682. package/dist/ui/page-shell/page-shell.d.ts.map +1 -0
  1683. package/dist/ui/page-shell/page-shell.js +22 -0
  1684. package/dist/ui/page-shell/page-shell.js.map +1 -0
  1685. package/dist/ui/password-input/index.cjs +23 -0
  1686. package/dist/ui/password-input/index.cjs.map +1 -0
  1687. package/dist/ui/password-input/index.d.ts +2 -0
  1688. package/dist/ui/password-input/index.d.ts.map +1 -0
  1689. package/dist/ui/password-input/index.js +2 -0
  1690. package/dist/ui/password-input/index.js.map +1 -0
  1691. package/dist/ui/password-input/password-input-preview.cjs +94 -0
  1692. package/dist/ui/password-input/password-input-preview.cjs.map +1 -0
  1693. package/dist/ui/password-input/password-input-preview.d.ts +3 -0
  1694. package/dist/ui/password-input/password-input-preview.d.ts.map +1 -0
  1695. package/dist/ui/password-input/password-input-preview.js +70 -0
  1696. package/dist/ui/password-input/password-input-preview.js.map +1 -0
  1697. package/dist/ui/password-input/password-input.cjs +74 -0
  1698. package/dist/ui/password-input/password-input.cjs.map +1 -0
  1699. package/dist/ui/password-input/password-input.css +111 -0
  1700. package/dist/ui/password-input/password-input.d.ts +24 -0
  1701. package/dist/ui/password-input/password-input.d.ts.map +1 -0
  1702. package/dist/ui/password-input/password-input.js +50 -0
  1703. package/dist/ui/password-input/password-input.js.map +1 -0
  1704. package/dist/ui/phone-input/index.cjs +23 -0
  1705. package/dist/ui/phone-input/index.cjs.map +1 -0
  1706. package/dist/ui/phone-input/index.d.ts +2 -0
  1707. package/dist/ui/phone-input/index.d.ts.map +1 -0
  1708. package/dist/ui/phone-input/index.js +2 -0
  1709. package/dist/ui/phone-input/index.js.map +1 -0
  1710. package/dist/ui/phone-input/phone-input-preview.cjs +108 -0
  1711. package/dist/ui/phone-input/phone-input-preview.cjs.map +1 -0
  1712. package/dist/ui/phone-input/phone-input-preview.d.ts +3 -0
  1713. package/dist/ui/phone-input/phone-input-preview.d.ts.map +1 -0
  1714. package/dist/ui/phone-input/phone-input-preview.js +84 -0
  1715. package/dist/ui/phone-input/phone-input-preview.js.map +1 -0
  1716. package/dist/ui/phone-input/phone-input.cjs +176 -0
  1717. package/dist/ui/phone-input/phone-input.cjs.map +1 -0
  1718. package/dist/ui/phone-input/phone-input.css +194 -0
  1719. package/dist/ui/phone-input/phone-input.d.ts +46 -0
  1720. package/dist/ui/phone-input/phone-input.d.ts.map +1 -0
  1721. package/dist/ui/phone-input/phone-input.js +157 -0
  1722. package/dist/ui/phone-input/phone-input.js.map +1 -0
  1723. package/dist/ui/pill-select/index.cjs +23 -0
  1724. package/dist/ui/pill-select/index.cjs.map +1 -0
  1725. package/dist/ui/pill-select/index.d.ts +2 -0
  1726. package/dist/ui/pill-select/index.d.ts.map +1 -0
  1727. package/dist/ui/pill-select/index.js +2 -0
  1728. package/dist/ui/pill-select/index.js.map +1 -0
  1729. package/dist/ui/pill-select/pill-select-preview.cjs +60 -0
  1730. package/dist/ui/pill-select/pill-select-preview.cjs.map +1 -0
  1731. package/dist/ui/pill-select/pill-select-preview.d.ts +29 -0
  1732. package/dist/ui/pill-select/pill-select-preview.d.ts.map +1 -0
  1733. package/dist/ui/pill-select/pill-select-preview.js +36 -0
  1734. package/dist/ui/pill-select/pill-select-preview.js.map +1 -0
  1735. package/dist/ui/pill-select/pill-select.cjs +187 -0
  1736. package/dist/ui/pill-select/pill-select.cjs.map +1 -0
  1737. package/dist/ui/pill-select/pill-select.css +127 -0
  1738. package/dist/ui/pill-select/pill-select.d.ts +68 -0
  1739. package/dist/ui/pill-select/pill-select.d.ts.map +1 -0
  1740. package/dist/ui/pill-select/pill-select.js +163 -0
  1741. package/dist/ui/pill-select/pill-select.js.map +1 -0
  1742. package/dist/ui/popover/index.cjs +23 -0
  1743. package/dist/ui/popover/index.cjs.map +1 -0
  1744. package/dist/ui/popover/index.d.ts +2 -0
  1745. package/dist/ui/popover/index.d.ts.map +1 -0
  1746. package/dist/ui/popover/index.js +2 -0
  1747. package/dist/ui/popover/index.js.map +1 -0
  1748. package/dist/ui/popover/popover.cjs +170 -0
  1749. package/dist/ui/popover/popover.cjs.map +1 -0
  1750. package/dist/ui/popover/popover.css +11 -0
  1751. package/dist/ui/popover/popover.d.ts +62 -0
  1752. package/dist/ui/popover/popover.d.ts.map +1 -0
  1753. package/dist/ui/popover/popover.js +153 -0
  1754. package/dist/ui/popover/popover.js.map +1 -0
  1755. package/dist/ui/progress-bar/index.cjs +29 -0
  1756. package/dist/ui/progress-bar/index.cjs.map +1 -0
  1757. package/dist/ui/progress-bar/index.d.ts +3 -0
  1758. package/dist/ui/progress-bar/index.d.ts.map +1 -0
  1759. package/dist/ui/progress-bar/index.js +5 -0
  1760. package/dist/ui/progress-bar/index.js.map +1 -0
  1761. package/dist/ui/progress-bar/progress-bar-preview.cjs +51 -0
  1762. package/dist/ui/progress-bar/progress-bar-preview.cjs.map +1 -0
  1763. package/dist/ui/progress-bar/progress-bar-preview.d.ts +5 -0
  1764. package/dist/ui/progress-bar/progress-bar-preview.d.ts.map +1 -0
  1765. package/dist/ui/progress-bar/progress-bar-preview.js +27 -0
  1766. package/dist/ui/progress-bar/progress-bar-preview.js.map +1 -0
  1767. package/dist/ui/progress-bar/progress-bar.cjs +89 -0
  1768. package/dist/ui/progress-bar/progress-bar.cjs.map +1 -0
  1769. package/dist/ui/progress-bar/progress-bar.css +90 -0
  1770. package/dist/ui/progress-bar/progress-bar.d.ts +26 -0
  1771. package/dist/ui/progress-bar/progress-bar.d.ts.map +1 -0
  1772. package/dist/ui/progress-bar/progress-bar.js +65 -0
  1773. package/dist/ui/progress-bar/progress-bar.js.map +1 -0
  1774. package/dist/ui/property-field/index.cjs +23 -0
  1775. package/dist/ui/property-field/index.cjs.map +1 -0
  1776. package/dist/ui/property-field/index.d.ts +2 -0
  1777. package/dist/ui/property-field/index.d.ts.map +1 -0
  1778. package/dist/ui/property-field/index.js +2 -0
  1779. package/dist/ui/property-field/index.js.map +1 -0
  1780. package/dist/ui/property-field/property-field-preview.cjs +49 -0
  1781. package/dist/ui/property-field/property-field-preview.cjs.map +1 -0
  1782. package/dist/ui/property-field/property-field-preview.d.ts +3 -0
  1783. package/dist/ui/property-field/property-field-preview.d.ts.map +1 -0
  1784. package/dist/ui/property-field/property-field-preview.js +25 -0
  1785. package/dist/ui/property-field/property-field-preview.js.map +1 -0
  1786. package/dist/ui/property-field/property-field.cjs +41 -0
  1787. package/dist/ui/property-field/property-field.cjs.map +1 -0
  1788. package/dist/ui/property-field/property-field.css +40 -0
  1789. package/dist/ui/property-field/property-field.d.ts +11 -0
  1790. package/dist/ui/property-field/property-field.d.ts.map +1 -0
  1791. package/dist/ui/property-field/property-field.js +16 -0
  1792. package/dist/ui/property-field/property-field.js.map +1 -0
  1793. package/dist/ui/property-field/property-grid-preview.cjs +43 -0
  1794. package/dist/ui/property-field/property-grid-preview.cjs.map +1 -0
  1795. package/dist/ui/property-field/property-grid-preview.d.ts +9 -0
  1796. package/dist/ui/property-field/property-grid-preview.d.ts.map +1 -0
  1797. package/dist/ui/property-field/property-grid-preview.js +19 -0
  1798. package/dist/ui/property-field/property-grid-preview.js.map +1 -0
  1799. package/dist/ui/radio-group/index.cjs +23 -0
  1800. package/dist/ui/radio-group/index.cjs.map +1 -0
  1801. package/dist/ui/radio-group/index.d.ts +2 -0
  1802. package/dist/ui/radio-group/index.d.ts.map +1 -0
  1803. package/dist/ui/radio-group/index.js +2 -0
  1804. package/dist/ui/radio-group/index.js.map +1 -0
  1805. package/dist/ui/radio-group/radio-group-preview.cjs +156 -0
  1806. package/dist/ui/radio-group/radio-group-preview.cjs.map +1 -0
  1807. package/dist/ui/radio-group/radio-group-preview.d.ts +3 -0
  1808. package/dist/ui/radio-group/radio-group-preview.d.ts.map +1 -0
  1809. package/dist/ui/radio-group/radio-group-preview.js +132 -0
  1810. package/dist/ui/radio-group/radio-group-preview.js.map +1 -0
  1811. package/dist/ui/radio-group/radio-group.cjs +112 -0
  1812. package/dist/ui/radio-group/radio-group.cjs.map +1 -0
  1813. package/dist/ui/radio-group/radio-group.css +104 -0
  1814. package/dist/ui/radio-group/radio-group.d.ts +44 -0
  1815. package/dist/ui/radio-group/radio-group.d.ts.map +1 -0
  1816. package/dist/ui/radio-group/radio-group.js +87 -0
  1817. package/dist/ui/radio-group/radio-group.js.map +1 -0
  1818. package/dist/ui/range-slider/index.cjs +23 -0
  1819. package/dist/ui/range-slider/index.cjs.map +1 -0
  1820. package/dist/ui/range-slider/index.d.ts +2 -0
  1821. package/dist/ui/range-slider/index.d.ts.map +1 -0
  1822. package/dist/ui/range-slider/index.js +2 -0
  1823. package/dist/ui/range-slider/index.js.map +1 -0
  1824. package/dist/ui/range-slider/range-slider.cjs +99 -0
  1825. package/dist/ui/range-slider/range-slider.cjs.map +1 -0
  1826. package/dist/ui/range-slider/range-slider.css +95 -0
  1827. package/dist/ui/range-slider/range-slider.d.ts +43 -0
  1828. package/dist/ui/range-slider/range-slider.d.ts.map +1 -0
  1829. package/dist/ui/range-slider/range-slider.js +75 -0
  1830. package/dist/ui/range-slider/range-slider.js.map +1 -0
  1831. package/dist/ui/responsive-grid/index.cjs +23 -0
  1832. package/dist/ui/responsive-grid/index.cjs.map +1 -0
  1833. package/dist/ui/responsive-grid/index.d.ts +2 -0
  1834. package/dist/ui/responsive-grid/index.d.ts.map +1 -0
  1835. package/dist/ui/responsive-grid/index.js +2 -0
  1836. package/dist/ui/responsive-grid/index.js.map +1 -0
  1837. package/dist/ui/responsive-grid/responsive-grid-preview.cjs +56 -0
  1838. package/dist/ui/responsive-grid/responsive-grid-preview.cjs.map +1 -0
  1839. package/dist/ui/responsive-grid/responsive-grid-preview.d.ts +8 -0
  1840. package/dist/ui/responsive-grid/responsive-grid-preview.d.ts.map +1 -0
  1841. package/dist/ui/responsive-grid/responsive-grid-preview.js +32 -0
  1842. package/dist/ui/responsive-grid/responsive-grid-preview.js.map +1 -0
  1843. package/dist/ui/responsive-grid/responsive-grid.cjs +44 -0
  1844. package/dist/ui/responsive-grid/responsive-grid.cjs.map +1 -0
  1845. package/dist/ui/responsive-grid/responsive-grid.css +7 -0
  1846. package/dist/ui/responsive-grid/responsive-grid.d.ts +25 -0
  1847. package/dist/ui/responsive-grid/responsive-grid.d.ts.map +1 -0
  1848. package/dist/ui/responsive-grid/responsive-grid.js +20 -0
  1849. package/dist/ui/responsive-grid/responsive-grid.js.map +1 -0
  1850. package/dist/ui/search-dropdown/index.cjs +23 -0
  1851. package/dist/ui/search-dropdown/index.cjs.map +1 -0
  1852. package/dist/ui/search-dropdown/index.d.ts +2 -0
  1853. package/dist/ui/search-dropdown/index.d.ts.map +1 -0
  1854. package/dist/ui/search-dropdown/index.js +2 -0
  1855. package/dist/ui/search-dropdown/index.js.map +1 -0
  1856. package/dist/ui/search-dropdown/search-dropdown-preview.cjs +92 -0
  1857. package/dist/ui/search-dropdown/search-dropdown-preview.cjs.map +1 -0
  1858. package/dist/ui/search-dropdown/search-dropdown-preview.d.ts +3 -0
  1859. package/dist/ui/search-dropdown/search-dropdown-preview.d.ts.map +1 -0
  1860. package/dist/ui/search-dropdown/search-dropdown-preview.js +68 -0
  1861. package/dist/ui/search-dropdown/search-dropdown-preview.js.map +1 -0
  1862. package/dist/ui/search-dropdown/search-dropdown.cjs +143 -0
  1863. package/dist/ui/search-dropdown/search-dropdown.cjs.map +1 -0
  1864. package/dist/ui/search-dropdown/search-dropdown.css +131 -0
  1865. package/dist/ui/search-dropdown/search-dropdown.d.ts +67 -0
  1866. package/dist/ui/search-dropdown/search-dropdown.d.ts.map +1 -0
  1867. package/dist/ui/search-dropdown/search-dropdown.js +119 -0
  1868. package/dist/ui/search-dropdown/search-dropdown.js.map +1 -0
  1869. package/dist/ui/section-header/index.cjs +23 -0
  1870. package/dist/ui/section-header/index.cjs.map +1 -0
  1871. package/dist/ui/section-header/index.d.ts +2 -0
  1872. package/dist/ui/section-header/index.d.ts.map +1 -0
  1873. package/dist/ui/section-header/index.js +2 -0
  1874. package/dist/ui/section-header/index.js.map +1 -0
  1875. package/dist/ui/section-header/section-header-preview.cjs +56 -0
  1876. package/dist/ui/section-header/section-header-preview.cjs.map +1 -0
  1877. package/dist/ui/section-header/section-header-preview.d.ts +3 -0
  1878. package/dist/ui/section-header/section-header-preview.d.ts.map +1 -0
  1879. package/dist/ui/section-header/section-header-preview.js +32 -0
  1880. package/dist/ui/section-header/section-header-preview.js.map +1 -0
  1881. package/dist/ui/section-header/section-header.cjs +47 -0
  1882. package/dist/ui/section-header/section-header.cjs.map +1 -0
  1883. package/dist/ui/section-header/section-header.css +39 -0
  1884. package/dist/ui/section-header/section-header.d.ts +40 -0
  1885. package/dist/ui/section-header/section-header.d.ts.map +1 -0
  1886. package/dist/ui/section-header/section-header.js +23 -0
  1887. package/dist/ui/section-header/section-header.js.map +1 -0
  1888. package/dist/ui/segment-card/index.cjs +29 -0
  1889. package/dist/ui/segment-card/index.cjs.map +1 -0
  1890. package/dist/ui/segment-card/index.d.ts +3 -0
  1891. package/dist/ui/segment-card/index.d.ts.map +1 -0
  1892. package/dist/ui/segment-card/index.js +5 -0
  1893. package/dist/ui/segment-card/index.js.map +1 -0
  1894. package/dist/ui/segment-card/segment-card-preview.cjs +115 -0
  1895. package/dist/ui/segment-card/segment-card-preview.cjs.map +1 -0
  1896. package/dist/ui/segment-card/segment-card-preview.d.ts +3 -0
  1897. package/dist/ui/segment-card/segment-card-preview.d.ts.map +1 -0
  1898. package/dist/ui/segment-card/segment-card-preview.js +91 -0
  1899. package/dist/ui/segment-card/segment-card-preview.js.map +1 -0
  1900. package/dist/ui/segment-card/segment-card.cjs +39 -0
  1901. package/dist/ui/segment-card/segment-card.cjs.map +1 -0
  1902. package/dist/ui/segment-card/segment-card.css +18 -0
  1903. package/dist/ui/segment-card/segment-card.d.ts +31 -0
  1904. package/dist/ui/segment-card/segment-card.d.ts.map +1 -0
  1905. package/dist/ui/segment-card/segment-card.js +15 -0
  1906. package/dist/ui/segment-card/segment-card.js.map +1 -0
  1907. package/dist/ui/segment-row/index.cjs +29 -0
  1908. package/dist/ui/segment-row/index.cjs.map +1 -0
  1909. package/dist/ui/segment-row/index.d.ts +3 -0
  1910. package/dist/ui/segment-row/index.d.ts.map +1 -0
  1911. package/dist/ui/segment-row/index.js +5 -0
  1912. package/dist/ui/segment-row/index.js.map +1 -0
  1913. package/dist/ui/segment-row/segment-row-preview.cjs +78 -0
  1914. package/dist/ui/segment-row/segment-row-preview.cjs.map +1 -0
  1915. package/dist/ui/segment-row/segment-row-preview.d.ts +8 -0
  1916. package/dist/ui/segment-row/segment-row-preview.d.ts.map +1 -0
  1917. package/dist/ui/segment-row/segment-row-preview.js +54 -0
  1918. package/dist/ui/segment-row/segment-row-preview.js.map +1 -0
  1919. package/dist/ui/segment-row/segment-row.cjs +77 -0
  1920. package/dist/ui/segment-row/segment-row.cjs.map +1 -0
  1921. package/dist/ui/segment-row/segment-row.css +114 -0
  1922. package/dist/ui/segment-row/segment-row.d.ts +42 -0
  1923. package/dist/ui/segment-row/segment-row.d.ts.map +1 -0
  1924. package/dist/ui/segment-row/segment-row.js +53 -0
  1925. package/dist/ui/segment-row/segment-row.js.map +1 -0
  1926. package/dist/ui/side-flexpane/index.cjs +23 -0
  1927. package/dist/ui/side-flexpane/index.cjs.map +1 -0
  1928. package/dist/ui/side-flexpane/index.d.ts +2 -0
  1929. package/dist/ui/side-flexpane/index.d.ts.map +1 -0
  1930. package/dist/ui/side-flexpane/index.js +2 -0
  1931. package/dist/ui/side-flexpane/index.js.map +1 -0
  1932. package/dist/ui/side-flexpane/side-flexpane-preview.cjs +64 -0
  1933. package/dist/ui/side-flexpane/side-flexpane-preview.cjs.map +1 -0
  1934. package/dist/ui/side-flexpane/side-flexpane-preview.d.ts +9 -0
  1935. package/dist/ui/side-flexpane/side-flexpane-preview.d.ts.map +1 -0
  1936. package/dist/ui/side-flexpane/side-flexpane-preview.js +40 -0
  1937. package/dist/ui/side-flexpane/side-flexpane-preview.js.map +1 -0
  1938. package/dist/ui/side-flexpane/side-flexpane.cjs +187 -0
  1939. package/dist/ui/side-flexpane/side-flexpane.cjs.map +1 -0
  1940. package/dist/ui/side-flexpane/side-flexpane.css +134 -0
  1941. package/dist/ui/side-flexpane/side-flexpane.d.ts +63 -0
  1942. package/dist/ui/side-flexpane/side-flexpane.d.ts.map +1 -0
  1943. package/dist/ui/side-flexpane/side-flexpane.js +167 -0
  1944. package/dist/ui/side-flexpane/side-flexpane.js.map +1 -0
  1945. package/dist/ui/sidebar-nav-item/index.cjs +23 -0
  1946. package/dist/ui/sidebar-nav-item/index.cjs.map +1 -0
  1947. package/dist/ui/sidebar-nav-item/index.d.ts +2 -0
  1948. package/dist/ui/sidebar-nav-item/index.d.ts.map +1 -0
  1949. package/dist/ui/sidebar-nav-item/index.js +2 -0
  1950. package/dist/ui/sidebar-nav-item/index.js.map +1 -0
  1951. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.cjs +137 -0
  1952. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.cjs.map +1 -0
  1953. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.d.ts +3 -0
  1954. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.d.ts.map +1 -0
  1955. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.js +113 -0
  1956. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.js.map +1 -0
  1957. package/dist/ui/sidebar-nav-item/sidebar-nav-item.cjs +73 -0
  1958. package/dist/ui/sidebar-nav-item/sidebar-nav-item.cjs.map +1 -0
  1959. package/dist/ui/sidebar-nav-item/sidebar-nav-item.css +94 -0
  1960. package/dist/ui/sidebar-nav-item/sidebar-nav-item.d.ts +49 -0
  1961. package/dist/ui/sidebar-nav-item/sidebar-nav-item.d.ts.map +1 -0
  1962. package/dist/ui/sidebar-nav-item/sidebar-nav-item.js +49 -0
  1963. package/dist/ui/sidebar-nav-item/sidebar-nav-item.js.map +1 -0
  1964. package/dist/ui/sidebar-nav-trigger/index.cjs +23 -0
  1965. package/dist/ui/sidebar-nav-trigger/index.cjs.map +1 -0
  1966. package/dist/ui/sidebar-nav-trigger/index.d.ts +2 -0
  1967. package/dist/ui/sidebar-nav-trigger/index.d.ts.map +1 -0
  1968. package/dist/ui/sidebar-nav-trigger/index.js +2 -0
  1969. package/dist/ui/sidebar-nav-trigger/index.js.map +1 -0
  1970. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.cjs +104 -0
  1971. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.cjs.map +1 -0
  1972. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.d.ts +28 -0
  1973. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.d.ts.map +1 -0
  1974. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.js +80 -0
  1975. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.js.map +1 -0
  1976. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.cjs +74 -0
  1977. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.cjs.map +1 -0
  1978. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.css +202 -0
  1979. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.d.ts +124 -0
  1980. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.d.ts.map +1 -0
  1981. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.js +50 -0
  1982. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.js.map +1 -0
  1983. package/dist/ui/slider/index.cjs +23 -0
  1984. package/dist/ui/slider/index.cjs.map +1 -0
  1985. package/dist/ui/slider/index.d.ts +2 -0
  1986. package/dist/ui/slider/index.d.ts.map +1 -0
  1987. package/dist/ui/slider/index.js +2 -0
  1988. package/dist/ui/slider/index.js.map +1 -0
  1989. package/dist/ui/slider/slider-preview.cjs +129 -0
  1990. package/dist/ui/slider/slider-preview.cjs.map +1 -0
  1991. package/dist/ui/slider/slider-preview.d.ts +3 -0
  1992. package/dist/ui/slider/slider-preview.d.ts.map +1 -0
  1993. package/dist/ui/slider/slider-preview.js +105 -0
  1994. package/dist/ui/slider/slider-preview.js.map +1 -0
  1995. package/dist/ui/slider/slider.cjs +61 -0
  1996. package/dist/ui/slider/slider.cjs.map +1 -0
  1997. package/dist/ui/slider/slider.css +62 -0
  1998. package/dist/ui/slider/slider.d.ts +21 -0
  1999. package/dist/ui/slider/slider.d.ts.map +1 -0
  2000. package/dist/ui/slider/slider.js +37 -0
  2001. package/dist/ui/slider/slider.js.map +1 -0
  2002. package/dist/ui/stack/index.cjs +23 -0
  2003. package/dist/ui/stack/index.cjs.map +1 -0
  2004. package/dist/ui/stack/index.d.ts +2 -0
  2005. package/dist/ui/stack/index.d.ts.map +1 -0
  2006. package/dist/ui/stack/index.js +2 -0
  2007. package/dist/ui/stack/index.js.map +1 -0
  2008. package/dist/ui/stack/stack-preview.cjs +53 -0
  2009. package/dist/ui/stack/stack-preview.cjs.map +1 -0
  2010. package/dist/ui/stack/stack-preview.d.ts +3 -0
  2011. package/dist/ui/stack/stack-preview.d.ts.map +1 -0
  2012. package/dist/ui/stack/stack-preview.js +29 -0
  2013. package/dist/ui/stack/stack-preview.js.map +1 -0
  2014. package/dist/ui/stack/stack.cjs +50 -0
  2015. package/dist/ui/stack/stack.cjs.map +1 -0
  2016. package/dist/ui/stack/stack.css +19 -0
  2017. package/dist/ui/stack/stack.d.ts +21 -0
  2018. package/dist/ui/stack/stack.d.ts.map +1 -0
  2019. package/dist/ui/stack/stack.js +26 -0
  2020. package/dist/ui/stack/stack.js.map +1 -0
  2021. package/dist/ui/stat-card/index.cjs +23 -0
  2022. package/dist/ui/stat-card/index.cjs.map +1 -0
  2023. package/dist/ui/stat-card/index.d.ts +2 -0
  2024. package/dist/ui/stat-card/index.d.ts.map +1 -0
  2025. package/dist/ui/stat-card/index.js +2 -0
  2026. package/dist/ui/stat-card/index.js.map +1 -0
  2027. package/dist/ui/stat-card/stat-card-preview.cjs +84 -0
  2028. package/dist/ui/stat-card/stat-card-preview.cjs.map +1 -0
  2029. package/dist/ui/stat-card/stat-card-preview.d.ts +3 -0
  2030. package/dist/ui/stat-card/stat-card-preview.d.ts.map +1 -0
  2031. package/dist/ui/stat-card/stat-card-preview.js +60 -0
  2032. package/dist/ui/stat-card/stat-card-preview.js.map +1 -0
  2033. package/dist/ui/stat-card/stat-card.cjs +67 -0
  2034. package/dist/ui/stat-card/stat-card.cjs.map +1 -0
  2035. package/dist/ui/stat-card/stat-card.css +47 -0
  2036. package/dist/ui/stat-card/stat-card.d.ts +10 -0
  2037. package/dist/ui/stat-card/stat-card.d.ts.map +1 -0
  2038. package/dist/ui/stat-card/stat-card.js +43 -0
  2039. package/dist/ui/stat-card/stat-card.js.map +1 -0
  2040. package/dist/ui/styles.css +100 -0
  2041. package/dist/ui/tabs/index.cjs +23 -0
  2042. package/dist/ui/tabs/index.cjs.map +1 -0
  2043. package/dist/ui/tabs/index.d.ts +2 -0
  2044. package/dist/ui/tabs/index.d.ts.map +1 -0
  2045. package/dist/ui/tabs/index.js +2 -0
  2046. package/dist/ui/tabs/index.js.map +1 -0
  2047. package/dist/ui/tabs/tabs-preview.cjs +123 -0
  2048. package/dist/ui/tabs/tabs-preview.cjs.map +1 -0
  2049. package/dist/ui/tabs/tabs-preview.d.ts +3 -0
  2050. package/dist/ui/tabs/tabs-preview.d.ts.map +1 -0
  2051. package/dist/ui/tabs/tabs-preview.js +99 -0
  2052. package/dist/ui/tabs/tabs-preview.js.map +1 -0
  2053. package/dist/ui/tabs/tabs.cjs +77 -0
  2054. package/dist/ui/tabs/tabs.cjs.map +1 -0
  2055. package/dist/ui/tabs/tabs.css +69 -0
  2056. package/dist/ui/tabs/tabs.d.ts +17 -0
  2057. package/dist/ui/tabs/tabs.d.ts.map +1 -0
  2058. package/dist/ui/tabs/tabs.js +53 -0
  2059. package/dist/ui/tabs/tabs.js.map +1 -0
  2060. package/dist/ui/tabs-underline/index.cjs +23 -0
  2061. package/dist/ui/tabs-underline/index.cjs.map +1 -0
  2062. package/dist/ui/tabs-underline/index.d.ts +2 -0
  2063. package/dist/ui/tabs-underline/index.d.ts.map +1 -0
  2064. package/dist/ui/tabs-underline/index.js +2 -0
  2065. package/dist/ui/tabs-underline/index.js.map +1 -0
  2066. package/dist/ui/tabs-underline/tabs-underline-preview.cjs +128 -0
  2067. package/dist/ui/tabs-underline/tabs-underline-preview.cjs.map +1 -0
  2068. package/dist/ui/tabs-underline/tabs-underline-preview.d.ts +3 -0
  2069. package/dist/ui/tabs-underline/tabs-underline-preview.d.ts.map +1 -0
  2070. package/dist/ui/tabs-underline/tabs-underline-preview.js +104 -0
  2071. package/dist/ui/tabs-underline/tabs-underline-preview.js.map +1 -0
  2072. package/dist/ui/tabs-underline/tabs-underline.cjs +80 -0
  2073. package/dist/ui/tabs-underline/tabs-underline.cjs.map +1 -0
  2074. package/dist/ui/tabs-underline/tabs-underline.css +59 -0
  2075. package/dist/ui/tabs-underline/tabs-underline.d.ts +17 -0
  2076. package/dist/ui/tabs-underline/tabs-underline.d.ts.map +1 -0
  2077. package/dist/ui/tabs-underline/tabs-underline.js +56 -0
  2078. package/dist/ui/tabs-underline/tabs-underline.js.map +1 -0
  2079. package/dist/ui/tag/index.cjs +23 -0
  2080. package/dist/ui/tag/index.cjs.map +1 -0
  2081. package/dist/ui/tag/index.d.ts +2 -0
  2082. package/dist/ui/tag/index.d.ts.map +1 -0
  2083. package/dist/ui/tag/index.js +2 -0
  2084. package/dist/ui/tag/index.js.map +1 -0
  2085. package/dist/ui/tag/tag-preview.cjs +65 -0
  2086. package/dist/ui/tag/tag-preview.cjs.map +1 -0
  2087. package/dist/ui/tag/tag-preview.d.ts +3 -0
  2088. package/dist/ui/tag/tag-preview.d.ts.map +1 -0
  2089. package/dist/ui/tag/tag-preview.js +41 -0
  2090. package/dist/ui/tag/tag-preview.js.map +1 -0
  2091. package/dist/ui/tag/tag.cjs +36 -0
  2092. package/dist/ui/tag/tag.cjs.map +1 -0
  2093. package/dist/ui/tag/tag.css +85 -0
  2094. package/dist/ui/tag/tag.d.ts +23 -0
  2095. package/dist/ui/tag/tag.d.ts.map +1 -0
  2096. package/dist/ui/tag/tag.js +12 -0
  2097. package/dist/ui/tag/tag.js.map +1 -0
  2098. package/dist/ui/thumbnail/index.cjs +23 -0
  2099. package/dist/ui/thumbnail/index.cjs.map +1 -0
  2100. package/dist/ui/thumbnail/index.d.ts +2 -0
  2101. package/dist/ui/thumbnail/index.d.ts.map +1 -0
  2102. package/dist/ui/thumbnail/index.js +2 -0
  2103. package/dist/ui/thumbnail/index.js.map +1 -0
  2104. package/dist/ui/thumbnail/thumbnail-preview.cjs +61 -0
  2105. package/dist/ui/thumbnail/thumbnail-preview.cjs.map +1 -0
  2106. package/dist/ui/thumbnail/thumbnail-preview.d.ts +3 -0
  2107. package/dist/ui/thumbnail/thumbnail-preview.d.ts.map +1 -0
  2108. package/dist/ui/thumbnail/thumbnail-preview.js +37 -0
  2109. package/dist/ui/thumbnail/thumbnail-preview.js.map +1 -0
  2110. package/dist/ui/thumbnail/thumbnail.cjs +59 -0
  2111. package/dist/ui/thumbnail/thumbnail.cjs.map +1 -0
  2112. package/dist/ui/thumbnail/thumbnail.css +42 -0
  2113. package/dist/ui/thumbnail/thumbnail.d.ts +10 -0
  2114. package/dist/ui/thumbnail/thumbnail.d.ts.map +1 -0
  2115. package/dist/ui/thumbnail/thumbnail.js +35 -0
  2116. package/dist/ui/thumbnail/thumbnail.js.map +1 -0
  2117. package/dist/ui/time-input/index.cjs +23 -0
  2118. package/dist/ui/time-input/index.cjs.map +1 -0
  2119. package/dist/ui/time-input/index.d.ts +2 -0
  2120. package/dist/ui/time-input/index.d.ts.map +1 -0
  2121. package/dist/ui/time-input/index.js +2 -0
  2122. package/dist/ui/time-input/index.js.map +1 -0
  2123. package/dist/ui/time-input/time-input-preview.cjs +101 -0
  2124. package/dist/ui/time-input/time-input-preview.cjs.map +1 -0
  2125. package/dist/ui/time-input/time-input-preview.d.ts +3 -0
  2126. package/dist/ui/time-input/time-input-preview.d.ts.map +1 -0
  2127. package/dist/ui/time-input/time-input-preview.js +77 -0
  2128. package/dist/ui/time-input/time-input-preview.js.map +1 -0
  2129. package/dist/ui/time-input/time-input.cjs +346 -0
  2130. package/dist/ui/time-input/time-input.cjs.map +1 -0
  2131. package/dist/ui/time-input/time-input.css +260 -0
  2132. package/dist/ui/time-input/time-input.d.ts +77 -0
  2133. package/dist/ui/time-input/time-input.d.ts.map +1 -0
  2134. package/dist/ui/time-input/time-input.js +322 -0
  2135. package/dist/ui/time-input/time-input.js.map +1 -0
  2136. package/dist/ui/timeline-entry/index.cjs +23 -0
  2137. package/dist/ui/timeline-entry/index.cjs.map +1 -0
  2138. package/dist/ui/timeline-entry/index.d.ts +2 -0
  2139. package/dist/ui/timeline-entry/index.d.ts.map +1 -0
  2140. package/dist/ui/timeline-entry/index.js +2 -0
  2141. package/dist/ui/timeline-entry/index.js.map +1 -0
  2142. package/dist/ui/timeline-entry/timeline-entry-preview.cjs +174 -0
  2143. package/dist/ui/timeline-entry/timeline-entry-preview.cjs.map +1 -0
  2144. package/dist/ui/timeline-entry/timeline-entry-preview.d.ts +3 -0
  2145. package/dist/ui/timeline-entry/timeline-entry-preview.d.ts.map +1 -0
  2146. package/dist/ui/timeline-entry/timeline-entry-preview.js +150 -0
  2147. package/dist/ui/timeline-entry/timeline-entry-preview.js.map +1 -0
  2148. package/dist/ui/timeline-entry/timeline-entry.cjs +64 -0
  2149. package/dist/ui/timeline-entry/timeline-entry.cjs.map +1 -0
  2150. package/dist/ui/timeline-entry/timeline-entry.css +73 -0
  2151. package/dist/ui/timeline-entry/timeline-entry.d.ts +15 -0
  2152. package/dist/ui/timeline-entry/timeline-entry.d.ts.map +1 -0
  2153. package/dist/ui/timeline-entry/timeline-entry.js +40 -0
  2154. package/dist/ui/timeline-entry/timeline-entry.js.map +1 -0
  2155. package/dist/ui/toast/index.cjs +25 -0
  2156. package/dist/ui/toast/index.cjs.map +1 -0
  2157. package/dist/ui/toast/index.d.ts +3 -0
  2158. package/dist/ui/toast/index.d.ts.map +1 -0
  2159. package/dist/ui/toast/index.js +3 -0
  2160. package/dist/ui/toast/index.js.map +1 -0
  2161. package/dist/ui/toast/toast-preview.cjs +162 -0
  2162. package/dist/ui/toast/toast-preview.cjs.map +1 -0
  2163. package/dist/ui/toast/toast-preview.d.ts +14 -0
  2164. package/dist/ui/toast/toast-preview.d.ts.map +1 -0
  2165. package/dist/ui/toast/toast-preview.js +138 -0
  2166. package/dist/ui/toast/toast-preview.js.map +1 -0
  2167. package/dist/ui/toast/toast.cjs +81 -0
  2168. package/dist/ui/toast/toast.cjs.map +1 -0
  2169. package/dist/ui/toast/toast.css +193 -0
  2170. package/dist/ui/toast/toast.d.ts +38 -0
  2171. package/dist/ui/toast/toast.d.ts.map +1 -0
  2172. package/dist/ui/toast/toast.js +57 -0
  2173. package/dist/ui/toast/toast.js.map +1 -0
  2174. package/dist/ui/toast/toaster.cjs +88 -0
  2175. package/dist/ui/toast/toaster.cjs.map +1 -0
  2176. package/dist/ui/toast/toaster.d.ts +47 -0
  2177. package/dist/ui/toast/toaster.d.ts.map +1 -0
  2178. package/dist/ui/toast/toaster.js +66 -0
  2179. package/dist/ui/toast/toaster.js.map +1 -0
  2180. package/dist/ui/toggle-switch/index.cjs +23 -0
  2181. package/dist/ui/toggle-switch/index.cjs.map +1 -0
  2182. package/dist/ui/toggle-switch/index.d.ts +2 -0
  2183. package/dist/ui/toggle-switch/index.d.ts.map +1 -0
  2184. package/dist/ui/toggle-switch/index.js +2 -0
  2185. package/dist/ui/toggle-switch/index.js.map +1 -0
  2186. package/dist/ui/toggle-switch/toggle-preview.cjs +146 -0
  2187. package/dist/ui/toggle-switch/toggle-preview.cjs.map +1 -0
  2188. package/dist/ui/toggle-switch/toggle-preview.d.ts +3 -0
  2189. package/dist/ui/toggle-switch/toggle-preview.d.ts.map +1 -0
  2190. package/dist/ui/toggle-switch/toggle-preview.js +122 -0
  2191. package/dist/ui/toggle-switch/toggle-preview.js.map +1 -0
  2192. package/dist/ui/toggle-switch/toggle-switch.cjs +85 -0
  2193. package/dist/ui/toggle-switch/toggle-switch.cjs.map +1 -0
  2194. package/dist/ui/toggle-switch/toggle-switch.css +95 -0
  2195. package/dist/ui/toggle-switch/toggle-switch.d.ts +36 -0
  2196. package/dist/ui/toggle-switch/toggle-switch.d.ts.map +1 -0
  2197. package/dist/ui/toggle-switch/toggle-switch.js +61 -0
  2198. package/dist/ui/toggle-switch/toggle-switch.js.map +1 -0
  2199. package/dist/ui/tooltip/content-tooltip-preview.cjs +98 -0
  2200. package/dist/ui/tooltip/content-tooltip-preview.cjs.map +1 -0
  2201. package/dist/ui/tooltip/content-tooltip-preview.d.ts +3 -0
  2202. package/dist/ui/tooltip/content-tooltip-preview.d.ts.map +1 -0
  2203. package/dist/ui/tooltip/content-tooltip-preview.js +74 -0
  2204. package/dist/ui/tooltip/content-tooltip-preview.js.map +1 -0
  2205. package/dist/ui/tooltip/index.cjs +23 -0
  2206. package/dist/ui/tooltip/index.cjs.map +1 -0
  2207. package/dist/ui/tooltip/index.d.ts +2 -0
  2208. package/dist/ui/tooltip/index.d.ts.map +1 -0
  2209. package/dist/ui/tooltip/index.js +2 -0
  2210. package/dist/ui/tooltip/index.js.map +1 -0
  2211. package/dist/ui/tooltip/tooltip-preview.cjs +87 -0
  2212. package/dist/ui/tooltip/tooltip-preview.cjs.map +1 -0
  2213. package/dist/ui/tooltip/tooltip-preview.d.ts +3 -0
  2214. package/dist/ui/tooltip/tooltip-preview.d.ts.map +1 -0
  2215. package/dist/ui/tooltip/tooltip-preview.js +63 -0
  2216. package/dist/ui/tooltip/tooltip-preview.js.map +1 -0
  2217. package/dist/ui/tooltip/tooltip.cjs +63 -0
  2218. package/dist/ui/tooltip/tooltip.cjs.map +1 -0
  2219. package/dist/ui/tooltip/tooltip.css +51 -0
  2220. package/dist/ui/tooltip/tooltip.d.ts +14 -0
  2221. package/dist/ui/tooltip/tooltip.d.ts.map +1 -0
  2222. package/dist/ui/tooltip/tooltip.js +38 -0
  2223. package/dist/ui/tooltip/tooltip.js.map +1 -0
  2224. package/dist/ui/type-overview-card/index.cjs +23 -0
  2225. package/dist/ui/type-overview-card/index.cjs.map +1 -0
  2226. package/dist/ui/type-overview-card/index.d.ts +2 -0
  2227. package/dist/ui/type-overview-card/index.d.ts.map +1 -0
  2228. package/dist/ui/type-overview-card/index.js +2 -0
  2229. package/dist/ui/type-overview-card/index.js.map +1 -0
  2230. package/dist/ui/type-overview-card/type-overview-card-preview.cjs +59 -0
  2231. package/dist/ui/type-overview-card/type-overview-card-preview.cjs.map +1 -0
  2232. package/dist/ui/type-overview-card/type-overview-card-preview.d.ts +3 -0
  2233. package/dist/ui/type-overview-card/type-overview-card-preview.d.ts.map +1 -0
  2234. package/dist/ui/type-overview-card/type-overview-card-preview.js +35 -0
  2235. package/dist/ui/type-overview-card/type-overview-card-preview.js.map +1 -0
  2236. package/dist/ui/type-overview-card/type-overview-card.cjs +67 -0
  2237. package/dist/ui/type-overview-card/type-overview-card.cjs.map +1 -0
  2238. package/dist/ui/type-overview-card/type-overview-card.css +64 -0
  2239. package/dist/ui/type-overview-card/type-overview-card.d.ts +19 -0
  2240. package/dist/ui/type-overview-card/type-overview-card.d.ts.map +1 -0
  2241. package/dist/ui/type-overview-card/type-overview-card.js +43 -0
  2242. package/dist/ui/type-overview-card/type-overview-card.js.map +1 -0
  2243. package/dist/ui/view-switcher/index.cjs +23 -0
  2244. package/dist/ui/view-switcher/index.cjs.map +1 -0
  2245. package/dist/ui/view-switcher/index.d.ts +2 -0
  2246. package/dist/ui/view-switcher/index.d.ts.map +1 -0
  2247. package/dist/ui/view-switcher/index.js +2 -0
  2248. package/dist/ui/view-switcher/index.js.map +1 -0
  2249. package/dist/ui/view-switcher/view-switcher-preview.cjs +122 -0
  2250. package/dist/ui/view-switcher/view-switcher-preview.cjs.map +1 -0
  2251. package/dist/ui/view-switcher/view-switcher-preview.d.ts +3 -0
  2252. package/dist/ui/view-switcher/view-switcher-preview.d.ts.map +1 -0
  2253. package/dist/ui/view-switcher/view-switcher-preview.js +98 -0
  2254. package/dist/ui/view-switcher/view-switcher-preview.js.map +1 -0
  2255. package/dist/ui/view-switcher/view-switcher.cjs +66 -0
  2256. package/dist/ui/view-switcher/view-switcher.cjs.map +1 -0
  2257. package/dist/ui/view-switcher/view-switcher.css +47 -0
  2258. package/dist/ui/view-switcher/view-switcher.d.ts +17 -0
  2259. package/dist/ui/view-switcher/view-switcher.d.ts.map +1 -0
  2260. package/dist/ui/view-switcher/view-switcher.js +42 -0
  2261. package/dist/ui/view-switcher/view-switcher.js.map +1 -0
  2262. package/package.json +134 -0
@@ -0,0 +1,1732 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var composite_exports = {};
20
+ __export(composite_exports, {
21
+ compositeDefs: () => compositeDefs
22
+ });
23
+ module.exports = __toCommonJS(composite_exports);
24
+ const compositeDefs = [
25
+ // ── Composite ──
26
+ {
27
+ id: "pill-select",
28
+ name: "Pill Select",
29
+ category: "Composite",
30
+ description: `Multi-select tag input. Selected values render as <Chip mode="input"> (chip theming lives on the Chip atom's registry). This shell owns the field shape and state visuals \u2014 default / hover / focus / disabled \u2014 matching the input-text / input-with-icon family.`,
31
+ styleProperties: [
32
+ // Field colors (per state). The visible field is `.uxm-pill-select__
33
+ // field` — an inner div on the layout-only `.uxm-pill-select` root.
34
+ // `backgroundColor` and `borderColor` are REAL_CSS_PROPS so they're
35
+ // routed through `--uxm-pill-select-{bg,border-color}` via
36
+ // PER_COMPONENT_MAPPING in save/route.ts (otherwise saves would land
37
+ // on the layout wrapper and silently no-op). The per-state keys
38
+ // (hoverBg, focusBorder, …) are custom names that route through the
39
+ // kebab fallback path correctly.
40
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "default" } },
41
+ { key: "borderColor", label: "Border", control: "color", defaultValue: "var(--color-border)", section: "colors", showWhen: { state: "default" } },
42
+ { key: "placeholderColor", label: "Placeholder", control: "color", defaultValue: "var(--color-text-muted)", section: "colors", showWhen: { state: "default" } },
43
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "hover" } },
44
+ { key: "hoverBorder", label: "Border", control: "color", defaultValue: "var(--color-accent)", section: "colors", showWhen: { state: "hover" } },
45
+ { key: "focusBorder", label: "Border", control: "color", defaultValue: "var(--color-accent)", section: "colors", showWhen: { state: "focus" } },
46
+ { key: "focusRing", label: "Ring", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
47
+ // Disabled defaults intentionally match the default state — the
48
+ // visible "disabled" signal comes from the chips inside (which
49
+ // receive the forwarded `disabled` prop and render the Chip atom's
50
+ // own muted palette) plus `cursor: not-allowed` and the field
51
+ // being skipped in the tab order. Stacking an opacity dim on the
52
+ // wrapper would double-dim the already-muted chips and ruin
53
+ // readability, so opacity defaults to 1 — exposed as a knob if the
54
+ // brand really wants a dimmed disabled treatment.
55
+ { key: "disabledBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "disabled" } },
56
+ { key: "disabledBorder", label: "Border", control: "color", defaultValue: "var(--color-border)", section: "colors", showWhen: { state: "disabled" } },
57
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 1, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
58
+ // Error state — field-style atom (constrained picker), so it gets
59
+ // the standard error surface: red border + bg on the inner `__field`,
60
+ // plus the shared message knobs. errorBg / errorBorder paint the
61
+ // field; errorColor + errorMessageSize theme the `__error-message`
62
+ // below it. The latter two share keys with the rest of the input
63
+ // family so the editor's "Match in N Inputs" sync links them. All
64
+ // four kebab through the fallback path to `--uxm-pill-select-error-*`
65
+ // (declared on the root, cascade down to `__field`). `colors` section
66
+ // for bg/border matches the other per-state field colors above.
67
+ { key: "errorBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "error" } },
68
+ { key: "errorBorder", label: "Border", control: "color", defaultValue: "var(--color-danger-text)", section: "colors", showWhen: { state: "error" } },
69
+ { key: "errorColor", label: "Label + Message", control: "color", defaultValue: "var(--color-danger-text)", section: "errorState", showWhen: { state: "error" } },
70
+ { key: "errorMessageSize", label: "Message Size", control: "number", defaultValue: 12, min: 10, max: 16, step: 1, unit: "px", section: "errorState", showWhen: { state: "error" } },
71
+ // Shape (universal, no showWhen). Keys `radius` and `chipGap` are
72
+ // deliberately NOT named `borderRadius` / `gap` (which would land
73
+ // in REAL_CSS_PROPS and emit plain CSS on the root); the field-
74
+ // radius lives on the inner `__field`, and `chipGap` is the field's
75
+ // flex gap. `paddingX` / `paddingY` ARE REAL_CSS_PROPS — routed via
76
+ // PER_COMPONENT_MAPPING so they land on `__field`, not the root.
77
+ { key: "radius", label: "Field Radius", control: "slider", defaultValue: 8, min: 0, max: 16, step: 1, unit: "px" },
78
+ { key: "chipGap", label: "Chip Gap", control: "number", defaultValue: 6, min: 2, max: 12, step: 2, unit: "px" },
79
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 10, min: 4, max: 24, step: 2, unit: "px" },
80
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 8, min: 4, max: 20, step: 2, unit: "px" }
81
+ // Label rendering is the consumer's responsibility — the atom
82
+ // doesn't own a `<label>` element. Preview-only label knobs
83
+ // (labelColor, labelSize) were removed pending a project-wide
84
+ // decision on label theming has now landed: FormField is the sole
85
+ // owner. Wrap pill-select in `<FormField>` to add a label; this
86
+ // atom is just the multi-select field. labelPosition variant was
87
+ // removed here for the same reason — labels are FormField's concern.
88
+ ],
89
+ layoutVariants: [
90
+ {
91
+ key: "state",
92
+ label: "State",
93
+ options: [
94
+ { value: "default", label: "Default" },
95
+ { value: "hover", label: "Hover" },
96
+ { value: "focus", label: "Focus" },
97
+ { value: "disabled", label: "Disabled" },
98
+ { value: "error", label: "Error" }
99
+ ],
100
+ defaultValue: "default"
101
+ },
102
+ // Chip layout variant — `inside` keeps chips inline within the
103
+ // trigger (tag-input pattern); `below` puts them in a separate row
104
+ // beneath the trigger (filter-bar pattern). Default `below` —
105
+ // modern default, trigger stays a constant height. Consumers
106
+ // wanting the classic compact "To:" tag-input switch to `inside`.
107
+ {
108
+ key: "chipsPosition",
109
+ label: "Chips Position",
110
+ options: [
111
+ { value: "below", label: "Below" },
112
+ { value: "inside", label: "Inside" }
113
+ ],
114
+ defaultValue: "below"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ id: "inline-filter",
120
+ name: "Inline Filters",
121
+ category: "Composite",
122
+ description: `Horizontal filter bar \u2014 three slots (search / filters / trailing). The filters slot accepts <Chip mode="filter"> from the consumer; chip theming lives on the Chip atom's registry, not here. This shell is layout-only.`,
123
+ styleProperties: [
124
+ // Layout-only. The chip-shape knobs that used to live here
125
+ // (chipBg, chipActiveBg, chipText, chipActiveText, plus
126
+ // borderRadius / fontSize / paddingX / paddingY) have moved to
127
+ // the Chip atom — the shell shouldn't claim theming responsibility
128
+ // for what its consumers slot in.
129
+ { key: "gap", label: "Slot Gap", control: "number", defaultValue: 12, min: 4, max: 32, step: 2, unit: "px" }
130
+ ],
131
+ layoutVariants: []
132
+ },
133
+ {
134
+ id: "content-tooltip",
135
+ name: "Content Tooltip",
136
+ category: "Composite",
137
+ description: "Rich tooltip with title, description, and action.",
138
+ styleProperties: [
139
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors" },
140
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
141
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 12, min: 0, max: 20, step: 1, unit: "px" },
142
+ { key: "padding", label: "Padding", control: "number", defaultValue: 16, min: 8, max: 32, step: 4, unit: "px" },
143
+ { key: "shadow", label: "Shadow", control: "toggle", defaultValue: true },
144
+ { key: "maxWidth", label: "Max Width", control: "number", defaultValue: 280, min: 180, max: 400, step: 20, unit: "px" },
145
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 14, min: 11, max: 18, step: 1, unit: "px" }
146
+ ],
147
+ layoutVariants: []
148
+ },
149
+ {
150
+ id: "form-multirow",
151
+ name: "Multi-Row Form",
152
+ category: "Composite",
153
+ description: "Multi-section form with two-column rows. Composes FormField + TextInput / Select / Textarea; input theming flows through the input atoms' registries, label theming through FormField's. Always renders top labels \u2014 side labels + multi-section is a cramped combination and adds no signal worth exposing.",
154
+ styleProperties: [
155
+ // Form card shape + section/field spacing only. `inputRadius` is
156
+ // gone (TextInput owns its own border-radius); `borderColor` is
157
+ // now exclusively the form card outline.
158
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors" },
159
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
160
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 12, min: 0, max: 24, step: 1, unit: "px" },
161
+ { key: "padding", label: "Padding", control: "number", defaultValue: 32, min: 16, max: 48, step: 4, unit: "px" },
162
+ { key: "fieldGap", label: "Field Gap", control: "number", defaultValue: 20, min: 8, max: 40, step: 4, unit: "px" },
163
+ { key: "sectionGap", label: "Section Gap", control: "number", defaultValue: 32, min: 16, max: 48, step: 4, unit: "px" }
164
+ ],
165
+ layoutVariants: [
166
+ {
167
+ key: "columns",
168
+ label: "Columns",
169
+ options: [
170
+ { value: "1", label: "Single" },
171
+ { value: "2", label: "Two Column" }
172
+ ],
173
+ defaultValue: "2"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ id: "data-table",
179
+ name: "Data Table",
180
+ category: "Composite",
181
+ description: "Sortable data table with header, rows, and actions.",
182
+ styleProperties: [
183
+ { key: "headerBg", label: "Header Bg", control: "color", defaultValue: "var(--color-surface-alt)", section: "colors" },
184
+ { key: "headerText", label: "Header Text", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
185
+ { key: "rowBg", label: "Row Bg", control: "color", defaultValue: "var(--color-card)", section: "colors" },
186
+ { key: "rowHoverBg", label: "Row Hover Bg", control: "color", defaultValue: "var(--color-surface-alt)", section: "colors" },
187
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
188
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 8, min: 0, max: 16, step: 1, unit: "px" },
189
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 13, min: 11, max: 16, step: 1, unit: "px" },
190
+ { key: "cellPaddingX", label: "Cell Padding X", control: "number", defaultValue: 12, min: 8, max: 24, step: 2, unit: "px" },
191
+ { key: "cellPaddingY", label: "Cell Padding Y", control: "number", defaultValue: 12, min: 6, max: 20, step: 2, unit: "px" }
192
+ ],
193
+ layoutVariants: [
194
+ {
195
+ key: "density",
196
+ label: "Density",
197
+ options: [
198
+ { value: "compact", label: "Compact" },
199
+ { value: "default", label: "Default" },
200
+ { value: "relaxed", label: "Relaxed" }
201
+ ],
202
+ defaultValue: "default"
203
+ }
204
+ ],
205
+ events: [
206
+ { name: "onRowClick", description: "Fires when the user clicks a row (not bubbled from clicks inside the row-actions cell).", payload: "{ row: T }" },
207
+ { name: "onCommit", description: "Fires when an editable cell commits a new value \u2014 Enter or blur.", payload: "{ row: T, value: EditableCellValue }" }
208
+ ]
209
+ },
210
+ {
211
+ id: "view-switcher",
212
+ name: "View Switcher",
213
+ category: "Composite",
214
+ description: "Compact icon-only segmented control for toggling grid / list view. State knobs cover default / hover / focus / active / disabled across the individual icon button \u2014 the track surface is shared.",
215
+ styleProperties: [
216
+ // ── Track surface (shared across all states)
217
+ { key: "trackBg", label: "Track Background", control: "color", defaultValue: "var(--color-surface)", section: "track" },
218
+ { key: "trackBorder", label: "Track Border", control: "color", defaultValue: "var(--color-border)", section: "track" },
219
+ { key: "trackRadius", label: "Track Radius", control: "slider", defaultValue: 8, min: 0, max: 99, step: 1, unit: "px", section: "track" },
220
+ { key: "trackPadding", label: "Track Padding", control: "number", defaultValue: 2, min: 0, max: 8, step: 1, unit: "px", section: "track" },
221
+ { key: "gap", label: "Button Gap", control: "number", defaultValue: 0, min: 0, max: 8, step: 1, unit: "px", section: "track" },
222
+ // ── Per-state colors (filtered by State variant). Icon-only atom,
223
+ // so the foreground knob is the icon color (CSS `color` driving
224
+ // `currentColor` in the icon SVG).
225
+ { key: "inactiveIcon", label: "Icon Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
226
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-surface-alt)", section: "states", showWhen: { state: "hover" } },
227
+ { key: "hoverIcon", label: "Icon Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
228
+ { key: "focusIcon", label: "Icon Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
229
+ { key: "activeBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "states", showWhen: { state: "active" } },
230
+ { key: "activeIcon", label: "Icon Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "active" } },
231
+ { key: "disabledIcon", label: "Icon Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
232
+ // Focus ring + disabled opacity in their own sections.
233
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
234
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
235
+ // ── Shared sizing (applies to every button state)
236
+ { key: "buttonSize", label: "Button Size", control: "number", defaultValue: 28, min: 20, max: 44, step: 2, unit: "px" },
237
+ { key: "buttonRadius", label: "Button Radius", control: "slider", defaultValue: 6, min: 0, max: 99, step: 1, unit: "px" },
238
+ { key: "iconSize", label: "Icon Size", control: "number", defaultValue: 16, min: 12, max: 24, step: 1, unit: "px" }
239
+ ],
240
+ layoutVariants: [
241
+ {
242
+ key: "state",
243
+ label: "State",
244
+ options: [
245
+ { value: "default", label: "Default" },
246
+ { value: "hover", label: "Hover" },
247
+ { value: "focus", label: "Focus" },
248
+ { value: "active", label: "Active" },
249
+ { value: "disabled", label: "Disabled" }
250
+ ],
251
+ defaultValue: "default"
252
+ }
253
+ ],
254
+ events: [
255
+ { name: "onChange", description: "Fires when the user picks a different view.", payload: "{ value: string }" }
256
+ ]
257
+ },
258
+ {
259
+ id: "tabs",
260
+ name: "Tabs",
261
+ category: "Composite",
262
+ description: "Horizontal tab strip with icon + label, splitting the width between tabs. State knobs cover default / hover / focus / active / disabled across the individual tab item \u2014 the track surface is shared.",
263
+ styleProperties: [
264
+ // ── Track surface (shared across all tab states)
265
+ { key: "trackBg", label: "Track Background", control: "color", defaultValue: "var(--color-surface)", section: "track" },
266
+ { key: "trackBorder", label: "Track Border", control: "color", defaultValue: "var(--color-border)", section: "track" },
267
+ { key: "trackRadius", label: "Track Radius", control: "slider", defaultValue: 8, min: 0, max: 99, step: 1, unit: "px", section: "track" },
268
+ { key: "trackPadding", label: "Track Padding", control: "number", defaultValue: 2, min: 0, max: 8, step: 1, unit: "px", section: "track" },
269
+ { key: "gap", label: "Tab Gap", control: "number", defaultValue: 0, min: 0, max: 8, step: 1, unit: "px", section: "track" },
270
+ // ── Per-state tab colors. Mirrors the button family: each state owns
271
+ // its own bg/text knobs, filtered into a single "States" section by
272
+ // the State variant. Default is the resting inactive tab; active is
273
+ // the currently-selected tab's appearance.
274
+ { key: "inactiveText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
275
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-surface-alt)", section: "states", showWhen: { state: "hover" } },
276
+ { key: "hoverText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
277
+ { key: "focusText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
278
+ { key: "activeBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "states", showWhen: { state: "active" } },
279
+ { key: "activeText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "active" } },
280
+ { key: "disabledText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
281
+ // Focus ring + disabled opacity each live in their own section — they
282
+ // sit semantically next to the state-scoped color knobs but are
283
+ // standalone treatments (ring outline / dimming) rather than
284
+ // foreground/background colors.
285
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
286
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
287
+ // ── Shared sizing (applies to every tab state)
288
+ { key: "tabRadius", label: "Tab Radius", control: "slider", defaultValue: 6, min: 0, max: 99, step: 1, unit: "px" },
289
+ { key: "paddingX", label: "Tab Padding X", control: "number", defaultValue: 12, min: 4, max: 24, step: 2, unit: "px" },
290
+ { key: "paddingY", label: "Tab Padding Y", control: "number", defaultValue: 6, min: 2, max: 14, step: 1, unit: "px" },
291
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 12, min: 10, max: 16, step: 1, unit: "px" },
292
+ { key: "fontWeight", label: "Inactive Weight", control: "select", defaultValue: "500", options: ["400", "500", "600"] },
293
+ { key: "iconSize", label: "Icon Size", control: "number", defaultValue: 12, min: 10, max: 20, step: 1, unit: "px" },
294
+ { key: "iconGap", label: "Icon Gap", control: "number", defaultValue: 6, min: 2, max: 12, step: 1, unit: "px" }
295
+ ],
296
+ layoutVariants: [
297
+ {
298
+ key: "state",
299
+ label: "State",
300
+ options: [
301
+ { value: "default", label: "Default" },
302
+ { value: "hover", label: "Hover" },
303
+ { value: "focus", label: "Focus" },
304
+ { value: "active", label: "Active" },
305
+ { value: "disabled", label: "Disabled" }
306
+ ],
307
+ defaultValue: "default"
308
+ }
309
+ ],
310
+ events: [
311
+ { name: "onChange", description: "Fires when the user picks a different tab.", payload: "{ value: string }" }
312
+ ]
313
+ },
314
+ {
315
+ id: "tabs-underline",
316
+ name: "Tabs \u2014 Underline",
317
+ category: "Composite",
318
+ description: "Page-nav tab strip \u2014 text labels with an animated underline bar under the active tab. State knobs cover default / hover / focus / active / disabled across the individual tab item \u2014 the track bottom rule and bar shape are shared.",
319
+ styleProperties: [
320
+ // ── Track surface (shared — just the bottom rule + tab spacing)
321
+ { key: "trackBorderColor", label: "Track Border", control: "color", defaultValue: "var(--color-border)", section: "track" },
322
+ { key: "trackBorderWidth", label: "Track Border Width", control: "number", defaultValue: 1, min: 0, max: 6, step: 1, unit: "px", section: "track" },
323
+ { key: "gap", label: "Tab Gap", control: "number", defaultValue: 4, min: 0, max: 16, step: 1, unit: "px", section: "track" },
324
+ // ── Per-state tab colors. Mirrors the tabs atom shape: each state
325
+ // owns its own text color, filtered into a single "States" section
326
+ // by the State variant. Active also owns the underline bar color —
327
+ // the bar is the active-state's defining visual.
328
+ { key: "inactiveText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
329
+ { key: "hoverText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
330
+ { key: "focusText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
331
+ { key: "activeText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "active" } },
332
+ { key: "barColor", label: "Bar Color", control: "color", defaultValue: "var(--color-accent)", section: "states", showWhen: { state: "active" } },
333
+ { key: "disabledText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
334
+ // Focus ring + disabled opacity in their own sections — standalone
335
+ // treatments (ring outline / dimming) rather than fg/bg colors.
336
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
337
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
338
+ // ── Bar shape (structural — always defines what the bar looks like
339
+ // when an active tab is rendered, so shared across states)
340
+ { key: "barHeight", label: "Bar Height", control: "number", defaultValue: 2, min: 1, max: 6, step: 1, unit: "px" },
341
+ { key: "barRadius", label: "Bar Radius", control: "slider", defaultValue: 2, min: 0, max: 4, step: 1, unit: "px" },
342
+ // ── Shared sizing (applies to every tab state)
343
+ { key: "paddingX", label: "Tab Padding X", control: "number", defaultValue: 12, min: 4, max: 24, step: 2, unit: "px" },
344
+ { key: "paddingY", label: "Tab Padding Y", control: "number", defaultValue: 8, min: 4, max: 16, step: 1, unit: "px" },
345
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 13, min: 11, max: 16, step: 1, unit: "px" },
346
+ { key: "fontWeight", label: "Inactive Weight", control: "select", defaultValue: "500", options: ["400", "500", "600"] },
347
+ { key: "iconSize", label: "Icon Size", control: "number", defaultValue: 14, min: 10, max: 20, step: 1, unit: "px" },
348
+ { key: "iconGap", label: "Icon Gap", control: "number", defaultValue: 6, min: 2, max: 12, step: 1, unit: "px" }
349
+ ],
350
+ layoutVariants: [
351
+ {
352
+ key: "state",
353
+ label: "State",
354
+ options: [
355
+ { value: "default", label: "Default" },
356
+ { value: "hover", label: "Hover" },
357
+ { value: "focus", label: "Focus" },
358
+ { value: "active", label: "Active" },
359
+ { value: "disabled", label: "Disabled" }
360
+ ],
361
+ defaultValue: "default"
362
+ }
363
+ ],
364
+ events: [
365
+ { name: "onChange", description: "Fires when the user picks a different tab.", payload: "{ value: string }" }
366
+ ]
367
+ },
368
+ {
369
+ id: "filter-tabs",
370
+ name: "Filter Tabs",
371
+ category: "Composite",
372
+ description: "Segmented tab strip used for status filters like All / Active / Draft. State knobs cover default / hover / focus / active / disabled across the individual filter chip \u2014 the track surface is shared.",
373
+ styleProperties: [
374
+ // ── Track surface (shared across all states)
375
+ { key: "trackBg", label: "Track Background", control: "color", defaultValue: "var(--color-surface)", section: "track" },
376
+ { key: "trackBorder", label: "Track Border", control: "color", defaultValue: "var(--color-border)", section: "track" },
377
+ { key: "trackRadius", label: "Track Radius", control: "slider", defaultValue: 8, min: 0, max: 99, step: 1, unit: "px", section: "track" },
378
+ { key: "trackPadding", label: "Track Padding", control: "number", defaultValue: 2, min: 0, max: 8, step: 1, unit: "px", section: "track" },
379
+ { key: "gap", label: "Tab Gap", control: "number", defaultValue: 0, min: 0, max: 8, step: 1, unit: "px", section: "track" },
380
+ // ── Per-state colors (filtered by State variant)
381
+ { key: "inactiveText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
382
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-surface-alt)", section: "states", showWhen: { state: "hover" } },
383
+ { key: "hoverText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
384
+ { key: "focusText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
385
+ { key: "activeBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "states", showWhen: { state: "active" } },
386
+ { key: "activeText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "active" } },
387
+ { key: "disabledText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
388
+ // Focus ring + disabled opacity in their own sections — standalone
389
+ // treatments (ring outline / dimming) rather than fg/bg colors.
390
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
391
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
392
+ // ── Shared sizing (applies to every chip state)
393
+ { key: "tabRadius", label: "Tab Radius", control: "slider", defaultValue: 6, min: 0, max: 99, step: 1, unit: "px" },
394
+ { key: "paddingX", label: "Tab Padding X", control: "number", defaultValue: 12, min: 6, max: 24, step: 2, unit: "px" },
395
+ { key: "paddingY", label: "Tab Padding Y", control: "number", defaultValue: 6, min: 2, max: 14, step: 1, unit: "px" },
396
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 12, min: 10, max: 16, step: 1, unit: "px" },
397
+ { key: "fontWeight", label: "Inactive Weight", control: "select", defaultValue: "500", options: ["400", "500", "600"] }
398
+ ],
399
+ layoutVariants: [
400
+ {
401
+ key: "state",
402
+ label: "State",
403
+ options: [
404
+ { value: "default", label: "Default" },
405
+ { value: "hover", label: "Hover" },
406
+ { value: "focus", label: "Focus" },
407
+ { value: "active", label: "Active" },
408
+ { value: "disabled", label: "Disabled" }
409
+ ],
410
+ defaultValue: "default"
411
+ }
412
+ ],
413
+ events: [
414
+ { name: "onChange", description: "Fires when the user picks a different filter.", payload: "{ value: string }" }
415
+ ]
416
+ },
417
+ {
418
+ id: "button-group",
419
+ name: "Button Group",
420
+ category: "Composite",
421
+ description: "Segmented button group with connected buttons. State knobs cover default / hover / focus / active / disabled across the individual button \u2014 the connecting border and outer frame are shared.",
422
+ styleProperties: [
423
+ // ── Frame (shared across all states — the connecting borders and
424
+ // outer rounded frame define the group as a single unit)
425
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "frame" },
426
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 8, min: 0, max: 20, step: 1, unit: "px", section: "frame" },
427
+ // ── Per-state colors (filtered by State variant). Unlike the other
428
+ // segmented atoms, each button has its own non-transparent bg so
429
+ // every state owns both bg and text.
430
+ { key: "inactiveBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "states", showWhen: { state: "default" } },
431
+ { key: "inactiveText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
432
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-surface-alt)", section: "states", showWhen: { state: "hover" } },
433
+ { key: "hoverText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
434
+ { key: "focusText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
435
+ { key: "activeBg", label: "Background", control: "color", defaultValue: "var(--color-accent-subtle)", section: "states", showWhen: { state: "active" } },
436
+ { key: "activeText", label: "Text Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "states", showWhen: { state: "active" } },
437
+ { key: "disabledBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "states", showWhen: { state: "disabled" } },
438
+ { key: "disabledText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
439
+ // Focus ring + disabled opacity in their own sections.
440
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
441
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
442
+ // ── Shared sizing (applies to every button state)
443
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 13, min: 10, max: 18, step: 1, unit: "px" },
444
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 16, min: 8, max: 32, step: 2, unit: "px" },
445
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 8, min: 4, max: 16, step: 2, unit: "px" }
446
+ ],
447
+ layoutVariants: [
448
+ {
449
+ key: "state",
450
+ label: "State",
451
+ options: [
452
+ { value: "default", label: "Default" },
453
+ { value: "hover", label: "Hover" },
454
+ { value: "focus", label: "Focus" },
455
+ { value: "active", label: "Active" },
456
+ { value: "disabled", label: "Disabled" }
457
+ ],
458
+ defaultValue: "default"
459
+ }
460
+ ],
461
+ events: [
462
+ { name: "onChange", description: "Fires when the user picks a different option.", payload: "{ value: string }" }
463
+ ]
464
+ },
465
+ {
466
+ id: "side-flexpane",
467
+ name: "Side Flexpane",
468
+ category: "Composite",
469
+ description: "Right-sliding edit panel with header, scrollable body, and footer actions.",
470
+ styleProperties: [
471
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors" },
472
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
473
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 0, min: 0, max: 20, step: 1, unit: "px" },
474
+ { key: "width", label: "Width", control: "number", defaultValue: 380, min: 280, max: 520, step: 20, unit: "px" },
475
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 24, min: 12, max: 40, step: 2, unit: "px" },
476
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 16, min: 8, max: 32, step: 2, unit: "px" },
477
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 16, min: 13, max: 22, step: 1, unit: "px" },
478
+ { key: "labelColor", label: "Label Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" }
479
+ ],
480
+ layoutVariants: [],
481
+ events: [
482
+ { name: "onClose", description: "Fires when the user dismisses the flexpane via the close affordance or backdrop click.", payload: "void" },
483
+ { name: "onResize", description: "Fires while the user drags the left-edge handle to resize. Final width on drag end.", payload: "{ width: number }" },
484
+ { name: "onBack", description: "Fires when the user clicks the back-link bar (rendered only when `onBack` is set).", payload: "void" },
485
+ { name: "onExpandedChange", description: "Fires with the next expanded state when the maximize toggle is clicked (`expandable`).", payload: "{ expanded: boolean }" }
486
+ ]
487
+ },
488
+ {
489
+ id: "page-header",
490
+ name: "Page Header",
491
+ category: "Composite",
492
+ description: "Icon + title + meta text with trailing action buttons.",
493
+ styleProperties: [
494
+ { key: "titleColor", label: "Title Color", control: "color", defaultValue: "var(--color-text)", section: "colors" },
495
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 22, min: 16, max: 32, step: 1, unit: "px" },
496
+ { key: "metaColor", label: "Meta Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
497
+ { key: "metaSize", label: "Meta Size", control: "number", defaultValue: 13, min: 11, max: 18, step: 1, unit: "px" },
498
+ { key: "iconBg", label: "Icon Bg", control: "color", defaultValue: "var(--color-accent-subtle)", section: "colors" },
499
+ { key: "iconColor", label: "Icon Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "colors" },
500
+ { key: "iconSize", label: "Icon Size", control: "number", defaultValue: 40, min: 24, max: 64, step: 4, unit: "px" },
501
+ { key: "gap", label: "Gap", control: "number", defaultValue: 16, min: 6, max: 32, step: 2, unit: "px" },
502
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 0, min: 0, max: 40, step: 2, unit: "px" },
503
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 0, min: 0, max: 32, step: 2, unit: "px" }
504
+ ],
505
+ layoutVariants: []
506
+ },
507
+ {
508
+ id: "divider",
509
+ name: "Divider",
510
+ category: "Display",
511
+ description: "Horizontal rule, optionally with a centred label.",
512
+ styleProperties: [
513
+ { key: "color", label: "Line Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
514
+ { key: "thickness", label: "Thickness", control: "slider", defaultValue: 1, min: 1, max: 4, step: 1, unit: "px" },
515
+ { key: "showLabel", label: "Show Label", control: "toggle", defaultValue: false },
516
+ { key: "labelColor", label: "Label Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
517
+ { key: "labelSize", label: "Label Size", control: "number", defaultValue: 10, min: 9, max: 14, step: 1, unit: "px" },
518
+ { key: "gap", label: "Label Gap", control: "number", defaultValue: 12, min: 4, max: 24, step: 2, unit: "px" }
519
+ ],
520
+ layoutVariants: []
521
+ },
522
+ {
523
+ id: "login-page",
524
+ name: "Login Page",
525
+ category: "Composite",
526
+ description: "Sign-in screen with a centered form card on a configurable background \u2014 solid, pattern, or image.",
527
+ styleProperties: [
528
+ { key: "bgColor", label: "Background Color", control: "color", defaultValue: "var(--color-surface-alt)", section: "colors" },
529
+ { key: "patternColor", label: "Pattern Color", control: "color", defaultValue: "color-mix(in srgb, var(--color-text) 8%, transparent)", section: "colors" },
530
+ { key: "patternSize", label: "Pattern Size", control: "number", defaultValue: 18, min: 6, max: 48, step: 2, unit: "px" },
531
+ { key: "imageUrl", label: "Image URL", control: "text", defaultValue: "" },
532
+ { key: "imageFit", label: "Image Fit", control: "select", defaultValue: "cover", options: ["cover", "contain", "repeat"] },
533
+ { key: "cardBg", label: "Card Background", control: "color", defaultValue: "var(--color-card)", section: "colors" },
534
+ { key: "cardBorderColor", label: "Card Border", control: "color", defaultValue: "var(--color-border)", section: "colors" },
535
+ { key: "cardBorderWidth", label: "Card Border Width", control: "number", defaultValue: 1, min: 0, max: 3, step: 1, unit: "px" },
536
+ { key: "cardRadius", label: "Card Radius", control: "slider", defaultValue: 12, min: 0, max: 32, step: 1, unit: "px" },
537
+ { key: "cardShadow", label: "Card Shadow", control: "toggle", defaultValue: true },
538
+ { key: "cardMaxWidth", label: "Card Max Width", control: "number", defaultValue: 360, min: 240, max: 560, step: 8, unit: "px" },
539
+ { key: "cardPadding", label: "Card Padding", control: "number", defaultValue: 32, min: 16, max: 64, step: 4, unit: "px" },
540
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 22, min: 14, max: 36, step: 1, unit: "px" },
541
+ { key: "titleColor", label: "Title Color", control: "color", defaultValue: "var(--color-text)", section: "colors" },
542
+ { key: "subtitleSize", label: "Subtitle Size", control: "number", defaultValue: 13, min: 10, max: 18, step: 1, unit: "px" },
543
+ { key: "subtitleColor", label: "Subtitle Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
544
+ { key: "logoSize", label: "Logo Size", control: "number", defaultValue: 36, min: 16, max: 80, step: 2, unit: "px" }
545
+ ],
546
+ layoutVariants: [
547
+ {
548
+ key: "background",
549
+ label: "Background",
550
+ options: [
551
+ { value: "solid", label: "Solid" },
552
+ { value: "dots", label: "Dot Grid" },
553
+ { value: "stripes", label: "Diagonal Stripes" },
554
+ { value: "image", label: "Image" }
555
+ ],
556
+ defaultValue: "solid"
557
+ }
558
+ ]
559
+ },
560
+ {
561
+ id: "error-page",
562
+ name: "Error Page",
563
+ category: "Composite",
564
+ description: "Centered error / not-found layout \u2014 code, title, message, and action buttons.",
565
+ styleProperties: [
566
+ { key: "codeSize", label: "Code Size", control: "number", defaultValue: 88, min: 48, max: 160, step: 4, unit: "px" },
567
+ { key: "codeColor", label: "Code Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "colors" },
568
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 24, min: 16, max: 40, step: 1, unit: "px" },
569
+ { key: "titleColor", label: "Title Color", control: "color", defaultValue: "var(--color-text)", section: "colors" },
570
+ { key: "messageSize", label: "Message Size", control: "number", defaultValue: 14, min: 11, max: 20, step: 1, unit: "px" },
571
+ { key: "messageColor", label: "Message Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
572
+ { key: "iconBg", label: "Icon Tile Bg", control: "color", defaultValue: "var(--color-accent-subtle)", section: "colors" },
573
+ { key: "iconColor", label: "Icon Tile Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "colors" },
574
+ { key: "iconSize", label: "Icon Tile Size", control: "number", defaultValue: 56, min: 32, max: 96, step: 4, unit: "px" },
575
+ { key: "messageMaxWidth", label: "Message Max Width", control: "number", defaultValue: 448, min: 240, max: 720, step: 8, unit: "px" }
576
+ ],
577
+ layoutVariants: [
578
+ {
579
+ key: "variant",
580
+ label: "Variant",
581
+ options: [
582
+ { value: "404", label: "404 \u2014 Not Found" },
583
+ { value: "500", label: "500 \u2014 Server Error" },
584
+ { value: "empty", label: "Empty / Generic" }
585
+ ],
586
+ defaultValue: "404"
587
+ }
588
+ ]
589
+ },
590
+ {
591
+ id: "sidebar-nav-item",
592
+ name: "Sidebar Nav Item",
593
+ category: "Composite",
594
+ description: 'Icon + label row used in the left navigation. State knobs cover default / hover / focus / active / disabled across the row \u2014 the active state is the currently-selected nav item (renders with `aria-current="page"`). Icon tile and sizing are shared across every state.',
595
+ styleProperties: [
596
+ // ── Per-state row colors. Filtered into a single "States" section
597
+ // by the State variant. Each state owns both bg and text knobs
598
+ // (the row is opaque enough that bg matters). Focus is the
599
+ // exception — text knob plus the standalone ring.
600
+ { key: "inactiveBg", label: "Background", control: "color", defaultValue: "transparent", section: "states", showWhen: { state: "default" } },
601
+ { key: "inactiveText", label: "Text Color", control: "color", defaultValue: "var(--color-text-strong)", section: "states", showWhen: { state: "default" } },
602
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "color-mix(in srgb, var(--color-surface) 60%, transparent)", section: "states", showWhen: { state: "hover" } },
603
+ { key: "hoverText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
604
+ { key: "focusText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
605
+ { key: "activeBg", label: "Background", control: "color", defaultValue: "var(--color-surface)", section: "states", showWhen: { state: "active" } },
606
+ { key: "activeText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "active" } },
607
+ { key: "disabledBg", label: "Background", control: "color", defaultValue: "transparent", section: "states", showWhen: { state: "disabled" } },
608
+ { key: "disabledText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
609
+ // Focus ring + disabled opacity in their own sections.
610
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
611
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
612
+ // ── Shared sizing (applies to every state)
613
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 8, min: 0, max: 16, step: 1, unit: "px" },
614
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 12, min: 4, max: 24, step: 2, unit: "px" },
615
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 10, min: 4, max: 16, step: 1, unit: "px" },
616
+ { key: "gap", label: "Icon Gap", control: "number", defaultValue: 10, min: 4, max: 20, step: 1, unit: "px" },
617
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 13, min: 11, max: 18, step: 1, unit: "px" },
618
+ { key: "fontWeight", label: "Font Weight", control: "select", defaultValue: "500", options: ["400", "500", "600", "700"] },
619
+ // ── Icon tile (sub-element, shared across every state)
620
+ { key: "iconBg", label: "Icon Tile Bg", control: "color", defaultValue: "var(--color-surface-alt)", section: "icon" },
621
+ { key: "iconColor", label: "Icon Color", control: "color", defaultValue: "var(--color-text)", section: "icon" },
622
+ { key: "iconBoxSize", label: "Icon Tile Size", control: "number", defaultValue: 24, min: 16, max: 36, step: 2, unit: "px", section: "icon" },
623
+ { key: "iconRadius", label: "Icon Tile Radius", control: "slider", defaultValue: 6, min: 0, max: 12, step: 1, unit: "px", section: "icon" },
624
+ { key: "iconSize", label: "Icon Size", control: "number", defaultValue: 14, min: 10, max: 24, step: 1, unit: "px", section: "icon" }
625
+ ],
626
+ layoutVariants: [
627
+ {
628
+ key: "state",
629
+ label: "State",
630
+ options: [
631
+ { value: "default", label: "Default" },
632
+ { value: "hover", label: "Hover" },
633
+ { value: "focus", label: "Focus" },
634
+ { value: "active", label: "Active" },
635
+ { value: "disabled", label: "Disabled" }
636
+ ],
637
+ defaultValue: "default"
638
+ },
639
+ {
640
+ // Persistent badge slot demo — the preview renders a sample marker
641
+ // (a checkmark or a count pill) in the always-visible `badge` slot so
642
+ // its look can be verified next to the hover-reveal trailing slot.
643
+ key: "badge",
644
+ label: "Badge",
645
+ options: [
646
+ { value: "off", label: "Off" },
647
+ { value: "check", label: "Checkmark" },
648
+ { value: "count", label: "Count" }
649
+ ],
650
+ defaultValue: "off"
651
+ }
652
+ ],
653
+ events: [
654
+ { name: "onClick", description: "Fires when the user clicks the nav item (or activates it via Enter).", payload: "MouseEvent" }
655
+ ]
656
+ },
657
+ {
658
+ id: "explorer-list-item",
659
+ name: "Explorer List Item",
660
+ category: "Composite",
661
+ description: "Component-explorer / file-tree row. State knobs cover default / hover / focus / active / disabled \u2014 the active state is the selected entry and shows a left rail (an accent bar) instead of a filled tile, distinguishing it from SidebarNavItem's icon-tile style.",
662
+ styleProperties: [
663
+ // ── Per-state row colors. Filtered into a single "States" section
664
+ // by the State variant. Each state owns bg + text where relevant;
665
+ // focus is the exception (text knob + standalone ring).
666
+ { key: "inactiveBg", label: "Background", control: "color", defaultValue: "transparent", section: "states", showWhen: { state: "default" } },
667
+ { key: "inactiveText", label: "Text Color", control: "color", defaultValue: "var(--color-text-strong)", section: "states", showWhen: { state: "default" } },
668
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "color-mix(in srgb, var(--color-surface) 60%, transparent)", section: "states", showWhen: { state: "hover" } },
669
+ { key: "hoverText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
670
+ { key: "focusText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
671
+ { key: "activeBg", label: "Background", control: "color", defaultValue: "var(--color-surface)", section: "states", showWhen: { state: "active" } },
672
+ { key: "activeText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "active" } },
673
+ { key: "disabledBg", label: "Background", control: "color", defaultValue: "transparent", section: "states", showWhen: { state: "disabled" } },
674
+ { key: "disabledText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
675
+ // Focus ring + disabled opacity in their own sections.
676
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
677
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
678
+ // Rail — the visual treatment of the active state. Scoped to the
679
+ // active state so the knobs sit next to activeBg / activeText.
680
+ { key: "railColor", label: "Rail Color", control: "color", defaultValue: "var(--color-accent)", section: "rail", showWhen: { state: "active" } },
681
+ { key: "railWidth", label: "Rail Width", control: "number", defaultValue: 2, min: 1, max: 6, step: 1, unit: "px", section: "rail", showWhen: { state: "active" } },
682
+ { key: "railHeight", label: "Rail Height", control: "number", defaultValue: 16, min: 8, max: 24, step: 2, unit: "px", section: "rail", showWhen: { state: "active" } },
683
+ { key: "railRadius", label: "Rail Radius", control: "slider", defaultValue: 999, min: 0, max: 999, step: 1, unit: "px", section: "rail", showWhen: { state: "active" } },
684
+ // Trailing slot — shared across every state (always visible).
685
+ { key: "trailingColor", label: "Trailing Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "trailing" },
686
+ { key: "trailingSize", label: "Trailing Size", control: "number", defaultValue: 10, min: 8, max: 14, step: 1, unit: "px", section: "trailing" },
687
+ // ── Shared sizing (applies to every state)
688
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 8, min: 0, max: 16, step: 1, unit: "px" },
689
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 12, min: 4, max: 24, step: 2, unit: "px" },
690
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 8, min: 4, max: 16, step: 1, unit: "px" },
691
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 13, min: 11, max: 16, step: 1, unit: "px" },
692
+ { key: "fontWeight", label: "Font Weight", control: "select", defaultValue: "500", options: ["400", "500", "600"] },
693
+ { key: "gap", label: "Gap", control: "number", defaultValue: 8, min: 2, max: 16, step: 1, unit: "px" }
694
+ ],
695
+ layoutVariants: [
696
+ {
697
+ key: "state",
698
+ label: "State",
699
+ options: [
700
+ { value: "default", label: "Default" },
701
+ { value: "hover", label: "Hover" },
702
+ { value: "focus", label: "Focus" },
703
+ { value: "active", label: "Active" },
704
+ { value: "disabled", label: "Disabled" }
705
+ ],
706
+ defaultValue: "default"
707
+ }
708
+ ],
709
+ events: [
710
+ { name: "onClick", description: "Fires when the user clicks the row (selection or navigation).", payload: "MouseEvent" }
711
+ ]
712
+ },
713
+ {
714
+ id: "sidebar-nav-trigger",
715
+ name: "Sidebar Nav Trigger",
716
+ category: "Composite",
717
+ description: "A rail row that OPENS something rather than navigating to it \u2014 a workspace switcher, an account menu, an environment picker. A <button> extending ButtonHTMLAttributes, so a Menu's or Listbox's `triggerProps` spread straight onto it, ref and ARIA included. Four optional slots: icon (a bare Icon in a switcher, an Avatar in the account row), caption (the small line beside the value; captionPlacement 'above' | 'below', default above \u2014 above LABELS the level this control changes, below QUALIFIES the value), children (the value) and trailing (the chevron \u2014 shown as soon as it is passed; no hover-reveal, unlike Sidebar Nav Item's trailing slot. The Trailing picker here decides whether the showcase PASSES the slot at all, exactly like Mark and Caption \u2014 it is not a visibility gate in the component). The atom draws NO tile behind the icon: it reserves the slot, sizes it, aligns it, and paints nothing. And it reserves nothing it was not given \u2014 no icon and the text starts at the padding edge, no caption and the value centres, no trailing and there is no gap where a chevron would have been. Sibling of Sidebar Nav Item rather than a variant of it: that one renders an <a>, hides trailing until hover, paints an icon tile and has a single-line label. `collapsed` renders it for a 64px rail: a 46px tile, the chevron dropped, and caption + value clipped but kept in the DOM so the accessible name survives. Pair it with a 32px mark. See the collapsed prop below for the reasoning.",
718
+ styleProperties: [
719
+ // ── Per-state surface. Hover and open paint the SAME thing in both
720
+ // variants, so they share one knob — a second one would only let a
721
+ // designer make them disagree, and they mean the same thing to the eye.
722
+ // Open has no prop: it is read from [aria-expanded="true"], which Menu
723
+ // and Listbox already set through triggerProps.
724
+ { key: "bg", label: "Background", control: "color", defaultValue: "transparent", section: "states", showWhen: { state: "default" } },
725
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-surface)", section: "states", showWhen: { state: ["hover", "open"] } },
726
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
727
+ // Dimmed, not recoloured — a disabled `outlined` trigger has to stay the
728
+ // same box. One opacity covers both variants, so there is nothing to keep
729
+ // in sync between them.
730
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.45, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
731
+ // ── The outlined variant's resting chrome. The border is deliberately
732
+ // NOT per-state: it holds through hover and open, because a border that
733
+ // moved too would be a second signal for a fact the surface carries.
734
+ { key: "outlinedBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "outlined", showWhen: { variant: "outlined" } },
735
+ { key: "outlinedBorder", label: "Border", control: "color", defaultValue: "var(--color-border)", section: "outlined", showWhen: { variant: "outlined" } },
736
+ // ── The value.
737
+ // Gated on `collapsed: no` — the collapsed row clips its text away, so
738
+ // every type knob below is a slider with no visible effect there. Same
739
+ // reasoning for the caption group, the trailing colour, and padding/gap.
740
+ { key: "valueColor", label: "Color", control: "color", defaultValue: "var(--color-text)", section: "value", showWhen: { collapsed: "no" } },
741
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 14, min: 11, max: 18, step: 1, unit: "px", section: "value", showWhen: { collapsed: "no" } },
742
+ { key: "fontWeight", label: "Font Weight", control: "select", defaultValue: "500", options: ["400", "500", "600", "700"], section: "value", showWhen: { collapsed: "no" } },
743
+ // ── The caption. Muted is under the AA text floor on the card surface
744
+ // (2.54:1), which is acceptable here ONLY because a caption names the
745
+ // control rather than carrying content — the value beneath it is the
746
+ // content. Swap to --color-text-strong if that ever stops being true.
747
+ { key: "captionColor", label: "Color", control: "color", defaultValue: "var(--color-text-muted)", section: "caption", showWhen: { withCaption: "yes", collapsed: "no" } },
748
+ { key: "captionFontSize", label: "Font Size", control: "number", defaultValue: 10, min: 8, max: 14, step: 1, unit: "px", section: "caption", showWhen: { withCaption: "yes", collapsed: "no" } },
749
+ { key: "captionFontWeight", label: "Font Weight", control: "select", defaultValue: "500", options: ["400", "500", "600", "700"], section: "caption", showWhen: { withCaption: "yes", collapsed: "no" } },
750
+ // Uppercase is the DEFAULT, not the definition — an eyebrow in most rails,
751
+ // but a sentence-case caption under an address is the same slot read
752
+ // differently, and a brand font may not carry caps well. Paired knob: the
753
+ // tracking below exists to open up caps, so turning this off usually means
754
+ // turning that down too.
755
+ { key: "captionTextTransform", label: "Text Transform", control: "select", defaultValue: "uppercase", options: ["uppercase", "none", "capitalize", "lowercase"], section: "caption", showWhen: { withCaption: "yes", collapsed: "no" } },
756
+ // A number in `em`, not a free-text CSS length: the unit is fixed, so the
757
+ // only thing a text field adds is the chance to type `6px` (catastrophic
758
+ // tracking at a 10px caption) or a bare `0.06`, which is invalid CSS the
759
+ // browser drops in silence. `em` and not `px` so the tracking scales with
760
+ // the caption's own size — and with the brand font, which Brand Settings
761
+ // can change under it.
762
+ { key: "captionLetterSpacing", label: "Letter Spacing", control: "number", defaultValue: 0.06, min: 0, max: 0.2, step: 0.01, unit: "em", section: "caption", showWhen: { withCaption: "yes", collapsed: "no" } },
763
+ { key: "captionGap", label: "Row Gap", control: "number", defaultValue: 2, min: 0, max: 8, step: 1, unit: "px", section: "caption", showWhen: { withCaption: "yes", collapsed: "no" } },
764
+ // ── The mark. `iconSize` is a MIN box, not a fixed one: it reserves and
765
+ // aligns without squeezing a child that brings its own size (an Avatar).
766
+ // Gated to the Icon mark alone. Being a FLOOR, it does nothing while it
767
+ // sits below the mark's own size — measured, a 32px `Avatar size='small'`
768
+ // in a 28px slot yields a 32px slot, and Avatar's 40px default is further
769
+ // out still. Exposed for Avatar it was a knob a designer drags through its
770
+ // whole default range for no visible effect, waking up only past 32. The
771
+ // lever that actually sizes an avatar is Avatar's own `size` preset; two
772
+ // knobs competing to answer "how big is the mark" is worse than one.
773
+ { key: "iconSize", label: "Slot Size", control: "number", defaultValue: 28, min: 16, max: 44, step: 2, unit: "px", section: "icon", showWhen: { mark: "icon" } },
774
+ // Only the Icon mark inherits this colour — an Avatar paints itself.
775
+ { key: "iconColor", label: "Color", control: "color", defaultValue: "var(--color-text-strong)", section: "icon", showWhen: { mark: "icon" } },
776
+ { key: "trailingColor", label: "Color", control: "color", defaultValue: "var(--color-text-muted)", section: "trailing", showWhen: { withTrailing: "yes", collapsed: "no" } },
777
+ // ── Shared sizing. Padding and gap are the two that STOP applying when
778
+ // collapsed (the tile sets `padding: 0` and has one in-flow child left),
779
+ // so they are gated; radius still paints the 32x32 box and stays.
780
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 12, min: 4, max: 24, step: 1, unit: "px", showWhen: { collapsed: "no" } },
781
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 8, min: 4, max: 16, step: 1, unit: "px", showWhen: { collapsed: "no" } },
782
+ { key: "gap", label: "Gap", control: "number", defaultValue: 10, min: 2, max: 20, step: 1, unit: "px", showWhen: { collapsed: "no" } },
783
+ { key: "borderRadius", label: "Radius", control: "slider", defaultValue: 8, min: 0, max: 20, step: 1, unit: "px" },
784
+ // The collapsed tile's own footprint — a MINIMUM, so a mark larger than it
785
+ // (an `Avatar`) grows the row rather than being clipped. 46px deliberately
786
+ // differs from the 32px `app-sidebar` gives its collapsed nav items: a
787
+ // trigger has lost its chevron and its text at rail width, so footprint is
788
+ // the only thing left saying it opens something rather than navigating.
789
+ // It is also a composition choice: the tile is a surface AROUND the mark,
790
+ // so a 32px mark (`Avatar size="small"`) sits with ~7px on every side,
791
+ // mirroring `sidebar-nav-item`'s 32px tile around a smaller icon.
792
+ { key: "collapsedSize", label: "Tile Size", control: "number", defaultValue: 46, min: 24, max: 64, step: 2, unit: "px", showWhen: { collapsed: "yes" } }
793
+ ],
794
+ layoutVariants: [
795
+ {
796
+ key: "variant",
797
+ label: "Variant",
798
+ options: [
799
+ { value: "outlined", label: "Outlined" },
800
+ { value: "plain", label: "Plain" }
801
+ ],
802
+ defaultValue: "outlined"
803
+ },
804
+ {
805
+ // `open` and `disabled` are not classes the showcase fakes — it applies
806
+ // the real `aria-expanded="true"` and the real `disabled` attribute,
807
+ // which ARE the atom's selectors for those states, so the picker
808
+ // exercises the production mechanism. Only `hover` / `focus` need the
809
+ // kit's `--state-*` forced classes (a pointer and the tab ring cannot be
810
+ // parked on demand); those share a declaration block with the real
811
+ // pseudo-selectors and so cannot drift from them.
812
+ key: "state",
813
+ label: "State",
814
+ options: [
815
+ { value: "default", label: "Default" },
816
+ { value: "hover", label: "Hover" },
817
+ { value: "open", label: "Open" },
818
+ { value: "focus", label: "Focus" },
819
+ { value: "disabled", label: "Disabled" }
820
+ ],
821
+ defaultValue: "default"
822
+ },
823
+ {
824
+ // The mark slot takes either kind of child, and `Avatar` is the case
825
+ // worth being able to see: it proves the slot paints no tile and does
826
+ // not squeeze a child that brings its own size. `None` is here for the
827
+ // same reason as the other two slot pickers — to show what the atom
828
+ // does NOT reserve: turn a slot off and the row closes up rather than
829
+ // leaving a hole. The showcase's caption and value follow this pick,
830
+ // since an avatar beside a workspace name would misrepresent the atom.
831
+ key: "mark",
832
+ label: "Mark",
833
+ options: [
834
+ { value: "icon", label: "Icon" },
835
+ { value: "avatar", label: "Avatar" },
836
+ { value: "none", label: "None" }
837
+ ],
838
+ defaultValue: "icon"
839
+ },
840
+ {
841
+ // The 64px rail. Its own picker rather than a value on `state`, because
842
+ // it is orthogonal to every state — a collapsed row still hovers, opens
843
+ // and disables, and folding the two would make five of those
844
+ // combinations unreachable.
845
+ key: "collapsed",
846
+ label: "Rail",
847
+ options: [
848
+ { value: "no", label: "Expanded" },
849
+ { value: "yes", label: "Collapsed" }
850
+ ],
851
+ defaultValue: "no"
852
+ },
853
+ {
854
+ key: "withCaption",
855
+ label: "Caption",
856
+ options: [
857
+ { value: "yes", label: "On" },
858
+ { value: "no", label: "Off" }
859
+ ],
860
+ defaultValue: "yes",
861
+ // Collapsed clips the caption and drops the chevron, so both slot
862
+ // toggles (and the placement picker) would be no-ops there — they
863
+ // disappear rather than sit dead, per the list-item precedent.
864
+ showWhen: { collapsed: "no" }
865
+ },
866
+ {
867
+ // Above the value the caption LABELS the level ("Workspace"); below it,
868
+ // it QUALIFIES the value ("Tenant owner" under an address). Swapped in
869
+ // the markup, not with `column-reverse` — reversing visually while the
870
+ // DOM stays put would split reading order from visual order (WCAG
871
+ // 1.3.2) and keep announcing the pair the wrong way round.
872
+ key: "captionPlacement",
873
+ label: "Caption Position",
874
+ options: [
875
+ { value: "above", label: "Above" },
876
+ { value: "below", label: "Below" }
877
+ ],
878
+ defaultValue: "above",
879
+ showWhen: { withCaption: "yes", collapsed: "no" }
880
+ },
881
+ {
882
+ key: "withTrailing",
883
+ label: "Trailing",
884
+ options: [
885
+ { value: "yes", label: "On" },
886
+ { value: "no", label: "Off" }
887
+ ],
888
+ defaultValue: "yes",
889
+ showWhen: { collapsed: "no" }
890
+ }
891
+ ],
892
+ events: [
893
+ { name: "onClick", description: "Fires when the row is activated. Wired for you when the trigger is spread with a Menu/Listbox `triggerProps` \u2014 do not add your own on top, it would override theirs.", payload: "MouseEvent" }
894
+ ],
895
+ api: {
896
+ importPath: "@viax.io/uxm/ui",
897
+ importNames: "SidebarNavTrigger",
898
+ props: [
899
+ { name: "icon", type: "ReactNode", description: "The mark on the left \u2014 a bare Icon in a switcher, an Avatar in an account row. No tile is drawn behind it: the slot is reserved, sized and aligned, and paints nothing." },
900
+ { name: "caption", type: "ReactNode", description: "The small line beside the value. It sits inside the button, so it joins the accessible name \u2014 pass an explicit aria-label if a pairing reads badly." },
901
+ { name: "captionPlacement", type: '"above" | "below"', defaultValue: '"above"', description: `Which side of the value the caption sits on. Above it LABELS the level this control changes (a switcher's "Workspace"); below it QUALIFIES the value (an account row's "Tenant owner" under the address). Swapped in the markup rather than with flex-direction: column-reverse, so reading order keeps matching visual order (WCAG 1.3.2) and the accessible name follows the row.` },
902
+ { name: "children", type: "ReactNode", description: "The value \u2014 the workspace name, the signed-in address." },
903
+ { name: "trailing", type: "ReactNode", description: "The chevron. Visible at rest, with no reveal-on-hover behaviour: a control that opens something has to advertise it before you point at it." },
904
+ { name: "variant", type: '"plain" | "outlined"', defaultValue: '"plain"', description: "plain \u2014 nothing at rest, for the account row at the foot of the rail. outlined \u2014 a hairline plus the card surface, for the switcher, which stands in a box because it names the level everything below it belongs to." },
905
+ { name: "collapsed", type: "boolean", defaultValue: "false", description: 'Render for a 64px rail: a 46px tile (--uxm-sidebar-nav-trigger-collapsed-size, a MINIMUM rather than a clamp \u2014 a mark larger than it grows the row instead of being clipped), the trailing chevron dropped, and caption + value kept in the DOM but visually hidden \u2014 so the button announces identically collapsed and expanded rather than becoming a nameless icon. 46 deliberately differs from the 32px AppSidebar gives its collapsed nav items: a trigger has lost both chevron and text at this width, so footprint is the only signal left that it opens something. The tile is a surface AROUND the mark rather than a frame hugging it \u2014 pair it with Avatar size="small" (32px) for ~7px on every side. outlined keeps its border at this size, since the box is then the only thing distinguishing a switcher from a plain account row. Pass title as well: with the chevron gone, only position and the mark still say the row opens something.' }
906
+ ]
907
+ }
908
+ },
909
+ {
910
+ id: "explorer-section",
911
+ name: "Explorer Section",
912
+ category: "Composite",
913
+ description: "Disclosure-style section header for grouping rows in a navigation list. Chevron rotates with the open state; indicator slot is for category color dots etc. State knobs cover default / hover / focus / disabled. `active` is intentionally omitted \u2014 section headers have no selection concept; toggling drives the orthogonal `open` variant.",
914
+ styleProperties: [
915
+ // ── Per-state row colors. Filtered into the "States" section by
916
+ // the State variant. The header is always a button, so all state
917
+ // rules fire on the root selector. Disabled is a visual treatment
918
+ // (dimmed, muted), not strictly an interaction state.
919
+ { key: "inactiveBg", label: "Background", control: "color", defaultValue: "transparent", section: "states", showWhen: { state: "default" } },
920
+ { key: "inactiveText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
921
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "color-mix(in srgb, var(--color-surface) 40%, transparent)", section: "states", showWhen: { state: "hover" } },
922
+ { key: "hoverText", label: "Text Color", control: "color", defaultValue: "var(--color-text-strong)", section: "states", showWhen: { state: "hover" } },
923
+ { key: "focusText", label: "Text Color", control: "color", defaultValue: "var(--color-text-strong)", section: "states", showWhen: { state: "focus" } },
924
+ { key: "disabledBg", label: "Background", control: "color", defaultValue: "transparent", section: "states", showWhen: { state: "disabled" } },
925
+ { key: "disabledText", label: "Text Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "states", showWhen: { state: "disabled" } },
926
+ // Focus ring + disabled opacity in their own sections.
927
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
928
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
929
+ // ── Shared sizing (applies to every state)
930
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 6, min: 0, max: 12, step: 1, unit: "px" },
931
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 8, min: 0, max: 24, step: 2, unit: "px" },
932
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 4, min: 0, max: 12, step: 1, unit: "px" },
933
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 11, min: 9, max: 14, step: 1, unit: "px" },
934
+ { key: "fontWeight", label: "Font Weight", control: "select", defaultValue: "600", options: ["500", "600", "700"] },
935
+ { key: "gap", label: "Gap", control: "number", defaultValue: 8, min: 2, max: 16, step: 1, unit: "px" },
936
+ // ── Chevron sub-element (shared across every state)
937
+ { key: "chevronColor", label: "Chevron Color", control: "color", defaultValue: "var(--color-text-muted)", section: "chevron" },
938
+ { key: "chevronSize", label: "Chevron Size", control: "number", defaultValue: 12, min: 8, max: 18, step: 1, unit: "px", section: "chevron" },
939
+ // ── Trailing sub-element (shared)
940
+ { key: "trailingColor", label: "Trailing Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "trailing" },
941
+ { key: "trailingSize", label: "Trailing Size", control: "number", defaultValue: 10, min: 8, max: 14, step: 1, unit: "px", section: "trailing" }
942
+ ],
943
+ layoutVariants: [
944
+ {
945
+ key: "state",
946
+ label: "State",
947
+ options: [
948
+ { value: "default", label: "Default" },
949
+ { value: "hover", label: "Hover" },
950
+ { value: "focus", label: "Focus" },
951
+ { value: "disabled", label: "Disabled" }
952
+ ],
953
+ defaultValue: "default"
954
+ },
955
+ {
956
+ // `open` is orthogonal to interaction state — drives the
957
+ // chevron rotation and `aria-expanded` on the atom.
958
+ key: "open",
959
+ label: "Open",
960
+ options: [
961
+ { value: "true", label: "Expanded" },
962
+ { value: "false", label: "Collapsed" }
963
+ ],
964
+ defaultValue: "true"
965
+ }
966
+ ],
967
+ events: [
968
+ { name: "onToggle", description: "Fires when the user clicks the section header to expand or collapse children.", payload: "{ open: boolean }" }
969
+ ]
970
+ },
971
+ {
972
+ id: "inline-action",
973
+ name: "Inline Action",
974
+ category: "Buttons",
975
+ description: 'Tertiary text-with-optional-icon button for dense UI \u2014 "Reset section," "Match in N other," "Edit." Muted by default; transitions to accent on hover. Smaller and less prominent than ButtonGhost; used inline in section headers and field rows.',
976
+ styleProperties: [
977
+ // Text-only button: only icon color (well, text color) changes per state.
978
+ { key: "color", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
979
+ { key: "hoverColor", label: "Text Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "states", showWhen: { state: "hover" } },
980
+ { key: "activeColor", label: "Text Color", control: "color", defaultValue: "var(--color-accent)", section: "states", showWhen: { state: "active" } },
981
+ { key: "focusRingColor", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "states", showWhen: { state: "focus" } },
982
+ { key: "focusColor", label: "Text Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "states", showWhen: { state: "focus" } },
983
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.4, min: 0.1, max: 1, step: 0.05, section: "states", showWhen: { state: "disabled" } },
984
+ { key: "disabledColor", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
985
+ // Shared style
986
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 10, min: 9, max: 14, step: 1, unit: "px" },
987
+ { key: "fontWeight", label: "Font Weight", control: "select", defaultValue: "500", options: ["400", "500", "600"] },
988
+ { key: "gap", label: "Icon Gap", control: "number", defaultValue: 4, min: 2, max: 8, step: 1, unit: "px" },
989
+ { key: "iconSize", label: "Icon Size", control: "number", defaultValue: 10, min: 8, max: 16, step: 1, unit: "px" }
990
+ ],
991
+ layoutVariants: [
992
+ {
993
+ key: "state",
994
+ label: "State",
995
+ options: [
996
+ { value: "default", label: "Default" },
997
+ { value: "hover", label: "Hover" },
998
+ { value: "active", label: "Pressed" },
999
+ { value: "focus", label: "Focus" },
1000
+ { value: "disabled", label: "Disabled" }
1001
+ ],
1002
+ defaultValue: "default"
1003
+ }
1004
+ ],
1005
+ events: [
1006
+ { name: "onClick", description: "Fires on mouse click or Enter/Space activation.", payload: "MouseEvent<HTMLButtonElement>" }
1007
+ ]
1008
+ },
1009
+ {
1010
+ id: "section-header",
1011
+ name: "Section Header",
1012
+ category: "Display",
1013
+ description: 'Small uppercase label for grouping fields in dense settings panels \u2014 the "VARIANT" / "COLORS" / "STYLE" labels above grouped form rows. Distinct from PageHeader (page-level) and DetailSection (bordered card).',
1014
+ styleProperties: [
1015
+ { key: "titleColor", label: "Title Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "colors" },
1016
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 11, min: 9, max: 14, step: 1, unit: "px" },
1017
+ { key: "titleWeight", label: "Title Weight", control: "select", defaultValue: "600", options: ["500", "600", "700"] },
1018
+ { key: "subtitleColor", label: "Subtitle Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
1019
+ { key: "subtitleSize", label: "Subtitle Size", control: "number", defaultValue: 10, min: 9, max: 14, step: 1, unit: "px" },
1020
+ { key: "gap", label: "Title-Subtitle Gap", control: "number", defaultValue: 2, min: 0, max: 12, step: 1, unit: "px" },
1021
+ { key: "marginBottom", label: "Margin Bottom", control: "number", defaultValue: 12, min: 0, max: 32, step: 2, unit: "px" }
1022
+ ],
1023
+ layoutVariants: []
1024
+ },
1025
+ {
1026
+ id: "detail-section",
1027
+ name: "Detail Section",
1028
+ category: "Display",
1029
+ description: "Card-like section with icon header, title/subtitle, and an accent rail.",
1030
+ styleProperties: [
1031
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors" },
1032
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
1033
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 4, min: 0, max: 20, step: 1, unit: "px" },
1034
+ { key: "padding", label: "Padding", control: "number", defaultValue: 20, min: 8, max: 40, step: 2, unit: "px" },
1035
+ { key: "iconBg", label: "Icon Bg", control: "color", defaultValue: "var(--color-surface-alt)", section: "colors" },
1036
+ { key: "iconColor", label: "Icon Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
1037
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 15, min: 12, max: 22, step: 1, unit: "px" },
1038
+ { key: "subtitleColor", label: "Subtitle Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
1039
+ { key: "accentWidth", label: "Accent Rail Width", control: "slider", defaultValue: 3, min: 0, max: 8, step: 1, unit: "px" },
1040
+ { key: "accentColor", label: "Accent Color", control: "color", defaultValue: "var(--color-accent)", section: "colors" }
1041
+ ],
1042
+ layoutVariants: []
1043
+ },
1044
+ {
1045
+ id: "breadcrumb",
1046
+ name: "Breadcrumb",
1047
+ category: "Composite",
1048
+ description: "Path navigation \u2014 clickable link crumbs leading to the current page, with configurable separators (chevron / slash / dot / dash). State knobs cover default / hover / focus / active / disabled. The `active` state is the current page styling \u2014 the trailing non-clickable crumb that marks where the user is. Clicking a link crumb truncates the path so that crumb becomes the new active.",
1049
+ styleProperties: [
1050
+ // ── Per-state link crumb colors. Filtered into a single "States"
1051
+ // section by the State variant. Links are transparent in every state
1052
+ // (the breadcrumb itself has no background) — just text colors plus
1053
+ // the standalone focus ring, disabled opacity, and the active-state
1054
+ // font weight (the current page is traditionally bolder).
1055
+ { key: "inactiveText", label: "Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
1056
+ { key: "hoverText", label: "Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
1057
+ { key: "focusText", label: "Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
1058
+ { key: "activeText", label: "Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "active" } },
1059
+ { key: "activeFontWeight", label: "Font Weight", control: "select", defaultValue: "600", options: ["400", "500", "600", "700"], section: "states", showWhen: { state: "active" } },
1060
+ { key: "disabledText", label: "Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "states", showWhen: { state: "disabled" } },
1061
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
1062
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
1063
+ // ── Separator (between crumbs)
1064
+ { key: "separatorColor", label: "Separator Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "separator" },
1065
+ { key: "separatorSize", label: "Separator Size", control: "number", defaultValue: 13, min: 8, max: 20, step: 1, unit: "px", section: "separator" },
1066
+ // ── Shared sizing + underline (applies across every state)
1067
+ { key: "linkWeight", label: "Link Weight", control: "select", defaultValue: "500", options: ["400", "500", "600", "700"] },
1068
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 13, min: 10, max: 18, step: 1, unit: "px" },
1069
+ { key: "gap", label: "Gap", control: "number", defaultValue: 6, min: 2, max: 16, step: 1, unit: "px" },
1070
+ { key: "underlineOffset", label: "Underline Offset", control: "number", defaultValue: 3, min: 1, max: 8, step: 1, unit: "px" },
1071
+ { key: "underlineThickness", label: "Underline Thickness", control: "number", defaultValue: 1, min: 1, max: 3, step: 1, unit: "px" }
1072
+ ],
1073
+ layoutVariants: [
1074
+ {
1075
+ key: "state",
1076
+ label: "State",
1077
+ options: [
1078
+ { value: "default", label: "Default" },
1079
+ { value: "hover", label: "Hover" },
1080
+ { value: "focus", label: "Focus" },
1081
+ { value: "active", label: "Active" },
1082
+ { value: "disabled", label: "Disabled" }
1083
+ ],
1084
+ defaultValue: "default"
1085
+ },
1086
+ {
1087
+ key: "separator",
1088
+ label: "Separator",
1089
+ options: [
1090
+ { value: "chevron", label: "Chevron" },
1091
+ { value: "slash", label: "Slash" },
1092
+ { value: "dot", label: "Dot" },
1093
+ { value: "dash", label: "Dash" }
1094
+ ],
1095
+ defaultValue: "chevron"
1096
+ }
1097
+ ]
1098
+ },
1099
+ {
1100
+ id: "link",
1101
+ name: "Link",
1102
+ category: "Display",
1103
+ description: "Generic inline text link \u2014 three underline modes plus an optional external indicator. State knobs cover default / hover / focus / disabled on the anchor. `:active` is intentionally omitted \u2014 for a plain anchor it's the transient mouse-down pseudo and overlaps with hover semantically.",
1104
+ styleProperties: [
1105
+ // ── Per-state colors. Filtered into a single "States" section by
1106
+ // the State variant. Link is transparent in every state — no bg
1107
+ // knobs, just text colors plus the standalone focus ring and
1108
+ // disabled opacity.
1109
+ { key: "inactiveText", label: "Color", control: "color", defaultValue: "var(--color-accent)", section: "states", showWhen: { state: "default" } },
1110
+ { key: "hoverText", label: "Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "states", showWhen: { state: "hover" } },
1111
+ { key: "focusText", label: "Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "states", showWhen: { state: "focus" } },
1112
+ { key: "disabledText", label: "Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
1113
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
1114
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
1115
+ // ── Shared typography + underline knobs (apply across every state)
1116
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 14, min: 10, max: 20, step: 1, unit: "px" },
1117
+ { key: "fontWeight", label: "Font Weight", control: "select", defaultValue: "500", options: ["400", "500", "600"] },
1118
+ { key: "underlineOffset", label: "Underline Offset", control: "number", defaultValue: 3, min: 1, max: 8, step: 1, unit: "px" },
1119
+ { key: "underlineThickness", label: "Underline Thickness", control: "number", defaultValue: 1, min: 1, max: 3, step: 1, unit: "px" },
1120
+ { key: "externalIconSize", label: "External Icon Size", control: "number", defaultValue: 12, min: 8, max: 18, step: 1, unit: "px" },
1121
+ { key: "externalIconGap", label: "External Icon Gap", control: "number", defaultValue: 4, min: 0, max: 12, step: 1, unit: "px" }
1122
+ ],
1123
+ layoutVariants: [
1124
+ {
1125
+ key: "state",
1126
+ label: "State",
1127
+ options: [
1128
+ { value: "default", label: "Default" },
1129
+ { value: "hover", label: "Hover" },
1130
+ { value: "focus", label: "Focus" },
1131
+ { value: "disabled", label: "Disabled" }
1132
+ ],
1133
+ defaultValue: "default"
1134
+ },
1135
+ {
1136
+ key: "underline",
1137
+ label: "Underline",
1138
+ options: [
1139
+ { value: "none", label: "None" },
1140
+ { value: "hover", label: "On Hover" },
1141
+ { value: "always", label: "Always" }
1142
+ ],
1143
+ defaultValue: "hover"
1144
+ },
1145
+ {
1146
+ key: "external",
1147
+ label: "External",
1148
+ options: [
1149
+ { value: "false", label: "Internal" },
1150
+ { value: "true", label: "External" }
1151
+ ],
1152
+ defaultValue: "false"
1153
+ }
1154
+ ],
1155
+ events: [
1156
+ { name: "onClick", description: "Fires on click. The consumer's router or `href` handles the navigation.", payload: "MouseEvent<HTMLAnchorElement>" }
1157
+ ]
1158
+ },
1159
+ {
1160
+ id: "back-link",
1161
+ name: "Back Link",
1162
+ category: "Display",
1163
+ description: "Inline text link with leading arrow for breadcrumb navigation.",
1164
+ styleProperties: [
1165
+ // Text-only navigation link — text color changes per state.
1166
+ { key: "color", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "default" } },
1167
+ { key: "hoverColor", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover" } },
1168
+ { key: "activeColor", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "active" } },
1169
+ { key: "focusRingColor", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "states", showWhen: { state: "focus" } },
1170
+ { key: "focusColor", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus" } },
1171
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.4, min: 0.1, max: 1, step: 0.05, section: "states", showWhen: { state: "disabled" } },
1172
+ { key: "disabledColor", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
1173
+ // Shared style
1174
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 13, min: 10, max: 18, step: 1, unit: "px" },
1175
+ { key: "fontWeight", label: "Font Weight", control: "select", defaultValue: "500", options: ["400", "500", "600"] },
1176
+ { key: "gap", label: "Icon Gap", control: "number", defaultValue: 6, min: 2, max: 16, step: 1, unit: "px" }
1177
+ ],
1178
+ layoutVariants: [
1179
+ {
1180
+ key: "state",
1181
+ label: "State",
1182
+ options: [
1183
+ { value: "default", label: "Default" },
1184
+ { value: "hover", label: "Hover" },
1185
+ { value: "active", label: "Pressed" },
1186
+ { value: "focus", label: "Focus" },
1187
+ { value: "disabled", label: "Disabled" }
1188
+ ],
1189
+ defaultValue: "default"
1190
+ }
1191
+ ],
1192
+ events: [
1193
+ { name: "onClick", description: "Fires on click. The consumer's router or `href` handles the navigation.", payload: "MouseEvent<HTMLAnchorElement>" }
1194
+ ]
1195
+ },
1196
+ {
1197
+ id: "badge",
1198
+ name: "Badge",
1199
+ category: "Display",
1200
+ description: "Notification indicator. Dot mode shows a colored circle with an optional label; count mode shows a small pill with a number that clamps to 99+.",
1201
+ styleProperties: [
1202
+ // Per-tone colors. `bg` paints the badge; `text` only matters in count
1203
+ // mode (dot has no children). Gated by the `tone` variant so the
1204
+ // properties panel only shows the active tone's knobs.
1205
+ // Count mode reuses Tag's tonal vocabulary (soft `${type}-bg` paired
1206
+ // with bold `${type}-text`) so adjacent Badge counts and Tags read
1207
+ // as the same status family. Dot mode uses a single solid hue knob
1208
+ // (`${type}DotColor`) so the indicator stays a strong color blob —
1209
+ // splitting per-mode lets each default to the right token without
1210
+ // forcing one shared bg compromise.
1211
+ { key: "accentBg", label: "Background", control: "color", defaultValue: "var(--color-accent-subtle)", section: "colors", showWhen: { type: "accent", mode: "count" } },
1212
+ { key: "accentText", label: "Text Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "colors", showWhen: { type: "accent", mode: "count" } },
1213
+ { key: "accentDotColor", label: "Dot Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "colors", showWhen: { type: "accent", mode: "dot" } },
1214
+ { key: "successBg", label: "Background", control: "color", defaultValue: "var(--color-success-bg)", section: "colors", showWhen: { type: "success", mode: "count" } },
1215
+ { key: "successText", label: "Text Color", control: "color", defaultValue: "var(--color-success-text)", section: "colors", showWhen: { type: "success", mode: "count" } },
1216
+ { key: "successDotColor", label: "Dot Color", control: "color", defaultValue: "var(--color-success-text)", section: "colors", showWhen: { type: "success", mode: "dot" } },
1217
+ { key: "warningBg", label: "Background", control: "color", defaultValue: "var(--color-warning-bg)", section: "colors", showWhen: { type: "warning", mode: "count" } },
1218
+ { key: "warningText", label: "Text Color", control: "color", defaultValue: "var(--color-warning-text)", section: "colors", showWhen: { type: "warning", mode: "count" } },
1219
+ { key: "warningDotColor", label: "Dot Color", control: "color", defaultValue: "var(--color-warning-text)", section: "colors", showWhen: { type: "warning", mode: "dot" } },
1220
+ { key: "dangerBg", label: "Background", control: "color", defaultValue: "var(--color-danger-bg)", section: "colors", showWhen: { type: "danger", mode: "count" } },
1221
+ { key: "dangerText", label: "Text Color", control: "color", defaultValue: "var(--color-danger-text)", section: "colors", showWhen: { type: "danger", mode: "count" } },
1222
+ { key: "dangerDotColor", label: "Dot Color", control: "color", defaultValue: "var(--color-danger-text)", section: "colors", showWhen: { type: "danger", mode: "dot" } },
1223
+ { key: "infoBg", label: "Background", control: "color", defaultValue: "var(--color-info-bg)", section: "colors", showWhen: { type: "info", mode: "count" } },
1224
+ { key: "infoText", label: "Text Color", control: "color", defaultValue: "var(--color-info-text)", section: "colors", showWhen: { type: "info", mode: "count" } },
1225
+ { key: "infoDotColor", label: "Dot Color", control: "color", defaultValue: "var(--color-info-text)", section: "colors", showWhen: { type: "info", mode: "dot" } },
1226
+ { key: "neutralBg", label: "Background", control: "color", defaultValue: "var(--color-surface-alt)", section: "colors", showWhen: { type: "neutral", mode: "count" } },
1227
+ { key: "neutralText", label: "Text Color", control: "color", defaultValue: "var(--color-text-strong)", section: "colors", showWhen: { type: "neutral", mode: "count" } },
1228
+ { key: "neutralDotColor", label: "Dot Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors", showWhen: { type: "neutral", mode: "dot" } },
1229
+ // Dot mode — circle (always 50% radius) plus optional label knobs.
1230
+ // The dot is the `__dot` inner span; tone paints it. When children
1231
+ // are provided, the root becomes a flex row containing dot + label.
1232
+ { key: "dotSize", label: "Dot Size", control: "number", defaultValue: 8, min: 4, max: 16, step: 1, unit: "px", showWhen: { mode: "dot" } },
1233
+ { key: "labelFontSize", label: "Label Font Size", control: "number", defaultValue: 13, min: 10, max: 18, step: 1, unit: "px", showWhen: { mode: "dot" } },
1234
+ { key: "labelFontWeight", label: "Label Font Weight", control: "select", defaultValue: "500", options: ["400", "500", "600", "700"], showWhen: { mode: "dot" } },
1235
+ { key: "labelColor", label: "Label Color", control: "color", defaultValue: "var(--color-text)", section: "colors", showWhen: { mode: "dot" } },
1236
+ { key: "labelGap", label: "Label Gap", control: "number", defaultValue: 8, min: 2, max: 16, step: 1, unit: "px", showWhen: { mode: "dot" } },
1237
+ // Count mode — pill with min-width so single digits stay round.
1238
+ { key: "countPaddingX", label: "Padding X", control: "number", defaultValue: 6, min: 2, max: 16, step: 1, unit: "px", showWhen: { mode: "count" } },
1239
+ { key: "countPaddingY", label: "Padding Y", control: "number", defaultValue: 1, min: 0, max: 8, step: 1, unit: "px", showWhen: { mode: "count" } },
1240
+ { key: "countMinWidth", label: "Min Width", control: "number", defaultValue: 18, min: 12, max: 36, step: 1, unit: "px", showWhen: { mode: "count" } },
1241
+ { key: "countFontSize", label: "Font Size", control: "number", defaultValue: 11, min: 9, max: 16, step: 1, unit: "px", showWhen: { mode: "count" } },
1242
+ { key: "countFontWeight", label: "Font Weight", control: "select", defaultValue: "600", options: ["400", "500", "600", "700"], showWhen: { mode: "count" } },
1243
+ { key: "countBorderRadius", label: "Border Radius", control: "number", defaultValue: 999, min: 0, max: 999, step: 1, unit: "px", showWhen: { mode: "count" } }
1244
+ ],
1245
+ layoutVariants: [
1246
+ {
1247
+ key: "mode",
1248
+ label: "Mode",
1249
+ options: [
1250
+ { value: "dot", label: "Dot" },
1251
+ { value: "count", label: "Count" }
1252
+ ],
1253
+ defaultValue: "count"
1254
+ },
1255
+ {
1256
+ key: "type",
1257
+ label: "Type",
1258
+ options: [
1259
+ { value: "accent", label: "Accent" },
1260
+ { value: "success", label: "Success" },
1261
+ { value: "warning", label: "Warning" },
1262
+ { value: "danger", label: "Danger" },
1263
+ { value: "info", label: "Info" },
1264
+ { value: "neutral", label: "Neutral" }
1265
+ ],
1266
+ defaultValue: "danger"
1267
+ }
1268
+ ]
1269
+ },
1270
+ {
1271
+ id: "thumbnail",
1272
+ name: "Thumbnail",
1273
+ category: "Display",
1274
+ description: "Bounded image frame for product photos, file previews, and entity logos. Falls back to a placeholder icon when no image is provided.",
1275
+ styleProperties: [
1276
+ { key: "size", label: "Size", control: "number", defaultValue: 48, min: 24, max: 120, step: 4, unit: "px" },
1277
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 12, min: 0, max: 60, step: 1, unit: "px", section: "colors" },
1278
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors" },
1279
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
1280
+ { key: "borderWidth", label: "Border Width", control: "number", defaultValue: 2, min: 0, max: 4, step: 1, unit: "px" },
1281
+ { key: "placeholderColor", label: "Placeholder Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "colors" }
1282
+ ],
1283
+ layoutVariants: [
1284
+ {
1285
+ key: "fit",
1286
+ label: "Fit",
1287
+ options: [
1288
+ { value: "cover", label: "Cover" },
1289
+ { value: "contain", label: "Contain" }
1290
+ ],
1291
+ defaultValue: "cover"
1292
+ },
1293
+ {
1294
+ key: "state",
1295
+ label: "State",
1296
+ options: [
1297
+ { value: "image", label: "With Image" },
1298
+ { value: "placeholder", label: "Placeholder" }
1299
+ ],
1300
+ defaultValue: "image"
1301
+ }
1302
+ ]
1303
+ },
1304
+ {
1305
+ id: "calendar",
1306
+ name: "Calendar",
1307
+ category: "Display",
1308
+ description: "Month-view calendar. Selects today on mount; click a day to move the selection. Today's outline stays put regardless of selection. Light-touch atom \u2014 selection state internal (overridable), no library binding.",
1309
+ styleProperties: [
1310
+ // ── Frame: the outer container's surface, border, corners, padding.
1311
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-surface)", section: "frame" },
1312
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "frame" },
1313
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 12, min: 0, max: 24, step: 1, unit: "px", section: "frame" },
1314
+ { key: "padding", label: "Padding", control: "number", defaultValue: 16, min: 4, max: 32, step: 2, unit: "px", section: "frame" },
1315
+ // Elevation — on by default (the floating-surface look), tunable rather
1316
+ // than a bare on/off: the box-shadow is built from these three vars.
1317
+ // (Code can still drop it entirely with the `shadow={false}` prop.)
1318
+ { key: "shadowColor", label: "Color", control: "color", defaultValue: "rgba(0, 0, 0, 0.12)", section: "shadow" },
1319
+ { key: "shadowBlur", label: "Blur", control: "slider", defaultValue: 20, min: 0, max: 48, step: 1, unit: "px", section: "shadow" },
1320
+ { key: "shadowOffsetY", label: "Offset Y", control: "slider", defaultValue: 6, min: 0, max: 24, step: 1, unit: "px", section: "shadow" },
1321
+ // ── Header: month / year label + prev/next nav buttons.
1322
+ { key: "titleColor", label: "Title Color", control: "color", defaultValue: "var(--color-text)", section: "header" },
1323
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 14, min: 12, max: 20, step: 1, unit: "px", section: "header" },
1324
+ { key: "navColor", label: "Nav Button Color", control: "color", defaultValue: "var(--color-text-muted)", section: "header" },
1325
+ // ── Weekday row: the "Sun Mon Tue..." labels above the day grid.
1326
+ { key: "weekdayColor", label: "Weekday Color", control: "color", defaultValue: "var(--color-text-muted)", section: "weekday" },
1327
+ { key: "weekdaySize", label: "Weekday Size", control: "number", defaultValue: 11, min: 9, max: 14, step: 1, unit: "px", section: "weekday" },
1328
+ // ── Shared States: state colors that apply across day, month, and
1329
+ // year cells. Tuning these once changes all three cell types in the
1330
+ // matching state. Section appears only for the four states whose
1331
+ // knobs live here (default / today / selected / hover). Listed before
1332
+ // per-cell-type sections so designers tune cross-cutting concerns first.
1333
+ { key: "defaultColor", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "shared-states", showWhen: { cellState: "default" } },
1334
+ { key: "todayBorderColor", label: "Outline Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "shared-states", showWhen: { cellState: "today" } },
1335
+ { key: "todayColor", label: "Text Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "shared-states", showWhen: { cellState: "today" } },
1336
+ { key: "selectedBg", label: "Background", control: "color", defaultValue: "var(--color-accent-bold)", section: "shared-states", showWhen: { cellState: "selected" } },
1337
+ { key: "selectedColor", label: "Text Color", control: "color", defaultValue: "var(--color-text-inverse)", section: "shared-states", showWhen: { cellState: "selected" } },
1338
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "color-mix(in srgb, var(--color-text) 6%, transparent)", section: "shared-states", showWhen: { cellState: "hover" } },
1339
+ // ── Date Cell: dimensions + day-only state colors. In-range / range
1340
+ // edges / outside-month / disabled only exist on day cells, so their
1341
+ // color knobs live here gated by `cellState`. (Today, selected, hover,
1342
+ // and default text color are shared across all cell types — those
1343
+ // live in "Shared States" above.)
1344
+ { key: "cellSize", label: "Cell Size", control: "number", defaultValue: 36, min: 28, max: 48, step: 2, unit: "px", section: "day-cell" },
1345
+ { key: "cellFontSize", label: "Cell Font Size", control: "number", defaultValue: 13, min: 11, max: 18, step: 1, unit: "px", section: "day-cell" },
1346
+ { key: "cellRadius", label: "Cell Radius", control: "slider", defaultValue: 8, min: 0, max: 24, step: 1, unit: "px", section: "day-cell" },
1347
+ { key: "inRangeBg", label: "Background", control: "color", defaultValue: "var(--color-accent-subtle)", section: "day-cell", showWhen: { cellState: "in-range" } },
1348
+ { key: "inRangeColor", label: "Text Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "day-cell", showWhen: { cellState: "in-range" } },
1349
+ { key: "rangeStartBg", label: "Background", control: "color", defaultValue: "var(--color-accent-bold)", section: "day-cell", showWhen: { cellState: "range-start" } },
1350
+ { key: "rangeStartColor", label: "Text Color", control: "color", defaultValue: "var(--color-text-inverse)", section: "day-cell", showWhen: { cellState: "range-start" } },
1351
+ { key: "rangeEndBg", label: "Background", control: "color", defaultValue: "var(--color-accent-bold)", section: "day-cell", showWhen: { cellState: "range-end" } },
1352
+ { key: "rangeEndColor", label: "Text Color", control: "color", defaultValue: "var(--color-text-inverse)", section: "day-cell", showWhen: { cellState: "range-end" } },
1353
+ { key: "outsideColor", label: "Text Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "day-cell", showWhen: { cellState: "outside" } },
1354
+ { key: "disabledColor", label: "Text Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "day-cell", showWhen: { cellState: "disabled" } },
1355
+ // ── Month & Year Cells: drill-up navigation surfaces. One Cell Size
1356
+ // knob drives both dimensions (square cells, same pattern as Date Cell)
1357
+ // and is shared between month and year cells — they live in the same
1358
+ // 4-col grid with the same visual role, so one set of knobs is enough.
1359
+ // Knob keeps the `monthCell` prefix; CSS for both `.uxm-calendar__month`
1360
+ // and `.uxm-calendar__year` reads it.
1361
+ { key: "monthCellSize", label: "Cell Size", control: "number", defaultValue: 64, min: 40, max: 120, step: 4, unit: "px", section: "month-year-cells" },
1362
+ { key: "monthCellFontSize", label: "Cell Font Size", control: "number", defaultValue: 13, min: 11, max: 18, step: 1, unit: "px", section: "month-year-cells" },
1363
+ // ── Today button: the footer action that jumps the view back to the
1364
+ // current month. Its own knobs (not the today-CELL ones above).
1365
+ { key: "todayButtonColor", label: "Text Color", control: "color", defaultValue: "var(--color-accent)", section: "todayButton" },
1366
+ { key: "todayButtonHoverBg", label: "Hover Background", control: "color", defaultValue: "color-mix(in srgb, var(--color-accent) 12%, transparent)", section: "todayButton" },
1367
+ { key: "todayButtonSize", label: "Font Size", control: "number", defaultValue: 13, min: 11, max: 18, step: 1, unit: "px", section: "todayButton" }
1368
+ ],
1369
+ layoutVariants: [
1370
+ {
1371
+ key: "cellState",
1372
+ label: "Cell State",
1373
+ options: [
1374
+ { value: "default", label: "Default" },
1375
+ { value: "today", label: "Today" },
1376
+ { value: "selected", label: "Selected" },
1377
+ { value: "in-range", label: "In Range" },
1378
+ { value: "range-start", label: "Range Start" },
1379
+ { value: "range-end", label: "Range End" },
1380
+ { value: "outside", label: "Outside Month" },
1381
+ { value: "disabled", label: "Disabled" },
1382
+ { value: "hover", label: "Hover" }
1383
+ ],
1384
+ defaultValue: "default"
1385
+ }
1386
+ ],
1387
+ events: [
1388
+ { name: "onChange", description: "Fires when the user picks a date cell.", payload: "{ value: Date }" },
1389
+ { name: "onMonthChange", description: "Fires when the user navigates to a different month via the prev/next chevrons or by tapping the header.", payload: "{ year: number, month: number }" }
1390
+ ]
1391
+ },
1392
+ {
1393
+ id: "icon-tile",
1394
+ name: "Icon Tile",
1395
+ category: "Display",
1396
+ description: "Small rounded square wrapping an icon with a colored background \u2014 the accent chip in front of row cards / list items / type entries.",
1397
+ styleProperties: [
1398
+ { key: "size", label: "Tile Size", control: "number", defaultValue: 28, min: 16, max: 56, step: 2, unit: "px" },
1399
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 6, min: 0, max: 16, step: 1, unit: "px" },
1400
+ { key: "iconBg", label: "Background", control: "color", defaultValue: "var(--color-surface-alt)", section: "colors" },
1401
+ { key: "iconColor", label: "Icon Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
1402
+ { key: "iconSize", label: "Icon Size", control: "number", defaultValue: 14, min: 10, max: 28, step: 1, unit: "px" }
1403
+ ],
1404
+ layoutVariants: []
1405
+ },
1406
+ {
1407
+ id: "meta-row",
1408
+ name: "Meta Row",
1409
+ category: "Display",
1410
+ description: 'Dot-separated metadata strip \u2014 "v1.2 \xB7 3 days ago \xB7 Sarah" \u2014 used in card footers and list rows.',
1411
+ styleProperties: [
1412
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 12, min: 10, max: 16, step: 1, unit: "px" },
1413
+ { key: "color", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
1414
+ { key: "gap", label: "Item Gap", control: "number", defaultValue: 12, min: 4, max: 24, step: 1, unit: "px" },
1415
+ { key: "dotSize", label: "Dot Size", control: "number", defaultValue: 4, min: 2, max: 10, step: 1, unit: "px" },
1416
+ { key: "dotColor", label: "Dot Color", control: "color", defaultValue: "color-mix(in srgb, var(--color-text) 20%, transparent)", section: "colors" }
1417
+ ],
1418
+ layoutVariants: []
1419
+ },
1420
+ {
1421
+ id: "form-field",
1422
+ name: "Form Field",
1423
+ category: "Forms",
1424
+ description: "Sole owner of label theming for the form family. Pairs a label with any UXM input (TextInput, Select, ToggleSwitch, etc.); optional hint line below. `labelPosition` flips between top (column stack) and side (grid layout).",
1425
+ styleProperties: [
1426
+ // Per-tint label colours — the Label Tint VARIANT (below) picks which
1427
+ // tint a field uses; these knobs define what each tint looks like.
1428
+ // One knob per tint, gated to the active tint so the panel reads
1429
+ // "Per Label Tint · <value>". Tints apply to both label variants
1430
+ // (default + overline) — the variant owns typography, the tint colour.
1431
+ { key: "tintStrongColor", label: "Label Color", control: "color", defaultValue: "var(--color-text-strong)", section: "colors", showWhen: { labelTint: "strong" } },
1432
+ { key: "tintDefaultColor", label: "Label Color", control: "color", defaultValue: "var(--color-text)", section: "colors", showWhen: { labelTint: "default" } },
1433
+ { key: "tintMutedColor", label: "Label Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors", showWhen: { labelTint: "muted" } },
1434
+ // Typography — per label variant. The overline variant owns only its
1435
+ // size here (weight/letter-spacing stay token-level).
1436
+ { key: "labelSize", label: "Label Size", control: "number", defaultValue: 13, min: 10, max: 18, step: 1, unit: "px", showWhen: { labelVariant: "default" } },
1437
+ { key: "labelWeight", label: "Label Weight", control: "select", defaultValue: "500", options: ["400", "500", "600"], showWhen: { labelVariant: "default" } },
1438
+ { key: "overlineSize", label: "Label Size", control: "number", defaultValue: 11, min: 9, max: 16, step: 1, unit: "px", showWhen: { labelVariant: "overline" } },
1439
+ // Hint — its own section, shared across every variant/tint (no showWhen
1440
+ // anywhere in it, so the panel labels it "Shared").
1441
+ { key: "hintColor", label: "Hint Color", control: "color", defaultValue: "var(--color-text-muted)", section: "hint" },
1442
+ { key: "hintSize", label: "Hint Size", control: "number", defaultValue: 12, min: 10, max: 16, step: 1, unit: "px", section: "hint" },
1443
+ // Label Gap — top-layout-specific. Lives in its own `topLayout`
1444
+ // section parallel to `sideLayout`, so the default STYLE section
1445
+ // contains only truly-shared knobs (labelSize, weight, hintSize,
1446
+ // hintGap) instead of getting polluted with a per-position knob.
1447
+ // Top and side layouts use the gap for visually different
1448
+ // distances (vertical vs horizontal), so each owns its own value.
1449
+ { key: "gap", label: "Label Gap", control: "number", defaultValue: 8, min: 2, max: 32, step: 1, unit: "px", section: "topLayout", showWhen: { labelPosition: "top" } },
1450
+ { key: "hintGap", label: "Hint Gap", control: "number", defaultValue: 2, min: 0, max: 12, step: 1, unit: "px", section: "hint" },
1451
+ // Side-layout only: width of the label column. Gated on
1452
+ // labelPosition=side because it has no effect in top layout.
1453
+ { key: "sideLabelWidth", label: "Side Label Width", control: "number", defaultValue: 120, min: 60, max: 240, step: 4, unit: "px", section: "sideLayout", showWhen: { labelPosition: "side" } },
1454
+ // Side-layout only: horizontal gap between the label column and
1455
+ // the input column. Separate from the top-layout `gap` knob since
1456
+ // horizontal label-input distance is visually different from
1457
+ // vertical (and brands often want different values for each).
1458
+ { key: "sideGap", label: "Label Gap", control: "number", defaultValue: 16, min: 2, max: 48, step: 1, unit: "px", section: "sideLayout", showWhen: { labelPosition: "side" } },
1459
+ // Side-layout only: alignment of the label text within the label
1460
+ // column. Default "start" (left in LTR) puts label text at the
1461
+ // column's left edge — reads naturally with the eye flowing
1462
+ // left-to-right into the input. "end" (right) is the alternative
1463
+ // for projects that prefer labels flush against the input.
1464
+ { key: "sideLabelAlign", label: "Side Label Align", control: "select", defaultValue: "start", options: ["start", "end"], section: "sideLayout", showWhen: { labelPosition: "side" } },
1465
+ // Vertical alignment of the label within its grid cell. Default "center"
1466
+ // matches the grid's `align-items: center`; "start" top-aligns the label
1467
+ // next to a tall control (radio group / checkbox list).
1468
+ { key: "sideLabelValign", label: "Side Label V-Align", control: "select", defaultValue: "center", options: ["center", "start", "end"], section: "sideLayout", showWhen: { labelPosition: "side" } }
1469
+ ],
1470
+ layoutVariants: [
1471
+ // Local labelPosition variant (top / side). Floating is intentionally
1472
+ // omitted — it requires absolute positioning + state-driven CSS
1473
+ // (:has(:not(:placeholder-shown))) that doesn't work with non-input
1474
+ // children like Select or PillSelect. Top + side cover the layout
1475
+ // shapes that work uniformly with every input atom.
1476
+ {
1477
+ key: "labelPosition",
1478
+ label: "Label Position",
1479
+ options: [
1480
+ { value: "top", label: "Top" },
1481
+ { value: "side", label: "Side" }
1482
+ ],
1483
+ defaultValue: "top"
1484
+ },
1485
+ // Label typography variant. `overline` is the caps "eyebrow" style —
1486
+ // typography only; colour comes from the Label Tint below.
1487
+ {
1488
+ key: "labelVariant",
1489
+ label: "Label Variant",
1490
+ options: [
1491
+ { value: "default", label: "Default" },
1492
+ { value: "overline", label: "Overline" }
1493
+ ],
1494
+ defaultValue: "default"
1495
+ },
1496
+ // Label Tint — which semantic colour preset the field uses. Applies to
1497
+ // both label variants; each tint's colour is a knob gated to the active
1498
+ // tint ("Per Label Tint · <value>").
1499
+ {
1500
+ key: "labelTint",
1501
+ label: "Label Tint",
1502
+ options: [
1503
+ { value: "strong", label: "Strong" },
1504
+ { value: "default", label: "Default" },
1505
+ { value: "muted", label: "Muted" }
1506
+ ],
1507
+ defaultValue: "strong"
1508
+ }
1509
+ ]
1510
+ },
1511
+ {
1512
+ id: "property-field",
1513
+ name: "Property Field",
1514
+ category: "Display",
1515
+ description: "Single label + monospace value pair used for metadata readouts. The grid layout that arranges multiple PropertyFields is a separate atom (`property-grid`).",
1516
+ styleProperties: [
1517
+ { key: "labelColor", label: "Label Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
1518
+ { key: "labelSize", label: "Label Size", control: "number", defaultValue: 10, min: 9, max: 14, step: 1, unit: "px" },
1519
+ { key: "valueColor", label: "Value Color", control: "color", defaultValue: "var(--color-text)", section: "colors" },
1520
+ { key: "valueSize", label: "Value Size", control: "number", defaultValue: 13, min: 11, max: 18, step: 1, unit: "px" },
1521
+ { key: "gap", label: "Label/Value Gap", control: "number", defaultValue: 4, min: 2, max: 12, step: 1, unit: "px" }
1522
+ ],
1523
+ layoutVariants: [
1524
+ // Label case + value font as guided presets. The preview maps each to the
1525
+ // `--uxm-property-field-label-transform` / `-label-tracking` / `-value-font`
1526
+ // vars: uppercase carries 0.06em tracking (the "eyebrow" look), sentence
1527
+ // drops both to none/normal; monospace is the data look, proportional is
1528
+ // the body typeface (for prose grids). Defaults reproduce today.
1529
+ {
1530
+ key: "labelCase",
1531
+ label: "Label Case",
1532
+ options: [
1533
+ { value: "uppercase", label: "Uppercase" },
1534
+ { value: "sentence", label: "Sentence" }
1535
+ ],
1536
+ defaultValue: "uppercase"
1537
+ },
1538
+ {
1539
+ key: "valueFont",
1540
+ label: "Value Font",
1541
+ options: [
1542
+ { value: "monospace", label: "Monospace" },
1543
+ { value: "proportional", label: "Proportional" }
1544
+ ],
1545
+ defaultValue: "monospace"
1546
+ }
1547
+ ]
1548
+ },
1549
+ {
1550
+ id: "property-grid",
1551
+ name: "Property Grid",
1552
+ category: "Display",
1553
+ description: "Auto-fill grid wrapper that lays out PropertyField pairs. Layout-only \u2014 chip / field theming flows through the PropertyField atom's own registry.",
1554
+ styleProperties: [
1555
+ { key: "rowGap", label: "Row Gap", control: "number", defaultValue: 16, min: 4, max: 32, step: 2, unit: "px" },
1556
+ { key: "columnGap", label: "Column Gap", control: "number", defaultValue: 32, min: 12, max: 64, step: 4, unit: "px" }
1557
+ ],
1558
+ layoutVariants: []
1559
+ },
1560
+ {
1561
+ id: "list-item",
1562
+ name: "List Item",
1563
+ category: "Composite",
1564
+ description: "Row with icon, title, and optional trailing slot \u2014 used in stacked lists. Renders as `<div>` (static) or `<button>` / `<a>` (interactive) depending on the atom's `interactive` / `href` props. State knobs gate on `mode` rather than trailing \u2014 trailing is purely a visual choice and the two are orthogonal: an interactive row can have any trailing, a static row can have a chevron decoration without being tappable.",
1565
+ styleProperties: [
1566
+ // ── Per-state row colors. Filtered into the "States" section by
1567
+ // the State variant. Default-state knobs (`inactiveBg`,
1568
+ // `inactiveText`) gate on `state: "default"` only — so the bg /
1569
+ // text are editable in both static and interactive modes. The
1570
+ // interactive-only state knobs (hover / focus / active)
1571
+ // additionally gate on `mode: "interactive"` so they hide
1572
+ // entirely when the row is rendered as a display-only `<div>`.
1573
+ // `disabled` is a visual treatment, not an interaction state, so
1574
+ // its knobs are NOT mode-gated.
1575
+ { key: "inactiveBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "states", showWhen: { state: "default" } },
1576
+ { key: "inactiveText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "default" } },
1577
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-surface-alt)", section: "states", showWhen: { state: "hover", mode: "interactive" } },
1578
+ { key: "hoverText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "hover", mode: "interactive" } },
1579
+ { key: "focusText", label: "Text Color", control: "color", defaultValue: "var(--color-text)", section: "states", showWhen: { state: "focus", mode: "interactive" } },
1580
+ { key: "activeBg", label: "Background", control: "color", defaultValue: "var(--color-accent-subtle)", section: "states", showWhen: { state: "active", mode: "interactive" } },
1581
+ { key: "activeText", label: "Text Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "states", showWhen: { state: "active", mode: "interactive" } },
1582
+ { key: "disabledBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "states", showWhen: { state: "disabled" } },
1583
+ { key: "disabledText", label: "Text Color", control: "color", defaultValue: "var(--color-text-muted)", section: "states", showWhen: { state: "disabled" } },
1584
+ // Focus ring + disabled opacity in their own sections.
1585
+ { key: "focusRing", label: "Ring Color", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus", mode: "interactive" } },
1586
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 0.5, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
1587
+ // ── Container (List wrapper)
1588
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "container" },
1589
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 8, min: 0, max: 16, step: 1, unit: "px", section: "container" },
1590
+ // ── Shared sizing (applies to every state)
1591
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 16, min: 8, max: 32, step: 2, unit: "px" },
1592
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 12, min: 4, max: 24, step: 2, unit: "px" },
1593
+ { key: "gap", label: "Icon Gap", control: "number", defaultValue: 12, min: 4, max: 24, step: 2, unit: "px" },
1594
+ { key: "fontSize", label: "Font Size", control: "number", defaultValue: 14, min: 11, max: 18, step: 1, unit: "px" },
1595
+ // ── Sub-elements (shared across every state)
1596
+ { key: "valueColor", label: "Value Color", control: "color", defaultValue: "var(--color-text-muted)", section: "value", showWhen: { value: "shown" } },
1597
+ { key: "valueSize", label: "Value Size", control: "number", defaultValue: 12, min: 10, max: 16, step: 1, unit: "px", section: "value", showWhen: { value: "shown" } },
1598
+ // Trailing slot is purely composable — the consumer passes whatever
1599
+ // ReactNode they want. The preview demos the canonical pattern per
1600
+ // mode (chevron for interactive nav rows, Tag for static status
1601
+ // rows), so a single Chevron Color knob covers the interactive
1602
+ // example. Other trailing decorations (Tag, Badge, Avatar, etc.)
1603
+ // bring their own styling via their respective atoms.
1604
+ { key: "chevronColor", label: "Chevron Color", control: "color", defaultValue: "var(--color-text-muted)", section: "trailing", showWhen: { mode: "interactive" } },
1605
+ // High-contrast icon "stamp" — bright accent tile with a card-coloured
1606
+ // glyph inside. Keeps the icon visually distinct from the row bg in
1607
+ // every state (default / hover / active / disabled), so the shared
1608
+ // icon knobs don't need to vary per-state.
1609
+ { key: "iconBg", label: "Icon Bg", control: "color", defaultValue: "var(--color-accent)", section: "icon" },
1610
+ { key: "iconColor", label: "Icon Color", control: "color", defaultValue: "var(--color-card)", section: "icon" },
1611
+ { key: "iconSize", label: "Icon Size", control: "number", defaultValue: 24, min: 16, max: 40, step: 2, unit: "px", section: "icon" },
1612
+ { key: "iconRadius", label: "Icon Radius", control: "slider", defaultValue: 6, min: 0, max: 16, step: 1, unit: "px", section: "icon" }
1613
+ ],
1614
+ layoutVariants: [
1615
+ {
1616
+ key: "mode",
1617
+ label: "Mode",
1618
+ options: [
1619
+ // `static` → renders as `<div>`; no hover / focus / active
1620
+ // styling. `interactive` → renders as `<button>` (or `<a>`
1621
+ // when href is passed); full state styling. Mode is
1622
+ // orthogonal to trailing: any trailing can sit in either mode.
1623
+ { value: "static", label: "Static" },
1624
+ { value: "interactive", label: "Interactive" }
1625
+ ],
1626
+ defaultValue: "interactive"
1627
+ },
1628
+ {
1629
+ key: "state",
1630
+ label: "State",
1631
+ options: [
1632
+ // `default` and `disabled` are always available — every row
1633
+ // has a resting state, and `disabled` is a visual treatment
1634
+ // (dimmed, muted) that applies regardless of mode. The CSS
1635
+ // rule includes a bare `.uxm-list-item[aria-disabled]`
1636
+ // selector that fires on `<div>` as well as `<button>` /
1637
+ // `<a>`. The interactive-only states (hover / focus / active)
1638
+ // are option-level-gated to `mode: "interactive"`: when the
1639
+ // row is static, the picker collapses to "Default" +
1640
+ // "Disabled", which self-explains as "this row only has
1641
+ // visual states" without the picker disappearing.
1642
+ { value: "default", label: "Default" },
1643
+ { value: "hover", label: "Hover", showWhen: { mode: "interactive" } },
1644
+ { value: "focus", label: "Focus", showWhen: { mode: "interactive" } },
1645
+ { value: "active", label: "Active", showWhen: { mode: "interactive" } },
1646
+ { value: "disabled", label: "Disabled" }
1647
+ ],
1648
+ defaultValue: "default"
1649
+ },
1650
+ {
1651
+ key: "value",
1652
+ label: "Value Text",
1653
+ options: [
1654
+ { value: "shown", label: "Shown" },
1655
+ { value: "hidden", label: "Hidden" }
1656
+ ],
1657
+ defaultValue: "shown"
1658
+ }
1659
+ // No `trailing` variant — the preview chooses what to show in
1660
+ // the trailing slot based on `mode` (chevron for interactive,
1661
+ // Tag for static). Real consumers pass any ReactNode via the
1662
+ // atom's `trailing` prop; the editor preview demos the
1663
+ // canonical patterns only.
1664
+ ]
1665
+ },
1666
+ {
1667
+ id: "stat-card",
1668
+ name: "Stat Card",
1669
+ category: "Composite",
1670
+ description: "Metric card with value, label, and trend indicator.",
1671
+ styleProperties: [
1672
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors" },
1673
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
1674
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 8, min: 0, max: 20, step: 1, unit: "px" },
1675
+ { key: "padding", label: "Padding", control: "number", defaultValue: 24, min: 12, max: 40, step: 4, unit: "px" },
1676
+ { key: "valueSize", label: "Value Size", control: "number", defaultValue: 28, min: 18, max: 48, step: 2, unit: "px" },
1677
+ { key: "labelSize", label: "Label Size", control: "number", defaultValue: 13, min: 10, max: 18, step: 1, unit: "px" },
1678
+ { key: "trendUpColor", label: "Trend Up", control: "color", defaultValue: "var(--color-success-text)", section: "colors" },
1679
+ { key: "trendDownColor", label: "Trend Down", control: "color", defaultValue: "var(--color-danger-text)", section: "colors" }
1680
+ ],
1681
+ layoutVariants: []
1682
+ },
1683
+ {
1684
+ id: "page-shell",
1685
+ name: "Page Shell",
1686
+ category: "Composite",
1687
+ description: "Top-level page layout \u2014 sidebar + (optional) top bar + content. Two variants drive the chrome: standard (full chrome, padded content) and canvas (no top bar, full-bleed content for diagrams/lifecycle).",
1688
+ styleProperties: [
1689
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-surface)", section: "colors" },
1690
+ { key: "contentPadding", label: "Content Padding", control: "number", defaultValue: 32, min: 0, max: 64, step: 4, unit: "px" }
1691
+ ],
1692
+ layoutVariants: [
1693
+ {
1694
+ key: "variant",
1695
+ label: "Variant",
1696
+ options: [
1697
+ { value: "standard", label: "Standard" },
1698
+ { value: "canvas", label: "Canvas" }
1699
+ ],
1700
+ defaultValue: "standard"
1701
+ }
1702
+ ]
1703
+ },
1704
+ {
1705
+ id: "type-overview-card",
1706
+ name: "Type Overview Card",
1707
+ category: "Composite",
1708
+ description: "Dashboard summary tile \u2014 accent stripe, icon tile, label, count, hover affordance.",
1709
+ styleProperties: [
1710
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors" },
1711
+ { key: "borderColor", label: "Border Color", control: "color", defaultValue: "var(--color-border)", section: "colors" },
1712
+ { key: "borderRadius", label: "Border Radius", control: "slider", defaultValue: 4, min: 0, max: 16, step: 1, unit: "px" },
1713
+ { key: "padding", label: "Padding", control: "number", defaultValue: 20, min: 12, max: 40, step: 2, unit: "px" },
1714
+ { key: "accentColor", label: "Accent Stripe", control: "color", defaultValue: "var(--color-accent)", section: "colors" },
1715
+ { key: "accentWidth", label: "Accent Width", control: "number", defaultValue: 4, min: 2, max: 12, step: 1, unit: "px" },
1716
+ { key: "iconBg", label: "Icon Tile Bg", control: "color", defaultValue: "var(--color-accent-subtle)", section: "colors" },
1717
+ { key: "iconColor", label: "Icon Color", control: "color", defaultValue: "var(--color-accent-bold)", section: "colors" },
1718
+ { key: "iconBoxSize", label: "Icon Tile Size", control: "number", defaultValue: 32, min: 24, max: 48, step: 2, unit: "px" },
1719
+ { key: "iconRadius", label: "Icon Tile Radius", control: "slider", defaultValue: 8, min: 0, max: 16, step: 1, unit: "px" },
1720
+ { key: "labelSize", label: "Label Size", control: "number", defaultValue: 14, min: 11, max: 18, step: 1, unit: "px" },
1721
+ { key: "labelColor", label: "Label Color", control: "color", defaultValue: "var(--color-text-strong)", section: "colors" },
1722
+ { key: "valueSize", label: "Value Size", control: "number", defaultValue: 30, min: 20, max: 48, step: 2, unit: "px" },
1723
+ { key: "valueColor", label: "Value Color", control: "color", defaultValue: "var(--color-text)", section: "colors" }
1724
+ ],
1725
+ layoutVariants: []
1726
+ }
1727
+ ];
1728
+ // Annotate the CommonJS export names for ESM import in node:
1729
+ 0 && (module.exports = {
1730
+ compositeDefs
1731
+ });
1732
+ //# sourceMappingURL=composite.cjs.map