@nldd/design-system 0.8.37
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/README.md +106 -0
- package/dist/assets/styles/breakpoints.d.ts +8 -0
- package/dist/assets/styles/breakpoints.d.ts.map +1 -0
- package/dist/assets/styles/breakpoints.js +8 -0
- package/dist/assets/styles/breakpoints.js.map +1 -0
- package/dist/components/actions/button/button.d.ts +68 -0
- package/dist/components/actions/button/button.d.ts.map +1 -0
- package/dist/components/actions/button/button.js +142 -0
- package/dist/components/actions/button/button.js.map +1 -0
- package/dist/components/actions/button/button.styles.d.ts +2 -0
- package/dist/components/actions/button/button.styles.d.ts.map +1 -0
- package/dist/components/actions/button/button.styles.js +307 -0
- package/dist/components/actions/button/button.styles.js.map +1 -0
- package/dist/components/actions/button/button.template.d.ts +7 -0
- package/dist/components/actions/button/button.template.d.ts.map +1 -0
- package/dist/components/actions/button/button.template.js +54 -0
- package/dist/components/actions/button/button.template.js.map +1 -0
- package/dist/components/actions/button-bar/button-bar.d.ts +54 -0
- package/dist/components/actions/button-bar/button-bar.d.ts.map +1 -0
- package/dist/components/actions/button-bar/button-bar.js +161 -0
- package/dist/components/actions/button-bar/button-bar.js.map +1 -0
- package/dist/components/actions/button-bar/button-bar.styles.d.ts +2 -0
- package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -0
- package/dist/components/actions/button-bar/button-bar.styles.js +111 -0
- package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -0
- package/dist/components/actions/button-bar/button-bar.template.d.ts +3 -0
- package/dist/components/actions/button-bar/button-bar.template.d.ts.map +1 -0
- package/dist/components/actions/button-bar/button-bar.template.js +20 -0
- package/dist/components/actions/button-bar/button-bar.template.js.map +1 -0
- package/dist/components/actions/button-group/button-group.d.ts +32 -0
- package/dist/components/actions/button-group/button-group.d.ts.map +1 -0
- package/dist/components/actions/button-group/button-group.js +72 -0
- package/dist/components/actions/button-group/button-group.js.map +1 -0
- package/dist/components/actions/button-group/button-group.styles.d.ts +2 -0
- package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -0
- package/dist/components/actions/button-group/button-group.styles.js +63 -0
- package/dist/components/actions/button-group/button-group.styles.js.map +1 -0
- package/dist/components/actions/button-group/button-group.template.d.ts +3 -0
- package/dist/components/actions/button-group/button-group.template.d.ts.map +1 -0
- package/dist/components/actions/button-group/button-group.template.js +9 -0
- package/dist/components/actions/button-group/button-group.template.js.map +1 -0
- package/dist/components/actions/icon-button/icon-button.d.ts +75 -0
- package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -0
- package/dist/components/actions/icon-button/icon-button.js +150 -0
- package/dist/components/actions/icon-button/icon-button.js.map +1 -0
- package/dist/components/actions/icon-button/icon-button.styles.d.ts +2 -0
- package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -0
- package/dist/components/actions/icon-button/icon-button.styles.js +334 -0
- package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -0
- package/dist/components/actions/icon-button/icon-button.template.d.ts +4 -0
- package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -0
- package/dist/components/actions/icon-button/icon-button.template.js +66 -0
- package/dist/components/actions/icon-button/icon-button.template.js.map +1 -0
- package/dist/components/actions/link/link.d.ts +48 -0
- package/dist/components/actions/link/link.d.ts.map +1 -0
- package/dist/components/actions/link/link.js +101 -0
- package/dist/components/actions/link/link.js.map +1 -0
- package/dist/components/actions/link/link.styles.d.ts +2 -0
- package/dist/components/actions/link/link.styles.d.ts.map +1 -0
- package/dist/components/actions/link/link.styles.js +111 -0
- package/dist/components/actions/link/link.styles.js.map +1 -0
- package/dist/components/actions/link/link.template.d.ts +7 -0
- package/dist/components/actions/link/link.template.d.ts.map +1 -0
- package/dist/components/actions/link/link.template.js +31 -0
- package/dist/components/actions/link/link.template.js.map +1 -0
- package/dist/components/actions/split-button/split-button.d.ts +71 -0
- package/dist/components/actions/split-button/split-button.d.ts.map +1 -0
- package/dist/components/actions/split-button/split-button.i18n.d.ts +5 -0
- package/dist/components/actions/split-button/split-button.i18n.d.ts.map +1 -0
- package/dist/components/actions/split-button/split-button.i18n.js +4 -0
- package/dist/components/actions/split-button/split-button.i18n.js.map +1 -0
- package/dist/components/actions/split-button/split-button.js +166 -0
- package/dist/components/actions/split-button/split-button.js.map +1 -0
- package/dist/components/actions/split-button/split-button.styles.d.ts +2 -0
- package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -0
- package/dist/components/actions/split-button/split-button.styles.js +99 -0
- package/dist/components/actions/split-button/split-button.styles.js.map +1 -0
- package/dist/components/actions/split-button/split-button.template.d.ts +3 -0
- package/dist/components/actions/split-button/split-button.template.d.ts.map +1 -0
- package/dist/components/actions/split-button/split-button.template.js +28 -0
- package/dist/components/actions/split-button/split-button.template.js.map +1 -0
- package/dist/components/actions/toolbar/toolbar.d.ts +87 -0
- package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -0
- package/dist/components/actions/toolbar/toolbar.i18n.d.ts +5 -0
- package/dist/components/actions/toolbar/toolbar.i18n.d.ts.map +1 -0
- package/dist/components/actions/toolbar/toolbar.i18n.js +4 -0
- package/dist/components/actions/toolbar/toolbar.i18n.js.map +1 -0
- package/dist/components/actions/toolbar/toolbar.js +513 -0
- package/dist/components/actions/toolbar/toolbar.js.map +1 -0
- package/dist/components/actions/toolbar/toolbar.styles.d.ts +2 -0
- package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -0
- package/dist/components/actions/toolbar/toolbar.styles.js +284 -0
- package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -0
- package/dist/components/actions/toolbar/toolbar.template.d.ts +26 -0
- package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -0
- package/dist/components/actions/toolbar/toolbar.template.js +105 -0
- package/dist/components/actions/toolbar/toolbar.template.js.map +1 -0
- package/dist/components/components.js +23834 -0
- package/dist/components/content/blockquote/blockquote.d.ts +34 -0
- package/dist/components/content/blockquote/blockquote.d.ts.map +1 -0
- package/dist/components/content/blockquote/blockquote.i18n.d.ts +5 -0
- package/dist/components/content/blockquote/blockquote.i18n.d.ts.map +1 -0
- package/dist/components/content/blockquote/blockquote.i18n.js +4 -0
- package/dist/components/content/blockquote/blockquote.i18n.js.map +1 -0
- package/dist/components/content/blockquote/blockquote.js +57 -0
- package/dist/components/content/blockquote/blockquote.js.map +1 -0
- package/dist/components/content/blockquote/blockquote.styles.d.ts +2 -0
- package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -0
- package/dist/components/content/blockquote/blockquote.styles.js +80 -0
- package/dist/components/content/blockquote/blockquote.styles.js.map +1 -0
- package/dist/components/content/blockquote/blockquote.template.d.ts +3 -0
- package/dist/components/content/blockquote/blockquote.template.d.ts.map +1 -0
- package/dist/components/content/blockquote/blockquote.template.js +21 -0
- package/dist/components/content/blockquote/blockquote.template.js.map +1 -0
- package/dist/components/content/icon/icon-aliases.d.ts +3 -0
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -0
- package/dist/components/content/icon/icon-aliases.js +178 -0
- package/dist/components/content/icon/icon-aliases.js.map +1 -0
- package/dist/components/content/icon/icon-registry.d.ts +2 -0
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -0
- package/dist/components/content/icon/icon-registry.js +124 -0
- package/dist/components/content/icon/icon-registry.js.map +1 -0
- package/dist/components/content/icon/icon.d.ts +35 -0
- package/dist/components/content/icon/icon.d.ts.map +1 -0
- package/dist/components/content/icon/icon.js +77 -0
- package/dist/components/content/icon/icon.js.map +1 -0
- package/dist/components/content/icon/icon.styles.d.ts +2 -0
- package/dist/components/content/icon/icon.styles.d.ts.map +1 -0
- package/dist/components/content/icon/icon.styles.js +30 -0
- package/dist/components/content/icon/icon.styles.js.map +1 -0
- package/dist/components/content/icon/icon.template.d.ts +2 -0
- package/dist/components/content/icon/icon.template.d.ts.map +1 -0
- package/dist/components/content/icon/icon.template.js +13 -0
- package/dist/components/content/icon/icon.template.js.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +37 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +67 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts +2 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +78 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts +3 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js +20 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js.map +1 -0
- package/dist/components/content/rich-text/rich-text.d.ts +24 -0
- package/dist/components/content/rich-text/rich-text.d.ts.map +1 -0
- package/dist/components/content/rich-text/rich-text.js +36 -0
- package/dist/components/content/rich-text/rich-text.js.map +1 -0
- package/dist/components/content/tag/tag.d.ts +44 -0
- package/dist/components/content/tag/tag.d.ts.map +1 -0
- package/dist/components/content/tag/tag.js +111 -0
- package/dist/components/content/tag/tag.js.map +1 -0
- package/dist/components/content/tag/tag.styles.d.ts +2 -0
- package/dist/components/content/tag/tag.styles.d.ts.map +1 -0
- package/dist/components/content/tag/tag.styles.js +104 -0
- package/dist/components/content/tag/tag.styles.js.map +1 -0
- package/dist/components/content/tag/tag.template.d.ts +3 -0
- package/dist/components/content/tag/tag.template.d.ts.map +1 -0
- package/dist/components/content/tag/tag.template.js +28 -0
- package/dist/components/content/tag/tag.template.js.map +1 -0
- package/dist/components/content/title/title.d.ts +29 -0
- package/dist/components/content/title/title.d.ts.map +1 -0
- package/dist/components/content/title/title.js +43 -0
- package/dist/components/content/title/title.js.map +1 -0
- package/dist/components/content/title/title.styles.d.ts +2 -0
- package/dist/components/content/title/title.styles.d.ts.map +1 -0
- package/dist/components/content/title/title.styles.js +235 -0
- package/dist/components/content/title/title.styles.js.map +1 -0
- package/dist/components/content/title/title.template.d.ts +3 -0
- package/dist/components/content/title/title.template.d.ts.map +1 -0
- package/dist/components/content/title/title.template.js +16 -0
- package/dist/components/content/title/title.template.js.map +1 -0
- package/dist/components/content/tooltip/tooltip.d.ts +65 -0
- package/dist/components/content/tooltip/tooltip.d.ts.map +1 -0
- package/dist/components/content/tooltip/tooltip.js +234 -0
- package/dist/components/content/tooltip/tooltip.js.map +1 -0
- package/dist/components/content/tooltip/tooltip.styles.d.ts +2 -0
- package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -0
- package/dist/components/content/tooltip/tooltip.styles.js +92 -0
- package/dist/components/content/tooltip/tooltip.styles.js.map +1 -0
- package/dist/components/content/tooltip/tooltip.template.d.ts +4 -0
- package/dist/components/content/tooltip/tooltip.template.d.ts.map +1 -0
- package/dist/components/content/tooltip/tooltip.template.js +20 -0
- package/dist/components/content/tooltip/tooltip.template.js.map +1 -0
- package/dist/components/forms/form/form.d.ts +138 -0
- package/dist/components/forms/form/form.d.ts.map +1 -0
- package/dist/components/forms/form/form.js +260 -0
- package/dist/components/forms/form/form.js.map +1 -0
- package/dist/components/forms/form-actions/form-actions.d.ts +45 -0
- package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -0
- package/dist/components/forms/form-actions/form-actions.js +60 -0
- package/dist/components/forms/form-actions/form-actions.js.map +1 -0
- package/dist/components/forms/form-actions/form-actions.styles.d.ts +2 -0
- package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -0
- package/dist/components/forms/form-actions/form-actions.styles.js +56 -0
- package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -0
- package/dist/components/forms/form-actions/form-actions.template.d.ts +3 -0
- package/dist/components/forms/form-actions/form-actions.template.d.ts.map +1 -0
- package/dist/components/forms/form-actions/form-actions.template.js +11 -0
- package/dist/components/forms/form-actions/form-actions.template.js.map +1 -0
- package/dist/components/forms/form-field/form-field.d.ts +123 -0
- package/dist/components/forms/form-field/form-field.d.ts.map +1 -0
- package/dist/components/forms/form-field/form-field.js +314 -0
- package/dist/components/forms/form-field/form-field.js.map +1 -0
- package/dist/components/forms/form-field/form-field.styles.d.ts +4 -0
- package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -0
- package/dist/components/forms/form-field/form-field.styles.js +258 -0
- package/dist/components/forms/form-field/form-field.styles.js.map +1 -0
- package/dist/components/forms/form-field/form-field.template.d.ts +8 -0
- package/dist/components/forms/form-field/form-field.template.d.ts.map +1 -0
- package/dist/components/forms/form-field/form-field.template.js +63 -0
- package/dist/components/forms/form-field/form-field.template.js.map +1 -0
- package/dist/components/forms/form-section/form-section.d.ts +92 -0
- package/dist/components/forms/form-section/form-section.d.ts.map +1 -0
- package/dist/components/forms/form-section/form-section.js +211 -0
- package/dist/components/forms/form-section/form-section.js.map +1 -0
- package/dist/components/index.d.ts +89 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +98 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.d.ts +33 -0
- package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.js +83 -0
- package/dist/components/inputs/checkbox/checkbox.js.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.styles.d.ts +2 -0
- package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.styles.js +128 -0
- package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.template.d.ts +5 -0
- package/dist/components/inputs/checkbox/checkbox.template.d.ts.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.template.js +21 -0
- package/dist/components/inputs/checkbox/checkbox.template.js.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +34 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.js +81 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts +2 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +52 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts +5 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.js +24 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.js.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.d.ts +125 -0
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.i18n.d.ts +6 -0
- package/dist/components/inputs/combo-box/combo-box.i18n.d.ts.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.i18n.js +5 -0
- package/dist/components/inputs/combo-box/combo-box.i18n.js.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.js +393 -0
- package/dist/components/inputs/combo-box/combo-box.js.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts +2 -0
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.styles.js +190 -0
- package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.template.d.ts +6 -0
- package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.template.js +81 -0
- package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.d.ts +58 -0
- package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.js +145 -0
- package/dist/components/inputs/dropdown/dropdown.js.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.styles.d.ts +2 -0
- package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.styles.js +185 -0
- package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.template.d.ts +5 -0
- package/dist/components/inputs/dropdown/dropdown.template.d.ts.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.template.js +38 -0
- package/dist/components/inputs/dropdown/dropdown.template.js.map +1 -0
- package/dist/components/inputs/number-field/number-field.d.ts +71 -0
- package/dist/components/inputs/number-field/number-field.d.ts.map +1 -0
- package/dist/components/inputs/number-field/number-field.i18n.d.ts +7 -0
- package/dist/components/inputs/number-field/number-field.i18n.d.ts.map +1 -0
- package/dist/components/inputs/number-field/number-field.i18n.js +6 -0
- package/dist/components/inputs/number-field/number-field.i18n.js.map +1 -0
- package/dist/components/inputs/number-field/number-field.js +191 -0
- package/dist/components/inputs/number-field/number-field.js.map +1 -0
- package/dist/components/inputs/number-field/number-field.styles.d.ts +2 -0
- package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/number-field/number-field.styles.js +153 -0
- package/dist/components/inputs/number-field/number-field.styles.js.map +1 -0
- package/dist/components/inputs/number-field/number-field.template.d.ts +5 -0
- package/dist/components/inputs/number-field/number-field.template.d.ts.map +1 -0
- package/dist/components/inputs/number-field/number-field.template.js +52 -0
- package/dist/components/inputs/number-field/number-field.template.js.map +1 -0
- package/dist/components/inputs/password-field/password-field.d.ts +84 -0
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -0
- package/dist/components/inputs/password-field/password-field.js +180 -0
- package/dist/components/inputs/password-field/password-field.js.map +1 -0
- package/dist/components/inputs/password-field/password-field.styles.d.ts +2 -0
- package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/password-field/password-field.styles.js +223 -0
- package/dist/components/inputs/password-field/password-field.styles.js.map +1 -0
- package/dist/components/inputs/password-field/password-field.template.d.ts +6 -0
- package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -0
- package/dist/components/inputs/password-field/password-field.template.js +70 -0
- package/dist/components/inputs/password-field/password-field.template.js.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.d.ts +40 -0
- package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.js +87 -0
- package/dist/components/inputs/radio-button/radio-button.js.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.styles.d.ts +2 -0
- package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.styles.js +122 -0
- package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.template.d.ts +4 -0
- package/dist/components/inputs/radio-button/radio-button.template.d.ts.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.template.js +19 -0
- package/dist/components/inputs/radio-button/radio-button.template.js.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +34 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.js +79 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts +2 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +52 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts +5 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.js +24 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.js.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +40 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.js +151 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts +2 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.styles.js +23 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.styles.js.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.template.d.ts +4 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.template.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.template.js +9 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.template.js.map +1 -0
- package/dist/components/inputs/search-field/search-field.d.ts +65 -0
- package/dist/components/inputs/search-field/search-field.d.ts.map +1 -0
- package/dist/components/inputs/search-field/search-field.i18n.d.ts +6 -0
- package/dist/components/inputs/search-field/search-field.i18n.d.ts.map +1 -0
- package/dist/components/inputs/search-field/search-field.i18n.js +5 -0
- package/dist/components/inputs/search-field/search-field.i18n.js.map +1 -0
- package/dist/components/inputs/search-field/search-field.js +155 -0
- package/dist/components/inputs/search-field/search-field.js.map +1 -0
- package/dist/components/inputs/search-field/search-field.styles.d.ts +2 -0
- package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/search-field/search-field.styles.js +178 -0
- package/dist/components/inputs/search-field/search-field.styles.js.map +1 -0
- package/dist/components/inputs/search-field/search-field.template.d.ts +7 -0
- package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -0
- package/dist/components/inputs/search-field/search-field.template.js +50 -0
- package/dist/components/inputs/search-field/search-field.template.js.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.d.ts +109 -0
- package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.js +356 -0
- package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts +3 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.js +220 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.d.ts +6 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.d.ts.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.js +38 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -0
- package/dist/components/inputs/stepper/stepper.d.ts +44 -0
- package/dist/components/inputs/stepper/stepper.d.ts.map +1 -0
- package/dist/components/inputs/stepper/stepper.i18n.d.ts +7 -0
- package/dist/components/inputs/stepper/stepper.i18n.d.ts.map +1 -0
- package/dist/components/inputs/stepper/stepper.i18n.js +6 -0
- package/dist/components/inputs/stepper/stepper.i18n.js.map +1 -0
- package/dist/components/inputs/stepper/stepper.js +130 -0
- package/dist/components/inputs/stepper/stepper.js.map +1 -0
- package/dist/components/inputs/stepper/stepper.styles.d.ts +2 -0
- package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -0
- package/dist/components/inputs/stepper/stepper.styles.js +85 -0
- package/dist/components/inputs/stepper/stepper.styles.js.map +1 -0
- package/dist/components/inputs/stepper/stepper.template.d.ts +5 -0
- package/dist/components/inputs/stepper/stepper.template.d.ts.map +1 -0
- package/dist/components/inputs/stepper/stepper.template.js +43 -0
- package/dist/components/inputs/stepper/stepper.template.js.map +1 -0
- package/dist/components/inputs/switch/switch.d.ts +44 -0
- package/dist/components/inputs/switch/switch.d.ts.map +1 -0
- package/dist/components/inputs/switch/switch.js +137 -0
- package/dist/components/inputs/switch/switch.js.map +1 -0
- package/dist/components/inputs/switch/switch.styles.d.ts +2 -0
- package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -0
- package/dist/components/inputs/switch/switch.styles.js +156 -0
- package/dist/components/inputs/switch/switch.styles.js.map +1 -0
- package/dist/components/inputs/switch/switch.template.d.ts +5 -0
- package/dist/components/inputs/switch/switch.template.d.ts.map +1 -0
- package/dist/components/inputs/switch/switch.template.js +31 -0
- package/dist/components/inputs/switch/switch.template.js.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.d.ts +32 -0
- package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.js +74 -0
- package/dist/components/inputs/switch-field/switch-field.js.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.styles.d.ts +2 -0
- package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.styles.js +52 -0
- package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.template.d.ts +5 -0
- package/dist/components/inputs/switch-field/switch-field.template.d.ts.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.template.js +24 -0
- package/dist/components/inputs/switch-field/switch-field.template.js.map +1 -0
- package/dist/components/inputs/text-field/text-field.d.ts +69 -0
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -0
- package/dist/components/inputs/text-field/text-field.js +150 -0
- package/dist/components/inputs/text-field/text-field.js.map +1 -0
- package/dist/components/inputs/text-field/text-field.styles.d.ts +2 -0
- package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/text-field/text-field.styles.js +184 -0
- package/dist/components/inputs/text-field/text-field.styles.js.map +1 -0
- package/dist/components/inputs/text-field/text-field.template.d.ts +5 -0
- package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -0
- package/dist/components/inputs/text-field/text-field.template.js +50 -0
- package/dist/components/inputs/text-field/text-field.template.js.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.d.ts +60 -0
- package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.js +137 -0
- package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts +2 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.js +168 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.d.ts +5 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.js +52 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +56 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js +187 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts +2 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js +33 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.template.d.ts +4 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.template.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.template.js +9 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.template.js.map +1 -0
- package/dist/components/inputs/token/token.d.ts +42 -0
- package/dist/components/inputs/token/token.d.ts.map +1 -0
- package/dist/components/inputs/token/token.js +86 -0
- package/dist/components/inputs/token/token.js.map +1 -0
- package/dist/components/inputs/token/token.styles.d.ts +2 -0
- package/dist/components/inputs/token/token.styles.d.ts.map +1 -0
- package/dist/components/inputs/token/token.styles.js +131 -0
- package/dist/components/inputs/token/token.styles.js.map +1 -0
- package/dist/components/inputs/token/token.template.d.ts +4 -0
- package/dist/components/inputs/token/token.template.d.ts.map +1 -0
- package/dist/components/inputs/token/token.template.js +37 -0
- package/dist/components/inputs/token/token.template.js.map +1 -0
- package/dist/components/layout/app-view/app-view.d.ts +29 -0
- package/dist/components/layout/app-view/app-view.d.ts.map +1 -0
- package/dist/components/layout/app-view/app-view.js +45 -0
- package/dist/components/layout/app-view/app-view.js.map +1 -0
- package/dist/components/layout/app-view/app-view.styles.d.ts +2 -0
- package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -0
- package/dist/components/layout/app-view/app-view.styles.js +44 -0
- package/dist/components/layout/app-view/app-view.styles.js.map +1 -0
- package/dist/components/layout/app-view/app-view.template.d.ts +4 -0
- package/dist/components/layout/app-view/app-view.template.d.ts.map +1 -0
- package/dist/components/layout/app-view/app-view.template.js +9 -0
- package/dist/components/layout/app-view/app-view.template.js.map +1 -0
- package/dist/components/layout/box/box.d.ts +21 -0
- package/dist/components/layout/box/box.d.ts.map +1 -0
- package/dist/components/layout/box/box.js +31 -0
- package/dist/components/layout/box/box.js.map +1 -0
- package/dist/components/layout/box/box.styles.d.ts +2 -0
- package/dist/components/layout/box/box.styles.d.ts.map +1 -0
- package/dist/components/layout/box/box.styles.js +25 -0
- package/dist/components/layout/box/box.styles.js.map +1 -0
- package/dist/components/layout/box/box.template.d.ts +4 -0
- package/dist/components/layout/box/box.template.d.ts.map +1 -0
- package/dist/components/layout/box/box.template.js +9 -0
- package/dist/components/layout/box/box.template.js.map +1 -0
- package/dist/components/layout/card/card.d.ts +28 -0
- package/dist/components/layout/card/card.d.ts.map +1 -0
- package/dist/components/layout/card/card.js +47 -0
- package/dist/components/layout/card/card.js.map +1 -0
- package/dist/components/layout/card/card.styles.d.ts +2 -0
- package/dist/components/layout/card/card.styles.d.ts.map +1 -0
- package/dist/components/layout/card/card.styles.js +63 -0
- package/dist/components/layout/card/card.styles.js.map +1 -0
- package/dist/components/layout/card/card.template.d.ts +4 -0
- package/dist/components/layout/card/card.template.d.ts.map +1 -0
- package/dist/components/layout/card/card.template.js +27 -0
- package/dist/components/layout/card/card.template.js.map +1 -0
- package/dist/components/layout/collection/collection.d.ts +77 -0
- package/dist/components/layout/collection/collection.d.ts.map +1 -0
- package/dist/components/layout/collection/collection.i18n.d.ts +7 -0
- package/dist/components/layout/collection/collection.i18n.d.ts.map +1 -0
- package/dist/components/layout/collection/collection.i18n.js +6 -0
- package/dist/components/layout/collection/collection.i18n.js.map +1 -0
- package/dist/components/layout/collection/collection.js +193 -0
- package/dist/components/layout/collection/collection.js.map +1 -0
- package/dist/components/layout/collection/collection.styles.d.ts +2 -0
- package/dist/components/layout/collection/collection.styles.d.ts.map +1 -0
- package/dist/components/layout/collection/collection.styles.js +144 -0
- package/dist/components/layout/collection/collection.styles.js.map +1 -0
- package/dist/components/layout/collection/collection.template.d.ts +4 -0
- package/dist/components/layout/collection/collection.template.d.ts.map +1 -0
- package/dist/components/layout/collection/collection.template.js +39 -0
- package/dist/components/layout/collection/collection.template.js.map +1 -0
- package/dist/components/layout/container/container.d.ts +93 -0
- package/dist/components/layout/container/container.d.ts.map +1 -0
- package/dist/components/layout/container/container.js +251 -0
- package/dist/components/layout/container/container.js.map +1 -0
- package/dist/components/layout/container/container.styles.d.ts +2 -0
- package/dist/components/layout/container/container.styles.d.ts.map +1 -0
- package/dist/components/layout/container/container.styles.js +1155 -0
- package/dist/components/layout/container/container.styles.js.map +1 -0
- package/dist/components/layout/container/container.template.d.ts +4 -0
- package/dist/components/layout/container/container.template.d.ts.map +1 -0
- package/dist/components/layout/container/container.template.js +9 -0
- package/dist/components/layout/container/container.template.js.map +1 -0
- package/dist/components/layout/divider/divider.d.ts +18 -0
- package/dist/components/layout/divider/divider.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.js +28 -0
- package/dist/components/layout/divider/divider.js.map +1 -0
- package/dist/components/layout/divider/divider.styles.d.ts +2 -0
- package/dist/components/layout/divider/divider.styles.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.styles.js +32 -0
- package/dist/components/layout/divider/divider.styles.js.map +1 -0
- package/dist/components/layout/divider/divider.template.d.ts +4 -0
- package/dist/components/layout/divider/divider.template.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.template.js +7 -0
- package/dist/components/layout/divider/divider.template.js.map +1 -0
- package/dist/components/layout/page/page.d.ts +48 -0
- package/dist/components/layout/page/page.d.ts.map +1 -0
- package/dist/components/layout/page/page.js +138 -0
- package/dist/components/layout/page/page.js.map +1 -0
- package/dist/components/layout/page/page.styles.d.ts +2 -0
- package/dist/components/layout/page/page.styles.d.ts.map +1 -0
- package/dist/components/layout/page/page.styles.js +133 -0
- package/dist/components/layout/page/page.styles.js.map +1 -0
- package/dist/components/layout/page/page.template.d.ts +4 -0
- package/dist/components/layout/page/page.template.d.ts.map +1 -0
- package/dist/components/layout/page/page.template.js +17 -0
- package/dist/components/layout/page/page.template.js.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +28 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +44 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +112 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js +19 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +26 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +36 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +120 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js +21 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +26 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +36 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +120 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js +21 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +28 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.js +44 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +118 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.template.js +19 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.template.js.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +26 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +36 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +121 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js +21 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js.map +1 -0
- package/dist/components/layout/popover/popover.d.ts +105 -0
- package/dist/components/layout/popover/popover.d.ts.map +1 -0
- package/dist/components/layout/popover/popover.i18n.d.ts +5 -0
- package/dist/components/layout/popover/popover.i18n.d.ts.map +1 -0
- package/dist/components/layout/popover/popover.i18n.js +4 -0
- package/dist/components/layout/popover/popover.i18n.js.map +1 -0
- package/dist/components/layout/popover/popover.js +440 -0
- package/dist/components/layout/popover/popover.js.map +1 -0
- package/dist/components/layout/popover/popover.styles.d.ts +2 -0
- package/dist/components/layout/popover/popover.styles.d.ts.map +1 -0
- package/dist/components/layout/popover/popover.styles.js +84 -0
- package/dist/components/layout/popover/popover.styles.js.map +1 -0
- package/dist/components/layout/popover/popover.template.d.ts +3 -0
- package/dist/components/layout/popover/popover.template.d.ts.map +1 -0
- package/dist/components/layout/popover/popover.template.js +5 -0
- package/dist/components/layout/popover/popover.template.js.map +1 -0
- package/dist/components/layout/sheet/sheet.d.ts +63 -0
- package/dist/components/layout/sheet/sheet.d.ts.map +1 -0
- package/dist/components/layout/sheet/sheet.js +166 -0
- package/dist/components/layout/sheet/sheet.js.map +1 -0
- package/dist/components/layout/sheet/sheet.styles.d.ts +2 -0
- package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -0
- package/dist/components/layout/sheet/sheet.styles.js +217 -0
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -0
- package/dist/components/layout/sheet/sheet.template.d.ts +3 -0
- package/dist/components/layout/sheet/sheet.template.d.ts.map +1 -0
- package/dist/components/layout/sheet/sheet.template.js +17 -0
- package/dist/components/layout/sheet/sheet.template.js.map +1 -0
- package/dist/components/layout/spacer/spacer.d.ts +23 -0
- package/dist/components/layout/spacer/spacer.d.ts.map +1 -0
- package/dist/components/layout/spacer/spacer.js +36 -0
- package/dist/components/layout/spacer/spacer.js.map +1 -0
- package/dist/components/layout/spacer/spacer.styles.d.ts +2 -0
- package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -0
- package/dist/components/layout/spacer/spacer.styles.js +156 -0
- package/dist/components/layout/spacer/spacer.styles.js.map +1 -0
- package/dist/components/layout/spacer/spacer.template.d.ts +1 -0
- package/dist/components/layout/spacer/spacer.template.d.ts.map +1 -0
- package/dist/components/layout/spacer/spacer.template.js +2 -0
- package/dist/components/layout/spacer/spacer.template.js.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +65 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +203 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts +2 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +128 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts +5 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js +39 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +86 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +385 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts +2 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +318 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts +5 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js +60 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +38 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js +83 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts +2 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +66 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.d.ts +5 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.js +22 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.js.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts +28 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.js +45 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.js.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts +2 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +83 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.d.ts +4 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.js +15 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.js.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +38 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +60 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts +2 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +56 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.d.ts +4 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.js +9 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.js.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts +38 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js +83 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts +2 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +67 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.d.ts +5 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.js +22 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.js.map +1 -0
- package/dist/components/layout/window/window.d.ts +92 -0
- package/dist/components/layout/window/window.d.ts.map +1 -0
- package/dist/components/layout/window/window.i18n.d.ts +5 -0
- package/dist/components/layout/window/window.i18n.d.ts.map +1 -0
- package/dist/components/layout/window/window.i18n.js +4 -0
- package/dist/components/layout/window/window.i18n.js.map +1 -0
- package/dist/components/layout/window/window.js +390 -0
- package/dist/components/layout/window/window.js.map +1 -0
- package/dist/components/layout/window/window.styles.d.ts +2 -0
- package/dist/components/layout/window/window.styles.d.ts.map +1 -0
- package/dist/components/layout/window/window.styles.js +104 -0
- package/dist/components/layout/window/window.styles.js.map +1 -0
- package/dist/components/layout/window/window.template.d.ts +4 -0
- package/dist/components/layout/window/window.template.d.ts.map +1 -0
- package/dist/components/layout/window/window.template.js +18 -0
- package/dist/components/layout/window/window.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.d.ts +44 -0
- package/dist/components/lists-and-menus/cells/cell/cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.js +95 -0
- package/dist/components/lists-and-menus/cells/cell/cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.styles.js +75 -0
- package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.template.js +3 -0
- package/dist/components/lists-and-menus/cells/cell/cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts +46 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.js +97 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +99 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js +6 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts +43 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts +5 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js +4 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js +64 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js +72 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js +44 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts +39 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js +57 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js +103 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts +3 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js +9 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts +26 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js +36 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js +47 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js +2 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts +76 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.js +149 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +180 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts +3 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js +10 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts +28 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js +140 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts +78 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.js +152 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +178 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts +3 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js +33 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/list/list.d.ts +111 -0
- package/dist/components/lists-and-menus/list/list.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list/list.i18n.d.ts +11 -0
- package/dist/components/lists-and-menus/list/list.i18n.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list/list.i18n.js +10 -0
- package/dist/components/lists-and-menus/list/list.i18n.js.map +1 -0
- package/dist/components/lists-and-menus/list/list.js +488 -0
- package/dist/components/lists-and-menus/list/list.js.map +1 -0
- package/dist/components/lists-and-menus/list/list.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/list/list.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list/list.styles.js +126 -0
- package/dist/components/lists-and-menus/list/list.styles.js.map +1 -0
- package/dist/components/lists-and-menus/list/list.template.d.ts +3 -0
- package/dist/components/lists-and-menus/list/list.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list/list.template.js +48 -0
- package/dist/components/lists-and-menus/list/list.template.js.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.d.ts +62 -0
- package/dist/components/lists-and-menus/list-item/list-item.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.js +188 -0
- package/dist/components/lists-and-menus/list-item/list-item.js.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.js +249 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.template.d.ts +2 -0
- package/dist/components/lists-and-menus/list-item/list-item.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.template.js +38 -0
- package/dist/components/lists-and-menus/list-item/list-item.template.js.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.d.ts +166 -0
- package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.d.ts +5 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.d.ts.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.js +4 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.js.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.js +551 -0
- package/dist/components/lists-and-menus/menu/menu.js.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.styles.d.ts +4 -0
- package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.styles.js +175 -0
- package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.template.d.ts +5 -0
- package/dist/components/lists-and-menus/menu/menu.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.template.js +75 -0
- package/dist/components/lists-and-menus/menu/menu.template.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +146 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts +9 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js +8 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js +775 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts +3 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +412 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts +8 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +112 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.d.ts +70 -0
- package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.i18n.d.ts +5 -0
- package/dist/components/navigation/menu-bar/menu-bar.i18n.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.i18n.js +4 -0
- package/dist/components/navigation/menu-bar/menu-bar.i18n.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.js +276 -0
- package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts +2 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.js +37 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.template.d.ts +3 -0
- package/dist/components/navigation/menu-bar/menu-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.template.js +20 -0
- package/dist/components/navigation/menu-bar/menu-bar.template.js.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +73 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js +207 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts +2 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +172 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts +3 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +65 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -0
- package/dist/components/navigation/pagination/pagination.d.ts +39 -0
- package/dist/components/navigation/pagination/pagination.d.ts.map +1 -0
- package/dist/components/navigation/pagination/pagination.i18n.d.ts +9 -0
- package/dist/components/navigation/pagination/pagination.i18n.d.ts.map +1 -0
- package/dist/components/navigation/pagination/pagination.i18n.js +8 -0
- package/dist/components/navigation/pagination/pagination.i18n.js.map +1 -0
- package/dist/components/navigation/pagination/pagination.js +122 -0
- package/dist/components/navigation/pagination/pagination.js.map +1 -0
- package/dist/components/navigation/pagination/pagination.styles.d.ts +2 -0
- package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -0
- package/dist/components/navigation/pagination/pagination.styles.js +227 -0
- package/dist/components/navigation/pagination/pagination.styles.js.map +1 -0
- package/dist/components/navigation/pagination/pagination.template.d.ts +6 -0
- package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -0
- package/dist/components/navigation/pagination/pagination.template.js +92 -0
- package/dist/components/navigation/pagination/pagination.template.js.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.d.ts +36 -0
- package/dist/components/navigation/skip-link/skip-link.d.ts.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.i18n.d.ts +5 -0
- package/dist/components/navigation/skip-link/skip-link.i18n.d.ts.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.i18n.js +4 -0
- package/dist/components/navigation/skip-link/skip-link.i18n.js.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.js +64 -0
- package/dist/components/navigation/skip-link/skip-link.js.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.styles.d.ts +2 -0
- package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.styles.js +69 -0
- package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.template.d.ts +3 -0
- package/dist/components/navigation/skip-link/skip-link.template.d.ts.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.template.js +25 -0
- package/dist/components/navigation/skip-link/skip-link.template.js.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.d.ts +81 -0
- package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.js +286 -0
- package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts +3 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.js +226 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.template.d.ts +7 -0
- package/dist/components/navigation/tab-bar/tab-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.template.js +77 -0
- package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/logo.d.ts +3 -0
- package/dist/components/navigation/top-navigation-bar/logo.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/logo.js +3 -0
- package/dist/components/navigation/top-navigation-bar/logo.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +79 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.d.ts +10 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.js +9 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +340 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts +2 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +325 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts +3 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js +126 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +50 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.js +149 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts +2 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +159 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts +5 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.template.js +55 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.template.js.map +1 -0
- package/dist/components/palettes.html +245 -0
- package/dist/components/status-and-feedback/badge/badge.d.ts +49 -0
- package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.i18n.d.ts +5 -0
- package/dist/components/status-and-feedback/badge/badge.i18n.d.ts.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.i18n.js +4 -0
- package/dist/components/status-and-feedback/badge/badge.i18n.js.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.js +95 -0
- package/dist/components/status-and-feedback/badge/badge.js.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts +2 -0
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.styles.js +134 -0
- package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.template.d.ts +3 -0
- package/dist/components/status-and-feedback/badge/badge.template.d.ts.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.template.js +24 -0
- package/dist/components/status-and-feedback/badge/badge.template.js.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +40 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +97 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts +2 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +95 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts +3 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js +33 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts +49 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +122 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts +2 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +99 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts +3 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js +25 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js.map +1 -0
- package/dist/css/form-section.css +118 -0
- package/dist/css/form.css +48 -0
- package/dist/css/global.css +4 -0
- package/dist/css/palettes.generated.css +540 -0
- package/dist/css/rich-text.css +444 -0
- package/dist/css/settings.css +1201 -0
- package/dist/fonts/IBMPlexMono-Bold.woff2 +0 -0
- package/dist/fonts/IBMPlexMono-Regular.woff2 +0 -0
- package/dist/fonts/RijksSansVF-Italic.ttf +0 -0
- package/dist/fonts/RijksSansVF-Regular.ttf +0 -0
- package/dist/utilities/input-modality.d.ts +10 -0
- package/dist/utilities/input-modality.d.ts.map +1 -0
- package/dist/utilities/input-modality.js +47 -0
- package/dist/utilities/input-modality.js.map +1 -0
- package/dist/utilities/popover-guard.d.ts +10 -0
- package/dist/utilities/popover-guard.d.ts.map +1 -0
- package/dist/utilities/popover-guard.js +10 -0
- package/dist/utilities/popover-guard.js.map +1 -0
- package/dist/utilities/render-marked.d.ts +28 -0
- package/dist/utilities/render-marked.d.ts.map +1 -0
- package/dist/utilities/render-marked.js +57 -0
- package/dist/utilities/render-marked.js.map +1 -0
- package/dist/utilities/sanitize-url.d.ts +16 -0
- package/dist/utilities/sanitize-url.d.ts.map +1 -0
- package/dist/utilities/sanitize-url.js +30 -0
- package/dist/utilities/sanitize-url.js.map +1 -0
- package/dist/utilities/visibility-mixin.d.ts +28 -0
- package/dist/utilities/visibility-mixin.d.ts.map +1 -0
- package/dist/utilities/visibility-mixin.js +67 -0
- package/dist/utilities/visibility-mixin.js.map +1 -0
- package/dist/utilities/with-translations.d.ts +27 -0
- package/dist/utilities/with-translations.d.ts.map +1 -0
- package/dist/utilities/with-translations.js +57 -0
- package/dist/utilities/with-translations.js.map +1 -0
- package/package.json +409 -0
|
@@ -0,0 +1,488 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { LitElement } from 'lit';
|
|
8
|
+
import { customElement, property, state } from 'lit/decorators.js';
|
|
9
|
+
import { listStyles } from './list.styles.js';
|
|
10
|
+
import { template } from './list.template.js';
|
|
11
|
+
import { nlddListTranslations } from './list.i18n.js';
|
|
12
|
+
import '../../status-and-feedback/inline-dialog/inline-dialog.js';
|
|
13
|
+
/**
|
|
14
|
+
* A container for `nldd-list-item` elements, with optional header and footer slots.
|
|
15
|
+
*
|
|
16
|
+
* The `type` attribute switches the list's a11y role and behaviour:
|
|
17
|
+
* - `list` (default) — `role="list"`, items `role="listitem"`. Reorderable allowed.
|
|
18
|
+
* Items may individually be buttons or links; the list itself
|
|
19
|
+
* has no special keyboard semantics.
|
|
20
|
+
* - `navigation` — host `role="navigation"`, items with `selected` get
|
|
21
|
+
* `aria-current="page"` on their inner `<a>` or `<button>`.
|
|
22
|
+
*
|
|
23
|
+
* Selection state is consumer-managed: the list never mutates `selected` itself.
|
|
24
|
+
*
|
|
25
|
+
* ### Reorder
|
|
26
|
+
*
|
|
27
|
+
* On reorder (type="list" + reorderable), the list dispatches `nldd-reorder` with
|
|
28
|
+
* `fromIndex` / `toIndex` and expects the consumer to mutate the DOM (or their
|
|
29
|
+
* data model that renders the DOM). Focus is restored to the moved item's drag
|
|
30
|
+
* handle via a single `requestAnimationFrame` — this assumes the consumer
|
|
31
|
+
* reorders **synchronously** in the event handler. Async renderers (React,
|
|
32
|
+
* Vue, …) that update the DOM on a later tick will miss the focus restore and
|
|
33
|
+
* should manage focus themselves after their render commits.
|
|
34
|
+
*
|
|
35
|
+
* @slot - List items (`nldd-list-item`)
|
|
36
|
+
* @slot header - Content above the list body (e.g. `nldd-title`)
|
|
37
|
+
* @slot footer - Content below the list body (e.g. a short description)
|
|
38
|
+
* @slot empty - Shown when no items are visible (all `[hidden]` or none). Defaults
|
|
39
|
+
* to `nldd-inline-dialog` with `empty-text` / `empty-supporting-text`
|
|
40
|
+
* (falling back to Dutch i18n "Geen resultaten"). Slot content
|
|
41
|
+
* overrides the default dialog entirely.
|
|
42
|
+
*
|
|
43
|
+
* @fires nldd-reorder - Reorderable `type="list"`: `{ fromIndex, toIndex }` on drop
|
|
44
|
+
*/
|
|
45
|
+
let NLDDList = class NLDDList extends LitElement {
|
|
46
|
+
constructor() {
|
|
47
|
+
super(...arguments);
|
|
48
|
+
/** Visual style of the list. */
|
|
49
|
+
this.variant = 'simple';
|
|
50
|
+
/** A11y semantics. See class docblock. */
|
|
51
|
+
this.type = 'list';
|
|
52
|
+
/** Enables drag-to-reorder. Only valid when `type="list"` (the default). */
|
|
53
|
+
this.reorderable = false;
|
|
54
|
+
/** Hides dividers between list items. */
|
|
55
|
+
this.noDividers = false;
|
|
56
|
+
/**
|
|
57
|
+
* Text for the default empty-state dialog. Falls back to the Dutch
|
|
58
|
+
* i18n default ("Geen resultaten"). Ignored when consumers slot their
|
|
59
|
+
* own content into `[slot=empty]`.
|
|
60
|
+
*/
|
|
61
|
+
this.emptyText = '';
|
|
62
|
+
/**
|
|
63
|
+
* Optional supporting text for the default empty-state dialog.
|
|
64
|
+
* Ignored when consumers slot their own content into `[slot=empty]`.
|
|
65
|
+
*/
|
|
66
|
+
this.emptySupportingText = '';
|
|
67
|
+
/** Override one or more translation keys. Unset keys fall back to the Dutch default. */
|
|
68
|
+
this.translations = {};
|
|
69
|
+
this._mergedTranslations = { ...nlddListTranslations };
|
|
70
|
+
this._hasHeader = false;
|
|
71
|
+
this._isEmpty = false;
|
|
72
|
+
// — Drag state ——————————————————————————————————————————————————————————
|
|
73
|
+
this._draggingEl = null;
|
|
74
|
+
this._draggingFromIndex = -1;
|
|
75
|
+
this._placeholder = null;
|
|
76
|
+
this._currentDropIndex = -1;
|
|
77
|
+
this._pointerId = null;
|
|
78
|
+
this._clone = null;
|
|
79
|
+
this._cloneOffsetY = 0;
|
|
80
|
+
this._listRect = null;
|
|
81
|
+
// — Observers ————————————————————————————————————————————————————————————
|
|
82
|
+
this._itemsObserver = null;
|
|
83
|
+
// — Drag: pointer ————————————————————————————————————————————————————————
|
|
84
|
+
this._onPointerDown = (event) => {
|
|
85
|
+
if (!this.reorderable || this.type !== 'list')
|
|
86
|
+
return;
|
|
87
|
+
const path = event.composedPath();
|
|
88
|
+
const hasDragHandle = path.some((el) => el instanceof Element && el.hasAttribute('reorderable-only'));
|
|
89
|
+
if (!hasDragHandle)
|
|
90
|
+
return;
|
|
91
|
+
const item = path.find((el) => el instanceof Element && el.tagName.toLowerCase() === 'nldd-list-item');
|
|
92
|
+
if (!item)
|
|
93
|
+
return;
|
|
94
|
+
event.preventDefault();
|
|
95
|
+
this._lastPointerY = event.clientY;
|
|
96
|
+
this._startDrag(item, event.clientY);
|
|
97
|
+
// Restore focus suppressed by preventDefault
|
|
98
|
+
const handle = path.find((el) => el instanceof HTMLButtonElement);
|
|
99
|
+
handle?.focus();
|
|
100
|
+
this._pointerId = event.pointerId;
|
|
101
|
+
this.setPointerCapture(event.pointerId);
|
|
102
|
+
this.addEventListener('pointermove', this._onPointerMove);
|
|
103
|
+
this.addEventListener('pointerup', this._onPointerUp);
|
|
104
|
+
this.addEventListener('pointercancel', this._onPointerCancel);
|
|
105
|
+
};
|
|
106
|
+
this._lastPointerY = 0;
|
|
107
|
+
this._onPointerMove = (event) => {
|
|
108
|
+
if (!this._draggingEl || !this._placeholder)
|
|
109
|
+
return;
|
|
110
|
+
// Move floating clone
|
|
111
|
+
if (this._clone) {
|
|
112
|
+
this._listRect = this.getBoundingClientRect();
|
|
113
|
+
this._clone.style.setProperty('--_drag-clone-top', `${event.clientY - this._listRect.top - this._cloneOffsetY}px`);
|
|
114
|
+
}
|
|
115
|
+
const draggingDown = event.clientY >= this._lastPointerY;
|
|
116
|
+
this._lastPointerY = event.clientY;
|
|
117
|
+
const items = this._getItems();
|
|
118
|
+
const nonDragging = items.filter((i) => i !== this._draggingEl);
|
|
119
|
+
const pointerY = event.clientY;
|
|
120
|
+
let toIndex = nonDragging.length; // default: end
|
|
121
|
+
for (let i = 0; i < nonDragging.length; i++) {
|
|
122
|
+
// nldd-list-item is display:contents so its own rect is zero — use the inner element
|
|
123
|
+
const inner = nonDragging[i].shadowRoot?.querySelector('.list-item') ?? nonDragging[i];
|
|
124
|
+
const rect = inner.getBoundingClientRect();
|
|
125
|
+
const threshold = draggingDown ? rect.top : rect.bottom;
|
|
126
|
+
if (pointerY < threshold) {
|
|
127
|
+
toIndex = i;
|
|
128
|
+
break;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
this._setDropIndex(toIndex);
|
|
132
|
+
};
|
|
133
|
+
this._onPointerUp = (_event) => {
|
|
134
|
+
this._endDrag();
|
|
135
|
+
};
|
|
136
|
+
this._onPointerCancel = () => {
|
|
137
|
+
this._cancelDrag();
|
|
138
|
+
};
|
|
139
|
+
// — Keyboard reorder —————————————————————————————————————————————————————
|
|
140
|
+
// ArrowUp/ArrowDown on a focused drag handle moves the item immediately.
|
|
141
|
+
// Mirrors nldd-document-tab-bar: no grab-and-drop cycle — each arrow press
|
|
142
|
+
// reorders the DOM, fires nldd-reorder and restores focus on the handle.
|
|
143
|
+
this._onKeyDown = (event) => {
|
|
144
|
+
if (!this.reorderable || this.type !== 'list')
|
|
145
|
+
return;
|
|
146
|
+
if (event.key !== 'ArrowUp' && event.key !== 'ArrowDown')
|
|
147
|
+
return;
|
|
148
|
+
const path = event.composedPath();
|
|
149
|
+
const handle = path.find((el) => el instanceof HTMLElement && el.hasAttribute('reorderable-only'));
|
|
150
|
+
if (!handle)
|
|
151
|
+
return;
|
|
152
|
+
const item = path.find((el) => el instanceof Element && el.tagName.toLowerCase() === 'nldd-list-item');
|
|
153
|
+
if (!item)
|
|
154
|
+
return;
|
|
155
|
+
const items = this._getItems();
|
|
156
|
+
const fromIndex = items.indexOf(item);
|
|
157
|
+
if (fromIndex === -1)
|
|
158
|
+
return;
|
|
159
|
+
const targetIndex = event.key === 'ArrowUp' ? fromIndex - 1 : fromIndex + 1;
|
|
160
|
+
if (targetIndex < 0 || targetIndex >= items.length)
|
|
161
|
+
return;
|
|
162
|
+
event.preventDefault();
|
|
163
|
+
// Capture the actual focused element (may live inside the handle's shadow DOM,
|
|
164
|
+
// e.g. the <button> inside nldd-drag-handle-cell) so we can restore focus
|
|
165
|
+
// after the consumer reorders the DOM in response to nldd-reorder.
|
|
166
|
+
const focused = this._getDeepActiveElement() ?? handle;
|
|
167
|
+
// Mirror pointer-drag semantics: don't mutate the DOM ourselves — emit
|
|
168
|
+
// nldd-reorder with from/to indices and let the consumer reorder. toIndex
|
|
169
|
+
// here is the target index relative to the CURRENT order (same contract
|
|
170
|
+
// as pointer drag: fromIndex vs toIndex in the pre-move list).
|
|
171
|
+
this.dispatchEvent(new CustomEvent('nldd-reorder', {
|
|
172
|
+
detail: { fromIndex, toIndex: targetIndex },
|
|
173
|
+
bubbles: true,
|
|
174
|
+
composed: true,
|
|
175
|
+
}));
|
|
176
|
+
this._announce(this._t('components.list.reorder-moved-text', { position: targetIndex + 1 }));
|
|
177
|
+
// Wait for the consumer to reorder, then restore focus on the moved item's handle.
|
|
178
|
+
requestAnimationFrame(() => focused.focus());
|
|
179
|
+
};
|
|
180
|
+
}
|
|
181
|
+
// — Lifecycle ————————————————————————————————————————————————————————————
|
|
182
|
+
firstUpdated() {
|
|
183
|
+
const slot = this.shadowRoot?.querySelector('slot:not([name])');
|
|
184
|
+
slot?.addEventListener('slotchange', () => {
|
|
185
|
+
this._updateItems();
|
|
186
|
+
this._updateEmpty();
|
|
187
|
+
});
|
|
188
|
+
this._updateItems();
|
|
189
|
+
this._updateEmpty();
|
|
190
|
+
const headerSlot = this.shadowRoot?.querySelector('slot[name="header"]');
|
|
191
|
+
headerSlot?.addEventListener('slotchange', () => {
|
|
192
|
+
this._hasHeader = (headerSlot.assignedElements().length > 0);
|
|
193
|
+
});
|
|
194
|
+
// Watch direct children for add/remove (nldd-list-item gains/lose) and
|
|
195
|
+
// for `hidden` toggles on those direct children (consumer-driven
|
|
196
|
+
// filtering). `subtree: true` is required because `attributes` on the
|
|
197
|
+
// host itself isn't relevant — we need `hidden` changes on the items.
|
|
198
|
+
// The callback filters mutations so we only work when a direct child
|
|
199
|
+
// is affected; nested `hidden` toggles on e.g. cells inside items
|
|
200
|
+
// (which can happen via container-query `[hidden]` in visibility-mixin)
|
|
201
|
+
// no longer trigger item/empty recalculation.
|
|
202
|
+
this._itemsObserver = new MutationObserver((mutations) => {
|
|
203
|
+
const relevant = mutations.some(m => {
|
|
204
|
+
if (m.type === 'childList')
|
|
205
|
+
return m.target === this;
|
|
206
|
+
if (m.type === 'attributes' && m.attributeName === 'hidden') {
|
|
207
|
+
return m.target instanceof Element && m.target.parentElement === this;
|
|
208
|
+
}
|
|
209
|
+
return false;
|
|
210
|
+
});
|
|
211
|
+
if (!relevant)
|
|
212
|
+
return;
|
|
213
|
+
this._updateItems();
|
|
214
|
+
this._updateEmpty();
|
|
215
|
+
});
|
|
216
|
+
this._itemsObserver.observe(this, {
|
|
217
|
+
childList: true,
|
|
218
|
+
subtree: true,
|
|
219
|
+
attributes: true,
|
|
220
|
+
attributeFilter: ['hidden'],
|
|
221
|
+
});
|
|
222
|
+
this._applyHostType();
|
|
223
|
+
}
|
|
224
|
+
connectedCallback() {
|
|
225
|
+
super.connectedCallback();
|
|
226
|
+
this.addEventListener('pointerdown', this._onPointerDown);
|
|
227
|
+
this.addEventListener('keydown', this._onKeyDown);
|
|
228
|
+
}
|
|
229
|
+
disconnectedCallback() {
|
|
230
|
+
super.disconnectedCallback();
|
|
231
|
+
this.removeEventListener('pointerdown', this._onPointerDown);
|
|
232
|
+
this.removeEventListener('keydown', this._onKeyDown);
|
|
233
|
+
this._itemsObserver?.disconnect();
|
|
234
|
+
this._itemsObserver = null;
|
|
235
|
+
this._cancelDrag();
|
|
236
|
+
}
|
|
237
|
+
updated(changed) {
|
|
238
|
+
if (changed.has('reorderable') || changed.has('type')) {
|
|
239
|
+
if (this.reorderable && this.type !== 'list' && import.meta.env?.DEV) {
|
|
240
|
+
console.warn('nldd-list: `reorderable` is only valid when type="list". Ignoring.');
|
|
241
|
+
}
|
|
242
|
+
this._updateItems();
|
|
243
|
+
}
|
|
244
|
+
if (changed.has('translations')) {
|
|
245
|
+
this._mergedTranslations = { ...nlddListTranslations, ...this.translations };
|
|
246
|
+
}
|
|
247
|
+
if (changed.has('type')) {
|
|
248
|
+
this._applyHostType();
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
// — Host attribute routing ————————————————————————————————————————————————
|
|
252
|
+
_applyHostType() {
|
|
253
|
+
if (this.type === 'navigation') {
|
|
254
|
+
this.setAttribute('role', 'navigation');
|
|
255
|
+
if (!this.hasAttribute('aria-label') && !this.hasAttribute('aria-labelledby')) {
|
|
256
|
+
this.setAttribute('aria-label', this._t('components.list.navigation-label-text'));
|
|
257
|
+
this.setAttribute('data-nldd-auto-label', '');
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
else {
|
|
261
|
+
if (this.getAttribute('role') === 'navigation') {
|
|
262
|
+
this.removeAttribute('role');
|
|
263
|
+
}
|
|
264
|
+
if (this.hasAttribute('data-nldd-auto-label')) {
|
|
265
|
+
// Only strip the label we set ourselves. If the consumer overrode
|
|
266
|
+
// `aria-label` after our auto-set, the value no longer matches and
|
|
267
|
+
// we leave it intact. Either way, clear the sentinel.
|
|
268
|
+
const autoLabel = this._t('components.list.navigation-label-text');
|
|
269
|
+
if (this.getAttribute('aria-label') === autoLabel) {
|
|
270
|
+
this.removeAttribute('aria-label');
|
|
271
|
+
}
|
|
272
|
+
this.removeAttribute('data-nldd-auto-label');
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
// — Items ————————————————————————————————————————————————————————————————
|
|
277
|
+
_getItems() {
|
|
278
|
+
const slot = this.shadowRoot?.querySelector('slot:not([name])');
|
|
279
|
+
return (slot?.assignedElements() ?? []).filter((el) => el.tagName.toLowerCase() === 'nldd-list-item' && !el.hasAttribute('data-nldd-placeholder'));
|
|
280
|
+
}
|
|
281
|
+
_updateItems() {
|
|
282
|
+
const items = this._getItems();
|
|
283
|
+
const visibleItems = items.filter(item => !item.hasAttribute('hidden'));
|
|
284
|
+
const lastVisible = visibleItems[visibleItems.length - 1];
|
|
285
|
+
const reorderActive = this.reorderable && this.type === 'list';
|
|
286
|
+
items.forEach((item) => {
|
|
287
|
+
item.classList.toggle('is-last', item === lastVisible);
|
|
288
|
+
if (reorderActive) {
|
|
289
|
+
item.setAttribute('reorderable', '');
|
|
290
|
+
}
|
|
291
|
+
else {
|
|
292
|
+
item.removeAttribute('reorderable');
|
|
293
|
+
}
|
|
294
|
+
});
|
|
295
|
+
}
|
|
296
|
+
_updateEmpty() {
|
|
297
|
+
const items = this._getItems();
|
|
298
|
+
this._isEmpty = items.length === 0 || items.every(item => item.hasAttribute('hidden'));
|
|
299
|
+
}
|
|
300
|
+
_getDeepActiveElement() {
|
|
301
|
+
let active = document.activeElement;
|
|
302
|
+
while (active?.shadowRoot?.activeElement) {
|
|
303
|
+
active = active.shadowRoot.activeElement;
|
|
304
|
+
}
|
|
305
|
+
return active instanceof HTMLElement ? active : null;
|
|
306
|
+
}
|
|
307
|
+
// — Drag: core ———————————————————————————————————————————————————————————
|
|
308
|
+
_startDrag(item, clientY = 0) {
|
|
309
|
+
const items = this._getItems();
|
|
310
|
+
const fromIndex = items.indexOf(item);
|
|
311
|
+
if (fromIndex === -1)
|
|
312
|
+
return;
|
|
313
|
+
this._draggingEl = item;
|
|
314
|
+
this._draggingFromIndex = fromIndex;
|
|
315
|
+
this._currentDropIndex = fromIndex;
|
|
316
|
+
const inner = item.shadowRoot?.querySelector('.list-item') ?? item;
|
|
317
|
+
const rect = inner.getBoundingClientRect();
|
|
318
|
+
// Insert placeholder at item's current position, sized to match the actual item
|
|
319
|
+
this._placeholder = document.createElement('div');
|
|
320
|
+
this._placeholder.className = 'nldd-list-drag-placeholder';
|
|
321
|
+
this._placeholder.setAttribute('aria-hidden', 'true');
|
|
322
|
+
this._placeholder.setAttribute('data-nldd-placeholder', '');
|
|
323
|
+
this._placeholder.style.height = `${rect.height}px`;
|
|
324
|
+
item.after(this._placeholder);
|
|
325
|
+
item.classList.add('is-dragging');
|
|
326
|
+
item.classList.add('is-dragging-pointer');
|
|
327
|
+
this._listRect = this.getBoundingClientRect();
|
|
328
|
+
this._cloneOffsetY = clientY - rect.top;
|
|
329
|
+
// Clone the host (carries slotted light DOM), keep draggable so consumer
|
|
330
|
+
// CSS doesn't hide reorderable-only cells in the clone
|
|
331
|
+
const hostClone = item.cloneNode(true);
|
|
332
|
+
hostClone.classList.remove('is-dragging');
|
|
333
|
+
hostClone.classList.remove('is-dragging-pointer');
|
|
334
|
+
hostClone.setAttribute('data-nldd-clone', '');
|
|
335
|
+
this._clone = document.createElement('div');
|
|
336
|
+
this._clone.className = 'list__drag-clone';
|
|
337
|
+
this._clone.style.setProperty('--_drag-clone-top', `${clientY - this._listRect.top - this._cloneOffsetY}px`);
|
|
338
|
+
this._clone.style.setProperty('--_drag-clone-left', `${rect.left - this._listRect.left}px`);
|
|
339
|
+
this._clone.style.setProperty('--_drag-clone-width', `${rect.width}px`);
|
|
340
|
+
this._clone.style.setProperty('--_drag-clone-height', `${rect.height}px`);
|
|
341
|
+
this._clone.appendChild(hostClone);
|
|
342
|
+
this.renderRoot.appendChild(this._clone);
|
|
343
|
+
}
|
|
344
|
+
/**
|
|
345
|
+
* Places the placeholder so the dragged item will land at position `toIndex`
|
|
346
|
+
* among the non-dragging items (0 = before first, nonDragging.length = after last).
|
|
347
|
+
*/
|
|
348
|
+
_setDropIndex(toIndex) {
|
|
349
|
+
if (!this._placeholder || !this._draggingEl)
|
|
350
|
+
return;
|
|
351
|
+
const nonDragging = this._getItems().filter((i) => i !== this._draggingEl);
|
|
352
|
+
const clamped = Math.max(0, Math.min(nonDragging.length, toIndex));
|
|
353
|
+
this._currentDropIndex = clamped;
|
|
354
|
+
this._placeholder.remove();
|
|
355
|
+
if (nonDragging.length === 0) {
|
|
356
|
+
this._draggingEl.after(this._placeholder);
|
|
357
|
+
return;
|
|
358
|
+
}
|
|
359
|
+
if (clamped === 0) {
|
|
360
|
+
nonDragging[0].before(this._placeholder);
|
|
361
|
+
}
|
|
362
|
+
else {
|
|
363
|
+
nonDragging[clamped - 1].after(this._placeholder);
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
_getDropIndex() {
|
|
367
|
+
return this._currentDropIndex;
|
|
368
|
+
}
|
|
369
|
+
_endDrag() {
|
|
370
|
+
if (!this._draggingEl)
|
|
371
|
+
return;
|
|
372
|
+
const fromIndex = this._draggingFromIndex;
|
|
373
|
+
const toIndex = this._getDropIndex();
|
|
374
|
+
const movedItem = this._draggingEl;
|
|
375
|
+
this._cleanupDrag();
|
|
376
|
+
if (fromIndex !== toIndex) {
|
|
377
|
+
this.dispatchEvent(new CustomEvent('nldd-reorder', {
|
|
378
|
+
detail: { fromIndex, toIndex },
|
|
379
|
+
bubbles: true,
|
|
380
|
+
composed: true,
|
|
381
|
+
}));
|
|
382
|
+
this._announce(this._t('components.list.reorder-dropped-text', { position: toIndex + 1 }));
|
|
383
|
+
// Restore focus to the drag handle on the moved item after the
|
|
384
|
+
// consumer has had a chance to reorder the DOM in response to nldd-reorder.
|
|
385
|
+
requestAnimationFrame(() => {
|
|
386
|
+
const handle = movedItem
|
|
387
|
+
.querySelector('[reorderable-only]')
|
|
388
|
+
?.shadowRoot?.querySelector('button');
|
|
389
|
+
handle?.focus();
|
|
390
|
+
});
|
|
391
|
+
}
|
|
392
|
+
else {
|
|
393
|
+
this._announce(this._t('components.list.reorder-no-change-text'));
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
_cancelDrag() {
|
|
397
|
+
if (!this._draggingEl)
|
|
398
|
+
return;
|
|
399
|
+
this._cleanupDrag();
|
|
400
|
+
this._announce(this._t('components.list.reorder-cancelled-text'));
|
|
401
|
+
}
|
|
402
|
+
_cleanupDrag() {
|
|
403
|
+
this._draggingEl?.classList.remove('is-dragging');
|
|
404
|
+
this._draggingEl?.classList.remove('is-dragging-pointer');
|
|
405
|
+
this._placeholder?.remove();
|
|
406
|
+
this._clone?.remove();
|
|
407
|
+
if (this._pointerId !== null) {
|
|
408
|
+
try {
|
|
409
|
+
this.releasePointerCapture(this._pointerId);
|
|
410
|
+
}
|
|
411
|
+
catch (e) {
|
|
412
|
+
if (!(e instanceof DOMException))
|
|
413
|
+
throw e;
|
|
414
|
+
}
|
|
415
|
+
this._pointerId = null;
|
|
416
|
+
}
|
|
417
|
+
this.removeEventListener('pointermove', this._onPointerMove);
|
|
418
|
+
this.removeEventListener('pointerup', this._onPointerUp);
|
|
419
|
+
this.removeEventListener('pointercancel', this._onPointerCancel);
|
|
420
|
+
this._draggingEl = null;
|
|
421
|
+
this._draggingFromIndex = -1;
|
|
422
|
+
this._placeholder = null;
|
|
423
|
+
this._clone = null;
|
|
424
|
+
this._cloneOffsetY = 0;
|
|
425
|
+
this._listRect = null;
|
|
426
|
+
this._currentDropIndex = -1;
|
|
427
|
+
}
|
|
428
|
+
// — i18n ————————————————————————————————————————————————————————————————
|
|
429
|
+
_t(key, vars) {
|
|
430
|
+
let str = this._mergedTranslations[key];
|
|
431
|
+
if (vars) {
|
|
432
|
+
for (const [k, v] of Object.entries(vars)) {
|
|
433
|
+
str = str.replace(`{${k}}`, String(v));
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
return str;
|
|
437
|
+
}
|
|
438
|
+
_announce(message, assertive = false) {
|
|
439
|
+
const selector = assertive ? '.list__assertive-announcer' : '.list__polite-announcer';
|
|
440
|
+
const region = this.shadowRoot?.querySelector(selector);
|
|
441
|
+
if (!region)
|
|
442
|
+
return;
|
|
443
|
+
region.textContent = '';
|
|
444
|
+
// Double rAF forces screen readers to register the content change across browsers
|
|
445
|
+
requestAnimationFrame(() => requestAnimationFrame(() => {
|
|
446
|
+
region.textContent = message;
|
|
447
|
+
}));
|
|
448
|
+
}
|
|
449
|
+
render() {
|
|
450
|
+
return template(this._t('components.list.items-label-text'), this._hasHeader, this.type, this._isEmpty, this.emptyText || this._t('components.list.empty-text'), this.emptySupportingText);
|
|
451
|
+
}
|
|
452
|
+
};
|
|
453
|
+
NLDDList.styles = [listStyles];
|
|
454
|
+
__decorate([
|
|
455
|
+
property({ reflect: true })
|
|
456
|
+
], NLDDList.prototype, "variant", void 0);
|
|
457
|
+
__decorate([
|
|
458
|
+
property({ reflect: true })
|
|
459
|
+
], NLDDList.prototype, "type", void 0);
|
|
460
|
+
__decorate([
|
|
461
|
+
property({ type: Boolean, reflect: true })
|
|
462
|
+
], NLDDList.prototype, "reorderable", void 0);
|
|
463
|
+
__decorate([
|
|
464
|
+
property({ type: Boolean, reflect: true, attribute: 'no-dividers' })
|
|
465
|
+
], NLDDList.prototype, "noDividers", void 0);
|
|
466
|
+
__decorate([
|
|
467
|
+
property({ type: String, attribute: 'empty-text' })
|
|
468
|
+
], NLDDList.prototype, "emptyText", void 0);
|
|
469
|
+
__decorate([
|
|
470
|
+
property({ type: String, attribute: 'empty-supporting-text' })
|
|
471
|
+
], NLDDList.prototype, "emptySupportingText", void 0);
|
|
472
|
+
__decorate([
|
|
473
|
+
property({ type: Object })
|
|
474
|
+
], NLDDList.prototype, "translations", void 0);
|
|
475
|
+
__decorate([
|
|
476
|
+
state()
|
|
477
|
+
], NLDDList.prototype, "_mergedTranslations", void 0);
|
|
478
|
+
__decorate([
|
|
479
|
+
state()
|
|
480
|
+
], NLDDList.prototype, "_hasHeader", void 0);
|
|
481
|
+
__decorate([
|
|
482
|
+
state()
|
|
483
|
+
], NLDDList.prototype, "_isEmpty", void 0);
|
|
484
|
+
NLDDList = __decorate([
|
|
485
|
+
customElement('nldd-list')
|
|
486
|
+
], NLDDList);
|
|
487
|
+
export { NLDDList };
|
|
488
|
+
//# sourceMappingURL=list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/list/list.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/list/list.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBA2HtB,CAAC"}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const listStyles = css `
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* # Host */
|
|
6
|
+
|
|
7
|
+
:host {
|
|
8
|
+
display: block;
|
|
9
|
+
position: relative;
|
|
10
|
+
isolation: isolate;
|
|
11
|
+
--_drag-clone-top: 0px;
|
|
12
|
+
--_drag-clone-left: 0px;
|
|
13
|
+
--_drag-clone-width: 0px;
|
|
14
|
+
--_drag-clone-height: 0px;
|
|
15
|
+
--_drag-clone-opacity: 0.95;
|
|
16
|
+
--_drag-clone-z-index: 100;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
/* # Body */
|
|
21
|
+
|
|
22
|
+
.list__body {
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
gap: var(--primitives-space-8);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/* # Header & footer */
|
|
30
|
+
|
|
31
|
+
.list__header,
|
|
32
|
+
.list__footer {
|
|
33
|
+
display: contents;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/* # Items */
|
|
38
|
+
|
|
39
|
+
.list__items {
|
|
40
|
+
display: flex;
|
|
41
|
+
flex-direction: column;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/* # Empty slot */
|
|
46
|
+
|
|
47
|
+
.list__empty {
|
|
48
|
+
padding: var(--primitives-space-16);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.list__empty[hidden] {
|
|
52
|
+
display: none;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
/* # No dividers */
|
|
57
|
+
|
|
58
|
+
:host([no-dividers]) {
|
|
59
|
+
--context-list-divider-display: none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
/* # Variant: box */
|
|
64
|
+
|
|
65
|
+
:host([variant='box']) .list__items {
|
|
66
|
+
background-color: var(--semantics-surfaces-tinted-background-color);
|
|
67
|
+
border-radius: var(--components-list-corner-radius);
|
|
68
|
+
overflow: hidden;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
/* # Variant: box-on-tinted */
|
|
73
|
+
|
|
74
|
+
:host([variant='box-on-tinted']) .list__items {
|
|
75
|
+
background-color: var(--semantics-surfaces-background-color);
|
|
76
|
+
border-radius: var(--components-list-corner-radius);
|
|
77
|
+
overflow: hidden;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
/* # Drag placeholder */
|
|
82
|
+
|
|
83
|
+
::slotted(.nldd-list-drag-placeholder) {
|
|
84
|
+
box-sizing: border-box;
|
|
85
|
+
background-color: var(--components-list-drag-placeholder-background-color);
|
|
86
|
+
pointer-events: none;
|
|
87
|
+
border-radius: var(--components-list-item-indicator-corner-radius);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
/* # Drag clone */
|
|
92
|
+
|
|
93
|
+
.list__drag-clone {
|
|
94
|
+
position: absolute;
|
|
95
|
+
top: var(--_drag-clone-top);
|
|
96
|
+
left: var(--_drag-clone-left);
|
|
97
|
+
width: var(--_drag-clone-width);
|
|
98
|
+
height: var(--_drag-clone-height);
|
|
99
|
+
display: flex;
|
|
100
|
+
flex-direction: row;
|
|
101
|
+
align-items: stretch;
|
|
102
|
+
pointer-events: none;
|
|
103
|
+
opacity: var(--_drag-clone-opacity);
|
|
104
|
+
border-radius: var(--components-list-item-indicator-corner-radius);
|
|
105
|
+
background: var(--semantics-surfaces-background-color);
|
|
106
|
+
z-index: var(--_drag-clone-z-index);
|
|
107
|
+
overflow: hidden;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
/* # Announcer */
|
|
112
|
+
|
|
113
|
+
.list__polite-announcer,
|
|
114
|
+
.list__assertive-announcer {
|
|
115
|
+
position: absolute;
|
|
116
|
+
width: 1px;
|
|
117
|
+
height: 1px;
|
|
118
|
+
padding: 0;
|
|
119
|
+
margin: -1px;
|
|
120
|
+
overflow: hidden;
|
|
121
|
+
clip-path: inset(50%);
|
|
122
|
+
white-space: nowrap;
|
|
123
|
+
border: 0;
|
|
124
|
+
}
|
|
125
|
+
`;
|
|
126
|
+
//# sourceMappingURL=list.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.styles.js","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/list/list.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2H5B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { ListType } from './list.js';
|
|
2
|
+
export declare const template: (itemsLabel: string, hasHeader: boolean, type: ListType, isEmpty: boolean, emptyText: string, emptySupportingText: string) => import("lit-html").TemplateResult<1>;
|
|
3
|
+
//# sourceMappingURL=list.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.template.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/list/list.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE1C,eAAO,MAAM,QAAQ,GACpB,YAAY,MAAM,EAClB,WAAW,OAAO,EAClB,MAAM,QAAQ,EACd,SAAS,OAAO,EAChB,WAAW,MAAM,EACjB,qBAAqB,MAAM,yCA6C3B,CAAC"}
|