@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 @@
|
|
|
1
|
+
{"version":3,"file":"token.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/token/token.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgI7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token.template.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/token/token.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,wBAAgB,aAAa,CAAC,SAAS,EAAE,SAAS,GAAG,cAAc,CAmClE"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { html, nothing } from 'lit';
|
|
2
|
+
export function tokenTemplate(component) {
|
|
3
|
+
if (component.control === 'menu') {
|
|
4
|
+
return html `
|
|
5
|
+
<button
|
|
6
|
+
class="token"
|
|
7
|
+
type="button"
|
|
8
|
+
?disabled=${component.disabled}
|
|
9
|
+
aria-expanded=${component.open}
|
|
10
|
+
aria-controls=${component.controls || nothing}
|
|
11
|
+
@click=${component._handleMenuClick}
|
|
12
|
+
>
|
|
13
|
+
<span class="token__text"><slot></slot></span>
|
|
14
|
+
<nldd-icon class="token__icon" name="chevron-down-small"></nldd-icon>
|
|
15
|
+
</button>
|
|
16
|
+
`;
|
|
17
|
+
}
|
|
18
|
+
return html `
|
|
19
|
+
<div class="token">
|
|
20
|
+
<span class="token__text"><slot></slot></span>
|
|
21
|
+
${component.control === 'dismiss' ? html `
|
|
22
|
+
<div class="token__dismiss-action">
|
|
23
|
+
<nldd-icon-button
|
|
24
|
+
size="sm"
|
|
25
|
+
variant="neutral-tinted"
|
|
26
|
+
icon="dismiss-small"
|
|
27
|
+
text=${component.dismissText}
|
|
28
|
+
accessible-label=${component.dismissText}
|
|
29
|
+
?disabled=${component.disabled}
|
|
30
|
+
@click=${component._handleDismiss}
|
|
31
|
+
></nldd-icon-button>
|
|
32
|
+
</div>
|
|
33
|
+
` : nothing}
|
|
34
|
+
</div>
|
|
35
|
+
`;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=token.template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token.template.js","sourceRoot":"","sources":["../../../../src/components/inputs/token/token.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAGpD,MAAM,UAAU,aAAa,CAAC,SAAoB;IACjD,IAAI,SAAS,CAAC,OAAO,KAAK,MAAM,EAAE,CAAC;QAClC,OAAO,IAAI,CAAA;;;;gBAIG,SAAS,CAAC,QAAQ;oBACd,SAAS,CAAC,IAAI;oBACd,SAAS,CAAC,QAAQ,IAAI,OAAO;aACpC,SAAS,CAAC,gBAAgB;;;;;GAKpC,CAAC;IACH,CAAC;IAED,OAAO,IAAI,CAAA;;;KAGP,SAAS,CAAC,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA;;;;;;aAM9B,SAAS,CAAC,WAAW;yBACT,SAAS,CAAC,WAAW;kBAC5B,SAAS,CAAC,QAAQ;eACrB,SAAS,CAAC,cAAc;;;IAGnC,CAAC,CAAC,CAAC,OAAO;;EAEZ,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst App View Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* The required root shell of a Nederlandse Digitale Dienst application. Always contains
|
|
5
|
+
* a split view or an nldd-page as direct content.
|
|
6
|
+
*
|
|
7
|
+
* ## Background color
|
|
8
|
+
* Set background="tinted" to give the whole application a tinted background.
|
|
9
|
+
* All descendants read --context-parent-background-color via --_background-color automatically.
|
|
10
|
+
* Individual components can override locally with their own background attribute.
|
|
11
|
+
*
|
|
12
|
+
* @element nldd-app-view
|
|
13
|
+
*
|
|
14
|
+
* @attr {'default'|'tinted'} background - Background color (cascades to descendants)
|
|
15
|
+
*
|
|
16
|
+
* @slot - Default slot for the application content
|
|
17
|
+
*/
|
|
18
|
+
import { LitElement } from 'lit';
|
|
19
|
+
export declare class NLDDAppView extends LitElement {
|
|
20
|
+
static styles: import("lit").CSSResult;
|
|
21
|
+
background: 'default' | 'tinted';
|
|
22
|
+
render(): import("lit-html").TemplateResult;
|
|
23
|
+
}
|
|
24
|
+
declare global {
|
|
25
|
+
interface HTMLElementTagNameMap {
|
|
26
|
+
'nldd-app-view': NLDDAppView;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=app-view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-view.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/app-view/app-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,WAAY,SAAQ,UAAU;IAC1C,OAAgB,MAAM,0BAAiB;IAGvC,UAAU,EAAE,SAAS,GAAG,QAAQ,CAAa;IAEpC,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,eAAe,EAAE,WAAW,CAAC;KAC7B;CACD"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 App View Component (Lit + TypeScript)
|
|
9
|
+
*
|
|
10
|
+
* The required root shell of a Nederlandse Digitale Dienst application. Always contains
|
|
11
|
+
* a split view or an nldd-page as direct content.
|
|
12
|
+
*
|
|
13
|
+
* ## Background color
|
|
14
|
+
* Set background="tinted" to give the whole application a tinted background.
|
|
15
|
+
* All descendants read --context-parent-background-color via --_background-color automatically.
|
|
16
|
+
* Individual components can override locally with their own background attribute.
|
|
17
|
+
*
|
|
18
|
+
* @element nldd-app-view
|
|
19
|
+
*
|
|
20
|
+
* @attr {'default'|'tinted'} background - Background color (cascades to descendants)
|
|
21
|
+
*
|
|
22
|
+
* @slot - Default slot for the application content
|
|
23
|
+
*/
|
|
24
|
+
import { LitElement } from 'lit';
|
|
25
|
+
import { customElement, property } from 'lit/decorators.js';
|
|
26
|
+
import { appViewStyles } from './app-view.styles.js';
|
|
27
|
+
import { appViewTemplate } from './app-view.template.js';
|
|
28
|
+
let NLDDAppView = class NLDDAppView extends LitElement {
|
|
29
|
+
constructor() {
|
|
30
|
+
super(...arguments);
|
|
31
|
+
this.background = 'default';
|
|
32
|
+
}
|
|
33
|
+
render() {
|
|
34
|
+
return appViewTemplate(this);
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
NLDDAppView.styles = appViewStyles;
|
|
38
|
+
__decorate([
|
|
39
|
+
property({ type: String, reflect: true })
|
|
40
|
+
], NLDDAppView.prototype, "background", void 0);
|
|
41
|
+
NLDDAppView = __decorate([
|
|
42
|
+
customElement('nldd-app-view')
|
|
43
|
+
], NLDDAppView);
|
|
44
|
+
export { NLDDAppView };
|
|
45
|
+
//# sourceMappingURL=app-view.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-view.js","sourceRoot":"","sources":["../../../../src/components/layout/app-view/app-view.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAGlD,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,UAAU;IAApC;;QAIN,eAAU,GAAyB,SAAS,CAAC;IAK9C,CAAC;IAHS,MAAM;QACd,OAAO,eAAe,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;;AAPe,kBAAM,GAAG,aAAa,AAAhB,CAAiB;AAGvC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;+CACG;AAJjC,WAAW;IADvB,aAAa,CAAC,eAAe,CAAC;GAClB,WAAW,CASvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-view.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/app-view/app-view.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,yBAyCzB,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const appViewStyles = css `
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* # Host */
|
|
6
|
+
|
|
7
|
+
:host {
|
|
8
|
+
--context-parent-background-color: var(--semantics-surfaces-background-color);
|
|
9
|
+
--_background-color: var(--context-parent-background-color);
|
|
10
|
+
|
|
11
|
+
display: flex;
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
background-color: var(--_background-color);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
:host([background="tinted"]) {
|
|
19
|
+
--context-parent-background-color: var(--semantics-surfaces-tinted-background-color);
|
|
20
|
+
--_background-color: var(--semantics-surfaces-tinted-background-color);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
:host([hidden]) {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
/* # Block */
|
|
29
|
+
|
|
30
|
+
.app-view {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
flex: 1;
|
|
34
|
+
min-height: 0;
|
|
35
|
+
min-width: 0;
|
|
36
|
+
overflow: hidden;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
::slotted(*) {
|
|
40
|
+
flex: 1;
|
|
41
|
+
min-height: 0;
|
|
42
|
+
}
|
|
43
|
+
`;
|
|
44
|
+
//# sourceMappingURL=app-view.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-view.styles.js","sourceRoot":"","sources":["../../../../src/components/layout/app-view/app-view.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-view.template.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/app-view/app-view.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,wBAAgB,eAAe,CAAC,UAAU,EAAE,WAAW,GAAG,cAAc,CAMvE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-view.template.js","sourceRoot":"","sources":["../../../../src/components/layout/app-view/app-view.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,KAAK,CAAC;AAG3C,MAAM,UAAU,eAAe,CAAC,UAAuB;IACtD,OAAO,IAAI,CAAA;;;;EAIV,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Box Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* Use a box to visually group related components in a distinct, contained region.
|
|
5
|
+
* Boxes draw attention to a set of controls or content that belong together,
|
|
6
|
+
* helping users understand their relationship at a glance.
|
|
7
|
+
*
|
|
8
|
+
* @element nldd-box
|
|
9
|
+
* @slot - Place components inside the box
|
|
10
|
+
*/
|
|
11
|
+
import { LitElement } from 'lit';
|
|
12
|
+
export declare class NLDDBox extends LitElement {
|
|
13
|
+
static styles: import("lit").CSSResult;
|
|
14
|
+
render(): import("lit-html").TemplateResult;
|
|
15
|
+
}
|
|
16
|
+
declare global {
|
|
17
|
+
interface HTMLElementTagNameMap {
|
|
18
|
+
'nldd-box': NLDDBox;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=box.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/box/box.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,OAAQ,SAAQ,UAAU;IACtC,OAAgB,MAAM,0BAAa;IAE1B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,UAAU,EAAE,OAAO,CAAC;KACpB;CACD"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 Box Component (Lit + TypeScript)
|
|
9
|
+
*
|
|
10
|
+
* Use a box to visually group related components in a distinct, contained region.
|
|
11
|
+
* Boxes draw attention to a set of controls or content that belong together,
|
|
12
|
+
* helping users understand their relationship at a glance.
|
|
13
|
+
*
|
|
14
|
+
* @element nldd-box
|
|
15
|
+
* @slot - Place components inside the box
|
|
16
|
+
*/
|
|
17
|
+
import { LitElement } from 'lit';
|
|
18
|
+
import { customElement } from 'lit/decorators.js';
|
|
19
|
+
import { boxStyles } from './box.styles.js';
|
|
20
|
+
import { boxTemplate } from './box.template.js';
|
|
21
|
+
let NLDDBox = class NLDDBox extends LitElement {
|
|
22
|
+
render() {
|
|
23
|
+
return boxTemplate(this);
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
NLDDBox.styles = boxStyles;
|
|
27
|
+
NLDDBox = __decorate([
|
|
28
|
+
customElement('nldd-box')
|
|
29
|
+
], NLDDBox);
|
|
30
|
+
export { NLDDBox };
|
|
31
|
+
//# sourceMappingURL=box.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"box.js","sourceRoot":"","sources":["../../../../src/components/layout/box/box.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;GASG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGzC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,UAAU;IAG7B,MAAM;QACd,OAAO,WAAW,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;;AAJe,cAAM,GAAG,SAAS,AAAZ,CAAa;AADvB,OAAO;IADnB,aAAa,CAAC,UAAU,CAAC;GACb,OAAO,CAMnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"box.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/box/box.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,yBAsBrB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const boxStyles = css `
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* # Host */
|
|
6
|
+
|
|
7
|
+
:host {
|
|
8
|
+
display: block;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:host([hidden]) {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
/* # Block */
|
|
17
|
+
|
|
18
|
+
.box {
|
|
19
|
+
background-color: var(--components-box-background-color);
|
|
20
|
+
border-radius: var(--components-box-corner-radius);
|
|
21
|
+
padding: var(--components-box-padding);
|
|
22
|
+
box-sizing: border-box;
|
|
23
|
+
}
|
|
24
|
+
`;
|
|
25
|
+
//# sourceMappingURL=box.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"box.styles.js","sourceRoot":"","sources":["../../../../src/components/layout/box/box.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;CAsB3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"box.template.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/box/box.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAExC,wBAAgB,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,cAAc,CAM/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"box.template.js","sourceRoot":"","sources":["../../../../src/components/layout/box/box.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,KAAK,CAAC;AAG3C,MAAM,UAAU,WAAW,CAAC,UAAmB;IAC9C,OAAO,IAAI,CAAA;;;;EAIV,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Card Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* Een visueel afgebakende kaart met optionele header, body en footer secties.
|
|
5
|
+
* De kaart heeft een elevated look als standaard. Padding wordt overgelaten
|
|
6
|
+
* aan geneste containers.
|
|
7
|
+
*
|
|
8
|
+
* @element nldd-card
|
|
9
|
+
*
|
|
10
|
+
* @attr {string} accessible-label - Toegankelijke naam voor de kaart (aria-label)
|
|
11
|
+
*
|
|
12
|
+
* @slot header - Header-content (bijv. nldd-title)
|
|
13
|
+
* @slot - Body-content
|
|
14
|
+
* @slot footer - Footer-content (bijv. nldd-button-group) — altijd aan onderkant
|
|
15
|
+
*/
|
|
16
|
+
import { LitElement } from 'lit';
|
|
17
|
+
export declare class NLDDCard extends LitElement {
|
|
18
|
+
static styles: import("lit").CSSResult;
|
|
19
|
+
accessibleLabel: string | undefined;
|
|
20
|
+
_onSlotChange: (e: Event) => void;
|
|
21
|
+
render(): import("lit-html").TemplateResult;
|
|
22
|
+
}
|
|
23
|
+
declare global {
|
|
24
|
+
interface HTMLElementTagNameMap {
|
|
25
|
+
'nldd-card': NLDDCard;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/card/card.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,eAAe,EAAE,MAAM,GAAG,SAAS,CAAC;IAEpC,aAAa,GAAI,GAAG,KAAK,KAAG,IAAI,CAI9B;IAEO,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Card Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* Een visueel afgebakende kaart met optionele header, body en footer secties.
|
|
5
|
+
* De kaart heeft een elevated look als standaard. Padding wordt overgelaten
|
|
6
|
+
* aan geneste containers.
|
|
7
|
+
*
|
|
8
|
+
* @element nldd-card
|
|
9
|
+
*
|
|
10
|
+
* @attr {string} accessible-label - Toegankelijke naam voor de kaart (aria-label)
|
|
11
|
+
*
|
|
12
|
+
* @slot header - Header-content (bijv. nldd-title)
|
|
13
|
+
* @slot - Body-content
|
|
14
|
+
* @slot footer - Footer-content (bijv. nldd-button-group) — altijd aan onderkant
|
|
15
|
+
*/
|
|
16
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
17
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
19
|
+
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;
|
|
20
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
21
|
+
};
|
|
22
|
+
import { LitElement } from 'lit';
|
|
23
|
+
import { customElement, property } from 'lit/decorators.js';
|
|
24
|
+
import { cardStyles } from './card.styles.js';
|
|
25
|
+
import { cardTemplate } from './card.template.js';
|
|
26
|
+
let NLDDCard = class NLDDCard extends LitElement {
|
|
27
|
+
constructor() {
|
|
28
|
+
super(...arguments);
|
|
29
|
+
this._onSlotChange = (e) => {
|
|
30
|
+
const slot = e.target;
|
|
31
|
+
const wrapper = slot.parentElement;
|
|
32
|
+
wrapper.hidden = slot.assignedElements().length === 0;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
render() {
|
|
36
|
+
return cardTemplate(this);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
NLDDCard.styles = cardStyles;
|
|
40
|
+
__decorate([
|
|
41
|
+
property({ type: String, attribute: 'accessible-label' })
|
|
42
|
+
], NLDDCard.prototype, "accessibleLabel", void 0);
|
|
43
|
+
NLDDCard = __decorate([
|
|
44
|
+
customElement('nldd-card')
|
|
45
|
+
], NLDDCard);
|
|
46
|
+
export { NLDDCard };
|
|
47
|
+
//# sourceMappingURL=card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.js","sourceRoot":"","sources":["../../../../src/components/layout/card/card.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;;;;;;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,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAG3C,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAMN,kBAAa,GAAG,CAAC,CAAQ,EAAQ,EAAE;YAClC,MAAM,IAAI,GAAG,CAAC,CAAC,MAAyB,CAAC;YACzC,MAAM,OAAO,GAAG,IAAI,CAAC,aAA4B,CAAC;YAClD,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,gBAAgB,EAAE,CAAC,MAAM,KAAK,CAAC,CAAC;QACvD,CAAC,CAAC;IAKH,CAAC;IAHS,MAAM;QACd,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;IAC3B,CAAC;;AAbe,eAAM,GAAG,UAAU,AAAb,CAAc;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;iDACtB;AAJxB,QAAQ;IADpB,aAAa,CAAC,WAAW,CAAC;GACd,QAAQ,CAepB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/card/card.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBA4DtB,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const cardStyles = css `
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* # Host */
|
|
6
|
+
|
|
7
|
+
:host {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
:host([hidden]) {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/* # Block */
|
|
18
|
+
|
|
19
|
+
.card {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
flex-grow: 1;
|
|
23
|
+
background-color: var(--components-card-background-color);
|
|
24
|
+
border-radius: var(--components-card-corner-radius);
|
|
25
|
+
box-shadow: var(--components-card-box-shadow);
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
container-type: inline-size;
|
|
28
|
+
container-name: layout-area;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/* # Header */
|
|
33
|
+
|
|
34
|
+
.card__header {
|
|
35
|
+
flex-shrink: 0;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.card__header[hidden] {
|
|
39
|
+
display: none;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
/* # Main */
|
|
44
|
+
|
|
45
|
+
.card__main {
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: column;
|
|
48
|
+
flex-grow: 1;
|
|
49
|
+
min-height: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/* # Footer */
|
|
54
|
+
|
|
55
|
+
.card__footer {
|
|
56
|
+
flex-shrink: 0;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.card__footer[hidden] {
|
|
60
|
+
display: none;
|
|
61
|
+
}
|
|
62
|
+
`;
|
|
63
|
+
//# sourceMappingURL=card.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.styles.js","sourceRoot":"","sources":["../../../../src/components/layout/card/card.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4D5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.template.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/card/card.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE1C,wBAAgB,YAAY,CAAC,SAAS,EAAE,QAAQ,GAAG,cAAc,CAwBhE"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { html, nothing } from 'lit';
|
|
2
|
+
export function cardTemplate(component) {
|
|
3
|
+
return html `
|
|
4
|
+
<article class="card"
|
|
5
|
+
aria-label=${component.accessibleLabel ?? nothing}
|
|
6
|
+
>
|
|
7
|
+
<header class="card__header"
|
|
8
|
+
hidden
|
|
9
|
+
>
|
|
10
|
+
<slot name="header"
|
|
11
|
+
@slotchange=${component._onSlotChange}
|
|
12
|
+
></slot>
|
|
13
|
+
</header>
|
|
14
|
+
<div class="card__main">
|
|
15
|
+
<slot></slot>
|
|
16
|
+
</div>
|
|
17
|
+
<footer class="card__footer"
|
|
18
|
+
hidden
|
|
19
|
+
>
|
|
20
|
+
<slot name="footer"
|
|
21
|
+
@slotchange=${component._onSlotChange}
|
|
22
|
+
></slot>
|
|
23
|
+
</footer>
|
|
24
|
+
</article>
|
|
25
|
+
`;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=card.template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.template.js","sourceRoot":"","sources":["../../../../src/components/layout/card/card.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAGpD,MAAM,UAAU,YAAY,CAAC,SAAmB;IAC/C,OAAO,IAAI,CAAA;;gBAEI,SAAS,CAAC,eAAe,IAAI,OAAO;;;;;;mBAMjC,SAAS,CAAC,aAAa;;;;;;;;;;mBAUvB,SAAS,CAAC,aAAa;;;;EAIxC,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Collection Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* A container for displaying collections of items.
|
|
5
|
+
* Supports grid, list, and horizontal scroll layouts.
|
|
6
|
+
* In grid and list modes, items are paginated via a load-more button.
|
|
7
|
+
* With `lazy-load`, the next items are automatically loaded when
|
|
8
|
+
* the load-more button comes into view.
|
|
9
|
+
*
|
|
10
|
+
* @element nldd-collection
|
|
11
|
+
*
|
|
12
|
+
* @attr {string} layout - Layout mode: 'grid' | 'list' | 'horizontal-scroll' (default: 'grid')
|
|
13
|
+
* @attr {boolean} show-load-more - Show load-more button in grid/list (default: false)
|
|
14
|
+
* @attr {number} max-items - Number of visible items per page (default: 24)
|
|
15
|
+
* @attr {boolean} lazy-load - Automatically load more items when the button becomes visible
|
|
16
|
+
* @attr {string} item-width - Preferred width for each item (e.g. '280px', '20rem'). In grid
|
|
17
|
+
* layout used as the minimum column width (columns will be at
|
|
18
|
+
* least this wide; 1fr if container allows more). In horizontal
|
|
19
|
+
* scroll used as flex-basis. Never forces horizontal overflow —
|
|
20
|
+
* the value is clamped to container width.
|
|
21
|
+
* @attr {object} translations - Translation overrides; unset keys fall back to Dutch.
|
|
22
|
+
* Available keys: 'components.collection.previous-action',
|
|
23
|
+
* 'components.collection.next-action', 'components.collection.load-more-action'
|
|
24
|
+
*
|
|
25
|
+
* @migration The `load-more-label` attribute has been removed.
|
|
26
|
+
* Use `translations` property instead: `.translations=${{ 'components.collection.load-more-action': 'Show more' }}`
|
|
27
|
+
*
|
|
28
|
+
* @slot - Default slot for collection items
|
|
29
|
+
* @slot footer - Slot for custom footer content
|
|
30
|
+
*
|
|
31
|
+
* @fires load-more - When the load-more button is clicked
|
|
32
|
+
*/
|
|
33
|
+
import { LitElement } from 'lit';
|
|
34
|
+
import type { NLDDCollectionTranslations } from './collection.i18n.js';
|
|
35
|
+
import '../../actions/button/button.js';
|
|
36
|
+
import '../../actions/button-bar/button-bar.js';
|
|
37
|
+
import '../../actions/icon-button/icon-button.js';
|
|
38
|
+
import '../../content/icon/icon.js';
|
|
39
|
+
type Layout = 'grid' | 'list' | 'horizontal-scroll';
|
|
40
|
+
export declare class NLDDCollection extends LitElement {
|
|
41
|
+
static styles: import("lit").CSSResult;
|
|
42
|
+
layout: Layout;
|
|
43
|
+
showLoadMore: boolean;
|
|
44
|
+
maxItems: number;
|
|
45
|
+
lazyLoad: boolean;
|
|
46
|
+
itemWidth: string | undefined;
|
|
47
|
+
translations: Partial<NLDDCollectionTranslations>;
|
|
48
|
+
_t(key: keyof NLDDCollectionTranslations): string;
|
|
49
|
+
_visibleCount: number;
|
|
50
|
+
_totalCount: number;
|
|
51
|
+
_atStart: boolean;
|
|
52
|
+
_atEnd: boolean;
|
|
53
|
+
private _itemsEl;
|
|
54
|
+
private _scrollListener;
|
|
55
|
+
private _loadMoreBtn;
|
|
56
|
+
private _intersectionObserver;
|
|
57
|
+
private _resizeObserver;
|
|
58
|
+
private _scrollListenerAttached;
|
|
59
|
+
connectedCallback(): void;
|
|
60
|
+
disconnectedCallback(): void;
|
|
61
|
+
updated(changedProperties: Map<string, unknown>): void;
|
|
62
|
+
private _setupScrollListeners;
|
|
63
|
+
private _teardownScrollListeners;
|
|
64
|
+
_onSlotChange(e: Event): void;
|
|
65
|
+
private _applyVisibility;
|
|
66
|
+
_loadMore(): void;
|
|
67
|
+
get _hasMore(): boolean;
|
|
68
|
+
_scrollBy(direction: 1 | -1): void;
|
|
69
|
+
render(): import("lit-html").TemplateResult;
|
|
70
|
+
}
|
|
71
|
+
declare global {
|
|
72
|
+
interface HTMLElementTagNameMap {
|
|
73
|
+
'nldd-collection': NLDDCollection;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
export {};
|
|
77
|
+
//# sourceMappingURL=collection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/collection/collection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,gCAAgC,CAAC;AACxC,OAAO,wCAAwC,CAAC;AAChD,OAAO,0CAA0C,CAAC;AAClD,OAAO,4BAA4B,CAAC;AAEpC,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,mBAAmB,CAAC;AAEpD,qBACa,cAAe,SAAQ,UAAU;IAC7C,OAAgB,MAAM,0BAAoB;IAG1C,MAAM,EAAE,MAAM,CAAU;IAGxB,YAAY,UAAS;IAGrB,QAAQ,SAAM;IAGd,QAAQ,UAAS;IAGjB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAG9B,YAAY,EAAE,OAAO,CAAC,0BAA0B,CAAC,CAAM;IAIhD,EAAE,CAAC,GAAG,EAAE,MAAM,0BAA0B,GAAG,MAAM;IAKxD,aAAa,SAAK;IAGlB,WAAW,SAAK;IAGhB,QAAQ,UAAQ;IAGhB,MAAM,UAAS;IAGf,OAAO,CAAC,QAAQ,CAAe;IAE/B,OAAO,CAAC,eAAe,CAKrB;IAGF,OAAO,CAAC,YAAY,CAAsB;IAE1C,OAAO,CAAC,qBAAqB,CAAmC;IAChE,OAAO,CAAC,eAAe,CAA6B;IACpD,OAAO,CAAC,uBAAuB,CAAS;IAE/B,iBAAiB,IAAI,IAAI;IAKzB,oBAAoB,IAAI,IAAI;IAM5B,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAyB/D,OAAO,CAAC,qBAAqB;IAW7B,OAAO,CAAC,wBAAwB;IAOhC,aAAa,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAS7B,OAAO,CAAC,gBAAgB;IAQxB,SAAS,IAAI,IAAI;IAMjB,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,SAAS,CAAC,SAAS,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI;IAOzB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,iBAAiB,EAAE,cAAc,CAAC;KAClC;CACD"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const nlddCollectionTranslations: {
|
|
2
|
+
'components.collection.previous-action': string;
|
|
3
|
+
'components.collection.next-action': string;
|
|
4
|
+
'components.collection.load-more-action': string;
|
|
5
|
+
};
|
|
6
|
+
export type NLDDCollectionTranslations = typeof nlddCollectionTranslations;
|
|
7
|
+
//# sourceMappingURL=collection.i18n.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collection.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/collection/collection.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B;;;;CAItC,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC"}
|