@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,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Link Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* Standalone hyperlink component voor gebruik buiten lopende tekst (menu's,
|
|
5
|
+
* actiegebieden, overzichten). Voor inline links in paragrafen gebruik je
|
|
6
|
+
* <nldd-rich-text> met een standaard <a>.
|
|
7
|
+
*
|
|
8
|
+
* @element nldd-link
|
|
9
|
+
* @attr {string} href - Link doel
|
|
10
|
+
* @attr {string} target - Link target (bijv. '_blank'); stelt rel automatisch bij
|
|
11
|
+
* @attr {string} rel - Link rel attribuut; standaard 'noopener noreferrer' bij target='_blank'
|
|
12
|
+
* @attr {string} size - Tekstgrootte: 'xs' | 'sm' | 'md' | 'lg' (default: 'md')
|
|
13
|
+
* @attr {string} text - Link tekst (alternatief voor default slot)
|
|
14
|
+
* @attr {string} start-icon - Icoon voor de tekst
|
|
15
|
+
* @attr {string} end-icon - Icoon na de tekst
|
|
16
|
+
* @attr {string} accessible-label - Toegankelijk label voor screen readers
|
|
17
|
+
* @attr {boolean} disabled - Uitgeschakelde staat
|
|
18
|
+
*
|
|
19
|
+
* @slot - Link tekst (alternatief voor text attribuut)
|
|
20
|
+
* @slot start-icon - Custom icoon voor de tekst
|
|
21
|
+
* @slot end-icon - Custom icoon na de tekst
|
|
22
|
+
*/
|
|
23
|
+
import { LitElement } from 'lit';
|
|
24
|
+
import './../../content/icon/icon.js';
|
|
25
|
+
type Size = 'xs' | 'sm' | 'md' | 'lg';
|
|
26
|
+
export declare class NLDDLink extends LitElement {
|
|
27
|
+
static styles: import("lit").CSSResult;
|
|
28
|
+
href: string | undefined;
|
|
29
|
+
target: string | undefined;
|
|
30
|
+
rel: string | undefined;
|
|
31
|
+
size: Size;
|
|
32
|
+
text: string;
|
|
33
|
+
startIcon: string;
|
|
34
|
+
endIcon: string;
|
|
35
|
+
accessibleLabel: string;
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
private _handleClick;
|
|
38
|
+
/** @internal */
|
|
39
|
+
_resolvedRel(): string;
|
|
40
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
41
|
+
}
|
|
42
|
+
declare global {
|
|
43
|
+
interface HTMLElementTagNameMap {
|
|
44
|
+
'nldd-link': NLDDLink;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
export {};
|
|
48
|
+
//# sourceMappingURL=link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/link/link.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,8BAA8B,CAAC;AAEtC,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEtC,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAa;IAGrC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAa;IAGvC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAa;IAGpC,IAAI,EAAE,IAAI,CAAQ;IAGlB,IAAI,SAAM;IAGV,SAAS,SAAM;IAGf,OAAO,SAAM;IAGb,eAAe,SAAM;IAGrB,QAAQ,UAAS;IAEjB,OAAO,CAAC,YAAY;IAOpB,gBAAgB;IAChB,YAAY,IAAI,MAAM;IASb,MAAM;CAKf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Link Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* Standalone hyperlink component voor gebruik buiten lopende tekst (menu's,
|
|
5
|
+
* actiegebieden, overzichten). Voor inline links in paragrafen gebruik je
|
|
6
|
+
* <nldd-rich-text> met een standaard <a>.
|
|
7
|
+
*
|
|
8
|
+
* @element nldd-link
|
|
9
|
+
* @attr {string} href - Link doel
|
|
10
|
+
* @attr {string} target - Link target (bijv. '_blank'); stelt rel automatisch bij
|
|
11
|
+
* @attr {string} rel - Link rel attribuut; standaard 'noopener noreferrer' bij target='_blank'
|
|
12
|
+
* @attr {string} size - Tekstgrootte: 'xs' | 'sm' | 'md' | 'lg' (default: 'md')
|
|
13
|
+
* @attr {string} text - Link tekst (alternatief voor default slot)
|
|
14
|
+
* @attr {string} start-icon - Icoon voor de tekst
|
|
15
|
+
* @attr {string} end-icon - Icoon na de tekst
|
|
16
|
+
* @attr {string} accessible-label - Toegankelijk label voor screen readers
|
|
17
|
+
* @attr {boolean} disabled - Uitgeschakelde staat
|
|
18
|
+
*
|
|
19
|
+
* @slot - Link tekst (alternatief voor text attribuut)
|
|
20
|
+
* @slot start-icon - Custom icoon voor de tekst
|
|
21
|
+
* @slot end-icon - Custom icoon na de tekst
|
|
22
|
+
*/
|
|
23
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
24
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
25
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
26
|
+
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;
|
|
27
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
28
|
+
};
|
|
29
|
+
import { LitElement } from 'lit';
|
|
30
|
+
import { customElement, property } from 'lit/decorators.js';
|
|
31
|
+
import { linkStyles } from './link.styles.js';
|
|
32
|
+
import { template } from './link.template.js';
|
|
33
|
+
import './../../content/icon/icon.js';
|
|
34
|
+
let NLDDLink = class NLDDLink extends LitElement {
|
|
35
|
+
constructor() {
|
|
36
|
+
super(...arguments);
|
|
37
|
+
this.href = undefined;
|
|
38
|
+
this.target = undefined;
|
|
39
|
+
this.rel = undefined;
|
|
40
|
+
this.size = 'md';
|
|
41
|
+
this.text = '';
|
|
42
|
+
this.startIcon = '';
|
|
43
|
+
this.endIcon = '';
|
|
44
|
+
this.accessibleLabel = '';
|
|
45
|
+
this.disabled = false;
|
|
46
|
+
}
|
|
47
|
+
_handleClick(e) {
|
|
48
|
+
if (this.disabled) {
|
|
49
|
+
e.preventDefault();
|
|
50
|
+
e.stopPropagation();
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
/** @internal */
|
|
54
|
+
_resolvedRel() {
|
|
55
|
+
const base = this.rel ?? '';
|
|
56
|
+
if (this.target !== '_blank')
|
|
57
|
+
return base;
|
|
58
|
+
const parts = new Set(base.split(/\s+/).filter(Boolean));
|
|
59
|
+
parts.add('noopener');
|
|
60
|
+
parts.add('noreferrer');
|
|
61
|
+
return [...parts].join(' ');
|
|
62
|
+
}
|
|
63
|
+
render() {
|
|
64
|
+
return template.call(this, {
|
|
65
|
+
handleClick: this._handleClick.bind(this),
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
NLDDLink.styles = linkStyles;
|
|
70
|
+
__decorate([
|
|
71
|
+
property({ type: String, reflect: true })
|
|
72
|
+
], NLDDLink.prototype, "href", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
property({ type: String })
|
|
75
|
+
], NLDDLink.prototype, "target", void 0);
|
|
76
|
+
__decorate([
|
|
77
|
+
property({ type: String })
|
|
78
|
+
], NLDDLink.prototype, "rel", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
property({ type: String, reflect: true })
|
|
81
|
+
], NLDDLink.prototype, "size", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
property({ type: String })
|
|
84
|
+
], NLDDLink.prototype, "text", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
property({ type: String, attribute: 'start-icon' })
|
|
87
|
+
], NLDDLink.prototype, "startIcon", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
property({ type: String, attribute: 'end-icon' })
|
|
90
|
+
], NLDDLink.prototype, "endIcon", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
property({ type: String, attribute: 'accessible-label' })
|
|
93
|
+
], NLDDLink.prototype, "accessibleLabel", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
property({ type: Boolean, reflect: true })
|
|
96
|
+
], NLDDLink.prototype, "disabled", void 0);
|
|
97
|
+
NLDDLink = __decorate([
|
|
98
|
+
customElement('nldd-link')
|
|
99
|
+
], NLDDLink);
|
|
100
|
+
export { NLDDLink };
|
|
101
|
+
//# sourceMappingURL=link.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.js","sourceRoot":"","sources":["../../../../src/components/actions/link/link.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;;;;;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,8BAA8B,CAAC;AAK/B,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAIN,SAAI,GAAuB,SAAS,CAAC;QAGrC,WAAM,GAAuB,SAAS,CAAC;QAGvC,QAAG,GAAuB,SAAS,CAAC;QAGpC,SAAI,GAAS,IAAI,CAAC;QAGlB,SAAI,GAAG,EAAE,CAAC;QAGV,cAAS,GAAG,EAAE,CAAC;QAGf,YAAO,GAAG,EAAE,CAAC;QAGb,oBAAe,GAAG,EAAE,CAAC;QAGrB,aAAQ,GAAG,KAAK,CAAC;IAwBlB,CAAC;IAtBQ,YAAY,CAAC,CAAa;QACjC,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YACnB,CAAC,CAAC,cAAc,EAAE,CAAC;YACnB,CAAC,CAAC,eAAe,EAAE,CAAC;QACrB,CAAC;IACF,CAAC;IAED,gBAAgB;IAChB,YAAY;QACX,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC;QAC5B,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ;YAAE,OAAO,IAAI,CAAC;QAC1C,MAAM,KAAK,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;QACzD,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtB,KAAK,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QACxB,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC7B,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE;YAC1B,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC;SACzC,CAAC,CAAC;IACJ,CAAC;;AAlDe,eAAM,GAAG,UAAU,AAAb,CAAc;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sCACL;AAGrC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;wCACY;AAGvC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qCACS;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sCACxB;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;sCACjB;AAGV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;2CACrC;AAGf;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,CAAC;yCACrC;AAGb;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;iDACrC;AAGrB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;0CAC1B;AA5BL,QAAQ;IADpB,aAAa,CAAC,WAAW,CAAC;GACd,QAAQ,CAoDpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/link/link.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBA4GtB,CAAC"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const linkStyles = css `
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* # Host */
|
|
6
|
+
|
|
7
|
+
:host {
|
|
8
|
+
display: inline-flex;
|
|
9
|
+
-webkit-tap-highlight-color: transparent;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
:host([hidden]) {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:host([disabled]) {
|
|
17
|
+
opacity: var(--primitives-opacity-disabled);
|
|
18
|
+
pointer-events: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
/* # Block */
|
|
23
|
+
|
|
24
|
+
.link {
|
|
25
|
+
appearance: none;
|
|
26
|
+
background: none;
|
|
27
|
+
color: var(--semantics-links-color);
|
|
28
|
+
display: inline-flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
text-decoration: none;
|
|
31
|
+
border-radius: var(--primitives-corner-radius-xs);
|
|
32
|
+
transition: color var(--primitives-transition-duration-fast) var(--primitives-transition-easing-default);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:host([size="xs"]) .link {
|
|
36
|
+
gap: var(--primitives-space-4);
|
|
37
|
+
font: var(--primitives-font-body-xs-regular-flat);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
:host([size="sm"]) .link {
|
|
41
|
+
gap: var(--primitives-space-4);
|
|
42
|
+
font: var(--primitives-font-body-sm-regular-flat);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
:host([size="md"]) .link,
|
|
46
|
+
:host(:not([size])) .link {
|
|
47
|
+
gap: var(--primitives-space-6);
|
|
48
|
+
font: var(--primitives-font-body-md-regular-flat);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
:host([size="lg"]) .link {
|
|
52
|
+
gap: var(--primitives-space-6);
|
|
53
|
+
font: var(--primitives-font-body-lg-regular-flat);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.link:hover {
|
|
57
|
+
color: var(--semantics-links-is-hovered-color);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.link:active {
|
|
61
|
+
color: var(--semantics-links-is-active-color);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.link:focus-visible {
|
|
65
|
+
outline: var(--semantics-focus-ring-outline);
|
|
66
|
+
outline-offset: var(--semantics-focus-ring-outline-offset);
|
|
67
|
+
box-shadow: var(--semantics-focus-ring-box-shadow);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.link:focus:not(:focus-visible) {
|
|
71
|
+
outline: none;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@media (prefers-reduced-motion: reduce) {
|
|
75
|
+
.link {
|
|
76
|
+
transition: none;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
/* # Elements */
|
|
82
|
+
|
|
83
|
+
.link__label {
|
|
84
|
+
text-decoration: underline;
|
|
85
|
+
text-underline-offset: 0.15em;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.link:focus-visible .link__label {
|
|
89
|
+
text-decoration: none;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.link__start-icon,
|
|
93
|
+
.link__end-icon {
|
|
94
|
+
position: relative;
|
|
95
|
+
display: inline-flex;
|
|
96
|
+
align-items: center;
|
|
97
|
+
flex-shrink: 0;
|
|
98
|
+
width: 1em;
|
|
99
|
+
height: 1em;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
/* # Toegankelijkheid */
|
|
104
|
+
|
|
105
|
+
@media (forced-colors: active) {
|
|
106
|
+
.link:focus-visible {
|
|
107
|
+
outline: 2px solid CanvasText;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
`;
|
|
111
|
+
//# sourceMappingURL=link.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/link/link.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4G5B,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { NLDDLink } from './link.js';
|
|
2
|
+
interface TemplateHelpers {
|
|
3
|
+
handleClick: (e: MouseEvent) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare function template(this: NLDDLink, helpers: TemplateHelpers): import("lit-html").TemplateResult<1>;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=link.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.template.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/link/link.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE1C,UAAU,eAAe;IACxB,WAAW,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;CACrC;AAED,wBAAgB,QAAQ,CAAC,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,wCA4BhE"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { html, nothing } from 'lit';
|
|
2
|
+
export function template(helpers) {
|
|
3
|
+
const resolvedRel = this._resolvedRel();
|
|
4
|
+
return html `
|
|
5
|
+
<a class="link"
|
|
6
|
+
href=${this.disabled ? nothing : (this.href || nothing)}
|
|
7
|
+
role=${this.disabled ? 'link' : nothing}
|
|
8
|
+
tabindex=${this.disabled ? '0' : nothing}
|
|
9
|
+
target=${this.disabled ? nothing : (this.target || nothing)}
|
|
10
|
+
rel=${this.disabled ? nothing : (resolvedRel || nothing)}
|
|
11
|
+
aria-disabled=${this.disabled ? 'true' : nothing}
|
|
12
|
+
aria-label=${this.accessibleLabel || nothing}
|
|
13
|
+
@click=${helpers.handleClick}
|
|
14
|
+
>
|
|
15
|
+
${this.startIcon ? html `
|
|
16
|
+
<span class="link__start-icon">
|
|
17
|
+
<nldd-icon name=${this.startIcon}></nldd-icon>
|
|
18
|
+
</span>
|
|
19
|
+
` : html `<slot name="start-icon"></slot>`}
|
|
20
|
+
<span class="link__label">
|
|
21
|
+
${this.text ? this.text : html `<slot></slot>`}
|
|
22
|
+
</span>
|
|
23
|
+
${this.endIcon ? html `
|
|
24
|
+
<span class="link__end-icon">
|
|
25
|
+
<nldd-icon name=${this.endIcon}></nldd-icon>
|
|
26
|
+
</span>
|
|
27
|
+
` : html `<slot name="end-icon"></slot>`}
|
|
28
|
+
</a>
|
|
29
|
+
`;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=link.template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.template.js","sourceRoot":"","sources":["../../../../src/components/actions/link/link.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAOpC,MAAM,UAAU,QAAQ,CAAiB,OAAwB;IAChE,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;IACxC,OAAO,IAAI,CAAA;;UAEF,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,OAAO,CAAC;UAChD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;cAC5B,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO;YAC/B,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,IAAI,OAAO,CAAC;SACrD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,IAAI,OAAO,CAAC;mBACxC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;gBACnC,IAAI,CAAC,eAAe,IAAI,OAAO;YACnC,OAAO,CAAC,WAAW;;KAE1B,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA;;uBAEH,IAAI,CAAC,SAAS;;IAEjC,CAAC,CAAC,CAAC,IAAI,CAAA,iCAAiC;;MAEtC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe;;KAE5C,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;;uBAED,IAAI,CAAC,OAAO;;IAE/B,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B;;EAExC,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Split Button Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* A split button combines a primary action button with a dropdown trigger.
|
|
5
|
+
* The main button performs the default action, while the icon button opens a menu.
|
|
6
|
+
*
|
|
7
|
+
* Any `nldd-menu-item` and `nldd-menu-divider` children in the light DOM are
|
|
8
|
+
* **moved** into an internal `nldd-menu` inside the component's shadow DOM on
|
|
9
|
+
* mount (and on subsequent add/remove via MutationObserver). Consumers can no
|
|
10
|
+
* longer `querySelector` those items from the split-button afterwards — query
|
|
11
|
+
* through the menu via custom events or keep their own references.
|
|
12
|
+
*
|
|
13
|
+
* When no items are slotted, the chevron dispatches `menu-click` and the
|
|
14
|
+
* consumer is expected to manage their own popover.
|
|
15
|
+
*
|
|
16
|
+
* @element nldd-split-button
|
|
17
|
+
* @attr {string} size - Button size: 'xs' | 'sm' | 'md' (default: 'md')
|
|
18
|
+
* @attr {string} variant - Button variant (default: 'neutral-tinted')
|
|
19
|
+
* @attr {boolean} disabled - Disabled state
|
|
20
|
+
* @attr {string} text - Button text for the primary action
|
|
21
|
+
* @attr {string} start-icon - Icon name for the start icon (before text)
|
|
22
|
+
* @attr {object} translations - Translations; unset keys fall back to Dutch
|
|
23
|
+
*
|
|
24
|
+
* @fires action-click - Fired when the main button is clicked
|
|
25
|
+
* @fires menu-click - Fired when the dropdown trigger is clicked and no items
|
|
26
|
+
* are slotted
|
|
27
|
+
*/
|
|
28
|
+
import { LitElement } from 'lit';
|
|
29
|
+
import type { NLDDSplitButtonTranslations } from './split-button.i18n.js';
|
|
30
|
+
import './../button/button.js';
|
|
31
|
+
import './../icon-button/icon-button.js';
|
|
32
|
+
import '../../lists-and-menus/menu/menu.js';
|
|
33
|
+
export type Size = 'xs' | 'sm' | 'md';
|
|
34
|
+
export declare class NLDDSplitButton extends LitElement {
|
|
35
|
+
static styles: import("lit").CSSResult;
|
|
36
|
+
size: Size;
|
|
37
|
+
variant: string;
|
|
38
|
+
disabled: boolean;
|
|
39
|
+
/** Button text for the primary action. */
|
|
40
|
+
text: string;
|
|
41
|
+
/** Icon name for the start icon (before text) on the primary action button. */
|
|
42
|
+
startIcon: string;
|
|
43
|
+
translations: Partial<NLDDSplitButtonTranslations>;
|
|
44
|
+
private _trigger?;
|
|
45
|
+
private _menu?;
|
|
46
|
+
_menuIsOpen: boolean;
|
|
47
|
+
_hasMenuItems: boolean;
|
|
48
|
+
private _menuWasOpenOnMousedown;
|
|
49
|
+
private _childObserver?;
|
|
50
|
+
_t(key: keyof NLDDSplitButtonTranslations): string;
|
|
51
|
+
firstUpdated(): void;
|
|
52
|
+
disconnectedCallback(): void;
|
|
53
|
+
/**
|
|
54
|
+
* Moves any `nldd-menu-item` / `nldd-menu-divider` children from the light
|
|
55
|
+
* DOM into the internal `nldd-menu` (so nldd-menu's `querySelectorAll`
|
|
56
|
+
* sees them) and syncs `_hasMenuItems` against the menu's current content.
|
|
57
|
+
* Safe to call repeatedly — already-moved items are no longer in
|
|
58
|
+
* `this.children`.
|
|
59
|
+
*/
|
|
60
|
+
private _syncMenuItems;
|
|
61
|
+
private _handleMenuToggle;
|
|
62
|
+
_handleActionClick(e: MouseEvent): void;
|
|
63
|
+
_handleMenuClick(e: MouseEvent): void;
|
|
64
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
65
|
+
}
|
|
66
|
+
declare global {
|
|
67
|
+
interface HTMLElementTagNameMap {
|
|
68
|
+
'nldd-split-button': NLDDSplitButton;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=split-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"split-button.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAC1E,OAAO,uBAAuB,CAAC;AAC/B,OAAO,iCAAiC,CAAC;AACzC,OAAO,oCAAoC,CAAC;AAG5C,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEtC,qBACa,eAAgB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,0BAAqB;IAG3C,IAAI,EAAE,IAAI,CAAQ;IAGlB,OAAO,EAAE,MAAM,CAAoB;IAGnC,QAAQ,UAAS;IAEjB,0CAA0C;IAE1C,IAAI,SAAM;IAEV,+EAA+E;IAE/E,SAAS,SAAM;IAGf,YAAY,EAAE,OAAO,CAAC,2BAA2B,CAAC,CAAM;IAGxD,OAAO,CAAC,QAAQ,CAAC,CAAc;IAG/B,OAAO,CAAC,KAAK,CAAC,CAAW;IAGzB,WAAW,UAAS;IAGpB,aAAa,UAAS;IACtB,OAAO,CAAC,uBAAuB,CAAS;IACxC,OAAO,CAAC,cAAc,CAAC,CAAmB;IAInC,EAAE,CAAC,GAAG,EAAE,MAAM,2BAA2B,GAAG,MAAM;IAMhD,YAAY,IAAI,IAAI;IAiBpB,oBAAoB,IAAI,IAAI;IAOrC;;;;;;OAMG;IACH,OAAO,CAAC,cAAc;IAetB,OAAO,CAAC,iBAAiB,CAEvB;IAEF,kBAAkB,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAMvC,gBAAgB,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAa5B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,mBAAmB,EAAE,eAAe,CAAC;KACrC;CACD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"split-button.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,2BAA2B;;CAEvC,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"split-button.i18n.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,2BAA2B,GAAG;IAC1C,qCAAqC,EAAE,aAAa;CACpD,CAAC"}
|
|
@@ -0,0 +1,166 @@
|
|
|
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
|
+
/**
|
|
8
|
+
* Nederlandse Digitale Dienst Split Button Component (Lit + TypeScript)
|
|
9
|
+
*
|
|
10
|
+
* A split button combines a primary action button with a dropdown trigger.
|
|
11
|
+
* The main button performs the default action, while the icon button opens a menu.
|
|
12
|
+
*
|
|
13
|
+
* Any `nldd-menu-item` and `nldd-menu-divider` children in the light DOM are
|
|
14
|
+
* **moved** into an internal `nldd-menu` inside the component's shadow DOM on
|
|
15
|
+
* mount (and on subsequent add/remove via MutationObserver). Consumers can no
|
|
16
|
+
* longer `querySelector` those items from the split-button afterwards — query
|
|
17
|
+
* through the menu via custom events or keep their own references.
|
|
18
|
+
*
|
|
19
|
+
* When no items are slotted, the chevron dispatches `menu-click` and the
|
|
20
|
+
* consumer is expected to manage their own popover.
|
|
21
|
+
*
|
|
22
|
+
* @element nldd-split-button
|
|
23
|
+
* @attr {string} size - Button size: 'xs' | 'sm' | 'md' (default: 'md')
|
|
24
|
+
* @attr {string} variant - Button variant (default: 'neutral-tinted')
|
|
25
|
+
* @attr {boolean} disabled - Disabled state
|
|
26
|
+
* @attr {string} text - Button text for the primary action
|
|
27
|
+
* @attr {string} start-icon - Icon name for the start icon (before text)
|
|
28
|
+
* @attr {object} translations - Translations; unset keys fall back to Dutch
|
|
29
|
+
*
|
|
30
|
+
* @fires action-click - Fired when the main button is clicked
|
|
31
|
+
* @fires menu-click - Fired when the dropdown trigger is clicked and no items
|
|
32
|
+
* are slotted
|
|
33
|
+
*/
|
|
34
|
+
import { LitElement } from 'lit';
|
|
35
|
+
import { customElement, property, query, state } from 'lit/decorators.js';
|
|
36
|
+
import { splitButtonStyles } from './split-button.styles.js';
|
|
37
|
+
import { template } from './split-button.template.js';
|
|
38
|
+
import { nlddSplitButtonTranslations } from './split-button.i18n.js';
|
|
39
|
+
import './../button/button.js';
|
|
40
|
+
import './../icon-button/icon-button.js';
|
|
41
|
+
import '../../lists-and-menus/menu/menu.js';
|
|
42
|
+
let NLDDSplitButton = class NLDDSplitButton extends LitElement {
|
|
43
|
+
constructor() {
|
|
44
|
+
super(...arguments);
|
|
45
|
+
this.size = 'md';
|
|
46
|
+
this.variant = 'neutral-tinted';
|
|
47
|
+
this.disabled = false;
|
|
48
|
+
/** Button text for the primary action. */
|
|
49
|
+
this.text = '';
|
|
50
|
+
/** Icon name for the start icon (before text) on the primary action button. */
|
|
51
|
+
this.startIcon = '';
|
|
52
|
+
this.translations = {};
|
|
53
|
+
this._menuIsOpen = false;
|
|
54
|
+
this._hasMenuItems = false;
|
|
55
|
+
this._menuWasOpenOnMousedown = false;
|
|
56
|
+
this._handleMenuToggle = (event) => {
|
|
57
|
+
this._menuIsOpen = event.newState === 'open';
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
// — i18n —————————————————————————————————————————————————————————————————
|
|
61
|
+
_t(key) {
|
|
62
|
+
return this.translations[key] ?? nlddSplitButtonTranslations[key];
|
|
63
|
+
}
|
|
64
|
+
// — Lifecycle ————————————————————————————————————————————————————————————
|
|
65
|
+
firstUpdated() {
|
|
66
|
+
this._syncMenuItems();
|
|
67
|
+
// Watch for children added or removed after first render. Moving items
|
|
68
|
+
// into the menu (in _syncMenuItems) itself triggers a childList mutation
|
|
69
|
+
// — the re-entry is harmless because subsequent syncs find no items to
|
|
70
|
+
// move and just update the flag.
|
|
71
|
+
this._childObserver = new MutationObserver(() => this._syncMenuItems());
|
|
72
|
+
this._childObserver.observe(this, { childList: true });
|
|
73
|
+
// Capture open-state BEFORE the browser's light-dismiss fires on
|
|
74
|
+
// mousedown. The subsequent click handler uses this snapshot to
|
|
75
|
+
// decide: was the popover open? → user clicked to close (no-op,
|
|
76
|
+
// light-dismiss already closed it). Was it closed? → open it.
|
|
77
|
+
this._trigger?.addEventListener('mousedown', () => {
|
|
78
|
+
this._menuWasOpenOnMousedown = this._menu?.matches(':popover-open') ?? false;
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
disconnectedCallback() {
|
|
82
|
+
super.disconnectedCallback();
|
|
83
|
+
this._childObserver?.disconnect();
|
|
84
|
+
this._childObserver = undefined;
|
|
85
|
+
this._menu?.removeEventListener('toggle', this._handleMenuToggle);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Moves any `nldd-menu-item` / `nldd-menu-divider` children from the light
|
|
89
|
+
* DOM into the internal `nldd-menu` (so nldd-menu's `querySelectorAll`
|
|
90
|
+
* sees them) and syncs `_hasMenuItems` against the menu's current content.
|
|
91
|
+
* Safe to call repeatedly — already-moved items are no longer in
|
|
92
|
+
* `this.children`.
|
|
93
|
+
*/
|
|
94
|
+
_syncMenuItems() {
|
|
95
|
+
if (!this._menu || !this._trigger)
|
|
96
|
+
return;
|
|
97
|
+
const toMove = Array.from(this.children).filter((el) => el.matches('nldd-menu-item, nldd-menu-divider'));
|
|
98
|
+
toMove.forEach((item) => this._menu.appendChild(item));
|
|
99
|
+
const hadItems = this._hasMenuItems;
|
|
100
|
+
this._hasMenuItems =
|
|
101
|
+
this._menu.querySelectorAll('nldd-menu-item, nldd-menu-divider').length > 0;
|
|
102
|
+
if (this._hasMenuItems && !hadItems) {
|
|
103
|
+
this._menu.anchorElement = this._trigger;
|
|
104
|
+
this._menu.addEventListener('toggle', this._handleMenuToggle);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
_handleActionClick(e) {
|
|
108
|
+
if (this.disabled)
|
|
109
|
+
return;
|
|
110
|
+
e.stopPropagation();
|
|
111
|
+
this.dispatchEvent(new CustomEvent('action-click', { bubbles: true, composed: true }));
|
|
112
|
+
}
|
|
113
|
+
_handleMenuClick(e) {
|
|
114
|
+
if (this.disabled)
|
|
115
|
+
return;
|
|
116
|
+
e.stopPropagation();
|
|
117
|
+
if (this._hasMenuItems && this._menu) {
|
|
118
|
+
const wasOpen = this._menuWasOpenOnMousedown;
|
|
119
|
+
this._menuWasOpenOnMousedown = false;
|
|
120
|
+
if (wasOpen)
|
|
121
|
+
return; // light-dismiss already closed it
|
|
122
|
+
this._menu.showPopover();
|
|
123
|
+
return;
|
|
124
|
+
}
|
|
125
|
+
this.dispatchEvent(new CustomEvent('menu-click', { bubbles: true, composed: true }));
|
|
126
|
+
}
|
|
127
|
+
render() {
|
|
128
|
+
return template.call(this);
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
NLDDSplitButton.styles = splitButtonStyles;
|
|
132
|
+
__decorate([
|
|
133
|
+
property({ type: String, reflect: true })
|
|
134
|
+
], NLDDSplitButton.prototype, "size", void 0);
|
|
135
|
+
__decorate([
|
|
136
|
+
property({ type: String, reflect: true })
|
|
137
|
+
], NLDDSplitButton.prototype, "variant", void 0);
|
|
138
|
+
__decorate([
|
|
139
|
+
property({ type: Boolean, reflect: true })
|
|
140
|
+
], NLDDSplitButton.prototype, "disabled", void 0);
|
|
141
|
+
__decorate([
|
|
142
|
+
property({ type: String })
|
|
143
|
+
], NLDDSplitButton.prototype, "text", void 0);
|
|
144
|
+
__decorate([
|
|
145
|
+
property({ type: String, attribute: 'start-icon' })
|
|
146
|
+
], NLDDSplitButton.prototype, "startIcon", void 0);
|
|
147
|
+
__decorate([
|
|
148
|
+
property({ type: Object })
|
|
149
|
+
], NLDDSplitButton.prototype, "translations", void 0);
|
|
150
|
+
__decorate([
|
|
151
|
+
query('.split-button__trigger')
|
|
152
|
+
], NLDDSplitButton.prototype, "_trigger", void 0);
|
|
153
|
+
__decorate([
|
|
154
|
+
query('.split-button__menu')
|
|
155
|
+
], NLDDSplitButton.prototype, "_menu", void 0);
|
|
156
|
+
__decorate([
|
|
157
|
+
state()
|
|
158
|
+
], NLDDSplitButton.prototype, "_menuIsOpen", void 0);
|
|
159
|
+
__decorate([
|
|
160
|
+
state()
|
|
161
|
+
], NLDDSplitButton.prototype, "_hasMenuItems", void 0);
|
|
162
|
+
NLDDSplitButton = __decorate([
|
|
163
|
+
customElement('nldd-split-button')
|
|
164
|
+
], NLDDSplitButton);
|
|
165
|
+
export { NLDDSplitButton };
|
|
166
|
+
//# sourceMappingURL=split-button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"split-button.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAErE,OAAO,uBAAuB,CAAC;AAC/B,OAAO,iCAAiC,CAAC;AACzC,OAAO,oCAAoC,CAAC;AAMrC,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,UAAU;IAAxC;;QAIN,SAAI,GAAS,IAAI,CAAC;QAGlB,YAAO,GAAW,gBAAgB,CAAC;QAGnC,aAAQ,GAAG,KAAK,CAAC;QAEjB,0CAA0C;QAE1C,SAAI,GAAG,EAAE,CAAC;QAEV,+EAA+E;QAE/E,cAAS,GAAG,EAAE,CAAC;QAGf,iBAAY,GAAyC,EAAE,CAAC;QASxD,gBAAW,GAAG,KAAK,CAAC;QAGpB,kBAAa,GAAG,KAAK,CAAC;QACd,4BAAuB,GAAG,KAAK,CAAC;QAyDhC,sBAAiB,GAAG,CAAC,KAAY,EAAQ,EAAE;YAClD,IAAI,CAAC,WAAW,GAAI,KAAqB,CAAC,QAAQ,KAAK,MAAM,CAAC;QAC/D,CAAC,CAAC;IAwBH,CAAC;IAhFA,2EAA2E;IAEpE,EAAE,CAAC,GAAsC;QAC/C,OAAO,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,2BAA2B,CAAC,GAAG,CAAC,CAAC;IACnE,CAAC;IAED,2EAA2E;IAElE,YAAY;QACpB,IAAI,CAAC,cAAc,EAAE,CAAC;QACtB,uEAAuE;QACvE,yEAAyE;QACzE,uEAAuE;QACvE,iCAAiC;QACjC,IAAI,CAAC,cAAc,GAAG,IAAI,gBAAgB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;QACxE,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;QACvD,iEAAiE;QACjE,gEAAgE;QAChE,gEAAgE;QAChE,8DAA8D;QAC9D,IAAI,CAAC,QAAQ,EAAE,gBAAgB,CAAC,WAAW,EAAE,GAAG,EAAE;YACjD,IAAI,CAAC,uBAAuB,GAAG,IAAI,CAAC,KAAK,EAAE,OAAO,CAAC,eAAe,CAAC,IAAI,KAAK,CAAC;QAC9E,CAAC,CAAC,CAAC;IACJ,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,cAAc,EAAE,UAAU,EAAE,CAAC;QAClC,IAAI,CAAC,cAAc,GAAG,SAAS,CAAC;QAChC,IAAI,CAAC,KAAK,EAAE,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnE,CAAC;IAED;;;;;;OAMG;IACK,cAAc;QACrB,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,QAAQ;YAAE,OAAO;QAC1C,MAAM,MAAM,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CACtD,EAAE,CAAC,OAAO,CAAC,mCAAmC,CAAC,CAC/C,CAAC;QACF,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;QACxD,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC;QACpC,IAAI,CAAC,aAAa;YACjB,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,mCAAmC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;QAC7E,IAAI,IAAI,CAAC,aAAa,IAAI,CAAC,QAAQ,EAAE,CAAC;YACrC,IAAI,CAAC,KAAK,CAAC,aAAa,GAAG,IAAI,CAAC,QAAQ,CAAC;YACzC,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,QAAQ,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAC/D,CAAC;IACF,CAAC;IAMD,kBAAkB,CAAC,CAAa;QAC/B,IAAI,IAAI,CAAC,QAAQ;YAAE,OAAO;QAC1B,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,cAAc,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;IACxF,CAAC;IAED,gBAAgB,CAAC,CAAa;QAC7B,IAAI,IAAI,CAAC,QAAQ;YAAE,OAAO;QAC1B,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACtC,MAAM,OAAO,GAAG,IAAI,CAAC,uBAAuB,CAAC;YAC7C,IAAI,CAAC,uBAAuB,GAAG,KAAK,CAAC;YACrC,IAAI,OAAO;gBAAE,OAAO,CAAC,kCAAkC;YACvD,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC;YACzB,OAAO;QACR,CAAC;QACD,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,YAAY,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;IACtF,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;;AAnHe,sBAAM,GAAG,iBAAiB,AAApB,CAAqB;AAG3C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;6CACxB;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;gDACP;AAGnC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;iDAC1B;AAIjB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;6CACjB;AAIV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;kDACrC;AAGf;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qDAC6B;AAGhD;IADP,KAAK,CAAC,wBAAwB,CAAC;iDACD;AAGvB;IADP,KAAK,CAAC,qBAAqB,CAAC;8CACJ;AAGzB;IADC,KAAK,EAAE;oDACY;AAGpB;IADC,KAAK,EAAE;sDACc;AAjCV,eAAe;IAD3B,aAAa,CAAC,mBAAmB,CAAC;GACtB,eAAe,CAqH3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"split-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAgG7B,CAAC"}
|