@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,235 @@
|
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
import { breakpoints } from '../../../assets/styles/breakpoints.js';
|
|
3
|
+
const smMax = unsafeCSS(breakpoints.smMax);
|
|
4
|
+
const mdMin = unsafeCSS(breakpoints.mdMin);
|
|
5
|
+
const mdMax = unsafeCSS(breakpoints.mdMax);
|
|
6
|
+
const lgMin = unsafeCSS(breakpoints.lgMin);
|
|
7
|
+
export const titleStyles = css `
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
/* # Host */
|
|
11
|
+
|
|
12
|
+
:host {
|
|
13
|
+
display: flex;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:host([hidden]) {
|
|
17
|
+
display: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/* # Block */
|
|
22
|
+
|
|
23
|
+
.title {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: row;
|
|
26
|
+
align-items: center;
|
|
27
|
+
gap: var(--primitives-space-12);
|
|
28
|
+
width: 100%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/* # Title group */
|
|
33
|
+
|
|
34
|
+
.title__title-group {
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: column;
|
|
37
|
+
flex: 1;
|
|
38
|
+
min-width: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
/* # Overline */
|
|
43
|
+
|
|
44
|
+
::slotted([slot='overline']) {
|
|
45
|
+
margin: 0;
|
|
46
|
+
color: var(--semantics-content-secondary-color);
|
|
47
|
+
font: var(--primitives-font-body-sm-regular-tight);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
/* # Title */
|
|
52
|
+
|
|
53
|
+
::slotted(:not([slot])) {
|
|
54
|
+
margin: 0;
|
|
55
|
+
color: var(--semantics-content-color);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
:host([size='1']) ::slotted(:not([slot])) {
|
|
59
|
+
@media (max-width: ${smMax}) {
|
|
60
|
+
font: var(--primitives-font-display-1-sm);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
64
|
+
font: var(--primitives-font-display-1-md);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@media (min-width: ${lgMin}) {
|
|
68
|
+
font: var(--primitives-font-display-1-lg);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@container layout-area (max-width: ${smMax}) {
|
|
72
|
+
font: var(--primitives-font-display-1-sm);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
76
|
+
font: var(--primitives-font-display-1-md);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@container layout-area (min-width: ${lgMin}) {
|
|
80
|
+
font: var(--primitives-font-display-1-lg);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
:host([size='2']) ::slotted(:not([slot])) {
|
|
85
|
+
@media (max-width: ${smMax}) {
|
|
86
|
+
font: var(--primitives-font-display-2-sm);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
90
|
+
font: var(--primitives-font-display-2-md);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@media (min-width: ${lgMin}) {
|
|
94
|
+
font: var(--primitives-font-display-2-lg);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@container layout-area (max-width: ${smMax}) {
|
|
98
|
+
font: var(--primitives-font-display-2-sm);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
102
|
+
font: var(--primitives-font-display-2-md);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@container layout-area (min-width: ${lgMin}) {
|
|
106
|
+
font: var(--primitives-font-display-2-lg);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
:host([size='3']) ::slotted(:not([slot])),
|
|
111
|
+
:host(:not([size])) ::slotted(:not([slot])) {
|
|
112
|
+
@media (max-width: ${smMax}) {
|
|
113
|
+
font: var(--primitives-font-display-3-sm);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
117
|
+
font: var(--primitives-font-display-3-md);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
@media (min-width: ${lgMin}) {
|
|
121
|
+
font: var(--primitives-font-display-3-lg);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
@container layout-area (max-width: ${smMax}) {
|
|
125
|
+
font: var(--primitives-font-display-3-sm);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
129
|
+
font: var(--primitives-font-display-3-md);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
@container layout-area (min-width: ${lgMin}) {
|
|
133
|
+
font: var(--primitives-font-display-3-lg);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
:host([size='4']) ::slotted(:not([slot])) {
|
|
138
|
+
@media (max-width: ${smMax}) {
|
|
139
|
+
font: var(--primitives-font-display-4-sm);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
143
|
+
font: var(--primitives-font-display-4-md);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
@media (min-width: ${lgMin}) {
|
|
147
|
+
font: var(--primitives-font-display-4-lg);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@container layout-area (max-width: ${smMax}) {
|
|
151
|
+
font: var(--primitives-font-display-4-sm);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
155
|
+
font: var(--primitives-font-display-4-md);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
@container layout-area (min-width: ${lgMin}) {
|
|
159
|
+
font: var(--primitives-font-display-4-lg);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
:host([size='5']) ::slotted(:not([slot])) {
|
|
164
|
+
@media (max-width: ${smMax}) {
|
|
165
|
+
font: var(--primitives-font-display-5-sm);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
169
|
+
font: var(--primitives-font-display-5-md);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
@media (min-width: ${lgMin}) {
|
|
173
|
+
font: var(--primitives-font-display-5-lg);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@container layout-area (max-width: ${smMax}) {
|
|
177
|
+
font: var(--primitives-font-display-5-sm);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
@container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
181
|
+
font: var(--primitives-font-display-5-md);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
@container layout-area (min-width: ${lgMin}) {
|
|
185
|
+
font: var(--primitives-font-display-5-lg);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
:host([size='6']) ::slotted(:not([slot])) {
|
|
190
|
+
@media (max-width: ${smMax}) {
|
|
191
|
+
font: var(--primitives-font-display-6-sm);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
195
|
+
font: var(--primitives-font-display-6-md);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
@media (min-width: ${lgMin}) {
|
|
199
|
+
font: var(--primitives-font-display-6-lg);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@container layout-area (max-width: ${smMax}) {
|
|
203
|
+
font: var(--primitives-font-display-6-sm);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
@container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
207
|
+
font: var(--primitives-font-display-6-md);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
@container layout-area (min-width: ${lgMin}) {
|
|
211
|
+
font: var(--primitives-font-display-6-lg);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
/* # Subtitle */
|
|
217
|
+
|
|
218
|
+
::slotted([slot='subtitle']) {
|
|
219
|
+
margin: 0;
|
|
220
|
+
color: var(--semantics-content-secondary-color);
|
|
221
|
+
font: var(--primitives-font-body-sm-regular-tight);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
/* # Actions */
|
|
226
|
+
|
|
227
|
+
.title__actions {
|
|
228
|
+
display: flex;
|
|
229
|
+
flex-direction: row;
|
|
230
|
+
align-items: center;
|
|
231
|
+
flex-shrink: 0;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
`;
|
|
235
|
+
//# sourceMappingURL=title.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title.styles.js","sourceRoot":"","sources":["../../../../src/components/content/title/title.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAEpE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAoDP,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;uBAMrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;;uBAOrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;uBAMrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;uBAMrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;uBAMrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;;;;;;;;;;;;;;;;;;;CAwB3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/title/title.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,wBAAgB,aAAa,IAAI,cAAc,CAa9C"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { html } from 'lit';
|
|
2
|
+
export function titleTemplate() {
|
|
3
|
+
return html `
|
|
4
|
+
<div class="title">
|
|
5
|
+
<div class="title__title-group">
|
|
6
|
+
<slot name="overline"></slot>
|
|
7
|
+
<slot></slot>
|
|
8
|
+
<slot name="subtitle"></slot>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="title__actions">
|
|
11
|
+
<slot name="actions"></slot>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
`;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=title.template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title.template.js","sourceRoot":"","sources":["../../../../src/components/content/title/title.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,KAAK,CAAC;AAE3C,MAAM,UAAU,aAAa;IAC5B,OAAO,IAAI,CAAA;;;;;;;;;;;EAWV,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Tooltip Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* Wrapper component dat een tooltip toont bij hover of focus op het child element.
|
|
5
|
+
* Gebruikt `display: contents` zodat het de layout van het child niet beïnvloedt.
|
|
6
|
+
*
|
|
7
|
+
* @element nldd-tooltip
|
|
8
|
+
* @attr {string} text - Tooltip tekst
|
|
9
|
+
* @attr {string} placement - Positie: 'top' | 'bottom' | 'left' | 'right' (standaard: 'bottom'; op touch devices automatisch 'top')
|
|
10
|
+
*
|
|
11
|
+
* @slot - Het element waarop de tooltip wordt getoond
|
|
12
|
+
*
|
|
13
|
+
* @note Gebruikt position: fixed + floating-ui strategy: 'fixed'. Positionering kan
|
|
14
|
+
* breken wanneer een voorouder-element transform, filter of will-change heeft.
|
|
15
|
+
*
|
|
16
|
+
* @note aria-describedby werkt alleen wanneer het trigger element in de light DOM staat.
|
|
17
|
+
* Bij web components als trigger (met eigen shadow DOM) is de koppeling een bekende
|
|
18
|
+
* limitatie van shadow DOM + ARIA. Voor nldd-icon-button is dit niet relevant omdat
|
|
19
|
+
* aria-label al op de interne button staat. Tooltip tekst op icon-button mag daarom
|
|
20
|
+
* geen informatie bevatten die niet al in aria-label zit.
|
|
21
|
+
*
|
|
22
|
+
* @note Bij disabled triggers (bijv. disabled nldd-icon-button) wordt de tooltip niet
|
|
23
|
+
* getoond omdat disabled buttons geen mouseenter/focusin events afvuren en display:
|
|
24
|
+
* contents geen eigen layout box heeft om events op te vangen.
|
|
25
|
+
*/
|
|
26
|
+
import { LitElement } from 'lit';
|
|
27
|
+
import type { PropertyValues } from 'lit';
|
|
28
|
+
type Placement = 'top' | 'bottom' | 'left' | 'right';
|
|
29
|
+
export declare class NLDDTooltip extends LitElement {
|
|
30
|
+
static styles: import("lit").CSSResult;
|
|
31
|
+
text: string;
|
|
32
|
+
placement: Placement;
|
|
33
|
+
private get _effectivePlacement();
|
|
34
|
+
_visible: boolean;
|
|
35
|
+
_focusVisible: boolean;
|
|
36
|
+
private _tooltipId;
|
|
37
|
+
private _hideTimeout;
|
|
38
|
+
private _descriptionEl;
|
|
39
|
+
private _currentTrigger;
|
|
40
|
+
private _boundSlotChange;
|
|
41
|
+
connectedCallback(): void;
|
|
42
|
+
firstUpdated(): void;
|
|
43
|
+
updated(changed: PropertyValues): void;
|
|
44
|
+
private _syncAriaDescribedBy;
|
|
45
|
+
private _getTriggerElement;
|
|
46
|
+
private _getTooltipElement;
|
|
47
|
+
_handleTriggerEnter(): void;
|
|
48
|
+
_handleFocusIn(): void;
|
|
49
|
+
_handleTriggerLeave(): void;
|
|
50
|
+
/** Focus guard checks one shadow root level deep for composite triggers. */
|
|
51
|
+
_handleFocusOut(e: FocusEvent): void;
|
|
52
|
+
_handleTooltipEnter(): void;
|
|
53
|
+
_handleTooltipLeave(): void;
|
|
54
|
+
private _handleKeyDown;
|
|
55
|
+
private _updatePosition;
|
|
56
|
+
disconnectedCallback(): void;
|
|
57
|
+
render(): import("lit-html").TemplateResult;
|
|
58
|
+
}
|
|
59
|
+
declare global {
|
|
60
|
+
interface HTMLElementTagNameMap {
|
|
61
|
+
'nldd-tooltip': NLDDTooltip;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export {};
|
|
65
|
+
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAO1C,KAAK,SAAS,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAKrD,qBACa,WAAY,SAAQ,UAAU;IAC1C,OAAgB,MAAM,0BAAiB;IAGvC,IAAI,SAAM;IAGV,SAAS,EAAE,SAAS,CAAY;IAEhC,OAAO,KAAK,mBAAmB,GAE9B;IAGD,QAAQ,UAAS;IAGjB,aAAa,UAAS;IAEtB,OAAO,CAAC,UAAU,CAAsC;IACxD,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,cAAc,CAAgC;IACtD,OAAO,CAAC,eAAe,CAAwB;IAC/C,OAAO,CAAC,gBAAgB,CAAqC;IAEpD,iBAAiB,IAAI,IAAI;IASzB,YAAY,IAAI,IAAI;IAIpB,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI;IAS/C,OAAO,CAAC,oBAAoB;IAwC5B,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,kBAAkB;IAI1B,mBAAmB,IAAI,IAAI;IAW3B,cAAc,IAAI,IAAI;IActB,mBAAmB,IAAI,IAAI;IAW3B,4EAA4E;IAC5E,eAAe,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAUpC,mBAAmB,IAAI,IAAI;IAO3B,mBAAmB,IAAI,IAAI;IAI3B,OAAO,CAAC,cAAc,CAKpB;YAEY,eAAe;IAoBpB,oBAAoB,IAAI,IAAI;IAe5B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,cAAc,EAAE,WAAW,CAAC;KAC5B;CACD"}
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Tooltip Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* Wrapper component dat een tooltip toont bij hover of focus op het child element.
|
|
5
|
+
* Gebruikt `display: contents` zodat het de layout van het child niet beïnvloedt.
|
|
6
|
+
*
|
|
7
|
+
* @element nldd-tooltip
|
|
8
|
+
* @attr {string} text - Tooltip tekst
|
|
9
|
+
* @attr {string} placement - Positie: 'top' | 'bottom' | 'left' | 'right' (standaard: 'bottom'; op touch devices automatisch 'top')
|
|
10
|
+
*
|
|
11
|
+
* @slot - Het element waarop de tooltip wordt getoond
|
|
12
|
+
*
|
|
13
|
+
* @note Gebruikt position: fixed + floating-ui strategy: 'fixed'. Positionering kan
|
|
14
|
+
* breken wanneer een voorouder-element transform, filter of will-change heeft.
|
|
15
|
+
*
|
|
16
|
+
* @note aria-describedby werkt alleen wanneer het trigger element in de light DOM staat.
|
|
17
|
+
* Bij web components als trigger (met eigen shadow DOM) is de koppeling een bekende
|
|
18
|
+
* limitatie van shadow DOM + ARIA. Voor nldd-icon-button is dit niet relevant omdat
|
|
19
|
+
* aria-label al op de interne button staat. Tooltip tekst op icon-button mag daarom
|
|
20
|
+
* geen informatie bevatten die niet al in aria-label zit.
|
|
21
|
+
*
|
|
22
|
+
* @note Bij disabled triggers (bijv. disabled nldd-icon-button) wordt de tooltip niet
|
|
23
|
+
* getoond omdat disabled buttons geen mouseenter/focusin events afvuren en display:
|
|
24
|
+
* contents geen eigen layout box heeft om events op te vangen.
|
|
25
|
+
*/
|
|
26
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
27
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
28
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
29
|
+
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;
|
|
30
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
31
|
+
};
|
|
32
|
+
import { LitElement } from 'lit';
|
|
33
|
+
import { customElement, property, state } from 'lit/decorators.js';
|
|
34
|
+
import { computePosition, flip, shift, offset } from '@floating-ui/dom';
|
|
35
|
+
import { tooltipStyles } from './tooltip.styles.js';
|
|
36
|
+
import { tooltipTemplate } from './tooltip.template.js';
|
|
37
|
+
import { isTouchMode } from '../../../utilities/input-modality.js';
|
|
38
|
+
let tooltipCounter = 0;
|
|
39
|
+
const coarsePointerQuery = matchMedia('(pointer: coarse)');
|
|
40
|
+
let NLDDTooltip = class NLDDTooltip extends LitElement {
|
|
41
|
+
constructor() {
|
|
42
|
+
super(...arguments);
|
|
43
|
+
this.text = '';
|
|
44
|
+
this.placement = 'bottom';
|
|
45
|
+
this._visible = false;
|
|
46
|
+
this._focusVisible = false;
|
|
47
|
+
this._tooltipId = `nldd-tooltip-${++tooltipCounter}`;
|
|
48
|
+
this._hideTimeout = null;
|
|
49
|
+
this._descriptionEl = null;
|
|
50
|
+
this._currentTrigger = null;
|
|
51
|
+
this._boundSlotChange = () => this._syncAriaDescribedBy();
|
|
52
|
+
this._handleKeyDown = (e) => {
|
|
53
|
+
if (e.key === 'Escape' && this._visible) {
|
|
54
|
+
this._visible = false;
|
|
55
|
+
this._focusVisible = false;
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
get _effectivePlacement() {
|
|
60
|
+
return this.placement;
|
|
61
|
+
}
|
|
62
|
+
connectedCallback() {
|
|
63
|
+
super.connectedCallback();
|
|
64
|
+
this.addEventListener('keydown', this._handleKeyDown);
|
|
65
|
+
// Re-register slotchange after reconnect (firstUpdated only runs once)
|
|
66
|
+
if (this.hasUpdated) {
|
|
67
|
+
this.shadowRoot?.querySelector('slot')?.addEventListener('slotchange', this._boundSlotChange);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
firstUpdated() {
|
|
71
|
+
this.shadowRoot?.querySelector('slot')?.addEventListener('slotchange', this._boundSlotChange);
|
|
72
|
+
}
|
|
73
|
+
updated(changed) {
|
|
74
|
+
if (changed.has('_visible') && this._visible) {
|
|
75
|
+
this._updatePosition();
|
|
76
|
+
}
|
|
77
|
+
if (changed.has('text')) {
|
|
78
|
+
this._syncAriaDescribedBy();
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
_syncAriaDescribedBy() {
|
|
82
|
+
const trigger = this._getTriggerElement();
|
|
83
|
+
// Clean up previous trigger if it changed
|
|
84
|
+
if (this._currentTrigger && this._currentTrigger !== trigger) {
|
|
85
|
+
this._currentTrigger.removeAttribute('aria-describedby');
|
|
86
|
+
}
|
|
87
|
+
this._currentTrigger = trigger;
|
|
88
|
+
if (!trigger)
|
|
89
|
+
return;
|
|
90
|
+
// aria-describedby ID refs are scoped to the element's root.
|
|
91
|
+
// Only works for triggers in the light DOM (document scope).
|
|
92
|
+
if (trigger.getRootNode() !== document) {
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
if (this.text) {
|
|
96
|
+
if (!this._descriptionEl) {
|
|
97
|
+
this._descriptionEl = document.createElement('span');
|
|
98
|
+
this._descriptionEl.id = this._tooltipId;
|
|
99
|
+
Object.assign(this._descriptionEl.style, {
|
|
100
|
+
position: 'absolute',
|
|
101
|
+
width: '1px',
|
|
102
|
+
height: '1px',
|
|
103
|
+
overflow: 'hidden',
|
|
104
|
+
clipPath: 'inset(50%)',
|
|
105
|
+
whiteSpace: 'nowrap',
|
|
106
|
+
});
|
|
107
|
+
document.body.appendChild(this._descriptionEl);
|
|
108
|
+
}
|
|
109
|
+
this._descriptionEl.textContent = this.text;
|
|
110
|
+
trigger.setAttribute('aria-describedby', this._tooltipId);
|
|
111
|
+
}
|
|
112
|
+
else {
|
|
113
|
+
trigger.removeAttribute('aria-describedby');
|
|
114
|
+
this._descriptionEl?.remove();
|
|
115
|
+
this._descriptionEl = null;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
_getTriggerElement() {
|
|
119
|
+
const slot = this.shadowRoot?.querySelector('slot');
|
|
120
|
+
const assigned = slot?.assignedElements({ flatten: true });
|
|
121
|
+
return assigned?.[0] ?? null;
|
|
122
|
+
}
|
|
123
|
+
_getTooltipElement() {
|
|
124
|
+
return this.shadowRoot?.querySelector('.tooltip') ?? null;
|
|
125
|
+
}
|
|
126
|
+
_handleTriggerEnter() {
|
|
127
|
+
if (!this.text)
|
|
128
|
+
return;
|
|
129
|
+
if (coarsePointerQuery.matches)
|
|
130
|
+
return;
|
|
131
|
+
if (this._hideTimeout) {
|
|
132
|
+
clearTimeout(this._hideTimeout);
|
|
133
|
+
this._hideTimeout = null;
|
|
134
|
+
}
|
|
135
|
+
this._focusVisible = false;
|
|
136
|
+
this._visible = true;
|
|
137
|
+
}
|
|
138
|
+
_handleFocusIn() {
|
|
139
|
+
if (!this.text)
|
|
140
|
+
return;
|
|
141
|
+
// Touch taps can focus elements with explicit `tabindex` (e.g. tab-bar's
|
|
142
|
+
// roving-tabindex pattern on iOS, Android `<button>` focus-on-tap).
|
|
143
|
+
// Suppress the tooltip in that case — it's not a keyboard intent.
|
|
144
|
+
if (isTouchMode())
|
|
145
|
+
return;
|
|
146
|
+
if (this._hideTimeout) {
|
|
147
|
+
clearTimeout(this._hideTimeout);
|
|
148
|
+
this._hideTimeout = null;
|
|
149
|
+
}
|
|
150
|
+
this._focusVisible = true;
|
|
151
|
+
this._visible = true;
|
|
152
|
+
}
|
|
153
|
+
_handleTriggerLeave() {
|
|
154
|
+
if (this._hideTimeout) {
|
|
155
|
+
clearTimeout(this._hideTimeout);
|
|
156
|
+
}
|
|
157
|
+
const hideDelay = parseInt(getComputedStyle(this).getPropertyValue('--_hide-delay'), 10);
|
|
158
|
+
this._hideTimeout = setTimeout(() => {
|
|
159
|
+
this._visible = false;
|
|
160
|
+
this._hideTimeout = null;
|
|
161
|
+
}, hideDelay);
|
|
162
|
+
}
|
|
163
|
+
/** Focus guard checks one shadow root level deep for composite triggers. */
|
|
164
|
+
_handleFocusOut(e) {
|
|
165
|
+
const slot = this.shadowRoot?.querySelector('slot');
|
|
166
|
+
const assigned = slot?.assignedElements({ flatten: true }) ?? [];
|
|
167
|
+
const related = e.relatedTarget;
|
|
168
|
+
const stillInside = related && assigned.some(el => el.contains(related) || el.shadowRoot?.contains(related));
|
|
169
|
+
if (!stillInside)
|
|
170
|
+
this._handleTriggerLeave();
|
|
171
|
+
}
|
|
172
|
+
_handleTooltipEnter() {
|
|
173
|
+
if (this._hideTimeout) {
|
|
174
|
+
clearTimeout(this._hideTimeout);
|
|
175
|
+
this._hideTimeout = null;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
_handleTooltipLeave() {
|
|
179
|
+
this._handleTriggerLeave();
|
|
180
|
+
}
|
|
181
|
+
async _updatePosition() {
|
|
182
|
+
const trigger = this._getTriggerElement();
|
|
183
|
+
const tooltip = this._getTooltipElement();
|
|
184
|
+
if (!trigger || !tooltip)
|
|
185
|
+
return;
|
|
186
|
+
const styles = getComputedStyle(this);
|
|
187
|
+
const { x, y } = await computePosition(trigger, tooltip, {
|
|
188
|
+
placement: this._effectivePlacement,
|
|
189
|
+
strategy: 'fixed',
|
|
190
|
+
middleware: [
|
|
191
|
+
offset(parseInt(styles.getPropertyValue('--_offset'), 10)),
|
|
192
|
+
flip(),
|
|
193
|
+
shift({ padding: parseInt(styles.getPropertyValue('--_shift-padding'), 10) }),
|
|
194
|
+
],
|
|
195
|
+
});
|
|
196
|
+
tooltip.style.left = `${x}px`;
|
|
197
|
+
tooltip.style.top = `${y}px`;
|
|
198
|
+
}
|
|
199
|
+
disconnectedCallback() {
|
|
200
|
+
super.disconnectedCallback();
|
|
201
|
+
this.removeEventListener('keydown', this._handleKeyDown);
|
|
202
|
+
this.shadowRoot?.querySelector('slot')?.removeEventListener('slotchange', this._boundSlotChange);
|
|
203
|
+
if (this._hideTimeout) {
|
|
204
|
+
clearTimeout(this._hideTimeout);
|
|
205
|
+
this._hideTimeout = null;
|
|
206
|
+
}
|
|
207
|
+
// Clean up aria-describedby on trigger and remove description span from body
|
|
208
|
+
this._currentTrigger?.removeAttribute('aria-describedby');
|
|
209
|
+
this._currentTrigger = null;
|
|
210
|
+
this._descriptionEl?.remove();
|
|
211
|
+
this._descriptionEl = null;
|
|
212
|
+
}
|
|
213
|
+
render() {
|
|
214
|
+
return tooltipTemplate(this);
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
NLDDTooltip.styles = tooltipStyles;
|
|
218
|
+
__decorate([
|
|
219
|
+
property({ type: String, reflect: true })
|
|
220
|
+
], NLDDTooltip.prototype, "text", void 0);
|
|
221
|
+
__decorate([
|
|
222
|
+
property({ type: String, reflect: true })
|
|
223
|
+
], NLDDTooltip.prototype, "placement", void 0);
|
|
224
|
+
__decorate([
|
|
225
|
+
state()
|
|
226
|
+
], NLDDTooltip.prototype, "_visible", void 0);
|
|
227
|
+
__decorate([
|
|
228
|
+
state()
|
|
229
|
+
], NLDDTooltip.prototype, "_focusVisible", void 0);
|
|
230
|
+
NLDDTooltip = __decorate([
|
|
231
|
+
customElement('nldd-tooltip')
|
|
232
|
+
], NLDDTooltip);
|
|
233
|
+
export { NLDDTooltip };
|
|
234
|
+
//# sourceMappingURL=tooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.js","sourceRoot":"","sources":["../../../../src/components/content/tooltip/tooltip.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tooltip/tooltip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,yBAyFzB,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const tooltipStyles = css `
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* # Host */
|
|
6
|
+
|
|
7
|
+
:host {
|
|
8
|
+
display: contents;
|
|
9
|
+
--_z-index: 10000;
|
|
10
|
+
--_show-delay: 700ms;
|
|
11
|
+
--_show-duration: var(--primitives-transition-duration-fast);
|
|
12
|
+
--_hide-delay: 50; /* unitless ms, read by JavaScript */
|
|
13
|
+
--_hide-duration: var(--primitives-transition-duration-fast);
|
|
14
|
+
--_offset: 4; /* px, unitless — read by JS */
|
|
15
|
+
--_shift-padding: 8; /* px, unitless — read by JS */
|
|
16
|
+
--_max-width: var(--primitives-area-280);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
:host([hidden]) {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
/* # Block */
|
|
25
|
+
|
|
26
|
+
.tooltip {
|
|
27
|
+
position: fixed;
|
|
28
|
+
z-index: var(--_z-index);
|
|
29
|
+
opacity: 0;
|
|
30
|
+
pointer-events: none;
|
|
31
|
+
visibility: hidden;
|
|
32
|
+
transition:
|
|
33
|
+
opacity var(--_hide-duration) ease,
|
|
34
|
+
visibility 0ms linear var(--_hide-duration),
|
|
35
|
+
pointer-events 0ms linear var(--_hide-duration);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.tooltip.is-visible {
|
|
39
|
+
opacity: 1;
|
|
40
|
+
visibility: visible;
|
|
41
|
+
pointer-events: auto;
|
|
42
|
+
transition:
|
|
43
|
+
opacity var(--_show-duration) ease var(--_show-delay),
|
|
44
|
+
visibility 0ms linear,
|
|
45
|
+
pointer-events 0ms linear var(--_show-delay);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* Focus triggers: geen show delay */
|
|
49
|
+
.tooltip.is-focus-visible {
|
|
50
|
+
opacity: 1;
|
|
51
|
+
visibility: visible;
|
|
52
|
+
pointer-events: auto;
|
|
53
|
+
transition:
|
|
54
|
+
opacity var(--_show-duration) ease,
|
|
55
|
+
visibility 0ms linear,
|
|
56
|
+
pointer-events 0ms linear;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
/* ## Tooltip body */
|
|
61
|
+
|
|
62
|
+
.tooltip__body {
|
|
63
|
+
background-color: var(--components-tooltip-background-color);
|
|
64
|
+
color: var(--components-tooltip-content-color);
|
|
65
|
+
font: var(--primitives-font-body-xs-regular-tight);
|
|
66
|
+
padding-block: var(--primitives-space-4);
|
|
67
|
+
padding-inline: var(--primitives-space-8);
|
|
68
|
+
width: max-content;
|
|
69
|
+
max-width: var(--_max-width);
|
|
70
|
+
overflow-wrap: break-word;
|
|
71
|
+
box-shadow: var(--components-tooltip-box-shadow);
|
|
72
|
+
border-radius: var(--primitives-corner-radius-xs);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
/* # Toegankelijkheid */
|
|
77
|
+
|
|
78
|
+
@media (forced-colors: active) {
|
|
79
|
+
.tooltip__body {
|
|
80
|
+
border: 1px solid CanvasText;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@media (prefers-reduced-motion: reduce) {
|
|
85
|
+
.tooltip,
|
|
86
|
+
.tooltip.is-visible,
|
|
87
|
+
.tooltip.is-focus-visible {
|
|
88
|
+
transition: none;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
`;
|
|
92
|
+
//# sourceMappingURL=tooltip.styles.js.map
|