@viax.io/uxm 4.38.0 → 4.40.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 (1189) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/LICENSE.md +21 -0
  3. package/README.md +34 -44
  4. package/dist/hooks/index.cjs +49 -0
  5. package/dist/hooks/index.cjs.map +1 -0
  6. package/dist/hooks/index.d.ts +19 -0
  7. package/dist/hooks/index.d.ts.map +1 -0
  8. package/dist/hooks/index.js +18 -0
  9. package/dist/hooks/index.js.map +1 -0
  10. package/dist/hooks/use-toast-store.cjs.map +1 -1
  11. package/dist/hooks/use-toast-store.d.ts +5 -3
  12. package/dist/hooks/use-toast-store.d.ts.map +1 -1
  13. package/dist/hooks/use-toast-store.js.map +1 -1
  14. package/dist/index.cjs.map +1 -1
  15. package/dist/index.d.ts +3 -3
  16. package/dist/index.js.map +1 -1
  17. package/dist/previews/composite/brand-settings-preview.d.ts +2 -2
  18. package/dist/previews/composite/brand-settings-preview.d.ts.map +1 -1
  19. package/dist/previews/composite/form-preview.d.ts +2 -2
  20. package/dist/previews/composite/form-preview.d.ts.map +1 -1
  21. package/dist/previews/composite/lifecycle-action-row-preview.d.ts +2 -2
  22. package/dist/previews/composite/lifecycle-action-row-preview.d.ts.map +1 -1
  23. package/dist/previews/composite/lifecycle-connector-knobs-preview.d.ts +2 -2
  24. package/dist/previews/composite/lifecycle-connector-knobs-preview.d.ts.map +1 -1
  25. package/dist/previews/composite/lifecycle-plus-button-preview.d.ts +2 -2
  26. package/dist/previews/composite/lifecycle-plus-button-preview.d.ts.map +1 -1
  27. package/dist/previews/composite/login-page-preview.d.ts +2 -2
  28. package/dist/previews/composite/login-page-preview.d.ts.map +1 -1
  29. package/dist/previews/composite/multirow-form-preview.d.ts +2 -2
  30. package/dist/previews/composite/multirow-form-preview.d.ts.map +1 -1
  31. package/dist/previews/demo-row-actions.d.ts +1 -1
  32. package/dist/previews/demo-row-actions.d.ts.map +1 -1
  33. package/dist/previews/index.cjs +7 -7
  34. package/dist/previews/index.cjs.map +1 -1
  35. package/dist/previews/index.d.ts +9 -9
  36. package/dist/previews/index.js +7 -7
  37. package/dist/previews/index.js.map +1 -1
  38. package/dist/studio/brand-font-styles.d.ts +1 -1
  39. package/dist/studio/brand-font-styles.d.ts.map +1 -1
  40. package/dist/studio/brand-token-styles.d.ts +1 -1
  41. package/dist/studio/brand-token-styles.d.ts.map +1 -1
  42. package/dist/studio/editors/code-editor.d.ts +1 -1
  43. package/dist/studio/editors/code-editor.d.ts.map +1 -1
  44. package/dist/studio/editors/color-picker.d.ts +1 -1
  45. package/dist/studio/editors/color-picker.d.ts.map +1 -1
  46. package/dist/studio/editors/number-input.d.ts +1 -1
  47. package/dist/studio/editors/number-input.d.ts.map +1 -1
  48. package/dist/studio/editors/select-input.d.ts +1 -1
  49. package/dist/studio/editors/select-input.d.ts.map +1 -1
  50. package/dist/studio/editors/slider-input.d.ts +1 -1
  51. package/dist/studio/editors/slider-input.d.ts.map +1 -1
  52. package/dist/studio/editors/text-input.d.ts +1 -1
  53. package/dist/studio/editors/text-input.d.ts.map +1 -1
  54. package/dist/studio/editors/toggle-input.d.ts +1 -1
  55. package/dist/studio/editors/toggle-input.d.ts.map +1 -1
  56. package/dist/studio/index.cjs.map +1 -1
  57. package/dist/studio/index.d.ts +2 -2
  58. package/dist/studio/index.js.map +1 -1
  59. package/dist/studio/lib/context.d.ts +1 -1
  60. package/dist/studio/lib/context.d.ts.map +1 -1
  61. package/dist/studio/lib/registry/buttons.cjs +4 -4
  62. package/dist/studio/lib/registry/buttons.cjs.map +1 -1
  63. package/dist/studio/lib/registry/buttons.js +4 -4
  64. package/dist/studio/lib/registry/buttons.js.map +1 -1
  65. package/dist/studio/lib/registry/composite/back-link.cjs +65 -0
  66. package/dist/studio/lib/registry/composite/back-link.cjs.map +1 -0
  67. package/dist/studio/lib/registry/composite/back-link.d.ts +3 -0
  68. package/dist/studio/lib/registry/composite/back-link.d.ts.map +1 -0
  69. package/dist/studio/lib/registry/composite/back-link.js +41 -0
  70. package/dist/studio/lib/registry/composite/back-link.js.map +1 -0
  71. package/dist/studio/lib/registry/composite/badge.cjs +102 -0
  72. package/dist/studio/lib/registry/composite/badge.cjs.map +1 -0
  73. package/dist/studio/lib/registry/composite/badge.d.ts +3 -0
  74. package/dist/studio/lib/registry/composite/badge.d.ts.map +1 -0
  75. package/dist/studio/lib/registry/composite/badge.js +78 -0
  76. package/dist/studio/lib/registry/composite/badge.js.map +1 -0
  77. package/dist/studio/lib/registry/composite/breadcrumb.cjs +83 -0
  78. package/dist/studio/lib/registry/composite/breadcrumb.cjs.map +1 -0
  79. package/dist/studio/lib/registry/composite/breadcrumb.d.ts +3 -0
  80. package/dist/studio/lib/registry/composite/breadcrumb.d.ts.map +1 -0
  81. package/dist/studio/lib/registry/composite/breadcrumb.js +59 -0
  82. package/dist/studio/lib/registry/composite/breadcrumb.js.map +1 -0
  83. package/dist/studio/lib/registry/composite/button-group.cjs +76 -0
  84. package/dist/studio/lib/registry/composite/button-group.cjs.map +1 -0
  85. package/dist/studio/lib/registry/composite/button-group.d.ts +3 -0
  86. package/dist/studio/lib/registry/composite/button-group.d.ts.map +1 -0
  87. package/dist/studio/lib/registry/composite/button-group.js +52 -0
  88. package/dist/studio/lib/registry/composite/button-group.js.map +1 -0
  89. package/dist/studio/lib/registry/composite/calendar.cjs +116 -0
  90. package/dist/studio/lib/registry/composite/calendar.cjs.map +1 -0
  91. package/dist/studio/lib/registry/composite/calendar.d.ts +3 -0
  92. package/dist/studio/lib/registry/composite/calendar.d.ts.map +1 -0
  93. package/dist/studio/lib/registry/composite/calendar.js +92 -0
  94. package/dist/studio/lib/registry/composite/calendar.js.map +1 -0
  95. package/dist/studio/lib/registry/composite/content-tooltip.cjs +44 -0
  96. package/dist/studio/lib/registry/composite/content-tooltip.cjs.map +1 -0
  97. package/dist/studio/lib/registry/composite/content-tooltip.d.ts +3 -0
  98. package/dist/studio/lib/registry/composite/content-tooltip.d.ts.map +1 -0
  99. package/dist/studio/lib/registry/composite/content-tooltip.js +20 -0
  100. package/dist/studio/lib/registry/composite/content-tooltip.js.map +1 -0
  101. package/dist/studio/lib/registry/composite/data-table.cjs +61 -0
  102. package/dist/studio/lib/registry/composite/data-table.cjs.map +1 -0
  103. package/dist/studio/lib/registry/composite/data-table.d.ts +3 -0
  104. package/dist/studio/lib/registry/composite/data-table.d.ts.map +1 -0
  105. package/dist/studio/lib/registry/composite/data-table.js +37 -0
  106. package/dist/studio/lib/registry/composite/data-table.js.map +1 -0
  107. package/dist/studio/lib/registry/composite/detail-section.cjs +47 -0
  108. package/dist/studio/lib/registry/composite/detail-section.cjs.map +1 -0
  109. package/dist/studio/lib/registry/composite/detail-section.d.ts +3 -0
  110. package/dist/studio/lib/registry/composite/detail-section.d.ts.map +1 -0
  111. package/dist/studio/lib/registry/composite/detail-section.js +23 -0
  112. package/dist/studio/lib/registry/composite/detail-section.js.map +1 -0
  113. package/dist/studio/lib/registry/composite/divider.cjs +43 -0
  114. package/dist/studio/lib/registry/composite/divider.cjs.map +1 -0
  115. package/dist/studio/lib/registry/composite/divider.d.ts +3 -0
  116. package/dist/studio/lib/registry/composite/divider.d.ts.map +1 -0
  117. package/dist/studio/lib/registry/composite/divider.js +19 -0
  118. package/dist/studio/lib/registry/composite/divider.js.map +1 -0
  119. package/dist/studio/lib/registry/composite/error-page.cjs +58 -0
  120. package/dist/studio/lib/registry/composite/error-page.cjs.map +1 -0
  121. package/dist/studio/lib/registry/composite/error-page.d.ts +3 -0
  122. package/dist/studio/lib/registry/composite/error-page.d.ts.map +1 -0
  123. package/dist/studio/lib/registry/composite/error-page.js +34 -0
  124. package/dist/studio/lib/registry/composite/error-page.js.map +1 -0
  125. package/dist/studio/lib/registry/composite/explorer-list-item.cjs +84 -0
  126. package/dist/studio/lib/registry/composite/explorer-list-item.cjs.map +1 -0
  127. package/dist/studio/lib/registry/composite/explorer-list-item.d.ts +3 -0
  128. package/dist/studio/lib/registry/composite/explorer-list-item.d.ts.map +1 -0
  129. package/dist/studio/lib/registry/composite/explorer-list-item.js +60 -0
  130. package/dist/studio/lib/registry/composite/explorer-list-item.js.map +1 -0
  131. package/dist/studio/lib/registry/composite/explorer-section.cjs +90 -0
  132. package/dist/studio/lib/registry/composite/explorer-section.cjs.map +1 -0
  133. package/dist/studio/lib/registry/composite/explorer-section.d.ts +3 -0
  134. package/dist/studio/lib/registry/composite/explorer-section.d.ts.map +1 -0
  135. package/dist/studio/lib/registry/composite/explorer-section.js +66 -0
  136. package/dist/studio/lib/registry/composite/explorer-section.js.map +1 -0
  137. package/dist/studio/lib/registry/composite/filter-tabs.cjs +77 -0
  138. package/dist/studio/lib/registry/composite/filter-tabs.cjs.map +1 -0
  139. package/dist/studio/lib/registry/composite/filter-tabs.d.ts +3 -0
  140. package/dist/studio/lib/registry/composite/filter-tabs.d.ts.map +1 -0
  141. package/dist/studio/lib/registry/composite/filter-tabs.js +53 -0
  142. package/dist/studio/lib/registry/composite/filter-tabs.js.map +1 -0
  143. package/dist/studio/lib/registry/composite/form-field.cjs +119 -0
  144. package/dist/studio/lib/registry/composite/form-field.cjs.map +1 -0
  145. package/dist/studio/lib/registry/composite/form-field.d.ts +3 -0
  146. package/dist/studio/lib/registry/composite/form-field.d.ts.map +1 -0
  147. package/dist/studio/lib/registry/composite/form-field.js +95 -0
  148. package/dist/studio/lib/registry/composite/form-field.js.map +1 -0
  149. package/dist/studio/lib/registry/composite/form-multirow.cjs +56 -0
  150. package/dist/studio/lib/registry/composite/form-multirow.cjs.map +1 -0
  151. package/dist/studio/lib/registry/composite/form-multirow.d.ts +3 -0
  152. package/dist/studio/lib/registry/composite/form-multirow.d.ts.map +1 -0
  153. package/dist/studio/lib/registry/composite/form-multirow.js +32 -0
  154. package/dist/studio/lib/registry/composite/form-multirow.js.map +1 -0
  155. package/dist/studio/lib/registry/composite/icon-tile.cjs +42 -0
  156. package/dist/studio/lib/registry/composite/icon-tile.cjs.map +1 -0
  157. package/dist/studio/lib/registry/composite/icon-tile.d.ts +3 -0
  158. package/dist/studio/lib/registry/composite/icon-tile.d.ts.map +1 -0
  159. package/dist/studio/lib/registry/composite/icon-tile.js +18 -0
  160. package/dist/studio/lib/registry/composite/icon-tile.js.map +1 -0
  161. package/dist/studio/lib/registry/composite/index.cjs +105 -0
  162. package/dist/studio/lib/registry/composite/index.cjs.map +1 -0
  163. package/dist/studio/lib/registry/composite/index.d.ts +3 -0
  164. package/dist/studio/lib/registry/composite/index.d.ts.map +1 -0
  165. package/dist/studio/lib/registry/composite/index.js +81 -0
  166. package/dist/studio/lib/registry/composite/index.js.map +1 -0
  167. package/dist/studio/lib/registry/composite/inline-action.cjs +66 -0
  168. package/dist/studio/lib/registry/composite/inline-action.cjs.map +1 -0
  169. package/dist/studio/lib/registry/composite/inline-action.d.ts +3 -0
  170. package/dist/studio/lib/registry/composite/inline-action.d.ts.map +1 -0
  171. package/dist/studio/lib/registry/composite/inline-action.js +42 -0
  172. package/dist/studio/lib/registry/composite/inline-action.js.map +1 -0
  173. package/dist/studio/lib/registry/composite/inline-filter.cjs +43 -0
  174. package/dist/studio/lib/registry/composite/inline-filter.cjs.map +1 -0
  175. package/dist/studio/lib/registry/composite/inline-filter.d.ts +3 -0
  176. package/dist/studio/lib/registry/composite/inline-filter.d.ts.map +1 -0
  177. package/dist/studio/lib/registry/composite/inline-filter.js +19 -0
  178. package/dist/studio/lib/registry/composite/inline-filter.js.map +1 -0
  179. package/dist/studio/lib/registry/composite/link.cjs +88 -0
  180. package/dist/studio/lib/registry/composite/link.cjs.map +1 -0
  181. package/dist/studio/lib/registry/composite/link.d.ts +3 -0
  182. package/dist/studio/lib/registry/composite/link.d.ts.map +1 -0
  183. package/dist/studio/lib/registry/composite/link.js +64 -0
  184. package/dist/studio/lib/registry/composite/link.js.map +1 -0
  185. package/dist/studio/lib/registry/composite/list-item.cjs +134 -0
  186. package/dist/studio/lib/registry/composite/list-item.cjs.map +1 -0
  187. package/dist/studio/lib/registry/composite/list-item.d.ts +3 -0
  188. package/dist/studio/lib/registry/composite/list-item.d.ts.map +1 -0
  189. package/dist/studio/lib/registry/composite/list-item.js +110 -0
  190. package/dist/studio/lib/registry/composite/list-item.js.map +1 -0
  191. package/dist/studio/lib/registry/composite/login-page.cjs +66 -0
  192. package/dist/studio/lib/registry/composite/login-page.cjs.map +1 -0
  193. package/dist/studio/lib/registry/composite/login-page.d.ts +3 -0
  194. package/dist/studio/lib/registry/composite/login-page.d.ts.map +1 -0
  195. package/dist/studio/lib/registry/composite/login-page.js +42 -0
  196. package/dist/studio/lib/registry/composite/login-page.js.map +1 -0
  197. package/dist/studio/lib/registry/composite/meta-row.cjs +42 -0
  198. package/dist/studio/lib/registry/composite/meta-row.cjs.map +1 -0
  199. package/dist/studio/lib/registry/composite/meta-row.d.ts +3 -0
  200. package/dist/studio/lib/registry/composite/meta-row.d.ts.map +1 -0
  201. package/dist/studio/lib/registry/composite/meta-row.js +18 -0
  202. package/dist/studio/lib/registry/composite/meta-row.js.map +1 -0
  203. package/dist/studio/lib/registry/composite/page-header.cjs +47 -0
  204. package/dist/studio/lib/registry/composite/page-header.cjs.map +1 -0
  205. package/dist/studio/lib/registry/composite/page-header.d.ts +3 -0
  206. package/dist/studio/lib/registry/composite/page-header.d.ts.map +1 -0
  207. package/dist/studio/lib/registry/composite/page-header.js +23 -0
  208. package/dist/studio/lib/registry/composite/page-header.js.map +1 -0
  209. package/dist/studio/lib/registry/composite/page-shell.cjs +49 -0
  210. package/dist/studio/lib/registry/composite/page-shell.cjs.map +1 -0
  211. package/dist/studio/lib/registry/composite/page-shell.d.ts +3 -0
  212. package/dist/studio/lib/registry/composite/page-shell.d.ts.map +1 -0
  213. package/dist/studio/lib/registry/composite/page-shell.js +25 -0
  214. package/dist/studio/lib/registry/composite/page-shell.js.map +1 -0
  215. package/dist/studio/lib/registry/composite/pill-select.cjs +120 -0
  216. package/dist/studio/lib/registry/composite/pill-select.cjs.map +1 -0
  217. package/dist/studio/lib/registry/composite/pill-select.d.ts +3 -0
  218. package/dist/studio/lib/registry/composite/pill-select.d.ts.map +1 -0
  219. package/dist/studio/lib/registry/composite/pill-select.js +96 -0
  220. package/dist/studio/lib/registry/composite/pill-select.js.map +1 -0
  221. package/dist/studio/lib/registry/composite/property-field.cjs +66 -0
  222. package/dist/studio/lib/registry/composite/property-field.cjs.map +1 -0
  223. package/dist/studio/lib/registry/composite/property-field.d.ts +3 -0
  224. package/dist/studio/lib/registry/composite/property-field.d.ts.map +1 -0
  225. package/dist/studio/lib/registry/composite/property-field.js +42 -0
  226. package/dist/studio/lib/registry/composite/property-field.js.map +1 -0
  227. package/dist/studio/lib/registry/composite/property-grid.cjs +39 -0
  228. package/dist/studio/lib/registry/composite/property-grid.cjs.map +1 -0
  229. package/dist/studio/lib/registry/composite/property-grid.d.ts +3 -0
  230. package/dist/studio/lib/registry/composite/property-grid.d.ts.map +1 -0
  231. package/dist/studio/lib/registry/composite/property-grid.js +15 -0
  232. package/dist/studio/lib/registry/composite/property-grid.js.map +1 -0
  233. package/dist/studio/lib/registry/composite/section-header.cjs +44 -0
  234. package/dist/studio/lib/registry/composite/section-header.cjs.map +1 -0
  235. package/dist/studio/lib/registry/composite/section-header.d.ts +3 -0
  236. package/dist/studio/lib/registry/composite/section-header.d.ts.map +1 -0
  237. package/dist/studio/lib/registry/composite/section-header.js +20 -0
  238. package/dist/studio/lib/registry/composite/section-header.js.map +1 -0
  239. package/dist/studio/lib/registry/composite/side-flexpane.cjs +51 -0
  240. package/dist/studio/lib/registry/composite/side-flexpane.cjs.map +1 -0
  241. package/dist/studio/lib/registry/composite/side-flexpane.d.ts +3 -0
  242. package/dist/studio/lib/registry/composite/side-flexpane.d.ts.map +1 -0
  243. package/dist/studio/lib/registry/composite/side-flexpane.js +27 -0
  244. package/dist/studio/lib/registry/composite/side-flexpane.js.map +1 -0
  245. package/dist/studio/lib/registry/composite/sidebar-nav-item.cjs +95 -0
  246. package/dist/studio/lib/registry/composite/sidebar-nav-item.cjs.map +1 -0
  247. package/dist/studio/lib/registry/composite/sidebar-nav-item.d.ts +3 -0
  248. package/dist/studio/lib/registry/composite/sidebar-nav-item.d.ts.map +1 -0
  249. package/dist/studio/lib/registry/composite/sidebar-nav-item.js +71 -0
  250. package/dist/studio/lib/registry/composite/sidebar-nav-item.js.map +1 -0
  251. package/dist/studio/lib/registry/composite/sidebar-nav-trigger.cjs +224 -0
  252. package/dist/studio/lib/registry/composite/sidebar-nav-trigger.cjs.map +1 -0
  253. package/dist/studio/lib/registry/composite/sidebar-nav-trigger.d.ts +3 -0
  254. package/dist/studio/lib/registry/composite/sidebar-nav-trigger.d.ts.map +1 -0
  255. package/dist/studio/lib/registry/composite/sidebar-nav-trigger.js +200 -0
  256. package/dist/studio/lib/registry/composite/sidebar-nav-trigger.js.map +1 -0
  257. package/dist/studio/lib/registry/composite/stat-card.cjs +45 -0
  258. package/dist/studio/lib/registry/composite/stat-card.cjs.map +1 -0
  259. package/dist/studio/lib/registry/composite/stat-card.d.ts +3 -0
  260. package/dist/studio/lib/registry/composite/stat-card.d.ts.map +1 -0
  261. package/dist/studio/lib/registry/composite/stat-card.js +21 -0
  262. package/dist/studio/lib/registry/composite/stat-card.js.map +1 -0
  263. package/dist/studio/lib/registry/composite/tabs-underline.cjs +82 -0
  264. package/dist/studio/lib/registry/composite/tabs-underline.cjs.map +1 -0
  265. package/dist/studio/lib/registry/composite/tabs-underline.d.ts +3 -0
  266. package/dist/studio/lib/registry/composite/tabs-underline.d.ts.map +1 -0
  267. package/dist/studio/lib/registry/composite/tabs-underline.js +58 -0
  268. package/dist/studio/lib/registry/composite/tabs-underline.js.map +1 -0
  269. package/dist/studio/lib/registry/composite/tabs.cjs +84 -0
  270. package/dist/studio/lib/registry/composite/tabs.cjs.map +1 -0
  271. package/dist/studio/lib/registry/composite/tabs.d.ts +3 -0
  272. package/dist/studio/lib/registry/composite/tabs.d.ts.map +1 -0
  273. package/dist/studio/lib/registry/composite/tabs.js +60 -0
  274. package/dist/studio/lib/registry/composite/tabs.js.map +1 -0
  275. package/dist/studio/lib/registry/composite/thumbnail.cjs +62 -0
  276. package/dist/studio/lib/registry/composite/thumbnail.cjs.map +1 -0
  277. package/dist/studio/lib/registry/composite/thumbnail.d.ts +3 -0
  278. package/dist/studio/lib/registry/composite/thumbnail.d.ts.map +1 -0
  279. package/dist/studio/lib/registry/composite/thumbnail.js +38 -0
  280. package/dist/studio/lib/registry/composite/thumbnail.js.map +1 -0
  281. package/dist/studio/lib/registry/composite/type-overview-card.cjs +51 -0
  282. package/dist/studio/lib/registry/composite/type-overview-card.cjs.map +1 -0
  283. package/dist/studio/lib/registry/composite/type-overview-card.d.ts +3 -0
  284. package/dist/studio/lib/registry/composite/type-overview-card.d.ts.map +1 -0
  285. package/dist/studio/lib/registry/composite/type-overview-card.js +27 -0
  286. package/dist/studio/lib/registry/composite/type-overview-card.js.map +1 -0
  287. package/dist/studio/lib/registry/composite/view-switcher.cjs +76 -0
  288. package/dist/studio/lib/registry/composite/view-switcher.cjs.map +1 -0
  289. package/dist/studio/lib/registry/composite/view-switcher.d.ts +3 -0
  290. package/dist/studio/lib/registry/composite/view-switcher.d.ts.map +1 -0
  291. package/dist/studio/lib/registry/composite/view-switcher.js +52 -0
  292. package/dist/studio/lib/registry/composite/view-switcher.js.map +1 -0
  293. package/dist/studio/lib/registry/diagram.cjs +1 -1
  294. package/dist/studio/lib/registry/diagram.cjs.map +1 -1
  295. package/dist/studio/lib/registry/diagram.js +1 -1
  296. package/dist/studio/lib/registry/diagram.js.map +1 -1
  297. package/dist/studio/lib/registry/display.cjs +2 -2
  298. package/dist/studio/lib/registry/display.cjs.map +1 -1
  299. package/dist/studio/lib/registry/display.js +2 -2
  300. package/dist/studio/lib/registry/display.js.map +1 -1
  301. package/dist/studio/lib/registry/feedback.cjs +3 -3
  302. package/dist/studio/lib/registry/feedback.cjs.map +1 -1
  303. package/dist/studio/lib/registry/feedback.js +3 -3
  304. package/dist/studio/lib/registry/feedback.js.map +1 -1
  305. package/dist/studio/lib/registry/icons.cjs +32 -11
  306. package/dist/studio/lib/registry/icons.cjs.map +1 -1
  307. package/dist/studio/lib/registry/icons.d.ts.map +1 -1
  308. package/dist/studio/lib/registry/icons.js +32 -11
  309. package/dist/studio/lib/registry/icons.js.map +1 -1
  310. package/dist/studio/lib/registry/index.cjs +2 -2
  311. package/dist/studio/lib/registry/index.js +2 -2
  312. package/dist/studio/lib/registry/inputs/checkbox.cjs +84 -0
  313. package/dist/studio/lib/registry/inputs/checkbox.cjs.map +1 -0
  314. package/dist/studio/lib/registry/inputs/checkbox.d.ts +3 -0
  315. package/dist/studio/lib/registry/inputs/checkbox.d.ts.map +1 -0
  316. package/dist/studio/lib/registry/inputs/checkbox.js +60 -0
  317. package/dist/studio/lib/registry/inputs/checkbox.js.map +1 -0
  318. package/dist/studio/lib/registry/inputs/code-editor.cjs +90 -0
  319. package/dist/studio/lib/registry/inputs/code-editor.cjs.map +1 -0
  320. package/dist/studio/lib/registry/inputs/code-editor.d.ts +3 -0
  321. package/dist/studio/lib/registry/inputs/code-editor.d.ts.map +1 -0
  322. package/dist/studio/lib/registry/inputs/code-editor.js +66 -0
  323. package/dist/studio/lib/registry/inputs/code-editor.js.map +1 -0
  324. package/dist/studio/lib/registry/inputs/color-input.cjs +107 -0
  325. package/dist/studio/lib/registry/inputs/color-input.cjs.map +1 -0
  326. package/dist/studio/lib/registry/inputs/color-input.d.ts +3 -0
  327. package/dist/studio/lib/registry/inputs/color-input.d.ts.map +1 -0
  328. package/dist/studio/lib/registry/inputs/color-input.js +83 -0
  329. package/dist/studio/lib/registry/inputs/color-input.js.map +1 -0
  330. package/dist/studio/lib/registry/inputs/currency-input.cjs +112 -0
  331. package/dist/studio/lib/registry/inputs/currency-input.cjs.map +1 -0
  332. package/dist/studio/lib/registry/inputs/currency-input.d.ts +3 -0
  333. package/dist/studio/lib/registry/inputs/currency-input.d.ts.map +1 -0
  334. package/dist/studio/lib/registry/inputs/currency-input.js +88 -0
  335. package/dist/studio/lib/registry/inputs/currency-input.js.map +1 -0
  336. package/dist/studio/lib/registry/inputs/date-input.cjs +105 -0
  337. package/dist/studio/lib/registry/inputs/date-input.cjs.map +1 -0
  338. package/dist/studio/lib/registry/inputs/date-input.d.ts +3 -0
  339. package/dist/studio/lib/registry/inputs/date-input.d.ts.map +1 -0
  340. package/dist/studio/lib/registry/inputs/date-input.js +81 -0
  341. package/dist/studio/lib/registry/inputs/date-input.js.map +1 -0
  342. package/dist/studio/lib/registry/inputs/editable-cell.cjs +206 -0
  343. package/dist/studio/lib/registry/inputs/editable-cell.cjs.map +1 -0
  344. package/dist/studio/lib/registry/inputs/editable-cell.d.ts +3 -0
  345. package/dist/studio/lib/registry/inputs/editable-cell.d.ts.map +1 -0
  346. package/dist/studio/lib/registry/inputs/editable-cell.js +182 -0
  347. package/dist/studio/lib/registry/inputs/editable-cell.js.map +1 -0
  348. package/dist/studio/lib/registry/inputs/file-upload.cjs +161 -0
  349. package/dist/studio/lib/registry/inputs/file-upload.cjs.map +1 -0
  350. package/dist/studio/lib/registry/inputs/file-upload.d.ts +3 -0
  351. package/dist/studio/lib/registry/inputs/file-upload.d.ts.map +1 -0
  352. package/dist/studio/lib/registry/inputs/file-upload.js +137 -0
  353. package/dist/studio/lib/registry/inputs/file-upload.js.map +1 -0
  354. package/dist/studio/lib/registry/inputs/index.cjs +75 -0
  355. package/dist/studio/lib/registry/inputs/index.cjs.map +1 -0
  356. package/dist/studio/lib/registry/inputs/index.d.ts +3 -0
  357. package/dist/studio/lib/registry/inputs/index.d.ts.map +1 -0
  358. package/dist/studio/lib/registry/inputs/index.js +51 -0
  359. package/dist/studio/lib/registry/inputs/index.js.map +1 -0
  360. package/dist/studio/lib/registry/inputs/input-text.cjs +101 -0
  361. package/dist/studio/lib/registry/inputs/input-text.cjs.map +1 -0
  362. package/dist/studio/lib/registry/inputs/input-text.d.ts +3 -0
  363. package/dist/studio/lib/registry/inputs/input-text.d.ts.map +1 -0
  364. package/dist/studio/lib/registry/inputs/input-text.js +77 -0
  365. package/dist/studio/lib/registry/inputs/input-text.js.map +1 -0
  366. package/dist/studio/lib/registry/inputs/input-with-icon.cjs +85 -0
  367. package/dist/studio/lib/registry/inputs/input-with-icon.cjs.map +1 -0
  368. package/dist/studio/lib/registry/inputs/input-with-icon.d.ts +3 -0
  369. package/dist/studio/lib/registry/inputs/input-with-icon.d.ts.map +1 -0
  370. package/dist/studio/lib/registry/inputs/input-with-icon.js +61 -0
  371. package/dist/studio/lib/registry/inputs/input-with-icon.js.map +1 -0
  372. package/dist/studio/lib/registry/inputs/listbox.cjs +221 -0
  373. package/dist/studio/lib/registry/inputs/listbox.cjs.map +1 -0
  374. package/dist/studio/lib/registry/inputs/listbox.d.ts +3 -0
  375. package/dist/studio/lib/registry/inputs/listbox.d.ts.map +1 -0
  376. package/dist/studio/lib/registry/inputs/listbox.js +197 -0
  377. package/dist/studio/lib/registry/inputs/listbox.js.map +1 -0
  378. package/dist/studio/lib/registry/inputs/menu.cjs +208 -0
  379. package/dist/studio/lib/registry/inputs/menu.cjs.map +1 -0
  380. package/dist/studio/lib/registry/inputs/menu.d.ts +3 -0
  381. package/dist/studio/lib/registry/inputs/menu.d.ts.map +1 -0
  382. package/dist/studio/lib/registry/inputs/menu.js +184 -0
  383. package/dist/studio/lib/registry/inputs/menu.js.map +1 -0
  384. package/dist/studio/lib/registry/inputs/number-input.cjs +105 -0
  385. package/dist/studio/lib/registry/inputs/number-input.cjs.map +1 -0
  386. package/dist/studio/lib/registry/inputs/number-input.d.ts +3 -0
  387. package/dist/studio/lib/registry/inputs/number-input.d.ts.map +1 -0
  388. package/dist/studio/lib/registry/inputs/number-input.js +81 -0
  389. package/dist/studio/lib/registry/inputs/number-input.js.map +1 -0
  390. package/dist/studio/lib/registry/inputs/number-stepper.cjs +99 -0
  391. package/dist/studio/lib/registry/inputs/number-stepper.cjs.map +1 -0
  392. package/dist/studio/lib/registry/inputs/number-stepper.d.ts +3 -0
  393. package/dist/studio/lib/registry/inputs/number-stepper.d.ts.map +1 -0
  394. package/dist/studio/lib/registry/inputs/number-stepper.js +75 -0
  395. package/dist/studio/lib/registry/inputs/number-stepper.js.map +1 -0
  396. package/dist/studio/lib/registry/inputs/password-input.cjs +107 -0
  397. package/dist/studio/lib/registry/inputs/password-input.cjs.map +1 -0
  398. package/dist/studio/lib/registry/inputs/password-input.d.ts +3 -0
  399. package/dist/studio/lib/registry/inputs/password-input.d.ts.map +1 -0
  400. package/dist/studio/lib/registry/inputs/password-input.js +83 -0
  401. package/dist/studio/lib/registry/inputs/password-input.js.map +1 -0
  402. package/dist/studio/lib/registry/inputs/phone-input.cjs +105 -0
  403. package/dist/studio/lib/registry/inputs/phone-input.cjs.map +1 -0
  404. package/dist/studio/lib/registry/inputs/phone-input.d.ts +3 -0
  405. package/dist/studio/lib/registry/inputs/phone-input.d.ts.map +1 -0
  406. package/dist/studio/lib/registry/inputs/phone-input.js +81 -0
  407. package/dist/studio/lib/registry/inputs/phone-input.js.map +1 -0
  408. package/dist/studio/lib/registry/inputs/radio-group.cjs +86 -0
  409. package/dist/studio/lib/registry/inputs/radio-group.cjs.map +1 -0
  410. package/dist/studio/lib/registry/inputs/radio-group.d.ts +3 -0
  411. package/dist/studio/lib/registry/inputs/radio-group.d.ts.map +1 -0
  412. package/dist/studio/lib/registry/inputs/radio-group.js +62 -0
  413. package/dist/studio/lib/registry/inputs/radio-group.js.map +1 -0
  414. package/dist/studio/lib/registry/inputs/search-dropdown.cjs +86 -0
  415. package/dist/studio/lib/registry/inputs/search-dropdown.cjs.map +1 -0
  416. package/dist/studio/lib/registry/inputs/search-dropdown.d.ts +3 -0
  417. package/dist/studio/lib/registry/inputs/search-dropdown.d.ts.map +1 -0
  418. package/dist/studio/lib/registry/inputs/search-dropdown.js +62 -0
  419. package/dist/studio/lib/registry/inputs/search-dropdown.js.map +1 -0
  420. package/dist/studio/lib/registry/inputs/select-dropdown.cjs +103 -0
  421. package/dist/studio/lib/registry/inputs/select-dropdown.cjs.map +1 -0
  422. package/dist/studio/lib/registry/inputs/select-dropdown.d.ts +3 -0
  423. package/dist/studio/lib/registry/inputs/select-dropdown.d.ts.map +1 -0
  424. package/dist/studio/lib/registry/inputs/select-dropdown.js +79 -0
  425. package/dist/studio/lib/registry/inputs/select-dropdown.js.map +1 -0
  426. package/dist/studio/lib/registry/inputs/slider.cjs +99 -0
  427. package/dist/studio/lib/registry/inputs/slider.cjs.map +1 -0
  428. package/dist/studio/lib/registry/inputs/slider.d.ts +3 -0
  429. package/dist/studio/lib/registry/inputs/slider.d.ts.map +1 -0
  430. package/dist/studio/lib/registry/inputs/slider.js +75 -0
  431. package/dist/studio/lib/registry/inputs/slider.js.map +1 -0
  432. package/dist/studio/lib/registry/inputs/textarea.cjs +84 -0
  433. package/dist/studio/lib/registry/inputs/textarea.cjs.map +1 -0
  434. package/dist/studio/lib/registry/inputs/textarea.d.ts +3 -0
  435. package/dist/studio/lib/registry/inputs/textarea.d.ts.map +1 -0
  436. package/dist/studio/lib/registry/inputs/textarea.js +60 -0
  437. package/dist/studio/lib/registry/inputs/textarea.js.map +1 -0
  438. package/dist/studio/lib/registry/inputs/time-input.cjs +131 -0
  439. package/dist/studio/lib/registry/inputs/time-input.cjs.map +1 -0
  440. package/dist/studio/lib/registry/inputs/time-input.d.ts +3 -0
  441. package/dist/studio/lib/registry/inputs/time-input.d.ts.map +1 -0
  442. package/dist/studio/lib/registry/inputs/time-input.js +107 -0
  443. package/dist/studio/lib/registry/inputs/time-input.js.map +1 -0
  444. package/dist/studio/lib/registry/inputs/toggle-switch.cjs +80 -0
  445. package/dist/studio/lib/registry/inputs/toggle-switch.cjs.map +1 -0
  446. package/dist/studio/lib/registry/inputs/toggle-switch.d.ts +3 -0
  447. package/dist/studio/lib/registry/inputs/toggle-switch.d.ts.map +1 -0
  448. package/dist/studio/lib/registry/inputs/toggle-switch.js +56 -0
  449. package/dist/studio/lib/registry/inputs/toggle-switch.js.map +1 -0
  450. package/dist/studio/lib/types.cjs.map +1 -1
  451. package/dist/studio/mobile-gallery.d.ts +1 -1
  452. package/dist/studio/mobile-gallery.d.ts.map +1 -1
  453. package/dist/studio/persistence/css-sanitizers.cjs +75 -0
  454. package/dist/studio/persistence/css-sanitizers.cjs.map +1 -0
  455. package/dist/studio/persistence/css-sanitizers.d.ts +16 -0
  456. package/dist/studio/persistence/css-sanitizers.d.ts.map +1 -0
  457. package/dist/studio/persistence/css-sanitizers.js +45 -0
  458. package/dist/studio/persistence/css-sanitizers.js.map +1 -0
  459. package/dist/studio/persistence/generate-css-mapping.cjs +837 -0
  460. package/dist/studio/persistence/generate-css-mapping.cjs.map +1 -0
  461. package/dist/studio/persistence/generate-css-mapping.d.ts +13 -0
  462. package/dist/studio/persistence/generate-css-mapping.d.ts.map +1 -0
  463. package/dist/studio/persistence/generate-css-mapping.js +812 -0
  464. package/dist/studio/persistence/generate-css-mapping.js.map +1 -0
  465. package/dist/studio/persistence/generate-css.cjs +26 -865
  466. package/dist/studio/persistence/generate-css.cjs.map +1 -1
  467. package/dist/studio/persistence/generate-css.d.ts +1 -6
  468. package/dist/studio/persistence/generate-css.d.ts.map +1 -1
  469. package/dist/studio/persistence/generate-css.js +9 -848
  470. package/dist/studio/persistence/generate-css.js.map +1 -1
  471. package/dist/studio/shell/canvas.d.ts +1 -1
  472. package/dist/studio/shell/canvas.d.ts.map +1 -1
  473. package/dist/studio/shell/preview-modal.d.ts +1 -1
  474. package/dist/studio/shell/preview-modal.d.ts.map +1 -1
  475. package/dist/studio/shell/properties-panel/dev-tab.cjs +244 -0
  476. package/dist/studio/shell/properties-panel/dev-tab.cjs.map +1 -0
  477. package/dist/studio/shell/properties-panel/dev-tab.d.ts +27 -0
  478. package/dist/studio/shell/properties-panel/dev-tab.d.ts.map +1 -0
  479. package/dist/studio/shell/properties-panel/dev-tab.js +220 -0
  480. package/dist/studio/shell/properties-panel/dev-tab.js.map +1 -0
  481. package/dist/studio/shell/properties-panel/index.cjs +398 -0
  482. package/dist/studio/shell/properties-panel/index.cjs.map +1 -0
  483. package/dist/studio/shell/{properties-panel.d.ts → properties-panel/index.d.ts} +2 -2
  484. package/dist/studio/shell/properties-panel/index.d.ts.map +1 -0
  485. package/dist/studio/shell/properties-panel/index.js +374 -0
  486. package/dist/studio/shell/properties-panel/index.js.map +1 -0
  487. package/dist/studio/shell/properties-panel/property-row.cjs +155 -0
  488. package/dist/studio/shell/properties-panel/property-row.cjs.map +1 -0
  489. package/dist/studio/shell/properties-panel/property-row.d.ts +20 -0
  490. package/dist/studio/shell/properties-panel/property-row.d.ts.map +1 -0
  491. package/dist/studio/shell/properties-panel/property-row.js +130 -0
  492. package/dist/studio/shell/properties-panel/property-row.js.map +1 -0
  493. package/dist/studio/shell/properties-panel/variant-matrix.cjs +177 -0
  494. package/dist/studio/shell/properties-panel/variant-matrix.cjs.map +1 -0
  495. package/dist/studio/shell/properties-panel/variant-matrix.d.ts +30 -0
  496. package/dist/studio/shell/properties-panel/variant-matrix.d.ts.map +1 -0
  497. package/dist/studio/shell/properties-panel/variant-matrix.js +153 -0
  498. package/dist/studio/shell/properties-panel/variant-matrix.js.map +1 -0
  499. package/dist/studio/shell/sidebar.d.ts +1 -1
  500. package/dist/studio/shell/sidebar.d.ts.map +1 -1
  501. package/dist/studio/shell/wcag-panel.d.ts +1 -1
  502. package/dist/studio/shell/wcag-panel.d.ts.map +1 -1
  503. package/dist/studio/studio.css +2 -2
  504. package/dist/studio/uxm-app.cjs +1 -1
  505. package/dist/studio/uxm-app.d.ts +1 -1
  506. package/dist/studio/uxm-app.d.ts.map +1 -1
  507. package/dist/studio/uxm-app.js +1 -1
  508. package/dist/ui/app-sidebar/app-sidebar-preview.cjs +2 -2
  509. package/dist/ui/app-sidebar/app-sidebar-preview.d.ts +1 -1
  510. package/dist/ui/app-sidebar/app-sidebar-preview.d.ts.map +1 -1
  511. package/dist/ui/app-sidebar/app-sidebar-preview.js +2 -2
  512. package/dist/ui/app-sidebar/app-sidebar.d.ts +1 -1
  513. package/dist/ui/app-sidebar/app-sidebar.d.ts.map +1 -1
  514. package/dist/ui/app-top-bar/app-top-bar-preview.cjs +5 -5
  515. package/dist/ui/app-top-bar/app-top-bar-preview.d.ts +1 -1
  516. package/dist/ui/app-top-bar/app-top-bar-preview.d.ts.map +1 -1
  517. package/dist/ui/app-top-bar/app-top-bar-preview.js +5 -5
  518. package/dist/ui/app-top-bar/app-top-bar.cjs +1 -1
  519. package/dist/ui/app-top-bar/app-top-bar.d.ts +1 -1
  520. package/dist/ui/app-top-bar/app-top-bar.d.ts.map +1 -1
  521. package/dist/ui/app-top-bar/app-top-bar.js +1 -1
  522. package/dist/ui/avatar/avatar-preview.cjs +1 -1
  523. package/dist/ui/avatar/avatar-preview.d.ts +1 -1
  524. package/dist/ui/avatar/avatar-preview.d.ts.map +1 -1
  525. package/dist/ui/avatar/avatar-preview.js +1 -1
  526. package/dist/ui/avatar/avatar.d.ts +1 -1
  527. package/dist/ui/avatar/avatar.d.ts.map +1 -1
  528. package/dist/ui/back-link/back-link-preview.cjs +1 -1
  529. package/dist/ui/back-link/back-link-preview.d.ts +1 -1
  530. package/dist/ui/back-link/back-link-preview.d.ts.map +1 -1
  531. package/dist/ui/back-link/back-link-preview.js +1 -1
  532. package/dist/ui/back-link/back-link.cjs +1 -1
  533. package/dist/ui/back-link/back-link.d.ts +1 -1
  534. package/dist/ui/back-link/back-link.d.ts.map +1 -1
  535. package/dist/ui/back-link/back-link.js +1 -1
  536. package/dist/ui/badge/badge-preview.cjs +1 -1
  537. package/dist/ui/badge/badge-preview.d.ts +1 -1
  538. package/dist/ui/badge/badge-preview.d.ts.map +1 -1
  539. package/dist/ui/badge/badge-preview.js +1 -1
  540. package/dist/ui/badge/badge.d.ts +1 -1
  541. package/dist/ui/badge/badge.d.ts.map +1 -1
  542. package/dist/ui/banner/banner-preview.cjs +1 -1
  543. package/dist/ui/banner/banner-preview.d.ts +1 -1
  544. package/dist/ui/banner/banner-preview.d.ts.map +1 -1
  545. package/dist/ui/banner/banner-preview.js +1 -1
  546. package/dist/ui/banner/banner.d.ts +1 -1
  547. package/dist/ui/banner/banner.d.ts.map +1 -1
  548. package/dist/ui/breadcrumb/breadcrumb-preview.cjs +3 -3
  549. package/dist/ui/breadcrumb/breadcrumb-preview.d.ts +1 -1
  550. package/dist/ui/breadcrumb/breadcrumb-preview.d.ts.map +1 -1
  551. package/dist/ui/breadcrumb/breadcrumb-preview.js +3 -3
  552. package/dist/ui/breadcrumb/breadcrumb.d.ts +1 -1
  553. package/dist/ui/breadcrumb/breadcrumb.d.ts.map +1 -1
  554. package/dist/ui/bulk-action-bar/bulk-action-bar-preview.d.ts +1 -1
  555. package/dist/ui/bulk-action-bar/bulk-action-bar-preview.d.ts.map +1 -1
  556. package/dist/ui/bulk-action-bar/bulk-action-bar.d.ts +1 -1
  557. package/dist/ui/bulk-action-bar/bulk-action-bar.d.ts.map +1 -1
  558. package/dist/ui/button/button-preview.cjs +4 -4
  559. package/dist/ui/button/button-preview.d.ts +1 -1
  560. package/dist/ui/button/button-preview.d.ts.map +1 -1
  561. package/dist/ui/button/button-preview.js +4 -4
  562. package/dist/ui/button/button.d.ts +5 -5
  563. package/dist/ui/button/button.d.ts.map +1 -1
  564. package/dist/ui/button-group/button-group-preview.cjs +1 -1
  565. package/dist/ui/button-group/button-group-preview.d.ts +1 -1
  566. package/dist/ui/button-group/button-group-preview.d.ts.map +1 -1
  567. package/dist/ui/button-group/button-group-preview.js +1 -1
  568. package/dist/ui/button-group/button-group.d.ts +1 -1
  569. package/dist/ui/button-group/button-group.d.ts.map +1 -1
  570. package/dist/ui/button-icon/button-icon.cjs.map +1 -1
  571. package/dist/ui/button-icon/button-icon.d.ts +11 -1
  572. package/dist/ui/button-icon/button-icon.d.ts.map +1 -1
  573. package/dist/ui/button-icon/button-icon.js.map +1 -1
  574. package/dist/ui/button-with-icon/button-with-icon-preview.cjs +2 -2
  575. package/dist/ui/button-with-icon/button-with-icon-preview.d.ts +1 -1
  576. package/dist/ui/button-with-icon/button-with-icon-preview.d.ts.map +1 -1
  577. package/dist/ui/button-with-icon/button-with-icon-preview.js +2 -2
  578. package/dist/ui/button-with-icon/button-with-icon.d.ts +1 -1
  579. package/dist/ui/button-with-icon/button-with-icon.d.ts.map +1 -1
  580. package/dist/ui/calendar/calendar-preview.cjs +1 -1
  581. package/dist/ui/calendar/calendar-preview.d.ts +1 -1
  582. package/dist/ui/calendar/calendar-preview.d.ts.map +1 -1
  583. package/dist/ui/calendar/calendar-preview.js +1 -1
  584. package/dist/ui/calendar/calendar.d.ts +1 -1
  585. package/dist/ui/calendar/calendar.d.ts.map +1 -1
  586. package/dist/ui/card/card-preview.cjs +1 -1
  587. package/dist/ui/card/card-preview.d.ts +1 -1
  588. package/dist/ui/card/card-preview.d.ts.map +1 -1
  589. package/dist/ui/card/card-preview.js +1 -1
  590. package/dist/ui/card/card.d.ts +1 -1
  591. package/dist/ui/card/card.d.ts.map +1 -1
  592. package/dist/ui/checkbox/checkbox-preview.cjs +2 -2
  593. package/dist/ui/checkbox/checkbox-preview.d.ts +1 -1
  594. package/dist/ui/checkbox/checkbox-preview.d.ts.map +1 -1
  595. package/dist/ui/checkbox/checkbox-preview.js +2 -2
  596. package/dist/ui/checkbox/checkbox.cjs +2 -2
  597. package/dist/ui/checkbox/checkbox.d.ts +1 -1
  598. package/dist/ui/checkbox/checkbox.d.ts.map +1 -1
  599. package/dist/ui/checkbox/checkbox.js +2 -2
  600. package/dist/ui/chip/chip-preview.cjs +2 -2
  601. package/dist/ui/chip/chip-preview.d.ts +1 -1
  602. package/dist/ui/chip/chip-preview.d.ts.map +1 -1
  603. package/dist/ui/chip/chip-preview.js +2 -2
  604. package/dist/ui/chip/chip.cjs +1 -1
  605. package/dist/ui/chip/chip.d.ts +1 -1
  606. package/dist/ui/chip/chip.d.ts.map +1 -1
  607. package/dist/ui/chip/chip.js +1 -1
  608. package/dist/ui/cluster/cluster-preview.cjs +1 -1
  609. package/dist/ui/cluster/cluster-preview.d.ts +1 -1
  610. package/dist/ui/cluster/cluster-preview.d.ts.map +1 -1
  611. package/dist/ui/cluster/cluster-preview.js +1 -1
  612. package/dist/ui/cluster/cluster.d.ts +1 -1
  613. package/dist/ui/cluster/cluster.d.ts.map +1 -1
  614. package/dist/ui/code-editor/code-editor-preview.cjs +1 -1
  615. package/dist/ui/code-editor/code-editor-preview.d.ts +1 -1
  616. package/dist/ui/code-editor/code-editor-preview.d.ts.map +1 -1
  617. package/dist/ui/code-editor/code-editor-preview.js +1 -1
  618. package/dist/ui/code-editor/code-editor.d.ts +2 -2
  619. package/dist/ui/code-editor/code-editor.d.ts.map +1 -1
  620. package/dist/ui/color-input/color-input-preview.cjs +1 -1
  621. package/dist/ui/color-input/color-input-preview.d.ts +1 -1
  622. package/dist/ui/color-input/color-input-preview.d.ts.map +1 -1
  623. package/dist/ui/color-input/color-input-preview.js +1 -1
  624. package/dist/ui/color-input/color-input.d.ts +2 -2
  625. package/dist/ui/color-input/color-input.d.ts.map +1 -1
  626. package/dist/ui/component-row/component-row-preview.cjs +1 -1
  627. package/dist/ui/component-row/component-row-preview.d.ts +1 -1
  628. package/dist/ui/component-row/component-row-preview.d.ts.map +1 -1
  629. package/dist/ui/component-row/component-row-preview.js +1 -1
  630. package/dist/ui/component-row/component-row.cjs +1 -1
  631. package/dist/ui/component-row/component-row.d.ts +1 -1
  632. package/dist/ui/component-row/component-row.d.ts.map +1 -1
  633. package/dist/ui/component-row/component-row.js +1 -1
  634. package/dist/ui/config-component-row/config-component-row-preview.cjs +3 -3
  635. package/dist/ui/config-component-row/config-component-row-preview.d.ts +1 -1
  636. package/dist/ui/config-component-row/config-component-row-preview.d.ts.map +1 -1
  637. package/dist/ui/config-component-row/config-component-row-preview.js +3 -3
  638. package/dist/ui/config-component-row/config-component-row.cjs +1 -1
  639. package/dist/ui/config-component-row/config-component-row.d.ts +1 -1
  640. package/dist/ui/config-component-row/config-component-row.d.ts.map +1 -1
  641. package/dist/ui/config-component-row/config-component-row.js +1 -1
  642. package/dist/ui/config-segment-item/config-segment-item-preview.cjs +1 -1
  643. package/dist/ui/config-segment-item/config-segment-item-preview.d.ts +1 -1
  644. package/dist/ui/config-segment-item/config-segment-item-preview.d.ts.map +1 -1
  645. package/dist/ui/config-segment-item/config-segment-item-preview.js +1 -1
  646. package/dist/ui/config-segment-item/config-segment-item.d.ts +1 -1
  647. package/dist/ui/config-segment-item/config-segment-item.d.ts.map +1 -1
  648. package/dist/ui/currency-input/currency-input-preview.cjs +1 -1
  649. package/dist/ui/currency-input/currency-input-preview.d.ts +1 -1
  650. package/dist/ui/currency-input/currency-input-preview.d.ts.map +1 -1
  651. package/dist/ui/currency-input/currency-input-preview.js +1 -1
  652. package/dist/ui/currency-input/currency-input.d.ts +1 -1
  653. package/dist/ui/currency-input/currency-input.d.ts.map +1 -1
  654. package/dist/ui/data-table/data-table-preview.cjs +1 -1
  655. package/dist/ui/data-table/data-table-preview.d.ts +1 -1
  656. package/dist/ui/data-table/data-table-preview.d.ts.map +1 -1
  657. package/dist/ui/data-table/data-table-preview.js +1 -1
  658. package/dist/ui/data-table/data-table.d.ts +1 -1
  659. package/dist/ui/data-table/data-table.d.ts.map +1 -1
  660. package/dist/ui/date-input/date-input-preview.cjs +1 -1
  661. package/dist/ui/date-input/date-input-preview.d.ts +1 -1
  662. package/dist/ui/date-input/date-input-preview.d.ts.map +1 -1
  663. package/dist/ui/date-input/date-input-preview.js +1 -1
  664. package/dist/ui/date-input/date-input.d.ts +1 -1
  665. package/dist/ui/date-input/date-input.d.ts.map +1 -1
  666. package/dist/ui/detail-section/detail-section-preview.cjs +2 -2
  667. package/dist/ui/detail-section/detail-section-preview.d.ts +1 -1
  668. package/dist/ui/detail-section/detail-section-preview.d.ts.map +1 -1
  669. package/dist/ui/detail-section/detail-section-preview.js +2 -2
  670. package/dist/ui/detail-section/detail-section.d.ts +1 -1
  671. package/dist/ui/detail-section/detail-section.d.ts.map +1 -1
  672. package/dist/ui/disclosure/disclosure-preview.cjs +3 -3
  673. package/dist/ui/disclosure/disclosure-preview.d.ts +1 -1
  674. package/dist/ui/disclosure/disclosure-preview.d.ts.map +1 -1
  675. package/dist/ui/disclosure/disclosure-preview.js +3 -3
  676. package/dist/ui/disclosure/disclosure.d.ts +1 -1
  677. package/dist/ui/disclosure/disclosure.d.ts.map +1 -1
  678. package/dist/ui/divider/divider-preview.d.ts +1 -1
  679. package/dist/ui/divider/divider-preview.d.ts.map +1 -1
  680. package/dist/ui/divider/divider.d.ts +1 -1
  681. package/dist/ui/divider/divider.d.ts.map +1 -1
  682. package/dist/ui/editable-cell/editable-cell-date.cjs +226 -0
  683. package/dist/ui/editable-cell/editable-cell-date.cjs.map +1 -0
  684. package/dist/ui/editable-cell/editable-cell-date.d.ts +4 -0
  685. package/dist/ui/editable-cell/editable-cell-date.d.ts.map +1 -0
  686. package/dist/ui/editable-cell/editable-cell-date.js +202 -0
  687. package/dist/ui/editable-cell/editable-cell-date.js.map +1 -0
  688. package/dist/ui/editable-cell/editable-cell-preview.cjs +1 -1
  689. package/dist/ui/editable-cell/editable-cell-preview.d.ts +1 -1
  690. package/dist/ui/editable-cell/editable-cell-preview.d.ts.map +1 -1
  691. package/dist/ui/editable-cell/editable-cell-preview.js +1 -1
  692. package/dist/ui/editable-cell/editable-cell-select.cjs +297 -0
  693. package/dist/ui/editable-cell/editable-cell-select.cjs.map +1 -0
  694. package/dist/ui/editable-cell/editable-cell-select.d.ts +4 -0
  695. package/dist/ui/editable-cell/editable-cell-select.d.ts.map +1 -0
  696. package/dist/ui/editable-cell/editable-cell-select.js +273 -0
  697. package/dist/ui/editable-cell/editable-cell-select.js.map +1 -0
  698. package/dist/ui/editable-cell/editable-cell-text.cjs +175 -0
  699. package/dist/ui/editable-cell/editable-cell-text.cjs.map +1 -0
  700. package/dist/ui/editable-cell/editable-cell-text.d.ts +4 -0
  701. package/dist/ui/editable-cell/editable-cell-text.d.ts.map +1 -0
  702. package/dist/ui/editable-cell/editable-cell-text.js +151 -0
  703. package/dist/ui/editable-cell/editable-cell-text.js.map +1 -0
  704. package/dist/ui/editable-cell/editable-cell-utils.cjs +56 -0
  705. package/dist/ui/editable-cell/editable-cell-utils.cjs.map +1 -0
  706. package/dist/ui/editable-cell/editable-cell-utils.d.ts +20 -0
  707. package/dist/ui/editable-cell/editable-cell-utils.d.ts.map +1 -0
  708. package/dist/ui/editable-cell/editable-cell-utils.js +29 -0
  709. package/dist/ui/editable-cell/editable-cell-utils.js.map +1 -0
  710. package/dist/ui/editable-cell/editable-cell.cjs +27 -725
  711. package/dist/ui/editable-cell/editable-cell.cjs.map +1 -1
  712. package/dist/ui/editable-cell/editable-cell.d.ts +3 -145
  713. package/dist/ui/editable-cell/editable-cell.d.ts.map +1 -1
  714. package/dist/ui/editable-cell/editable-cell.js +28 -738
  715. package/dist/ui/editable-cell/editable-cell.js.map +1 -1
  716. package/dist/ui/editable-cell/editable-cell.types.cjs +17 -0
  717. package/dist/ui/editable-cell/editable-cell.types.cjs.map +1 -0
  718. package/dist/ui/editable-cell/editable-cell.types.d.ts +156 -0
  719. package/dist/ui/editable-cell/editable-cell.types.d.ts.map +1 -0
  720. package/dist/ui/editable-cell/editable-cell.types.js +1 -0
  721. package/dist/ui/editable-cell/editable-cell.types.js.map +1 -0
  722. package/dist/ui/editable-cell/use-editable-cell.cjs +284 -0
  723. package/dist/ui/editable-cell/use-editable-cell.cjs.map +1 -0
  724. package/dist/ui/editable-cell/use-editable-cell.d.ts +51 -0
  725. package/dist/ui/editable-cell/use-editable-cell.d.ts.map +1 -0
  726. package/dist/ui/editable-cell/use-editable-cell.js +260 -0
  727. package/dist/ui/editable-cell/use-editable-cell.js.map +1 -0
  728. package/dist/ui/empty-state/empty-state-preview.cjs +3 -3
  729. package/dist/ui/empty-state/empty-state-preview.d.ts +1 -1
  730. package/dist/ui/empty-state/empty-state-preview.d.ts.map +1 -1
  731. package/dist/ui/empty-state/empty-state-preview.js +3 -3
  732. package/dist/ui/empty-state/empty-state.d.ts +1 -1
  733. package/dist/ui/empty-state/empty-state.d.ts.map +1 -1
  734. package/dist/ui/error-page/error-page-preview.cjs +2 -2
  735. package/dist/ui/error-page/error-page-preview.d.ts +1 -1
  736. package/dist/ui/error-page/error-page-preview.d.ts.map +1 -1
  737. package/dist/ui/error-page/error-page-preview.js +2 -2
  738. package/dist/ui/error-page/error-page.d.ts +1 -1
  739. package/dist/ui/error-page/error-page.d.ts.map +1 -1
  740. package/dist/ui/explorer-list-item/explorer-list-item-preview.cjs +1 -1
  741. package/dist/ui/explorer-list-item/explorer-list-item-preview.d.ts +1 -1
  742. package/dist/ui/explorer-list-item/explorer-list-item-preview.d.ts.map +1 -1
  743. package/dist/ui/explorer-list-item/explorer-list-item-preview.js +1 -1
  744. package/dist/ui/explorer-list-item/explorer-list-item.d.ts +1 -1
  745. package/dist/ui/explorer-list-item/explorer-list-item.d.ts.map +1 -1
  746. package/dist/ui/explorer-section/explorer-section-preview.cjs +2 -2
  747. package/dist/ui/explorer-section/explorer-section-preview.d.ts +1 -1
  748. package/dist/ui/explorer-section/explorer-section-preview.d.ts.map +1 -1
  749. package/dist/ui/explorer-section/explorer-section-preview.js +2 -2
  750. package/dist/ui/explorer-section/explorer-section.d.ts +1 -1
  751. package/dist/ui/explorer-section/explorer-section.d.ts.map +1 -1
  752. package/dist/ui/field-error/field-error.d.ts +1 -1
  753. package/dist/ui/field-error/field-error.d.ts.map +1 -1
  754. package/dist/ui/file-upload/file-upload-preview.cjs +1 -1
  755. package/dist/ui/file-upload/file-upload-preview.d.ts +1 -1
  756. package/dist/ui/file-upload/file-upload-preview.d.ts.map +1 -1
  757. package/dist/ui/file-upload/file-upload-preview.js +1 -1
  758. package/dist/ui/file-upload/file-upload.d.ts +1 -1
  759. package/dist/ui/file-upload/file-upload.d.ts.map +1 -1
  760. package/dist/ui/filter-tabs/filter-tabs-preview.cjs +1 -1
  761. package/dist/ui/filter-tabs/filter-tabs-preview.d.ts +1 -1
  762. package/dist/ui/filter-tabs/filter-tabs-preview.d.ts.map +1 -1
  763. package/dist/ui/filter-tabs/filter-tabs-preview.js +1 -1
  764. package/dist/ui/filter-tabs/filter-tabs.d.ts +1 -1
  765. package/dist/ui/filter-tabs/filter-tabs.d.ts.map +1 -1
  766. package/dist/ui/form-field/form-field-preview.cjs +2 -2
  767. package/dist/ui/form-field/form-field-preview.d.ts +1 -1
  768. package/dist/ui/form-field/form-field-preview.d.ts.map +1 -1
  769. package/dist/ui/form-field/form-field-preview.js +2 -2
  770. package/dist/ui/form-field/form-field.d.ts +1 -1
  771. package/dist/ui/form-field/form-field.d.ts.map +1 -1
  772. package/dist/ui/hover-tooltip/hover-tooltip.d.ts +1 -1
  773. package/dist/ui/hover-tooltip/hover-tooltip.d.ts.map +1 -1
  774. package/dist/ui/icon/icon-preview.cjs +1 -1
  775. package/dist/ui/icon/icon-preview.d.ts +1 -1
  776. package/dist/ui/icon/icon-preview.d.ts.map +1 -1
  777. package/dist/ui/icon/icon-preview.js +1 -1
  778. package/dist/ui/icon/icon.d.ts +1 -1
  779. package/dist/ui/icon/icon.d.ts.map +1 -1
  780. package/dist/ui/icon-button/icon-button-preview.cjs +20 -7
  781. package/dist/ui/icon-button/icon-button-preview.cjs.map +1 -1
  782. package/dist/ui/icon-button/icon-button-preview.d.ts +1 -1
  783. package/dist/ui/icon-button/icon-button-preview.d.ts.map +1 -1
  784. package/dist/ui/icon-button/icon-button-preview.js +20 -7
  785. package/dist/ui/icon-button/icon-button-preview.js.map +1 -1
  786. package/dist/ui/icon-button/icon-button.cjs +16 -2
  787. package/dist/ui/icon-button/icon-button.cjs.map +1 -1
  788. package/dist/ui/icon-button/icon-button.css +26 -0
  789. package/dist/ui/icon-button/icon-button.d.ts +9 -1
  790. package/dist/ui/icon-button/icon-button.d.ts.map +1 -1
  791. package/dist/ui/icon-button/icon-button.js +16 -2
  792. package/dist/ui/icon-button/icon-button.js.map +1 -1
  793. package/dist/ui/icon-tile/icon-tile-preview.cjs +2 -2
  794. package/dist/ui/icon-tile/icon-tile-preview.d.ts +1 -1
  795. package/dist/ui/icon-tile/icon-tile-preview.d.ts.map +1 -1
  796. package/dist/ui/icon-tile/icon-tile-preview.js +2 -2
  797. package/dist/ui/icon-tile/icon-tile.d.ts +1 -1
  798. package/dist/ui/icon-tile/icon-tile.d.ts.map +1 -1
  799. package/dist/ui/index.cjs.map +1 -1
  800. package/dist/ui/index.d.ts +2 -2
  801. package/dist/ui/index.d.ts.map +1 -1
  802. package/dist/ui/index.js.map +1 -1
  803. package/dist/ui/inline-action/inline-action-preview.cjs +2 -2
  804. package/dist/ui/inline-action/inline-action-preview.d.ts +1 -1
  805. package/dist/ui/inline-action/inline-action-preview.d.ts.map +1 -1
  806. package/dist/ui/inline-action/inline-action-preview.js +2 -2
  807. package/dist/ui/inline-action/inline-action.d.ts +1 -1
  808. package/dist/ui/inline-action/inline-action.d.ts.map +1 -1
  809. package/dist/ui/inline-filter/inline-filter-preview.cjs +4 -4
  810. package/dist/ui/inline-filter/inline-filter-preview.d.ts +1 -1
  811. package/dist/ui/inline-filter/inline-filter-preview.d.ts.map +1 -1
  812. package/dist/ui/inline-filter/inline-filter-preview.js +4 -4
  813. package/dist/ui/inline-filter/inline-filter.d.ts +1 -1
  814. package/dist/ui/inline-filter/inline-filter.d.ts.map +1 -1
  815. package/dist/ui/input/input-preview.cjs +1 -1
  816. package/dist/ui/input/input-preview.d.ts +1 -1
  817. package/dist/ui/input/input-preview.d.ts.map +1 -1
  818. package/dist/ui/input/input-preview.js +1 -1
  819. package/dist/ui/input/input.d.ts +3 -3
  820. package/dist/ui/input/input.d.ts.map +1 -1
  821. package/dist/ui/input/select-preview.cjs +1 -1
  822. package/dist/ui/input/select-preview.d.ts +1 -1
  823. package/dist/ui/input/select-preview.d.ts.map +1 -1
  824. package/dist/ui/input/select-preview.js +1 -1
  825. package/dist/ui/input/textarea-preview.cjs +1 -1
  826. package/dist/ui/input/textarea-preview.d.ts +1 -1
  827. package/dist/ui/input/textarea-preview.d.ts.map +1 -1
  828. package/dist/ui/input/textarea-preview.js +1 -1
  829. package/dist/ui/input-with-icon/input-with-icon-preview.cjs +2 -2
  830. package/dist/ui/input-with-icon/input-with-icon-preview.d.ts +1 -1
  831. package/dist/ui/input-with-icon/input-with-icon-preview.d.ts.map +1 -1
  832. package/dist/ui/input-with-icon/input-with-icon-preview.js +2 -2
  833. package/dist/ui/input-with-icon/input-with-icon.cjs +3 -3
  834. package/dist/ui/input-with-icon/input-with-icon.d.ts +1 -1
  835. package/dist/ui/input-with-icon/input-with-icon.d.ts.map +1 -1
  836. package/dist/ui/input-with-icon/input-with-icon.js +3 -3
  837. package/dist/ui/language-switcher/language-switcher-preview.cjs +1 -1
  838. package/dist/ui/language-switcher/language-switcher-preview.d.ts +1 -1
  839. package/dist/ui/language-switcher/language-switcher-preview.d.ts.map +1 -1
  840. package/dist/ui/language-switcher/language-switcher-preview.js +1 -1
  841. package/dist/ui/language-switcher/language-switcher.d.ts +1 -1
  842. package/dist/ui/language-switcher/language-switcher.d.ts.map +1 -1
  843. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.cjs +1 -1
  844. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.d.ts +1 -1
  845. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.d.ts.map +1 -1
  846. package/dist/ui/lifecycle-connector/lifecycle-connector-preview.js +1 -1
  847. package/dist/ui/lifecycle-connector/lifecycle-connector.d.ts +1 -1
  848. package/dist/ui/lifecycle-connector/lifecycle-connector.d.ts.map +1 -1
  849. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.cjs +1 -1
  850. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.d.ts +1 -1
  851. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.d.ts.map +1 -1
  852. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.js +1 -1
  853. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.cjs +1 -1
  854. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.d.ts +1 -1
  855. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.d.ts.map +1 -1
  856. package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.js +1 -1
  857. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.cjs +1 -1
  858. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.d.ts +1 -1
  859. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.d.ts.map +1 -1
  860. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.js +1 -1
  861. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.d.ts +1 -1
  862. package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.d.ts.map +1 -1
  863. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.cjs +1 -1
  864. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.d.ts +1 -1
  865. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.d.ts.map +1 -1
  866. package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.js +1 -1
  867. package/dist/ui/lifecycle-group-box/lifecycle-group-box.d.ts +1 -1
  868. package/dist/ui/lifecycle-group-box/lifecycle-group-box.d.ts.map +1 -1
  869. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.cjs +1 -1
  870. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.d.ts +1 -1
  871. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.d.ts.map +1 -1
  872. package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.js +1 -1
  873. package/dist/ui/lifecycle-minimap/lifecycle-minimap.d.ts +1 -1
  874. package/dist/ui/lifecycle-minimap/lifecycle-minimap.d.ts.map +1 -1
  875. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.cjs +1 -1
  876. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.d.ts +1 -1
  877. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.d.ts.map +1 -1
  878. package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.js +1 -1
  879. package/dist/ui/lifecycle-node-card/lifecycle-node-card.cjs +2 -2
  880. package/dist/ui/lifecycle-node-card/lifecycle-node-card.d.ts +1 -1
  881. package/dist/ui/lifecycle-node-card/lifecycle-node-card.d.ts.map +1 -1
  882. package/dist/ui/lifecycle-node-card/lifecycle-node-card.js +2 -2
  883. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.cjs +1 -1
  884. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.d.ts +1 -1
  885. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.d.ts.map +1 -1
  886. package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.js +1 -1
  887. package/dist/ui/lifecycle-terminal/lifecycle-terminal.d.ts +1 -1
  888. package/dist/ui/lifecycle-terminal/lifecycle-terminal.d.ts.map +1 -1
  889. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.cjs +1 -1
  890. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.d.ts +1 -1
  891. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.d.ts.map +1 -1
  892. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.js +1 -1
  893. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.cjs +1 -1
  894. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.d.ts +1 -1
  895. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.d.ts.map +1 -1
  896. package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.js +1 -1
  897. package/dist/ui/link/link-preview.cjs +1 -1
  898. package/dist/ui/link/link-preview.d.ts +1 -1
  899. package/dist/ui/link/link-preview.d.ts.map +1 -1
  900. package/dist/ui/link/link-preview.js +1 -1
  901. package/dist/ui/link/link.d.ts +1 -1
  902. package/dist/ui/link/link.d.ts.map +1 -1
  903. package/dist/ui/list/list-item-preview.cjs +3 -3
  904. package/dist/ui/list/list-item-preview.d.ts +1 -1
  905. package/dist/ui/list/list-item-preview.d.ts.map +1 -1
  906. package/dist/ui/list/list-item-preview.js +3 -3
  907. package/dist/ui/list/list.d.ts +2 -2
  908. package/dist/ui/list/list.d.ts.map +1 -1
  909. package/dist/ui/listbox/listbox-preview.cjs +1 -1
  910. package/dist/ui/listbox/listbox-preview.d.ts +1 -1
  911. package/dist/ui/listbox/listbox-preview.d.ts.map +1 -1
  912. package/dist/ui/listbox/listbox-preview.js +1 -1
  913. package/dist/ui/listbox/listbox.d.ts +2 -2
  914. package/dist/ui/listbox/listbox.d.ts.map +1 -1
  915. package/dist/ui/loader/loader-preview.d.ts +1 -1
  916. package/dist/ui/loader/loader-preview.d.ts.map +1 -1
  917. package/dist/ui/loader/loader.d.ts +1 -1
  918. package/dist/ui/loader/loader.d.ts.map +1 -1
  919. package/dist/ui/locale/locale.d.ts +1 -1
  920. package/dist/ui/locale/locale.d.ts.map +1 -1
  921. package/dist/ui/menu/menu-preview.cjs +1 -1
  922. package/dist/ui/menu/menu-preview.d.ts +1 -1
  923. package/dist/ui/menu/menu-preview.d.ts.map +1 -1
  924. package/dist/ui/menu/menu-preview.js +1 -1
  925. package/dist/ui/menu/menu.d.ts +1 -1
  926. package/dist/ui/menu/menu.d.ts.map +1 -1
  927. package/dist/ui/meta-row/meta-row-preview.cjs +1 -1
  928. package/dist/ui/meta-row/meta-row-preview.d.ts +1 -1
  929. package/dist/ui/meta-row/meta-row-preview.d.ts.map +1 -1
  930. package/dist/ui/meta-row/meta-row-preview.js +1 -1
  931. package/dist/ui/meta-row/meta-row.d.ts +1 -1
  932. package/dist/ui/meta-row/meta-row.d.ts.map +1 -1
  933. package/dist/ui/modal/modal-preview.cjs +1 -1
  934. package/dist/ui/modal/modal-preview.d.ts +1 -1
  935. package/dist/ui/modal/modal-preview.d.ts.map +1 -1
  936. package/dist/ui/modal/modal-preview.js +1 -1
  937. package/dist/ui/modal/modal.cjs +13 -15
  938. package/dist/ui/modal/modal.cjs.map +1 -1
  939. package/dist/ui/modal/modal.d.ts +23 -5
  940. package/dist/ui/modal/modal.d.ts.map +1 -1
  941. package/dist/ui/modal/modal.js +13 -16
  942. package/dist/ui/modal/modal.js.map +1 -1
  943. package/dist/ui/number-input/number-input-preview.cjs +1 -1
  944. package/dist/ui/number-input/number-input-preview.d.ts +1 -1
  945. package/dist/ui/number-input/number-input-preview.d.ts.map +1 -1
  946. package/dist/ui/number-input/number-input-preview.js +1 -1
  947. package/dist/ui/number-input/number-input.cjs +3 -3
  948. package/dist/ui/number-input/number-input.d.ts +1 -1
  949. package/dist/ui/number-input/number-input.d.ts.map +1 -1
  950. package/dist/ui/number-input/number-input.js +3 -3
  951. package/dist/ui/number-stepper/number-stepper-preview.cjs +1 -1
  952. package/dist/ui/number-stepper/number-stepper-preview.d.ts +1 -1
  953. package/dist/ui/number-stepper/number-stepper-preview.d.ts.map +1 -1
  954. package/dist/ui/number-stepper/number-stepper-preview.js +1 -1
  955. package/dist/ui/number-stepper/number-stepper.d.ts +1 -1
  956. package/dist/ui/number-stepper/number-stepper.d.ts.map +1 -1
  957. package/dist/ui/option-list/option-list-preview.cjs +1 -1
  958. package/dist/ui/option-list/option-list-preview.d.ts +1 -1
  959. package/dist/ui/option-list/option-list-preview.d.ts.map +1 -1
  960. package/dist/ui/option-list/option-list-preview.js +1 -1
  961. package/dist/ui/option-list/option-list.cjs +1 -1
  962. package/dist/ui/option-list/option-list.d.ts +1 -1
  963. package/dist/ui/option-list/option-list.d.ts.map +1 -1
  964. package/dist/ui/option-list/option-list.js +1 -1
  965. package/dist/ui/page-header/page-header-preview.cjs +3 -3
  966. package/dist/ui/page-header/page-header-preview.d.ts +1 -1
  967. package/dist/ui/page-header/page-header-preview.d.ts.map +1 -1
  968. package/dist/ui/page-header/page-header-preview.js +3 -3
  969. package/dist/ui/page-header/page-header.d.ts +1 -1
  970. package/dist/ui/page-header/page-header.d.ts.map +1 -1
  971. package/dist/ui/page-shell/page-shell-preview.cjs +7 -7
  972. package/dist/ui/page-shell/page-shell-preview.d.ts +1 -1
  973. package/dist/ui/page-shell/page-shell-preview.d.ts.map +1 -1
  974. package/dist/ui/page-shell/page-shell-preview.js +7 -7
  975. package/dist/ui/page-shell/page-shell.cjs.map +1 -1
  976. package/dist/ui/page-shell/page-shell.d.ts +2 -2
  977. package/dist/ui/page-shell/page-shell.d.ts.map +1 -1
  978. package/dist/ui/page-shell/page-shell.js.map +1 -1
  979. package/dist/ui/password-input/password-input-preview.cjs +1 -1
  980. package/dist/ui/password-input/password-input-preview.d.ts +1 -1
  981. package/dist/ui/password-input/password-input-preview.d.ts.map +1 -1
  982. package/dist/ui/password-input/password-input-preview.js +1 -1
  983. package/dist/ui/password-input/password-input.d.ts +1 -1
  984. package/dist/ui/password-input/password-input.d.ts.map +1 -1
  985. package/dist/ui/phone-input/phone-input-preview.cjs +1 -1
  986. package/dist/ui/phone-input/phone-input-preview.d.ts +1 -1
  987. package/dist/ui/phone-input/phone-input-preview.d.ts.map +1 -1
  988. package/dist/ui/phone-input/phone-input-preview.js +1 -1
  989. package/dist/ui/phone-input/phone-input.d.ts +1 -1
  990. package/dist/ui/phone-input/phone-input.d.ts.map +1 -1
  991. package/dist/ui/pill-select/pill-select-preview.cjs +1 -1
  992. package/dist/ui/pill-select/pill-select-preview.d.ts +1 -1
  993. package/dist/ui/pill-select/pill-select-preview.d.ts.map +1 -1
  994. package/dist/ui/pill-select/pill-select-preview.js +1 -1
  995. package/dist/ui/pill-select/pill-select.d.ts +1 -1
  996. package/dist/ui/pill-select/pill-select.d.ts.map +1 -1
  997. package/dist/ui/popover/popover.d.ts +1 -1
  998. package/dist/ui/popover/popover.d.ts.map +1 -1
  999. package/dist/ui/progress-bar/progress-bar-preview.cjs +1 -1
  1000. package/dist/ui/progress-bar/progress-bar-preview.d.ts +1 -1
  1001. package/dist/ui/progress-bar/progress-bar-preview.d.ts.map +1 -1
  1002. package/dist/ui/progress-bar/progress-bar-preview.js +1 -1
  1003. package/dist/ui/progress-bar/progress-bar.d.ts +1 -1
  1004. package/dist/ui/progress-bar/progress-bar.d.ts.map +1 -1
  1005. package/dist/ui/property-field/property-field-preview.cjs +1 -1
  1006. package/dist/ui/property-field/property-field-preview.d.ts +1 -1
  1007. package/dist/ui/property-field/property-field-preview.d.ts.map +1 -1
  1008. package/dist/ui/property-field/property-field-preview.js +1 -1
  1009. package/dist/ui/property-field/property-field.d.ts +2 -2
  1010. package/dist/ui/property-field/property-field.d.ts.map +1 -1
  1011. package/dist/ui/property-field/property-grid-preview.cjs +1 -1
  1012. package/dist/ui/property-field/property-grid-preview.d.ts +1 -1
  1013. package/dist/ui/property-field/property-grid-preview.d.ts.map +1 -1
  1014. package/dist/ui/property-field/property-grid-preview.js +1 -1
  1015. package/dist/ui/radio-group/radio-group-preview.cjs +1 -1
  1016. package/dist/ui/radio-group/radio-group-preview.d.ts +1 -1
  1017. package/dist/ui/radio-group/radio-group-preview.d.ts.map +1 -1
  1018. package/dist/ui/radio-group/radio-group-preview.js +1 -1
  1019. package/dist/ui/radio-group/radio-group.cjs +1 -1
  1020. package/dist/ui/radio-group/radio-group.d.ts +2 -2
  1021. package/dist/ui/radio-group/radio-group.d.ts.map +1 -1
  1022. package/dist/ui/radio-group/radio-group.js +1 -1
  1023. package/dist/ui/range-slider/range-slider.d.ts +1 -1
  1024. package/dist/ui/range-slider/range-slider.d.ts.map +1 -1
  1025. package/dist/ui/responsive-grid/responsive-grid-preview.cjs +1 -1
  1026. package/dist/ui/responsive-grid/responsive-grid-preview.d.ts +1 -1
  1027. package/dist/ui/responsive-grid/responsive-grid-preview.d.ts.map +1 -1
  1028. package/dist/ui/responsive-grid/responsive-grid-preview.js +1 -1
  1029. package/dist/ui/responsive-grid/responsive-grid.d.ts +1 -1
  1030. package/dist/ui/responsive-grid/responsive-grid.d.ts.map +1 -1
  1031. package/dist/ui/search-dropdown/search-dropdown-preview.cjs +3 -3
  1032. package/dist/ui/search-dropdown/search-dropdown-preview.d.ts +1 -1
  1033. package/dist/ui/search-dropdown/search-dropdown-preview.d.ts.map +1 -1
  1034. package/dist/ui/search-dropdown/search-dropdown-preview.js +3 -3
  1035. package/dist/ui/search-dropdown/search-dropdown.d.ts +1 -1
  1036. package/dist/ui/search-dropdown/search-dropdown.d.ts.map +1 -1
  1037. package/dist/ui/section-header/section-header-preview.cjs +3 -3
  1038. package/dist/ui/section-header/section-header-preview.d.ts +1 -1
  1039. package/dist/ui/section-header/section-header-preview.d.ts.map +1 -1
  1040. package/dist/ui/section-header/section-header-preview.js +3 -3
  1041. package/dist/ui/section-header/section-header.d.ts +1 -1
  1042. package/dist/ui/section-header/section-header.d.ts.map +1 -1
  1043. package/dist/ui/segment-card/segment-card-preview.cjs +1 -1
  1044. package/dist/ui/segment-card/segment-card-preview.d.ts +1 -1
  1045. package/dist/ui/segment-card/segment-card-preview.d.ts.map +1 -1
  1046. package/dist/ui/segment-card/segment-card-preview.js +1 -1
  1047. package/dist/ui/segment-card/segment-card.d.ts +1 -1
  1048. package/dist/ui/segment-card/segment-card.d.ts.map +1 -1
  1049. package/dist/ui/segment-row/segment-row-preview.cjs +1 -1
  1050. package/dist/ui/segment-row/segment-row-preview.d.ts +1 -1
  1051. package/dist/ui/segment-row/segment-row-preview.d.ts.map +1 -1
  1052. package/dist/ui/segment-row/segment-row-preview.js +1 -1
  1053. package/dist/ui/segment-row/segment-row.cjs +1 -1
  1054. package/dist/ui/segment-row/segment-row.d.ts +1 -1
  1055. package/dist/ui/segment-row/segment-row.d.ts.map +1 -1
  1056. package/dist/ui/segment-row/segment-row.js +1 -1
  1057. package/dist/ui/side-flexpane/side-flexpane-preview.cjs +1 -1
  1058. package/dist/ui/side-flexpane/side-flexpane-preview.d.ts +1 -1
  1059. package/dist/ui/side-flexpane/side-flexpane-preview.d.ts.map +1 -1
  1060. package/dist/ui/side-flexpane/side-flexpane-preview.js +1 -1
  1061. package/dist/ui/side-flexpane/side-flexpane.d.ts +1 -1
  1062. package/dist/ui/side-flexpane/side-flexpane.d.ts.map +1 -1
  1063. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.cjs +2 -2
  1064. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.d.ts +1 -1
  1065. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.d.ts.map +1 -1
  1066. package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.js +2 -2
  1067. package/dist/ui/sidebar-nav-item/sidebar-nav-item.d.ts +1 -1
  1068. package/dist/ui/sidebar-nav-item/sidebar-nav-item.d.ts.map +1 -1
  1069. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.cjs +1 -1
  1070. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.d.ts +1 -1
  1071. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.d.ts.map +1 -1
  1072. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.js +1 -1
  1073. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.d.ts +1 -1
  1074. package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.d.ts.map +1 -1
  1075. package/dist/ui/slider/slider-preview.cjs +2 -2
  1076. package/dist/ui/slider/slider-preview.d.ts +1 -1
  1077. package/dist/ui/slider/slider-preview.d.ts.map +1 -1
  1078. package/dist/ui/slider/slider-preview.js +2 -2
  1079. package/dist/ui/slider/slider.d.ts +1 -1
  1080. package/dist/ui/slider/slider.d.ts.map +1 -1
  1081. package/dist/ui/stack/stack-preview.cjs +1 -1
  1082. package/dist/ui/stack/stack-preview.d.ts +1 -1
  1083. package/dist/ui/stack/stack-preview.d.ts.map +1 -1
  1084. package/dist/ui/stack/stack-preview.js +1 -1
  1085. package/dist/ui/stack/stack.d.ts +1 -1
  1086. package/dist/ui/stack/stack.d.ts.map +1 -1
  1087. package/dist/ui/stat-card/stat-card-preview.cjs +1 -1
  1088. package/dist/ui/stat-card/stat-card-preview.d.ts +1 -1
  1089. package/dist/ui/stat-card/stat-card-preview.d.ts.map +1 -1
  1090. package/dist/ui/stat-card/stat-card-preview.js +1 -1
  1091. package/dist/ui/stat-card/stat-card.cjs +1 -1
  1092. package/dist/ui/stat-card/stat-card.d.ts +1 -1
  1093. package/dist/ui/stat-card/stat-card.d.ts.map +1 -1
  1094. package/dist/ui/stat-card/stat-card.js +1 -1
  1095. package/dist/ui/styles.css +1 -1
  1096. package/dist/ui/tabs/tabs-preview.cjs +2 -2
  1097. package/dist/ui/tabs/tabs-preview.d.ts +1 -1
  1098. package/dist/ui/tabs/tabs-preview.d.ts.map +1 -1
  1099. package/dist/ui/tabs/tabs-preview.js +2 -2
  1100. package/dist/ui/tabs/tabs.d.ts +1 -1
  1101. package/dist/ui/tabs/tabs.d.ts.map +1 -1
  1102. package/dist/ui/tabs-underline/tabs-underline-preview.cjs +2 -2
  1103. package/dist/ui/tabs-underline/tabs-underline-preview.d.ts +1 -1
  1104. package/dist/ui/tabs-underline/tabs-underline-preview.d.ts.map +1 -1
  1105. package/dist/ui/tabs-underline/tabs-underline-preview.js +2 -2
  1106. package/dist/ui/tabs-underline/tabs-underline.d.ts +1 -1
  1107. package/dist/ui/tabs-underline/tabs-underline.d.ts.map +1 -1
  1108. package/dist/ui/tag/tag-preview.cjs +2 -2
  1109. package/dist/ui/tag/tag-preview.d.ts +1 -1
  1110. package/dist/ui/tag/tag-preview.d.ts.map +1 -1
  1111. package/dist/ui/tag/tag-preview.js +2 -2
  1112. package/dist/ui/tag/tag.d.ts +1 -1
  1113. package/dist/ui/tag/tag.d.ts.map +1 -1
  1114. package/dist/ui/thumbnail/thumbnail-preview.cjs +1 -1
  1115. package/dist/ui/thumbnail/thumbnail-preview.d.ts +1 -1
  1116. package/dist/ui/thumbnail/thumbnail-preview.d.ts.map +1 -1
  1117. package/dist/ui/thumbnail/thumbnail-preview.js +1 -1
  1118. package/dist/ui/thumbnail/thumbnail.cjs +1 -1
  1119. package/dist/ui/thumbnail/thumbnail.d.ts +1 -1
  1120. package/dist/ui/thumbnail/thumbnail.d.ts.map +1 -1
  1121. package/dist/ui/thumbnail/thumbnail.js +1 -1
  1122. package/dist/ui/time-input/time-input-preview.cjs +1 -1
  1123. package/dist/ui/time-input/time-input-preview.d.ts +1 -1
  1124. package/dist/ui/time-input/time-input-preview.d.ts.map +1 -1
  1125. package/dist/ui/time-input/time-input-preview.js +1 -1
  1126. package/dist/ui/time-input/time-input.d.ts +1 -1
  1127. package/dist/ui/time-input/time-input.d.ts.map +1 -1
  1128. package/dist/ui/timeline-entry/timeline-entry-preview.cjs +2 -2
  1129. package/dist/ui/timeline-entry/timeline-entry-preview.d.ts +1 -1
  1130. package/dist/ui/timeline-entry/timeline-entry-preview.d.ts.map +1 -1
  1131. package/dist/ui/timeline-entry/timeline-entry-preview.js +2 -2
  1132. package/dist/ui/timeline-entry/timeline-entry.d.ts +1 -1
  1133. package/dist/ui/timeline-entry/timeline-entry.d.ts.map +1 -1
  1134. package/dist/ui/toast/toast-preview.cjs +1 -1
  1135. package/dist/ui/toast/toast-preview.d.ts +1 -1
  1136. package/dist/ui/toast/toast-preview.d.ts.map +1 -1
  1137. package/dist/ui/toast/toast-preview.js +1 -1
  1138. package/dist/ui/toast/toast.cjs.map +1 -1
  1139. package/dist/ui/toast/toast.d.ts +3 -3
  1140. package/dist/ui/toast/toast.d.ts.map +1 -1
  1141. package/dist/ui/toast/toast.js.map +1 -1
  1142. package/dist/ui/toggle-switch/toggle-preview.cjs +1 -1
  1143. package/dist/ui/toggle-switch/toggle-preview.d.ts +1 -1
  1144. package/dist/ui/toggle-switch/toggle-preview.d.ts.map +1 -1
  1145. package/dist/ui/toggle-switch/toggle-preview.js +1 -1
  1146. package/dist/ui/toggle-switch/toggle-switch.cjs +1 -1
  1147. package/dist/ui/toggle-switch/toggle-switch.d.ts +1 -1
  1148. package/dist/ui/toggle-switch/toggle-switch.d.ts.map +1 -1
  1149. package/dist/ui/toggle-switch/toggle-switch.js +1 -1
  1150. package/dist/ui/tooltip/content-tooltip-preview.cjs +1 -1
  1151. package/dist/ui/tooltip/content-tooltip-preview.d.ts +1 -1
  1152. package/dist/ui/tooltip/content-tooltip-preview.d.ts.map +1 -1
  1153. package/dist/ui/tooltip/content-tooltip-preview.js +1 -1
  1154. package/dist/ui/tooltip/tooltip-preview.d.ts +1 -1
  1155. package/dist/ui/tooltip/tooltip-preview.d.ts.map +1 -1
  1156. package/dist/ui/tooltip/tooltip.d.ts +2 -2
  1157. package/dist/ui/tooltip/tooltip.d.ts.map +1 -1
  1158. package/dist/ui/type-overview-card/type-overview-card-preview.cjs +2 -2
  1159. package/dist/ui/type-overview-card/type-overview-card-preview.d.ts +1 -1
  1160. package/dist/ui/type-overview-card/type-overview-card-preview.d.ts.map +1 -1
  1161. package/dist/ui/type-overview-card/type-overview-card-preview.js +2 -2
  1162. package/dist/ui/type-overview-card/type-overview-card.cjs +2 -2
  1163. package/dist/ui/type-overview-card/type-overview-card.d.ts +1 -1
  1164. package/dist/ui/type-overview-card/type-overview-card.d.ts.map +1 -1
  1165. package/dist/ui/type-overview-card/type-overview-card.js +2 -2
  1166. package/dist/ui/view-switcher/view-switcher-preview.cjs +2 -2
  1167. package/dist/ui/view-switcher/view-switcher-preview.d.ts +1 -1
  1168. package/dist/ui/view-switcher/view-switcher-preview.d.ts.map +1 -1
  1169. package/dist/ui/view-switcher/view-switcher-preview.js +2 -2
  1170. package/dist/ui/view-switcher/view-switcher.d.ts +1 -1
  1171. package/dist/ui/view-switcher/view-switcher.d.ts.map +1 -1
  1172. package/package.json +23 -8
  1173. package/dist/studio/lib/registry/composite.cjs +0 -1732
  1174. package/dist/studio/lib/registry/composite.cjs.map +0 -1
  1175. package/dist/studio/lib/registry/composite.d.ts +0 -3
  1176. package/dist/studio/lib/registry/composite.d.ts.map +0 -1
  1177. package/dist/studio/lib/registry/composite.js +0 -1708
  1178. package/dist/studio/lib/registry/composite.js.map +0 -1
  1179. package/dist/studio/lib/registry/inputs.cjs +0 -1980
  1180. package/dist/studio/lib/registry/inputs.cjs.map +0 -1
  1181. package/dist/studio/lib/registry/inputs.d.ts +0 -3
  1182. package/dist/studio/lib/registry/inputs.d.ts.map +0 -1
  1183. package/dist/studio/lib/registry/inputs.js +0 -1956
  1184. package/dist/studio/lib/registry/inputs.js.map +0 -1
  1185. package/dist/studio/shell/properties-panel.cjs +0 -873
  1186. package/dist/studio/shell/properties-panel.cjs.map +0 -1
  1187. package/dist/studio/shell/properties-panel.d.ts.map +0 -1
  1188. package/dist/studio/shell/properties-panel.js +0 -849
  1189. package/dist/studio/shell/properties-panel.js.map +0 -1
