@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.
- package/CHANGELOG.md +20 -0
- package/LICENSE.md +21 -0
- package/README.md +34 -44
- package/dist/hooks/index.cjs +49 -0
- package/dist/hooks/index.cjs.map +1 -0
- package/dist/hooks/index.d.ts +19 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +18 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/use-toast-store.cjs.map +1 -1
- package/dist/hooks/use-toast-store.d.ts +5 -3
- package/dist/hooks/use-toast-store.d.ts.map +1 -1
- package/dist/hooks/use-toast-store.js.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js.map +1 -1
- package/dist/previews/composite/brand-settings-preview.d.ts +2 -2
- package/dist/previews/composite/brand-settings-preview.d.ts.map +1 -1
- package/dist/previews/composite/form-preview.d.ts +2 -2
- package/dist/previews/composite/form-preview.d.ts.map +1 -1
- package/dist/previews/composite/lifecycle-action-row-preview.d.ts +2 -2
- package/dist/previews/composite/lifecycle-action-row-preview.d.ts.map +1 -1
- package/dist/previews/composite/lifecycle-connector-knobs-preview.d.ts +2 -2
- package/dist/previews/composite/lifecycle-connector-knobs-preview.d.ts.map +1 -1
- package/dist/previews/composite/lifecycle-plus-button-preview.d.ts +2 -2
- package/dist/previews/composite/lifecycle-plus-button-preview.d.ts.map +1 -1
- package/dist/previews/composite/login-page-preview.d.ts +2 -2
- package/dist/previews/composite/login-page-preview.d.ts.map +1 -1
- package/dist/previews/composite/multirow-form-preview.d.ts +2 -2
- package/dist/previews/composite/multirow-form-preview.d.ts.map +1 -1
- package/dist/previews/demo-row-actions.d.ts +1 -1
- package/dist/previews/demo-row-actions.d.ts.map +1 -1
- package/dist/previews/index.cjs +7 -7
- package/dist/previews/index.cjs.map +1 -1
- package/dist/previews/index.d.ts +9 -9
- package/dist/previews/index.js +7 -7
- package/dist/previews/index.js.map +1 -1
- package/dist/studio/brand-font-styles.d.ts +1 -1
- package/dist/studio/brand-font-styles.d.ts.map +1 -1
- package/dist/studio/brand-token-styles.d.ts +1 -1
- package/dist/studio/brand-token-styles.d.ts.map +1 -1
- package/dist/studio/editors/code-editor.d.ts +1 -1
- package/dist/studio/editors/code-editor.d.ts.map +1 -1
- package/dist/studio/editors/color-picker.d.ts +1 -1
- package/dist/studio/editors/color-picker.d.ts.map +1 -1
- package/dist/studio/editors/number-input.d.ts +1 -1
- package/dist/studio/editors/number-input.d.ts.map +1 -1
- package/dist/studio/editors/select-input.d.ts +1 -1
- package/dist/studio/editors/select-input.d.ts.map +1 -1
- package/dist/studio/editors/slider-input.d.ts +1 -1
- package/dist/studio/editors/slider-input.d.ts.map +1 -1
- package/dist/studio/editors/text-input.d.ts +1 -1
- package/dist/studio/editors/text-input.d.ts.map +1 -1
- package/dist/studio/editors/toggle-input.d.ts +1 -1
- package/dist/studio/editors/toggle-input.d.ts.map +1 -1
- package/dist/studio/index.cjs.map +1 -1
- package/dist/studio/index.d.ts +2 -2
- package/dist/studio/index.js.map +1 -1
- package/dist/studio/lib/context.d.ts +1 -1
- package/dist/studio/lib/context.d.ts.map +1 -1
- package/dist/studio/lib/registry/buttons.cjs +4 -4
- package/dist/studio/lib/registry/buttons.cjs.map +1 -1
- package/dist/studio/lib/registry/buttons.js +4 -4
- package/dist/studio/lib/registry/buttons.js.map +1 -1
- package/dist/studio/lib/registry/composite/back-link.cjs +65 -0
- package/dist/studio/lib/registry/composite/back-link.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/back-link.d.ts +3 -0
- package/dist/studio/lib/registry/composite/back-link.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/back-link.js +41 -0
- package/dist/studio/lib/registry/composite/back-link.js.map +1 -0
- package/dist/studio/lib/registry/composite/badge.cjs +102 -0
- package/dist/studio/lib/registry/composite/badge.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/badge.d.ts +3 -0
- package/dist/studio/lib/registry/composite/badge.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/badge.js +78 -0
- package/dist/studio/lib/registry/composite/badge.js.map +1 -0
- package/dist/studio/lib/registry/composite/breadcrumb.cjs +83 -0
- package/dist/studio/lib/registry/composite/breadcrumb.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/breadcrumb.d.ts +3 -0
- package/dist/studio/lib/registry/composite/breadcrumb.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/breadcrumb.js +59 -0
- package/dist/studio/lib/registry/composite/breadcrumb.js.map +1 -0
- package/dist/studio/lib/registry/composite/button-group.cjs +76 -0
- package/dist/studio/lib/registry/composite/button-group.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/button-group.d.ts +3 -0
- package/dist/studio/lib/registry/composite/button-group.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/button-group.js +52 -0
- package/dist/studio/lib/registry/composite/button-group.js.map +1 -0
- package/dist/studio/lib/registry/composite/calendar.cjs +116 -0
- package/dist/studio/lib/registry/composite/calendar.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/calendar.d.ts +3 -0
- package/dist/studio/lib/registry/composite/calendar.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/calendar.js +92 -0
- package/dist/studio/lib/registry/composite/calendar.js.map +1 -0
- package/dist/studio/lib/registry/composite/content-tooltip.cjs +44 -0
- package/dist/studio/lib/registry/composite/content-tooltip.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/content-tooltip.d.ts +3 -0
- package/dist/studio/lib/registry/composite/content-tooltip.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/content-tooltip.js +20 -0
- package/dist/studio/lib/registry/composite/content-tooltip.js.map +1 -0
- package/dist/studio/lib/registry/composite/data-table.cjs +61 -0
- package/dist/studio/lib/registry/composite/data-table.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/data-table.d.ts +3 -0
- package/dist/studio/lib/registry/composite/data-table.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/data-table.js +37 -0
- package/dist/studio/lib/registry/composite/data-table.js.map +1 -0
- package/dist/studio/lib/registry/composite/detail-section.cjs +47 -0
- package/dist/studio/lib/registry/composite/detail-section.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/detail-section.d.ts +3 -0
- package/dist/studio/lib/registry/composite/detail-section.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/detail-section.js +23 -0
- package/dist/studio/lib/registry/composite/detail-section.js.map +1 -0
- package/dist/studio/lib/registry/composite/divider.cjs +43 -0
- package/dist/studio/lib/registry/composite/divider.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/divider.d.ts +3 -0
- package/dist/studio/lib/registry/composite/divider.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/divider.js +19 -0
- package/dist/studio/lib/registry/composite/divider.js.map +1 -0
- package/dist/studio/lib/registry/composite/error-page.cjs +58 -0
- package/dist/studio/lib/registry/composite/error-page.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/error-page.d.ts +3 -0
- package/dist/studio/lib/registry/composite/error-page.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/error-page.js +34 -0
- package/dist/studio/lib/registry/composite/error-page.js.map +1 -0
- package/dist/studio/lib/registry/composite/explorer-list-item.cjs +84 -0
- package/dist/studio/lib/registry/composite/explorer-list-item.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/explorer-list-item.d.ts +3 -0
- package/dist/studio/lib/registry/composite/explorer-list-item.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/explorer-list-item.js +60 -0
- package/dist/studio/lib/registry/composite/explorer-list-item.js.map +1 -0
- package/dist/studio/lib/registry/composite/explorer-section.cjs +90 -0
- package/dist/studio/lib/registry/composite/explorer-section.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/explorer-section.d.ts +3 -0
- package/dist/studio/lib/registry/composite/explorer-section.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/explorer-section.js +66 -0
- package/dist/studio/lib/registry/composite/explorer-section.js.map +1 -0
- package/dist/studio/lib/registry/composite/filter-tabs.cjs +77 -0
- package/dist/studio/lib/registry/composite/filter-tabs.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/filter-tabs.d.ts +3 -0
- package/dist/studio/lib/registry/composite/filter-tabs.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/filter-tabs.js +53 -0
- package/dist/studio/lib/registry/composite/filter-tabs.js.map +1 -0
- package/dist/studio/lib/registry/composite/form-field.cjs +119 -0
- package/dist/studio/lib/registry/composite/form-field.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/form-field.d.ts +3 -0
- package/dist/studio/lib/registry/composite/form-field.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/form-field.js +95 -0
- package/dist/studio/lib/registry/composite/form-field.js.map +1 -0
- package/dist/studio/lib/registry/composite/form-multirow.cjs +56 -0
- package/dist/studio/lib/registry/composite/form-multirow.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/form-multirow.d.ts +3 -0
- package/dist/studio/lib/registry/composite/form-multirow.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/form-multirow.js +32 -0
- package/dist/studio/lib/registry/composite/form-multirow.js.map +1 -0
- package/dist/studio/lib/registry/composite/icon-tile.cjs +42 -0
- package/dist/studio/lib/registry/composite/icon-tile.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/icon-tile.d.ts +3 -0
- package/dist/studio/lib/registry/composite/icon-tile.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/icon-tile.js +18 -0
- package/dist/studio/lib/registry/composite/icon-tile.js.map +1 -0
- package/dist/studio/lib/registry/composite/index.cjs +105 -0
- package/dist/studio/lib/registry/composite/index.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/index.d.ts +3 -0
- package/dist/studio/lib/registry/composite/index.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/index.js +81 -0
- package/dist/studio/lib/registry/composite/index.js.map +1 -0
- package/dist/studio/lib/registry/composite/inline-action.cjs +66 -0
- package/dist/studio/lib/registry/composite/inline-action.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/inline-action.d.ts +3 -0
- package/dist/studio/lib/registry/composite/inline-action.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/inline-action.js +42 -0
- package/dist/studio/lib/registry/composite/inline-action.js.map +1 -0
- package/dist/studio/lib/registry/composite/inline-filter.cjs +43 -0
- package/dist/studio/lib/registry/composite/inline-filter.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/inline-filter.d.ts +3 -0
- package/dist/studio/lib/registry/composite/inline-filter.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/inline-filter.js +19 -0
- package/dist/studio/lib/registry/composite/inline-filter.js.map +1 -0
- package/dist/studio/lib/registry/composite/link.cjs +88 -0
- package/dist/studio/lib/registry/composite/link.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/link.d.ts +3 -0
- package/dist/studio/lib/registry/composite/link.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/link.js +64 -0
- package/dist/studio/lib/registry/composite/link.js.map +1 -0
- package/dist/studio/lib/registry/composite/list-item.cjs +134 -0
- package/dist/studio/lib/registry/composite/list-item.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/list-item.d.ts +3 -0
- package/dist/studio/lib/registry/composite/list-item.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/list-item.js +110 -0
- package/dist/studio/lib/registry/composite/list-item.js.map +1 -0
- package/dist/studio/lib/registry/composite/login-page.cjs +66 -0
- package/dist/studio/lib/registry/composite/login-page.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/login-page.d.ts +3 -0
- package/dist/studio/lib/registry/composite/login-page.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/login-page.js +42 -0
- package/dist/studio/lib/registry/composite/login-page.js.map +1 -0
- package/dist/studio/lib/registry/composite/meta-row.cjs +42 -0
- package/dist/studio/lib/registry/composite/meta-row.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/meta-row.d.ts +3 -0
- package/dist/studio/lib/registry/composite/meta-row.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/meta-row.js +18 -0
- package/dist/studio/lib/registry/composite/meta-row.js.map +1 -0
- package/dist/studio/lib/registry/composite/page-header.cjs +47 -0
- package/dist/studio/lib/registry/composite/page-header.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/page-header.d.ts +3 -0
- package/dist/studio/lib/registry/composite/page-header.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/page-header.js +23 -0
- package/dist/studio/lib/registry/composite/page-header.js.map +1 -0
- package/dist/studio/lib/registry/composite/page-shell.cjs +49 -0
- package/dist/studio/lib/registry/composite/page-shell.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/page-shell.d.ts +3 -0
- package/dist/studio/lib/registry/composite/page-shell.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/page-shell.js +25 -0
- package/dist/studio/lib/registry/composite/page-shell.js.map +1 -0
- package/dist/studio/lib/registry/composite/pill-select.cjs +120 -0
- package/dist/studio/lib/registry/composite/pill-select.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/pill-select.d.ts +3 -0
- package/dist/studio/lib/registry/composite/pill-select.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/pill-select.js +96 -0
- package/dist/studio/lib/registry/composite/pill-select.js.map +1 -0
- package/dist/studio/lib/registry/composite/property-field.cjs +66 -0
- package/dist/studio/lib/registry/composite/property-field.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/property-field.d.ts +3 -0
- package/dist/studio/lib/registry/composite/property-field.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/property-field.js +42 -0
- package/dist/studio/lib/registry/composite/property-field.js.map +1 -0
- package/dist/studio/lib/registry/composite/property-grid.cjs +39 -0
- package/dist/studio/lib/registry/composite/property-grid.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/property-grid.d.ts +3 -0
- package/dist/studio/lib/registry/composite/property-grid.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/property-grid.js +15 -0
- package/dist/studio/lib/registry/composite/property-grid.js.map +1 -0
- package/dist/studio/lib/registry/composite/section-header.cjs +44 -0
- package/dist/studio/lib/registry/composite/section-header.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/section-header.d.ts +3 -0
- package/dist/studio/lib/registry/composite/section-header.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/section-header.js +20 -0
- package/dist/studio/lib/registry/composite/section-header.js.map +1 -0
- package/dist/studio/lib/registry/composite/side-flexpane.cjs +51 -0
- package/dist/studio/lib/registry/composite/side-flexpane.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/side-flexpane.d.ts +3 -0
- package/dist/studio/lib/registry/composite/side-flexpane.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/side-flexpane.js +27 -0
- package/dist/studio/lib/registry/composite/side-flexpane.js.map +1 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-item.cjs +95 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-item.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-item.d.ts +3 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-item.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-item.js +71 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-item.js.map +1 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-trigger.cjs +224 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-trigger.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-trigger.d.ts +3 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-trigger.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-trigger.js +200 -0
- package/dist/studio/lib/registry/composite/sidebar-nav-trigger.js.map +1 -0
- package/dist/studio/lib/registry/composite/stat-card.cjs +45 -0
- package/dist/studio/lib/registry/composite/stat-card.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/stat-card.d.ts +3 -0
- package/dist/studio/lib/registry/composite/stat-card.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/stat-card.js +21 -0
- package/dist/studio/lib/registry/composite/stat-card.js.map +1 -0
- package/dist/studio/lib/registry/composite/tabs-underline.cjs +82 -0
- package/dist/studio/lib/registry/composite/tabs-underline.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/tabs-underline.d.ts +3 -0
- package/dist/studio/lib/registry/composite/tabs-underline.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/tabs-underline.js +58 -0
- package/dist/studio/lib/registry/composite/tabs-underline.js.map +1 -0
- package/dist/studio/lib/registry/composite/tabs.cjs +84 -0
- package/dist/studio/lib/registry/composite/tabs.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/tabs.d.ts +3 -0
- package/dist/studio/lib/registry/composite/tabs.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/tabs.js +60 -0
- package/dist/studio/lib/registry/composite/tabs.js.map +1 -0
- package/dist/studio/lib/registry/composite/thumbnail.cjs +62 -0
- package/dist/studio/lib/registry/composite/thumbnail.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/thumbnail.d.ts +3 -0
- package/dist/studio/lib/registry/composite/thumbnail.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/thumbnail.js +38 -0
- package/dist/studio/lib/registry/composite/thumbnail.js.map +1 -0
- package/dist/studio/lib/registry/composite/type-overview-card.cjs +51 -0
- package/dist/studio/lib/registry/composite/type-overview-card.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/type-overview-card.d.ts +3 -0
- package/dist/studio/lib/registry/composite/type-overview-card.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/type-overview-card.js +27 -0
- package/dist/studio/lib/registry/composite/type-overview-card.js.map +1 -0
- package/dist/studio/lib/registry/composite/view-switcher.cjs +76 -0
- package/dist/studio/lib/registry/composite/view-switcher.cjs.map +1 -0
- package/dist/studio/lib/registry/composite/view-switcher.d.ts +3 -0
- package/dist/studio/lib/registry/composite/view-switcher.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite/view-switcher.js +52 -0
- package/dist/studio/lib/registry/composite/view-switcher.js.map +1 -0
- package/dist/studio/lib/registry/diagram.cjs +1 -1
- package/dist/studio/lib/registry/diagram.cjs.map +1 -1
- package/dist/studio/lib/registry/diagram.js +1 -1
- package/dist/studio/lib/registry/diagram.js.map +1 -1
- package/dist/studio/lib/registry/display.cjs +2 -2
- package/dist/studio/lib/registry/display.cjs.map +1 -1
- package/dist/studio/lib/registry/display.js +2 -2
- package/dist/studio/lib/registry/display.js.map +1 -1
- package/dist/studio/lib/registry/feedback.cjs +3 -3
- package/dist/studio/lib/registry/feedback.cjs.map +1 -1
- package/dist/studio/lib/registry/feedback.js +3 -3
- package/dist/studio/lib/registry/feedback.js.map +1 -1
- package/dist/studio/lib/registry/icons.cjs +32 -11
- package/dist/studio/lib/registry/icons.cjs.map +1 -1
- package/dist/studio/lib/registry/icons.d.ts.map +1 -1
- package/dist/studio/lib/registry/icons.js +32 -11
- package/dist/studio/lib/registry/icons.js.map +1 -1
- package/dist/studio/lib/registry/index.cjs +2 -2
- package/dist/studio/lib/registry/index.js +2 -2
- package/dist/studio/lib/registry/inputs/checkbox.cjs +84 -0
- package/dist/studio/lib/registry/inputs/checkbox.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/checkbox.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/checkbox.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/checkbox.js +60 -0
- package/dist/studio/lib/registry/inputs/checkbox.js.map +1 -0
- package/dist/studio/lib/registry/inputs/code-editor.cjs +90 -0
- package/dist/studio/lib/registry/inputs/code-editor.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/code-editor.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/code-editor.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/code-editor.js +66 -0
- package/dist/studio/lib/registry/inputs/code-editor.js.map +1 -0
- package/dist/studio/lib/registry/inputs/color-input.cjs +107 -0
- package/dist/studio/lib/registry/inputs/color-input.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/color-input.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/color-input.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/color-input.js +83 -0
- package/dist/studio/lib/registry/inputs/color-input.js.map +1 -0
- package/dist/studio/lib/registry/inputs/currency-input.cjs +112 -0
- package/dist/studio/lib/registry/inputs/currency-input.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/currency-input.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/currency-input.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/currency-input.js +88 -0
- package/dist/studio/lib/registry/inputs/currency-input.js.map +1 -0
- package/dist/studio/lib/registry/inputs/date-input.cjs +105 -0
- package/dist/studio/lib/registry/inputs/date-input.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/date-input.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/date-input.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/date-input.js +81 -0
- package/dist/studio/lib/registry/inputs/date-input.js.map +1 -0
- package/dist/studio/lib/registry/inputs/editable-cell.cjs +206 -0
- package/dist/studio/lib/registry/inputs/editable-cell.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/editable-cell.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/editable-cell.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/editable-cell.js +182 -0
- package/dist/studio/lib/registry/inputs/editable-cell.js.map +1 -0
- package/dist/studio/lib/registry/inputs/file-upload.cjs +161 -0
- package/dist/studio/lib/registry/inputs/file-upload.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/file-upload.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/file-upload.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/file-upload.js +137 -0
- package/dist/studio/lib/registry/inputs/file-upload.js.map +1 -0
- package/dist/studio/lib/registry/inputs/index.cjs +75 -0
- package/dist/studio/lib/registry/inputs/index.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/index.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/index.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/index.js +51 -0
- package/dist/studio/lib/registry/inputs/index.js.map +1 -0
- package/dist/studio/lib/registry/inputs/input-text.cjs +101 -0
- package/dist/studio/lib/registry/inputs/input-text.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/input-text.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/input-text.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/input-text.js +77 -0
- package/dist/studio/lib/registry/inputs/input-text.js.map +1 -0
- package/dist/studio/lib/registry/inputs/input-with-icon.cjs +85 -0
- package/dist/studio/lib/registry/inputs/input-with-icon.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/input-with-icon.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/input-with-icon.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/input-with-icon.js +61 -0
- package/dist/studio/lib/registry/inputs/input-with-icon.js.map +1 -0
- package/dist/studio/lib/registry/inputs/listbox.cjs +221 -0
- package/dist/studio/lib/registry/inputs/listbox.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/listbox.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/listbox.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/listbox.js +197 -0
- package/dist/studio/lib/registry/inputs/listbox.js.map +1 -0
- package/dist/studio/lib/registry/inputs/menu.cjs +208 -0
- package/dist/studio/lib/registry/inputs/menu.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/menu.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/menu.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/menu.js +184 -0
- package/dist/studio/lib/registry/inputs/menu.js.map +1 -0
- package/dist/studio/lib/registry/inputs/number-input.cjs +105 -0
- package/dist/studio/lib/registry/inputs/number-input.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/number-input.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/number-input.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/number-input.js +81 -0
- package/dist/studio/lib/registry/inputs/number-input.js.map +1 -0
- package/dist/studio/lib/registry/inputs/number-stepper.cjs +99 -0
- package/dist/studio/lib/registry/inputs/number-stepper.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/number-stepper.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/number-stepper.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/number-stepper.js +75 -0
- package/dist/studio/lib/registry/inputs/number-stepper.js.map +1 -0
- package/dist/studio/lib/registry/inputs/password-input.cjs +107 -0
- package/dist/studio/lib/registry/inputs/password-input.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/password-input.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/password-input.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/password-input.js +83 -0
- package/dist/studio/lib/registry/inputs/password-input.js.map +1 -0
- package/dist/studio/lib/registry/inputs/phone-input.cjs +105 -0
- package/dist/studio/lib/registry/inputs/phone-input.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/phone-input.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/phone-input.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/phone-input.js +81 -0
- package/dist/studio/lib/registry/inputs/phone-input.js.map +1 -0
- package/dist/studio/lib/registry/inputs/radio-group.cjs +86 -0
- package/dist/studio/lib/registry/inputs/radio-group.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/radio-group.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/radio-group.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/radio-group.js +62 -0
- package/dist/studio/lib/registry/inputs/radio-group.js.map +1 -0
- package/dist/studio/lib/registry/inputs/search-dropdown.cjs +86 -0
- package/dist/studio/lib/registry/inputs/search-dropdown.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/search-dropdown.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/search-dropdown.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/search-dropdown.js +62 -0
- package/dist/studio/lib/registry/inputs/search-dropdown.js.map +1 -0
- package/dist/studio/lib/registry/inputs/select-dropdown.cjs +103 -0
- package/dist/studio/lib/registry/inputs/select-dropdown.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/select-dropdown.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/select-dropdown.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/select-dropdown.js +79 -0
- package/dist/studio/lib/registry/inputs/select-dropdown.js.map +1 -0
- package/dist/studio/lib/registry/inputs/slider.cjs +99 -0
- package/dist/studio/lib/registry/inputs/slider.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/slider.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/slider.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/slider.js +75 -0
- package/dist/studio/lib/registry/inputs/slider.js.map +1 -0
- package/dist/studio/lib/registry/inputs/textarea.cjs +84 -0
- package/dist/studio/lib/registry/inputs/textarea.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/textarea.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/textarea.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/textarea.js +60 -0
- package/dist/studio/lib/registry/inputs/textarea.js.map +1 -0
- package/dist/studio/lib/registry/inputs/time-input.cjs +131 -0
- package/dist/studio/lib/registry/inputs/time-input.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/time-input.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/time-input.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/time-input.js +107 -0
- package/dist/studio/lib/registry/inputs/time-input.js.map +1 -0
- package/dist/studio/lib/registry/inputs/toggle-switch.cjs +80 -0
- package/dist/studio/lib/registry/inputs/toggle-switch.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs/toggle-switch.d.ts +3 -0
- package/dist/studio/lib/registry/inputs/toggle-switch.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs/toggle-switch.js +56 -0
- package/dist/studio/lib/registry/inputs/toggle-switch.js.map +1 -0
- package/dist/studio/lib/types.cjs.map +1 -1
- package/dist/studio/mobile-gallery.d.ts +1 -1
- package/dist/studio/mobile-gallery.d.ts.map +1 -1
- package/dist/studio/persistence/css-sanitizers.cjs +75 -0
- package/dist/studio/persistence/css-sanitizers.cjs.map +1 -0
- package/dist/studio/persistence/css-sanitizers.d.ts +16 -0
- package/dist/studio/persistence/css-sanitizers.d.ts.map +1 -0
- package/dist/studio/persistence/css-sanitizers.js +45 -0
- package/dist/studio/persistence/css-sanitizers.js.map +1 -0
- package/dist/studio/persistence/generate-css-mapping.cjs +837 -0
- package/dist/studio/persistence/generate-css-mapping.cjs.map +1 -0
- package/dist/studio/persistence/generate-css-mapping.d.ts +13 -0
- package/dist/studio/persistence/generate-css-mapping.d.ts.map +1 -0
- package/dist/studio/persistence/generate-css-mapping.js +812 -0
- package/dist/studio/persistence/generate-css-mapping.js.map +1 -0
- package/dist/studio/persistence/generate-css.cjs +26 -865
- package/dist/studio/persistence/generate-css.cjs.map +1 -1
- package/dist/studio/persistence/generate-css.d.ts +1 -6
- package/dist/studio/persistence/generate-css.d.ts.map +1 -1
- package/dist/studio/persistence/generate-css.js +9 -848
- package/dist/studio/persistence/generate-css.js.map +1 -1
- package/dist/studio/shell/canvas.d.ts +1 -1
- package/dist/studio/shell/canvas.d.ts.map +1 -1
- package/dist/studio/shell/preview-modal.d.ts +1 -1
- package/dist/studio/shell/preview-modal.d.ts.map +1 -1
- package/dist/studio/shell/properties-panel/dev-tab.cjs +244 -0
- package/dist/studio/shell/properties-panel/dev-tab.cjs.map +1 -0
- package/dist/studio/shell/properties-panel/dev-tab.d.ts +27 -0
- package/dist/studio/shell/properties-panel/dev-tab.d.ts.map +1 -0
- package/dist/studio/shell/properties-panel/dev-tab.js +220 -0
- package/dist/studio/shell/properties-panel/dev-tab.js.map +1 -0
- package/dist/studio/shell/properties-panel/index.cjs +398 -0
- package/dist/studio/shell/properties-panel/index.cjs.map +1 -0
- package/dist/studio/shell/{properties-panel.d.ts → properties-panel/index.d.ts} +2 -2
- package/dist/studio/shell/properties-panel/index.d.ts.map +1 -0
- package/dist/studio/shell/properties-panel/index.js +374 -0
- package/dist/studio/shell/properties-panel/index.js.map +1 -0
- package/dist/studio/shell/properties-panel/property-row.cjs +155 -0
- package/dist/studio/shell/properties-panel/property-row.cjs.map +1 -0
- package/dist/studio/shell/properties-panel/property-row.d.ts +20 -0
- package/dist/studio/shell/properties-panel/property-row.d.ts.map +1 -0
- package/dist/studio/shell/properties-panel/property-row.js +130 -0
- package/dist/studio/shell/properties-panel/property-row.js.map +1 -0
- package/dist/studio/shell/properties-panel/variant-matrix.cjs +177 -0
- package/dist/studio/shell/properties-panel/variant-matrix.cjs.map +1 -0
- package/dist/studio/shell/properties-panel/variant-matrix.d.ts +30 -0
- package/dist/studio/shell/properties-panel/variant-matrix.d.ts.map +1 -0
- package/dist/studio/shell/properties-panel/variant-matrix.js +153 -0
- package/dist/studio/shell/properties-panel/variant-matrix.js.map +1 -0
- package/dist/studio/shell/sidebar.d.ts +1 -1
- package/dist/studio/shell/sidebar.d.ts.map +1 -1
- package/dist/studio/shell/wcag-panel.d.ts +1 -1
- package/dist/studio/shell/wcag-panel.d.ts.map +1 -1
- package/dist/studio/studio.css +2 -2
- package/dist/studio/uxm-app.cjs +1 -1
- package/dist/studio/uxm-app.d.ts +1 -1
- package/dist/studio/uxm-app.d.ts.map +1 -1
- package/dist/studio/uxm-app.js +1 -1
- package/dist/ui/app-sidebar/app-sidebar-preview.cjs +2 -2
- package/dist/ui/app-sidebar/app-sidebar-preview.d.ts +1 -1
- package/dist/ui/app-sidebar/app-sidebar-preview.d.ts.map +1 -1
- package/dist/ui/app-sidebar/app-sidebar-preview.js +2 -2
- package/dist/ui/app-sidebar/app-sidebar.d.ts +1 -1
- package/dist/ui/app-sidebar/app-sidebar.d.ts.map +1 -1
- package/dist/ui/app-top-bar/app-top-bar-preview.cjs +5 -5
- package/dist/ui/app-top-bar/app-top-bar-preview.d.ts +1 -1
- package/dist/ui/app-top-bar/app-top-bar-preview.d.ts.map +1 -1
- package/dist/ui/app-top-bar/app-top-bar-preview.js +5 -5
- package/dist/ui/app-top-bar/app-top-bar.cjs +1 -1
- package/dist/ui/app-top-bar/app-top-bar.d.ts +1 -1
- package/dist/ui/app-top-bar/app-top-bar.d.ts.map +1 -1
- package/dist/ui/app-top-bar/app-top-bar.js +1 -1
- package/dist/ui/avatar/avatar-preview.cjs +1 -1
- package/dist/ui/avatar/avatar-preview.d.ts +1 -1
- package/dist/ui/avatar/avatar-preview.d.ts.map +1 -1
- package/dist/ui/avatar/avatar-preview.js +1 -1
- package/dist/ui/avatar/avatar.d.ts +1 -1
- package/dist/ui/avatar/avatar.d.ts.map +1 -1
- package/dist/ui/back-link/back-link-preview.cjs +1 -1
- package/dist/ui/back-link/back-link-preview.d.ts +1 -1
- package/dist/ui/back-link/back-link-preview.d.ts.map +1 -1
- package/dist/ui/back-link/back-link-preview.js +1 -1
- package/dist/ui/back-link/back-link.cjs +1 -1
- package/dist/ui/back-link/back-link.d.ts +1 -1
- package/dist/ui/back-link/back-link.d.ts.map +1 -1
- package/dist/ui/back-link/back-link.js +1 -1
- package/dist/ui/badge/badge-preview.cjs +1 -1
- package/dist/ui/badge/badge-preview.d.ts +1 -1
- package/dist/ui/badge/badge-preview.d.ts.map +1 -1
- package/dist/ui/badge/badge-preview.js +1 -1
- package/dist/ui/badge/badge.d.ts +1 -1
- package/dist/ui/badge/badge.d.ts.map +1 -1
- package/dist/ui/banner/banner-preview.cjs +1 -1
- package/dist/ui/banner/banner-preview.d.ts +1 -1
- package/dist/ui/banner/banner-preview.d.ts.map +1 -1
- package/dist/ui/banner/banner-preview.js +1 -1
- package/dist/ui/banner/banner.d.ts +1 -1
- package/dist/ui/banner/banner.d.ts.map +1 -1
- package/dist/ui/breadcrumb/breadcrumb-preview.cjs +3 -3
- package/dist/ui/breadcrumb/breadcrumb-preview.d.ts +1 -1
- package/dist/ui/breadcrumb/breadcrumb-preview.d.ts.map +1 -1
- package/dist/ui/breadcrumb/breadcrumb-preview.js +3 -3
- package/dist/ui/breadcrumb/breadcrumb.d.ts +1 -1
- package/dist/ui/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/dist/ui/bulk-action-bar/bulk-action-bar-preview.d.ts +1 -1
- package/dist/ui/bulk-action-bar/bulk-action-bar-preview.d.ts.map +1 -1
- package/dist/ui/bulk-action-bar/bulk-action-bar.d.ts +1 -1
- package/dist/ui/bulk-action-bar/bulk-action-bar.d.ts.map +1 -1
- package/dist/ui/button/button-preview.cjs +4 -4
- package/dist/ui/button/button-preview.d.ts +1 -1
- package/dist/ui/button/button-preview.d.ts.map +1 -1
- package/dist/ui/button/button-preview.js +4 -4
- package/dist/ui/button/button.d.ts +5 -5
- package/dist/ui/button/button.d.ts.map +1 -1
- package/dist/ui/button-group/button-group-preview.cjs +1 -1
- package/dist/ui/button-group/button-group-preview.d.ts +1 -1
- package/dist/ui/button-group/button-group-preview.d.ts.map +1 -1
- package/dist/ui/button-group/button-group-preview.js +1 -1
- package/dist/ui/button-group/button-group.d.ts +1 -1
- package/dist/ui/button-group/button-group.d.ts.map +1 -1
- package/dist/ui/button-icon/button-icon.cjs.map +1 -1
- package/dist/ui/button-icon/button-icon.d.ts +11 -1
- package/dist/ui/button-icon/button-icon.d.ts.map +1 -1
- package/dist/ui/button-icon/button-icon.js.map +1 -1
- package/dist/ui/button-with-icon/button-with-icon-preview.cjs +2 -2
- package/dist/ui/button-with-icon/button-with-icon-preview.d.ts +1 -1
- package/dist/ui/button-with-icon/button-with-icon-preview.d.ts.map +1 -1
- package/dist/ui/button-with-icon/button-with-icon-preview.js +2 -2
- package/dist/ui/button-with-icon/button-with-icon.d.ts +1 -1
- package/dist/ui/button-with-icon/button-with-icon.d.ts.map +1 -1
- package/dist/ui/calendar/calendar-preview.cjs +1 -1
- package/dist/ui/calendar/calendar-preview.d.ts +1 -1
- package/dist/ui/calendar/calendar-preview.d.ts.map +1 -1
- package/dist/ui/calendar/calendar-preview.js +1 -1
- package/dist/ui/calendar/calendar.d.ts +1 -1
- package/dist/ui/calendar/calendar.d.ts.map +1 -1
- package/dist/ui/card/card-preview.cjs +1 -1
- package/dist/ui/card/card-preview.d.ts +1 -1
- package/dist/ui/card/card-preview.d.ts.map +1 -1
- package/dist/ui/card/card-preview.js +1 -1
- package/dist/ui/card/card.d.ts +1 -1
- package/dist/ui/card/card.d.ts.map +1 -1
- package/dist/ui/checkbox/checkbox-preview.cjs +2 -2
- package/dist/ui/checkbox/checkbox-preview.d.ts +1 -1
- package/dist/ui/checkbox/checkbox-preview.d.ts.map +1 -1
- package/dist/ui/checkbox/checkbox-preview.js +2 -2
- package/dist/ui/checkbox/checkbox.cjs +2 -2
- package/dist/ui/checkbox/checkbox.d.ts +1 -1
- package/dist/ui/checkbox/checkbox.d.ts.map +1 -1
- package/dist/ui/checkbox/checkbox.js +2 -2
- package/dist/ui/chip/chip-preview.cjs +2 -2
- package/dist/ui/chip/chip-preview.d.ts +1 -1
- package/dist/ui/chip/chip-preview.d.ts.map +1 -1
- package/dist/ui/chip/chip-preview.js +2 -2
- package/dist/ui/chip/chip.cjs +1 -1
- package/dist/ui/chip/chip.d.ts +1 -1
- package/dist/ui/chip/chip.d.ts.map +1 -1
- package/dist/ui/chip/chip.js +1 -1
- package/dist/ui/cluster/cluster-preview.cjs +1 -1
- package/dist/ui/cluster/cluster-preview.d.ts +1 -1
- package/dist/ui/cluster/cluster-preview.d.ts.map +1 -1
- package/dist/ui/cluster/cluster-preview.js +1 -1
- package/dist/ui/cluster/cluster.d.ts +1 -1
- package/dist/ui/cluster/cluster.d.ts.map +1 -1
- package/dist/ui/code-editor/code-editor-preview.cjs +1 -1
- package/dist/ui/code-editor/code-editor-preview.d.ts +1 -1
- package/dist/ui/code-editor/code-editor-preview.d.ts.map +1 -1
- package/dist/ui/code-editor/code-editor-preview.js +1 -1
- package/dist/ui/code-editor/code-editor.d.ts +2 -2
- package/dist/ui/code-editor/code-editor.d.ts.map +1 -1
- package/dist/ui/color-input/color-input-preview.cjs +1 -1
- package/dist/ui/color-input/color-input-preview.d.ts +1 -1
- package/dist/ui/color-input/color-input-preview.d.ts.map +1 -1
- package/dist/ui/color-input/color-input-preview.js +1 -1
- package/dist/ui/color-input/color-input.d.ts +2 -2
- package/dist/ui/color-input/color-input.d.ts.map +1 -1
- package/dist/ui/component-row/component-row-preview.cjs +1 -1
- package/dist/ui/component-row/component-row-preview.d.ts +1 -1
- package/dist/ui/component-row/component-row-preview.d.ts.map +1 -1
- package/dist/ui/component-row/component-row-preview.js +1 -1
- package/dist/ui/component-row/component-row.cjs +1 -1
- package/dist/ui/component-row/component-row.d.ts +1 -1
- package/dist/ui/component-row/component-row.d.ts.map +1 -1
- package/dist/ui/component-row/component-row.js +1 -1
- package/dist/ui/config-component-row/config-component-row-preview.cjs +3 -3
- package/dist/ui/config-component-row/config-component-row-preview.d.ts +1 -1
- package/dist/ui/config-component-row/config-component-row-preview.d.ts.map +1 -1
- package/dist/ui/config-component-row/config-component-row-preview.js +3 -3
- package/dist/ui/config-component-row/config-component-row.cjs +1 -1
- package/dist/ui/config-component-row/config-component-row.d.ts +1 -1
- package/dist/ui/config-component-row/config-component-row.d.ts.map +1 -1
- package/dist/ui/config-component-row/config-component-row.js +1 -1
- package/dist/ui/config-segment-item/config-segment-item-preview.cjs +1 -1
- package/dist/ui/config-segment-item/config-segment-item-preview.d.ts +1 -1
- package/dist/ui/config-segment-item/config-segment-item-preview.d.ts.map +1 -1
- package/dist/ui/config-segment-item/config-segment-item-preview.js +1 -1
- package/dist/ui/config-segment-item/config-segment-item.d.ts +1 -1
- package/dist/ui/config-segment-item/config-segment-item.d.ts.map +1 -1
- package/dist/ui/currency-input/currency-input-preview.cjs +1 -1
- package/dist/ui/currency-input/currency-input-preview.d.ts +1 -1
- package/dist/ui/currency-input/currency-input-preview.d.ts.map +1 -1
- package/dist/ui/currency-input/currency-input-preview.js +1 -1
- package/dist/ui/currency-input/currency-input.d.ts +1 -1
- package/dist/ui/currency-input/currency-input.d.ts.map +1 -1
- package/dist/ui/data-table/data-table-preview.cjs +1 -1
- package/dist/ui/data-table/data-table-preview.d.ts +1 -1
- package/dist/ui/data-table/data-table-preview.d.ts.map +1 -1
- package/dist/ui/data-table/data-table-preview.js +1 -1
- package/dist/ui/data-table/data-table.d.ts +1 -1
- package/dist/ui/data-table/data-table.d.ts.map +1 -1
- package/dist/ui/date-input/date-input-preview.cjs +1 -1
- package/dist/ui/date-input/date-input-preview.d.ts +1 -1
- package/dist/ui/date-input/date-input-preview.d.ts.map +1 -1
- package/dist/ui/date-input/date-input-preview.js +1 -1
- package/dist/ui/date-input/date-input.d.ts +1 -1
- package/dist/ui/date-input/date-input.d.ts.map +1 -1
- package/dist/ui/detail-section/detail-section-preview.cjs +2 -2
- package/dist/ui/detail-section/detail-section-preview.d.ts +1 -1
- package/dist/ui/detail-section/detail-section-preview.d.ts.map +1 -1
- package/dist/ui/detail-section/detail-section-preview.js +2 -2
- package/dist/ui/detail-section/detail-section.d.ts +1 -1
- package/dist/ui/detail-section/detail-section.d.ts.map +1 -1
- package/dist/ui/disclosure/disclosure-preview.cjs +3 -3
- package/dist/ui/disclosure/disclosure-preview.d.ts +1 -1
- package/dist/ui/disclosure/disclosure-preview.d.ts.map +1 -1
- package/dist/ui/disclosure/disclosure-preview.js +3 -3
- package/dist/ui/disclosure/disclosure.d.ts +1 -1
- package/dist/ui/disclosure/disclosure.d.ts.map +1 -1
- package/dist/ui/divider/divider-preview.d.ts +1 -1
- package/dist/ui/divider/divider-preview.d.ts.map +1 -1
- package/dist/ui/divider/divider.d.ts +1 -1
- package/dist/ui/divider/divider.d.ts.map +1 -1
- package/dist/ui/editable-cell/editable-cell-date.cjs +226 -0
- package/dist/ui/editable-cell/editable-cell-date.cjs.map +1 -0
- package/dist/ui/editable-cell/editable-cell-date.d.ts +4 -0
- package/dist/ui/editable-cell/editable-cell-date.d.ts.map +1 -0
- package/dist/ui/editable-cell/editable-cell-date.js +202 -0
- package/dist/ui/editable-cell/editable-cell-date.js.map +1 -0
- package/dist/ui/editable-cell/editable-cell-preview.cjs +1 -1
- package/dist/ui/editable-cell/editable-cell-preview.d.ts +1 -1
- package/dist/ui/editable-cell/editable-cell-preview.d.ts.map +1 -1
- package/dist/ui/editable-cell/editable-cell-preview.js +1 -1
- package/dist/ui/editable-cell/editable-cell-select.cjs +297 -0
- package/dist/ui/editable-cell/editable-cell-select.cjs.map +1 -0
- package/dist/ui/editable-cell/editable-cell-select.d.ts +4 -0
- package/dist/ui/editable-cell/editable-cell-select.d.ts.map +1 -0
- package/dist/ui/editable-cell/editable-cell-select.js +273 -0
- package/dist/ui/editable-cell/editable-cell-select.js.map +1 -0
- package/dist/ui/editable-cell/editable-cell-text.cjs +175 -0
- package/dist/ui/editable-cell/editable-cell-text.cjs.map +1 -0
- package/dist/ui/editable-cell/editable-cell-text.d.ts +4 -0
- package/dist/ui/editable-cell/editable-cell-text.d.ts.map +1 -0
- package/dist/ui/editable-cell/editable-cell-text.js +151 -0
- package/dist/ui/editable-cell/editable-cell-text.js.map +1 -0
- package/dist/ui/editable-cell/editable-cell-utils.cjs +56 -0
- package/dist/ui/editable-cell/editable-cell-utils.cjs.map +1 -0
- package/dist/ui/editable-cell/editable-cell-utils.d.ts +20 -0
- package/dist/ui/editable-cell/editable-cell-utils.d.ts.map +1 -0
- package/dist/ui/editable-cell/editable-cell-utils.js +29 -0
- package/dist/ui/editable-cell/editable-cell-utils.js.map +1 -0
- package/dist/ui/editable-cell/editable-cell.cjs +27 -725
- package/dist/ui/editable-cell/editable-cell.cjs.map +1 -1
- package/dist/ui/editable-cell/editable-cell.d.ts +3 -145
- package/dist/ui/editable-cell/editable-cell.d.ts.map +1 -1
- package/dist/ui/editable-cell/editable-cell.js +28 -738
- package/dist/ui/editable-cell/editable-cell.js.map +1 -1
- package/dist/ui/editable-cell/editable-cell.types.cjs +17 -0
- package/dist/ui/editable-cell/editable-cell.types.cjs.map +1 -0
- package/dist/ui/editable-cell/editable-cell.types.d.ts +156 -0
- package/dist/ui/editable-cell/editable-cell.types.d.ts.map +1 -0
- package/dist/ui/editable-cell/editable-cell.types.js +1 -0
- package/dist/ui/editable-cell/editable-cell.types.js.map +1 -0
- package/dist/ui/editable-cell/use-editable-cell.cjs +284 -0
- package/dist/ui/editable-cell/use-editable-cell.cjs.map +1 -0
- package/dist/ui/editable-cell/use-editable-cell.d.ts +51 -0
- package/dist/ui/editable-cell/use-editable-cell.d.ts.map +1 -0
- package/dist/ui/editable-cell/use-editable-cell.js +260 -0
- package/dist/ui/editable-cell/use-editable-cell.js.map +1 -0
- package/dist/ui/empty-state/empty-state-preview.cjs +3 -3
- package/dist/ui/empty-state/empty-state-preview.d.ts +1 -1
- package/dist/ui/empty-state/empty-state-preview.d.ts.map +1 -1
- package/dist/ui/empty-state/empty-state-preview.js +3 -3
- package/dist/ui/empty-state/empty-state.d.ts +1 -1
- package/dist/ui/empty-state/empty-state.d.ts.map +1 -1
- package/dist/ui/error-page/error-page-preview.cjs +2 -2
- package/dist/ui/error-page/error-page-preview.d.ts +1 -1
- package/dist/ui/error-page/error-page-preview.d.ts.map +1 -1
- package/dist/ui/error-page/error-page-preview.js +2 -2
- package/dist/ui/error-page/error-page.d.ts +1 -1
- package/dist/ui/error-page/error-page.d.ts.map +1 -1
- package/dist/ui/explorer-list-item/explorer-list-item-preview.cjs +1 -1
- package/dist/ui/explorer-list-item/explorer-list-item-preview.d.ts +1 -1
- package/dist/ui/explorer-list-item/explorer-list-item-preview.d.ts.map +1 -1
- package/dist/ui/explorer-list-item/explorer-list-item-preview.js +1 -1
- package/dist/ui/explorer-list-item/explorer-list-item.d.ts +1 -1
- package/dist/ui/explorer-list-item/explorer-list-item.d.ts.map +1 -1
- package/dist/ui/explorer-section/explorer-section-preview.cjs +2 -2
- package/dist/ui/explorer-section/explorer-section-preview.d.ts +1 -1
- package/dist/ui/explorer-section/explorer-section-preview.d.ts.map +1 -1
- package/dist/ui/explorer-section/explorer-section-preview.js +2 -2
- package/dist/ui/explorer-section/explorer-section.d.ts +1 -1
- package/dist/ui/explorer-section/explorer-section.d.ts.map +1 -1
- package/dist/ui/field-error/field-error.d.ts +1 -1
- package/dist/ui/field-error/field-error.d.ts.map +1 -1
- package/dist/ui/file-upload/file-upload-preview.cjs +1 -1
- package/dist/ui/file-upload/file-upload-preview.d.ts +1 -1
- package/dist/ui/file-upload/file-upload-preview.d.ts.map +1 -1
- package/dist/ui/file-upload/file-upload-preview.js +1 -1
- package/dist/ui/file-upload/file-upload.d.ts +1 -1
- package/dist/ui/file-upload/file-upload.d.ts.map +1 -1
- package/dist/ui/filter-tabs/filter-tabs-preview.cjs +1 -1
- package/dist/ui/filter-tabs/filter-tabs-preview.d.ts +1 -1
- package/dist/ui/filter-tabs/filter-tabs-preview.d.ts.map +1 -1
- package/dist/ui/filter-tabs/filter-tabs-preview.js +1 -1
- package/dist/ui/filter-tabs/filter-tabs.d.ts +1 -1
- package/dist/ui/filter-tabs/filter-tabs.d.ts.map +1 -1
- package/dist/ui/form-field/form-field-preview.cjs +2 -2
- package/dist/ui/form-field/form-field-preview.d.ts +1 -1
- package/dist/ui/form-field/form-field-preview.d.ts.map +1 -1
- package/dist/ui/form-field/form-field-preview.js +2 -2
- package/dist/ui/form-field/form-field.d.ts +1 -1
- package/dist/ui/form-field/form-field.d.ts.map +1 -1
- package/dist/ui/hover-tooltip/hover-tooltip.d.ts +1 -1
- package/dist/ui/hover-tooltip/hover-tooltip.d.ts.map +1 -1
- package/dist/ui/icon/icon-preview.cjs +1 -1
- package/dist/ui/icon/icon-preview.d.ts +1 -1
- package/dist/ui/icon/icon-preview.d.ts.map +1 -1
- package/dist/ui/icon/icon-preview.js +1 -1
- package/dist/ui/icon/icon.d.ts +1 -1
- package/dist/ui/icon/icon.d.ts.map +1 -1
- package/dist/ui/icon-button/icon-button-preview.cjs +20 -7
- package/dist/ui/icon-button/icon-button-preview.cjs.map +1 -1
- package/dist/ui/icon-button/icon-button-preview.d.ts +1 -1
- package/dist/ui/icon-button/icon-button-preview.d.ts.map +1 -1
- package/dist/ui/icon-button/icon-button-preview.js +20 -7
- package/dist/ui/icon-button/icon-button-preview.js.map +1 -1
- package/dist/ui/icon-button/icon-button.cjs +16 -2
- package/dist/ui/icon-button/icon-button.cjs.map +1 -1
- package/dist/ui/icon-button/icon-button.css +26 -0
- package/dist/ui/icon-button/icon-button.d.ts +9 -1
- package/dist/ui/icon-button/icon-button.d.ts.map +1 -1
- package/dist/ui/icon-button/icon-button.js +16 -2
- package/dist/ui/icon-button/icon-button.js.map +1 -1
- package/dist/ui/icon-tile/icon-tile-preview.cjs +2 -2
- package/dist/ui/icon-tile/icon-tile-preview.d.ts +1 -1
- package/dist/ui/icon-tile/icon-tile-preview.d.ts.map +1 -1
- package/dist/ui/icon-tile/icon-tile-preview.js +2 -2
- package/dist/ui/icon-tile/icon-tile.d.ts +1 -1
- package/dist/ui/icon-tile/icon-tile.d.ts.map +1 -1
- package/dist/ui/index.cjs.map +1 -1
- package/dist/ui/index.d.ts +2 -2
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/inline-action/inline-action-preview.cjs +2 -2
- package/dist/ui/inline-action/inline-action-preview.d.ts +1 -1
- package/dist/ui/inline-action/inline-action-preview.d.ts.map +1 -1
- package/dist/ui/inline-action/inline-action-preview.js +2 -2
- package/dist/ui/inline-action/inline-action.d.ts +1 -1
- package/dist/ui/inline-action/inline-action.d.ts.map +1 -1
- package/dist/ui/inline-filter/inline-filter-preview.cjs +4 -4
- package/dist/ui/inline-filter/inline-filter-preview.d.ts +1 -1
- package/dist/ui/inline-filter/inline-filter-preview.d.ts.map +1 -1
- package/dist/ui/inline-filter/inline-filter-preview.js +4 -4
- package/dist/ui/inline-filter/inline-filter.d.ts +1 -1
- package/dist/ui/inline-filter/inline-filter.d.ts.map +1 -1
- package/dist/ui/input/input-preview.cjs +1 -1
- package/dist/ui/input/input-preview.d.ts +1 -1
- package/dist/ui/input/input-preview.d.ts.map +1 -1
- package/dist/ui/input/input-preview.js +1 -1
- package/dist/ui/input/input.d.ts +3 -3
- package/dist/ui/input/input.d.ts.map +1 -1
- package/dist/ui/input/select-preview.cjs +1 -1
- package/dist/ui/input/select-preview.d.ts +1 -1
- package/dist/ui/input/select-preview.d.ts.map +1 -1
- package/dist/ui/input/select-preview.js +1 -1
- package/dist/ui/input/textarea-preview.cjs +1 -1
- package/dist/ui/input/textarea-preview.d.ts +1 -1
- package/dist/ui/input/textarea-preview.d.ts.map +1 -1
- package/dist/ui/input/textarea-preview.js +1 -1
- package/dist/ui/input-with-icon/input-with-icon-preview.cjs +2 -2
- package/dist/ui/input-with-icon/input-with-icon-preview.d.ts +1 -1
- package/dist/ui/input-with-icon/input-with-icon-preview.d.ts.map +1 -1
- package/dist/ui/input-with-icon/input-with-icon-preview.js +2 -2
- package/dist/ui/input-with-icon/input-with-icon.cjs +3 -3
- package/dist/ui/input-with-icon/input-with-icon.d.ts +1 -1
- package/dist/ui/input-with-icon/input-with-icon.d.ts.map +1 -1
- package/dist/ui/input-with-icon/input-with-icon.js +3 -3
- package/dist/ui/language-switcher/language-switcher-preview.cjs +1 -1
- package/dist/ui/language-switcher/language-switcher-preview.d.ts +1 -1
- package/dist/ui/language-switcher/language-switcher-preview.d.ts.map +1 -1
- package/dist/ui/language-switcher/language-switcher-preview.js +1 -1
- package/dist/ui/language-switcher/language-switcher.d.ts +1 -1
- package/dist/ui/language-switcher/language-switcher.d.ts.map +1 -1
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.cjs +1 -1
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.d.ts +1 -1
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.d.ts.map +1 -1
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.js +1 -1
- package/dist/ui/lifecycle-connector/lifecycle-connector.d.ts +1 -1
- package/dist/ui/lifecycle-connector/lifecycle-connector.d.ts.map +1 -1
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.cjs +1 -1
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.d.ts +1 -1
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.d.ts.map +1 -1
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.js +1 -1
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.cjs +1 -1
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.d.ts +1 -1
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.d.ts.map +1 -1
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.js +1 -1
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.cjs +1 -1
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.d.ts +1 -1
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.d.ts.map +1 -1
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.js +1 -1
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.d.ts +1 -1
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.d.ts.map +1 -1
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.cjs +1 -1
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.d.ts +1 -1
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.d.ts.map +1 -1
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.js +1 -1
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.d.ts +1 -1
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.d.ts.map +1 -1
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.cjs +1 -1
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.d.ts +1 -1
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.d.ts.map +1 -1
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.js +1 -1
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.d.ts +1 -1
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.d.ts.map +1 -1
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.cjs +1 -1
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.d.ts +1 -1
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.d.ts.map +1 -1
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.js +1 -1
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.cjs +2 -2
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.d.ts +1 -1
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.d.ts.map +1 -1
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.js +2 -2
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.cjs +1 -1
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.d.ts +1 -1
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.d.ts.map +1 -1
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.js +1 -1
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.d.ts +1 -1
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.d.ts.map +1 -1
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.cjs +1 -1
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.d.ts +1 -1
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.d.ts.map +1 -1
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.js +1 -1
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.cjs +1 -1
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.d.ts +1 -1
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.d.ts.map +1 -1
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.js +1 -1
- package/dist/ui/link/link-preview.cjs +1 -1
- package/dist/ui/link/link-preview.d.ts +1 -1
- package/dist/ui/link/link-preview.d.ts.map +1 -1
- package/dist/ui/link/link-preview.js +1 -1
- package/dist/ui/link/link.d.ts +1 -1
- package/dist/ui/link/link.d.ts.map +1 -1
- package/dist/ui/list/list-item-preview.cjs +3 -3
- package/dist/ui/list/list-item-preview.d.ts +1 -1
- package/dist/ui/list/list-item-preview.d.ts.map +1 -1
- package/dist/ui/list/list-item-preview.js +3 -3
- package/dist/ui/list/list.d.ts +2 -2
- package/dist/ui/list/list.d.ts.map +1 -1
- package/dist/ui/listbox/listbox-preview.cjs +1 -1
- package/dist/ui/listbox/listbox-preview.d.ts +1 -1
- package/dist/ui/listbox/listbox-preview.d.ts.map +1 -1
- package/dist/ui/listbox/listbox-preview.js +1 -1
- package/dist/ui/listbox/listbox.d.ts +2 -2
- package/dist/ui/listbox/listbox.d.ts.map +1 -1
- package/dist/ui/loader/loader-preview.d.ts +1 -1
- package/dist/ui/loader/loader-preview.d.ts.map +1 -1
- package/dist/ui/loader/loader.d.ts +1 -1
- package/dist/ui/loader/loader.d.ts.map +1 -1
- package/dist/ui/locale/locale.d.ts +1 -1
- package/dist/ui/locale/locale.d.ts.map +1 -1
- package/dist/ui/menu/menu-preview.cjs +1 -1
- package/dist/ui/menu/menu-preview.d.ts +1 -1
- package/dist/ui/menu/menu-preview.d.ts.map +1 -1
- package/dist/ui/menu/menu-preview.js +1 -1
- package/dist/ui/menu/menu.d.ts +1 -1
- package/dist/ui/menu/menu.d.ts.map +1 -1
- package/dist/ui/meta-row/meta-row-preview.cjs +1 -1
- package/dist/ui/meta-row/meta-row-preview.d.ts +1 -1
- package/dist/ui/meta-row/meta-row-preview.d.ts.map +1 -1
- package/dist/ui/meta-row/meta-row-preview.js +1 -1
- package/dist/ui/meta-row/meta-row.d.ts +1 -1
- package/dist/ui/meta-row/meta-row.d.ts.map +1 -1
- package/dist/ui/modal/modal-preview.cjs +1 -1
- package/dist/ui/modal/modal-preview.d.ts +1 -1
- package/dist/ui/modal/modal-preview.d.ts.map +1 -1
- package/dist/ui/modal/modal-preview.js +1 -1
- package/dist/ui/modal/modal.cjs +13 -15
- package/dist/ui/modal/modal.cjs.map +1 -1
- package/dist/ui/modal/modal.d.ts +23 -5
- package/dist/ui/modal/modal.d.ts.map +1 -1
- package/dist/ui/modal/modal.js +13 -16
- package/dist/ui/modal/modal.js.map +1 -1
- package/dist/ui/number-input/number-input-preview.cjs +1 -1
- package/dist/ui/number-input/number-input-preview.d.ts +1 -1
- package/dist/ui/number-input/number-input-preview.d.ts.map +1 -1
- package/dist/ui/number-input/number-input-preview.js +1 -1
- package/dist/ui/number-input/number-input.cjs +3 -3
- package/dist/ui/number-input/number-input.d.ts +1 -1
- package/dist/ui/number-input/number-input.d.ts.map +1 -1
- package/dist/ui/number-input/number-input.js +3 -3
- package/dist/ui/number-stepper/number-stepper-preview.cjs +1 -1
- package/dist/ui/number-stepper/number-stepper-preview.d.ts +1 -1
- package/dist/ui/number-stepper/number-stepper-preview.d.ts.map +1 -1
- package/dist/ui/number-stepper/number-stepper-preview.js +1 -1
- package/dist/ui/number-stepper/number-stepper.d.ts +1 -1
- package/dist/ui/number-stepper/number-stepper.d.ts.map +1 -1
- package/dist/ui/option-list/option-list-preview.cjs +1 -1
- package/dist/ui/option-list/option-list-preview.d.ts +1 -1
- package/dist/ui/option-list/option-list-preview.d.ts.map +1 -1
- package/dist/ui/option-list/option-list-preview.js +1 -1
- package/dist/ui/option-list/option-list.cjs +1 -1
- package/dist/ui/option-list/option-list.d.ts +1 -1
- package/dist/ui/option-list/option-list.d.ts.map +1 -1
- package/dist/ui/option-list/option-list.js +1 -1
- package/dist/ui/page-header/page-header-preview.cjs +3 -3
- package/dist/ui/page-header/page-header-preview.d.ts +1 -1
- package/dist/ui/page-header/page-header-preview.d.ts.map +1 -1
- package/dist/ui/page-header/page-header-preview.js +3 -3
- package/dist/ui/page-header/page-header.d.ts +1 -1
- package/dist/ui/page-header/page-header.d.ts.map +1 -1
- package/dist/ui/page-shell/page-shell-preview.cjs +7 -7
- package/dist/ui/page-shell/page-shell-preview.d.ts +1 -1
- package/dist/ui/page-shell/page-shell-preview.d.ts.map +1 -1
- package/dist/ui/page-shell/page-shell-preview.js +7 -7
- package/dist/ui/page-shell/page-shell.cjs.map +1 -1
- package/dist/ui/page-shell/page-shell.d.ts +2 -2
- package/dist/ui/page-shell/page-shell.d.ts.map +1 -1
- package/dist/ui/page-shell/page-shell.js.map +1 -1
- package/dist/ui/password-input/password-input-preview.cjs +1 -1
- package/dist/ui/password-input/password-input-preview.d.ts +1 -1
- package/dist/ui/password-input/password-input-preview.d.ts.map +1 -1
- package/dist/ui/password-input/password-input-preview.js +1 -1
- package/dist/ui/password-input/password-input.d.ts +1 -1
- package/dist/ui/password-input/password-input.d.ts.map +1 -1
- package/dist/ui/phone-input/phone-input-preview.cjs +1 -1
- package/dist/ui/phone-input/phone-input-preview.d.ts +1 -1
- package/dist/ui/phone-input/phone-input-preview.d.ts.map +1 -1
- package/dist/ui/phone-input/phone-input-preview.js +1 -1
- package/dist/ui/phone-input/phone-input.d.ts +1 -1
- package/dist/ui/phone-input/phone-input.d.ts.map +1 -1
- package/dist/ui/pill-select/pill-select-preview.cjs +1 -1
- package/dist/ui/pill-select/pill-select-preview.d.ts +1 -1
- package/dist/ui/pill-select/pill-select-preview.d.ts.map +1 -1
- package/dist/ui/pill-select/pill-select-preview.js +1 -1
- package/dist/ui/pill-select/pill-select.d.ts +1 -1
- package/dist/ui/pill-select/pill-select.d.ts.map +1 -1
- package/dist/ui/popover/popover.d.ts +1 -1
- package/dist/ui/popover/popover.d.ts.map +1 -1
- package/dist/ui/progress-bar/progress-bar-preview.cjs +1 -1
- package/dist/ui/progress-bar/progress-bar-preview.d.ts +1 -1
- package/dist/ui/progress-bar/progress-bar-preview.d.ts.map +1 -1
- package/dist/ui/progress-bar/progress-bar-preview.js +1 -1
- package/dist/ui/progress-bar/progress-bar.d.ts +1 -1
- package/dist/ui/progress-bar/progress-bar.d.ts.map +1 -1
- package/dist/ui/property-field/property-field-preview.cjs +1 -1
- package/dist/ui/property-field/property-field-preview.d.ts +1 -1
- package/dist/ui/property-field/property-field-preview.d.ts.map +1 -1
- package/dist/ui/property-field/property-field-preview.js +1 -1
- package/dist/ui/property-field/property-field.d.ts +2 -2
- package/dist/ui/property-field/property-field.d.ts.map +1 -1
- package/dist/ui/property-field/property-grid-preview.cjs +1 -1
- package/dist/ui/property-field/property-grid-preview.d.ts +1 -1
- package/dist/ui/property-field/property-grid-preview.d.ts.map +1 -1
- package/dist/ui/property-field/property-grid-preview.js +1 -1
- package/dist/ui/radio-group/radio-group-preview.cjs +1 -1
- package/dist/ui/radio-group/radio-group-preview.d.ts +1 -1
- package/dist/ui/radio-group/radio-group-preview.d.ts.map +1 -1
- package/dist/ui/radio-group/radio-group-preview.js +1 -1
- package/dist/ui/radio-group/radio-group.cjs +1 -1
- package/dist/ui/radio-group/radio-group.d.ts +2 -2
- package/dist/ui/radio-group/radio-group.d.ts.map +1 -1
- package/dist/ui/radio-group/radio-group.js +1 -1
- package/dist/ui/range-slider/range-slider.d.ts +1 -1
- package/dist/ui/range-slider/range-slider.d.ts.map +1 -1
- package/dist/ui/responsive-grid/responsive-grid-preview.cjs +1 -1
- package/dist/ui/responsive-grid/responsive-grid-preview.d.ts +1 -1
- package/dist/ui/responsive-grid/responsive-grid-preview.d.ts.map +1 -1
- package/dist/ui/responsive-grid/responsive-grid-preview.js +1 -1
- package/dist/ui/responsive-grid/responsive-grid.d.ts +1 -1
- package/dist/ui/responsive-grid/responsive-grid.d.ts.map +1 -1
- package/dist/ui/search-dropdown/search-dropdown-preview.cjs +3 -3
- package/dist/ui/search-dropdown/search-dropdown-preview.d.ts +1 -1
- package/dist/ui/search-dropdown/search-dropdown-preview.d.ts.map +1 -1
- package/dist/ui/search-dropdown/search-dropdown-preview.js +3 -3
- package/dist/ui/search-dropdown/search-dropdown.d.ts +1 -1
- package/dist/ui/search-dropdown/search-dropdown.d.ts.map +1 -1
- package/dist/ui/section-header/section-header-preview.cjs +3 -3
- package/dist/ui/section-header/section-header-preview.d.ts +1 -1
- package/dist/ui/section-header/section-header-preview.d.ts.map +1 -1
- package/dist/ui/section-header/section-header-preview.js +3 -3
- package/dist/ui/section-header/section-header.d.ts +1 -1
- package/dist/ui/section-header/section-header.d.ts.map +1 -1
- package/dist/ui/segment-card/segment-card-preview.cjs +1 -1
- package/dist/ui/segment-card/segment-card-preview.d.ts +1 -1
- package/dist/ui/segment-card/segment-card-preview.d.ts.map +1 -1
- package/dist/ui/segment-card/segment-card-preview.js +1 -1
- package/dist/ui/segment-card/segment-card.d.ts +1 -1
- package/dist/ui/segment-card/segment-card.d.ts.map +1 -1
- package/dist/ui/segment-row/segment-row-preview.cjs +1 -1
- package/dist/ui/segment-row/segment-row-preview.d.ts +1 -1
- package/dist/ui/segment-row/segment-row-preview.d.ts.map +1 -1
- package/dist/ui/segment-row/segment-row-preview.js +1 -1
- package/dist/ui/segment-row/segment-row.cjs +1 -1
- package/dist/ui/segment-row/segment-row.d.ts +1 -1
- package/dist/ui/segment-row/segment-row.d.ts.map +1 -1
- package/dist/ui/segment-row/segment-row.js +1 -1
- package/dist/ui/side-flexpane/side-flexpane-preview.cjs +1 -1
- package/dist/ui/side-flexpane/side-flexpane-preview.d.ts +1 -1
- package/dist/ui/side-flexpane/side-flexpane-preview.d.ts.map +1 -1
- package/dist/ui/side-flexpane/side-flexpane-preview.js +1 -1
- package/dist/ui/side-flexpane/side-flexpane.d.ts +1 -1
- package/dist/ui/side-flexpane/side-flexpane.d.ts.map +1 -1
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.cjs +2 -2
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.d.ts +1 -1
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.d.ts.map +1 -1
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.js +2 -2
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.d.ts +1 -1
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.d.ts.map +1 -1
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.cjs +1 -1
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.d.ts +1 -1
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.d.ts.map +1 -1
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.js +1 -1
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.d.ts +1 -1
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.d.ts.map +1 -1
- package/dist/ui/slider/slider-preview.cjs +2 -2
- package/dist/ui/slider/slider-preview.d.ts +1 -1
- package/dist/ui/slider/slider-preview.d.ts.map +1 -1
- package/dist/ui/slider/slider-preview.js +2 -2
- package/dist/ui/slider/slider.d.ts +1 -1
- package/dist/ui/slider/slider.d.ts.map +1 -1
- package/dist/ui/stack/stack-preview.cjs +1 -1
- package/dist/ui/stack/stack-preview.d.ts +1 -1
- package/dist/ui/stack/stack-preview.d.ts.map +1 -1
- package/dist/ui/stack/stack-preview.js +1 -1
- package/dist/ui/stack/stack.d.ts +1 -1
- package/dist/ui/stack/stack.d.ts.map +1 -1
- package/dist/ui/stat-card/stat-card-preview.cjs +1 -1
- package/dist/ui/stat-card/stat-card-preview.d.ts +1 -1
- package/dist/ui/stat-card/stat-card-preview.d.ts.map +1 -1
- package/dist/ui/stat-card/stat-card-preview.js +1 -1
- package/dist/ui/stat-card/stat-card.cjs +1 -1
- package/dist/ui/stat-card/stat-card.d.ts +1 -1
- package/dist/ui/stat-card/stat-card.d.ts.map +1 -1
- package/dist/ui/stat-card/stat-card.js +1 -1
- package/dist/ui/styles.css +1 -1
- package/dist/ui/tabs/tabs-preview.cjs +2 -2
- package/dist/ui/tabs/tabs-preview.d.ts +1 -1
- package/dist/ui/tabs/tabs-preview.d.ts.map +1 -1
- package/dist/ui/tabs/tabs-preview.js +2 -2
- package/dist/ui/tabs/tabs.d.ts +1 -1
- package/dist/ui/tabs/tabs.d.ts.map +1 -1
- package/dist/ui/tabs-underline/tabs-underline-preview.cjs +2 -2
- package/dist/ui/tabs-underline/tabs-underline-preview.d.ts +1 -1
- package/dist/ui/tabs-underline/tabs-underline-preview.d.ts.map +1 -1
- package/dist/ui/tabs-underline/tabs-underline-preview.js +2 -2
- package/dist/ui/tabs-underline/tabs-underline.d.ts +1 -1
- package/dist/ui/tabs-underline/tabs-underline.d.ts.map +1 -1
- package/dist/ui/tag/tag-preview.cjs +2 -2
- package/dist/ui/tag/tag-preview.d.ts +1 -1
- package/dist/ui/tag/tag-preview.d.ts.map +1 -1
- package/dist/ui/tag/tag-preview.js +2 -2
- package/dist/ui/tag/tag.d.ts +1 -1
- package/dist/ui/tag/tag.d.ts.map +1 -1
- package/dist/ui/thumbnail/thumbnail-preview.cjs +1 -1
- package/dist/ui/thumbnail/thumbnail-preview.d.ts +1 -1
- package/dist/ui/thumbnail/thumbnail-preview.d.ts.map +1 -1
- package/dist/ui/thumbnail/thumbnail-preview.js +1 -1
- package/dist/ui/thumbnail/thumbnail.cjs +1 -1
- package/dist/ui/thumbnail/thumbnail.d.ts +1 -1
- package/dist/ui/thumbnail/thumbnail.d.ts.map +1 -1
- package/dist/ui/thumbnail/thumbnail.js +1 -1
- package/dist/ui/time-input/time-input-preview.cjs +1 -1
- package/dist/ui/time-input/time-input-preview.d.ts +1 -1
- package/dist/ui/time-input/time-input-preview.d.ts.map +1 -1
- package/dist/ui/time-input/time-input-preview.js +1 -1
- package/dist/ui/time-input/time-input.d.ts +1 -1
- package/dist/ui/time-input/time-input.d.ts.map +1 -1
- package/dist/ui/timeline-entry/timeline-entry-preview.cjs +2 -2
- package/dist/ui/timeline-entry/timeline-entry-preview.d.ts +1 -1
- package/dist/ui/timeline-entry/timeline-entry-preview.d.ts.map +1 -1
- package/dist/ui/timeline-entry/timeline-entry-preview.js +2 -2
- package/dist/ui/timeline-entry/timeline-entry.d.ts +1 -1
- package/dist/ui/timeline-entry/timeline-entry.d.ts.map +1 -1
- package/dist/ui/toast/toast-preview.cjs +1 -1
- package/dist/ui/toast/toast-preview.d.ts +1 -1
- package/dist/ui/toast/toast-preview.d.ts.map +1 -1
- package/dist/ui/toast/toast-preview.js +1 -1
- package/dist/ui/toast/toast.cjs.map +1 -1
- package/dist/ui/toast/toast.d.ts +3 -3
- package/dist/ui/toast/toast.d.ts.map +1 -1
- package/dist/ui/toast/toast.js.map +1 -1
- package/dist/ui/toggle-switch/toggle-preview.cjs +1 -1
- package/dist/ui/toggle-switch/toggle-preview.d.ts +1 -1
- package/dist/ui/toggle-switch/toggle-preview.d.ts.map +1 -1
- package/dist/ui/toggle-switch/toggle-preview.js +1 -1
- package/dist/ui/toggle-switch/toggle-switch.cjs +1 -1
- package/dist/ui/toggle-switch/toggle-switch.d.ts +1 -1
- package/dist/ui/toggle-switch/toggle-switch.d.ts.map +1 -1
- package/dist/ui/toggle-switch/toggle-switch.js +1 -1
- package/dist/ui/tooltip/content-tooltip-preview.cjs +1 -1
- package/dist/ui/tooltip/content-tooltip-preview.d.ts +1 -1
- package/dist/ui/tooltip/content-tooltip-preview.d.ts.map +1 -1
- package/dist/ui/tooltip/content-tooltip-preview.js +1 -1
- package/dist/ui/tooltip/tooltip-preview.d.ts +1 -1
- package/dist/ui/tooltip/tooltip-preview.d.ts.map +1 -1
- package/dist/ui/tooltip/tooltip.d.ts +2 -2
- package/dist/ui/tooltip/tooltip.d.ts.map +1 -1
- package/dist/ui/type-overview-card/type-overview-card-preview.cjs +2 -2
- package/dist/ui/type-overview-card/type-overview-card-preview.d.ts +1 -1
- package/dist/ui/type-overview-card/type-overview-card-preview.d.ts.map +1 -1
- package/dist/ui/type-overview-card/type-overview-card-preview.js +2 -2
- package/dist/ui/type-overview-card/type-overview-card.cjs +2 -2
- package/dist/ui/type-overview-card/type-overview-card.d.ts +1 -1
- package/dist/ui/type-overview-card/type-overview-card.d.ts.map +1 -1
- package/dist/ui/type-overview-card/type-overview-card.js +2 -2
- package/dist/ui/view-switcher/view-switcher-preview.cjs +2 -2
- package/dist/ui/view-switcher/view-switcher-preview.d.ts +1 -1
- package/dist/ui/view-switcher/view-switcher-preview.d.ts.map +1 -1
- package/dist/ui/view-switcher/view-switcher-preview.js +2 -2
- package/dist/ui/view-switcher/view-switcher.d.ts +1 -1
- package/dist/ui/view-switcher/view-switcher.d.ts.map +1 -1
- package/package.json +23 -8
- package/dist/studio/lib/registry/composite.cjs +0 -1732
- package/dist/studio/lib/registry/composite.cjs.map +0 -1
- package/dist/studio/lib/registry/composite.d.ts +0 -3
- package/dist/studio/lib/registry/composite.d.ts.map +0 -1
- package/dist/studio/lib/registry/composite.js +0 -1708
- package/dist/studio/lib/registry/composite.js.map +0 -1
- package/dist/studio/lib/registry/inputs.cjs +0 -1980
- package/dist/studio/lib/registry/inputs.cjs.map +0 -1
- package/dist/studio/lib/registry/inputs.d.ts +0 -3
- package/dist/studio/lib/registry/inputs.d.ts.map +0 -1
- package/dist/studio/lib/registry/inputs.js +0 -1956
- package/dist/studio/lib/registry/inputs.js.map +0 -1
- package/dist/studio/shell/properties-panel.cjs +0 -873
- package/dist/studio/shell/properties-panel.cjs.map +0 -1
- package/dist/studio/shell/properties-panel.d.ts.map +0 -1
- package/dist/studio/shell/properties-panel.js +0 -849
- package/dist/studio/shell/properties-panel.js.map +0 -1
|
@@ -0,0 +1,812 @@
|
|
|
1
|
+
const PER_COMPONENT_SELECTOR = {
|
|
2
|
+
listbox: ".uxm-listbox, .uxm-listbox__panel",
|
|
3
|
+
// Menu mirrors Listbox: the `.uxm-menu` wrapper lives in-page around the
|
|
4
|
+
// trigger, but the `.uxm-menu__panel` portals to document.body, so vars on
|
|
5
|
+
// the wrapper never reach it. Emit on both so the panel carries them.
|
|
6
|
+
menu: ".uxm-menu, .uxm-menu__panel"
|
|
7
|
+
// PhoneInput no longer needs a panel-scoped selector: its country picker
|
|
8
|
+
// now delegates to the shared `Listbox`, whose portaled panel already gets
|
|
9
|
+
// its vars via the `listbox` entry above. All `--uxm-phone-input-*` knobs
|
|
10
|
+
// target the in-page field, so the default `.uxm-phone-input` selector is
|
|
11
|
+
// correct.
|
|
12
|
+
};
|
|
13
|
+
const PER_COMPONENT_MAPPING = {
|
|
14
|
+
"input-with-icon": {
|
|
15
|
+
backgroundColor: "--uxm-input-with-icon-bg",
|
|
16
|
+
borderColor: "--uxm-input-with-icon-border-color",
|
|
17
|
+
borderRadius: "--uxm-input-with-icon-radius",
|
|
18
|
+
paddingX: "--uxm-input-with-icon-padding-x",
|
|
19
|
+
paddingY: "--uxm-input-with-icon-padding-y",
|
|
20
|
+
fontSize: "--uxm-input-with-icon-font-size",
|
|
21
|
+
color: "--uxm-input-with-icon-color"
|
|
22
|
+
},
|
|
23
|
+
"input-text": {
|
|
24
|
+
backgroundColor: "--uxm-input-text-bg",
|
|
25
|
+
borderColor: "--uxm-input-text-border-color",
|
|
26
|
+
color: "--uxm-input-text-color",
|
|
27
|
+
borderRadius: "--uxm-input-text-border-radius",
|
|
28
|
+
paddingX: "--uxm-input-text-padding-x",
|
|
29
|
+
paddingY: "--uxm-input-text-padding-y",
|
|
30
|
+
fontSize: "--uxm-input-text-font-size"
|
|
31
|
+
},
|
|
32
|
+
"number-input": {
|
|
33
|
+
backgroundColor: "--uxm-number-input-bg",
|
|
34
|
+
borderColor: "--uxm-number-input-border-color",
|
|
35
|
+
color: "--uxm-number-input-color",
|
|
36
|
+
borderRadius: "--uxm-number-input-border-radius",
|
|
37
|
+
paddingX: "--uxm-number-input-padding-x",
|
|
38
|
+
paddingY: "--uxm-number-input-padding-y",
|
|
39
|
+
fontSize: "--uxm-number-input-font-size"
|
|
40
|
+
},
|
|
41
|
+
// Every key below collides with REAL_CSS_PROPS. The atom passes its class to
|
|
42
|
+
// `Listbox`, so the emitted rule lands on that in-page ROOT while the styled
|
|
43
|
+
// element is the `__trigger` child, which declares its own `color`,
|
|
44
|
+
// `border-color`, `font-size` and `gap` from `--uxm-language-switcher-*` and
|
|
45
|
+
// therefore beats anything inherited — every one of these would be a silent
|
|
46
|
+
// no-op. Padding is worse: `padding-inline` on the root pads OUTSIDE the
|
|
47
|
+
// button while the trigger keeps its default 10px/7px.
|
|
48
|
+
"language-switcher": {
|
|
49
|
+
color: "--uxm-language-switcher-color",
|
|
50
|
+
borderColor: "--uxm-language-switcher-border-color",
|
|
51
|
+
fontSize: "--uxm-language-switcher-font-size",
|
|
52
|
+
gap: "--uxm-language-switcher-gap",
|
|
53
|
+
paddingX: "--uxm-language-switcher-padding-x",
|
|
54
|
+
paddingY: "--uxm-language-switcher-padding-y"
|
|
55
|
+
},
|
|
56
|
+
// Without this entry `fontSize` falls through REAL_CSS_PROPS and emits a
|
|
57
|
+
// literal `font-size` on `.uxm-color-input`, which the atom's own children
|
|
58
|
+
// (`__value-field`, `__format`) always beat — so the knob did nothing at all.
|
|
59
|
+
"color-input": {
|
|
60
|
+
fontSize: "--uxm-color-input-font-size"
|
|
61
|
+
},
|
|
62
|
+
// Every key here collides with REAL_CSS_PROPS, where the generic fallback
|
|
63
|
+
// emits a REAL property on `.uxm-code-editor` instead of a var. That root is
|
|
64
|
+
// pure chrome — the text lives in `__input` / `__gutter-lines`, which declare
|
|
65
|
+
// their own `color` / `font-size` / `line-height` and always beat inherited
|
|
66
|
+
// values, so Text / Font Size / Line Height would be silent no-ops. Padding is
|
|
67
|
+
// worse than a no-op: `padding-inline` on the root pads OUTSIDE the code while
|
|
68
|
+
// `--uxm-code-editor-padding-x` stays unset, so the gutter's absolutely
|
|
69
|
+
// positioned `left` keeps its 14px default and the numbers leave their column.
|
|
70
|
+
// Same defect as the `color-input` entry above.
|
|
71
|
+
"code-editor": {
|
|
72
|
+
backgroundColor: "--uxm-code-editor-bg",
|
|
73
|
+
borderColor: "--uxm-code-editor-border-color",
|
|
74
|
+
color: "--uxm-code-editor-color",
|
|
75
|
+
borderRadius: "--uxm-code-editor-border-radius",
|
|
76
|
+
paddingX: "--uxm-code-editor-padding-x",
|
|
77
|
+
paddingY: "--uxm-code-editor-padding-y",
|
|
78
|
+
fontSize: "--uxm-code-editor-font-size",
|
|
79
|
+
lineHeight: "--uxm-code-editor-line-height",
|
|
80
|
+
minHeight: "--uxm-code-editor-min-height"
|
|
81
|
+
},
|
|
82
|
+
"currency-input": {
|
|
83
|
+
backgroundColor: "--uxm-currency-input-background-color",
|
|
84
|
+
borderColor: "--uxm-currency-input-border-color",
|
|
85
|
+
borderRadius: "--uxm-currency-input-border-radius",
|
|
86
|
+
paddingX: "--uxm-currency-input-padding-x",
|
|
87
|
+
paddingY: "--uxm-currency-input-padding-y",
|
|
88
|
+
fontSize: "--uxm-currency-input-font-size",
|
|
89
|
+
color: "--uxm-currency-input-color"
|
|
90
|
+
},
|
|
91
|
+
textarea: {
|
|
92
|
+
backgroundColor: "--uxm-textarea-bg",
|
|
93
|
+
borderColor: "--uxm-textarea-border-color",
|
|
94
|
+
color: "--uxm-textarea-color",
|
|
95
|
+
minHeight: "--uxm-textarea-min-height",
|
|
96
|
+
borderRadius: "--uxm-textarea-border-radius",
|
|
97
|
+
paddingX: "--uxm-textarea-padding-x",
|
|
98
|
+
paddingY: "--uxm-textarea-padding-y",
|
|
99
|
+
fontSize: "--uxm-textarea-font-size"
|
|
100
|
+
},
|
|
101
|
+
"file-upload": {
|
|
102
|
+
backgroundColor: "--uxm-file-upload-bg",
|
|
103
|
+
borderColor: "--uxm-file-upload-border-color",
|
|
104
|
+
color: "--uxm-file-upload-color",
|
|
105
|
+
borderRadius: "--uxm-file-upload-border-radius",
|
|
106
|
+
borderStyle: "--uxm-file-upload-border-style",
|
|
107
|
+
borderWidth: "--uxm-file-upload-border-width",
|
|
108
|
+
paddingX: "--uxm-file-upload-padding-x",
|
|
109
|
+
paddingY: "--uxm-file-upload-padding-y",
|
|
110
|
+
minHeight: "--uxm-file-upload-min-height",
|
|
111
|
+
gap: "--uxm-file-upload-gap",
|
|
112
|
+
rowGap: "--uxm-file-upload-row-gap"
|
|
113
|
+
},
|
|
114
|
+
"select-dropdown": {
|
|
115
|
+
backgroundColor: "--uxm-select-dropdown-bg",
|
|
116
|
+
borderColor: "--uxm-select-dropdown-border-color",
|
|
117
|
+
color: "--uxm-select-dropdown-color",
|
|
118
|
+
borderRadius: "--uxm-select-dropdown-border-radius",
|
|
119
|
+
paddingX: "--uxm-select-dropdown-padding-x",
|
|
120
|
+
paddingY: "--uxm-select-dropdown-padding-y",
|
|
121
|
+
fontSize: "--uxm-select-dropdown-font-size"
|
|
122
|
+
},
|
|
123
|
+
"date-input": {
|
|
124
|
+
backgroundColor: "--uxm-date-input-background-color",
|
|
125
|
+
borderColor: "--uxm-date-input-border-color",
|
|
126
|
+
borderRadius: "--uxm-date-input-border-radius",
|
|
127
|
+
paddingX: "--uxm-date-input-padding-x",
|
|
128
|
+
paddingY: "--uxm-date-input-padding-y",
|
|
129
|
+
fontSize: "--uxm-date-input-font-size",
|
|
130
|
+
color: "--uxm-date-input-color"
|
|
131
|
+
},
|
|
132
|
+
"password-input": {
|
|
133
|
+
backgroundColor: "--uxm-password-input-background-color",
|
|
134
|
+
borderColor: "--uxm-password-input-border-color",
|
|
135
|
+
borderRadius: "--uxm-password-input-border-radius",
|
|
136
|
+
paddingX: "--uxm-password-input-padding-x",
|
|
137
|
+
paddingY: "--uxm-password-input-padding-y",
|
|
138
|
+
fontSize: "--uxm-password-input-font-size",
|
|
139
|
+
color: "--uxm-password-input-color"
|
|
140
|
+
},
|
|
141
|
+
"time-input": {
|
|
142
|
+
backgroundColor: "--uxm-time-input-background-color",
|
|
143
|
+
borderColor: "--uxm-time-input-border-color",
|
|
144
|
+
borderRadius: "--uxm-time-input-border-radius",
|
|
145
|
+
paddingX: "--uxm-time-input-padding-x",
|
|
146
|
+
paddingY: "--uxm-time-input-padding-y",
|
|
147
|
+
fontSize: "--uxm-time-input-font-size",
|
|
148
|
+
color: "--uxm-time-input-color"
|
|
149
|
+
},
|
|
150
|
+
"phone-input": {
|
|
151
|
+
backgroundColor: "--uxm-phone-input-background-color",
|
|
152
|
+
borderColor: "--uxm-phone-input-border-color",
|
|
153
|
+
borderRadius: "--uxm-phone-input-border-radius",
|
|
154
|
+
paddingX: "--uxm-phone-input-padding-x",
|
|
155
|
+
paddingY: "--uxm-phone-input-padding-y",
|
|
156
|
+
fontSize: "--uxm-phone-input-font-size",
|
|
157
|
+
color: "--uxm-phone-input-color"
|
|
158
|
+
},
|
|
159
|
+
calendar: {
|
|
160
|
+
backgroundColor: "--uxm-calendar-background-color",
|
|
161
|
+
borderColor: "--uxm-calendar-border-color",
|
|
162
|
+
borderRadius: "--uxm-calendar-border-radius",
|
|
163
|
+
padding: "--uxm-calendar-padding"
|
|
164
|
+
},
|
|
165
|
+
tabs: {
|
|
166
|
+
gap: "--uxm-tabs-gap",
|
|
167
|
+
paddingX: "--uxm-tabs-padding-x",
|
|
168
|
+
paddingY: "--uxm-tabs-padding-y",
|
|
169
|
+
fontSize: "--uxm-tabs-font-size",
|
|
170
|
+
fontWeight: "--uxm-tabs-font-weight"
|
|
171
|
+
},
|
|
172
|
+
"tabs-underline": {
|
|
173
|
+
gap: "--uxm-tabs-underline-gap",
|
|
174
|
+
paddingX: "--uxm-tabs-underline-padding-x",
|
|
175
|
+
paddingY: "--uxm-tabs-underline-padding-y",
|
|
176
|
+
fontSize: "--uxm-tabs-underline-font-size",
|
|
177
|
+
fontWeight: "--uxm-tabs-underline-font-weight"
|
|
178
|
+
},
|
|
179
|
+
"filter-tabs": {
|
|
180
|
+
gap: "--uxm-filter-tabs-gap",
|
|
181
|
+
paddingX: "--uxm-filter-tabs-padding-x",
|
|
182
|
+
paddingY: "--uxm-filter-tabs-padding-y",
|
|
183
|
+
fontSize: "--uxm-filter-tabs-font-size",
|
|
184
|
+
fontWeight: "--uxm-filter-tabs-font-weight"
|
|
185
|
+
},
|
|
186
|
+
"view-switcher": {
|
|
187
|
+
gap: "--uxm-view-switcher-gap"
|
|
188
|
+
},
|
|
189
|
+
"button-group": {
|
|
190
|
+
borderColor: "--uxm-button-group-border-color",
|
|
191
|
+
borderRadius: "--uxm-button-group-border-radius",
|
|
192
|
+
paddingX: "--uxm-button-group-padding-x",
|
|
193
|
+
paddingY: "--uxm-button-group-padding-y",
|
|
194
|
+
fontSize: "--uxm-button-group-font-size"
|
|
195
|
+
},
|
|
196
|
+
checkbox: {
|
|
197
|
+
borderRadius: "--uxm-checkbox-border-radius",
|
|
198
|
+
gap: "--uxm-checkbox-gap"
|
|
199
|
+
},
|
|
200
|
+
card: {
|
|
201
|
+
backgroundColor: "--uxm-card-bg",
|
|
202
|
+
borderColor: "--uxm-card-border-color",
|
|
203
|
+
borderRadius: "--uxm-card-radius",
|
|
204
|
+
padding: "--uxm-card-padding",
|
|
205
|
+
// `gap` ("Header Gap") collides with REAL_CSS_PROPS — the generic fallback
|
|
206
|
+
// would emit a literal `gap` property that `.uxm-card` never activates (the
|
|
207
|
+
// card is only a flex column via the `--gap` modifier). Route it to the var
|
|
208
|
+
// the modifier actually reads.
|
|
209
|
+
//
|
|
210
|
+
// There is deliberately NO Card knob for the CONTENT's row gap. It looks
|
|
211
|
+
// like it belongs here, but the row gap is owned by the nested Stack /
|
|
212
|
+
// Cluster, which already have their own Gap knobs — and those emit
|
|
213
|
+
// `--uxm-stack-gap` DIRECTLY on `.uxm-stack`, where a directly-set custom
|
|
214
|
+
// property always beats one inherited from `.uxm-card`. A Card-side knob
|
|
215
|
+
// would therefore lose the moment anyone themed Stack, while also leaking
|
|
216
|
+
// to every Stack/Cluster at any depth inside any card (custom properties
|
|
217
|
+
// inherit). One owner per visual property; Card owns only its own gap.
|
|
218
|
+
gap: "--uxm-card-gap"
|
|
219
|
+
},
|
|
220
|
+
"toggle-switch": {
|
|
221
|
+
width: "--uxm-toggle-switch-width",
|
|
222
|
+
height: "--uxm-toggle-switch-height"
|
|
223
|
+
},
|
|
224
|
+
"radio-group": {
|
|
225
|
+
gap: "--uxm-radio-group-gap"
|
|
226
|
+
},
|
|
227
|
+
loader: {
|
|
228
|
+
color: "--uxm-loader-color",
|
|
229
|
+
gap: "--uxm-loader-gap"
|
|
230
|
+
},
|
|
231
|
+
"data-table": {
|
|
232
|
+
borderColor: "--uxm-data-table-border-color",
|
|
233
|
+
fontSize: "--uxm-data-table-font-size",
|
|
234
|
+
borderRadius: "--uxm-data-table-border-radius"
|
|
235
|
+
},
|
|
236
|
+
"app-sidebar": {
|
|
237
|
+
borderColor: "--uxm-app-sidebar-border-color",
|
|
238
|
+
backgroundColor: "--uxm-app-sidebar-background-color"
|
|
239
|
+
},
|
|
240
|
+
// Every key here collides with REAL_CSS_PROPS, where the generic fallback
|
|
241
|
+
// emits the LITERAL css property on the root selector instead of the var.
|
|
242
|
+
//
|
|
243
|
+
// For `fontSize` / `fontWeight` that is a silent no-op rather than a mere
|
|
244
|
+
// detour: the atom reads those vars on `.uxm-sidebar-nav-trigger__value`, and
|
|
245
|
+
// a `font-size` landing on the root is beaten by the child's own declaration.
|
|
246
|
+
// The live workbench hides it — that path projects custom properties through
|
|
247
|
+
// the preview's `buildVars`, so the knob only dies once a brand is SAVED.
|
|
248
|
+
//
|
|
249
|
+
// The rest (padding, gap, radius) do sit on the root and would survive the
|
|
250
|
+
// literal route on source order alone, but they are mapped too: the sibling
|
|
251
|
+
// `sidebar-nav-item` maps all six, and leaving half of them to cascade luck
|
|
252
|
+
// invites exactly the question of which half.
|
|
253
|
+
"sidebar-nav-trigger": {
|
|
254
|
+
paddingX: "--uxm-sidebar-nav-trigger-padding-x",
|
|
255
|
+
paddingY: "--uxm-sidebar-nav-trigger-padding-y",
|
|
256
|
+
fontSize: "--uxm-sidebar-nav-trigger-font-size",
|
|
257
|
+
fontWeight: "--uxm-sidebar-nav-trigger-font-weight",
|
|
258
|
+
gap: "--uxm-sidebar-nav-trigger-gap",
|
|
259
|
+
borderRadius: "--uxm-sidebar-nav-trigger-border-radius"
|
|
260
|
+
},
|
|
261
|
+
"sidebar-nav-item": {
|
|
262
|
+
paddingX: "--uxm-sidebar-nav-item-padding-x",
|
|
263
|
+
paddingY: "--uxm-sidebar-nav-item-padding-y",
|
|
264
|
+
fontSize: "--uxm-sidebar-nav-item-font-size",
|
|
265
|
+
fontWeight: "--uxm-sidebar-nav-item-font-weight",
|
|
266
|
+
gap: "--uxm-sidebar-nav-item-gap",
|
|
267
|
+
borderRadius: "--uxm-sidebar-nav-item-border-radius"
|
|
268
|
+
},
|
|
269
|
+
"explorer-list-item": {
|
|
270
|
+
paddingX: "--uxm-explorer-list-item-padding-x",
|
|
271
|
+
paddingY: "--uxm-explorer-list-item-padding-y",
|
|
272
|
+
fontSize: "--uxm-explorer-list-item-font-size",
|
|
273
|
+
fontWeight: "--uxm-explorer-list-item-font-weight",
|
|
274
|
+
gap: "--uxm-explorer-list-item-gap",
|
|
275
|
+
borderRadius: "--uxm-explorer-list-item-border-radius"
|
|
276
|
+
},
|
|
277
|
+
"app-top-bar": {
|
|
278
|
+
borderColor: "--uxm-app-top-bar-border-color",
|
|
279
|
+
backgroundColor: "--uxm-app-top-bar-background-color",
|
|
280
|
+
height: "--uxm-app-top-bar-height",
|
|
281
|
+
paddingX: "--uxm-app-top-bar-padding-x",
|
|
282
|
+
gap: "--uxm-app-top-bar-gap"
|
|
283
|
+
},
|
|
284
|
+
"explorer-section": {
|
|
285
|
+
paddingX: "--uxm-explorer-section-padding-x",
|
|
286
|
+
paddingY: "--uxm-explorer-section-padding-y",
|
|
287
|
+
borderRadius: "--uxm-explorer-section-border-radius",
|
|
288
|
+
gap: "--uxm-explorer-section-gap",
|
|
289
|
+
fontSize: "--uxm-explorer-section-font-size",
|
|
290
|
+
fontWeight: "--uxm-explorer-section-font-weight"
|
|
291
|
+
},
|
|
292
|
+
"number-field": {
|
|
293
|
+
backgroundColor: "--uxm-number-field-input-bg",
|
|
294
|
+
borderColor: "--uxm-number-field-input-border",
|
|
295
|
+
color: "--uxm-number-field-input-color",
|
|
296
|
+
borderRadius: "--uxm-number-field-input-radius",
|
|
297
|
+
paddingX: "--uxm-number-field-input-padding-x",
|
|
298
|
+
paddingY: "--uxm-number-field-input-padding-y",
|
|
299
|
+
fontSize: "--uxm-number-field-font-size",
|
|
300
|
+
gap: "--uxm-number-field-gap"
|
|
301
|
+
},
|
|
302
|
+
"icon-button": {
|
|
303
|
+
color: "--uxm-icon-button-color",
|
|
304
|
+
backgroundColor: "--uxm-icon-button-bg",
|
|
305
|
+
hoverBackgroundColor: "--uxm-icon-button-hover-bg",
|
|
306
|
+
activeBackgroundColor: "--uxm-icon-button-active-bg",
|
|
307
|
+
borderRadius: "--uxm-icon-button-radius"
|
|
308
|
+
},
|
|
309
|
+
"button-primary": {
|
|
310
|
+
backgroundColor: "--uxm-button-primary-background-color",
|
|
311
|
+
color: "--uxm-button-primary-color",
|
|
312
|
+
borderRadius: "--uxm-button-primary-border-radius",
|
|
313
|
+
fontSize: "--uxm-button-primary-font-size",
|
|
314
|
+
fontWeight: "--uxm-button-primary-font-weight",
|
|
315
|
+
paddingX: "--uxm-button-primary-padding-x",
|
|
316
|
+
paddingY: "--uxm-button-primary-padding-y"
|
|
317
|
+
},
|
|
318
|
+
"button-secondary": {
|
|
319
|
+
backgroundColor: "--uxm-button-secondary-background-color",
|
|
320
|
+
color: "--uxm-button-secondary-color",
|
|
321
|
+
borderColor: "--uxm-button-secondary-border-color",
|
|
322
|
+
borderRadius: "--uxm-button-secondary-border-radius",
|
|
323
|
+
fontSize: "--uxm-button-secondary-font-size",
|
|
324
|
+
fontWeight: "--uxm-button-secondary-font-weight",
|
|
325
|
+
paddingX: "--uxm-button-secondary-padding-x",
|
|
326
|
+
paddingY: "--uxm-button-secondary-padding-y"
|
|
327
|
+
},
|
|
328
|
+
"button-tertiary": {
|
|
329
|
+
backgroundColor: "--uxm-button-tertiary-background-color",
|
|
330
|
+
color: "--uxm-button-tertiary-color",
|
|
331
|
+
borderColor: "--uxm-button-tertiary-border-color",
|
|
332
|
+
borderRadius: "--uxm-button-tertiary-border-radius",
|
|
333
|
+
fontSize: "--uxm-button-tertiary-font-size",
|
|
334
|
+
fontWeight: "--uxm-button-tertiary-font-weight",
|
|
335
|
+
paddingX: "--uxm-button-tertiary-padding-x",
|
|
336
|
+
paddingY: "--uxm-button-tertiary-padding-y"
|
|
337
|
+
},
|
|
338
|
+
"button-ghost": {
|
|
339
|
+
backgroundColor: "--uxm-button-ghost-background-color",
|
|
340
|
+
color: "--uxm-button-ghost-color",
|
|
341
|
+
borderRadius: "--uxm-button-ghost-border-radius",
|
|
342
|
+
fontSize: "--uxm-button-ghost-font-size",
|
|
343
|
+
fontWeight: "--uxm-button-ghost-font-weight",
|
|
344
|
+
paddingX: "--uxm-button-ghost-padding-x",
|
|
345
|
+
paddingY: "--uxm-button-ghost-padding-y"
|
|
346
|
+
},
|
|
347
|
+
"button-danger": {
|
|
348
|
+
backgroundColor: "--uxm-button-danger-background-color",
|
|
349
|
+
color: "--uxm-button-danger-color",
|
|
350
|
+
borderColor: "--uxm-button-danger-border-color",
|
|
351
|
+
borderRadius: "--uxm-button-danger-border-radius",
|
|
352
|
+
fontSize: "--uxm-button-danger-font-size",
|
|
353
|
+
fontWeight: "--uxm-button-danger-font-weight",
|
|
354
|
+
paddingX: "--uxm-button-danger-padding-x",
|
|
355
|
+
paddingY: "--uxm-button-danger-padding-y"
|
|
356
|
+
},
|
|
357
|
+
"button-with-icon": {
|
|
358
|
+
backgroundColor: "--uxm-button-with-icon-background-color",
|
|
359
|
+
color: "--uxm-button-with-icon-color",
|
|
360
|
+
borderColor: "--uxm-button-with-icon-border-color",
|
|
361
|
+
borderRadius: "--uxm-button-with-icon-border-radius",
|
|
362
|
+
fontSize: "--uxm-button-with-icon-font-size",
|
|
363
|
+
fontWeight: "--uxm-button-with-icon-font-weight",
|
|
364
|
+
paddingX: "--uxm-button-with-icon-padding-x",
|
|
365
|
+
paddingY: "--uxm-button-with-icon-padding-y"
|
|
366
|
+
},
|
|
367
|
+
"button-icon": {
|
|
368
|
+
backgroundColor: "--uxm-button-icon-background-color",
|
|
369
|
+
color: "--uxm-button-icon-color",
|
|
370
|
+
borderRadius: "--uxm-button-icon-border-radius"
|
|
371
|
+
},
|
|
372
|
+
"back-link": {
|
|
373
|
+
color: "--uxm-back-link-color",
|
|
374
|
+
fontSize: "--uxm-back-link-font-size",
|
|
375
|
+
fontWeight: "--uxm-back-link-font-weight",
|
|
376
|
+
gap: "--uxm-back-link-gap"
|
|
377
|
+
},
|
|
378
|
+
breadcrumb: {
|
|
379
|
+
fontSize: "--uxm-breadcrumb-font-size",
|
|
380
|
+
gap: "--uxm-breadcrumb-gap"
|
|
381
|
+
},
|
|
382
|
+
disclosure: {
|
|
383
|
+
paddingX: "--uxm-disclosure-padding-x",
|
|
384
|
+
paddingY: "--uxm-disclosure-padding-y",
|
|
385
|
+
fontSize: "--uxm-disclosure-font-size",
|
|
386
|
+
gap: "--uxm-disclosure-gap",
|
|
387
|
+
borderRadius: "--uxm-disclosure-border-radius"
|
|
388
|
+
},
|
|
389
|
+
"side-flexpane": {
|
|
390
|
+
paddingX: "--uxm-side-flexpane-padding-x",
|
|
391
|
+
paddingY: "--uxm-side-flexpane-padding-y",
|
|
392
|
+
backgroundColor: "--uxm-side-flexpane-background-color",
|
|
393
|
+
borderColor: "--uxm-side-flexpane-border-color",
|
|
394
|
+
borderRadius: "--uxm-side-flexpane-border-radius",
|
|
395
|
+
width: "--uxm-side-flexpane-width"
|
|
396
|
+
},
|
|
397
|
+
"list-item": {
|
|
398
|
+
paddingX: "--uxm-list-item-padding-x",
|
|
399
|
+
paddingY: "--uxm-list-item-padding-y",
|
|
400
|
+
fontSize: "--uxm-list-item-font-size",
|
|
401
|
+
gap: "--uxm-list-item-gap",
|
|
402
|
+
borderRadius: "--uxm-list-item-border-radius",
|
|
403
|
+
borderColor: "--uxm-list-item-border-color"
|
|
404
|
+
},
|
|
405
|
+
"pill-select": {
|
|
406
|
+
backgroundColor: "--uxm-pill-select-bg",
|
|
407
|
+
borderColor: "--uxm-pill-select-border-color",
|
|
408
|
+
paddingX: "--uxm-pill-select-padding-x",
|
|
409
|
+
paddingY: "--uxm-pill-select-padding-y"
|
|
410
|
+
},
|
|
411
|
+
modal: {
|
|
412
|
+
backgroundColor: "--uxm-modal-background-color",
|
|
413
|
+
borderColor: "--uxm-modal-border-color",
|
|
414
|
+
borderRadius: "--uxm-modal-border-radius",
|
|
415
|
+
paddingX: "--uxm-modal-padding-x",
|
|
416
|
+
paddingY: "--uxm-modal-padding-y"
|
|
417
|
+
},
|
|
418
|
+
toast: {
|
|
419
|
+
backgroundColor: "--uxm-toast-background-color",
|
|
420
|
+
color: "--uxm-toast-color",
|
|
421
|
+
borderColor: "--uxm-toast-border-color",
|
|
422
|
+
borderRadius: "--uxm-toast-border-radius",
|
|
423
|
+
paddingX: "--uxm-toast-padding-x",
|
|
424
|
+
paddingY: "--uxm-toast-padding-y",
|
|
425
|
+
fontSize: "--uxm-toast-font-size"
|
|
426
|
+
},
|
|
427
|
+
avatar: {
|
|
428
|
+
backgroundColor: "--uxm-avatar-background-color",
|
|
429
|
+
borderColor: "--uxm-avatar-border-color",
|
|
430
|
+
borderRadius: "--uxm-avatar-border-radius",
|
|
431
|
+
borderWidth: "--uxm-avatar-border-width",
|
|
432
|
+
color: "--uxm-avatar-color",
|
|
433
|
+
fontSize: "--uxm-avatar-font-size",
|
|
434
|
+
fontWeight: "--uxm-avatar-font-weight"
|
|
435
|
+
},
|
|
436
|
+
banner: {
|
|
437
|
+
borderRadius: "--uxm-banner-border-radius",
|
|
438
|
+
paddingX: "--uxm-banner-padding-x",
|
|
439
|
+
paddingY: "--uxm-banner-padding-y",
|
|
440
|
+
fontSize: "--uxm-banner-font-size"
|
|
441
|
+
},
|
|
442
|
+
"bulk-action-bar": {
|
|
443
|
+
backgroundColor: "--uxm-bulk-action-bar-background-color",
|
|
444
|
+
color: "--uxm-bulk-action-bar-color",
|
|
445
|
+
borderColor: "--uxm-bulk-action-bar-border-color",
|
|
446
|
+
borderRadius: "--uxm-bulk-action-bar-border-radius",
|
|
447
|
+
paddingX: "--uxm-bulk-action-bar-padding-x",
|
|
448
|
+
paddingY: "--uxm-bulk-action-bar-padding-y",
|
|
449
|
+
gap: "--uxm-bulk-action-bar-gap",
|
|
450
|
+
fontSize: "--uxm-bulk-action-bar-font-size"
|
|
451
|
+
},
|
|
452
|
+
cluster: {
|
|
453
|
+
gap: "--uxm-cluster-gap"
|
|
454
|
+
},
|
|
455
|
+
"config-component-row": {
|
|
456
|
+
padding: "--uxm-config-component-row-padding",
|
|
457
|
+
borderRadius: "--uxm-config-component-row-radius"
|
|
458
|
+
},
|
|
459
|
+
"config-segment-item": {
|
|
460
|
+
paddingX: "--uxm-config-segment-item-padding-x",
|
|
461
|
+
paddingY: "--uxm-config-segment-item-padding-y",
|
|
462
|
+
borderRadius: "--uxm-config-segment-item-radius"
|
|
463
|
+
},
|
|
464
|
+
"detail-section": {
|
|
465
|
+
backgroundColor: "--uxm-detail-section-bg",
|
|
466
|
+
borderColor: "--uxm-detail-section-border-color",
|
|
467
|
+
borderRadius: "--uxm-detail-section-radius",
|
|
468
|
+
padding: "--uxm-detail-section-padding"
|
|
469
|
+
},
|
|
470
|
+
divider: {
|
|
471
|
+
color: "--uxm-divider-color",
|
|
472
|
+
gap: "--uxm-divider-gap"
|
|
473
|
+
},
|
|
474
|
+
"editable-cell": {
|
|
475
|
+
// Dimensions are per-size keys (smallPaddingX, mediumMaxWidth, …) that
|
|
476
|
+
// resolve via the generic `--uxm-editable-cell-{kebab(key)}` fallback in
|
|
477
|
+
// toCSS; only the value colour needs an explicit entry (`color` is in
|
|
478
|
+
// REAL_CSS_PROPS, so the fallback would emit a real CSS property that
|
|
479
|
+
// outranks the component layer).
|
|
480
|
+
color: "--uxm-editable-cell-color",
|
|
481
|
+
// RETIRED knobs, kept mapped on purpose. The per-size split replaced these
|
|
482
|
+
// four, but `generateOverridesCss` emits whatever keys are PERSISTED — not
|
|
483
|
+
// what the registry currently declares — so a config saved before the split
|
|
484
|
+
// still carries them. Without an entry here they'd fall through to
|
|
485
|
+
// REAL_CSS_PROPS / the paddingX-paddingY special case in toCSS and emit
|
|
486
|
+
// REAL `min-height` / `padding-inline` / `padding-block` declarations on
|
|
487
|
+
// `.uxm-editable-cell`, which land in a sheet loaded after the library CSS
|
|
488
|
+
// and would hard-override BOTH size presets (killing `medium`) and
|
|
489
|
+
// resurrect the min-height the size work deliberately removed. Mapped to
|
|
490
|
+
// their old, now-unread custom properties they are true no-ops instead.
|
|
491
|
+
// Safe to delete once persisted overrides are pruned against the registry.
|
|
492
|
+
minHeight: "--uxm-editable-cell-min-height",
|
|
493
|
+
paddingX: "--uxm-editable-cell-padding-x",
|
|
494
|
+
paddingY: "--uxm-editable-cell-padding-y",
|
|
495
|
+
// `maxWidth` joined them when the cap went per-size: it is in
|
|
496
|
+
// REAL_CSS_PROPS, so without this it would emit a real `max-width` that
|
|
497
|
+
// pins BOTH presets (and would silently re-cap `medium`, whose whole point
|
|
498
|
+
// is filling its container).
|
|
499
|
+
maxWidth: "--uxm-editable-cell-max-width"
|
|
500
|
+
},
|
|
501
|
+
"empty-state": {
|
|
502
|
+
padding: "--uxm-empty-state-padding"
|
|
503
|
+
},
|
|
504
|
+
"form-field": {
|
|
505
|
+
gap: "--uxm-form-field-gap",
|
|
506
|
+
// Per-tint label colours — the component reads `--uxm-form-field-label-
|
|
507
|
+
// tint-*` (see form-field.scss tone classes); the generic kebab fallback
|
|
508
|
+
// would emit `--uxm-form-field-tint-strong-color` etc., which nothing
|
|
509
|
+
// reads, so the saved colour would silently not apply.
|
|
510
|
+
tintStrongColor: "--uxm-form-field-label-tint-strong",
|
|
511
|
+
tintDefaultColor: "--uxm-form-field-label-tint-default",
|
|
512
|
+
tintMutedColor: "--uxm-form-field-label-tint-muted",
|
|
513
|
+
// MIGRATION — `labelColor` was the single label-colour knob the tints
|
|
514
|
+
// replaced. It is gone from the registry, but `generateOverridesCss` emits
|
|
515
|
+
// whatever is PERSISTED, and its generic fallback lands on
|
|
516
|
+
// `--uxm-form-field-label-color` — the very var the tint classes assign,
|
|
517
|
+
// at equal specificity from a later sheet. Left alone it would beat ALL
|
|
518
|
+
// THREE tints and silently disable them, with no knob left in the panel to
|
|
519
|
+
// notice or clear it. Routed to the STRONG tint instead: strong was the
|
|
520
|
+
// old (only) label colour and is still the default tone, so a pre-split
|
|
521
|
+
// theme keeps the exact look it saved. A newly-saved `tintStrongColor`
|
|
522
|
+
// still wins — overrides are appended, so it emits after this one.
|
|
523
|
+
labelColor: "--uxm-form-field-label-tint-strong"
|
|
524
|
+
},
|
|
525
|
+
"icon-tile": {
|
|
526
|
+
borderRadius: "--uxm-icon-tile-radius",
|
|
527
|
+
iconBg: "--uxm-icon-tile-bg",
|
|
528
|
+
iconColor: "--uxm-icon-tile-color"
|
|
529
|
+
},
|
|
530
|
+
icon: {
|
|
531
|
+
color: "--uxm-icon-color"
|
|
532
|
+
},
|
|
533
|
+
"inline-action": {
|
|
534
|
+
color: "--uxm-inline-action-color",
|
|
535
|
+
fontSize: "--uxm-inline-action-font-size",
|
|
536
|
+
fontWeight: "--uxm-inline-action-font-weight",
|
|
537
|
+
gap: "--uxm-inline-action-gap"
|
|
538
|
+
},
|
|
539
|
+
"inline-filter": {
|
|
540
|
+
gap: "--uxm-inline-filter-gap"
|
|
541
|
+
},
|
|
542
|
+
"lifecycle-edge-label": {
|
|
543
|
+
paddingX: "--uxm-lifecycle-edge-label-padding-x",
|
|
544
|
+
paddingY: "--uxm-lifecycle-edge-label-padding-y",
|
|
545
|
+
borderRadius: "--uxm-lifecycle-edge-label-radius",
|
|
546
|
+
borderWidth: "--uxm-lifecycle-edge-label-border-width",
|
|
547
|
+
fontSize: "--uxm-lifecycle-edge-label-font-size",
|
|
548
|
+
fontWeight: "--uxm-lifecycle-edge-label-font-weight"
|
|
549
|
+
},
|
|
550
|
+
// Same rule as lifecycle-group-box below — only the REAL_CSS_PROPS collisions
|
|
551
|
+
// need an entry. `color` is the one that matters: a real `color` declaration
|
|
552
|
+
// on `.uxm-lifecycle-drop-slot` from a later sheet would paint the text but
|
|
553
|
+
// leave the dashes on the token, splitting a pair the atom deliberately drives
|
|
554
|
+
// from one variable. The shape-scoped knobs (`cardRadius`, `pillFontSize`, …)
|
|
555
|
+
// and `bg` need nothing: the generic `--uxm-{id}-{kebab}` rule already lands
|
|
556
|
+
// on the names the stylesheet reads.
|
|
557
|
+
"lifecycle-drop-slot": {
|
|
558
|
+
borderColor: "--uxm-lifecycle-drop-slot-border-color",
|
|
559
|
+
borderStyle: "--uxm-lifecycle-drop-slot-border-style",
|
|
560
|
+
borderWidth: "--uxm-lifecycle-drop-slot-border-width",
|
|
561
|
+
color: "--uxm-lifecycle-drop-slot-color"
|
|
562
|
+
},
|
|
563
|
+
// Only the knobs whose keys collide with REAL_CSS_PROPS need an entry: left
|
|
564
|
+
// to the generic path they'd emit a real `background-color` / `border-width` /
|
|
565
|
+
// `padding` on `.uxm-lifecycle-group-box` from a later sheet, hard-overriding
|
|
566
|
+
// the rule's own `var(--uxm-… , token)` chain — and `padding` is read BY THE
|
|
567
|
+
// CONSUMER off the custom property to inset the group's members, so a real
|
|
568
|
+
// declaration would leave that value unreadable.
|
|
569
|
+
//
|
|
570
|
+
// `blur` and the three `target*` knobs are absent on purpose: the generic
|
|
571
|
+
// `--uxm-{id}-{kebab}` rule already lands on the names the stylesheet reads.
|
|
572
|
+
"lifecycle-group-box": {
|
|
573
|
+
backgroundColor: "--uxm-lifecycle-group-box-bg",
|
|
574
|
+
borderColor: "--uxm-lifecycle-group-box-border-color",
|
|
575
|
+
borderWidth: "--uxm-lifecycle-group-box-border-width",
|
|
576
|
+
borderRadius: "--uxm-lifecycle-group-box-radius",
|
|
577
|
+
padding: "--uxm-lifecycle-group-box-padding"
|
|
578
|
+
},
|
|
579
|
+
"lifecycle-minimap": {
|
|
580
|
+
backgroundColor: "--uxm-lifecycle-minimap-bg",
|
|
581
|
+
borderColor: "--uxm-lifecycle-minimap-border-color",
|
|
582
|
+
borderRadius: "--uxm-lifecycle-minimap-radius",
|
|
583
|
+
width: "--uxm-lifecycle-minimap-width",
|
|
584
|
+
height: "--uxm-lifecycle-minimap-height"
|
|
585
|
+
},
|
|
586
|
+
"lifecycle-node-card": {
|
|
587
|
+
backgroundColor: "--uxm-lifecycle-node-card-bg",
|
|
588
|
+
borderColor: "--uxm-lifecycle-node-card-border-color",
|
|
589
|
+
borderRadius: "--uxm-lifecycle-node-card-radius",
|
|
590
|
+
paddingX: "--uxm-lifecycle-node-card-padding-x",
|
|
591
|
+
paddingY: "--uxm-lifecycle-node-card-padding-y",
|
|
592
|
+
width: "--uxm-lifecycle-node-card-width",
|
|
593
|
+
minHeight: "--uxm-lifecycle-node-card-min-height"
|
|
594
|
+
},
|
|
595
|
+
"lifecycle-terminal": {
|
|
596
|
+
backgroundColor: "--uxm-lifecycle-terminal-bg",
|
|
597
|
+
borderColor: "--uxm-lifecycle-terminal-border-color",
|
|
598
|
+
color: "--uxm-lifecycle-terminal-color",
|
|
599
|
+
borderRadius: "--uxm-lifecycle-terminal-radius",
|
|
600
|
+
width: "--uxm-lifecycle-terminal-width",
|
|
601
|
+
height: "--uxm-lifecycle-terminal-height",
|
|
602
|
+
fontSize: "--uxm-lifecycle-terminal-font-size",
|
|
603
|
+
fontWeight: "--uxm-lifecycle-terminal-font-weight"
|
|
604
|
+
},
|
|
605
|
+
"lifecycle-zoom-control": {
|
|
606
|
+
backgroundColor: "--uxm-lifecycle-zoom-bg",
|
|
607
|
+
borderColor: "--uxm-lifecycle-zoom-border-color",
|
|
608
|
+
borderRadius: "--uxm-lifecycle-zoom-radius",
|
|
609
|
+
fontSize: "--uxm-lifecycle-zoom-font-size",
|
|
610
|
+
color: "--uxm-lifecycle-zoom-color",
|
|
611
|
+
buttonSize: "--uxm-lifecycle-zoom-button-size",
|
|
612
|
+
iconColor: "--uxm-lifecycle-zoom-icon-color"
|
|
613
|
+
},
|
|
614
|
+
link: {
|
|
615
|
+
fontSize: "--uxm-link-font-size",
|
|
616
|
+
fontWeight: "--uxm-link-font-weight"
|
|
617
|
+
},
|
|
618
|
+
"meta-row": {
|
|
619
|
+
fontSize: "--uxm-meta-row-font-size",
|
|
620
|
+
color: "--uxm-meta-row-color",
|
|
621
|
+
gap: "--uxm-meta-row-gap"
|
|
622
|
+
},
|
|
623
|
+
"number-stepper": {
|
|
624
|
+
backgroundColor: "--uxm-number-stepper-input-bg",
|
|
625
|
+
borderColor: "--uxm-number-stepper-input-border",
|
|
626
|
+
color: "--uxm-number-stepper-input-color",
|
|
627
|
+
borderRadius: "--uxm-number-stepper-input-radius",
|
|
628
|
+
paddingX: "--uxm-number-stepper-input-padding-x",
|
|
629
|
+
paddingY: "--uxm-number-stepper-input-padding-y",
|
|
630
|
+
fontSize: "--uxm-number-stepper-font-size",
|
|
631
|
+
gap: "--uxm-number-stepper-gap"
|
|
632
|
+
},
|
|
633
|
+
"page-header": {
|
|
634
|
+
gap: "--uxm-page-header-gap",
|
|
635
|
+
paddingX: "--uxm-page-header-padding-x",
|
|
636
|
+
paddingY: "--uxm-page-header-padding-y"
|
|
637
|
+
},
|
|
638
|
+
"page-shell": {
|
|
639
|
+
backgroundColor: "--uxm-page-shell-bg"
|
|
640
|
+
},
|
|
641
|
+
"property-field": {
|
|
642
|
+
gap: "--uxm-property-field-gap"
|
|
643
|
+
},
|
|
644
|
+
"property-grid": {
|
|
645
|
+
rowGap: "--uxm-property-grid-row-gap",
|
|
646
|
+
columnGap: "--uxm-property-grid-column-gap"
|
|
647
|
+
},
|
|
648
|
+
"responsive-grid": {
|
|
649
|
+
gap: "--uxm-responsive-grid-gap"
|
|
650
|
+
},
|
|
651
|
+
"section-header": {
|
|
652
|
+
gap: "--uxm-section-header-gap"
|
|
653
|
+
},
|
|
654
|
+
stack: {
|
|
655
|
+
gap: "--uxm-stack-gap"
|
|
656
|
+
},
|
|
657
|
+
"stat-card": {
|
|
658
|
+
backgroundColor: "--uxm-stat-card-background-color",
|
|
659
|
+
borderColor: "--uxm-stat-card-border-color",
|
|
660
|
+
borderRadius: "--uxm-stat-card-border-radius",
|
|
661
|
+
padding: "--uxm-stat-card-padding"
|
|
662
|
+
},
|
|
663
|
+
tag: {
|
|
664
|
+
borderRadius: "--uxm-tag-border-radius",
|
|
665
|
+
fontWeight: "--uxm-tag-font-weight"
|
|
666
|
+
},
|
|
667
|
+
thumbnail: {
|
|
668
|
+
borderRadius: "--uxm-thumbnail-border-radius",
|
|
669
|
+
backgroundColor: "--uxm-thumbnail-background-color",
|
|
670
|
+
borderColor: "--uxm-thumbnail-border-color",
|
|
671
|
+
borderWidth: "--uxm-thumbnail-border-width"
|
|
672
|
+
},
|
|
673
|
+
"timeline-entry": {
|
|
674
|
+
gap: "--uxm-timeline-entry-gap"
|
|
675
|
+
},
|
|
676
|
+
"segment-row": {
|
|
677
|
+
paddingX: "--uxm-segment-row-padding-x",
|
|
678
|
+
paddingY: "--uxm-segment-row-padding-y",
|
|
679
|
+
gap: "--uxm-segment-row-gap",
|
|
680
|
+
dragColor: "--uxm-segment-row-drag-color",
|
|
681
|
+
dragHoverColor: "--uxm-segment-row-drag-hover-color",
|
|
682
|
+
chevronColor: "--uxm-segment-row-chevron-color",
|
|
683
|
+
chevronSize: "--uxm-segment-row-chevron-size",
|
|
684
|
+
accentColor: "--uxm-segment-row-accent-color",
|
|
685
|
+
accentWidth: "--uxm-segment-row-accent-width",
|
|
686
|
+
accentRadius: "--uxm-segment-row-accent-radius",
|
|
687
|
+
titleColor: "--uxm-segment-row-title-color",
|
|
688
|
+
titleSize: "--uxm-segment-row-title-size",
|
|
689
|
+
titleWeight: "--uxm-segment-row-title-weight",
|
|
690
|
+
countBg: "--uxm-segment-row-count-bg",
|
|
691
|
+
countColor: "--uxm-segment-row-count-color",
|
|
692
|
+
countSize: "--uxm-segment-row-count-size",
|
|
693
|
+
countPaddingX: "--uxm-segment-row-count-padding-x",
|
|
694
|
+
countPaddingY: "--uxm-segment-row-count-padding-y",
|
|
695
|
+
countRadius: "--uxm-segment-row-count-radius",
|
|
696
|
+
rowHoverBg: "--uxm-segment-row-row-hover-bg",
|
|
697
|
+
rowHoverRadius: "--uxm-segment-row-row-hover-radius"
|
|
698
|
+
},
|
|
699
|
+
"segment-card": {
|
|
700
|
+
borderColor: "--uxm-segment-card-border-color",
|
|
701
|
+
borderWidth: "--uxm-segment-card-border-width",
|
|
702
|
+
borderRadius: "--uxm-segment-card-border-radius",
|
|
703
|
+
backgroundColor: "--uxm-segment-card-background",
|
|
704
|
+
paddingX: "--uxm-segment-card-padding-x",
|
|
705
|
+
paddingY: "--uxm-segment-card-padding-y",
|
|
706
|
+
childrenInsetX: "--uxm-segment-card-children-inset-x",
|
|
707
|
+
childrenInsetY: "--uxm-segment-card-children-inset-y",
|
|
708
|
+
childrenGap: "--uxm-segment-card-children-gap",
|
|
709
|
+
dividerColor: "--uxm-segment-card-divider-color",
|
|
710
|
+
dividerWidth: "--uxm-segment-card-divider-width"
|
|
711
|
+
},
|
|
712
|
+
"component-row": {
|
|
713
|
+
paddingX: "--uxm-component-row-padding-x",
|
|
714
|
+
paddingY: "--uxm-component-row-padding-y",
|
|
715
|
+
gap: "--uxm-component-row-gap",
|
|
716
|
+
backgroundColor: "--uxm-component-row-background",
|
|
717
|
+
dragColor: "--uxm-component-row-drag-color",
|
|
718
|
+
dragHoverColor: "--uxm-component-row-drag-hover-color",
|
|
719
|
+
iconBadgeSize: "--uxm-component-row-icon-badge-size",
|
|
720
|
+
iconBadgeRadius: "--uxm-component-row-icon-badge-radius",
|
|
721
|
+
iconBadgePadding: "--uxm-component-row-icon-badge-padding",
|
|
722
|
+
nameColor: "--uxm-component-row-name-color",
|
|
723
|
+
nameSize: "--uxm-component-row-name-size",
|
|
724
|
+
nameWeight: "--uxm-component-row-name-weight",
|
|
725
|
+
typeLabelColor: "--uxm-component-row-type-label-color",
|
|
726
|
+
typeLabelSize: "--uxm-component-row-type-label-size",
|
|
727
|
+
typeLabelWeight: "--uxm-component-row-type-label-weight",
|
|
728
|
+
chevronColor: "--uxm-component-row-chevron-color",
|
|
729
|
+
chevronSize: "--uxm-component-row-chevron-size",
|
|
730
|
+
rowHoverBg: "--uxm-component-row-row-hover-bg",
|
|
731
|
+
rowHoverRadius: "--uxm-component-row-row-hover-radius"
|
|
732
|
+
},
|
|
733
|
+
"option-list": {
|
|
734
|
+
indent: "--uxm-option-list-indent",
|
|
735
|
+
backgroundColor: "--uxm-option-list-background",
|
|
736
|
+
borderColor: "--uxm-option-list-border-color",
|
|
737
|
+
borderWidth: "--uxm-option-list-border-width",
|
|
738
|
+
borderRadius: "--uxm-option-list-border-radius",
|
|
739
|
+
paddingX: "--uxm-option-list-padding-x",
|
|
740
|
+
paddingY: "--uxm-option-list-padding-y",
|
|
741
|
+
gap: "--uxm-option-list-gap",
|
|
742
|
+
rowPaddingX: "--uxm-option-list-row-padding-x",
|
|
743
|
+
rowPaddingY: "--uxm-option-list-row-padding-y",
|
|
744
|
+
dragColor: "--uxm-option-list-drag-color",
|
|
745
|
+
dragHoverColor: "--uxm-option-list-drag-hover-color",
|
|
746
|
+
bulletSize: "--uxm-option-list-bullet-size",
|
|
747
|
+
bulletGap: "--uxm-option-list-bullet-gap",
|
|
748
|
+
nameColor: "--uxm-option-list-name-color",
|
|
749
|
+
nameSize: "--uxm-option-list-name-size",
|
|
750
|
+
nameWeight: "--uxm-option-list-name-weight",
|
|
751
|
+
rowHoverBg: "--uxm-option-list-row-hover-bg",
|
|
752
|
+
rowHoverRadius: "--uxm-option-list-row-hover-radius"
|
|
753
|
+
},
|
|
754
|
+
tooltip: {
|
|
755
|
+
backgroundColor: "--uxm-tooltip-background-color",
|
|
756
|
+
color: "--uxm-tooltip-color",
|
|
757
|
+
borderRadius: "--uxm-tooltip-border-radius",
|
|
758
|
+
paddingX: "--uxm-tooltip-padding-x",
|
|
759
|
+
paddingY: "--uxm-tooltip-padding-y",
|
|
760
|
+
fontSize: "--uxm-tooltip-font-size"
|
|
761
|
+
},
|
|
762
|
+
"content-tooltip": {
|
|
763
|
+
backgroundColor: "--uxm-content-tooltip-background-color",
|
|
764
|
+
borderColor: "--uxm-content-tooltip-border-color",
|
|
765
|
+
borderRadius: "--uxm-content-tooltip-border-radius",
|
|
766
|
+
padding: "--uxm-content-tooltip-padding",
|
|
767
|
+
maxWidth: "--uxm-content-tooltip-max-width"
|
|
768
|
+
},
|
|
769
|
+
"type-overview-card": {
|
|
770
|
+
backgroundColor: "--uxm-typeoverview-bg",
|
|
771
|
+
borderColor: "--uxm-typeoverview-border-color",
|
|
772
|
+
borderRadius: "--uxm-typeoverview-radius",
|
|
773
|
+
padding: "--uxm-typeoverview-padding",
|
|
774
|
+
accentColor: "--uxm-typeoverview-accent-color",
|
|
775
|
+
accentWidth: "--uxm-typeoverview-accent-width",
|
|
776
|
+
iconBg: "--uxm-typeoverview-icon-bg",
|
|
777
|
+
iconColor: "--uxm-typeoverview-icon-color",
|
|
778
|
+
iconBoxSize: "--uxm-typeoverview-icon-tile-size",
|
|
779
|
+
iconRadius: "--uxm-typeoverview-icon-tile-radius",
|
|
780
|
+
labelSize: "--uxm-typeoverview-label-size",
|
|
781
|
+
labelColor: "--uxm-typeoverview-label-color",
|
|
782
|
+
valueSize: "--uxm-typeoverview-value-size",
|
|
783
|
+
valueColor: "--uxm-typeoverview-value-color"
|
|
784
|
+
},
|
|
785
|
+
// Without an entry here every knob would fall through to the generic
|
|
786
|
+
// `--uxm-{id}-{kebab}` rule and double the segment — `connectorIdleColor`
|
|
787
|
+
// under id `lifecycle-connector` becomes
|
|
788
|
+
// `--uxm-lifecycle-connector-connector-idle-color`. The stylesheet reads the
|
|
789
|
+
// canonical single-`connector` names (and still accepts the doubled ones as
|
|
790
|
+
// a fallback alias), so map the knobs explicitly.
|
|
791
|
+
//
|
|
792
|
+
// `connectorArrowSize` sizes an SVG polygon rather than setting any CSS
|
|
793
|
+
// property, so no rule can consume it — `useThemedArrowSize` in
|
|
794
|
+
// lifecycle-connector.tsx reads `--uxm-lifecycle-connector-arrow-size` back
|
|
795
|
+
// off the element instead. It is published here for that reason, not for
|
|
796
|
+
// naming tidiness: drop this line and a saved Arrow Size stops applying.
|
|
797
|
+
"lifecycle-connector": {
|
|
798
|
+
connectorIdleColor: "--uxm-lifecycle-connector-idle-color",
|
|
799
|
+
connectorActiveColor: "--uxm-lifecycle-connector-active-color",
|
|
800
|
+
connectorIdleStrokeWidth: "--uxm-lifecycle-connector-idle-stroke-width",
|
|
801
|
+
connectorActiveStrokeWidth: "--uxm-lifecycle-connector-active-stroke-width",
|
|
802
|
+
connectorDashedColor: "--uxm-lifecycle-connector-dashed-color",
|
|
803
|
+
connectorDashedStrokeWidth: "--uxm-lifecycle-connector-dashed-stroke-width",
|
|
804
|
+
connectorDashPattern: "--uxm-lifecycle-connector-dash-pattern",
|
|
805
|
+
connectorArrowSize: "--uxm-lifecycle-connector-arrow-size"
|
|
806
|
+
}
|
|
807
|
+
};
|
|
808
|
+
export {
|
|
809
|
+
PER_COMPONENT_MAPPING,
|
|
810
|
+
PER_COMPONENT_SELECTOR
|
|
811
|
+
};
|
|
812
|
+
//# sourceMappingURL=generate-css-mapping.js.map
|