@viax.io/uxm 4.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1019 -0
- package/README.md +263 -0
- package/dist/helpers/cn.cjs +31 -0
- package/dist/helpers/cn.cjs.map +1 -0
- package/dist/helpers/cn.d.ts +2 -0
- package/dist/helpers/cn.d.ts.map +1 -0
- package/dist/helpers/cn.js +7 -0
- package/dist/helpers/cn.js.map +1 -0
- package/dist/helpers/index.cjs +27 -0
- package/dist/helpers/index.cjs.map +1 -0
- package/dist/helpers/index.d.ts +4 -0
- package/dist/helpers/index.d.ts.map +1 -0
- package/dist/helpers/index.js +4 -0
- package/dist/helpers/index.js.map +1 -0
- package/dist/helpers/merge-described-by.cjs +31 -0
- package/dist/helpers/merge-described-by.cjs.map +1 -0
- package/dist/helpers/merge-described-by.d.ts +12 -0
- package/dist/helpers/merge-described-by.d.ts.map +1 -0
- package/dist/helpers/merge-described-by.js +7 -0
- package/dist/helpers/merge-described-by.js.map +1 -0
- package/dist/helpers/merge-refs.cjs +48 -0
- package/dist/helpers/merge-refs.cjs.map +1 -0
- package/dist/helpers/merge-refs.d.ts +18 -0
- package/dist/helpers/merge-refs.d.ts.map +1 -0
- package/dist/helpers/merge-refs.js +24 -0
- package/dist/helpers/merge-refs.js.map +1 -0
- package/dist/hooks/use-dismiss.cjs +67 -0
- package/dist/hooks/use-dismiss.cjs.map +1 -0
- package/dist/hooks/use-dismiss.d.ts +53 -0
- package/dist/hooks/use-dismiss.d.ts.map +1 -0
- package/dist/hooks/use-dismiss.js +43 -0
- package/dist/hooks/use-dismiss.js.map +1 -0
- package/dist/hooks/use-focus-on-mount.cjs +65 -0
- package/dist/hooks/use-focus-on-mount.cjs.map +1 -0
- package/dist/hooks/use-focus-on-mount.d.ts +39 -0
- package/dist/hooks/use-focus-on-mount.d.ts.map +1 -0
- package/dist/hooks/use-focus-on-mount.js +41 -0
- package/dist/hooks/use-focus-on-mount.js.map +1 -0
- package/dist/hooks/use-focus-trap.cjs +78 -0
- package/dist/hooks/use-focus-trap.cjs.map +1 -0
- package/dist/hooks/use-focus-trap.d.ts +27 -0
- package/dist/hooks/use-focus-trap.d.ts.map +1 -0
- package/dist/hooks/use-focus-trap.js +54 -0
- package/dist/hooks/use-focus-trap.js.map +1 -0
- package/dist/hooks/use-portal.cjs +34 -0
- package/dist/hooks/use-portal.cjs.map +1 -0
- package/dist/hooks/use-portal.d.ts +14 -0
- package/dist/hooks/use-portal.d.ts.map +1 -0
- package/dist/hooks/use-portal.js +10 -0
- package/dist/hooks/use-portal.js.map +1 -0
- package/dist/hooks/use-roving-tab-index.cjs +78 -0
- package/dist/hooks/use-roving-tab-index.cjs.map +1 -0
- package/dist/hooks/use-roving-tab-index.d.ts +74 -0
- package/dist/hooks/use-roving-tab-index.d.ts.map +1 -0
- package/dist/hooks/use-roving-tab-index.js +54 -0
- package/dist/hooks/use-roving-tab-index.js.map +1 -0
- package/dist/hooks/use-scroll-lock.cjs +46 -0
- package/dist/hooks/use-scroll-lock.cjs.map +1 -0
- package/dist/hooks/use-scroll-lock.d.ts +11 -0
- package/dist/hooks/use-scroll-lock.d.ts.map +1 -0
- package/dist/hooks/use-scroll-lock.js +22 -0
- package/dist/hooks/use-scroll-lock.js.map +1 -0
- package/dist/hooks/use-toast-store.cjs +91 -0
- package/dist/hooks/use-toast-store.cjs.map +1 -0
- package/dist/hooks/use-toast-store.d.ts +59 -0
- package/dist/hooks/use-toast-store.d.ts.map +1 -0
- package/dist/hooks/use-toast-store.js +66 -0
- package/dist/hooks/use-toast-store.js.map +1 -0
- package/dist/index.cjs +27 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/calendar-grid.cjs +40 -0
- package/dist/lib/calendar-grid.cjs.map +1 -0
- package/dist/lib/calendar-grid.d.ts +26 -0
- package/dist/lib/calendar-grid.d.ts.map +1 -0
- package/dist/lib/calendar-grid.js +16 -0
- package/dist/lib/calendar-grid.js.map +1 -0
- package/dist/lib/contrast.cjs +225 -0
- package/dist/lib/contrast.cjs.map +1 -0
- package/dist/lib/contrast.d.ts +40 -0
- package/dist/lib/contrast.d.ts.map +1 -0
- package/dist/lib/contrast.js +189 -0
- package/dist/lib/contrast.js.map +1 -0
- package/dist/lib/currencies.cjs +62 -0
- package/dist/lib/currencies.cjs.map +1 -0
- package/dist/lib/currencies.d.ts +29 -0
- package/dist/lib/currencies.d.ts.map +1 -0
- package/dist/lib/currencies.js +37 -0
- package/dist/lib/currencies.js.map +1 -0
- package/dist/lib/icons.cjs +183 -0
- package/dist/lib/icons.cjs.map +1 -0
- package/dist/lib/icons.d.ts +37 -0
- package/dist/lib/icons.d.ts.map +1 -0
- package/dist/lib/icons.js +157 -0
- package/dist/lib/icons.js.map +1 -0
- package/dist/lib/phone-countries.cjs +107 -0
- package/dist/lib/phone-countries.cjs.map +1 -0
- package/dist/lib/phone-countries.d.ts +40 -0
- package/dist/lib/phone-countries.d.ts.map +1 -0
- package/dist/lib/phone-countries.js +80 -0
- package/dist/lib/phone-countries.js.map +1 -0
- package/dist/lib/types.cjs +17 -0
- package/dist/lib/types.cjs.map +1 -0
- package/dist/lib/types.d.ts +76 -0
- package/dist/lib/types.d.ts.map +1 -0
- package/dist/lib/types.js +1 -0
- package/dist/lib/types.js.map +1 -0
- package/dist/previews/composite/brand-settings-preview.cjs +855 -0
- package/dist/previews/composite/brand-settings-preview.cjs.map +1 -0
- package/dist/previews/composite/brand-settings-preview.d.ts +8 -0
- package/dist/previews/composite/brand-settings-preview.d.ts.map +1 -0
- package/dist/previews/composite/brand-settings-preview.js +852 -0
- package/dist/previews/composite/brand-settings-preview.js.map +1 -0
- package/dist/previews/composite/form-preview.cjs +91 -0
- package/dist/previews/composite/form-preview.cjs.map +1 -0
- package/dist/previews/composite/form-preview.d.ts +22 -0
- package/dist/previews/composite/form-preview.d.ts.map +1 -0
- package/dist/previews/composite/form-preview.js +67 -0
- package/dist/previews/composite/form-preview.js.map +1 -0
- package/dist/previews/composite/lifecycle-action-row-preview.cjs +91 -0
- package/dist/previews/composite/lifecycle-action-row-preview.cjs.map +1 -0
- package/dist/previews/composite/lifecycle-action-row-preview.d.ts +3 -0
- package/dist/previews/composite/lifecycle-action-row-preview.d.ts.map +1 -0
- package/dist/previews/composite/lifecycle-action-row-preview.js +67 -0
- package/dist/previews/composite/lifecycle-action-row-preview.js.map +1 -0
- package/dist/previews/composite/lifecycle-connector-knobs-preview.cjs +81 -0
- package/dist/previews/composite/lifecycle-connector-knobs-preview.cjs.map +1 -0
- package/dist/previews/composite/lifecycle-connector-knobs-preview.d.ts +3 -0
- package/dist/previews/composite/lifecycle-connector-knobs-preview.d.ts.map +1 -0
- package/dist/previews/composite/lifecycle-connector-knobs-preview.js +57 -0
- package/dist/previews/composite/lifecycle-connector-knobs-preview.js.map +1 -0
- package/dist/previews/composite/lifecycle-plus-button-preview.cjs +47 -0
- package/dist/previews/composite/lifecycle-plus-button-preview.cjs.map +1 -0
- package/dist/previews/composite/lifecycle-plus-button-preview.d.ts +3 -0
- package/dist/previews/composite/lifecycle-plus-button-preview.d.ts.map +1 -0
- package/dist/previews/composite/lifecycle-plus-button-preview.js +23 -0
- package/dist/previews/composite/lifecycle-plus-button-preview.js.map +1 -0
- package/dist/previews/composite/login-page-preview.cjs +223 -0
- package/dist/previews/composite/login-page-preview.cjs.map +1 -0
- package/dist/previews/composite/login-page-preview.d.ts +3 -0
- package/dist/previews/composite/login-page-preview.d.ts.map +1 -0
- package/dist/previews/composite/login-page-preview.js +199 -0
- package/dist/previews/composite/login-page-preview.js.map +1 -0
- package/dist/previews/composite/multirow-form-preview.cjs +97 -0
- package/dist/previews/composite/multirow-form-preview.cjs.map +1 -0
- package/dist/previews/composite/multirow-form-preview.d.ts +23 -0
- package/dist/previews/composite/multirow-form-preview.d.ts.map +1 -0
- package/dist/previews/composite/multirow-form-preview.js +73 -0
- package/dist/previews/composite/multirow-form-preview.js.map +1 -0
- package/dist/previews/demo-row-actions.cjs +34 -0
- package/dist/previews/demo-row-actions.cjs.map +1 -0
- package/dist/previews/demo-row-actions.d.ts +8 -0
- package/dist/previews/demo-row-actions.d.ts.map +1 -0
- package/dist/previews/demo-row-actions.js +10 -0
- package/dist/previews/demo-row-actions.js.map +1 -0
- package/dist/previews/index.cjs +329 -0
- package/dist/previews/index.cjs.map +1 -0
- package/dist/previews/index.d.ts +111 -0
- package/dist/previews/index.d.ts.map +1 -0
- package/dist/previews/index.js +205 -0
- package/dist/previews/index.js.map +1 -0
- package/dist/previews/types.cjs +17 -0
- package/dist/previews/types.cjs.map +1 -0
- package/dist/previews/types.d.ts +31 -0
- package/dist/previews/types.d.ts.map +1 -0
- package/dist/previews/types.js +1 -0
- package/dist/previews/types.js.map +1 -0
- package/dist/studio/brand-font-styles.cjs +60 -0
- package/dist/studio/brand-font-styles.cjs.map +1 -0
- package/dist/studio/brand-font-styles.d.ts +35 -0
- package/dist/studio/brand-font-styles.d.ts.map +1 -0
- package/dist/studio/brand-font-styles.js +36 -0
- package/dist/studio/brand-font-styles.js.map +1 -0
- package/dist/studio/brand-token-styles.cjs +58 -0
- package/dist/studio/brand-token-styles.cjs.map +1 -0
- package/dist/studio/brand-token-styles.d.ts +2 -0
- package/dist/studio/brand-token-styles.d.ts.map +1 -0
- package/dist/studio/brand-token-styles.js +34 -0
- package/dist/studio/brand-token-styles.js.map +1 -0
- package/dist/studio/editors/code-editor.cjs +510 -0
- package/dist/studio/editors/code-editor.cjs.map +1 -0
- package/dist/studio/editors/code-editor.d.ts +2 -0
- package/dist/studio/editors/code-editor.d.ts.map +1 -0
- package/dist/studio/editors/code-editor.js +492 -0
- package/dist/studio/editors/code-editor.js.map +1 -0
- package/dist/studio/editors/color-picker.cjs +300 -0
- package/dist/studio/editors/color-picker.cjs.map +1 -0
- package/dist/studio/editors/color-picker.d.ts +8 -0
- package/dist/studio/editors/color-picker.d.ts.map +1 -0
- package/dist/studio/editors/color-picker.js +276 -0
- package/dist/studio/editors/color-picker.js.map +1 -0
- package/dist/studio/editors/number-input.cjs +47 -0
- package/dist/studio/editors/number-input.cjs.map +1 -0
- package/dist/studio/editors/number-input.d.ts +18 -0
- package/dist/studio/editors/number-input.d.ts.map +1 -0
- package/dist/studio/editors/number-input.js +23 -0
- package/dist/studio/editors/number-input.js.map +1 -0
- package/dist/studio/editors/select-input.cjs +49 -0
- package/dist/studio/editors/select-input.cjs.map +1 -0
- package/dist/studio/editors/select-input.d.ts +11 -0
- package/dist/studio/editors/select-input.d.ts.map +1 -0
- package/dist/studio/editors/select-input.js +25 -0
- package/dist/studio/editors/select-input.js.map +1 -0
- package/dist/studio/editors/slider-input.cjs +52 -0
- package/dist/studio/editors/slider-input.cjs.map +1 -0
- package/dist/studio/editors/slider-input.d.ts +18 -0
- package/dist/studio/editors/slider-input.d.ts.map +1 -0
- package/dist/studio/editors/slider-input.js +28 -0
- package/dist/studio/editors/slider-input.js.map +1 -0
- package/dist/studio/editors/text-input.cjs +36 -0
- package/dist/studio/editors/text-input.cjs.map +1 -0
- package/dist/studio/editors/text-input.d.ts +7 -0
- package/dist/studio/editors/text-input.d.ts.map +1 -0
- package/dist/studio/editors/text-input.js +12 -0
- package/dist/studio/editors/text-input.js.map +1 -0
- package/dist/studio/editors/toggle-input.cjs +36 -0
- package/dist/studio/editors/toggle-input.cjs.map +1 -0
- package/dist/studio/editors/toggle-input.d.ts +7 -0
- package/dist/studio/editors/toggle-input.d.ts.map +1 -0
- package/dist/studio/editors/toggle-input.js +12 -0
- package/dist/studio/editors/toggle-input.js.map +1 -0
- package/dist/studio/favicon-sync.cjs +48 -0
- package/dist/studio/favicon-sync.cjs.map +1 -0
- package/dist/studio/favicon-sync.d.ts +8 -0
- package/dist/studio/favicon-sync.d.ts.map +1 -0
- package/dist/studio/favicon-sync.js +24 -0
- package/dist/studio/favicon-sync.js.map +1 -0
- package/dist/studio/index.cjs +50 -0
- package/dist/studio/index.cjs.map +1 -0
- package/dist/studio/index.d.ts +20 -0
- package/dist/studio/index.d.ts.map +1 -0
- package/dist/studio/index.js +22 -0
- package/dist/studio/index.js.map +1 -0
- package/dist/studio/lib/context.cjs +207 -0
- package/dist/studio/lib/context.cjs.map +1 -0
- package/dist/studio/lib/context.d.ts +54 -0
- package/dist/studio/lib/context.d.ts.map +1 -0
- package/dist/studio/lib/context.js +182 -0
- package/dist/studio/lib/context.js.map +1 -0
- package/dist/studio/lib/preview-shell.cjs +43 -0
- package/dist/studio/lib/preview-shell.cjs.map +1 -0
- package/dist/studio/lib/preview-shell.d.ts +13 -0
- package/dist/studio/lib/preview-shell.d.ts.map +1 -0
- package/dist/studio/lib/preview-shell.js +19 -0
- package/dist/studio/lib/preview-shell.js.map +1 -0
- package/dist/studio/lib/registry/app.cjs +131 -0
- package/dist/studio/lib/registry/app.cjs.map +1 -0
- package/dist/studio/lib/registry/app.d.ts +3 -0
- package/dist/studio/lib/registry/app.d.ts.map +1 -0
- package/dist/studio/lib/registry/app.js +107 -0
- package/dist/studio/lib/registry/app.js.map +1 -0
- package/dist/studio/lib/registry/buttons.cjs +427 -0
- package/dist/studio/lib/registry/buttons.cjs.map +1 -0
- package/dist/studio/lib/registry/buttons.d.ts +3 -0
- package/dist/studio/lib/registry/buttons.d.ts.map +1 -0
- package/dist/studio/lib/registry/buttons.js +403 -0
- package/dist/studio/lib/registry/buttons.js.map +1 -0
- package/dist/studio/lib/registry/composite.cjs +1732 -0
- package/dist/studio/lib/registry/composite.cjs.map +1 -0
- package/dist/studio/lib/registry/composite.d.ts +3 -0
- package/dist/studio/lib/registry/composite.d.ts.map +1 -0
- package/dist/studio/lib/registry/composite.js +1708 -0
- package/dist/studio/lib/registry/composite.js.map +1 -0
- package/dist/studio/lib/registry/configuration.cjs +148 -0
- package/dist/studio/lib/registry/configuration.cjs.map +1 -0
- package/dist/studio/lib/registry/configuration.d.ts +3 -0
- package/dist/studio/lib/registry/configuration.d.ts.map +1 -0
- package/dist/studio/lib/registry/configuration.js +124 -0
- package/dist/studio/lib/registry/configuration.js.map +1 -0
- package/dist/studio/lib/registry/diagram.cjs +498 -0
- package/dist/studio/lib/registry/diagram.cjs.map +1 -0
- package/dist/studio/lib/registry/diagram.d.ts +3 -0
- package/dist/studio/lib/registry/diagram.d.ts.map +1 -0
- package/dist/studio/lib/registry/diagram.js +474 -0
- package/dist/studio/lib/registry/diagram.js.map +1 -0
- package/dist/studio/lib/registry/display.cjs +522 -0
- package/dist/studio/lib/registry/display.cjs.map +1 -0
- package/dist/studio/lib/registry/display.d.ts +3 -0
- package/dist/studio/lib/registry/display.d.ts.map +1 -0
- package/dist/studio/lib/registry/display.js +498 -0
- package/dist/studio/lib/registry/display.js.map +1 -0
- package/dist/studio/lib/registry/feedback.cjs +331 -0
- package/dist/studio/lib/registry/feedback.cjs.map +1 -0
- package/dist/studio/lib/registry/feedback.d.ts +3 -0
- package/dist/studio/lib/registry/feedback.d.ts.map +1 -0
- package/dist/studio/lib/registry/feedback.js +307 -0
- package/dist/studio/lib/registry/feedback.js.map +1 -0
- package/dist/studio/lib/registry/forms.cjs +66 -0
- package/dist/studio/lib/registry/forms.cjs.map +1 -0
- package/dist/studio/lib/registry/forms.d.ts +3 -0
- package/dist/studio/lib/registry/forms.d.ts.map +1 -0
- package/dist/studio/lib/registry/forms.js +42 -0
- package/dist/studio/lib/registry/forms.js.map +1 -0
- package/dist/studio/lib/registry/icons.cjs +100 -0
- package/dist/studio/lib/registry/icons.cjs.map +1 -0
- package/dist/studio/lib/registry/icons.d.ts +3 -0
- package/dist/studio/lib/registry/icons.d.ts.map +1 -0
- package/dist/studio/lib/registry/icons.js +76 -0
- package/dist/studio/lib/registry/icons.js.map +1 -0
- package/dist/studio/lib/registry/index.cjs +96 -0
- package/dist/studio/lib/registry/index.cjs.map +1 -0
- package/dist/studio/lib/registry/index.d.ts +7 -0
- package/dist/studio/lib/registry/index.d.ts.map +1 -0
- package/dist/studio/lib/registry/index.js +68 -0
- package/dist/studio/lib/registry/index.js.map +1 -0
- package/dist/studio/lib/registry/inputs.cjs +1980 -0
- package/dist/studio/lib/registry/inputs.cjs.map +1 -0
- package/dist/studio/lib/registry/inputs.d.ts +3 -0
- package/dist/studio/lib/registry/inputs.d.ts.map +1 -0
- package/dist/studio/lib/registry/inputs.js +1956 -0
- package/dist/studio/lib/registry/inputs.js.map +1 -0
- package/dist/studio/lib/registry/layout.cjs +104 -0
- package/dist/studio/lib/registry/layout.cjs.map +1 -0
- package/dist/studio/lib/registry/layout.d.ts +3 -0
- package/dist/studio/lib/registry/layout.d.ts.map +1 -0
- package/dist/studio/lib/registry/layout.js +80 -0
- package/dist/studio/lib/registry/layout.js.map +1 -0
- package/dist/studio/lib/types.cjs +17 -0
- package/dist/studio/lib/types.cjs.map +1 -0
- package/dist/studio/lib/types.d.ts +155 -0
- package/dist/studio/lib/types.d.ts.map +1 -0
- package/dist/studio/lib/types.js +1 -0
- package/dist/studio/lib/types.js.map +1 -0
- package/dist/studio/lib/use-global-theme.cjs +42 -0
- package/dist/studio/lib/use-global-theme.cjs.map +1 -0
- package/dist/studio/lib/use-global-theme.d.ts +7 -0
- package/dist/studio/lib/use-global-theme.d.ts.map +1 -0
- package/dist/studio/lib/use-global-theme.js +18 -0
- package/dist/studio/lib/use-global-theme.js.map +1 -0
- package/dist/studio/mobile-gallery.cjs +133 -0
- package/dist/studio/mobile-gallery.cjs.map +1 -0
- package/dist/studio/mobile-gallery.d.ts +2 -0
- package/dist/studio/mobile-gallery.d.ts.map +1 -0
- package/dist/studio/mobile-gallery.js +109 -0
- package/dist/studio/mobile-gallery.js.map +1 -0
- package/dist/studio/persistence/client.cjs +42 -0
- package/dist/studio/persistence/client.cjs.map +1 -0
- package/dist/studio/persistence/client.d.ts +12 -0
- package/dist/studio/persistence/client.d.ts.map +1 -0
- package/dist/studio/persistence/client.js +18 -0
- package/dist/studio/persistence/client.js.map +1 -0
- package/dist/studio/persistence/generate-css.cjs +1051 -0
- package/dist/studio/persistence/generate-css.cjs.map +1 -0
- package/dist/studio/persistence/generate-css.d.ts +35 -0
- package/dist/studio/persistence/generate-css.d.ts.map +1 -0
- package/dist/studio/persistence/generate-css.js +1018 -0
- package/dist/studio/persistence/generate-css.js.map +1 -0
- package/dist/studio/persistence/http.cjs +62 -0
- package/dist/studio/persistence/http.cjs.map +1 -0
- package/dist/studio/persistence/http.d.ts +10 -0
- package/dist/studio/persistence/http.d.ts.map +1 -0
- package/dist/studio/persistence/http.js +38 -0
- package/dist/studio/persistence/http.js.map +1 -0
- package/dist/studio/persistence/index.cjs +38 -0
- package/dist/studio/persistence/index.cjs.map +1 -0
- package/dist/studio/persistence/index.d.ts +6 -0
- package/dist/studio/persistence/index.d.ts.map +1 -0
- package/dist/studio/persistence/index.js +11 -0
- package/dist/studio/persistence/index.js.map +1 -0
- package/dist/studio/persistence/read-only.cjs +39 -0
- package/dist/studio/persistence/read-only.cjs.map +1 -0
- package/dist/studio/persistence/read-only.d.ts +11 -0
- package/dist/studio/persistence/read-only.d.ts.map +1 -0
- package/dist/studio/persistence/read-only.js +15 -0
- package/dist/studio/persistence/read-only.js.map +1 -0
- package/dist/studio/persistence/types.cjs +17 -0
- package/dist/studio/persistence/types.cjs.map +1 -0
- package/dist/studio/persistence/types.d.ts +38 -0
- package/dist/studio/persistence/types.d.ts.map +1 -0
- package/dist/studio/persistence/types.js +1 -0
- package/dist/studio/persistence/types.js.map +1 -0
- package/dist/studio/shell/canvas.cjs +298 -0
- package/dist/studio/shell/canvas.cjs.map +1 -0
- package/dist/studio/shell/canvas.d.ts +12 -0
- package/dist/studio/shell/canvas.d.ts.map +1 -0
- package/dist/studio/shell/canvas.js +375 -0
- package/dist/studio/shell/canvas.js.map +1 -0
- package/dist/studio/shell/preview-modal.cjs +786 -0
- package/dist/studio/shell/preview-modal.cjs.map +1 -0
- package/dist/studio/shell/preview-modal.d.ts +4 -0
- package/dist/studio/shell/preview-modal.d.ts.map +1 -0
- package/dist/studio/shell/preview-modal.js +762 -0
- package/dist/studio/shell/preview-modal.js.map +1 -0
- package/dist/studio/shell/properties-panel.cjs +873 -0
- package/dist/studio/shell/properties-panel.cjs.map +1 -0
- package/dist/studio/shell/properties-panel.d.ts +12 -0
- package/dist/studio/shell/properties-panel.d.ts.map +1 -0
- package/dist/studio/shell/properties-panel.js +849 -0
- package/dist/studio/shell/properties-panel.js.map +1 -0
- package/dist/studio/shell/sidebar.cjs +246 -0
- package/dist/studio/shell/sidebar.cjs.map +1 -0
- package/dist/studio/shell/sidebar.d.ts +4 -0
- package/dist/studio/shell/sidebar.d.ts.map +1 -0
- package/dist/studio/shell/sidebar.js +222 -0
- package/dist/studio/shell/sidebar.js.map +1 -0
- package/dist/studio/shell/wcag-panel.cjs +274 -0
- package/dist/studio/shell/wcag-panel.cjs.map +1 -0
- package/dist/studio/shell/wcag-panel.d.ts +5 -0
- package/dist/studio/shell/wcag-panel.d.ts.map +1 -0
- package/dist/studio/shell/wcag-panel.js +257 -0
- package/dist/studio/shell/wcag-panel.js.map +1 -0
- package/dist/studio/studio.css +2 -0
- package/dist/studio/theme-sync.cjs +37 -0
- package/dist/studio/theme-sync.cjs.map +1 -0
- package/dist/studio/theme-sync.d.ts +8 -0
- package/dist/studio/theme-sync.d.ts.map +1 -0
- package/dist/studio/theme-sync.js +13 -0
- package/dist/studio/theme-sync.js.map +1 -0
- package/dist/studio/uxm-app.cjs +180 -0
- package/dist/studio/uxm-app.cjs.map +1 -0
- package/dist/studio/uxm-app.d.ts +26 -0
- package/dist/studio/uxm-app.d.ts.map +1 -0
- package/dist/studio/uxm-app.js +156 -0
- package/dist/studio/uxm-app.js.map +1 -0
- package/dist/tokens/index.cjs +84 -0
- package/dist/tokens/index.cjs.map +1 -0
- package/dist/tokens/index.css +229 -0
- package/dist/tokens/index.d.ts +25 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/index.js +57 -0
- package/dist/tokens/index.js.map +1 -0
- package/dist/ui/app-sidebar/app-sidebar-preview.cjs +160 -0
- package/dist/ui/app-sidebar/app-sidebar-preview.cjs.map +1 -0
- package/dist/ui/app-sidebar/app-sidebar-preview.d.ts +3 -0
- package/dist/ui/app-sidebar/app-sidebar-preview.d.ts.map +1 -0
- package/dist/ui/app-sidebar/app-sidebar-preview.js +136 -0
- package/dist/ui/app-sidebar/app-sidebar-preview.js.map +1 -0
- package/dist/ui/app-sidebar/app-sidebar.cjs +154 -0
- package/dist/ui/app-sidebar/app-sidebar.cjs.map +1 -0
- package/dist/ui/app-sidebar/app-sidebar.css +189 -0
- package/dist/ui/app-sidebar/app-sidebar.d.ts +127 -0
- package/dist/ui/app-sidebar/app-sidebar.d.ts.map +1 -0
- package/dist/ui/app-sidebar/app-sidebar.js +129 -0
- package/dist/ui/app-sidebar/app-sidebar.js.map +1 -0
- package/dist/ui/app-sidebar/index.cjs +23 -0
- package/dist/ui/app-sidebar/index.cjs.map +1 -0
- package/dist/ui/app-sidebar/index.d.ts +2 -0
- package/dist/ui/app-sidebar/index.d.ts.map +1 -0
- package/dist/ui/app-sidebar/index.js +2 -0
- package/dist/ui/app-sidebar/index.js.map +1 -0
- package/dist/ui/app-top-bar/app-top-bar-preview.cjs +64 -0
- package/dist/ui/app-top-bar/app-top-bar-preview.cjs.map +1 -0
- package/dist/ui/app-top-bar/app-top-bar-preview.d.ts +3 -0
- package/dist/ui/app-top-bar/app-top-bar-preview.d.ts.map +1 -0
- package/dist/ui/app-top-bar/app-top-bar-preview.js +40 -0
- package/dist/ui/app-top-bar/app-top-bar-preview.js.map +1 -0
- package/dist/ui/app-top-bar/app-top-bar.cjs +56 -0
- package/dist/ui/app-top-bar/app-top-bar.cjs.map +1 -0
- package/dist/ui/app-top-bar/app-top-bar.css +57 -0
- package/dist/ui/app-top-bar/app-top-bar.d.ts +13 -0
- package/dist/ui/app-top-bar/app-top-bar.d.ts.map +1 -0
- package/dist/ui/app-top-bar/app-top-bar.js +32 -0
- package/dist/ui/app-top-bar/app-top-bar.js.map +1 -0
- package/dist/ui/app-top-bar/index.cjs +23 -0
- package/dist/ui/app-top-bar/index.cjs.map +1 -0
- package/dist/ui/app-top-bar/index.d.ts +2 -0
- package/dist/ui/app-top-bar/index.d.ts.map +1 -0
- package/dist/ui/app-top-bar/index.js +2 -0
- package/dist/ui/app-top-bar/index.js.map +1 -0
- package/dist/ui/avatar/avatar-preview.cjs +81 -0
- package/dist/ui/avatar/avatar-preview.cjs.map +1 -0
- package/dist/ui/avatar/avatar-preview.d.ts +3 -0
- package/dist/ui/avatar/avatar-preview.d.ts.map +1 -0
- package/dist/ui/avatar/avatar-preview.js +57 -0
- package/dist/ui/avatar/avatar-preview.js.map +1 -0
- package/dist/ui/avatar/avatar.cjs +64 -0
- package/dist/ui/avatar/avatar.cjs.map +1 -0
- package/dist/ui/avatar/avatar.css +64 -0
- package/dist/ui/avatar/avatar.d.ts +25 -0
- package/dist/ui/avatar/avatar.d.ts.map +1 -0
- package/dist/ui/avatar/avatar.js +40 -0
- package/dist/ui/avatar/avatar.js.map +1 -0
- package/dist/ui/avatar/index.cjs +23 -0
- package/dist/ui/avatar/index.cjs.map +1 -0
- package/dist/ui/avatar/index.d.ts +2 -0
- package/dist/ui/avatar/index.d.ts.map +1 -0
- package/dist/ui/avatar/index.js +2 -0
- package/dist/ui/avatar/index.js.map +1 -0
- package/dist/ui/back-link/back-link-preview.cjs +70 -0
- package/dist/ui/back-link/back-link-preview.cjs.map +1 -0
- package/dist/ui/back-link/back-link-preview.d.ts +3 -0
- package/dist/ui/back-link/back-link-preview.d.ts.map +1 -0
- package/dist/ui/back-link/back-link-preview.js +46 -0
- package/dist/ui/back-link/back-link-preview.js.map +1 -0
- package/dist/ui/back-link/back-link.cjs +45 -0
- package/dist/ui/back-link/back-link.cjs.map +1 -0
- package/dist/ui/back-link/back-link.css +27 -0
- package/dist/ui/back-link/back-link.d.ts +14 -0
- package/dist/ui/back-link/back-link.d.ts.map +1 -0
- package/dist/ui/back-link/back-link.js +21 -0
- package/dist/ui/back-link/back-link.js.map +1 -0
- package/dist/ui/back-link/index.cjs +23 -0
- package/dist/ui/back-link/index.cjs.map +1 -0
- package/dist/ui/back-link/index.d.ts +2 -0
- package/dist/ui/back-link/index.d.ts.map +1 -0
- package/dist/ui/back-link/index.js +2 -0
- package/dist/ui/back-link/index.js.map +1 -0
- package/dist/ui/badge/badge-preview.cjs +57 -0
- package/dist/ui/badge/badge-preview.cjs.map +1 -0
- package/dist/ui/badge/badge-preview.d.ts +3 -0
- package/dist/ui/badge/badge-preview.d.ts.map +1 -0
- package/dist/ui/badge/badge-preview.js +33 -0
- package/dist/ui/badge/badge-preview.js.map +1 -0
- package/dist/ui/badge/badge.cjs +63 -0
- package/dist/ui/badge/badge.cjs.map +1 -0
- package/dist/ui/badge/badge.css +91 -0
- package/dist/ui/badge/badge.d.ts +11 -0
- package/dist/ui/badge/badge.d.ts.map +1 -0
- package/dist/ui/badge/badge.js +39 -0
- package/dist/ui/badge/badge.js.map +1 -0
- package/dist/ui/badge/index.cjs +23 -0
- package/dist/ui/badge/index.cjs.map +1 -0
- package/dist/ui/badge/index.d.ts +2 -0
- package/dist/ui/badge/index.d.ts.map +1 -0
- package/dist/ui/badge/index.js +2 -0
- package/dist/ui/badge/index.js.map +1 -0
- package/dist/ui/banner/banner-preview.cjs +102 -0
- package/dist/ui/banner/banner-preview.cjs.map +1 -0
- package/dist/ui/banner/banner-preview.d.ts +5 -0
- package/dist/ui/banner/banner-preview.d.ts.map +1 -0
- package/dist/ui/banner/banner-preview.js +78 -0
- package/dist/ui/banner/banner-preview.js.map +1 -0
- package/dist/ui/banner/banner.cjs +73 -0
- package/dist/ui/banner/banner.cjs.map +1 -0
- package/dist/ui/banner/banner.css +87 -0
- package/dist/ui/banner/banner.d.ts +31 -0
- package/dist/ui/banner/banner.d.ts.map +1 -0
- package/dist/ui/banner/banner.js +49 -0
- package/dist/ui/banner/banner.js.map +1 -0
- package/dist/ui/banner/index.cjs +23 -0
- package/dist/ui/banner/index.cjs.map +1 -0
- package/dist/ui/banner/index.d.ts +2 -0
- package/dist/ui/banner/index.d.ts.map +1 -0
- package/dist/ui/banner/index.js +2 -0
- package/dist/ui/banner/index.js.map +1 -0
- package/dist/ui/breadcrumb/breadcrumb-preview.cjs +152 -0
- package/dist/ui/breadcrumb/breadcrumb-preview.cjs.map +1 -0
- package/dist/ui/breadcrumb/breadcrumb-preview.d.ts +3 -0
- package/dist/ui/breadcrumb/breadcrumb-preview.d.ts.map +1 -0
- package/dist/ui/breadcrumb/breadcrumb-preview.js +128 -0
- package/dist/ui/breadcrumb/breadcrumb-preview.js.map +1 -0
- package/dist/ui/breadcrumb/breadcrumb.cjs +75 -0
- package/dist/ui/breadcrumb/breadcrumb.cjs.map +1 -0
- package/dist/ui/breadcrumb/breadcrumb.css +62 -0
- package/dist/ui/breadcrumb/breadcrumb.d.ts +16 -0
- package/dist/ui/breadcrumb/breadcrumb.d.ts.map +1 -0
- package/dist/ui/breadcrumb/breadcrumb.js +51 -0
- package/dist/ui/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/ui/breadcrumb/index.cjs +23 -0
- package/dist/ui/breadcrumb/index.cjs.map +1 -0
- package/dist/ui/breadcrumb/index.d.ts +2 -0
- package/dist/ui/breadcrumb/index.d.ts.map +1 -0
- package/dist/ui/breadcrumb/index.js +2 -0
- package/dist/ui/breadcrumb/index.js.map +1 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar-preview.cjs +85 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar-preview.cjs.map +1 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar-preview.d.ts +5 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar-preview.d.ts.map +1 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar-preview.js +61 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar-preview.js.map +1 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar.cjs +79 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar.cjs.map +1 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar.css +88 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar.d.ts +51 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar.d.ts.map +1 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar.js +55 -0
- package/dist/ui/bulk-action-bar/bulk-action-bar.js.map +1 -0
- package/dist/ui/bulk-action-bar/index.cjs +23 -0
- package/dist/ui/bulk-action-bar/index.cjs.map +1 -0
- package/dist/ui/bulk-action-bar/index.d.ts +2 -0
- package/dist/ui/bulk-action-bar/index.d.ts.map +1 -0
- package/dist/ui/bulk-action-bar/index.js +2 -0
- package/dist/ui/bulk-action-bar/index.js.map +1 -0
- package/dist/ui/button/button-preview.cjs +190 -0
- package/dist/ui/button/button-preview.cjs.map +1 -0
- package/dist/ui/button/button-preview.d.ts +3 -0
- package/dist/ui/button/button-preview.d.ts.map +1 -0
- package/dist/ui/button/button-preview.js +166 -0
- package/dist/ui/button/button-preview.js.map +1 -0
- package/dist/ui/button/button.cjs +53 -0
- package/dist/ui/button/button.cjs.map +1 -0
- package/dist/ui/button/button.css +189 -0
- package/dist/ui/button/button.d.ts +9 -0
- package/dist/ui/button/button.d.ts.map +1 -0
- package/dist/ui/button/button.js +25 -0
- package/dist/ui/button/button.js.map +1 -0
- package/dist/ui/button/index.cjs +23 -0
- package/dist/ui/button/index.cjs.map +1 -0
- package/dist/ui/button/index.d.ts +2 -0
- package/dist/ui/button/index.d.ts.map +1 -0
- package/dist/ui/button/index.js +2 -0
- package/dist/ui/button/index.js.map +1 -0
- package/dist/ui/button-group/button-group-preview.cjs +110 -0
- package/dist/ui/button-group/button-group-preview.cjs.map +1 -0
- package/dist/ui/button-group/button-group-preview.d.ts +3 -0
- package/dist/ui/button-group/button-group-preview.d.ts.map +1 -0
- package/dist/ui/button-group/button-group-preview.js +86 -0
- package/dist/ui/button-group/button-group-preview.js.map +1 -0
- package/dist/ui/button-group/button-group.cjs +66 -0
- package/dist/ui/button-group/button-group.cjs.map +1 -0
- package/dist/ui/button-group/button-group.css +45 -0
- package/dist/ui/button-group/button-group.d.ts +16 -0
- package/dist/ui/button-group/button-group.d.ts.map +1 -0
- package/dist/ui/button-group/button-group.js +42 -0
- package/dist/ui/button-group/button-group.js.map +1 -0
- package/dist/ui/button-group/index.cjs +23 -0
- package/dist/ui/button-group/index.cjs.map +1 -0
- package/dist/ui/button-group/index.d.ts +2 -0
- package/dist/ui/button-group/index.d.ts.map +1 -0
- package/dist/ui/button-group/index.js +2 -0
- package/dist/ui/button-group/index.js.map +1 -0
- package/dist/ui/button-icon/button-icon.cjs +33 -0
- package/dist/ui/button-icon/button-icon.cjs.map +1 -0
- package/dist/ui/button-icon/button-icon.css +37 -0
- package/dist/ui/button-icon/button-icon.d.ts +9 -0
- package/dist/ui/button-icon/button-icon.d.ts.map +1 -0
- package/dist/ui/button-icon/button-icon.js +9 -0
- package/dist/ui/button-icon/button-icon.js.map +1 -0
- package/dist/ui/button-icon/index.cjs +23 -0
- package/dist/ui/button-icon/index.cjs.map +1 -0
- package/dist/ui/button-icon/index.d.ts +2 -0
- package/dist/ui/button-icon/index.d.ts.map +1 -0
- package/dist/ui/button-icon/index.js +2 -0
- package/dist/ui/button-icon/index.js.map +1 -0
- package/dist/ui/button-with-icon/button-with-icon-preview.cjs +84 -0
- package/dist/ui/button-with-icon/button-with-icon-preview.cjs.map +1 -0
- package/dist/ui/button-with-icon/button-with-icon-preview.d.ts +3 -0
- package/dist/ui/button-with-icon/button-with-icon-preview.d.ts.map +1 -0
- package/dist/ui/button-with-icon/button-with-icon-preview.js +60 -0
- package/dist/ui/button-with-icon/button-with-icon-preview.js.map +1 -0
- package/dist/ui/button-with-icon/button-with-icon.cjs +42 -0
- package/dist/ui/button-with-icon/button-with-icon.cjs.map +1 -0
- package/dist/ui/button-with-icon/button-with-icon.css +41 -0
- package/dist/ui/button-with-icon/button-with-icon.d.ts +8 -0
- package/dist/ui/button-with-icon/button-with-icon.d.ts.map +1 -0
- package/dist/ui/button-with-icon/button-with-icon.js +18 -0
- package/dist/ui/button-with-icon/button-with-icon.js.map +1 -0
- package/dist/ui/button-with-icon/index.cjs +23 -0
- package/dist/ui/button-with-icon/index.cjs.map +1 -0
- package/dist/ui/button-with-icon/index.d.ts +2 -0
- package/dist/ui/button-with-icon/index.d.ts.map +1 -0
- package/dist/ui/button-with-icon/index.js +2 -0
- package/dist/ui/button-with-icon/index.js.map +1 -0
- package/dist/ui/calendar/calendar-preview.cjs +181 -0
- package/dist/ui/calendar/calendar-preview.cjs.map +1 -0
- package/dist/ui/calendar/calendar-preview.d.ts +3 -0
- package/dist/ui/calendar/calendar-preview.d.ts.map +1 -0
- package/dist/ui/calendar/calendar-preview.js +157 -0
- package/dist/ui/calendar/calendar-preview.js.map +1 -0
- package/dist/ui/calendar/calendar.cjs +416 -0
- package/dist/ui/calendar/calendar.cjs.map +1 -0
- package/dist/ui/calendar/calendar.css +212 -0
- package/dist/ui/calendar/calendar.d.ts +34 -0
- package/dist/ui/calendar/calendar.d.ts.map +1 -0
- package/dist/ui/calendar/calendar.js +392 -0
- package/dist/ui/calendar/calendar.js.map +1 -0
- package/dist/ui/calendar/index.cjs +23 -0
- package/dist/ui/calendar/index.cjs.map +1 -0
- package/dist/ui/calendar/index.d.ts +2 -0
- package/dist/ui/calendar/index.d.ts.map +1 -0
- package/dist/ui/calendar/index.js +2 -0
- package/dist/ui/calendar/index.js.map +1 -0
- package/dist/ui/card/card-preview.cjs +98 -0
- package/dist/ui/card/card-preview.cjs.map +1 -0
- package/dist/ui/card/card-preview.d.ts +3 -0
- package/dist/ui/card/card-preview.d.ts.map +1 -0
- package/dist/ui/card/card-preview.js +74 -0
- package/dist/ui/card/card-preview.js.map +1 -0
- package/dist/ui/card/card.cjs +63 -0
- package/dist/ui/card/card.cjs.map +1 -0
- package/dist/ui/card/card.css +54 -0
- package/dist/ui/card/card.d.ts +32 -0
- package/dist/ui/card/card.d.ts.map +1 -0
- package/dist/ui/card/card.js +39 -0
- package/dist/ui/card/card.js.map +1 -0
- package/dist/ui/card/index.cjs +23 -0
- package/dist/ui/card/index.cjs.map +1 -0
- package/dist/ui/card/index.d.ts +2 -0
- package/dist/ui/card/index.d.ts.map +1 -0
- package/dist/ui/card/index.js +2 -0
- package/dist/ui/card/index.js.map +1 -0
- package/dist/ui/checkbox/checkbox-preview.cjs +144 -0
- package/dist/ui/checkbox/checkbox-preview.cjs.map +1 -0
- package/dist/ui/checkbox/checkbox-preview.d.ts +3 -0
- package/dist/ui/checkbox/checkbox-preview.d.ts.map +1 -0
- package/dist/ui/checkbox/checkbox-preview.js +120 -0
- package/dist/ui/checkbox/checkbox-preview.js.map +1 -0
- package/dist/ui/checkbox/checkbox.cjs +82 -0
- package/dist/ui/checkbox/checkbox.cjs.map +1 -0
- package/dist/ui/checkbox/checkbox.css +108 -0
- package/dist/ui/checkbox/checkbox.d.ts +26 -0
- package/dist/ui/checkbox/checkbox.d.ts.map +1 -0
- package/dist/ui/checkbox/checkbox.js +58 -0
- package/dist/ui/checkbox/checkbox.js.map +1 -0
- package/dist/ui/checkbox/index.cjs +23 -0
- package/dist/ui/checkbox/index.cjs.map +1 -0
- package/dist/ui/checkbox/index.d.ts +2 -0
- package/dist/ui/checkbox/index.d.ts.map +1 -0
- package/dist/ui/checkbox/index.js +2 -0
- package/dist/ui/checkbox/index.js.map +1 -0
- package/dist/ui/chip/chip-preview.cjs +117 -0
- package/dist/ui/chip/chip-preview.cjs.map +1 -0
- package/dist/ui/chip/chip-preview.d.ts +12 -0
- package/dist/ui/chip/chip-preview.d.ts.map +1 -0
- package/dist/ui/chip/chip-preview.js +93 -0
- package/dist/ui/chip/chip-preview.js.map +1 -0
- package/dist/ui/chip/chip.cjs +101 -0
- package/dist/ui/chip/chip.cjs.map +1 -0
- package/dist/ui/chip/chip.css +175 -0
- package/dist/ui/chip/chip.d.ts +40 -0
- package/dist/ui/chip/chip.d.ts.map +1 -0
- package/dist/ui/chip/chip.js +77 -0
- package/dist/ui/chip/chip.js.map +1 -0
- package/dist/ui/chip/index.cjs +23 -0
- package/dist/ui/chip/index.cjs.map +1 -0
- package/dist/ui/chip/index.d.ts +2 -0
- package/dist/ui/chip/index.d.ts.map +1 -0
- package/dist/ui/chip/index.js +2 -0
- package/dist/ui/chip/index.js.map +1 -0
- package/dist/ui/cluster/cluster-preview.cjs +53 -0
- package/dist/ui/cluster/cluster-preview.cjs.map +1 -0
- package/dist/ui/cluster/cluster-preview.d.ts +3 -0
- package/dist/ui/cluster/cluster-preview.d.ts.map +1 -0
- package/dist/ui/cluster/cluster-preview.js +29 -0
- package/dist/ui/cluster/cluster-preview.js.map +1 -0
- package/dist/ui/cluster/cluster.cjs +58 -0
- package/dist/ui/cluster/cluster.cjs.map +1 -0
- package/dist/ui/cluster/cluster.css +33 -0
- package/dist/ui/cluster/cluster.d.ts +32 -0
- package/dist/ui/cluster/cluster.d.ts.map +1 -0
- package/dist/ui/cluster/cluster.js +34 -0
- package/dist/ui/cluster/cluster.js.map +1 -0
- package/dist/ui/cluster/index.cjs +23 -0
- package/dist/ui/cluster/index.cjs.map +1 -0
- package/dist/ui/cluster/index.d.ts +2 -0
- package/dist/ui/cluster/index.d.ts.map +1 -0
- package/dist/ui/cluster/index.js +2 -0
- package/dist/ui/cluster/index.js.map +1 -0
- package/dist/ui/code-editor/code-editor-preview.cjs +100 -0
- package/dist/ui/code-editor/code-editor-preview.cjs.map +1 -0
- package/dist/ui/code-editor/code-editor-preview.d.ts +3 -0
- package/dist/ui/code-editor/code-editor-preview.d.ts.map +1 -0
- package/dist/ui/code-editor/code-editor-preview.js +76 -0
- package/dist/ui/code-editor/code-editor-preview.js.map +1 -0
- package/dist/ui/code-editor/code-editor.cjs +309 -0
- package/dist/ui/code-editor/code-editor.cjs.map +1 -0
- package/dist/ui/code-editor/code-editor.css +210 -0
- package/dist/ui/code-editor/code-editor.d.ts +78 -0
- package/dist/ui/code-editor/code-editor.d.ts.map +1 -0
- package/dist/ui/code-editor/code-editor.js +291 -0
- package/dist/ui/code-editor/code-editor.js.map +1 -0
- package/dist/ui/code-editor/index.cjs +23 -0
- package/dist/ui/code-editor/index.cjs.map +1 -0
- package/dist/ui/code-editor/index.d.ts +2 -0
- package/dist/ui/code-editor/index.d.ts.map +1 -0
- package/dist/ui/code-editor/index.js +2 -0
- package/dist/ui/code-editor/index.js.map +1 -0
- package/dist/ui/color-input/color-input-preview.cjs +98 -0
- package/dist/ui/color-input/color-input-preview.cjs.map +1 -0
- package/dist/ui/color-input/color-input-preview.d.ts +3 -0
- package/dist/ui/color-input/color-input-preview.d.ts.map +1 -0
- package/dist/ui/color-input/color-input-preview.js +74 -0
- package/dist/ui/color-input/color-input-preview.js.map +1 -0
- package/dist/ui/color-input/color-input.cjs +536 -0
- package/dist/ui/color-input/color-input.cjs.map +1 -0
- package/dist/ui/color-input/color-input.css +326 -0
- package/dist/ui/color-input/color-input.d.ts +93 -0
- package/dist/ui/color-input/color-input.d.ts.map +1 -0
- package/dist/ui/color-input/color-input.js +520 -0
- package/dist/ui/color-input/color-input.js.map +1 -0
- package/dist/ui/color-input/color-model.cjs +174 -0
- package/dist/ui/color-input/color-model.cjs.map +1 -0
- package/dist/ui/color-input/color-model.d.ts +63 -0
- package/dist/ui/color-input/color-model.d.ts.map +1 -0
- package/dist/ui/color-input/color-model.js +145 -0
- package/dist/ui/color-input/color-model.js.map +1 -0
- package/dist/ui/color-input/index.cjs +23 -0
- package/dist/ui/color-input/index.cjs.map +1 -0
- package/dist/ui/color-input/index.d.ts +2 -0
- package/dist/ui/color-input/index.d.ts.map +1 -0
- package/dist/ui/color-input/index.js +2 -0
- package/dist/ui/color-input/index.js.map +1 -0
- package/dist/ui/component-row/component-row-preview.cjs +92 -0
- package/dist/ui/component-row/component-row-preview.cjs.map +1 -0
- package/dist/ui/component-row/component-row-preview.d.ts +3 -0
- package/dist/ui/component-row/component-row-preview.d.ts.map +1 -0
- package/dist/ui/component-row/component-row-preview.js +68 -0
- package/dist/ui/component-row/component-row-preview.js.map +1 -0
- package/dist/ui/component-row/component-row.cjs +66 -0
- package/dist/ui/component-row/component-row.cjs.map +1 -0
- package/dist/ui/component-row/component-row.css +91 -0
- package/dist/ui/component-row/component-row.d.ts +37 -0
- package/dist/ui/component-row/component-row.d.ts.map +1 -0
- package/dist/ui/component-row/component-row.js +42 -0
- package/dist/ui/component-row/component-row.js.map +1 -0
- package/dist/ui/component-row/index.cjs +29 -0
- package/dist/ui/component-row/index.cjs.map +1 -0
- package/dist/ui/component-row/index.d.ts +3 -0
- package/dist/ui/component-row/index.d.ts.map +1 -0
- package/dist/ui/component-row/index.js +5 -0
- package/dist/ui/component-row/index.js.map +1 -0
- package/dist/ui/config-component-row/config-component-row-preview.cjs +62 -0
- package/dist/ui/config-component-row/config-component-row-preview.cjs.map +1 -0
- package/dist/ui/config-component-row/config-component-row-preview.d.ts +3 -0
- package/dist/ui/config-component-row/config-component-row-preview.d.ts.map +1 -0
- package/dist/ui/config-component-row/config-component-row-preview.js +38 -0
- package/dist/ui/config-component-row/config-component-row-preview.js.map +1 -0
- package/dist/ui/config-component-row/config-component-row.cjs +69 -0
- package/dist/ui/config-component-row/config-component-row.cjs.map +1 -0
- package/dist/ui/config-component-row/config-component-row.css +97 -0
- package/dist/ui/config-component-row/config-component-row.d.ts +36 -0
- package/dist/ui/config-component-row/config-component-row.d.ts.map +1 -0
- package/dist/ui/config-component-row/config-component-row.js +45 -0
- package/dist/ui/config-component-row/config-component-row.js.map +1 -0
- package/dist/ui/config-component-row/index.cjs +23 -0
- package/dist/ui/config-component-row/index.cjs.map +1 -0
- package/dist/ui/config-component-row/index.d.ts +2 -0
- package/dist/ui/config-component-row/index.d.ts.map +1 -0
- package/dist/ui/config-component-row/index.js +2 -0
- package/dist/ui/config-component-row/index.js.map +1 -0
- package/dist/ui/config-segment-item/config-segment-item-preview.cjs +54 -0
- package/dist/ui/config-segment-item/config-segment-item-preview.cjs.map +1 -0
- package/dist/ui/config-segment-item/config-segment-item-preview.d.ts +3 -0
- package/dist/ui/config-segment-item/config-segment-item-preview.d.ts.map +1 -0
- package/dist/ui/config-segment-item/config-segment-item-preview.js +30 -0
- package/dist/ui/config-segment-item/config-segment-item-preview.js.map +1 -0
- package/dist/ui/config-segment-item/config-segment-item.cjs +55 -0
- package/dist/ui/config-segment-item/config-segment-item.cjs.map +1 -0
- package/dist/ui/config-segment-item/config-segment-item.css +37 -0
- package/dist/ui/config-segment-item/config-segment-item.d.ts +21 -0
- package/dist/ui/config-segment-item/config-segment-item.d.ts.map +1 -0
- package/dist/ui/config-segment-item/config-segment-item.js +31 -0
- package/dist/ui/config-segment-item/config-segment-item.js.map +1 -0
- package/dist/ui/config-segment-item/index.cjs +23 -0
- package/dist/ui/config-segment-item/index.cjs.map +1 -0
- package/dist/ui/config-segment-item/index.d.ts +2 -0
- package/dist/ui/config-segment-item/index.d.ts.map +1 -0
- package/dist/ui/config-segment-item/index.js +2 -0
- package/dist/ui/config-segment-item/index.js.map +1 -0
- package/dist/ui/currency-input/currency-input-preview.cjs +99 -0
- package/dist/ui/currency-input/currency-input-preview.cjs.map +1 -0
- package/dist/ui/currency-input/currency-input-preview.d.ts +3 -0
- package/dist/ui/currency-input/currency-input-preview.d.ts.map +1 -0
- package/dist/ui/currency-input/currency-input-preview.js +75 -0
- package/dist/ui/currency-input/currency-input-preview.js.map +1 -0
- package/dist/ui/currency-input/currency-input.cjs +265 -0
- package/dist/ui/currency-input/currency-input.cjs.map +1 -0
- package/dist/ui/currency-input/currency-input.css +189 -0
- package/dist/ui/currency-input/currency-input.d.ts +84 -0
- package/dist/ui/currency-input/currency-input.d.ts.map +1 -0
- package/dist/ui/currency-input/currency-input.js +244 -0
- package/dist/ui/currency-input/currency-input.js.map +1 -0
- package/dist/ui/currency-input/index.cjs +23 -0
- package/dist/ui/currency-input/index.cjs.map +1 -0
- package/dist/ui/currency-input/index.d.ts +2 -0
- package/dist/ui/currency-input/index.d.ts.map +1 -0
- package/dist/ui/currency-input/index.js +2 -0
- package/dist/ui/currency-input/index.js.map +1 -0
- package/dist/ui/data-table/data-table-preview.cjs +256 -0
- package/dist/ui/data-table/data-table-preview.cjs.map +1 -0
- package/dist/ui/data-table/data-table-preview.d.ts +5 -0
- package/dist/ui/data-table/data-table-preview.d.ts.map +1 -0
- package/dist/ui/data-table/data-table-preview.js +238 -0
- package/dist/ui/data-table/data-table-preview.js.map +1 -0
- package/dist/ui/data-table/data-table.cjs +166 -0
- package/dist/ui/data-table/data-table.cjs.map +1 -0
- package/dist/ui/data-table/data-table.css +185 -0
- package/dist/ui/data-table/data-table.d.ts +82 -0
- package/dist/ui/data-table/data-table.d.ts.map +1 -0
- package/dist/ui/data-table/data-table.js +142 -0
- package/dist/ui/data-table/data-table.js.map +1 -0
- package/dist/ui/data-table/index.cjs +23 -0
- package/dist/ui/data-table/index.cjs.map +1 -0
- package/dist/ui/data-table/index.d.ts +2 -0
- package/dist/ui/data-table/index.d.ts.map +1 -0
- package/dist/ui/data-table/index.js +2 -0
- package/dist/ui/data-table/index.js.map +1 -0
- package/dist/ui/date-input/date-input-preview.cjs +113 -0
- package/dist/ui/date-input/date-input-preview.cjs.map +1 -0
- package/dist/ui/date-input/date-input-preview.d.ts +3 -0
- package/dist/ui/date-input/date-input-preview.d.ts.map +1 -0
- package/dist/ui/date-input/date-input-preview.js +89 -0
- package/dist/ui/date-input/date-input-preview.js.map +1 -0
- package/dist/ui/date-input/date-input.cjs +297 -0
- package/dist/ui/date-input/date-input.cjs.map +1 -0
- package/dist/ui/date-input/date-input.css +121 -0
- package/dist/ui/date-input/date-input.d.ts +79 -0
- package/dist/ui/date-input/date-input.d.ts.map +1 -0
- package/dist/ui/date-input/date-input.js +268 -0
- package/dist/ui/date-input/date-input.js.map +1 -0
- package/dist/ui/date-input/index.cjs +23 -0
- package/dist/ui/date-input/index.cjs.map +1 -0
- package/dist/ui/date-input/index.d.ts +2 -0
- package/dist/ui/date-input/index.d.ts.map +1 -0
- package/dist/ui/date-input/index.js +2 -0
- package/dist/ui/date-input/index.js.map +1 -0
- package/dist/ui/detail-section/detail-section-preview.cjs +56 -0
- package/dist/ui/detail-section/detail-section-preview.cjs.map +1 -0
- package/dist/ui/detail-section/detail-section-preview.d.ts +3 -0
- package/dist/ui/detail-section/detail-section-preview.d.ts.map +1 -0
- package/dist/ui/detail-section/detail-section-preview.js +32 -0
- package/dist/ui/detail-section/detail-section-preview.js.map +1 -0
- package/dist/ui/detail-section/detail-section.cjs +59 -0
- package/dist/ui/detail-section/detail-section.cjs.map +1 -0
- package/dist/ui/detail-section/detail-section.css +54 -0
- package/dist/ui/detail-section/detail-section.d.ts +9 -0
- package/dist/ui/detail-section/detail-section.d.ts.map +1 -0
- package/dist/ui/detail-section/detail-section.js +35 -0
- package/dist/ui/detail-section/detail-section.js.map +1 -0
- package/dist/ui/detail-section/index.cjs +23 -0
- package/dist/ui/detail-section/index.cjs.map +1 -0
- package/dist/ui/detail-section/index.d.ts +2 -0
- package/dist/ui/detail-section/index.d.ts.map +1 -0
- package/dist/ui/detail-section/index.js +2 -0
- package/dist/ui/detail-section/index.js.map +1 -0
- package/dist/ui/dialog/dialog.cjs +104 -0
- package/dist/ui/dialog/dialog.cjs.map +1 -0
- package/dist/ui/dialog/dialog.css +38 -0
- package/dist/ui/dialog/dialog.d.ts +48 -0
- package/dist/ui/dialog/dialog.d.ts.map +1 -0
- package/dist/ui/dialog/dialog.js +80 -0
- package/dist/ui/dialog/dialog.js.map +1 -0
- package/dist/ui/dialog/index.cjs +23 -0
- package/dist/ui/dialog/index.cjs.map +1 -0
- package/dist/ui/dialog/index.d.ts +2 -0
- package/dist/ui/dialog/index.d.ts.map +1 -0
- package/dist/ui/dialog/index.js +2 -0
- package/dist/ui/dialog/index.js.map +1 -0
- package/dist/ui/disclosure/disclosure-preview.cjs +127 -0
- package/dist/ui/disclosure/disclosure-preview.cjs.map +1 -0
- package/dist/ui/disclosure/disclosure-preview.d.ts +3 -0
- package/dist/ui/disclosure/disclosure-preview.d.ts.map +1 -0
- package/dist/ui/disclosure/disclosure-preview.js +103 -0
- package/dist/ui/disclosure/disclosure-preview.js.map +1 -0
- package/dist/ui/disclosure/disclosure.cjs +80 -0
- package/dist/ui/disclosure/disclosure.cjs.map +1 -0
- package/dist/ui/disclosure/disclosure.css +77 -0
- package/dist/ui/disclosure/disclosure.d.ts +21 -0
- package/dist/ui/disclosure/disclosure.d.ts.map +1 -0
- package/dist/ui/disclosure/disclosure.js +56 -0
- package/dist/ui/disclosure/disclosure.js.map +1 -0
- package/dist/ui/disclosure/index.cjs +23 -0
- package/dist/ui/disclosure/index.cjs.map +1 -0
- package/dist/ui/disclosure/index.d.ts +2 -0
- package/dist/ui/disclosure/index.d.ts.map +1 -0
- package/dist/ui/disclosure/index.js +2 -0
- package/dist/ui/disclosure/index.js.map +1 -0
- package/dist/ui/divider/divider-preview.cjs +51 -0
- package/dist/ui/divider/divider-preview.cjs.map +1 -0
- package/dist/ui/divider/divider-preview.d.ts +3 -0
- package/dist/ui/divider/divider-preview.d.ts.map +1 -0
- package/dist/ui/divider/divider-preview.js +27 -0
- package/dist/ui/divider/divider-preview.js.map +1 -0
- package/dist/ui/divider/divider.cjs +40 -0
- package/dist/ui/divider/divider.cjs.map +1 -0
- package/dist/ui/divider/divider.css +26 -0
- package/dist/ui/divider/divider.d.ts +6 -0
- package/dist/ui/divider/divider.d.ts.map +1 -0
- package/dist/ui/divider/divider.js +16 -0
- package/dist/ui/divider/divider.js.map +1 -0
- package/dist/ui/divider/index.cjs +23 -0
- package/dist/ui/divider/index.cjs.map +1 -0
- package/dist/ui/divider/index.d.ts +2 -0
- package/dist/ui/divider/index.d.ts.map +1 -0
- package/dist/ui/divider/index.js +2 -0
- package/dist/ui/divider/index.js.map +1 -0
- package/dist/ui/editable-cell/editable-cell-preview.cjs +238 -0
- package/dist/ui/editable-cell/editable-cell-preview.cjs.map +1 -0
- package/dist/ui/editable-cell/editable-cell-preview.d.ts +5 -0
- package/dist/ui/editable-cell/editable-cell-preview.d.ts.map +1 -0
- package/dist/ui/editable-cell/editable-cell-preview.js +216 -0
- package/dist/ui/editable-cell/editable-cell-preview.js.map +1 -0
- package/dist/ui/editable-cell/editable-cell.cjs +764 -0
- package/dist/ui/editable-cell/editable-cell.cjs.map +1 -0
- package/dist/ui/editable-cell/editable-cell.css +693 -0
- package/dist/ui/editable-cell/editable-cell.d.ts +141 -0
- package/dist/ui/editable-cell/editable-cell.d.ts.map +1 -0
- package/dist/ui/editable-cell/editable-cell.js +752 -0
- package/dist/ui/editable-cell/editable-cell.js.map +1 -0
- package/dist/ui/editable-cell/index.cjs +23 -0
- package/dist/ui/editable-cell/index.cjs.map +1 -0
- package/dist/ui/editable-cell/index.d.ts +2 -0
- package/dist/ui/editable-cell/index.d.ts.map +1 -0
- package/dist/ui/editable-cell/index.js +2 -0
- package/dist/ui/editable-cell/index.js.map +1 -0
- package/dist/ui/empty-state/empty-state-preview.cjs +64 -0
- package/dist/ui/empty-state/empty-state-preview.cjs.map +1 -0
- package/dist/ui/empty-state/empty-state-preview.d.ts +3 -0
- package/dist/ui/empty-state/empty-state-preview.d.ts.map +1 -0
- package/dist/ui/empty-state/empty-state-preview.js +40 -0
- package/dist/ui/empty-state/empty-state-preview.js.map +1 -0
- package/dist/ui/empty-state/empty-state.cjs +45 -0
- package/dist/ui/empty-state/empty-state.cjs.map +1 -0
- package/dist/ui/empty-state/empty-state.css +32 -0
- package/dist/ui/empty-state/empty-state.d.ts +9 -0
- package/dist/ui/empty-state/empty-state.d.ts.map +1 -0
- package/dist/ui/empty-state/empty-state.js +21 -0
- package/dist/ui/empty-state/empty-state.js.map +1 -0
- package/dist/ui/empty-state/index.cjs +23 -0
- package/dist/ui/empty-state/index.cjs.map +1 -0
- package/dist/ui/empty-state/index.d.ts +2 -0
- package/dist/ui/empty-state/index.d.ts.map +1 -0
- package/dist/ui/empty-state/index.js +2 -0
- package/dist/ui/empty-state/index.js.map +1 -0
- package/dist/ui/error-page/error-page-preview.cjs +116 -0
- package/dist/ui/error-page/error-page-preview.cjs.map +1 -0
- package/dist/ui/error-page/error-page-preview.d.ts +3 -0
- package/dist/ui/error-page/error-page-preview.d.ts.map +1 -0
- package/dist/ui/error-page/error-page-preview.js +92 -0
- package/dist/ui/error-page/error-page-preview.js.map +1 -0
- package/dist/ui/error-page/error-page.cjs +51 -0
- package/dist/ui/error-page/error-page.cjs.map +1 -0
- package/dist/ui/error-page/error-page.css +52 -0
- package/dist/ui/error-page/error-page.d.ts +17 -0
- package/dist/ui/error-page/error-page.d.ts.map +1 -0
- package/dist/ui/error-page/error-page.js +27 -0
- package/dist/ui/error-page/error-page.js.map +1 -0
- package/dist/ui/error-page/index.cjs +23 -0
- package/dist/ui/error-page/index.cjs.map +1 -0
- package/dist/ui/error-page/index.d.ts +2 -0
- package/dist/ui/error-page/index.d.ts.map +1 -0
- package/dist/ui/error-page/index.js +2 -0
- package/dist/ui/error-page/index.js.map +1 -0
- package/dist/ui/explorer-list-item/explorer-list-item-preview.cjs +125 -0
- package/dist/ui/explorer-list-item/explorer-list-item-preview.cjs.map +1 -0
- package/dist/ui/explorer-list-item/explorer-list-item-preview.d.ts +3 -0
- package/dist/ui/explorer-list-item/explorer-list-item-preview.d.ts.map +1 -0
- package/dist/ui/explorer-list-item/explorer-list-item-preview.js +101 -0
- package/dist/ui/explorer-list-item/explorer-list-item-preview.js.map +1 -0
- package/dist/ui/explorer-list-item/explorer-list-item.cjs +57 -0
- package/dist/ui/explorer-list-item/explorer-list-item.cjs.map +1 -0
- package/dist/ui/explorer-list-item/explorer-list-item.css +63 -0
- package/dist/ui/explorer-list-item/explorer-list-item.d.ts +24 -0
- package/dist/ui/explorer-list-item/explorer-list-item.d.ts.map +1 -0
- package/dist/ui/explorer-list-item/explorer-list-item.js +33 -0
- package/dist/ui/explorer-list-item/explorer-list-item.js.map +1 -0
- package/dist/ui/explorer-list-item/index.cjs +23 -0
- package/dist/ui/explorer-list-item/index.cjs.map +1 -0
- package/dist/ui/explorer-list-item/index.d.ts +2 -0
- package/dist/ui/explorer-list-item/index.d.ts.map +1 -0
- package/dist/ui/explorer-list-item/index.js +2 -0
- package/dist/ui/explorer-list-item/index.js.map +1 -0
- package/dist/ui/explorer-section/explorer-section-preview.cjs +156 -0
- package/dist/ui/explorer-section/explorer-section-preview.cjs.map +1 -0
- package/dist/ui/explorer-section/explorer-section-preview.d.ts +3 -0
- package/dist/ui/explorer-section/explorer-section-preview.d.ts.map +1 -0
- package/dist/ui/explorer-section/explorer-section-preview.js +132 -0
- package/dist/ui/explorer-section/explorer-section-preview.js.map +1 -0
- package/dist/ui/explorer-section/explorer-section.cjs +87 -0
- package/dist/ui/explorer-section/explorer-section.cjs.map +1 -0
- package/dist/ui/explorer-section/explorer-section.css +70 -0
- package/dist/ui/explorer-section/explorer-section.d.ts +47 -0
- package/dist/ui/explorer-section/explorer-section.d.ts.map +1 -0
- package/dist/ui/explorer-section/explorer-section.js +63 -0
- package/dist/ui/explorer-section/explorer-section.js.map +1 -0
- package/dist/ui/explorer-section/index.cjs +23 -0
- package/dist/ui/explorer-section/index.cjs.map +1 -0
- package/dist/ui/explorer-section/index.d.ts +2 -0
- package/dist/ui/explorer-section/index.d.ts.map +1 -0
- package/dist/ui/explorer-section/index.js +2 -0
- package/dist/ui/explorer-section/index.js.map +1 -0
- package/dist/ui/field-error/field-error.cjs +36 -0
- package/dist/ui/field-error/field-error.cjs.map +1 -0
- package/dist/ui/field-error/field-error.css +6 -0
- package/dist/ui/field-error/field-error.d.ts +35 -0
- package/dist/ui/field-error/field-error.d.ts.map +1 -0
- package/dist/ui/field-error/field-error.js +12 -0
- package/dist/ui/field-error/field-error.js.map +1 -0
- package/dist/ui/field-error/index.cjs +23 -0
- package/dist/ui/field-error/index.cjs.map +1 -0
- package/dist/ui/field-error/index.d.ts +2 -0
- package/dist/ui/field-error/index.d.ts.map +1 -0
- package/dist/ui/field-error/index.js +2 -0
- package/dist/ui/field-error/index.js.map +1 -0
- package/dist/ui/file-upload/file-upload-preview.cjs +157 -0
- package/dist/ui/file-upload/file-upload-preview.cjs.map +1 -0
- package/dist/ui/file-upload/file-upload-preview.d.ts +3 -0
- package/dist/ui/file-upload/file-upload-preview.d.ts.map +1 -0
- package/dist/ui/file-upload/file-upload-preview.js +133 -0
- package/dist/ui/file-upload/file-upload-preview.js.map +1 -0
- package/dist/ui/file-upload/file-upload.cjs +238 -0
- package/dist/ui/file-upload/file-upload.cjs.map +1 -0
- package/dist/ui/file-upload/file-upload.css +330 -0
- package/dist/ui/file-upload/file-upload.d.ts +184 -0
- package/dist/ui/file-upload/file-upload.d.ts.map +1 -0
- package/dist/ui/file-upload/file-upload.js +218 -0
- package/dist/ui/file-upload/file-upload.js.map +1 -0
- package/dist/ui/file-upload/index.cjs +23 -0
- package/dist/ui/file-upload/index.cjs.map +1 -0
- package/dist/ui/file-upload/index.d.ts +2 -0
- package/dist/ui/file-upload/index.d.ts.map +1 -0
- package/dist/ui/file-upload/index.js +2 -0
- package/dist/ui/file-upload/index.js.map +1 -0
- package/dist/ui/filter-tabs/filter-tabs-preview.cjs +116 -0
- package/dist/ui/filter-tabs/filter-tabs-preview.cjs.map +1 -0
- package/dist/ui/filter-tabs/filter-tabs-preview.d.ts +3 -0
- package/dist/ui/filter-tabs/filter-tabs-preview.d.ts.map +1 -0
- package/dist/ui/filter-tabs/filter-tabs-preview.js +92 -0
- package/dist/ui/filter-tabs/filter-tabs-preview.js.map +1 -0
- package/dist/ui/filter-tabs/filter-tabs.cjs +77 -0
- package/dist/ui/filter-tabs/filter-tabs.cjs.map +1 -0
- package/dist/ui/filter-tabs/filter-tabs.css +44 -0
- package/dist/ui/filter-tabs/filter-tabs.d.ts +16 -0
- package/dist/ui/filter-tabs/filter-tabs.d.ts.map +1 -0
- package/dist/ui/filter-tabs/filter-tabs.js +53 -0
- package/dist/ui/filter-tabs/filter-tabs.js.map +1 -0
- package/dist/ui/filter-tabs/index.cjs +23 -0
- package/dist/ui/filter-tabs/index.cjs.map +1 -0
- package/dist/ui/filter-tabs/index.d.ts +2 -0
- package/dist/ui/filter-tabs/index.d.ts.map +1 -0
- package/dist/ui/filter-tabs/index.js +2 -0
- package/dist/ui/filter-tabs/index.js.map +1 -0
- package/dist/ui/form-field/form-field-preview.cjs +72 -0
- package/dist/ui/form-field/form-field-preview.cjs.map +1 -0
- package/dist/ui/form-field/form-field-preview.d.ts +11 -0
- package/dist/ui/form-field/form-field-preview.d.ts.map +1 -0
- package/dist/ui/form-field/form-field-preview.js +50 -0
- package/dist/ui/form-field/form-field-preview.js.map +1 -0
- package/dist/ui/form-field/form-field.cjs +71 -0
- package/dist/ui/form-field/form-field.cjs.map +1 -0
- package/dist/ui/form-field/form-field.css +159 -0
- package/dist/ui/form-field/form-field.d.ts +66 -0
- package/dist/ui/form-field/form-field.d.ts.map +1 -0
- package/dist/ui/form-field/form-field.js +47 -0
- package/dist/ui/form-field/form-field.js.map +1 -0
- package/dist/ui/form-field/index.cjs +23 -0
- package/dist/ui/form-field/index.cjs.map +1 -0
- package/dist/ui/form-field/index.d.ts +2 -0
- package/dist/ui/form-field/index.d.ts.map +1 -0
- package/dist/ui/form-field/index.js +2 -0
- package/dist/ui/form-field/index.js.map +1 -0
- package/dist/ui/hover-tooltip/hover-tooltip.cjs +117 -0
- package/dist/ui/hover-tooltip/hover-tooltip.cjs.map +1 -0
- package/dist/ui/hover-tooltip/hover-tooltip.css +7 -0
- package/dist/ui/hover-tooltip/hover-tooltip.d.ts +19 -0
- package/dist/ui/hover-tooltip/hover-tooltip.d.ts.map +1 -0
- package/dist/ui/hover-tooltip/hover-tooltip.js +99 -0
- package/dist/ui/hover-tooltip/hover-tooltip.js.map +1 -0
- package/dist/ui/hover-tooltip/index.cjs +23 -0
- package/dist/ui/hover-tooltip/index.cjs.map +1 -0
- package/dist/ui/hover-tooltip/index.d.ts +2 -0
- package/dist/ui/hover-tooltip/index.d.ts.map +1 -0
- package/dist/ui/hover-tooltip/index.js +2 -0
- package/dist/ui/hover-tooltip/index.js.map +1 -0
- package/dist/ui/icon/icon-preview.cjs +128 -0
- package/dist/ui/icon/icon-preview.cjs.map +1 -0
- package/dist/ui/icon/icon-preview.d.ts +21 -0
- package/dist/ui/icon/icon-preview.d.ts.map +1 -0
- package/dist/ui/icon/icon-preview.js +104 -0
- package/dist/ui/icon/icon-preview.js.map +1 -0
- package/dist/ui/icon/icon.cjs +64 -0
- package/dist/ui/icon/icon.cjs.map +1 -0
- package/dist/ui/icon/icon.css +6 -0
- package/dist/ui/icon/icon.d.ts +8 -0
- package/dist/ui/icon/icon.d.ts.map +1 -0
- package/dist/ui/icon/icon.js +40 -0
- package/dist/ui/icon/icon.js.map +1 -0
- package/dist/ui/icon/index.cjs +23 -0
- package/dist/ui/icon/index.cjs.map +1 -0
- package/dist/ui/icon/index.d.ts +2 -0
- package/dist/ui/icon/index.d.ts.map +1 -0
- package/dist/ui/icon/index.js +2 -0
- package/dist/ui/icon/index.js.map +1 -0
- package/dist/ui/icon-button/icon-button-preview.cjs +98 -0
- package/dist/ui/icon-button/icon-button-preview.cjs.map +1 -0
- package/dist/ui/icon-button/icon-button-preview.d.ts +14 -0
- package/dist/ui/icon-button/icon-button-preview.d.ts.map +1 -0
- package/dist/ui/icon-button/icon-button-preview.js +74 -0
- package/dist/ui/icon-button/icon-button-preview.js.map +1 -0
- package/dist/ui/icon-button/icon-button.cjs +33 -0
- package/dist/ui/icon-button/icon-button.cjs.map +1 -0
- package/dist/ui/icon-button/icon-button.css +65 -0
- package/dist/ui/icon-button/icon-button.d.ts +9 -0
- package/dist/ui/icon-button/icon-button.d.ts.map +1 -0
- package/dist/ui/icon-button/icon-button.js +9 -0
- package/dist/ui/icon-button/icon-button.js.map +1 -0
- package/dist/ui/icon-button/index.cjs +23 -0
- package/dist/ui/icon-button/index.cjs.map +1 -0
- package/dist/ui/icon-button/index.d.ts +2 -0
- package/dist/ui/icon-button/index.d.ts.map +1 -0
- package/dist/ui/icon-button/index.js +2 -0
- package/dist/ui/icon-button/index.js.map +1 -0
- package/dist/ui/icon-tile/icon-tile-preview.cjs +41 -0
- package/dist/ui/icon-tile/icon-tile-preview.cjs.map +1 -0
- package/dist/ui/icon-tile/icon-tile-preview.d.ts +3 -0
- package/dist/ui/icon-tile/icon-tile-preview.d.ts.map +1 -0
- package/dist/ui/icon-tile/icon-tile-preview.js +17 -0
- package/dist/ui/icon-tile/icon-tile-preview.js.map +1 -0
- package/dist/ui/icon-tile/icon-tile.cjs +47 -0
- package/dist/ui/icon-tile/icon-tile.cjs.map +1 -0
- package/dist/ui/icon-tile/icon-tile.css +18 -0
- package/dist/ui/icon-tile/icon-tile.d.ts +23 -0
- package/dist/ui/icon-tile/icon-tile.d.ts.map +1 -0
- package/dist/ui/icon-tile/icon-tile.js +23 -0
- package/dist/ui/icon-tile/icon-tile.js.map +1 -0
- package/dist/ui/icon-tile/index.cjs +23 -0
- package/dist/ui/icon-tile/index.cjs.map +1 -0
- package/dist/ui/icon-tile/index.d.ts +2 -0
- package/dist/ui/icon-tile/index.d.ts.map +1 -0
- package/dist/ui/icon-tile/index.js +2 -0
- package/dist/ui/icon-tile/index.js.map +1 -0
- package/dist/ui/index.cjs +355 -0
- package/dist/ui/index.cjs.map +1 -0
- package/dist/ui/index.d.ts +195 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +216 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/inline-action/index.cjs +23 -0
- package/dist/ui/inline-action/index.cjs.map +1 -0
- package/dist/ui/inline-action/index.d.ts +2 -0
- package/dist/ui/inline-action/index.d.ts.map +1 -0
- package/dist/ui/inline-action/index.js +2 -0
- package/dist/ui/inline-action/index.js.map +1 -0
- package/dist/ui/inline-action/inline-action-preview.cjs +70 -0
- package/dist/ui/inline-action/inline-action-preview.cjs.map +1 -0
- package/dist/ui/inline-action/inline-action-preview.d.ts +3 -0
- package/dist/ui/inline-action/inline-action-preview.d.ts.map +1 -0
- package/dist/ui/inline-action/inline-action-preview.js +46 -0
- package/dist/ui/inline-action/inline-action-preview.js.map +1 -0
- package/dist/ui/inline-action/inline-action.cjs +50 -0
- package/dist/ui/inline-action/inline-action.cjs.map +1 -0
- package/dist/ui/inline-action/inline-action.css +46 -0
- package/dist/ui/inline-action/inline-action.d.ts +20 -0
- package/dist/ui/inline-action/inline-action.d.ts.map +1 -0
- package/dist/ui/inline-action/inline-action.js +26 -0
- package/dist/ui/inline-action/inline-action.js.map +1 -0
- package/dist/ui/inline-filter/index.cjs +23 -0
- package/dist/ui/inline-filter/index.cjs.map +1 -0
- package/dist/ui/inline-filter/index.d.ts +2 -0
- package/dist/ui/inline-filter/index.d.ts.map +1 -0
- package/dist/ui/inline-filter/index.js +2 -0
- package/dist/ui/inline-filter/index.js.map +1 -0
- package/dist/ui/inline-filter/inline-filter-preview.cjs +64 -0
- package/dist/ui/inline-filter/inline-filter-preview.cjs.map +1 -0
- package/dist/ui/inline-filter/inline-filter-preview.d.ts +16 -0
- package/dist/ui/inline-filter/inline-filter-preview.d.ts.map +1 -0
- package/dist/ui/inline-filter/inline-filter-preview.js +40 -0
- package/dist/ui/inline-filter/inline-filter-preview.js.map +1 -0
- package/dist/ui/inline-filter/inline-filter.cjs +43 -0
- package/dist/ui/inline-filter/inline-filter.cjs.map +1 -0
- package/dist/ui/inline-filter/inline-filter.css +17 -0
- package/dist/ui/inline-filter/inline-filter.d.ts +8 -0
- package/dist/ui/inline-filter/inline-filter.d.ts.map +1 -0
- package/dist/ui/inline-filter/inline-filter.js +19 -0
- package/dist/ui/inline-filter/inline-filter.js.map +1 -0
- package/dist/ui/input/clear-field-value.cjs +36 -0
- package/dist/ui/input/clear-field-value.cjs.map +1 -0
- package/dist/ui/input/clear-field-value.d.ts +17 -0
- package/dist/ui/input/clear-field-value.d.ts.map +1 -0
- package/dist/ui/input/clear-field-value.js +12 -0
- package/dist/ui/input/clear-field-value.js.map +1 -0
- package/dist/ui/input/index.cjs +23 -0
- package/dist/ui/input/index.cjs.map +1 -0
- package/dist/ui/input/index.d.ts +2 -0
- package/dist/ui/input/index.d.ts.map +1 -0
- package/dist/ui/input/index.js +2 -0
- package/dist/ui/input/index.js.map +1 -0
- package/dist/ui/input/input-preview.cjs +80 -0
- package/dist/ui/input/input-preview.cjs.map +1 -0
- package/dist/ui/input/input-preview.d.ts +3 -0
- package/dist/ui/input/input-preview.d.ts.map +1 -0
- package/dist/ui/input/input-preview.js +56 -0
- package/dist/ui/input/input-preview.js.map +1 -0
- package/dist/ui/input/input.cjs +517 -0
- package/dist/ui/input/input.cjs.map +1 -0
- package/dist/ui/input/input.css +273 -0
- package/dist/ui/input/input.d.ts +140 -0
- package/dist/ui/input/input.d.ts.map +1 -0
- package/dist/ui/input/input.js +499 -0
- package/dist/ui/input/input.js.map +1 -0
- package/dist/ui/input/select-preview.cjs +124 -0
- package/dist/ui/input/select-preview.cjs.map +1 -0
- package/dist/ui/input/select-preview.d.ts +5 -0
- package/dist/ui/input/select-preview.d.ts.map +1 -0
- package/dist/ui/input/select-preview.js +100 -0
- package/dist/ui/input/select-preview.js.map +1 -0
- package/dist/ui/input/textarea-preview.cjs +81 -0
- package/dist/ui/input/textarea-preview.cjs.map +1 -0
- package/dist/ui/input/textarea-preview.d.ts +3 -0
- package/dist/ui/input/textarea-preview.d.ts.map +1 -0
- package/dist/ui/input/textarea-preview.js +57 -0
- package/dist/ui/input/textarea-preview.js.map +1 -0
- package/dist/ui/input-with-icon/index.cjs +23 -0
- package/dist/ui/input-with-icon/index.cjs.map +1 -0
- package/dist/ui/input-with-icon/index.d.ts +2 -0
- package/dist/ui/input-with-icon/index.d.ts.map +1 -0
- package/dist/ui/input-with-icon/index.js +2 -0
- package/dist/ui/input-with-icon/index.js.map +1 -0
- package/dist/ui/input-with-icon/input-with-icon-preview.cjs +89 -0
- package/dist/ui/input-with-icon/input-with-icon-preview.cjs.map +1 -0
- package/dist/ui/input-with-icon/input-with-icon-preview.d.ts +3 -0
- package/dist/ui/input-with-icon/input-with-icon-preview.d.ts.map +1 -0
- package/dist/ui/input-with-icon/input-with-icon-preview.js +65 -0
- package/dist/ui/input-with-icon/input-with-icon-preview.js.map +1 -0
- package/dist/ui/input-with-icon/input-with-icon.cjs +87 -0
- package/dist/ui/input-with-icon/input-with-icon.cjs.map +1 -0
- package/dist/ui/input-with-icon/input-with-icon.css +94 -0
- package/dist/ui/input-with-icon/input-with-icon.d.ts +29 -0
- package/dist/ui/input-with-icon/input-with-icon.d.ts.map +1 -0
- package/dist/ui/input-with-icon/input-with-icon.js +63 -0
- package/dist/ui/input-with-icon/input-with-icon.js.map +1 -0
- package/dist/ui/lifecycle-connector/index.cjs +23 -0
- package/dist/ui/lifecycle-connector/index.cjs.map +1 -0
- package/dist/ui/lifecycle-connector/index.d.ts +2 -0
- package/dist/ui/lifecycle-connector/index.d.ts.map +1 -0
- package/dist/ui/lifecycle-connector/index.js +2 -0
- package/dist/ui/lifecycle-connector/index.js.map +1 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.cjs +63 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.cjs.map +1 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.d.ts +3 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.d.ts.map +1 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.js +41 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector-preview.js.map +1 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector.cjs +205 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector.cjs.map +1 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector.css +65 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector.d.ts +107 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector.d.ts.map +1 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector.js +181 -0
- package/dist/ui/lifecycle-connector/lifecycle-connector.js.map +1 -0
- package/dist/ui/lifecycle-drop-slot/index.cjs +23 -0
- package/dist/ui/lifecycle-drop-slot/index.cjs.map +1 -0
- package/dist/ui/lifecycle-drop-slot/index.d.ts +2 -0
- package/dist/ui/lifecycle-drop-slot/index.d.ts.map +1 -0
- package/dist/ui/lifecycle-drop-slot/index.js +2 -0
- package/dist/ui/lifecycle-drop-slot/index.js.map +1 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.cjs +51 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.cjs.map +1 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.d.ts +3 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.d.ts.map +1 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.js +27 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot-preview.js.map +1 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.cjs +52 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.cjs.map +1 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.css +63 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.d.ts +32 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.d.ts.map +1 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.js +28 -0
- package/dist/ui/lifecycle-drop-slot/lifecycle-drop-slot.js.map +1 -0
- package/dist/ui/lifecycle-edge-label/index.cjs +23 -0
- package/dist/ui/lifecycle-edge-label/index.cjs.map +1 -0
- package/dist/ui/lifecycle-edge-label/index.d.ts +2 -0
- package/dist/ui/lifecycle-edge-label/index.d.ts.map +1 -0
- package/dist/ui/lifecycle-edge-label/index.js +2 -0
- package/dist/ui/lifecycle-edge-label/index.js.map +1 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.cjs +47 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.cjs.map +1 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.d.ts +3 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.d.ts.map +1 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.js +25 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label-preview.js.map +1 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.cjs +49 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.cjs.map +1 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.css +29 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.d.ts +18 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.d.ts.map +1 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.js +25 -0
- package/dist/ui/lifecycle-edge-label/lifecycle-edge-label.js.map +1 -0
- package/dist/ui/lifecycle-group-box/index.cjs +23 -0
- package/dist/ui/lifecycle-group-box/index.cjs.map +1 -0
- package/dist/ui/lifecycle-group-box/index.d.ts +2 -0
- package/dist/ui/lifecycle-group-box/index.d.ts.map +1 -0
- package/dist/ui/lifecycle-group-box/index.js +2 -0
- package/dist/ui/lifecycle-group-box/index.js.map +1 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.cjs +71 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.cjs.map +1 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.d.ts +3 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.d.ts.map +1 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.js +47 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box-preview.js.map +1 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.cjs +51 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.cjs.map +1 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.css +38 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.d.ts +36 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.d.ts.map +1 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.js +27 -0
- package/dist/ui/lifecycle-group-box/lifecycle-group-box.js.map +1 -0
- package/dist/ui/lifecycle-minimap/index.cjs +23 -0
- package/dist/ui/lifecycle-minimap/index.cjs.map +1 -0
- package/dist/ui/lifecycle-minimap/index.d.ts +2 -0
- package/dist/ui/lifecycle-minimap/index.d.ts.map +1 -0
- package/dist/ui/lifecycle-minimap/index.js +2 -0
- package/dist/ui/lifecycle-minimap/index.js.map +1 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.cjs +67 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.cjs.map +1 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.d.ts +3 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.d.ts.map +1 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.js +43 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap-preview.js.map +1 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.cjs +96 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.cjs.map +1 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.css +29 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.d.ts +37 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.d.ts.map +1 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.js +72 -0
- package/dist/ui/lifecycle-minimap/lifecycle-minimap.js.map +1 -0
- package/dist/ui/lifecycle-node-card/index.cjs +23 -0
- package/dist/ui/lifecycle-node-card/index.cjs.map +1 -0
- package/dist/ui/lifecycle-node-card/index.d.ts +2 -0
- package/dist/ui/lifecycle-node-card/index.d.ts.map +1 -0
- package/dist/ui/lifecycle-node-card/index.js +2 -0
- package/dist/ui/lifecycle-node-card/index.js.map +1 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.cjs +64 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.cjs.map +1 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.d.ts +3 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.d.ts.map +1 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.js +42 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card-preview.js.map +1 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.cjs +85 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.cjs.map +1 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.css +99 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.d.ts +39 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.d.ts.map +1 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.js +61 -0
- package/dist/ui/lifecycle-node-card/lifecycle-node-card.js.map +1 -0
- package/dist/ui/lifecycle-terminal/index.cjs +23 -0
- package/dist/ui/lifecycle-terminal/index.cjs.map +1 -0
- package/dist/ui/lifecycle-terminal/index.d.ts +2 -0
- package/dist/ui/lifecycle-terminal/index.d.ts.map +1 -0
- package/dist/ui/lifecycle-terminal/index.js +2 -0
- package/dist/ui/lifecycle-terminal/index.js.map +1 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.cjs +44 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.cjs.map +1 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.d.ts +3 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.d.ts.map +1 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.js +20 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal-preview.js.map +1 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.cjs +33 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.cjs.map +1 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.css +15 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.d.ts +12 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.d.ts.map +1 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.js +9 -0
- package/dist/ui/lifecycle-terminal/lifecycle-terminal.js.map +1 -0
- package/dist/ui/lifecycle-zoom-control/index.cjs +23 -0
- package/dist/ui/lifecycle-zoom-control/index.cjs.map +1 -0
- package/dist/ui/lifecycle-zoom-control/index.d.ts +2 -0
- package/dist/ui/lifecycle-zoom-control/index.d.ts.map +1 -0
- package/dist/ui/lifecycle-zoom-control/index.js +2 -0
- package/dist/ui/lifecycle-zoom-control/index.js.map +1 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.cjs +42 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.cjs.map +1 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.d.ts +3 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.d.ts.map +1 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.js +18 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control-preview.js.map +1 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.cjs +80 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.cjs.map +1 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.css +48 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.d.ts +20 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.d.ts.map +1 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.js +56 -0
- package/dist/ui/lifecycle-zoom-control/lifecycle-zoom-control.js.map +1 -0
- package/dist/ui/link/index.cjs +23 -0
- package/dist/ui/link/index.cjs.map +1 -0
- package/dist/ui/link/index.d.ts +2 -0
- package/dist/ui/link/index.d.ts.map +1 -0
- package/dist/ui/link/index.js +2 -0
- package/dist/ui/link/index.js.map +1 -0
- package/dist/ui/link/link-preview.cjs +82 -0
- package/dist/ui/link/link-preview.cjs.map +1 -0
- package/dist/ui/link/link-preview.d.ts +3 -0
- package/dist/ui/link/link-preview.d.ts.map +1 -0
- package/dist/ui/link/link-preview.js +58 -0
- package/dist/ui/link/link-preview.js.map +1 -0
- package/dist/ui/link/link.cjs +65 -0
- package/dist/ui/link/link.cjs.map +1 -0
- package/dist/ui/link/link.css +49 -0
- package/dist/ui/link/link.d.ts +12 -0
- package/dist/ui/link/link.d.ts.map +1 -0
- package/dist/ui/link/link.js +41 -0
- package/dist/ui/link/link.js.map +1 -0
- package/dist/ui/list/index.cjs +23 -0
- package/dist/ui/list/index.cjs.map +1 -0
- package/dist/ui/list/index.d.ts +2 -0
- package/dist/ui/list/index.d.ts.map +1 -0
- package/dist/ui/list/index.js +2 -0
- package/dist/ui/list/index.js.map +1 -0
- package/dist/ui/list/list-item-preview.cjs +162 -0
- package/dist/ui/list/list-item-preview.cjs.map +1 -0
- package/dist/ui/list/list-item-preview.d.ts +3 -0
- package/dist/ui/list/list-item-preview.d.ts.map +1 -0
- package/dist/ui/list/list-item-preview.js +138 -0
- package/dist/ui/list/list-item-preview.js.map +1 -0
- package/dist/ui/list/list.cjs +106 -0
- package/dist/ui/list/list.cjs.map +1 -0
- package/dist/ui/list/list.css +77 -0
- package/dist/ui/list/list.d.ts +54 -0
- package/dist/ui/list/list.d.ts.map +1 -0
- package/dist/ui/list/list.js +80 -0
- package/dist/ui/list/list.js.map +1 -0
- package/dist/ui/listbox/index.cjs +23 -0
- package/dist/ui/listbox/index.cjs.map +1 -0
- package/dist/ui/listbox/index.d.ts +2 -0
- package/dist/ui/listbox/index.d.ts.map +1 -0
- package/dist/ui/listbox/index.js +2 -0
- package/dist/ui/listbox/index.js.map +1 -0
- package/dist/ui/listbox/listbox-preview.cjs +298 -0
- package/dist/ui/listbox/listbox-preview.cjs.map +1 -0
- package/dist/ui/listbox/listbox-preview.d.ts +23 -0
- package/dist/ui/listbox/listbox-preview.d.ts.map +1 -0
- package/dist/ui/listbox/listbox-preview.js +274 -0
- package/dist/ui/listbox/listbox-preview.js.map +1 -0
- package/dist/ui/listbox/listbox.cjs +502 -0
- package/dist/ui/listbox/listbox.cjs.map +1 -0
- package/dist/ui/listbox/listbox.css +213 -0
- package/dist/ui/listbox/listbox.d.ts +242 -0
- package/dist/ui/listbox/listbox.d.ts.map +1 -0
- package/dist/ui/listbox/listbox.js +482 -0
- package/dist/ui/listbox/listbox.js.map +1 -0
- package/dist/ui/loader/index.cjs +23 -0
- package/dist/ui/loader/index.cjs.map +1 -0
- package/dist/ui/loader/index.d.ts +2 -0
- package/dist/ui/loader/index.d.ts.map +1 -0
- package/dist/ui/loader/index.js +2 -0
- package/dist/ui/loader/index.js.map +1 -0
- package/dist/ui/loader/loader-preview.cjs +181 -0
- package/dist/ui/loader/loader-preview.cjs.map +1 -0
- package/dist/ui/loader/loader-preview.d.ts +3 -0
- package/dist/ui/loader/loader-preview.d.ts.map +1 -0
- package/dist/ui/loader/loader-preview.js +157 -0
- package/dist/ui/loader/loader-preview.js.map +1 -0
- package/dist/ui/loader/loader.cjs +67 -0
- package/dist/ui/loader/loader.cjs.map +1 -0
- package/dist/ui/loader/loader.css +118 -0
- package/dist/ui/loader/loader.d.ts +18 -0
- package/dist/ui/loader/loader.d.ts.map +1 -0
- package/dist/ui/loader/loader.js +43 -0
- package/dist/ui/loader/loader.js.map +1 -0
- package/dist/ui/menu/index.cjs +23 -0
- package/dist/ui/menu/index.cjs.map +1 -0
- package/dist/ui/menu/index.d.ts +2 -0
- package/dist/ui/menu/index.d.ts.map +1 -0
- package/dist/ui/menu/index.js +2 -0
- package/dist/ui/menu/index.js.map +1 -0
- package/dist/ui/menu/menu-preview.cjs +251 -0
- package/dist/ui/menu/menu-preview.cjs.map +1 -0
- package/dist/ui/menu/menu-preview.d.ts +5 -0
- package/dist/ui/menu/menu-preview.d.ts.map +1 -0
- package/dist/ui/menu/menu-preview.js +227 -0
- package/dist/ui/menu/menu-preview.js.map +1 -0
- package/dist/ui/menu/menu.cjs +257 -0
- package/dist/ui/menu/menu.cjs.map +1 -0
- package/dist/ui/menu/menu.css +216 -0
- package/dist/ui/menu/menu.d.ts +174 -0
- package/dist/ui/menu/menu.d.ts.map +1 -0
- package/dist/ui/menu/menu.js +240 -0
- package/dist/ui/menu/menu.js.map +1 -0
- package/dist/ui/meta-row/index.cjs +23 -0
- package/dist/ui/meta-row/index.cjs.map +1 -0
- package/dist/ui/meta-row/index.d.ts +2 -0
- package/dist/ui/meta-row/index.d.ts.map +1 -0
- package/dist/ui/meta-row/index.js +2 -0
- package/dist/ui/meta-row/index.js.map +1 -0
- package/dist/ui/meta-row/meta-row-preview.cjs +44 -0
- package/dist/ui/meta-row/meta-row-preview.cjs.map +1 -0
- package/dist/ui/meta-row/meta-row-preview.d.ts +3 -0
- package/dist/ui/meta-row/meta-row-preview.d.ts.map +1 -0
- package/dist/ui/meta-row/meta-row-preview.js +20 -0
- package/dist/ui/meta-row/meta-row-preview.js.map +1 -0
- package/dist/ui/meta-row/meta-row.cjs +38 -0
- package/dist/ui/meta-row/meta-row.cjs.map +1 -0
- package/dist/ui/meta-row/meta-row.css +20 -0
- package/dist/ui/meta-row/meta-row.d.ts +19 -0
- package/dist/ui/meta-row/meta-row.d.ts.map +1 -0
- package/dist/ui/meta-row/meta-row.js +14 -0
- package/dist/ui/meta-row/meta-row.js.map +1 -0
- package/dist/ui/modal/index.cjs +23 -0
- package/dist/ui/modal/index.cjs.map +1 -0
- package/dist/ui/modal/index.d.ts +2 -0
- package/dist/ui/modal/index.d.ts.map +1 -0
- package/dist/ui/modal/index.js +2 -0
- package/dist/ui/modal/index.js.map +1 -0
- package/dist/ui/modal/modal-preview.cjs +152 -0
- package/dist/ui/modal/modal-preview.cjs.map +1 -0
- package/dist/ui/modal/modal-preview.d.ts +15 -0
- package/dist/ui/modal/modal-preview.d.ts.map +1 -0
- package/dist/ui/modal/modal-preview.js +135 -0
- package/dist/ui/modal/modal-preview.js.map +1 -0
- package/dist/ui/modal/modal.cjs +87 -0
- package/dist/ui/modal/modal.cjs.map +1 -0
- package/dist/ui/modal/modal.css +89 -0
- package/dist/ui/modal/modal.d.ts +58 -0
- package/dist/ui/modal/modal.d.ts.map +1 -0
- package/dist/ui/modal/modal.js +69 -0
- package/dist/ui/modal/modal.js.map +1 -0
- package/dist/ui/number-input/index.cjs +23 -0
- package/dist/ui/number-input/index.cjs.map +1 -0
- package/dist/ui/number-input/index.d.ts +2 -0
- package/dist/ui/number-input/index.d.ts.map +1 -0
- package/dist/ui/number-input/index.js +2 -0
- package/dist/ui/number-input/index.js.map +1 -0
- package/dist/ui/number-input/number-input-preview.cjs +96 -0
- package/dist/ui/number-input/number-input-preview.cjs.map +1 -0
- package/dist/ui/number-input/number-input-preview.d.ts +3 -0
- package/dist/ui/number-input/number-input-preview.d.ts.map +1 -0
- package/dist/ui/number-input/number-input-preview.js +72 -0
- package/dist/ui/number-input/number-input-preview.js.map +1 -0
- package/dist/ui/number-input/number-input.cjs +162 -0
- package/dist/ui/number-input/number-input.cjs.map +1 -0
- package/dist/ui/number-input/number-input.css +83 -0
- package/dist/ui/number-input/number-input.d.ts +69 -0
- package/dist/ui/number-input/number-input.d.ts.map +1 -0
- package/dist/ui/number-input/number-input.js +137 -0
- package/dist/ui/number-input/number-input.js.map +1 -0
- package/dist/ui/number-stepper/index.cjs +23 -0
- package/dist/ui/number-stepper/index.cjs.map +1 -0
- package/dist/ui/number-stepper/index.d.ts +2 -0
- package/dist/ui/number-stepper/index.d.ts.map +1 -0
- package/dist/ui/number-stepper/index.js +2 -0
- package/dist/ui/number-stepper/index.js.map +1 -0
- package/dist/ui/number-stepper/number-stepper-preview.cjs +141 -0
- package/dist/ui/number-stepper/number-stepper-preview.cjs.map +1 -0
- package/dist/ui/number-stepper/number-stepper-preview.d.ts +5 -0
- package/dist/ui/number-stepper/number-stepper-preview.d.ts.map +1 -0
- package/dist/ui/number-stepper/number-stepper-preview.js +117 -0
- package/dist/ui/number-stepper/number-stepper-preview.js.map +1 -0
- package/dist/ui/number-stepper/number-stepper.cjs +113 -0
- package/dist/ui/number-stepper/number-stepper.cjs.map +1 -0
- package/dist/ui/number-stepper/number-stepper.css +95 -0
- package/dist/ui/number-stepper/number-stepper.d.ts +77 -0
- package/dist/ui/number-stepper/number-stepper.d.ts.map +1 -0
- package/dist/ui/number-stepper/number-stepper.js +89 -0
- package/dist/ui/number-stepper/number-stepper.js.map +1 -0
- package/dist/ui/option-list/index.cjs +29 -0
- package/dist/ui/option-list/index.cjs.map +1 -0
- package/dist/ui/option-list/index.d.ts +3 -0
- package/dist/ui/option-list/index.d.ts.map +1 -0
- package/dist/ui/option-list/index.js +5 -0
- package/dist/ui/option-list/index.js.map +1 -0
- package/dist/ui/option-list/option-list-preview.cjs +78 -0
- package/dist/ui/option-list/option-list-preview.cjs.map +1 -0
- package/dist/ui/option-list/option-list-preview.d.ts +3 -0
- package/dist/ui/option-list/option-list-preview.d.ts.map +1 -0
- package/dist/ui/option-list/option-list-preview.js +54 -0
- package/dist/ui/option-list/option-list-preview.js.map +1 -0
- package/dist/ui/option-list/option-list.cjs +42 -0
- package/dist/ui/option-list/option-list.cjs.map +1 -0
- package/dist/ui/option-list/option-list.css +83 -0
- package/dist/ui/option-list/option-list.d.ts +32 -0
- package/dist/ui/option-list/option-list.d.ts.map +1 -0
- package/dist/ui/option-list/option-list.js +18 -0
- package/dist/ui/option-list/option-list.js.map +1 -0
- package/dist/ui/page-header/index.cjs +23 -0
- package/dist/ui/page-header/index.cjs.map +1 -0
- package/dist/ui/page-header/index.d.ts +2 -0
- package/dist/ui/page-header/index.d.ts.map +1 -0
- package/dist/ui/page-header/index.js +2 -0
- package/dist/ui/page-header/index.js.map +1 -0
- package/dist/ui/page-header/page-header-preview.cjs +84 -0
- package/dist/ui/page-header/page-header-preview.cjs.map +1 -0
- package/dist/ui/page-header/page-header-preview.d.ts +3 -0
- package/dist/ui/page-header/page-header-preview.d.ts.map +1 -0
- package/dist/ui/page-header/page-header-preview.js +60 -0
- package/dist/ui/page-header/page-header-preview.js.map +1 -0
- package/dist/ui/page-header/page-header.cjs +47 -0
- package/dist/ui/page-header/page-header.cjs.map +1 -0
- package/dist/ui/page-header/page-header.css +38 -0
- package/dist/ui/page-header/page-header.d.ts +9 -0
- package/dist/ui/page-header/page-header.d.ts.map +1 -0
- package/dist/ui/page-header/page-header.js +23 -0
- package/dist/ui/page-header/page-header.js.map +1 -0
- package/dist/ui/page-shell/index.cjs +23 -0
- package/dist/ui/page-shell/index.cjs.map +1 -0
- package/dist/ui/page-shell/index.d.ts +2 -0
- package/dist/ui/page-shell/index.d.ts.map +1 -0
- package/dist/ui/page-shell/index.js +2 -0
- package/dist/ui/page-shell/index.js.map +1 -0
- package/dist/ui/page-shell/page-shell-preview.cjs +138 -0
- package/dist/ui/page-shell/page-shell-preview.cjs.map +1 -0
- package/dist/ui/page-shell/page-shell-preview.d.ts +3 -0
- package/dist/ui/page-shell/page-shell-preview.d.ts.map +1 -0
- package/dist/ui/page-shell/page-shell-preview.js +114 -0
- package/dist/ui/page-shell/page-shell-preview.js.map +1 -0
- package/dist/ui/page-shell/page-shell.cjs +46 -0
- package/dist/ui/page-shell/page-shell.cjs.map +1 -0
- package/dist/ui/page-shell/page-shell.css +31 -0
- package/dist/ui/page-shell/page-shell.d.ts +22 -0
- package/dist/ui/page-shell/page-shell.d.ts.map +1 -0
- package/dist/ui/page-shell/page-shell.js +22 -0
- package/dist/ui/page-shell/page-shell.js.map +1 -0
- package/dist/ui/password-input/index.cjs +23 -0
- package/dist/ui/password-input/index.cjs.map +1 -0
- package/dist/ui/password-input/index.d.ts +2 -0
- package/dist/ui/password-input/index.d.ts.map +1 -0
- package/dist/ui/password-input/index.js +2 -0
- package/dist/ui/password-input/index.js.map +1 -0
- package/dist/ui/password-input/password-input-preview.cjs +94 -0
- package/dist/ui/password-input/password-input-preview.cjs.map +1 -0
- package/dist/ui/password-input/password-input-preview.d.ts +3 -0
- package/dist/ui/password-input/password-input-preview.d.ts.map +1 -0
- package/dist/ui/password-input/password-input-preview.js +70 -0
- package/dist/ui/password-input/password-input-preview.js.map +1 -0
- package/dist/ui/password-input/password-input.cjs +74 -0
- package/dist/ui/password-input/password-input.cjs.map +1 -0
- package/dist/ui/password-input/password-input.css +111 -0
- package/dist/ui/password-input/password-input.d.ts +24 -0
- package/dist/ui/password-input/password-input.d.ts.map +1 -0
- package/dist/ui/password-input/password-input.js +50 -0
- package/dist/ui/password-input/password-input.js.map +1 -0
- package/dist/ui/phone-input/index.cjs +23 -0
- package/dist/ui/phone-input/index.cjs.map +1 -0
- package/dist/ui/phone-input/index.d.ts +2 -0
- package/dist/ui/phone-input/index.d.ts.map +1 -0
- package/dist/ui/phone-input/index.js +2 -0
- package/dist/ui/phone-input/index.js.map +1 -0
- package/dist/ui/phone-input/phone-input-preview.cjs +108 -0
- package/dist/ui/phone-input/phone-input-preview.cjs.map +1 -0
- package/dist/ui/phone-input/phone-input-preview.d.ts +3 -0
- package/dist/ui/phone-input/phone-input-preview.d.ts.map +1 -0
- package/dist/ui/phone-input/phone-input-preview.js +84 -0
- package/dist/ui/phone-input/phone-input-preview.js.map +1 -0
- package/dist/ui/phone-input/phone-input.cjs +176 -0
- package/dist/ui/phone-input/phone-input.cjs.map +1 -0
- package/dist/ui/phone-input/phone-input.css +194 -0
- package/dist/ui/phone-input/phone-input.d.ts +46 -0
- package/dist/ui/phone-input/phone-input.d.ts.map +1 -0
- package/dist/ui/phone-input/phone-input.js +157 -0
- package/dist/ui/phone-input/phone-input.js.map +1 -0
- package/dist/ui/pill-select/index.cjs +23 -0
- package/dist/ui/pill-select/index.cjs.map +1 -0
- package/dist/ui/pill-select/index.d.ts +2 -0
- package/dist/ui/pill-select/index.d.ts.map +1 -0
- package/dist/ui/pill-select/index.js +2 -0
- package/dist/ui/pill-select/index.js.map +1 -0
- package/dist/ui/pill-select/pill-select-preview.cjs +60 -0
- package/dist/ui/pill-select/pill-select-preview.cjs.map +1 -0
- package/dist/ui/pill-select/pill-select-preview.d.ts +29 -0
- package/dist/ui/pill-select/pill-select-preview.d.ts.map +1 -0
- package/dist/ui/pill-select/pill-select-preview.js +36 -0
- package/dist/ui/pill-select/pill-select-preview.js.map +1 -0
- package/dist/ui/pill-select/pill-select.cjs +187 -0
- package/dist/ui/pill-select/pill-select.cjs.map +1 -0
- package/dist/ui/pill-select/pill-select.css +127 -0
- package/dist/ui/pill-select/pill-select.d.ts +68 -0
- package/dist/ui/pill-select/pill-select.d.ts.map +1 -0
- package/dist/ui/pill-select/pill-select.js +163 -0
- package/dist/ui/pill-select/pill-select.js.map +1 -0
- package/dist/ui/popover/index.cjs +23 -0
- package/dist/ui/popover/index.cjs.map +1 -0
- package/dist/ui/popover/index.d.ts +2 -0
- package/dist/ui/popover/index.d.ts.map +1 -0
- package/dist/ui/popover/index.js +2 -0
- package/dist/ui/popover/index.js.map +1 -0
- package/dist/ui/popover/popover.cjs +170 -0
- package/dist/ui/popover/popover.cjs.map +1 -0
- package/dist/ui/popover/popover.css +11 -0
- package/dist/ui/popover/popover.d.ts +62 -0
- package/dist/ui/popover/popover.d.ts.map +1 -0
- package/dist/ui/popover/popover.js +153 -0
- package/dist/ui/popover/popover.js.map +1 -0
- package/dist/ui/progress-bar/index.cjs +29 -0
- package/dist/ui/progress-bar/index.cjs.map +1 -0
- package/dist/ui/progress-bar/index.d.ts +3 -0
- package/dist/ui/progress-bar/index.d.ts.map +1 -0
- package/dist/ui/progress-bar/index.js +5 -0
- package/dist/ui/progress-bar/index.js.map +1 -0
- package/dist/ui/progress-bar/progress-bar-preview.cjs +51 -0
- package/dist/ui/progress-bar/progress-bar-preview.cjs.map +1 -0
- package/dist/ui/progress-bar/progress-bar-preview.d.ts +5 -0
- package/dist/ui/progress-bar/progress-bar-preview.d.ts.map +1 -0
- package/dist/ui/progress-bar/progress-bar-preview.js +27 -0
- package/dist/ui/progress-bar/progress-bar-preview.js.map +1 -0
- package/dist/ui/progress-bar/progress-bar.cjs +89 -0
- package/dist/ui/progress-bar/progress-bar.cjs.map +1 -0
- package/dist/ui/progress-bar/progress-bar.css +90 -0
- package/dist/ui/progress-bar/progress-bar.d.ts +26 -0
- package/dist/ui/progress-bar/progress-bar.d.ts.map +1 -0
- package/dist/ui/progress-bar/progress-bar.js +65 -0
- package/dist/ui/progress-bar/progress-bar.js.map +1 -0
- package/dist/ui/property-field/index.cjs +23 -0
- package/dist/ui/property-field/index.cjs.map +1 -0
- package/dist/ui/property-field/index.d.ts +2 -0
- package/dist/ui/property-field/index.d.ts.map +1 -0
- package/dist/ui/property-field/index.js +2 -0
- package/dist/ui/property-field/index.js.map +1 -0
- package/dist/ui/property-field/property-field-preview.cjs +49 -0
- package/dist/ui/property-field/property-field-preview.cjs.map +1 -0
- package/dist/ui/property-field/property-field-preview.d.ts +3 -0
- package/dist/ui/property-field/property-field-preview.d.ts.map +1 -0
- package/dist/ui/property-field/property-field-preview.js +25 -0
- package/dist/ui/property-field/property-field-preview.js.map +1 -0
- package/dist/ui/property-field/property-field.cjs +41 -0
- package/dist/ui/property-field/property-field.cjs.map +1 -0
- package/dist/ui/property-field/property-field.css +40 -0
- package/dist/ui/property-field/property-field.d.ts +11 -0
- package/dist/ui/property-field/property-field.d.ts.map +1 -0
- package/dist/ui/property-field/property-field.js +16 -0
- package/dist/ui/property-field/property-field.js.map +1 -0
- package/dist/ui/property-field/property-grid-preview.cjs +43 -0
- package/dist/ui/property-field/property-grid-preview.cjs.map +1 -0
- package/dist/ui/property-field/property-grid-preview.d.ts +9 -0
- package/dist/ui/property-field/property-grid-preview.d.ts.map +1 -0
- package/dist/ui/property-field/property-grid-preview.js +19 -0
- package/dist/ui/property-field/property-grid-preview.js.map +1 -0
- package/dist/ui/radio-group/index.cjs +23 -0
- package/dist/ui/radio-group/index.cjs.map +1 -0
- package/dist/ui/radio-group/index.d.ts +2 -0
- package/dist/ui/radio-group/index.d.ts.map +1 -0
- package/dist/ui/radio-group/index.js +2 -0
- package/dist/ui/radio-group/index.js.map +1 -0
- package/dist/ui/radio-group/radio-group-preview.cjs +156 -0
- package/dist/ui/radio-group/radio-group-preview.cjs.map +1 -0
- package/dist/ui/radio-group/radio-group-preview.d.ts +3 -0
- package/dist/ui/radio-group/radio-group-preview.d.ts.map +1 -0
- package/dist/ui/radio-group/radio-group-preview.js +132 -0
- package/dist/ui/radio-group/radio-group-preview.js.map +1 -0
- package/dist/ui/radio-group/radio-group.cjs +112 -0
- package/dist/ui/radio-group/radio-group.cjs.map +1 -0
- package/dist/ui/radio-group/radio-group.css +104 -0
- package/dist/ui/radio-group/radio-group.d.ts +44 -0
- package/dist/ui/radio-group/radio-group.d.ts.map +1 -0
- package/dist/ui/radio-group/radio-group.js +87 -0
- package/dist/ui/radio-group/radio-group.js.map +1 -0
- package/dist/ui/range-slider/index.cjs +23 -0
- package/dist/ui/range-slider/index.cjs.map +1 -0
- package/dist/ui/range-slider/index.d.ts +2 -0
- package/dist/ui/range-slider/index.d.ts.map +1 -0
- package/dist/ui/range-slider/index.js +2 -0
- package/dist/ui/range-slider/index.js.map +1 -0
- package/dist/ui/range-slider/range-slider.cjs +99 -0
- package/dist/ui/range-slider/range-slider.cjs.map +1 -0
- package/dist/ui/range-slider/range-slider.css +95 -0
- package/dist/ui/range-slider/range-slider.d.ts +43 -0
- package/dist/ui/range-slider/range-slider.d.ts.map +1 -0
- package/dist/ui/range-slider/range-slider.js +75 -0
- package/dist/ui/range-slider/range-slider.js.map +1 -0
- package/dist/ui/responsive-grid/index.cjs +23 -0
- package/dist/ui/responsive-grid/index.cjs.map +1 -0
- package/dist/ui/responsive-grid/index.d.ts +2 -0
- package/dist/ui/responsive-grid/index.d.ts.map +1 -0
- package/dist/ui/responsive-grid/index.js +2 -0
- package/dist/ui/responsive-grid/index.js.map +1 -0
- package/dist/ui/responsive-grid/responsive-grid-preview.cjs +56 -0
- package/dist/ui/responsive-grid/responsive-grid-preview.cjs.map +1 -0
- package/dist/ui/responsive-grid/responsive-grid-preview.d.ts +8 -0
- package/dist/ui/responsive-grid/responsive-grid-preview.d.ts.map +1 -0
- package/dist/ui/responsive-grid/responsive-grid-preview.js +32 -0
- package/dist/ui/responsive-grid/responsive-grid-preview.js.map +1 -0
- package/dist/ui/responsive-grid/responsive-grid.cjs +44 -0
- package/dist/ui/responsive-grid/responsive-grid.cjs.map +1 -0
- package/dist/ui/responsive-grid/responsive-grid.css +7 -0
- package/dist/ui/responsive-grid/responsive-grid.d.ts +25 -0
- package/dist/ui/responsive-grid/responsive-grid.d.ts.map +1 -0
- package/dist/ui/responsive-grid/responsive-grid.js +20 -0
- package/dist/ui/responsive-grid/responsive-grid.js.map +1 -0
- package/dist/ui/search-dropdown/index.cjs +23 -0
- package/dist/ui/search-dropdown/index.cjs.map +1 -0
- package/dist/ui/search-dropdown/index.d.ts +2 -0
- package/dist/ui/search-dropdown/index.d.ts.map +1 -0
- package/dist/ui/search-dropdown/index.js +2 -0
- package/dist/ui/search-dropdown/index.js.map +1 -0
- package/dist/ui/search-dropdown/search-dropdown-preview.cjs +92 -0
- package/dist/ui/search-dropdown/search-dropdown-preview.cjs.map +1 -0
- package/dist/ui/search-dropdown/search-dropdown-preview.d.ts +3 -0
- package/dist/ui/search-dropdown/search-dropdown-preview.d.ts.map +1 -0
- package/dist/ui/search-dropdown/search-dropdown-preview.js +68 -0
- package/dist/ui/search-dropdown/search-dropdown-preview.js.map +1 -0
- package/dist/ui/search-dropdown/search-dropdown.cjs +143 -0
- package/dist/ui/search-dropdown/search-dropdown.cjs.map +1 -0
- package/dist/ui/search-dropdown/search-dropdown.css +131 -0
- package/dist/ui/search-dropdown/search-dropdown.d.ts +67 -0
- package/dist/ui/search-dropdown/search-dropdown.d.ts.map +1 -0
- package/dist/ui/search-dropdown/search-dropdown.js +119 -0
- package/dist/ui/search-dropdown/search-dropdown.js.map +1 -0
- package/dist/ui/section-header/index.cjs +23 -0
- package/dist/ui/section-header/index.cjs.map +1 -0
- package/dist/ui/section-header/index.d.ts +2 -0
- package/dist/ui/section-header/index.d.ts.map +1 -0
- package/dist/ui/section-header/index.js +2 -0
- package/dist/ui/section-header/index.js.map +1 -0
- package/dist/ui/section-header/section-header-preview.cjs +56 -0
- package/dist/ui/section-header/section-header-preview.cjs.map +1 -0
- package/dist/ui/section-header/section-header-preview.d.ts +3 -0
- package/dist/ui/section-header/section-header-preview.d.ts.map +1 -0
- package/dist/ui/section-header/section-header-preview.js +32 -0
- package/dist/ui/section-header/section-header-preview.js.map +1 -0
- package/dist/ui/section-header/section-header.cjs +47 -0
- package/dist/ui/section-header/section-header.cjs.map +1 -0
- package/dist/ui/section-header/section-header.css +39 -0
- package/dist/ui/section-header/section-header.d.ts +40 -0
- package/dist/ui/section-header/section-header.d.ts.map +1 -0
- package/dist/ui/section-header/section-header.js +23 -0
- package/dist/ui/section-header/section-header.js.map +1 -0
- package/dist/ui/segment-card/index.cjs +29 -0
- package/dist/ui/segment-card/index.cjs.map +1 -0
- package/dist/ui/segment-card/index.d.ts +3 -0
- package/dist/ui/segment-card/index.d.ts.map +1 -0
- package/dist/ui/segment-card/index.js +5 -0
- package/dist/ui/segment-card/index.js.map +1 -0
- package/dist/ui/segment-card/segment-card-preview.cjs +115 -0
- package/dist/ui/segment-card/segment-card-preview.cjs.map +1 -0
- package/dist/ui/segment-card/segment-card-preview.d.ts +3 -0
- package/dist/ui/segment-card/segment-card-preview.d.ts.map +1 -0
- package/dist/ui/segment-card/segment-card-preview.js +91 -0
- package/dist/ui/segment-card/segment-card-preview.js.map +1 -0
- package/dist/ui/segment-card/segment-card.cjs +39 -0
- package/dist/ui/segment-card/segment-card.cjs.map +1 -0
- package/dist/ui/segment-card/segment-card.css +18 -0
- package/dist/ui/segment-card/segment-card.d.ts +31 -0
- package/dist/ui/segment-card/segment-card.d.ts.map +1 -0
- package/dist/ui/segment-card/segment-card.js +15 -0
- package/dist/ui/segment-card/segment-card.js.map +1 -0
- package/dist/ui/segment-row/index.cjs +29 -0
- package/dist/ui/segment-row/index.cjs.map +1 -0
- package/dist/ui/segment-row/index.d.ts +3 -0
- package/dist/ui/segment-row/index.d.ts.map +1 -0
- package/dist/ui/segment-row/index.js +5 -0
- package/dist/ui/segment-row/index.js.map +1 -0
- package/dist/ui/segment-row/segment-row-preview.cjs +78 -0
- package/dist/ui/segment-row/segment-row-preview.cjs.map +1 -0
- package/dist/ui/segment-row/segment-row-preview.d.ts +8 -0
- package/dist/ui/segment-row/segment-row-preview.d.ts.map +1 -0
- package/dist/ui/segment-row/segment-row-preview.js +54 -0
- package/dist/ui/segment-row/segment-row-preview.js.map +1 -0
- package/dist/ui/segment-row/segment-row.cjs +77 -0
- package/dist/ui/segment-row/segment-row.cjs.map +1 -0
- package/dist/ui/segment-row/segment-row.css +114 -0
- package/dist/ui/segment-row/segment-row.d.ts +42 -0
- package/dist/ui/segment-row/segment-row.d.ts.map +1 -0
- package/dist/ui/segment-row/segment-row.js +53 -0
- package/dist/ui/segment-row/segment-row.js.map +1 -0
- package/dist/ui/side-flexpane/index.cjs +23 -0
- package/dist/ui/side-flexpane/index.cjs.map +1 -0
- package/dist/ui/side-flexpane/index.d.ts +2 -0
- package/dist/ui/side-flexpane/index.d.ts.map +1 -0
- package/dist/ui/side-flexpane/index.js +2 -0
- package/dist/ui/side-flexpane/index.js.map +1 -0
- package/dist/ui/side-flexpane/side-flexpane-preview.cjs +64 -0
- package/dist/ui/side-flexpane/side-flexpane-preview.cjs.map +1 -0
- package/dist/ui/side-flexpane/side-flexpane-preview.d.ts +9 -0
- package/dist/ui/side-flexpane/side-flexpane-preview.d.ts.map +1 -0
- package/dist/ui/side-flexpane/side-flexpane-preview.js +40 -0
- package/dist/ui/side-flexpane/side-flexpane-preview.js.map +1 -0
- package/dist/ui/side-flexpane/side-flexpane.cjs +187 -0
- package/dist/ui/side-flexpane/side-flexpane.cjs.map +1 -0
- package/dist/ui/side-flexpane/side-flexpane.css +134 -0
- package/dist/ui/side-flexpane/side-flexpane.d.ts +63 -0
- package/dist/ui/side-flexpane/side-flexpane.d.ts.map +1 -0
- package/dist/ui/side-flexpane/side-flexpane.js +167 -0
- package/dist/ui/side-flexpane/side-flexpane.js.map +1 -0
- package/dist/ui/sidebar-nav-item/index.cjs +23 -0
- package/dist/ui/sidebar-nav-item/index.cjs.map +1 -0
- package/dist/ui/sidebar-nav-item/index.d.ts +2 -0
- package/dist/ui/sidebar-nav-item/index.d.ts.map +1 -0
- package/dist/ui/sidebar-nav-item/index.js +2 -0
- package/dist/ui/sidebar-nav-item/index.js.map +1 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.cjs +137 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.cjs.map +1 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.d.ts +3 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.d.ts.map +1 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.js +113 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item-preview.js.map +1 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.cjs +73 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.cjs.map +1 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.css +94 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.d.ts +49 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.d.ts.map +1 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.js +49 -0
- package/dist/ui/sidebar-nav-item/sidebar-nav-item.js.map +1 -0
- package/dist/ui/sidebar-nav-trigger/index.cjs +23 -0
- package/dist/ui/sidebar-nav-trigger/index.cjs.map +1 -0
- package/dist/ui/sidebar-nav-trigger/index.d.ts +2 -0
- package/dist/ui/sidebar-nav-trigger/index.d.ts.map +1 -0
- package/dist/ui/sidebar-nav-trigger/index.js +2 -0
- package/dist/ui/sidebar-nav-trigger/index.js.map +1 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.cjs +104 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.cjs.map +1 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.d.ts +28 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.d.ts.map +1 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.js +80 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger-preview.js.map +1 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.cjs +74 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.cjs.map +1 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.css +202 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.d.ts +124 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.d.ts.map +1 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.js +50 -0
- package/dist/ui/sidebar-nav-trigger/sidebar-nav-trigger.js.map +1 -0
- package/dist/ui/slider/index.cjs +23 -0
- package/dist/ui/slider/index.cjs.map +1 -0
- package/dist/ui/slider/index.d.ts +2 -0
- package/dist/ui/slider/index.d.ts.map +1 -0
- package/dist/ui/slider/index.js +2 -0
- package/dist/ui/slider/index.js.map +1 -0
- package/dist/ui/slider/slider-preview.cjs +129 -0
- package/dist/ui/slider/slider-preview.cjs.map +1 -0
- package/dist/ui/slider/slider-preview.d.ts +3 -0
- package/dist/ui/slider/slider-preview.d.ts.map +1 -0
- package/dist/ui/slider/slider-preview.js +105 -0
- package/dist/ui/slider/slider-preview.js.map +1 -0
- package/dist/ui/slider/slider.cjs +61 -0
- package/dist/ui/slider/slider.cjs.map +1 -0
- package/dist/ui/slider/slider.css +62 -0
- package/dist/ui/slider/slider.d.ts +21 -0
- package/dist/ui/slider/slider.d.ts.map +1 -0
- package/dist/ui/slider/slider.js +37 -0
- package/dist/ui/slider/slider.js.map +1 -0
- package/dist/ui/stack/index.cjs +23 -0
- package/dist/ui/stack/index.cjs.map +1 -0
- package/dist/ui/stack/index.d.ts +2 -0
- package/dist/ui/stack/index.d.ts.map +1 -0
- package/dist/ui/stack/index.js +2 -0
- package/dist/ui/stack/index.js.map +1 -0
- package/dist/ui/stack/stack-preview.cjs +53 -0
- package/dist/ui/stack/stack-preview.cjs.map +1 -0
- package/dist/ui/stack/stack-preview.d.ts +3 -0
- package/dist/ui/stack/stack-preview.d.ts.map +1 -0
- package/dist/ui/stack/stack-preview.js +29 -0
- package/dist/ui/stack/stack-preview.js.map +1 -0
- package/dist/ui/stack/stack.cjs +50 -0
- package/dist/ui/stack/stack.cjs.map +1 -0
- package/dist/ui/stack/stack.css +19 -0
- package/dist/ui/stack/stack.d.ts +21 -0
- package/dist/ui/stack/stack.d.ts.map +1 -0
- package/dist/ui/stack/stack.js +26 -0
- package/dist/ui/stack/stack.js.map +1 -0
- package/dist/ui/stat-card/index.cjs +23 -0
- package/dist/ui/stat-card/index.cjs.map +1 -0
- package/dist/ui/stat-card/index.d.ts +2 -0
- package/dist/ui/stat-card/index.d.ts.map +1 -0
- package/dist/ui/stat-card/index.js +2 -0
- package/dist/ui/stat-card/index.js.map +1 -0
- package/dist/ui/stat-card/stat-card-preview.cjs +84 -0
- package/dist/ui/stat-card/stat-card-preview.cjs.map +1 -0
- package/dist/ui/stat-card/stat-card-preview.d.ts +3 -0
- package/dist/ui/stat-card/stat-card-preview.d.ts.map +1 -0
- package/dist/ui/stat-card/stat-card-preview.js +60 -0
- package/dist/ui/stat-card/stat-card-preview.js.map +1 -0
- package/dist/ui/stat-card/stat-card.cjs +67 -0
- package/dist/ui/stat-card/stat-card.cjs.map +1 -0
- package/dist/ui/stat-card/stat-card.css +47 -0
- package/dist/ui/stat-card/stat-card.d.ts +10 -0
- package/dist/ui/stat-card/stat-card.d.ts.map +1 -0
- package/dist/ui/stat-card/stat-card.js +43 -0
- package/dist/ui/stat-card/stat-card.js.map +1 -0
- package/dist/ui/styles.css +100 -0
- package/dist/ui/tabs/index.cjs +23 -0
- package/dist/ui/tabs/index.cjs.map +1 -0
- package/dist/ui/tabs/index.d.ts +2 -0
- package/dist/ui/tabs/index.d.ts.map +1 -0
- package/dist/ui/tabs/index.js +2 -0
- package/dist/ui/tabs/index.js.map +1 -0
- package/dist/ui/tabs/tabs-preview.cjs +123 -0
- package/dist/ui/tabs/tabs-preview.cjs.map +1 -0
- package/dist/ui/tabs/tabs-preview.d.ts +3 -0
- package/dist/ui/tabs/tabs-preview.d.ts.map +1 -0
- package/dist/ui/tabs/tabs-preview.js +99 -0
- package/dist/ui/tabs/tabs-preview.js.map +1 -0
- package/dist/ui/tabs/tabs.cjs +77 -0
- package/dist/ui/tabs/tabs.cjs.map +1 -0
- package/dist/ui/tabs/tabs.css +69 -0
- package/dist/ui/tabs/tabs.d.ts +17 -0
- package/dist/ui/tabs/tabs.d.ts.map +1 -0
- package/dist/ui/tabs/tabs.js +53 -0
- package/dist/ui/tabs/tabs.js.map +1 -0
- package/dist/ui/tabs-underline/index.cjs +23 -0
- package/dist/ui/tabs-underline/index.cjs.map +1 -0
- package/dist/ui/tabs-underline/index.d.ts +2 -0
- package/dist/ui/tabs-underline/index.d.ts.map +1 -0
- package/dist/ui/tabs-underline/index.js +2 -0
- package/dist/ui/tabs-underline/index.js.map +1 -0
- package/dist/ui/tabs-underline/tabs-underline-preview.cjs +128 -0
- package/dist/ui/tabs-underline/tabs-underline-preview.cjs.map +1 -0
- package/dist/ui/tabs-underline/tabs-underline-preview.d.ts +3 -0
- package/dist/ui/tabs-underline/tabs-underline-preview.d.ts.map +1 -0
- package/dist/ui/tabs-underline/tabs-underline-preview.js +104 -0
- package/dist/ui/tabs-underline/tabs-underline-preview.js.map +1 -0
- package/dist/ui/tabs-underline/tabs-underline.cjs +80 -0
- package/dist/ui/tabs-underline/tabs-underline.cjs.map +1 -0
- package/dist/ui/tabs-underline/tabs-underline.css +59 -0
- package/dist/ui/tabs-underline/tabs-underline.d.ts +17 -0
- package/dist/ui/tabs-underline/tabs-underline.d.ts.map +1 -0
- package/dist/ui/tabs-underline/tabs-underline.js +56 -0
- package/dist/ui/tabs-underline/tabs-underline.js.map +1 -0
- package/dist/ui/tag/index.cjs +23 -0
- package/dist/ui/tag/index.cjs.map +1 -0
- package/dist/ui/tag/index.d.ts +2 -0
- package/dist/ui/tag/index.d.ts.map +1 -0
- package/dist/ui/tag/index.js +2 -0
- package/dist/ui/tag/index.js.map +1 -0
- package/dist/ui/tag/tag-preview.cjs +65 -0
- package/dist/ui/tag/tag-preview.cjs.map +1 -0
- package/dist/ui/tag/tag-preview.d.ts +3 -0
- package/dist/ui/tag/tag-preview.d.ts.map +1 -0
- package/dist/ui/tag/tag-preview.js +41 -0
- package/dist/ui/tag/tag-preview.js.map +1 -0
- package/dist/ui/tag/tag.cjs +36 -0
- package/dist/ui/tag/tag.cjs.map +1 -0
- package/dist/ui/tag/tag.css +85 -0
- package/dist/ui/tag/tag.d.ts +23 -0
- package/dist/ui/tag/tag.d.ts.map +1 -0
- package/dist/ui/tag/tag.js +12 -0
- package/dist/ui/tag/tag.js.map +1 -0
- package/dist/ui/thumbnail/index.cjs +23 -0
- package/dist/ui/thumbnail/index.cjs.map +1 -0
- package/dist/ui/thumbnail/index.d.ts +2 -0
- package/dist/ui/thumbnail/index.d.ts.map +1 -0
- package/dist/ui/thumbnail/index.js +2 -0
- package/dist/ui/thumbnail/index.js.map +1 -0
- package/dist/ui/thumbnail/thumbnail-preview.cjs +61 -0
- package/dist/ui/thumbnail/thumbnail-preview.cjs.map +1 -0
- package/dist/ui/thumbnail/thumbnail-preview.d.ts +3 -0
- package/dist/ui/thumbnail/thumbnail-preview.d.ts.map +1 -0
- package/dist/ui/thumbnail/thumbnail-preview.js +37 -0
- package/dist/ui/thumbnail/thumbnail-preview.js.map +1 -0
- package/dist/ui/thumbnail/thumbnail.cjs +59 -0
- package/dist/ui/thumbnail/thumbnail.cjs.map +1 -0
- package/dist/ui/thumbnail/thumbnail.css +42 -0
- package/dist/ui/thumbnail/thumbnail.d.ts +10 -0
- package/dist/ui/thumbnail/thumbnail.d.ts.map +1 -0
- package/dist/ui/thumbnail/thumbnail.js +35 -0
- package/dist/ui/thumbnail/thumbnail.js.map +1 -0
- package/dist/ui/time-input/index.cjs +23 -0
- package/dist/ui/time-input/index.cjs.map +1 -0
- package/dist/ui/time-input/index.d.ts +2 -0
- package/dist/ui/time-input/index.d.ts.map +1 -0
- package/dist/ui/time-input/index.js +2 -0
- package/dist/ui/time-input/index.js.map +1 -0
- package/dist/ui/time-input/time-input-preview.cjs +101 -0
- package/dist/ui/time-input/time-input-preview.cjs.map +1 -0
- package/dist/ui/time-input/time-input-preview.d.ts +3 -0
- package/dist/ui/time-input/time-input-preview.d.ts.map +1 -0
- package/dist/ui/time-input/time-input-preview.js +77 -0
- package/dist/ui/time-input/time-input-preview.js.map +1 -0
- package/dist/ui/time-input/time-input.cjs +346 -0
- package/dist/ui/time-input/time-input.cjs.map +1 -0
- package/dist/ui/time-input/time-input.css +260 -0
- package/dist/ui/time-input/time-input.d.ts +77 -0
- package/dist/ui/time-input/time-input.d.ts.map +1 -0
- package/dist/ui/time-input/time-input.js +322 -0
- package/dist/ui/time-input/time-input.js.map +1 -0
- package/dist/ui/timeline-entry/index.cjs +23 -0
- package/dist/ui/timeline-entry/index.cjs.map +1 -0
- package/dist/ui/timeline-entry/index.d.ts +2 -0
- package/dist/ui/timeline-entry/index.d.ts.map +1 -0
- package/dist/ui/timeline-entry/index.js +2 -0
- package/dist/ui/timeline-entry/index.js.map +1 -0
- package/dist/ui/timeline-entry/timeline-entry-preview.cjs +174 -0
- package/dist/ui/timeline-entry/timeline-entry-preview.cjs.map +1 -0
- package/dist/ui/timeline-entry/timeline-entry-preview.d.ts +3 -0
- package/dist/ui/timeline-entry/timeline-entry-preview.d.ts.map +1 -0
- package/dist/ui/timeline-entry/timeline-entry-preview.js +150 -0
- package/dist/ui/timeline-entry/timeline-entry-preview.js.map +1 -0
- package/dist/ui/timeline-entry/timeline-entry.cjs +64 -0
- package/dist/ui/timeline-entry/timeline-entry.cjs.map +1 -0
- package/dist/ui/timeline-entry/timeline-entry.css +73 -0
- package/dist/ui/timeline-entry/timeline-entry.d.ts +15 -0
- package/dist/ui/timeline-entry/timeline-entry.d.ts.map +1 -0
- package/dist/ui/timeline-entry/timeline-entry.js +40 -0
- package/dist/ui/timeline-entry/timeline-entry.js.map +1 -0
- package/dist/ui/toast/index.cjs +25 -0
- package/dist/ui/toast/index.cjs.map +1 -0
- package/dist/ui/toast/index.d.ts +3 -0
- package/dist/ui/toast/index.d.ts.map +1 -0
- package/dist/ui/toast/index.js +3 -0
- package/dist/ui/toast/index.js.map +1 -0
- package/dist/ui/toast/toast-preview.cjs +162 -0
- package/dist/ui/toast/toast-preview.cjs.map +1 -0
- package/dist/ui/toast/toast-preview.d.ts +14 -0
- package/dist/ui/toast/toast-preview.d.ts.map +1 -0
- package/dist/ui/toast/toast-preview.js +138 -0
- package/dist/ui/toast/toast-preview.js.map +1 -0
- package/dist/ui/toast/toast.cjs +81 -0
- package/dist/ui/toast/toast.cjs.map +1 -0
- package/dist/ui/toast/toast.css +193 -0
- package/dist/ui/toast/toast.d.ts +38 -0
- package/dist/ui/toast/toast.d.ts.map +1 -0
- package/dist/ui/toast/toast.js +57 -0
- package/dist/ui/toast/toast.js.map +1 -0
- package/dist/ui/toast/toaster.cjs +88 -0
- package/dist/ui/toast/toaster.cjs.map +1 -0
- package/dist/ui/toast/toaster.d.ts +47 -0
- package/dist/ui/toast/toaster.d.ts.map +1 -0
- package/dist/ui/toast/toaster.js +66 -0
- package/dist/ui/toast/toaster.js.map +1 -0
- package/dist/ui/toggle-switch/index.cjs +23 -0
- package/dist/ui/toggle-switch/index.cjs.map +1 -0
- package/dist/ui/toggle-switch/index.d.ts +2 -0
- package/dist/ui/toggle-switch/index.d.ts.map +1 -0
- package/dist/ui/toggle-switch/index.js +2 -0
- package/dist/ui/toggle-switch/index.js.map +1 -0
- package/dist/ui/toggle-switch/toggle-preview.cjs +146 -0
- package/dist/ui/toggle-switch/toggle-preview.cjs.map +1 -0
- package/dist/ui/toggle-switch/toggle-preview.d.ts +3 -0
- package/dist/ui/toggle-switch/toggle-preview.d.ts.map +1 -0
- package/dist/ui/toggle-switch/toggle-preview.js +122 -0
- package/dist/ui/toggle-switch/toggle-preview.js.map +1 -0
- package/dist/ui/toggle-switch/toggle-switch.cjs +85 -0
- package/dist/ui/toggle-switch/toggle-switch.cjs.map +1 -0
- package/dist/ui/toggle-switch/toggle-switch.css +95 -0
- package/dist/ui/toggle-switch/toggle-switch.d.ts +36 -0
- package/dist/ui/toggle-switch/toggle-switch.d.ts.map +1 -0
- package/dist/ui/toggle-switch/toggle-switch.js +61 -0
- package/dist/ui/toggle-switch/toggle-switch.js.map +1 -0
- package/dist/ui/tooltip/content-tooltip-preview.cjs +98 -0
- package/dist/ui/tooltip/content-tooltip-preview.cjs.map +1 -0
- package/dist/ui/tooltip/content-tooltip-preview.d.ts +3 -0
- package/dist/ui/tooltip/content-tooltip-preview.d.ts.map +1 -0
- package/dist/ui/tooltip/content-tooltip-preview.js +74 -0
- package/dist/ui/tooltip/content-tooltip-preview.js.map +1 -0
- package/dist/ui/tooltip/index.cjs +23 -0
- package/dist/ui/tooltip/index.cjs.map +1 -0
- package/dist/ui/tooltip/index.d.ts +2 -0
- package/dist/ui/tooltip/index.d.ts.map +1 -0
- package/dist/ui/tooltip/index.js +2 -0
- package/dist/ui/tooltip/index.js.map +1 -0
- package/dist/ui/tooltip/tooltip-preview.cjs +87 -0
- package/dist/ui/tooltip/tooltip-preview.cjs.map +1 -0
- package/dist/ui/tooltip/tooltip-preview.d.ts +3 -0
- package/dist/ui/tooltip/tooltip-preview.d.ts.map +1 -0
- package/dist/ui/tooltip/tooltip-preview.js +63 -0
- package/dist/ui/tooltip/tooltip-preview.js.map +1 -0
- package/dist/ui/tooltip/tooltip.cjs +63 -0
- package/dist/ui/tooltip/tooltip.cjs.map +1 -0
- package/dist/ui/tooltip/tooltip.css +51 -0
- package/dist/ui/tooltip/tooltip.d.ts +14 -0
- package/dist/ui/tooltip/tooltip.d.ts.map +1 -0
- package/dist/ui/tooltip/tooltip.js +38 -0
- package/dist/ui/tooltip/tooltip.js.map +1 -0
- package/dist/ui/type-overview-card/index.cjs +23 -0
- package/dist/ui/type-overview-card/index.cjs.map +1 -0
- package/dist/ui/type-overview-card/index.d.ts +2 -0
- package/dist/ui/type-overview-card/index.d.ts.map +1 -0
- package/dist/ui/type-overview-card/index.js +2 -0
- package/dist/ui/type-overview-card/index.js.map +1 -0
- package/dist/ui/type-overview-card/type-overview-card-preview.cjs +59 -0
- package/dist/ui/type-overview-card/type-overview-card-preview.cjs.map +1 -0
- package/dist/ui/type-overview-card/type-overview-card-preview.d.ts +3 -0
- package/dist/ui/type-overview-card/type-overview-card-preview.d.ts.map +1 -0
- package/dist/ui/type-overview-card/type-overview-card-preview.js +35 -0
- package/dist/ui/type-overview-card/type-overview-card-preview.js.map +1 -0
- package/dist/ui/type-overview-card/type-overview-card.cjs +67 -0
- package/dist/ui/type-overview-card/type-overview-card.cjs.map +1 -0
- package/dist/ui/type-overview-card/type-overview-card.css +64 -0
- package/dist/ui/type-overview-card/type-overview-card.d.ts +19 -0
- package/dist/ui/type-overview-card/type-overview-card.d.ts.map +1 -0
- package/dist/ui/type-overview-card/type-overview-card.js +43 -0
- package/dist/ui/type-overview-card/type-overview-card.js.map +1 -0
- package/dist/ui/view-switcher/index.cjs +23 -0
- package/dist/ui/view-switcher/index.cjs.map +1 -0
- package/dist/ui/view-switcher/index.d.ts +2 -0
- package/dist/ui/view-switcher/index.d.ts.map +1 -0
- package/dist/ui/view-switcher/index.js +2 -0
- package/dist/ui/view-switcher/index.js.map +1 -0
- package/dist/ui/view-switcher/view-switcher-preview.cjs +122 -0
- package/dist/ui/view-switcher/view-switcher-preview.cjs.map +1 -0
- package/dist/ui/view-switcher/view-switcher-preview.d.ts +3 -0
- package/dist/ui/view-switcher/view-switcher-preview.d.ts.map +1 -0
- package/dist/ui/view-switcher/view-switcher-preview.js +98 -0
- package/dist/ui/view-switcher/view-switcher-preview.js.map +1 -0
- package/dist/ui/view-switcher/view-switcher.cjs +66 -0
- package/dist/ui/view-switcher/view-switcher.cjs.map +1 -0
- package/dist/ui/view-switcher/view-switcher.css +47 -0
- package/dist/ui/view-switcher/view-switcher.d.ts +17 -0
- package/dist/ui/view-switcher/view-switcher.d.ts.map +1 -0
- package/dist/ui/view-switcher/view-switcher.js +42 -0
- package/dist/ui/view-switcher/view-switcher.js.map +1 -0
- package/package.json +134 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/calendar/calendar.tsx"],"sourcesContent":["import { useCallback, useMemo, useRef, useState } from 'react';\n\nimport { cn } from '@/helpers';\n\nimport { computeMonthGrid, type WeekStart } from '../../lib/calendar-grid';\nimport { Icon } from '../icon';\n\nimport type { HTMLAttributes, KeyboardEvent } from 'react';\n\nexport interface CalendarValue {\n start: Date | null;\n end: Date | null;\n}\n\ntype CalendarView = 'day' | 'month' | 'year';\n\nexport interface CalendarProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> {\n /** Currently-displayed month. Controlled. If omitted, atom owns it (initialized to the selected value's month, else today's). */\n month?: Date;\n /** Selection value. Controlled when passed. `{ start, end: null }` for a single date; `{ start, end }` for a range. */\n value?: CalendarValue;\n /** Override for \"today\". Defaults to real current date. */\n today?: Date;\n /** Predicate for disabled days. Disabled cells ignore clicks. */\n isDisabled?: (date: Date) => boolean;\n /** 0 = Sunday (US), 1 = Monday. */\n weekStartsOn?: WeekStart;\n /** Locale for month label and weekday names. */\n locale?: string;\n /** Fires after every click. `end` is null after the first click of a new range, set after the second. */\n onChange?: (value: CalendarValue) => void;\n /** Month navigation callback (prev/next buttons, outside-month-cell click, or drilling via month/year views). */\n onMonthChange?: (next: Date) => void;\n /** Drop a soft elevation shadow (the floating-surface look). Default true — pass `false` for a flat, inline / embedded calendar. */\n shadow?: boolean;\n /** Accessible name for the previous-month button. Default `\"Previous\"`. */\n previousMonthLabel?: string;\n /** Accessible name for the next-month button. Default `\"Next\"`. */\n nextMonthLabel?: string;\n /** Accessible name for the month/year drill-up button. Default `\"Drill up\"`. */\n drillUpLabel?: string;\n}\n\nconst MS_PER_DAY = 86_400_000;\nconst YEARS_PER_BLOCK = 12;\n\nfunction startOfDay(d: Date): Date {\n return new Date(d.getFullYear(), d.getMonth(), d.getDate());\n}\nfunction sameDay(a: Date | null | undefined, b: Date | null | undefined): boolean {\n if (!a || !b) return false;\n return startOfDay(a).getTime() === startOfDay(b).getTime();\n}\nfunction isStrictlyBetween(date: Date, start: Date | null | undefined, end: Date | null | undefined): boolean {\n if (!start || !end) return false;\n const t = startOfDay(date).getTime();\n const lo = Math.min(startOfDay(start).getTime(), startOfDay(end).getTime());\n const hi = Math.max(startOfDay(start).getTime(), startOfDay(end).getTime());\n return t > lo && t < hi;\n}\n\nfunction getWeekdayLabels(locale: string, weekStartsOn: WeekStart): string[] {\n const fmt = new Intl.DateTimeFormat(locale, { weekday: 'short' });\n // 2024-01-07 is a known Sunday — stable anchor for the formatter.\n const anchor = new Date(2024, 0, 7);\n const labels: string[] = [];\n for (let i = 0; i < 7; i++) {\n labels.push(fmt.format(new Date(anchor.getTime() + i * MS_PER_DAY)));\n }\n return weekStartsOn === 1 ? [...labels.slice(1), labels[0]] : labels;\n}\n\n/**\n * Year-block start for the year view. 12-year blocks aligned to multiples of\n * `YEARS_PER_BLOCK` (e.g. 2024 → 2016–2027). Block alignment is the iOS pattern;\n * picking any other anchor (decades, etc.) is equally valid — this just keeps\n * navigation predictable.\n */\nfunction yearBlockStart(year: number): number {\n return Math.floor(year / YEARS_PER_BLOCK) * YEARS_PER_BLOCK;\n}\n\n/** True if any day of `year-month` overlaps the inclusive selection range. */\nfunction monthOverlapsSelection(year: number, monthIdx: number, value: CalendarValue): boolean {\n if (!value.start) return false;\n const monthFirstMs = new Date(year, monthIdx, 1).getTime();\n const monthLastMs = new Date(year, monthIdx + 1, 0).getTime();\n const sMs = startOfDay(value.start).getTime();\n const eMs = value.end ? startOfDay(value.end).getTime() : sMs;\n const lo = Math.min(sMs, eMs);\n const hi = Math.max(sMs, eMs);\n return monthFirstMs <= hi && monthLastMs >= lo;\n}\n\n/** True if `year` falls within the inclusive selection range's year span. */\nfunction yearOverlapsSelection(year: number, value: CalendarValue): boolean {\n if (!value.start) return false;\n const sY = value.start.getFullYear();\n const eY = value.end ? value.end.getFullYear() : sY;\n const lo = Math.min(sY, eY);\n const hi = Math.max(sY, eY);\n return year >= lo && year <= hi;\n}\n\nconst EMPTY_VALUE: CalendarValue = { start: null, end: null };\n\n/**\n * Default roving-tabindex target for the day grid: the selected day if\n * it's in the visible grid and enabled, else today if visible and\n * enabled, else the first enabled cell, else 0. Keeps the grid reachable\n * via Tab even when the \"obvious\" cell happens to be disabled.\n */\nfunction defaultDayFocusIndex(\n cells: { date: Date; outside: boolean }[],\n start: Date | null,\n today: Date,\n isCellDisabled: (date: Date) => boolean,\n): number {\n const startIndex = start ? cells.findIndex((c) => sameDay(c.date, start)) : -1;\n if (startIndex >= 0 && !isCellDisabled(cells[startIndex].date)) return startIndex;\n const todayIndex = cells.findIndex((c) => sameDay(c.date, today));\n if (todayIndex >= 0 && !isCellDisabled(cells[todayIndex].date)) return todayIndex;\n const firstEnabled = cells.findIndex((c) => !isCellDisabled(c.date));\n return firstEnabled >= 0 ? firstEnabled : 0;\n}\n\nexport function Calendar({\n month,\n value,\n today,\n isDisabled,\n weekStartsOn = 0,\n locale = 'en-US',\n onChange,\n onMonthChange,\n shadow = true,\n previousMonthLabel = 'Previous',\n nextMonthLabel = 'Next',\n drillUpLabel = 'Drill up',\n className,\n ...rest\n}: CalendarProps) {\n const realToday = useMemo(() => today ?? new Date(), [today]);\n\n // Month state — controlled when `month` prop is provided. When uncontrolled,\n // seed from the current selection so opening on an existing date lands on\n // that date's month, not today's. The popover consumers mount the calendar\n // fresh per open, so this initial `value` is the selected date; nav then\n // owns `internalMonth`. Falls back to today's month when nothing's selected.\n const [internalMonth, setInternalMonth] = useState<Date>(() => {\n // `end` covers the range-input edge case where only the closing half is\n // seeded (`{ start: null, end }`); today is the last resort.\n const seed = value?.start ?? value?.end ?? realToday;\n return new Date(seed.getFullYear(), seed.getMonth(), 1);\n });\n const currentMonth = month ?? internalMonth;\n\n // View state — pure UI state, never controlled. Day view by default. Header\n // click drills up (day → month → year). Cell click drills back down.\n const [view, setView] = useState<CalendarView>('day');\n\n // Unified selection model — atom infers single vs range from click sequence.\n const isControlled = value !== undefined;\n const [internalValue, setInternalValue] = useState<CalendarValue>(EMPTY_VALUE);\n const currentValue = isControlled ? value : internalValue;\n const currentStart = currentValue.start;\n const currentEnd = currentValue.end;\n\n // Hover preview — only meaningful in the in-flight window in day view.\n const [hoveredDate, setHoveredDate] = useState<Date | null>(null);\n const inFlight = !!currentStart && !currentEnd;\n const previewEnd = inFlight && hoveredDate ? hoveredDate : currentEnd;\n const isRangeView = !!currentStart && !!previewEnd && !sameDay(currentStart, previewEnd);\n\n const dayCells = useMemo(\n () => computeMonthGrid(currentMonth, weekStartsOn),\n [currentMonth, weekStartsOn],\n );\n\n const isCellDisabled = useCallback((date: Date) => isDisabled?.(date) ?? false, [isDisabled]);\n\n // Roving tabindex across the day grid (ARIA grid pattern): only one cell\n // is a Tab stop at a time; arrow keys move it. `dayRefs` lets the arrow\n // handler call `.focus()` on the target cell after moving the index.\n const dayRefs = useRef<Array<HTMLButtonElement | null>>([]);\n const [focusedDayIndex, setFocusedDayIndex] = useState<number>(() =>\n defaultDayFocusIndex(dayCells, currentStart, realToday, isCellDisabled),\n );\n\n const weekdays = useMemo(\n () => getWeekdayLabels(locale, weekStartsOn),\n [locale, weekStartsOn],\n );\n\n // Header label — depends on the active view.\n const titleLabel = useMemo(() => {\n if (view === 'day') {\n return new Intl.DateTimeFormat(locale, { month: 'long', year: 'numeric' }).format(currentMonth);\n }\n if (view === 'month') {\n return String(currentMonth.getFullYear());\n }\n const start = yearBlockStart(currentMonth.getFullYear());\n return `${start}–${start + YEARS_PER_BLOCK - 1}`;\n }, [view, currentMonth, locale]);\n\n // Month-view labels — short month names from the locale formatter.\n const monthShortNames = useMemo(() => {\n const fmt = new Intl.DateTimeFormat(locale, { month: 'short' });\n return Array.from({ length: 12 }, (_, i) => fmt.format(new Date(2024, i, 1)));\n }, [locale]);\n\n const setMonth = useCallback(\n (next: Date) => {\n if (month === undefined) setInternalMonth(next);\n onMonthChange?.(next);\n // Re-target the day grid's roving tab stop for the month we're\n // navigating to — the previous index otherwise points at an\n // unrelated cell (or none) in the new grid.\n const nextCells = computeMonthGrid(next, weekStartsOn);\n setFocusedDayIndex(defaultDayFocusIndex(nextCells, currentStart, realToday, isCellDisabled));\n },\n [month, onMonthChange, weekStartsOn, currentStart, realToday, isCellDisabled],\n );\n\n // Prev/next nav stepping is view-aware: day → ±1 month, month → ±1 year,\n // year → ±12 years (one block).\n const handleNav = useCallback(\n (delta: number) => {\n const m = currentMonth.getMonth();\n const y = currentMonth.getFullYear();\n let next: Date;\n if (view === 'day') {\n next = new Date(y, m + delta, 1);\n } else if (view === 'month') {\n next = new Date(y + delta, m, 1);\n } else {\n next = new Date(y + delta * YEARS_PER_BLOCK, m, 1);\n }\n setMonth(next);\n },\n [view, currentMonth, setMonth],\n );\n\n // Header click drills up. Year view has nowhere further to go.\n const handleTitleClick = useCallback(() => {\n if (view === 'day') setView('month');\n else if (view === 'month') setView('year');\n }, [view]);\n\n const commit = useCallback(\n (next: CalendarValue) => {\n if (!isControlled) setInternalValue(next);\n onChange?.(next);\n },\n [isControlled, onChange],\n );\n\n // Day-cell click — the unified single/range click logic.\n const handleDayClick = useCallback(\n (date: Date, outside: boolean, disabled: boolean) => {\n if (disabled) return;\n if (outside) {\n setMonth(new Date(date.getFullYear(), date.getMonth(), 1));\n }\n const startingNew = !currentStart || !!currentEnd;\n if (startingNew) {\n commit({ start: date, end: null });\n } else {\n const s = currentStart!;\n let finalStart = s;\n let finalEnd = date;\n if (startOfDay(date).getTime() < startOfDay(s).getTime()) {\n finalStart = date;\n finalEnd = s;\n }\n commit({ start: finalStart, end: finalEnd });\n }\n setHoveredDate(null);\n },\n [currentStart, currentEnd, commit, setMonth],\n );\n\n // Month-view click drills back to day view for the clicked month.\n const handleMonthClick = useCallback(\n (monthIdx: number) => {\n setMonth(new Date(currentMonth.getFullYear(), monthIdx, 1));\n setView('day');\n },\n [currentMonth, setMonth],\n );\n\n // Year-view click drills to month view for the clicked year, preserving\n // the previously-active month-of-year so the user doesn't lose context.\n const handleYearClick = useCallback(\n (year: number) => {\n setMonth(new Date(year, currentMonth.getMonth(), 1));\n setView('month');\n },\n [currentMonth, setMonth],\n );\n\n const handleMouseEnter = useCallback(\n (date: Date, disabled: boolean) => {\n if (disabled) return;\n if (inFlight) setHoveredDate(date);\n },\n [inFlight],\n );\n\n const handleMouseLeave = useCallback((date: Date) => {\n setHoveredDate((prev) => (sameDay(prev, date) ? null : prev));\n }, []);\n\n // ARIA grid keyboard navigation for the day view: ArrowLeft/Right move a\n // day, ArrowUp/Down move a week, Home/End jump to the start/end of the\n // current week row. Stays within the visible 6×7 grid (doesn't cross\n // into the previous/next month) — disabled cells are skipped so arrow\n // navigation never lands on (and gets stuck at) an inert cell.\n const handleDayKeyDown = useCallback(\n (e: KeyboardEvent<HTMLButtonElement>, i: number) => {\n const rowStart = i - (i % 7);\n let step = 0;\n let bound: number | null = null;\n switch (e.key) {\n case 'ArrowLeft':\n step = -1;\n break;\n case 'ArrowRight':\n step = 1;\n break;\n case 'ArrowUp':\n step = -7;\n break;\n case 'ArrowDown':\n step = 7;\n break;\n case 'Home':\n step = -1;\n bound = rowStart;\n break;\n case 'End':\n step = 1;\n bound = rowStart + 6;\n break;\n default:\n return;\n }\n e.preventDefault();\n let next = bound ?? i + step;\n while (\n next >= 0 &&\n next < dayCells.length &&\n isCellDisabled(dayCells[next].date)\n ) {\n next += step;\n }\n if (next < 0 || next >= dayCells.length) return;\n setFocusedDayIndex(next);\n dayRefs.current[next]?.focus();\n },\n [dayCells, isCellDisabled],\n );\n\n return (\n <div className={cn('uxm-calendar', `uxm-calendar--view-${view}`, shadow && 'uxm-calendar--shadow', className)} {...rest}>\n <div className=\"uxm-calendar__header\">\n <button\n type=\"button\"\n className=\"uxm-calendar__nav\"\n onClick={() => handleNav(-1)}\n aria-label={previousMonthLabel}\n >\n <Icon glyph=\"chevron-left\" size={16} />\n </button>\n <button\n type=\"button\"\n className=\"uxm-calendar__title\"\n onClick={handleTitleClick}\n disabled={view === 'year'}\n aria-label={view === 'year' ? undefined : drillUpLabel}\n >\n {titleLabel}\n </button>\n <button\n type=\"button\"\n className=\"uxm-calendar__nav\"\n onClick={() => handleNav(1)}\n aria-label={nextMonthLabel}\n >\n <Icon glyph=\"chevron-right\" size={16} />\n </button>\n </div>\n\n {view === 'day' && (\n <>\n <div className=\"uxm-calendar__weekdays\" aria-hidden=\"true\">\n {weekdays.map((w) => (\n <div key={w} className=\"uxm-calendar__weekday\">{w}</div>\n ))}\n </div>\n <div className=\"uxm-calendar__grid\" role=\"grid\">\n {Array.from({ length: dayCells.length / 7 }, (_, week) => (\n // `display: contents` (see calendar.scss) keeps these cells as\n // direct participants in the parent's CSS grid while giving\n // each week its own `role=\"row\"` — the ARIA grid pattern\n // requires gridcells to be grouped into rows.\n <div key={week} role=\"row\" className=\"uxm-calendar__grid-row\">\n {dayCells.slice(week * 7, week * 7 + 7).map(({ date, outside }, col) => {\n const i = week * 7 + col;\n const isToday = sameDay(date, realToday);\n const isStart = sameDay(date, currentStart);\n const isEnd = !!previewEnd && sameDay(date, previewEnd);\n const isSelected = !isRangeView && isStart;\n const isRangeStart = isRangeView && isStart;\n const isRangeEnd = isRangeView && isEnd;\n const isInRange = isStrictlyBetween(date, currentStart, previewEnd);\n const disabled = isDisabled?.(date) ?? false;\n return (\n <button\n key={i}\n ref={(el) => {\n dayRefs.current[i] = el;\n }}\n type=\"button\"\n role=\"gridcell\"\n disabled={disabled}\n tabIndex={i === focusedDayIndex ? 0 : -1}\n onClick={() => {\n handleDayClick(date, outside, disabled);\n if (!disabled && !outside) setFocusedDayIndex(i);\n }}\n onKeyDown={(e) => handleDayKeyDown(e, i)}\n onMouseEnter={() => handleMouseEnter(date, disabled)}\n onMouseLeave={() => handleMouseLeave(date)}\n className={cn(\n 'uxm-calendar__day',\n outside && 'uxm-calendar__day--outside',\n isToday && 'uxm-calendar__day--today',\n isSelected && 'uxm-calendar__day--selected',\n isRangeStart && 'uxm-calendar__day--range-start',\n isRangeEnd && 'uxm-calendar__day--range-end',\n isInRange && 'uxm-calendar__day--in-range',\n disabled && 'uxm-calendar__day--disabled',\n )}\n aria-selected={isSelected || isRangeStart || isRangeEnd || undefined}\n aria-current={isToday ? 'date' : undefined}\n >\n {date.getDate()}\n </button>\n );\n })}\n </div>\n ))}\n </div>\n </>\n )}\n\n {view === 'month' && (\n <div className=\"uxm-calendar__months\" role=\"grid\">\n {monthShortNames.map((name, i) => {\n const year = currentMonth.getFullYear();\n const isCurrent = realToday.getFullYear() === year && realToday.getMonth() === i;\n const isSelected = monthOverlapsSelection(year, i, currentValue);\n return (\n <button\n key={i}\n type=\"button\"\n role=\"gridcell\"\n onClick={() => handleMonthClick(i)}\n className={cn(\n 'uxm-calendar__month',\n isCurrent && 'uxm-calendar__month--today',\n isSelected && 'uxm-calendar__month--selected',\n )}\n aria-selected={isSelected || undefined}\n aria-current={isCurrent ? 'true' : undefined}\n >\n {name}\n </button>\n );\n })}\n </div>\n )}\n\n {view === 'year' && (\n <div className=\"uxm-calendar__years\" role=\"grid\">\n {Array.from({ length: YEARS_PER_BLOCK }, (_, i) => {\n const year = yearBlockStart(currentMonth.getFullYear()) + i;\n const isCurrent = realToday.getFullYear() === year;\n const isSelected = yearOverlapsSelection(year, currentValue);\n return (\n <button\n key={year}\n type=\"button\"\n role=\"gridcell\"\n onClick={() => handleYearClick(year)}\n className={cn(\n 'uxm-calendar__year',\n isCurrent && 'uxm-calendar__year--today',\n isSelected && 'uxm-calendar__year--selected',\n )}\n aria-selected={isSelected || undefined}\n aria-current={isCurrent ? 'true' : undefined}\n >\n {year}\n </button>\n );\n })}\n </div>\n )}\n\n {/* \"Today\" — jumps the view back to the current month in day view so\n the user can find today after navigating away. Deliberately does\n NOT select today (returning to a date ≠ committing it); the day\n cell is one click away. */}\n <div className=\"uxm-calendar__footer\">\n <button\n type=\"button\"\n className=\"uxm-calendar__today-button\"\n disabled={isDisabled?.(realToday)}\n onClick={() => {\n setView('day');\n setMonth(new Date(realToday.getFullYear(), realToday.getMonth(), 1));\n }}\n >\n Today\n </button>\n </div>\n </div>\n );\n}\n"],"mappings":"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","names":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var calendar_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(calendar_exports);
|
|
18
|
+
__reExport(calendar_exports, require("./calendar.cjs"), module.exports);
|
|
19
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
20
|
+
0 && (module.exports = {
|
|
21
|
+
...require("./calendar.cjs")
|
|
22
|
+
});
|
|
23
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/calendar/index.ts"],"sourcesContent":["export * from './calendar';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,uBAAd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/calendar/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/calendar/index.ts"],"sourcesContent":["export * from './calendar';\n"],"mappings":"AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var card_preview_exports = {};
|
|
20
|
+
__export(card_preview_exports, {
|
|
21
|
+
CardPreview: () => CardPreview
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(card_preview_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
var import_ui = require("../../ui/index.cjs");
|
|
27
|
+
function CardPreview({ styles, variants }) {
|
|
28
|
+
const [name, setName] = (0, import_react.useState)("Dental Customer Onboarding");
|
|
29
|
+
const [status, setStatus] = (0, import_react.useState)("Active");
|
|
30
|
+
const [owner, setOwner] = (0, import_react.useState)("Dr. Smith");
|
|
31
|
+
const rows = [
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ui.FormField, { label: "Name", labelPosition: "side", labelTint: "muted", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
33
|
+
import_ui.EditableCell,
|
|
34
|
+
{
|
|
35
|
+
type: "text",
|
|
36
|
+
value: name,
|
|
37
|
+
"aria-label": "Name",
|
|
38
|
+
onCommit: (next) => setName(String(next))
|
|
39
|
+
}
|
|
40
|
+
) }, "name"),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ui.FormField, { label: "Status", labelPosition: "side", labelTint: "muted", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
42
|
+
import_ui.EditableCell,
|
|
43
|
+
{
|
|
44
|
+
type: "text",
|
|
45
|
+
value: status,
|
|
46
|
+
"aria-label": "Status",
|
|
47
|
+
onCommit: (next) => setStatus(String(next))
|
|
48
|
+
}
|
|
49
|
+
) }, "status"),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ui.FormField, { label: "Owner", labelPosition: "side", labelTint: "muted", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
import_ui.EditableCell,
|
|
52
|
+
{
|
|
53
|
+
type: "text",
|
|
54
|
+
value: owner,
|
|
55
|
+
"aria-label": "Owner",
|
|
56
|
+
onCommit: (next) => setOwner(String(next))
|
|
57
|
+
}
|
|
58
|
+
) }, "owner")
|
|
59
|
+
];
|
|
60
|
+
const content = variants.contentLayout === "cluster" ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
61
|
+
import_ui.Cluster,
|
|
62
|
+
{
|
|
63
|
+
align: variants.clusterAlign ?? "center",
|
|
64
|
+
justify: variants.justify ?? "start",
|
|
65
|
+
wrap: (variants.wrap ?? "wrap") === "wrap",
|
|
66
|
+
children: rows
|
|
67
|
+
}
|
|
68
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ui.Stack, { align: variants.stackAlign ?? "stretch", children: rows });
|
|
69
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
70
|
+
import_ui.Card,
|
|
71
|
+
{
|
|
72
|
+
shadow: true,
|
|
73
|
+
padding: styles.padding,
|
|
74
|
+
gap: styles.gap,
|
|
75
|
+
style: {
|
|
76
|
+
["--uxm-card-bg"]: styles.backgroundColor,
|
|
77
|
+
["--uxm-card-border-color"]: styles.borderColor,
|
|
78
|
+
["--uxm-card-radius"]: `${styles.borderRadius}px`,
|
|
79
|
+
// Tunable shadow — same var surface a production consumer re-themes.
|
|
80
|
+
["--uxm-card-shadow-color"]: styles.shadowColor,
|
|
81
|
+
["--uxm-card-shadow-blur"]: `${styles.shadowBlur}px`,
|
|
82
|
+
["--uxm-card-shadow-offset-y"]: `${styles.shadowOffsetY}px`
|
|
83
|
+
},
|
|
84
|
+
children: [
|
|
85
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [
|
|
86
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { style: { fontSize: 15, fontWeight: 600, color: "var(--color-text)" }, children: "Analytics Dashboard" }),
|
|
87
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { style: { fontSize: 12, color: "var(--color-text-muted)", marginTop: 2 }, children: "Updated 2 hours ago" })
|
|
88
|
+
] }),
|
|
89
|
+
content
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
95
|
+
0 && (module.exports = {
|
|
96
|
+
CardPreview
|
|
97
|
+
});
|
|
98
|
+
//# sourceMappingURL=card-preview.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/card/card-preview.tsx"],"sourcesContent":["import { useState } from 'react';\n\nimport type { PreviewProps } from '@/previews/types';\nimport { Card, Cluster, EditableCell, FormField, Stack } from '@/ui';\n\nexport function CardPreview({ styles, variants }: PreviewProps) {\n const [name, setName] = useState('Dental Customer Onboarding');\n const [status, setStatus] = useState('Active');\n const [owner, setOwner] = useState('Dr. Smith');\n\n // Explicit aria-labels: composed inside a labelled FormField an\n // EditableCell's `htmlFor` can't attach (its display state is a button\n // that takes no `id`), so the cell names itself — the pattern the\n // FormField README prescribes. (Want divided rows? Compose the Divider\n // atom between rows — it's not a Card concern.)\n const rows = [\n <FormField key=\"name\" label=\"Name\" labelPosition=\"side\" labelTint=\"muted\">\n <EditableCell\n type=\"text\"\n value={name}\n aria-label=\"Name\"\n onCommit={(next) => setName(String(next))}\n />\n </FormField>,\n <FormField key=\"status\" label=\"Status\" labelPosition=\"side\" labelTint=\"muted\">\n <EditableCell\n type=\"text\"\n value={status}\n aria-label=\"Status\"\n onCommit={(next) => setStatus(String(next))}\n />\n </FormField>,\n <FormField key=\"owner\" label=\"Owner\" labelPosition=\"side\" labelTint=\"muted\">\n <EditableCell\n type=\"text\"\n value={owner}\n aria-label=\"Owner\"\n onCommit={(next) => setOwner(String(next))}\n />\n </FormField>,\n ];\n\n // The Content Layout variant switches the CONTENT group's arrangement only —\n // the header above stays stacked on top either way. Alignment comes from\n // VARIANTS, not styles: Stack/Cluster drive it with modifier classes, so\n // there's no var a saved override could write (see the registry note). No\n // `gap` is passed either — the row gap belongs to the nested atom and is\n // themed by ITS own knob, so leaving it off previews what a consumer gets.\n const content =\n variants.contentLayout === 'cluster' ? (\n <Cluster\n align={(variants.clusterAlign as 'start' | 'center' | 'end' | 'baseline') ?? 'center'}\n justify={(variants.justify as 'start' | 'center' | 'end' | 'between') ?? 'start'}\n wrap={(variants.wrap ?? 'wrap') === 'wrap'}\n >\n {rows}\n </Cluster>\n ) : (\n <Stack align={(variants.stackAlign as 'start' | 'center' | 'end' | 'stretch') ?? 'stretch'}>\n {rows}\n </Stack>\n );\n\n return (\n <Card\n // Always on in the preview — with/without shadow is a value state\n // (zero the Offset/Blur knobs for a flat card); consumers opt in/out\n // in code via the `shadow` prop.\n shadow\n padding={styles.padding as number}\n // Card's own `gap` lays out its direct children in a column and spaces\n // them — here the header and the content group — so it reads as the\n // header ↔ content gap.\n gap={styles.gap as number}\n style={{\n ['--uxm-card-bg' as string]: styles.backgroundColor as string,\n ['--uxm-card-border-color' as string]: styles.borderColor as string,\n ['--uxm-card-radius' as string]: `${styles.borderRadius}px`,\n // Tunable shadow — same var surface a production consumer re-themes.\n ['--uxm-card-shadow-color' as string]: styles.shadowColor as string,\n ['--uxm-card-shadow-blur' as string]: `${styles.shadowBlur}px`,\n ['--uxm-card-shadow-offset-y' as string]: `${styles.shadowOffsetY}px`,\n }}\n >\n {/* Optional header — NOT a Card prop, just composed content the page\n author drops in. Its distance from the content below is Card's gap. */}\n <div>\n <div style={{ fontSize: 15, fontWeight: 600, color: 'var(--color-text)' }}>\n Analytics Dashboard\n </div>\n <div style={{ fontSize: 12, color: 'var(--color-text-muted)', marginTop: 2 }}>\n Updated 2 hours ago\n </div>\n </div>\n\n {/* Content group — Stack or Cluster per the Layout knob. Its own gap\n (Row Gap) spaces the rows independently of the header gap above. */}\n {content}\n </Card>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBM;AAjBN,mBAAyB;AAGzB,gBAA8D;AAEvD,SAAS,YAAY,EAAE,QAAQ,SAAS,GAAiB;AAC9D,QAAM,CAAC,MAAM,OAAO,QAAI,uBAAS,4BAA4B;AAC7D,QAAM,CAAC,QAAQ,SAAS,QAAI,uBAAS,QAAQ;AAC7C,QAAM,CAAC,OAAO,QAAQ,QAAI,uBAAS,WAAW;AAO9C,QAAM,OAAO;AAAA,IACX,4CAAC,uBAAqB,OAAM,QAAO,eAAc,QAAO,WAAU,SAChE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,OAAO;AAAA,QACP,cAAW;AAAA,QACX,UAAU,CAAC,SAAS,QAAQ,OAAO,IAAI,CAAC;AAAA;AAAA,IAC1C,KANa,MAOf;AAAA,IACA,4CAAC,uBAAuB,OAAM,UAAS,eAAc,QAAO,WAAU,SACpE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,OAAO;AAAA,QACP,cAAW;AAAA,QACX,UAAU,CAAC,SAAS,UAAU,OAAO,IAAI,CAAC;AAAA;AAAA,IAC5C,KANa,QAOf;AAAA,IACA,4CAAC,uBAAsB,OAAM,SAAQ,eAAc,QAAO,WAAU,SAClE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,OAAO;AAAA,QACP,cAAW;AAAA,QACX,UAAU,CAAC,SAAS,SAAS,OAAO,IAAI,CAAC;AAAA;AAAA,IAC3C,KANa,OAOf;AAAA,EACF;AAQA,QAAM,UACJ,SAAS,kBAAkB,YACzB;AAAA,IAAC;AAAA;AAAA,MACC,OAAQ,SAAS,gBAA4D;AAAA,MAC7E,SAAU,SAAS,WAAsD;AAAA,MACzE,OAAO,SAAS,QAAQ,YAAY;AAAA,MAEnC;AAAA;AAAA,EACH,IAEA,4CAAC,mBAAM,OAAQ,SAAS,cAAyD,WAC9E,gBACH;AAGJ,SACE;AAAA,IAAC;AAAA;AAAA,MAIC,QAAM;AAAA,MACN,SAAS,OAAO;AAAA,MAIhB,KAAK,OAAO;AAAA,MACZ,OAAO;AAAA,QACL,CAAC,eAAyB,GAAG,OAAO;AAAA,QACpC,CAAC,yBAAmC,GAAG,OAAO;AAAA,QAC9C,CAAC,mBAA6B,GAAG,GAAG,OAAO,YAAY;AAAA;AAAA,QAEvD,CAAC,yBAAmC,GAAG,OAAO;AAAA,QAC9C,CAAC,wBAAkC,GAAG,GAAG,OAAO,UAAU;AAAA,QAC1D,CAAC,4BAAsC,GAAG,GAAG,OAAO,aAAa;AAAA,MACnE;AAAA,MAIA;AAAA,qDAAC,SACC;AAAA,sDAAC,SAAI,OAAO,EAAE,UAAU,IAAI,YAAY,KAAK,OAAO,oBAAoB,GAAG,iCAE3E;AAAA,UACA,4CAAC,SAAI,OAAO,EAAE,UAAU,IAAI,OAAO,2BAA2B,WAAW,EAAE,GAAG,iCAE9E;AAAA,WACF;AAAA,QAIC;AAAA;AAAA;AAAA,EACH;AAEJ;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-preview.d.ts","sourceRoot":"","sources":["../../../src/ui/card/card-preview.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGrD,wBAAgB,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,YAAY,2CA+F7D"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useState } from "react";
|
|
3
|
+
import { Card, Cluster, EditableCell, FormField, Stack } from "../../ui/index.js";
|
|
4
|
+
function CardPreview({ styles, variants }) {
|
|
5
|
+
const [name, setName] = useState("Dental Customer Onboarding");
|
|
6
|
+
const [status, setStatus] = useState("Active");
|
|
7
|
+
const [owner, setOwner] = useState("Dr. Smith");
|
|
8
|
+
const rows = [
|
|
9
|
+
/* @__PURE__ */ jsx(FormField, { label: "Name", labelPosition: "side", labelTint: "muted", children: /* @__PURE__ */ jsx(
|
|
10
|
+
EditableCell,
|
|
11
|
+
{
|
|
12
|
+
type: "text",
|
|
13
|
+
value: name,
|
|
14
|
+
"aria-label": "Name",
|
|
15
|
+
onCommit: (next) => setName(String(next))
|
|
16
|
+
}
|
|
17
|
+
) }, "name"),
|
|
18
|
+
/* @__PURE__ */ jsx(FormField, { label: "Status", labelPosition: "side", labelTint: "muted", children: /* @__PURE__ */ jsx(
|
|
19
|
+
EditableCell,
|
|
20
|
+
{
|
|
21
|
+
type: "text",
|
|
22
|
+
value: status,
|
|
23
|
+
"aria-label": "Status",
|
|
24
|
+
onCommit: (next) => setStatus(String(next))
|
|
25
|
+
}
|
|
26
|
+
) }, "status"),
|
|
27
|
+
/* @__PURE__ */ jsx(FormField, { label: "Owner", labelPosition: "side", labelTint: "muted", children: /* @__PURE__ */ jsx(
|
|
28
|
+
EditableCell,
|
|
29
|
+
{
|
|
30
|
+
type: "text",
|
|
31
|
+
value: owner,
|
|
32
|
+
"aria-label": "Owner",
|
|
33
|
+
onCommit: (next) => setOwner(String(next))
|
|
34
|
+
}
|
|
35
|
+
) }, "owner")
|
|
36
|
+
];
|
|
37
|
+
const content = variants.contentLayout === "cluster" ? /* @__PURE__ */ jsx(
|
|
38
|
+
Cluster,
|
|
39
|
+
{
|
|
40
|
+
align: variants.clusterAlign ?? "center",
|
|
41
|
+
justify: variants.justify ?? "start",
|
|
42
|
+
wrap: (variants.wrap ?? "wrap") === "wrap",
|
|
43
|
+
children: rows
|
|
44
|
+
}
|
|
45
|
+
) : /* @__PURE__ */ jsx(Stack, { align: variants.stackAlign ?? "stretch", children: rows });
|
|
46
|
+
return /* @__PURE__ */ jsxs(
|
|
47
|
+
Card,
|
|
48
|
+
{
|
|
49
|
+
shadow: true,
|
|
50
|
+
padding: styles.padding,
|
|
51
|
+
gap: styles.gap,
|
|
52
|
+
style: {
|
|
53
|
+
["--uxm-card-bg"]: styles.backgroundColor,
|
|
54
|
+
["--uxm-card-border-color"]: styles.borderColor,
|
|
55
|
+
["--uxm-card-radius"]: `${styles.borderRadius}px`,
|
|
56
|
+
// Tunable shadow — same var surface a production consumer re-themes.
|
|
57
|
+
["--uxm-card-shadow-color"]: styles.shadowColor,
|
|
58
|
+
["--uxm-card-shadow-blur"]: `${styles.shadowBlur}px`,
|
|
59
|
+
["--uxm-card-shadow-offset-y"]: `${styles.shadowOffsetY}px`
|
|
60
|
+
},
|
|
61
|
+
children: [
|
|
62
|
+
/* @__PURE__ */ jsxs("div", { children: [
|
|
63
|
+
/* @__PURE__ */ jsx("div", { style: { fontSize: 15, fontWeight: 600, color: "var(--color-text)" }, children: "Analytics Dashboard" }),
|
|
64
|
+
/* @__PURE__ */ jsx("div", { style: { fontSize: 12, color: "var(--color-text-muted)", marginTop: 2 }, children: "Updated 2 hours ago" })
|
|
65
|
+
] }),
|
|
66
|
+
content
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
export {
|
|
72
|
+
CardPreview
|
|
73
|
+
};
|
|
74
|
+
//# sourceMappingURL=card-preview.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/card/card-preview.tsx"],"sourcesContent":["import { useState } from 'react';\n\nimport type { PreviewProps } from '@/previews/types';\nimport { Card, Cluster, EditableCell, FormField, Stack } from '@/ui';\n\nexport function CardPreview({ styles, variants }: PreviewProps) {\n const [name, setName] = useState('Dental Customer Onboarding');\n const [status, setStatus] = useState('Active');\n const [owner, setOwner] = useState('Dr. Smith');\n\n // Explicit aria-labels: composed inside a labelled FormField an\n // EditableCell's `htmlFor` can't attach (its display state is a button\n // that takes no `id`), so the cell names itself — the pattern the\n // FormField README prescribes. (Want divided rows? Compose the Divider\n // atom between rows — it's not a Card concern.)\n const rows = [\n <FormField key=\"name\" label=\"Name\" labelPosition=\"side\" labelTint=\"muted\">\n <EditableCell\n type=\"text\"\n value={name}\n aria-label=\"Name\"\n onCommit={(next) => setName(String(next))}\n />\n </FormField>,\n <FormField key=\"status\" label=\"Status\" labelPosition=\"side\" labelTint=\"muted\">\n <EditableCell\n type=\"text\"\n value={status}\n aria-label=\"Status\"\n onCommit={(next) => setStatus(String(next))}\n />\n </FormField>,\n <FormField key=\"owner\" label=\"Owner\" labelPosition=\"side\" labelTint=\"muted\">\n <EditableCell\n type=\"text\"\n value={owner}\n aria-label=\"Owner\"\n onCommit={(next) => setOwner(String(next))}\n />\n </FormField>,\n ];\n\n // The Content Layout variant switches the CONTENT group's arrangement only —\n // the header above stays stacked on top either way. Alignment comes from\n // VARIANTS, not styles: Stack/Cluster drive it with modifier classes, so\n // there's no var a saved override could write (see the registry note). No\n // `gap` is passed either — the row gap belongs to the nested atom and is\n // themed by ITS own knob, so leaving it off previews what a consumer gets.\n const content =\n variants.contentLayout === 'cluster' ? (\n <Cluster\n align={(variants.clusterAlign as 'start' | 'center' | 'end' | 'baseline') ?? 'center'}\n justify={(variants.justify as 'start' | 'center' | 'end' | 'between') ?? 'start'}\n wrap={(variants.wrap ?? 'wrap') === 'wrap'}\n >\n {rows}\n </Cluster>\n ) : (\n <Stack align={(variants.stackAlign as 'start' | 'center' | 'end' | 'stretch') ?? 'stretch'}>\n {rows}\n </Stack>\n );\n\n return (\n <Card\n // Always on in the preview — with/without shadow is a value state\n // (zero the Offset/Blur knobs for a flat card); consumers opt in/out\n // in code via the `shadow` prop.\n shadow\n padding={styles.padding as number}\n // Card's own `gap` lays out its direct children in a column and spaces\n // them — here the header and the content group — so it reads as the\n // header ↔ content gap.\n gap={styles.gap as number}\n style={{\n ['--uxm-card-bg' as string]: styles.backgroundColor as string,\n ['--uxm-card-border-color' as string]: styles.borderColor as string,\n ['--uxm-card-radius' as string]: `${styles.borderRadius}px`,\n // Tunable shadow — same var surface a production consumer re-themes.\n ['--uxm-card-shadow-color' as string]: styles.shadowColor as string,\n ['--uxm-card-shadow-blur' as string]: `${styles.shadowBlur}px`,\n ['--uxm-card-shadow-offset-y' as string]: `${styles.shadowOffsetY}px`,\n }}\n >\n {/* Optional header — NOT a Card prop, just composed content the page\n author drops in. Its distance from the content below is Card's gap. */}\n <div>\n <div style={{ fontSize: 15, fontWeight: 600, color: 'var(--color-text)' }}>\n Analytics Dashboard\n </div>\n <div style={{ fontSize: 12, color: 'var(--color-text-muted)', marginTop: 2 }}>\n Updated 2 hours ago\n </div>\n </div>\n\n {/* Content group — Stack or Cluster per the Layout knob. Its own gap\n (Row Gap) spaces the rows independently of the header gap above. */}\n {content}\n </Card>\n );\n}\n"],"mappings":"AAiBM,cAqEA,YArEA;AAjBN,SAAS,gBAAgB;AAGzB,SAAS,MAAM,SAAS,cAAc,WAAW,aAAa;AAEvD,SAAS,YAAY,EAAE,QAAQ,SAAS,GAAiB;AAC9D,QAAM,CAAC,MAAM,OAAO,IAAI,SAAS,4BAA4B;AAC7D,QAAM,CAAC,QAAQ,SAAS,IAAI,SAAS,QAAQ;AAC7C,QAAM,CAAC,OAAO,QAAQ,IAAI,SAAS,WAAW;AAO9C,QAAM,OAAO;AAAA,IACX,oBAAC,aAAqB,OAAM,QAAO,eAAc,QAAO,WAAU,SAChE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,OAAO;AAAA,QACP,cAAW;AAAA,QACX,UAAU,CAAC,SAAS,QAAQ,OAAO,IAAI,CAAC;AAAA;AAAA,IAC1C,KANa,MAOf;AAAA,IACA,oBAAC,aAAuB,OAAM,UAAS,eAAc,QAAO,WAAU,SACpE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,OAAO;AAAA,QACP,cAAW;AAAA,QACX,UAAU,CAAC,SAAS,UAAU,OAAO,IAAI,CAAC;AAAA;AAAA,IAC5C,KANa,QAOf;AAAA,IACA,oBAAC,aAAsB,OAAM,SAAQ,eAAc,QAAO,WAAU,SAClE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,OAAO;AAAA,QACP,cAAW;AAAA,QACX,UAAU,CAAC,SAAS,SAAS,OAAO,IAAI,CAAC;AAAA;AAAA,IAC3C,KANa,OAOf;AAAA,EACF;AAQA,QAAM,UACJ,SAAS,kBAAkB,YACzB;AAAA,IAAC;AAAA;AAAA,MACC,OAAQ,SAAS,gBAA4D;AAAA,MAC7E,SAAU,SAAS,WAAsD;AAAA,MACzE,OAAO,SAAS,QAAQ,YAAY;AAAA,MAEnC;AAAA;AAAA,EACH,IAEA,oBAAC,SAAM,OAAQ,SAAS,cAAyD,WAC9E,gBACH;AAGJ,SACE;AAAA,IAAC;AAAA;AAAA,MAIC,QAAM;AAAA,MACN,SAAS,OAAO;AAAA,MAIhB,KAAK,OAAO;AAAA,MACZ,OAAO;AAAA,QACL,CAAC,eAAyB,GAAG,OAAO;AAAA,QACpC,CAAC,yBAAmC,GAAG,OAAO;AAAA,QAC9C,CAAC,mBAA6B,GAAG,GAAG,OAAO,YAAY;AAAA;AAAA,QAEvD,CAAC,yBAAmC,GAAG,OAAO;AAAA,QAC9C,CAAC,wBAAkC,GAAG,GAAG,OAAO,UAAU;AAAA,QAC1D,CAAC,4BAAsC,GAAG,GAAG,OAAO,aAAa;AAAA,MACnE;AAAA,MAIA;AAAA,6BAAC,SACC;AAAA,8BAAC,SAAI,OAAO,EAAE,UAAU,IAAI,YAAY,KAAK,OAAO,oBAAoB,GAAG,iCAE3E;AAAA,UACA,oBAAC,SAAI,OAAO,EAAE,UAAU,IAAI,OAAO,2BAA2B,WAAW,EAAE,GAAG,iCAE9E;AAAA,WACF;AAAA,QAIC;AAAA;AAAA;AAAA,EACH;AAEJ;","names":[]}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var card_exports = {};
|
|
20
|
+
__export(card_exports, {
|
|
21
|
+
Card: () => Card
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(card_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_helpers = require("../../helpers/index.cjs");
|
|
26
|
+
const toLen = (v) => typeof v === "number" ? `${v}px` : v;
|
|
27
|
+
function Card({
|
|
28
|
+
className,
|
|
29
|
+
shadow,
|
|
30
|
+
padding,
|
|
31
|
+
gap,
|
|
32
|
+
style,
|
|
33
|
+
...rest
|
|
34
|
+
}) {
|
|
35
|
+
const mergedStyle = {
|
|
36
|
+
...padding != null ? { ["--uxm-card-padding"]: toLen(padding) } : null,
|
|
37
|
+
// Explicit gap value → per-instance override of the `--uxm-card-gap` var
|
|
38
|
+
// the `--gap` modifier reads. `gap={true}` sets no var, so the themed
|
|
39
|
+
// default (workbench knob / stylesheet) owns the rhythm.
|
|
40
|
+
...gap != null && typeof gap !== "boolean" ? { ["--uxm-card-gap"]: toLen(gap) } : null,
|
|
41
|
+
...style
|
|
42
|
+
};
|
|
43
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
"div",
|
|
45
|
+
{
|
|
46
|
+
className: (0, import_helpers.cn)(
|
|
47
|
+
"uxm-card",
|
|
48
|
+
shadow && "uxm-card--shadow",
|
|
49
|
+
// A vertical column only when a gap is requested — otherwise a plain
|
|
50
|
+
// block, so existing cards are unaffected.
|
|
51
|
+
gap != null && gap !== false && "uxm-card--gap",
|
|
52
|
+
className
|
|
53
|
+
),
|
|
54
|
+
style: mergedStyle,
|
|
55
|
+
...rest
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
60
|
+
0 && (module.exports = {
|
|
61
|
+
Card
|
|
62
|
+
});
|
|
63
|
+
//# sourceMappingURL=card.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/card/card.tsx"],"sourcesContent":["import { cn } from '@/helpers';\n\nimport type { CSSProperties, HTMLAttributes } from 'react';\n\nexport interface CardProps extends HTMLAttributes<HTMLDivElement> {\n shadow?: boolean;\n /**\n * Inner padding of the card surface. Number → px (`24` → `24px`); string\n * passed through. Any value — no fixed scale. Sets `--uxm-card-padding`;\n * omitted, the CSS fallback (24px) applies.\n */\n padding?: number | string;\n /**\n * Vertical gap between the card's direct children — e.g. a header and the\n * content group below it. When set, the card lays its children out as a\n * column (the `uxm-card--gap` modifier) with this gap. Pass `true` to opt\n * into the column with the themed default gap (`--uxm-card-gap`, editable\n * in the workbench) instead of a per-instance value.\n *\n * The card does NOT own the arrangement *within* the content. If you want\n * rows, a horizontal cluster, or a grid, compose a `Stack`/`Cluster`/\n * `ResponsiveGrid` as a child — that layout applies to the content only and\n * leaves the header untouched.\n */\n gap?: number | string | boolean;\n}\n\nconst toLen = (v: number | string): string => (typeof v === 'number' ? `${v}px` : v);\n\n/**\n * `Card` — a surface primitive (background, border, radius, padding, optional\n * shadow) with an optional vertical `gap` between its direct children. It is\n * deliberately unopinionated about content layout: arrange the content by\n * composing `Stack`/`Cluster`/`ResponsiveGrid` inside, so the arrangement\n * scopes to the content and a header stacked above it stays put.\n */\nexport function Card({\n className,\n shadow,\n padding,\n gap,\n style,\n ...rest\n}: CardProps) {\n const mergedStyle: CSSProperties = {\n ...(padding != null ? { ['--uxm-card-padding' as string]: toLen(padding) } : null),\n // Explicit gap value → per-instance override of the `--uxm-card-gap` var\n // the `--gap` modifier reads. `gap={true}` sets no var, so the themed\n // default (workbench knob / stylesheet) owns the rhythm.\n ...(gap != null && typeof gap !== 'boolean'\n ? { ['--uxm-card-gap' as string]: toLen(gap) }\n : null),\n ...style,\n };\n\n return (\n <div\n className={cn(\n 'uxm-card',\n shadow && 'uxm-card--shadow',\n // A vertical column only when a gap is requested — otherwise a plain\n // block, so existing cards are unaffected.\n gap != null && gap !== false && 'uxm-card--gap',\n className,\n )}\n style={mergedStyle}\n {...rest}\n />\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAwDI;AAxDJ,qBAAmB;AA2BnB,MAAM,QAAQ,CAAC,MAAgC,OAAO,MAAM,WAAW,GAAG,CAAC,OAAO;AAS3E,SAAS,KAAK;AAAA,EACnB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAc;AACZ,QAAM,cAA6B;AAAA,IACjC,GAAI,WAAW,OAAO,EAAE,CAAC,oBAA8B,GAAG,MAAM,OAAO,EAAE,IAAI;AAAA;AAAA;AAAA;AAAA,IAI7E,GAAI,OAAO,QAAQ,OAAO,QAAQ,YAC9B,EAAE,CAAC,gBAA0B,GAAG,MAAM,GAAG,EAAE,IAC3C;AAAA,IACJ,GAAG;AAAA,EACL;AAEA,SACE;AAAA,IAAC;AAAA;AAAA,MACC,eAAW;AAAA,QACT;AAAA,QACA,UAAU;AAAA;AAAA;AAAA,QAGV,OAAO,QAAQ,QAAQ,SAAS;AAAA,QAChC;AAAA,MACF;AAAA,MACA,OAAO;AAAA,MACN,GAAG;AAAA;AAAA,EACN;AAEJ;","names":[]}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* ── card ── */
|
|
3
|
+
/* Card — every registry knob is a CSS variable. The shadow toggle from
|
|
4
|
+
the registry stays as a modifier class; consumers either include the
|
|
5
|
+
`uxm-card--shadow` class or don't (matches the boolean nature of the knob).
|
|
6
|
+
Content layout (arrangement within the content) is delegated to the
|
|
7
|
+
Stack/Cluster atoms — the card itself only owns the optional column gap
|
|
8
|
+
between its direct children (the `--gap` modifier below). */
|
|
9
|
+
.uxm-card {
|
|
10
|
+
background-color: var(--uxm-card-bg, var(--color-card));
|
|
11
|
+
border: 1px solid var(--uxm-card-border-color, var(--color-border));
|
|
12
|
+
border-radius: var(--uxm-card-radius, 4px);
|
|
13
|
+
padding: var(--uxm-card-padding, 24px);
|
|
14
|
+
/* Opt-in column layout — applied by the `gap` prop. The gap itself lives
|
|
15
|
+
in `--uxm-card-gap` so a per-instance prop value and a workbench-saved
|
|
16
|
+
override round-trip through the same variable. */
|
|
17
|
+
}
|
|
18
|
+
.uxm-card--gap {
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
gap: var(--uxm-card-gap, 16px);
|
|
22
|
+
}
|
|
23
|
+
.uxm-card {
|
|
24
|
+
/* Elevation — gated by the `shadow` prop, tunable through the
|
|
25
|
+
`--uxm-card-shadow-*` vars (colour / blur / vertical offset) rather than
|
|
26
|
+
a fixed token, mirroring Calendar's shadow.
|
|
27
|
+
|
|
28
|
+
⚠️ This is a deliberate STEP UP in elevation, not a refactor of the old
|
|
29
|
+
value. `shadow` used to paint `--shadow-card`, a very subtle two-layer
|
|
30
|
+
shadow (`0 1px 2px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.04)` light).
|
|
31
|
+
The 6/20 geometry here is Calendar's floating-surface shadow — the
|
|
32
|
+
`--shadow-lg` step — at roughly 3× the alpha, so every existing
|
|
33
|
+
`<Card shadow>` reads more lifted than before. Intended; noted because
|
|
34
|
+
the numbers are NOT the token's and shouldn't be read as tracking it.
|
|
35
|
+
|
|
36
|
+
`--shadow-card` itself stays in the token layer as a public elevation
|
|
37
|
+
alias (consumers may paint it themselves, same as `--shadow-lg`, which
|
|
38
|
+
also has no internal reader) — it just can't be routed in as the default
|
|
39
|
+
here, because this composition needs a COLOUR and the token is a whole
|
|
40
|
+
`box-shadow`.
|
|
41
|
+
|
|
42
|
+
The DEFAULT colour is theme-aware via the internal
|
|
43
|
+
`--uxm-card-shadow-default` (dark override below) — an explicit
|
|
44
|
+
`--uxm-card-shadow-color` wins in both themes, so a workbench-saved
|
|
45
|
+
colour tuned for light will also apply on dark. */
|
|
46
|
+
}
|
|
47
|
+
.uxm-card--shadow {
|
|
48
|
+
--uxm-card-shadow-default: rgba(0, 0, 0, 0.12);
|
|
49
|
+
box-shadow: 0 var(--uxm-card-shadow-offset-y, 6px) var(--uxm-card-shadow-blur, 20px) var(--uxm-card-shadow-color, var(--uxm-card-shadow-default));
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
[data-theme=dark] .uxm-card--shadow {
|
|
53
|
+
--uxm-card-shadow-default: rgba(0, 0, 0, 0.3);
|
|
54
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'react';
|
|
2
|
+
export interface CardProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
shadow?: boolean;
|
|
4
|
+
/**
|
|
5
|
+
* Inner padding of the card surface. Number → px (`24` → `24px`); string
|
|
6
|
+
* passed through. Any value — no fixed scale. Sets `--uxm-card-padding`;
|
|
7
|
+
* omitted, the CSS fallback (24px) applies.
|
|
8
|
+
*/
|
|
9
|
+
padding?: number | string;
|
|
10
|
+
/**
|
|
11
|
+
* Vertical gap between the card's direct children — e.g. a header and the
|
|
12
|
+
* content group below it. When set, the card lays its children out as a
|
|
13
|
+
* column (the `uxm-card--gap` modifier) with this gap. Pass `true` to opt
|
|
14
|
+
* into the column with the themed default gap (`--uxm-card-gap`, editable
|
|
15
|
+
* in the workbench) instead of a per-instance value.
|
|
16
|
+
*
|
|
17
|
+
* The card does NOT own the arrangement *within* the content. If you want
|
|
18
|
+
* rows, a horizontal cluster, or a grid, compose a `Stack`/`Cluster`/
|
|
19
|
+
* `ResponsiveGrid` as a child — that layout applies to the content only and
|
|
20
|
+
* leaves the header untouched.
|
|
21
|
+
*/
|
|
22
|
+
gap?: number | string | boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* `Card` — a surface primitive (background, border, radius, padding, optional
|
|
26
|
+
* shadow) with an optional vertical `gap` between its direct children. It is
|
|
27
|
+
* deliberately unopinionated about content layout: arrange the content by
|
|
28
|
+
* composing `Stack`/`Cluster`/`ResponsiveGrid` inside, so the arrangement
|
|
29
|
+
* scopes to the content and a header stacked above it stays put.
|
|
30
|
+
*/
|
|
31
|
+
export declare function Card({ className, shadow, padding, gap, style, ...rest }: CardProps): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
//# sourceMappingURL=card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/ui/card/card.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAiB,cAAc,EAAE,MAAM,OAAO,CAAC;AAE3D,MAAM,WAAW,SAAU,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC/D,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B;;;;;;;;;;;OAWG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;CACjC;AAID;;;;;;GAMG;AACH,wBAAgB,IAAI,CAAC,EACnB,SAAS,EACT,MAAM,EACN,OAAO,EACP,GAAG,EACH,KAAK,EACL,GAAG,IAAI,EACR,EAAE,SAAS,2CA0BX"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from "../../helpers/index.js";
|
|
3
|
+
const toLen = (v) => typeof v === "number" ? `${v}px` : v;
|
|
4
|
+
function Card({
|
|
5
|
+
className,
|
|
6
|
+
shadow,
|
|
7
|
+
padding,
|
|
8
|
+
gap,
|
|
9
|
+
style,
|
|
10
|
+
...rest
|
|
11
|
+
}) {
|
|
12
|
+
const mergedStyle = {
|
|
13
|
+
...padding != null ? { ["--uxm-card-padding"]: toLen(padding) } : null,
|
|
14
|
+
// Explicit gap value → per-instance override of the `--uxm-card-gap` var
|
|
15
|
+
// the `--gap` modifier reads. `gap={true}` sets no var, so the themed
|
|
16
|
+
// default (workbench knob / stylesheet) owns the rhythm.
|
|
17
|
+
...gap != null && typeof gap !== "boolean" ? { ["--uxm-card-gap"]: toLen(gap) } : null,
|
|
18
|
+
...style
|
|
19
|
+
};
|
|
20
|
+
return /* @__PURE__ */ jsx(
|
|
21
|
+
"div",
|
|
22
|
+
{
|
|
23
|
+
className: cn(
|
|
24
|
+
"uxm-card",
|
|
25
|
+
shadow && "uxm-card--shadow",
|
|
26
|
+
// A vertical column only when a gap is requested — otherwise a plain
|
|
27
|
+
// block, so existing cards are unaffected.
|
|
28
|
+
gap != null && gap !== false && "uxm-card--gap",
|
|
29
|
+
className
|
|
30
|
+
),
|
|
31
|
+
style: mergedStyle,
|
|
32
|
+
...rest
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export {
|
|
37
|
+
Card
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/card/card.tsx"],"sourcesContent":["import { cn } from '@/helpers';\n\nimport type { CSSProperties, HTMLAttributes } from 'react';\n\nexport interface CardProps extends HTMLAttributes<HTMLDivElement> {\n shadow?: boolean;\n /**\n * Inner padding of the card surface. Number → px (`24` → `24px`); string\n * passed through. Any value — no fixed scale. Sets `--uxm-card-padding`;\n * omitted, the CSS fallback (24px) applies.\n */\n padding?: number | string;\n /**\n * Vertical gap between the card's direct children — e.g. a header and the\n * content group below it. When set, the card lays its children out as a\n * column (the `uxm-card--gap` modifier) with this gap. Pass `true` to opt\n * into the column with the themed default gap (`--uxm-card-gap`, editable\n * in the workbench) instead of a per-instance value.\n *\n * The card does NOT own the arrangement *within* the content. If you want\n * rows, a horizontal cluster, or a grid, compose a `Stack`/`Cluster`/\n * `ResponsiveGrid` as a child — that layout applies to the content only and\n * leaves the header untouched.\n */\n gap?: number | string | boolean;\n}\n\nconst toLen = (v: number | string): string => (typeof v === 'number' ? `${v}px` : v);\n\n/**\n * `Card` — a surface primitive (background, border, radius, padding, optional\n * shadow) with an optional vertical `gap` between its direct children. It is\n * deliberately unopinionated about content layout: arrange the content by\n * composing `Stack`/`Cluster`/`ResponsiveGrid` inside, so the arrangement\n * scopes to the content and a header stacked above it stays put.\n */\nexport function Card({\n className,\n shadow,\n padding,\n gap,\n style,\n ...rest\n}: CardProps) {\n const mergedStyle: CSSProperties = {\n ...(padding != null ? { ['--uxm-card-padding' as string]: toLen(padding) } : null),\n // Explicit gap value → per-instance override of the `--uxm-card-gap` var\n // the `--gap` modifier reads. `gap={true}` sets no var, so the themed\n // default (workbench knob / stylesheet) owns the rhythm.\n ...(gap != null && typeof gap !== 'boolean'\n ? { ['--uxm-card-gap' as string]: toLen(gap) }\n : null),\n ...style,\n };\n\n return (\n <div\n className={cn(\n 'uxm-card',\n shadow && 'uxm-card--shadow',\n // A vertical column only when a gap is requested — otherwise a plain\n // block, so existing cards are unaffected.\n gap != null && gap !== false && 'uxm-card--gap',\n className,\n )}\n style={mergedStyle}\n {...rest}\n />\n );\n}\n"],"mappings":"AAwDI;AAxDJ,SAAS,UAAU;AA2BnB,MAAM,QAAQ,CAAC,MAAgC,OAAO,MAAM,WAAW,GAAG,CAAC,OAAO;AAS3E,SAAS,KAAK;AAAA,EACnB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAc;AACZ,QAAM,cAA6B;AAAA,IACjC,GAAI,WAAW,OAAO,EAAE,CAAC,oBAA8B,GAAG,MAAM,OAAO,EAAE,IAAI;AAAA;AAAA;AAAA;AAAA,IAI7E,GAAI,OAAO,QAAQ,OAAO,QAAQ,YAC9B,EAAE,CAAC,gBAA0B,GAAG,MAAM,GAAG,EAAE,IAC3C;AAAA,IACJ,GAAG;AAAA,EACL;AAEA,SACE;AAAA,IAAC;AAAA;AAAA,MACC,WAAW;AAAA,QACT;AAAA,QACA,UAAU;AAAA;AAAA;AAAA,QAGV,OAAO,QAAQ,QAAQ,SAAS;AAAA,QAChC;AAAA,MACF;AAAA,MACA,OAAO;AAAA,MACN,GAAG;AAAA;AAAA,EACN;AAEJ;","names":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var card_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(card_exports);
|
|
18
|
+
__reExport(card_exports, require("./card.cjs"), module.exports);
|
|
19
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
20
|
+
0 && (module.exports = {
|
|
21
|
+
...require("./card.cjs")
|
|
22
|
+
});
|
|
23
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/card/index.ts"],"sourcesContent":["export * from './card';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,yBAAc,mBAAd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/card/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/ui/card/index.ts"],"sourcesContent":["export * from './card';\n"],"mappings":"AAAA,cAAc;","names":[]}
|