@@ -0,0 +1,120 @@
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 pill_select_exports = {};
20
+ __export(pill_select_exports, {
21
+ pillSelectDef: () => pillSelectDef
22
+ });
23
+ module.exports = __toCommonJS(pill_select_exports);
24
+ const pillSelectDef = {
25
+ id: "pill-select",
26
+ name: "Pill Select",
27
+ category: "Composite",
28
+ 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.`,
29
+ styleProperties: [
30
+ // Field colors (per state). The visible field is `.uxm-pill-select__
31
+ // field` — an inner div on the layout-only `.uxm-pill-select` root.
32
+ // `backgroundColor` and `borderColor` are REAL_CSS_PROPS so they're
33
+ // routed through `--uxm-pill-select-{bg,border-color}` via
34
+ // PER_COMPONENT_MAPPING in save/route.ts (otherwise saves would land
35
+ // on the layout wrapper and silently no-op). The per-state keys
36
+ // (hoverBg, focusBorder, …) are custom names that route through the
37
+ // kebab fallback path correctly.
38
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "default" } },
39
+ { key: "borderColor", label: "Border", control: "color", defaultValue: "var(--color-border)", section: "colors", showWhen: { state: "default" } },
40
+ { key: "placeholderColor", label: "Placeholder", control: "color", defaultValue: "var(--color-text-muted)", section: "colors", showWhen: { state: "default" } },
41
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "hover" } },
42
+ { key: "hoverBorder", label: "Border", control: "color", defaultValue: "var(--color-accent)", section: "colors", showWhen: { state: "hover" } },
43
+ { key: "focusBorder", label: "Border", control: "color", defaultValue: "var(--color-accent)", section: "colors", showWhen: { state: "focus" } },
44
+ { key: "focusRing", label: "Ring", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
45
+ // Disabled defaults intentionally match the default state — the
46
+ // visible "disabled" signal comes from the chips inside (which
47
+ // receive the forwarded `disabled` prop and render the Chip atom's
48
+ // own muted palette) plus `cursor: not-allowed` and the field
49
+ // being skipped in the tab order. Stacking an opacity dim on the
50
+ // wrapper would double-dim the already-muted chips and ruin
51
+ // readability, so opacity defaults to 1 — exposed as a knob if the
52
+ // brand really wants a dimmed disabled treatment.
53
+ { key: "disabledBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "disabled" } },
54
+ { key: "disabledBorder", label: "Border", control: "color", defaultValue: "var(--color-border)", section: "colors", showWhen: { state: "disabled" } },
55
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 1, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
56
+ // Error state — field-style atom (constrained picker), so it gets
57
+ // the standard error surface: red border + bg on the inner `__field`,
58
+ // plus the shared message knobs. errorBg / errorBorder paint the
59
+ // field; errorColor + errorMessageSize theme the `__error-message`
60
+ // below it. The latter two share keys with the rest of the input
61
+ // family so the editor's "Match in N Inputs" sync links them. All
62
+ // four kebab through the fallback path to `--uxm-pill-select-error-*`
63
+ // (declared on the root, cascade down to `__field`). `colors` section
64
+ // for bg/border matches the other per-state field colors above.
65
+ { key: "errorBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "error" } },
66
+ { key: "errorBorder", label: "Border", control: "color", defaultValue: "var(--color-danger-text)", section: "colors", showWhen: { state: "error" } },
67
+ { key: "errorColor", label: "Label + Message", control: "color", defaultValue: "var(--color-danger-text)", section: "errorState", showWhen: { state: "error" } },
68
+ { key: "errorMessageSize", label: "Message Size", control: "number", defaultValue: 12, min: 10, max: 16, step: 1, unit: "px", section: "errorState", showWhen: { state: "error" } },
69
+ // Shape (universal, no showWhen). Keys `radius` and `chipGap` are
70
+ // deliberately NOT named `borderRadius` / `gap` (which would land
71
+ // in REAL_CSS_PROPS and emit plain CSS on the root); the field-
72
+ // radius lives on the inner `__field`, and `chipGap` is the field's
73
+ // flex gap. `paddingX` / `paddingY` ARE REAL_CSS_PROPS — routed via
74
+ // PER_COMPONENT_MAPPING so they land on `__field`, not the root.
75
+ { key: "radius", label: "Field Radius", control: "slider", defaultValue: 8, min: 0, max: 16, step: 1, unit: "px" },
76
+ { key: "chipGap", label: "Chip Gap", control: "number", defaultValue: 6, min: 2, max: 12, step: 2, unit: "px" },
77
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 10, min: 4, max: 24, step: 2, unit: "px" },
78
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 8, min: 4, max: 20, step: 2, unit: "px" }
79
+ // Label rendering is the consumer's responsibility — the atom
80
+ // doesn't own a `<label>` element. Preview-only label knobs
81
+ // (labelColor, labelSize) were removed pending a project-wide
82
+ // decision on label theming has now landed: FormField is the sole
83
+ // owner. Wrap pill-select in `<FormField>` to add a label; this
84
+ // atom is just the multi-select field. labelPosition variant was
85
+ // removed here for the same reason — labels are FormField's concern.
86
+ ],
87
+ layoutVariants: [
88
+ {
89
+ key: "state",
90
+ label: "State",
91
+ options: [
92
+ { value: "default", label: "Default" },
93
+ { value: "hover", label: "Hover" },
94
+ { value: "focus", label: "Focus" },
95
+ { value: "disabled", label: "Disabled" },
96
+ { value: "error", label: "Error" }
97
+ ],
98
+ defaultValue: "default"
99
+ },
100
+ // Chip layout variant — `inside` keeps chips inline within the
101
+ // trigger (tag-input pattern); `below` puts them in a separate row
102
+ // beneath the trigger (filter-bar pattern). Default `below` —
103
+ // modern default, trigger stays a constant height. Consumers
104
+ // wanting the classic compact "To:" tag-input switch to `inside`.
105
+ {
106
+ key: "chipsPosition",
107
+ label: "Chips Position",
108
+ options: [
109
+ { value: "below", label: "Below" },
110
+ { value: "inside", label: "Inside" }
111
+ ],
112
+ defaultValue: "below"
113
+ }
114
+ ]
115
+ };
116
+ // Annotate the CommonJS export names for ESM import in node:
117
+ 0 && (module.exports = {
118
+ pillSelectDef
119
+ });
120
+ //# sourceMappingURL=pill-select.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/studio/lib/registry/composite/pill-select.ts"],"sourcesContent":["import type { ComponentDef } from '../../types';\n\nexport const pillSelectDef: ComponentDef = {\n id: 'pill-select',\n name: 'Pill Select',\n category: 'Composite',\n 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 — default / hover / focus / disabled — matching the input-text / input-with-icon family.\",\n styleProperties: [\n // Field colors (per state). The visible field is `.uxm-pill-select__\n // field` — an inner div on the layout-only `.uxm-pill-select` root.\n // `backgroundColor` and `borderColor` are REAL_CSS_PROPS so they're\n // routed through `--uxm-pill-select-{bg,border-color}` via\n // PER_COMPONENT_MAPPING in save/route.ts (otherwise saves would land\n // on the layout wrapper and silently no-op). The per-state keys\n // (hoverBg, focusBorder, …) are custom names that route through the\n // kebab fallback path correctly.\n { key: 'backgroundColor', label: 'Background', control: 'color', defaultValue: 'var(--color-card)', section: 'colors', showWhen: { state: 'default' } },\n { key: 'borderColor', label: 'Border', control: 'color', defaultValue: 'var(--color-border)', section: 'colors', showWhen: { state: 'default' } },\n { key: 'placeholderColor', label: 'Placeholder', control: 'color', defaultValue: 'var(--color-text-muted)', section: 'colors', showWhen: { state: 'default' } },\n { key: 'hoverBg', label: 'Background', control: 'color', defaultValue: 'var(--color-card)', section: 'colors', showWhen: { state: 'hover' } },\n { key: 'hoverBorder', label: 'Border', control: 'color', defaultValue: 'var(--color-accent)', section: 'colors', showWhen: { state: 'hover' } },\n { key: 'focusBorder', label: 'Border', control: 'color', defaultValue: 'var(--color-accent)', section: 'colors', showWhen: { state: 'focus' } },\n { key: 'focusRing', label: 'Ring', control: 'color', defaultValue: 'var(--color-accent)', section: 'focusState', showWhen: { state: 'focus' } },\n // Disabled defaults intentionally match the default state — the\n // visible \"disabled\" signal comes from the chips inside (which\n // receive the forwarded `disabled` prop and render the Chip atom's\n // own muted palette) plus `cursor: not-allowed` and the field\n // being skipped in the tab order. Stacking an opacity dim on the\n // wrapper would double-dim the already-muted chips and ruin\n // readability, so opacity defaults to 1 — exposed as a knob if the\n // brand really wants a dimmed disabled treatment.\n { key: 'disabledBg', label: 'Background', control: 'color', defaultValue: 'var(--color-card)', section: 'colors', showWhen: { state: 'disabled' } },\n { key: 'disabledBorder', label: 'Border', control: 'color', defaultValue: 'var(--color-border)', section: 'colors', showWhen: { state: 'disabled' } },\n { key: 'disabledOpacity', label: 'Opacity', control: 'slider', defaultValue: 1, min: 0.1, max: 1, step: 0.05, section: 'disabledState', showWhen: { state: 'disabled' } },\n // Error state — field-style atom (constrained picker), so it gets\n // the standard error surface: red border + bg on the inner `__field`,\n // plus the shared message knobs. errorBg / errorBorder paint the\n // field; errorColor + errorMessageSize theme the `__error-message`\n // below it. The latter two share keys with the rest of the input\n // family so the editor's \"Match in N Inputs\" sync links them. All\n // four kebab through the fallback path to `--uxm-pill-select-error-*`\n // (declared on the root, cascade down to `__field`). `colors` section\n // for bg/border matches the other per-state field colors above.\n { key: 'errorBg', label: 'Background', control: 'color', defaultValue: 'var(--color-card)', section: 'colors', showWhen: { state: 'error' } },\n { key: 'errorBorder', label: 'Border', control: 'color', defaultValue: 'var(--color-danger-text)', section: 'colors', showWhen: { state: 'error' } },\n { key: 'errorColor', label: 'Label + Message', control: 'color', defaultValue: 'var(--color-danger-text)', section: 'errorState', showWhen: { state: 'error' } },\n { key: 'errorMessageSize', label: 'Message Size', control: 'number', defaultValue: 12, min: 10, max: 16, step: 1, unit: 'px', section: 'errorState', showWhen: { state: 'error' } },\n // Shape (universal, no showWhen). Keys `radius` and `chipGap` are\n // deliberately NOT named `borderRadius` / `gap` (which would land\n // in REAL_CSS_PROPS and emit plain CSS on the root); the field-\n // radius lives on the inner `__field`, and `chipGap` is the field's\n // flex gap. `paddingX` / `paddingY` ARE REAL_CSS_PROPS — routed via\n // PER_COMPONENT_MAPPING so they land on `__field`, not the root.\n { key: 'radius', label: 'Field Radius', control: 'slider', defaultValue: 8, min: 0, max: 16, step: 1, unit: 'px' },\n { key: 'chipGap', label: 'Chip Gap', control: 'number', defaultValue: 6, min: 2, max: 12, step: 2, unit: 'px' },\n { key: 'paddingX', label: 'Padding X', control: 'number', defaultValue: 10, min: 4, max: 24, step: 2, unit: 'px' },\n { key: 'paddingY', label: 'Padding Y', control: 'number', defaultValue: 8, min: 4, max: 20, step: 2, unit: 'px' },\n // Label rendering is the consumer's responsibility — the atom\n // doesn't own a `<label>` element. Preview-only label knobs\n // (labelColor, labelSize) were removed pending a project-wide\n // decision on label theming has now landed: FormField is the sole\n // owner. Wrap pill-select in `<FormField>` to add a label; this\n // atom is just the multi-select field. labelPosition variant was\n // removed here for the same reason — labels are FormField's concern.\n ],\n layoutVariants: [\n {\n key: 'state',\n label: 'State',\n options: [\n { value: 'default', label: 'Default' },\n { value: 'hover', label: 'Hover' },\n { value: 'focus', label: 'Focus' },\n { value: 'disabled', label: 'Disabled' },\n { value: 'error', label: 'Error' },\n ],\n defaultValue: 'default',\n },\n // Chip layout variant — `inside` keeps chips inline within the\n // trigger (tag-input pattern); `below` puts them in a separate row\n // beneath the trigger (filter-bar pattern). Default `below` —\n // modern default, trigger stays a constant height. Consumers\n // wanting the classic compact \"To:\" tag-input switch to `inside`.\n {\n key: 'chipsPosition',\n label: 'Chips Position',\n options: [\n { value: 'below', label: 'Below' },\n { value: 'inside', label: 'Inside' },\n ],\n defaultValue: 'below',\n },\n ],\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,MAAM,gBAA8B;AAAA,EACzC,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IASf,EAAE,KAAK,mBAAmB,OAAO,cAAc,SAAS,SAAS,cAAc,qBAAqB,SAAS,UAAU,UAAU,EAAE,OAAO,UAAU,EAAE;AAAA,IACtJ,EAAE,KAAK,eAAe,OAAO,UAAU,SAAS,SAAS,cAAc,uBAAuB,SAAS,UAAU,UAAU,EAAE,OAAO,UAAU,EAAE;AAAA,IAChJ,EAAE,KAAK,oBAAoB,OAAO,eAAe,SAAS,SAAS,cAAc,2BAA2B,SAAS,UAAU,UAAU,EAAE,OAAO,UAAU,EAAE;AAAA,IAC9J,EAAE,KAAK,WAAW,OAAO,cAAc,SAAS,SAAS,cAAc,qBAAqB,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC5I,EAAE,KAAK,eAAe,OAAO,UAAU,SAAS,SAAS,cAAc,uBAAuB,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC9I,EAAE,KAAK,eAAe,OAAO,UAAU,SAAS,SAAS,cAAc,uBAAuB,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC9I,EAAE,KAAK,aAAa,OAAO,QAAQ,SAAS,SAAS,cAAc,uBAAuB,SAAS,cAAc,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAS9I,EAAE,KAAK,cAAc,OAAO,cAAc,SAAS,SAAS,cAAc,qBAAqB,SAAS,UAAU,UAAU,EAAE,OAAO,WAAW,EAAE;AAAA,IAClJ,EAAE,KAAK,kBAAkB,OAAO,UAAU,SAAS,SAAS,cAAc,uBAAuB,SAAS,UAAU,UAAU,EAAE,OAAO,WAAW,EAAE;AAAA,IACpJ,EAAE,KAAK,mBAAmB,OAAO,WAAW,SAAS,UAAU,cAAc,GAAG,KAAK,KAAK,KAAK,GAAG,MAAM,MAAM,SAAS,iBAAiB,UAAU,EAAE,OAAO,WAAW,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAUxK,EAAE,KAAK,WAAW,OAAO,cAAc,SAAS,SAAS,cAAc,qBAAqB,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC5I,EAAE,KAAK,eAAe,OAAO,UAAU,SAAS,SAAS,cAAc,4BAA4B,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IACnJ,EAAE,KAAK,cAAc,OAAO,mBAAmB,SAAS,SAAS,cAAc,4BAA4B,SAAS,cAAc,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC/J,EAAE,KAAK,oBAAoB,OAAO,gBAAgB,SAAS,UAAU,cAAc,IAAI,KAAK,IAAI,KAAK,IAAI,MAAM,GAAG,MAAM,MAAM,SAAS,cAAc,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOlL,EAAE,KAAK,UAAU,OAAO,gBAAgB,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACjH,EAAE,KAAK,WAAW,OAAO,YAAY,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IAC9G,EAAE,KAAK,YAAY,OAAO,aAAa,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACjH,EAAE,KAAK,YAAY,OAAO,aAAa,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQlH;AAAA,EACA,gBAAgB;AAAA,IACd;AAAA,MACE,KAAK;AAAA,MACL,OAAO;AAAA,MACP,SAAS;AAAA,QACP,EAAE,OAAO,WAAW,OAAO,UAAU;AAAA,QACrC,EAAE,OAAO,SAAS,OAAO,QAAQ;AAAA,QACjC,EAAE,OAAO,SAAS,OAAO,QAAQ;AAAA,QACjC,EAAE,OAAO,YAAY,OAAO,WAAW;AAAA,QACvC,EAAE,OAAO,SAAS,OAAO,QAAQ;AAAA,MACnC;AAAA,MACA,cAAc;AAAA,IAChB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA;AAAA,MACE,KAAK;AAAA,MACL,OAAO;AAAA,MACP,SAAS;AAAA,QACP,EAAE,OAAO,SAAS,OAAO,QAAQ;AAAA,QACjC,EAAE,OAAO,UAAU,OAAO,SAAS;AAAA,MACrC;AAAA,MACA,cAAc;AAAA,IAChB;AAAA,EACF;AACF;","names":[]}
@@ -0,0 +1,3 @@
1
+ import type { ComponentDef } from '../../types.js';
2
+ export declare const pillSelectDef: ComponentDef;
3
+ //# sourceMappingURL=pill-select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pill-select.d.ts","sourceRoot":"","sources":["../../../../../src/studio/lib/registry/composite/pill-select.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,aAAa,EAAE,YA2F3B,CAAC"}
@@ -0,0 +1,96 @@
1
+ const pillSelectDef = {
2
+ id: "pill-select",
3
+ name: "Pill Select",
4
+ category: "Composite",
5
+ 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.`,
6
+ styleProperties: [
7
+ // Field colors (per state). The visible field is `.uxm-pill-select__
8
+ // field` — an inner div on the layout-only `.uxm-pill-select` root.
9
+ // `backgroundColor` and `borderColor` are REAL_CSS_PROPS so they're
10
+ // routed through `--uxm-pill-select-{bg,border-color}` via
11
+ // PER_COMPONENT_MAPPING in save/route.ts (otherwise saves would land
12
+ // on the layout wrapper and silently no-op). The per-state keys
13
+ // (hoverBg, focusBorder, …) are custom names that route through the
14
+ // kebab fallback path correctly.
15
+ { key: "backgroundColor", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "default" } },
16
+ { key: "borderColor", label: "Border", control: "color", defaultValue: "var(--color-border)", section: "colors", showWhen: { state: "default" } },
17
+ { key: "placeholderColor", label: "Placeholder", control: "color", defaultValue: "var(--color-text-muted)", section: "colors", showWhen: { state: "default" } },
18
+ { key: "hoverBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "hover" } },
19
+ { key: "hoverBorder", label: "Border", control: "color", defaultValue: "var(--color-accent)", section: "colors", showWhen: { state: "hover" } },
20
+ { key: "focusBorder", label: "Border", control: "color", defaultValue: "var(--color-accent)", section: "colors", showWhen: { state: "focus" } },
21
+ { key: "focusRing", label: "Ring", control: "color", defaultValue: "var(--color-accent)", section: "focusState", showWhen: { state: "focus" } },
22
+ // Disabled defaults intentionally match the default state — the
23
+ // visible "disabled" signal comes from the chips inside (which
24
+ // receive the forwarded `disabled` prop and render the Chip atom's
25
+ // own muted palette) plus `cursor: not-allowed` and the field
26
+ // being skipped in the tab order. Stacking an opacity dim on the
27
+ // wrapper would double-dim the already-muted chips and ruin
28
+ // readability, so opacity defaults to 1 — exposed as a knob if the
29
+ // brand really wants a dimmed disabled treatment.
30
+ { key: "disabledBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "disabled" } },
31
+ { key: "disabledBorder", label: "Border", control: "color", defaultValue: "var(--color-border)", section: "colors", showWhen: { state: "disabled" } },
32
+ { key: "disabledOpacity", label: "Opacity", control: "slider", defaultValue: 1, min: 0.1, max: 1, step: 0.05, section: "disabledState", showWhen: { state: "disabled" } },
33
+ // Error state — field-style atom (constrained picker), so it gets
34
+ // the standard error surface: red border + bg on the inner `__field`,
35
+ // plus the shared message knobs. errorBg / errorBorder paint the
36
+ // field; errorColor + errorMessageSize theme the `__error-message`
37
+ // below it. The latter two share keys with the rest of the input
38
+ // family so the editor's "Match in N Inputs" sync links them. All
39
+ // four kebab through the fallback path to `--uxm-pill-select-error-*`
40
+ // (declared on the root, cascade down to `__field`). `colors` section
41
+ // for bg/border matches the other per-state field colors above.
42
+ { key: "errorBg", label: "Background", control: "color", defaultValue: "var(--color-card)", section: "colors", showWhen: { state: "error" } },
43
+ { key: "errorBorder", label: "Border", control: "color", defaultValue: "var(--color-danger-text)", section: "colors", showWhen: { state: "error" } },
44
+ { key: "errorColor", label: "Label + Message", control: "color", defaultValue: "var(--color-danger-text)", section: "errorState", showWhen: { state: "error" } },
45
+ { key: "errorMessageSize", label: "Message Size", control: "number", defaultValue: 12, min: 10, max: 16, step: 1, unit: "px", section: "errorState", showWhen: { state: "error" } },
46
+ // Shape (universal, no showWhen). Keys `radius` and `chipGap` are
47
+ // deliberately NOT named `borderRadius` / `gap` (which would land
48
+ // in REAL_CSS_PROPS and emit plain CSS on the root); the field-
49
+ // radius lives on the inner `__field`, and `chipGap` is the field's
50
+ // flex gap. `paddingX` / `paddingY` ARE REAL_CSS_PROPS — routed via
51
+ // PER_COMPONENT_MAPPING so they land on `__field`, not the root.
52
+ { key: "radius", label: "Field Radius", control: "slider", defaultValue: 8, min: 0, max: 16, step: 1, unit: "px" },
53
+ { key: "chipGap", label: "Chip Gap", control: "number", defaultValue: 6, min: 2, max: 12, step: 2, unit: "px" },
54
+ { key: "paddingX", label: "Padding X", control: "number", defaultValue: 10, min: 4, max: 24, step: 2, unit: "px" },
55
+ { key: "paddingY", label: "Padding Y", control: "number", defaultValue: 8, min: 4, max: 20, step: 2, unit: "px" }
56
+ // Label rendering is the consumer's responsibility — the atom
57
+ // doesn't own a `<label>` element. Preview-only label knobs
58
+ // (labelColor, labelSize) were removed pending a project-wide
59
+ // decision on label theming has now landed: FormField is the sole
60
+ // owner. Wrap pill-select in `<FormField>` to add a label; this
61
+ // atom is just the multi-select field. labelPosition variant was
62
+ // removed here for the same reason — labels are FormField's concern.
63
+ ],
64
+ layoutVariants: [
65
+ {
66
+ key: "state",
67
+ label: "State",
68
+ options: [
69
+ { value: "default", label: "Default" },
70
+ { value: "hover", label: "Hover" },
71
+ { value: "focus", label: "Focus" },
72
+ { value: "disabled", label: "Disabled" },
73
+ { value: "error", label: "Error" }
74
+ ],
75
+ defaultValue: "default"
76
+ },
77
+ // Chip layout variant — `inside` keeps chips inline within the
78
+ // trigger (tag-input pattern); `below` puts them in a separate row
79
+ // beneath the trigger (filter-bar pattern). Default `below` —
80
+ // modern default, trigger stays a constant height. Consumers
81
+ // wanting the classic compact "To:" tag-input switch to `inside`.
82
+ {
83
+ key: "chipsPosition",
84
+ label: "Chips Position",
85
+ options: [
86
+ { value: "below", label: "Below" },
87
+ { value: "inside", label: "Inside" }
88
+ ],
89
+ defaultValue: "below"
90
+ }
91
+ ]
92
+ };
93
+ export {
94
+ pillSelectDef
95
+ };
96
+ //# sourceMappingURL=pill-select.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/studio/lib/registry/composite/pill-select.ts"],"sourcesContent":["import type { ComponentDef } from '../../types';\n\nexport const pillSelectDef: ComponentDef = {\n id: 'pill-select',\n name: 'Pill Select',\n category: 'Composite',\n 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 — default / hover / focus / disabled — matching the input-text / input-with-icon family.\",\n styleProperties: [\n // Field colors (per state). The visible field is `.uxm-pill-select__\n // field` — an inner div on the layout-only `.uxm-pill-select` root.\n // `backgroundColor` and `borderColor` are REAL_CSS_PROPS so they're\n // routed through `--uxm-pill-select-{bg,border-color}` via\n // PER_COMPONENT_MAPPING in save/route.ts (otherwise saves would land\n // on the layout wrapper and silently no-op). The per-state keys\n // (hoverBg, focusBorder, …) are custom names that route through the\n // kebab fallback path correctly.\n { key: 'backgroundColor', label: 'Background', control: 'color', defaultValue: 'var(--color-card)', section: 'colors', showWhen: { state: 'default' } },\n { key: 'borderColor', label: 'Border', control: 'color', defaultValue: 'var(--color-border)', section: 'colors', showWhen: { state: 'default' } },\n { key: 'placeholderColor', label: 'Placeholder', control: 'color', defaultValue: 'var(--color-text-muted)', section: 'colors', showWhen: { state: 'default' } },\n { key: 'hoverBg', label: 'Background', control: 'color', defaultValue: 'var(--color-card)', section: 'colors', showWhen: { state: 'hover' } },\n { key: 'hoverBorder', label: 'Border', control: 'color', defaultValue: 'var(--color-accent)', section: 'colors', showWhen: { state: 'hover' } },\n { key: 'focusBorder', label: 'Border', control: 'color', defaultValue: 'var(--color-accent)', section: 'colors', showWhen: { state: 'focus' } },\n { key: 'focusRing', label: 'Ring', control: 'color', defaultValue: 'var(--color-accent)', section: 'focusState', showWhen: { state: 'focus' } },\n // Disabled defaults intentionally match the default state — the\n // visible \"disabled\" signal comes from the chips inside (which\n // receive the forwarded `disabled` prop and render the Chip atom's\n // own muted palette) plus `cursor: not-allowed` and the field\n // being skipped in the tab order. Stacking an opacity dim on the\n // wrapper would double-dim the already-muted chips and ruin\n // readability, so opacity defaults to 1 — exposed as a knob if the\n // brand really wants a dimmed disabled treatment.\n { key: 'disabledBg', label: 'Background', control: 'color', defaultValue: 'var(--color-card)', section: 'colors', showWhen: { state: 'disabled' } },\n { key: 'disabledBorder', label: 'Border', control: 'color', defaultValue: 'var(--color-border)', section: 'colors', showWhen: { state: 'disabled' } },\n { key: 'disabledOpacity', label: 'Opacity', control: 'slider', defaultValue: 1, min: 0.1, max: 1, step: 0.05, section: 'disabledState', showWhen: { state: 'disabled' } },\n // Error state — field-style atom (constrained picker), so it gets\n // the standard error surface: red border + bg on the inner `__field`,\n // plus the shared message knobs. errorBg / errorBorder paint the\n // field; errorColor + errorMessageSize theme the `__error-message`\n // below it. The latter two share keys with the rest of the input\n // family so the editor's \"Match in N Inputs\" sync links them. All\n // four kebab through the fallback path to `--uxm-pill-select-error-*`\n // (declared on the root, cascade down to `__field`). `colors` section\n // for bg/border matches the other per-state field colors above.\n { key: 'errorBg', label: 'Background', control: 'color', defaultValue: 'var(--color-card)', section: 'colors', showWhen: { state: 'error' } },\n { key: 'errorBorder', label: 'Border', control: 'color', defaultValue: 'var(--color-danger-text)', section: 'colors', showWhen: { state: 'error' } },\n { key: 'errorColor', label: 'Label + Message', control: 'color', defaultValue: 'var(--color-danger-text)', section: 'errorState', showWhen: { state: 'error' } },\n { key: 'errorMessageSize', label: 'Message Size', control: 'number', defaultValue: 12, min: 10, max: 16, step: 1, unit: 'px', section: 'errorState', showWhen: { state: 'error' } },\n // Shape (universal, no showWhen). Keys `radius` and `chipGap` are\n // deliberately NOT named `borderRadius` / `gap` (which would land\n // in REAL_CSS_PROPS and emit plain CSS on the root); the field-\n // radius lives on the inner `__field`, and `chipGap` is the field's\n // flex gap. `paddingX` / `paddingY` ARE REAL_CSS_PROPS — routed via\n // PER_COMPONENT_MAPPING so they land on `__field`, not the root.\n { key: 'radius', label: 'Field Radius', control: 'slider', defaultValue: 8, min: 0, max: 16, step: 1, unit: 'px' },\n { key: 'chipGap', label: 'Chip Gap', control: 'number', defaultValue: 6, min: 2, max: 12, step: 2, unit: 'px' },\n { key: 'paddingX', label: 'Padding X', control: 'number', defaultValue: 10, min: 4, max: 24, step: 2, unit: 'px' },\n { key: 'paddingY', label: 'Padding Y', control: 'number', defaultValue: 8, min: 4, max: 20, step: 2, unit: 'px' },\n // Label rendering is the consumer's responsibility — the atom\n // doesn't own a `<label>` element. Preview-only label knobs\n // (labelColor, labelSize) were removed pending a project-wide\n // decision on label theming has now landed: FormField is the sole\n // owner. Wrap pill-select in `<FormField>` to add a label; this\n // atom is just the multi-select field. labelPosition variant was\n // removed here for the same reason — labels are FormField's concern.\n ],\n layoutVariants: [\n {\n key: 'state',\n label: 'State',\n options: [\n { value: 'default', label: 'Default' },\n { value: 'hover', label: 'Hover' },\n { value: 'focus', label: 'Focus' },\n { value: 'disabled', label: 'Disabled' },\n { value: 'error', label: 'Error' },\n ],\n defaultValue: 'default',\n },\n // Chip layout variant — `inside` keeps chips inline within the\n // trigger (tag-input pattern); `below` puts them in a separate row\n // beneath the trigger (filter-bar pattern). Default `below` —\n // modern default, trigger stays a constant height. Consumers\n // wanting the classic compact \"To:\" tag-input switch to `inside`.\n {\n key: 'chipsPosition',\n label: 'Chips Position',\n options: [\n { value: 'below', label: 'Below' },\n { value: 'inside', label: 'Inside' },\n ],\n defaultValue: 'below',\n },\n ],\n};\n"],"mappings":"AAEO,MAAM,gBAA8B;AAAA,EACzC,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IASf,EAAE,KAAK,mBAAmB,OAAO,cAAc,SAAS,SAAS,cAAc,qBAAqB,SAAS,UAAU,UAAU,EAAE,OAAO,UAAU,EAAE;AAAA,IACtJ,EAAE,KAAK,eAAe,OAAO,UAAU,SAAS,SAAS,cAAc,uBAAuB,SAAS,UAAU,UAAU,EAAE,OAAO,UAAU,EAAE;AAAA,IAChJ,EAAE,KAAK,oBAAoB,OAAO,eAAe,SAAS,SAAS,cAAc,2BAA2B,SAAS,UAAU,UAAU,EAAE,OAAO,UAAU,EAAE;AAAA,IAC9J,EAAE,KAAK,WAAW,OAAO,cAAc,SAAS,SAAS,cAAc,qBAAqB,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC5I,EAAE,KAAK,eAAe,OAAO,UAAU,SAAS,SAAS,cAAc,uBAAuB,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC9I,EAAE,KAAK,eAAe,OAAO,UAAU,SAAS,SAAS,cAAc,uBAAuB,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC9I,EAAE,KAAK,aAAa,OAAO,QAAQ,SAAS,SAAS,cAAc,uBAAuB,SAAS,cAAc,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAS9I,EAAE,KAAK,cAAc,OAAO,cAAc,SAAS,SAAS,cAAc,qBAAqB,SAAS,UAAU,UAAU,EAAE,OAAO,WAAW,EAAE;AAAA,IAClJ,EAAE,KAAK,kBAAkB,OAAO,UAAU,SAAS,SAAS,cAAc,uBAAuB,SAAS,UAAU,UAAU,EAAE,OAAO,WAAW,EAAE;AAAA,IACpJ,EAAE,KAAK,mBAAmB,OAAO,WAAW,SAAS,UAAU,cAAc,GAAG,KAAK,KAAK,KAAK,GAAG,MAAM,MAAM,SAAS,iBAAiB,UAAU,EAAE,OAAO,WAAW,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAUxK,EAAE,KAAK,WAAW,OAAO,cAAc,SAAS,SAAS,cAAc,qBAAqB,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC5I,EAAE,KAAK,eAAe,OAAO,UAAU,SAAS,SAAS,cAAc,4BAA4B,SAAS,UAAU,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IACnJ,EAAE,KAAK,cAAc,OAAO,mBAAmB,SAAS,SAAS,cAAc,4BAA4B,SAAS,cAAc,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA,IAC/J,EAAE,KAAK,oBAAoB,OAAO,gBAAgB,SAAS,UAAU,cAAc,IAAI,KAAK,IAAI,KAAK,IAAI,MAAM,GAAG,MAAM,MAAM,SAAS,cAAc,UAAU,EAAE,OAAO,QAAQ,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOlL,EAAE,KAAK,UAAU,OAAO,gBAAgB,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACjH,EAAE,KAAK,WAAW,OAAO,YAAY,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IAC9G,EAAE,KAAK,YAAY,OAAO,aAAa,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACjH,EAAE,KAAK,YAAY,OAAO,aAAa,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQlH;AAAA,EACA,gBAAgB;AAAA,IACd;AAAA,MACE,KAAK;AAAA,MACL,OAAO;AAAA,MACP,SAAS;AAAA,QACP,EAAE,OAAO,WAAW,OAAO,UAAU;AAAA,QACrC,EAAE,OAAO,SAAS,OAAO,QAAQ;AAAA,QACjC,EAAE,OAAO,SAAS,OAAO,QAAQ;AAAA,QACjC,EAAE,OAAO,YAAY,OAAO,WAAW;AAAA,QACvC,EAAE,OAAO,SAAS,OAAO,QAAQ;AAAA,MACnC;AAAA,MACA,cAAc;AAAA,IAChB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA;AAAA,MACE,KAAK;AAAA,MACL,OAAO;AAAA,MACP,SAAS;AAAA,QACP,EAAE,OAAO,SAAS,OAAO,QAAQ;AAAA,QACjC,EAAE,OAAO,UAAU,OAAO,SAAS;AAAA,MACrC;AAAA,MACA,cAAc;AAAA,IAChB;AAAA,EACF;AACF;","names":[]}
@@ -0,0 +1,66 @@
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 property_field_exports = {};
20
+ __export(property_field_exports, {
21
+ propertyFieldDef: () => propertyFieldDef
22
+ });
23
+ module.exports = __toCommonJS(property_field_exports);
24
+ const propertyFieldDef = {
25
+ id: "property-field",
26
+ name: "Property Field",
27
+ category: "Display",
28
+ description: "Single label + monospace value pair used for metadata readouts. The grid layout that arranges multiple PropertyFields is a separate atom (`property-grid`).",
29
+ styleProperties: [
30
+ { key: "labelColor", label: "Label Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
31
+ { key: "labelSize", label: "Label Size", control: "number", defaultValue: 10, min: 9, max: 14, step: 1, unit: "px" },
32
+ { key: "valueColor", label: "Value Color", control: "color", defaultValue: "var(--color-text)", section: "colors" },
33
+ { key: "valueSize", label: "Value Size", control: "number", defaultValue: 13, min: 11, max: 18, step: 1, unit: "px" },
34
+ { key: "gap", label: "Label/Value Gap", control: "number", defaultValue: 4, min: 2, max: 12, step: 1, unit: "px" }
35
+ ],
36
+ layoutVariants: [
37
+ // Label case + value font as guided presets. The preview maps each to the
38
+ // `--uxm-property-field-label-transform` / `-label-tracking` / `-value-font`
39
+ // vars: uppercase carries 0.06em tracking (the "eyebrow" look), sentence
40
+ // drops both to none/normal; monospace is the data look, proportional is
41
+ // the body typeface (for prose grids). Defaults reproduce today.
42
+ {
43
+ key: "labelCase",
44
+ label: "Label Case",
45
+ options: [
46
+ { value: "uppercase", label: "Uppercase" },
47
+ { value: "sentence", label: "Sentence" }
48
+ ],
49
+ defaultValue: "uppercase"
50
+ },
51
+ {
52
+ key: "valueFont",
53
+ label: "Value Font",
54
+ options: [
55
+ { value: "monospace", label: "Monospace" },
56
+ { value: "proportional", label: "Proportional" }
57
+ ],
58
+ defaultValue: "monospace"
59
+ }
60
+ ]
61
+ };
62
+ // Annotate the CommonJS export names for ESM import in node:
63
+ 0 && (module.exports = {
64
+ propertyFieldDef
65
+ });
66
+ //# sourceMappingURL=property-field.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/studio/lib/registry/composite/property-field.ts"],"sourcesContent":["import type { ComponentDef } from '../../types';\n\nexport const propertyFieldDef: ComponentDef = {\n id: 'property-field',\n name: 'Property Field',\n category: 'Display',\n description: 'Single label + monospace value pair used for metadata readouts. The grid layout that arranges multiple PropertyFields is a separate atom (`property-grid`).',\n styleProperties: [\n { key: 'labelColor', label: 'Label Color', control: 'color', defaultValue: 'var(--color-text-muted)', section: 'colors' },\n { key: 'labelSize', label: 'Label Size', control: 'number', defaultValue: 10, min: 9, max: 14, step: 1, unit: 'px' },\n { key: 'valueColor', label: 'Value Color', control: 'color', defaultValue: 'var(--color-text)', section: 'colors' },\n { key: 'valueSize', label: 'Value Size', control: 'number', defaultValue: 13, min: 11, max: 18, step: 1, unit: 'px' },\n { key: 'gap', label: 'Label/Value Gap', control: 'number', defaultValue: 4, min: 2, max: 12, step: 1, unit: 'px' },\n ],\n layoutVariants: [\n // Label case + value font as guided presets. The preview maps each to the\n // `--uxm-property-field-label-transform` / `-label-tracking` / `-value-font`\n // vars: uppercase carries 0.06em tracking (the \"eyebrow\" look), sentence\n // drops both to none/normal; monospace is the data look, proportional is\n // the body typeface (for prose grids). Defaults reproduce today.\n {\n key: 'labelCase',\n label: 'Label Case',\n options: [\n { value: 'uppercase', label: 'Uppercase' },\n { value: 'sentence', label: 'Sentence' },\n ],\n defaultValue: 'uppercase',\n },\n {\n key: 'valueFont',\n label: 'Value Font',\n options: [\n { value: 'monospace', label: 'Monospace' },\n { value: 'proportional', label: 'Proportional' },\n ],\n defaultValue: 'monospace',\n },\n ],\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,MAAM,mBAAiC;AAAA,EAC5C,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,iBAAiB;AAAA,IACf,EAAE,KAAK,cAAc,OAAO,eAAe,SAAS,SAAS,cAAc,2BAA2B,SAAS,SAAS;AAAA,IACxH,EAAE,KAAK,aAAa,OAAO,cAAc,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACnH,EAAE,KAAK,cAAc,OAAO,eAAe,SAAS,SAAS,cAAc,qBAAqB,SAAS,SAAS;AAAA,IAClH,EAAE,KAAK,aAAa,OAAO,cAAc,SAAS,UAAU,cAAc,IAAI,KAAK,IAAI,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACpH,EAAE,KAAK,OAAO,OAAO,mBAAmB,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,EACnH;AAAA,EACA,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMd;AAAA,MACE,KAAK;AAAA,MACL,OAAO;AAAA,MACP,SAAS;AAAA,QACP,EAAE,OAAO,aAAa,OAAO,YAAY;AAAA,QACzC,EAAE,OAAO,YAAY,OAAO,WAAW;AAAA,MACzC;AAAA,MACA,cAAc;AAAA,IAChB;AAAA,IACA;AAAA,MACE,KAAK;AAAA,MACL,OAAO;AAAA,MACP,SAAS;AAAA,QACP,EAAE,OAAO,aAAa,OAAO,YAAY;AAAA,QACzC,EAAE,OAAO,gBAAgB,OAAO,eAAe;AAAA,MACjD;AAAA,MACA,cAAc;AAAA,IAChB;AAAA,EACF;AACF;","names":[]}
@@ -0,0 +1,3 @@
1
+ import type { ComponentDef } from '../../types.js';
2
+ export declare const propertyFieldDef: ComponentDef;
3
+ //# sourceMappingURL=property-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"property-field.d.ts","sourceRoot":"","sources":["../../../../../src/studio/lib/registry/composite/property-field.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,gBAAgB,EAAE,YAqC9B,CAAC"}
@@ -0,0 +1,42 @@
1
+ const propertyFieldDef = {
2
+ id: "property-field",
3
+ name: "Property Field",
4
+ category: "Display",
5
+ description: "Single label + monospace value pair used for metadata readouts. The grid layout that arranges multiple PropertyFields is a separate atom (`property-grid`).",
6
+ styleProperties: [
7
+ { key: "labelColor", label: "Label Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
8
+ { key: "labelSize", label: "Label Size", control: "number", defaultValue: 10, min: 9, max: 14, step: 1, unit: "px" },
9
+ { key: "valueColor", label: "Value Color", control: "color", defaultValue: "var(--color-text)", section: "colors" },
10
+ { key: "valueSize", label: "Value Size", control: "number", defaultValue: 13, min: 11, max: 18, step: 1, unit: "px" },
11
+ { key: "gap", label: "Label/Value Gap", control: "number", defaultValue: 4, min: 2, max: 12, step: 1, unit: "px" }
12
+ ],
13
+ layoutVariants: [
14
+ // Label case + value font as guided presets. The preview maps each to the
15
+ // `--uxm-property-field-label-transform` / `-label-tracking` / `-value-font`
16
+ // vars: uppercase carries 0.06em tracking (the "eyebrow" look), sentence
17
+ // drops both to none/normal; monospace is the data look, proportional is
18
+ // the body typeface (for prose grids). Defaults reproduce today.
19
+ {
20
+ key: "labelCase",
21
+ label: "Label Case",
22
+ options: [
23
+ { value: "uppercase", label: "Uppercase" },
24
+ { value: "sentence", label: "Sentence" }
25
+ ],
26
+ defaultValue: "uppercase"
27
+ },
28
+ {
29
+ key: "valueFont",
30
+ label: "Value Font",
31
+ options: [
32
+ { value: "monospace", label: "Monospace" },
33
+ { value: "proportional", label: "Proportional" }
34
+ ],
35
+ defaultValue: "monospace"
36
+ }
37
+ ]
38
+ };
39
+ export {
40
+ propertyFieldDef
41
+ };
42
+ //# sourceMappingURL=property-field.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/studio/lib/registry/composite/property-field.ts"],"sourcesContent":["import type { ComponentDef } from '../../types';\n\nexport const propertyFieldDef: ComponentDef = {\n id: 'property-field',\n name: 'Property Field',\n category: 'Display',\n description: 'Single label + monospace value pair used for metadata readouts. The grid layout that arranges multiple PropertyFields is a separate atom (`property-grid`).',\n styleProperties: [\n { key: 'labelColor', label: 'Label Color', control: 'color', defaultValue: 'var(--color-text-muted)', section: 'colors' },\n { key: 'labelSize', label: 'Label Size', control: 'number', defaultValue: 10, min: 9, max: 14, step: 1, unit: 'px' },\n { key: 'valueColor', label: 'Value Color', control: 'color', defaultValue: 'var(--color-text)', section: 'colors' },\n { key: 'valueSize', label: 'Value Size', control: 'number', defaultValue: 13, min: 11, max: 18, step: 1, unit: 'px' },\n { key: 'gap', label: 'Label/Value Gap', control: 'number', defaultValue: 4, min: 2, max: 12, step: 1, unit: 'px' },\n ],\n layoutVariants: [\n // Label case + value font as guided presets. The preview maps each to the\n // `--uxm-property-field-label-transform` / `-label-tracking` / `-value-font`\n // vars: uppercase carries 0.06em tracking (the \"eyebrow\" look), sentence\n // drops both to none/normal; monospace is the data look, proportional is\n // the body typeface (for prose grids). Defaults reproduce today.\n {\n key: 'labelCase',\n label: 'Label Case',\n options: [\n { value: 'uppercase', label: 'Uppercase' },\n { value: 'sentence', label: 'Sentence' },\n ],\n defaultValue: 'uppercase',\n },\n {\n key: 'valueFont',\n label: 'Value Font',\n options: [\n { value: 'monospace', label: 'Monospace' },\n { value: 'proportional', label: 'Proportional' },\n ],\n defaultValue: 'monospace',\n },\n ],\n};\n"],"mappings":"AAEO,MAAM,mBAAiC;AAAA,EAC5C,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,iBAAiB;AAAA,IACf,EAAE,KAAK,cAAc,OAAO,eAAe,SAAS,SAAS,cAAc,2BAA2B,SAAS,SAAS;AAAA,IACxH,EAAE,KAAK,aAAa,OAAO,cAAc,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACnH,EAAE,KAAK,cAAc,OAAO,eAAe,SAAS,SAAS,cAAc,qBAAqB,SAAS,SAAS;AAAA,IAClH,EAAE,KAAK,aAAa,OAAO,cAAc,SAAS,UAAU,cAAc,IAAI,KAAK,IAAI,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACpH,EAAE,KAAK,OAAO,OAAO,mBAAmB,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,EACnH;AAAA,EACA,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMd;AAAA,MACE,KAAK;AAAA,MACL,OAAO;AAAA,MACP,SAAS;AAAA,QACP,EAAE,OAAO,aAAa,OAAO,YAAY;AAAA,QACzC,EAAE,OAAO,YAAY,OAAO,WAAW;AAAA,MACzC;AAAA,MACA,cAAc;AAAA,IAChB;AAAA,IACA;AAAA,MACE,KAAK;AAAA,MACL,OAAO;AAAA,MACP,SAAS;AAAA,QACP,EAAE,OAAO,aAAa,OAAO,YAAY;AAAA,QACzC,EAAE,OAAO,gBAAgB,OAAO,eAAe;AAAA,MACjD;AAAA,MACA,cAAc;AAAA,IAChB;AAAA,EACF;AACF;","names":[]}
@@ -0,0 +1,39 @@
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 property_grid_exports = {};
20
+ __export(property_grid_exports, {
21
+ propertyGridDef: () => propertyGridDef
22
+ });
23
+ module.exports = __toCommonJS(property_grid_exports);
24
+ const propertyGridDef = {
25
+ id: "property-grid",
26
+ name: "Property Grid",
27
+ category: "Display",
28
+ description: "Auto-fill grid wrapper that lays out PropertyField pairs. Layout-only \u2014 chip / field theming flows through the PropertyField atom's own registry.",
29
+ styleProperties: [
30
+ { key: "rowGap", label: "Row Gap", control: "number", defaultValue: 16, min: 4, max: 32, step: 2, unit: "px" },
31
+ { key: "columnGap", label: "Column Gap", control: "number", defaultValue: 32, min: 12, max: 64, step: 4, unit: "px" }
32
+ ],
33
+ layoutVariants: []
34
+ };
35
+ // Annotate the CommonJS export names for ESM import in node:
36
+ 0 && (module.exports = {
37
+ propertyGridDef
38
+ });
39
+ //# sourceMappingURL=property-grid.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/studio/lib/registry/composite/property-grid.ts"],"sourcesContent":["import type { ComponentDef } from '../../types';\n\nexport const propertyGridDef: ComponentDef = {\n id: 'property-grid',\n name: 'Property Grid',\n category: 'Display',\n description: \"Auto-fill grid wrapper that lays out PropertyField pairs. Layout-only — chip / field theming flows through the PropertyField atom's own registry.\",\n styleProperties: [\n { key: 'rowGap', label: 'Row Gap', control: 'number', defaultValue: 16, min: 4, max: 32, step: 2, unit: 'px' },\n { key: 'columnGap', label: 'Column Gap', control: 'number', defaultValue: 32, min: 12, max: 64, step: 4, unit: 'px' },\n ],\n layoutVariants: [],\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,MAAM,kBAAgC;AAAA,EAC3C,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,iBAAiB;AAAA,IACf,EAAE,KAAK,UAAU,OAAO,WAAW,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IAC7G,EAAE,KAAK,aAAa,OAAO,cAAc,SAAS,UAAU,cAAc,IAAI,KAAK,IAAI,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,EACtH;AAAA,EACA,gBAAgB,CAAC;AACnB;","names":[]}
@@ -0,0 +1,3 @@
1
+ import type { ComponentDef } from '../../types.js';
2
+ export declare const propertyGridDef: ComponentDef;
3
+ //# sourceMappingURL=property-grid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"property-grid.d.ts","sourceRoot":"","sources":["../../../../../src/studio/lib/registry/composite/property-grid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,eAAe,EAAE,YAU7B,CAAC"}
@@ -0,0 +1,15 @@
1
+ const propertyGridDef = {
2
+ id: "property-grid",
3
+ name: "Property Grid",
4
+ category: "Display",
5
+ description: "Auto-fill grid wrapper that lays out PropertyField pairs. Layout-only \u2014 chip / field theming flows through the PropertyField atom's own registry.",
6
+ styleProperties: [
7
+ { key: "rowGap", label: "Row Gap", control: "number", defaultValue: 16, min: 4, max: 32, step: 2, unit: "px" },
8
+ { key: "columnGap", label: "Column Gap", control: "number", defaultValue: 32, min: 12, max: 64, step: 4, unit: "px" }
9
+ ],
10
+ layoutVariants: []
11
+ };
12
+ export {
13
+ propertyGridDef
14
+ };
15
+ //# sourceMappingURL=property-grid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/studio/lib/registry/composite/property-grid.ts"],"sourcesContent":["import type { ComponentDef } from '../../types';\n\nexport const propertyGridDef: ComponentDef = {\n id: 'property-grid',\n name: 'Property Grid',\n category: 'Display',\n description: \"Auto-fill grid wrapper that lays out PropertyField pairs. Layout-only — chip / field theming flows through the PropertyField atom's own registry.\",\n styleProperties: [\n { key: 'rowGap', label: 'Row Gap', control: 'number', defaultValue: 16, min: 4, max: 32, step: 2, unit: 'px' },\n { key: 'columnGap', label: 'Column Gap', control: 'number', defaultValue: 32, min: 12, max: 64, step: 4, unit: 'px' },\n ],\n layoutVariants: [],\n};\n"],"mappings":"AAEO,MAAM,kBAAgC;AAAA,EAC3C,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,iBAAiB;AAAA,IACf,EAAE,KAAK,UAAU,OAAO,WAAW,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IAC7G,EAAE,KAAK,aAAa,OAAO,cAAc,SAAS,UAAU,cAAc,IAAI,KAAK,IAAI,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,EACtH;AAAA,EACA,gBAAgB,CAAC;AACnB;","names":[]}
@@ -0,0 +1,44 @@
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 section_header_exports = {};
20
+ __export(section_header_exports, {
21
+ sectionHeaderDef: () => sectionHeaderDef
22
+ });
23
+ module.exports = __toCommonJS(section_header_exports);
24
+ const sectionHeaderDef = {
25
+ id: "section-header",
26
+ name: "Section Header",
27
+ category: "Display",
28
+ 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).',
29
+ styleProperties: [
30
+ { key: "titleColor", label: "Title Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "colors" },
31
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 11, min: 9, max: 14, step: 1, unit: "px" },
32
+ { key: "titleWeight", label: "Title Weight", control: "select", defaultValue: "600", options: ["500", "600", "700"] },
33
+ { key: "subtitleColor", label: "Subtitle Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
34
+ { key: "subtitleSize", label: "Subtitle Size", control: "number", defaultValue: 10, min: 9, max: 14, step: 1, unit: "px" },
35
+ { key: "gap", label: "Title-Subtitle Gap", control: "number", defaultValue: 2, min: 0, max: 12, step: 1, unit: "px" },
36
+ { key: "marginBottom", label: "Margin Bottom", control: "number", defaultValue: 12, min: 0, max: 32, step: 2, unit: "px" }
37
+ ],
38
+ layoutVariants: []
39
+ };
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ sectionHeaderDef
43
+ });
44
+ //# sourceMappingURL=section-header.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/studio/lib/registry/composite/section-header.ts"],"sourcesContent":["import type { ComponentDef } from '../../types';\n\nexport const sectionHeaderDef: ComponentDef = {\n id: 'section-header',\n name: 'Section Header',\n category: 'Display',\n description: 'Small uppercase label for grouping fields in dense settings panels — the \"VARIANT\" / \"COLORS\" / \"STYLE\" labels above grouped form rows. Distinct from PageHeader (page-level) and DetailSection (bordered card).',\n styleProperties: [\n { key: 'titleColor', label: 'Title Color', control: 'color', defaultValue: 'var(--color-text-subtle)', section: 'colors' },\n { key: 'titleSize', label: 'Title Size', control: 'number', defaultValue: 11, min: 9, max: 14, step: 1, unit: 'px' },\n { key: 'titleWeight', label: 'Title Weight', control: 'select', defaultValue: '600', options: ['500', '600', '700'] },\n { key: 'subtitleColor', label: 'Subtitle Color', control: 'color', defaultValue: 'var(--color-text-muted)', section: 'colors' },\n { key: 'subtitleSize', label: 'Subtitle Size', control: 'number', defaultValue: 10, min: 9, max: 14, step: 1, unit: 'px' },\n { key: 'gap', label: 'Title-Subtitle Gap', control: 'number', defaultValue: 2, min: 0, max: 12, step: 1, unit: 'px' },\n { key: 'marginBottom', label: 'Margin Bottom', control: 'number', defaultValue: 12, min: 0, max: 32, step: 2, unit: 'px' },\n ],\n layoutVariants: [],\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,MAAM,mBAAiC;AAAA,EAC5C,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,iBAAiB;AAAA,IACf,EAAE,KAAK,cAAc,OAAO,eAAe,SAAS,SAAS,cAAc,4BAA4B,SAAS,SAAS;AAAA,IACzH,EAAE,KAAK,aAAa,OAAO,cAAc,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACnH,EAAE,KAAK,eAAe,OAAO,gBAAgB,SAAS,UAAU,cAAc,OAAO,SAAS,CAAC,OAAO,OAAO,KAAK,EAAE;AAAA,IACpH,EAAE,KAAK,iBAAiB,OAAO,kBAAkB,SAAS,SAAS,cAAc,2BAA2B,SAAS,SAAS;AAAA,IAC9H,EAAE,KAAK,gBAAgB,OAAO,iBAAiB,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACzH,EAAE,KAAK,OAAO,OAAO,sBAAsB,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACpH,EAAE,KAAK,gBAAgB,OAAO,iBAAiB,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,EAC3H;AAAA,EACA,gBAAgB,CAAC;AACnB;","names":[]}
@@ -0,0 +1,3 @@
1
+ import type { ComponentDef } from '../../types.js';
2
+ export declare const sectionHeaderDef: ComponentDef;
3
+ //# sourceMappingURL=section-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"section-header.d.ts","sourceRoot":"","sources":["../../../../../src/studio/lib/registry/composite/section-header.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,gBAAgB,EAAE,YAe9B,CAAC"}
@@ -0,0 +1,20 @@
1
+ const sectionHeaderDef = {
2
+ id: "section-header",
3
+ name: "Section Header",
4
+ category: "Display",
5
+ 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).',
6
+ styleProperties: [
7
+ { key: "titleColor", label: "Title Color", control: "color", defaultValue: "var(--color-text-subtle)", section: "colors" },
8
+ { key: "titleSize", label: "Title Size", control: "number", defaultValue: 11, min: 9, max: 14, step: 1, unit: "px" },
9
+ { key: "titleWeight", label: "Title Weight", control: "select", defaultValue: "600", options: ["500", "600", "700"] },
10
+ { key: "subtitleColor", label: "Subtitle Color", control: "color", defaultValue: "var(--color-text-muted)", section: "colors" },
11
+ { key: "subtitleSize", label: "Subtitle Size", control: "number", defaultValue: 10, min: 9, max: 14, step: 1, unit: "px" },
12
+ { key: "gap", label: "Title-Subtitle Gap", control: "number", defaultValue: 2, min: 0, max: 12, step: 1, unit: "px" },
13
+ { key: "marginBottom", label: "Margin Bottom", control: "number", defaultValue: 12, min: 0, max: 32, step: 2, unit: "px" }
14
+ ],
15
+ layoutVariants: []
16
+ };
17
+ export {
18
+ sectionHeaderDef
19
+ };
20
+ //# sourceMappingURL=section-header.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/studio/lib/registry/composite/section-header.ts"],"sourcesContent":["import type { ComponentDef } from '../../types';\n\nexport const sectionHeaderDef: ComponentDef = {\n id: 'section-header',\n name: 'Section Header',\n category: 'Display',\n description: 'Small uppercase label for grouping fields in dense settings panels — the \"VARIANT\" / \"COLORS\" / \"STYLE\" labels above grouped form rows. Distinct from PageHeader (page-level) and DetailSection (bordered card).',\n styleProperties: [\n { key: 'titleColor', label: 'Title Color', control: 'color', defaultValue: 'var(--color-text-subtle)', section: 'colors' },\n { key: 'titleSize', label: 'Title Size', control: 'number', defaultValue: 11, min: 9, max: 14, step: 1, unit: 'px' },\n { key: 'titleWeight', label: 'Title Weight', control: 'select', defaultValue: '600', options: ['500', '600', '700'] },\n { key: 'subtitleColor', label: 'Subtitle Color', control: 'color', defaultValue: 'var(--color-text-muted)', section: 'colors' },\n { key: 'subtitleSize', label: 'Subtitle Size', control: 'number', defaultValue: 10, min: 9, max: 14, step: 1, unit: 'px' },\n { key: 'gap', label: 'Title-Subtitle Gap', control: 'number', defaultValue: 2, min: 0, max: 12, step: 1, unit: 'px' },\n { key: 'marginBottom', label: 'Margin Bottom', control: 'number', defaultValue: 12, min: 0, max: 32, step: 2, unit: 'px' },\n ],\n layoutVariants: [],\n};\n"],"mappings":"AAEO,MAAM,mBAAiC;AAAA,EAC5C,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,iBAAiB;AAAA,IACf,EAAE,KAAK,cAAc,OAAO,eAAe,SAAS,SAAS,cAAc,4BAA4B,SAAS,SAAS;AAAA,IACzH,EAAE,KAAK,aAAa,OAAO,cAAc,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACnH,EAAE,KAAK,eAAe,OAAO,gBAAgB,SAAS,UAAU,cAAc,OAAO,SAAS,CAAC,OAAO,OAAO,KAAK,EAAE;AAAA,IACpH,EAAE,KAAK,iBAAiB,OAAO,kBAAkB,SAAS,SAAS,cAAc,2BAA2B,SAAS,SAAS;AAAA,IAC9H,EAAE,KAAK,gBAAgB,OAAO,iBAAiB,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACzH,EAAE,KAAK,OAAO,OAAO,sBAAsB,SAAS,UAAU,cAAc,GAAG,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,IACpH,EAAE,KAAK,gBAAgB,OAAO,iBAAiB,SAAS,UAAU,cAAc,IAAI,KAAK,GAAG,KAAK,IAAI,MAAM,GAAG,MAAM,KAAK;AAAA,EAC3H;AAAA,EACA,gBAAgB,CAAC;AACnB;","names":[]}