@daffodil/design 0.63.2 → 0.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/examples/basic-accordion/basic-accordion.component.d.ts +1 -1
- package/accordion/examples/nav-accordion/nav-accordion.component.d.ts +1 -1
- package/article/examples/article-blockquote/article-blockquote.component.d.ts +1 -1
- package/article/examples/article-code-block/article-code-block.component.d.ts +1 -1
- package/article/examples/article-code-inline/article-code-inline.component.d.ts +1 -1
- package/article/examples/article-headings/article-headings.component.d.ts +1 -1
- package/article/examples/article-hr/article-hr.component.d.ts +1 -1
- package/article/examples/article-lead/article-lead.component.d.ts +1 -1
- package/article/examples/article-link/article-link.component.d.ts +1 -1
- package/article/examples/article-meta/article-meta.component.d.ts +1 -1
- package/article/examples/article-ol/article-ol.component.d.ts +1 -1
- package/article/examples/article-table/article-table.component.d.ts +1 -1
- package/article/examples/article-ul/article-ul.component.d.ts +1 -1
- package/atoms/button/button.component.d.ts +1 -1
- package/atoms/container/container.component.d.ts +1 -1
- package/atoms/form/checkbox/checkbox.component.d.ts +1 -1
- package/atoms/form/checkbox/cva/checkbox-cva.directive.d.ts +1 -1
- package/atoms/form/checkbox-set/checkbox-set.component.d.ts +3 -3
- package/atoms/form/core/error-state-matcher/error-state-matcher.d.ts +2 -2
- package/atoms/form/error-message/error-message.component.d.ts +1 -1
- package/atoms/form/form-field/form-field/form-field.component.d.ts +1 -1
- package/atoms/form/form-label/form-label.directive.d.ts +1 -1
- package/atoms/form/input/input.component.d.ts +1 -1
- package/atoms/form/native-select/native-select.component.d.ts +1 -1
- package/atoms/form/quantity-field/quantity-field.component.d.ts +2 -2
- package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +3 -3
- package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +1 -1
- package/atoms/form/radio/cva/radio-cva.directive.d.ts +1 -1
- package/atoms/form/radio/radio.component.d.ts +1 -1
- package/atoms/form/radio-set/radio-set.component.d.ts +1 -1
- package/atoms/image/image.component.d.ts +1 -1
- package/atoms/loading-icon/loading-icon.component.d.ts +1 -1
- package/atoms/progress-indicator/progress-indicator.component.d.ts +1 -1
- package/button/examples/basic-button/basic-button.component.d.ts +1 -1
- package/button/examples/flat-button/flat-button.component.d.ts +1 -1
- package/button/examples/icon-button/icon-button.component.d.ts +1 -1
- package/button/examples/raised-button/raised-button.component.d.ts +1 -1
- package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
- package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
- package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
- package/button/examples/underline-button/underline-button.component.d.ts +1 -1
- package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +3 -3
- package/callout/examples/callout-theming/callout-theming.component.d.ts +3 -3
- package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
- package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
- package/card/examples/basic-card/basic-card.component.d.ts +1 -1
- package/card/examples/card-orientation/card-orientation.component.d.ts +3 -3
- package/card/examples/card-theming/card-theming.component.d.ts +3 -3
- package/card/examples/linkable-card/linkable-card.component.d.ts +5 -5
- package/card/examples/raised-card/raised-card.component.d.ts +3 -3
- package/card/examples/stroked-card/stroked-card.component.d.ts +3 -3
- package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +3 -3
- package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +3 -3
- package/container/examples/container-sizes/container-sizes.component.d.ts +3 -3
- package/core/colorable/colorable-mixin.d.ts +1 -1
- package/core/focus/stack.service.d.ts +1 -1
- package/core/prefix-suffix/prefix.directive.d.ts +1 -1
- package/core/prefix-suffix/suffix.directive.d.ts +1 -1
- package/core/sizeable/sizeable-mixin.d.ts +1 -1
- package/core/statusable/statusable-mixin.d.ts +1 -1
- package/core/text-alignable/text-alignable-mixin.d.ts +1 -1
- package/core/theming/services/theming.service.d.ts +1 -1
- package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +3 -3
- package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +5 -7
- package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +3 -3
- package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +5 -7
- package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +3 -3
- package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +3 -3
- package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +3 -3
- package/esm2020/article/examples/article-examples.module.mjs +6 -11
- package/esm2020/article/examples/article-headings/article-headings.component.mjs +3 -3
- package/esm2020/article/examples/article-hr/article-hr.component.mjs +3 -3
- package/esm2020/article/examples/article-lead/article-lead.component.mjs +3 -3
- package/esm2020/article/examples/article-link/article-link.component.mjs +3 -3
- package/esm2020/article/examples/article-meta/article-meta.component.mjs +3 -3
- package/esm2020/article/examples/article-ol/article-ol.component.mjs +3 -3
- package/esm2020/article/examples/article-table/article-table.component.mjs +3 -3
- package/esm2020/article/examples/article-ul/article-ul.component.mjs +3 -3
- package/esm2020/atoms/button/button.component.mjs +5 -5
- package/esm2020/atoms/button/button.module.mjs +8 -10
- package/esm2020/atoms/container/container.component.mjs +3 -3
- package/esm2020/atoms/container/container.module.mjs +5 -7
- package/esm2020/atoms/form/checkbox/checkbox.component.mjs +4 -4
- package/esm2020/atoms/form/checkbox/checkbox.module.mjs +7 -9
- package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +3 -3
- package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +6 -6
- package/esm2020/atoms/form/core/error-state-matcher/error-state-matcher.mjs +1 -1
- package/esm2020/atoms/form/error-message/error-message.component.mjs +3 -3
- package/esm2020/atoms/form/error-message/error-message.module.mjs +4 -4
- package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +5 -5
- package/esm2020/atoms/form/form-field/form-field.module.mjs +8 -10
- package/esm2020/atoms/form/form-label/form-label.directive.mjs +3 -3
- package/esm2020/atoms/form/form-label/form-label.module.mjs +4 -4
- package/esm2020/atoms/form/input/input.component.mjs +3 -3
- package/esm2020/atoms/form/input/input.module.mjs +5 -7
- package/esm2020/atoms/form/native-select/native-select.component.mjs +3 -3
- package/esm2020/atoms/form/native-select/native-select.module.mjs +5 -7
- package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +8 -8
- package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +10 -12
- package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +6 -6
- package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +5 -5
- package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +3 -3
- package/esm2020/atoms/form/radio/radio.component.mjs +4 -4
- package/esm2020/atoms/form/radio/radio.module.mjs +6 -8
- package/esm2020/atoms/form/radio/registry/radio-registry.mjs +3 -3
- package/esm2020/atoms/form/radio-set/radio-set.component.mjs +4 -4
- package/esm2020/atoms/image/image.component.mjs +5 -5
- package/esm2020/atoms/image/image.module.mjs +5 -10
- package/esm2020/atoms/loading-icon/loading-icon.component.mjs +3 -3
- package/esm2020/atoms/loading-icon/loading-icon.module.mjs +5 -7
- package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +5 -5
- package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +5 -7
- package/esm2020/button/examples/basic-button/basic-button.component.mjs +5 -11
- package/esm2020/button/examples/basic-button/basic-button.module.mjs +6 -8
- package/esm2020/button/examples/flat-button/flat-button.component.mjs +5 -11
- package/esm2020/button/examples/flat-button/flat-button.module.mjs +6 -8
- package/esm2020/button/examples/icon-button/icon-button.component.mjs +5 -11
- package/esm2020/button/examples/icon-button/icon-button.module.mjs +6 -8
- package/esm2020/button/examples/raised-button/raised-button.component.mjs +5 -11
- package/esm2020/button/examples/raised-button/raised-button.module.mjs +6 -8
- package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +3 -3
- package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +6 -8
- package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +3 -3
- package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +6 -8
- package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +5 -11
- package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +6 -8
- package/esm2020/button/examples/underline-button/underline-button.component.mjs +5 -11
- package/esm2020/button/examples/underline-button/underline-button.module.mjs +6 -8
- package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +10 -10
- package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +10 -12
- package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +10 -10
- package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +9 -11
- package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +3 -3
- package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +10 -12
- package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +3 -3
- package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +9 -11
- package/esm2020/card/examples/basic-card/basic-card.component.mjs +3 -3
- package/esm2020/card/examples/basic-card/basic-card.module.mjs +9 -11
- package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +10 -10
- package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +10 -12
- package/esm2020/card/examples/card-theming/card-theming.component.mjs +9 -13
- package/esm2020/card/examples/card-theming/card-theming.module.mjs +8 -10
- package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +10 -10
- package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +10 -12
- package/esm2020/card/examples/raised-card/raised-card.component.mjs +8 -8
- package/esm2020/card/examples/raised-card/raised-card.module.mjs +9 -11
- package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +8 -8
- package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +10 -12
- package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +6 -6
- package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +7 -9
- package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +6 -6
- package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +7 -9
- package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +8 -8
- package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +7 -9
- package/esm2020/core/colorable/colorable-mixin.mjs +1 -1
- package/esm2020/core/focus/stack.service.mjs +6 -6
- package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +5 -5
- package/esm2020/core/prefix-suffix/prefix.directive.mjs +3 -3
- package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +3 -3
- package/esm2020/core/prefix-suffix/suffix.directive.mjs +3 -3
- package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +3 -3
- package/esm2020/core/sizeable/sizeable-mixin.mjs +1 -1
- package/esm2020/core/statusable/statusable-mixin.mjs +1 -1
- package/esm2020/core/text-alignable/text-alignable-mixin.mjs +1 -1
- package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +3 -3
- package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +3 -3
- package/esm2020/core/theming/services/storage/theme-storage.service.mjs +3 -3
- package/esm2020/core/theming/services/theming.service.mjs +6 -6
- package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +3 -3
- package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +9 -11
- package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +10 -10
- package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +10 -12
- package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +9 -9
- package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +9 -11
- package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +3 -3
- package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +10 -12
- package/esm2020/image/examples/basic-image/basic-image.component.mjs +3 -3
- package/esm2020/image/examples/basic-image/basic-image.module.mjs +5 -7
- package/esm2020/image/examples/load-image/load-image.component.mjs +5 -5
- package/esm2020/image/examples/load-image/load-image.module.mjs +6 -8
- package/esm2020/image/examples/skeleton-image/skeleton-image.component.mjs +3 -3
- package/esm2020/image/examples/skeleton-image/skeleton-image.module.mjs +5 -7
- package/esm2020/input/examples/basic-input/basic-input.component.mjs +3 -3
- package/esm2020/input/examples/basic-input/basic-input.module.mjs +6 -8
- package/esm2020/input/examples/input-disabled/input-disabled.component.mjs +3 -3
- package/esm2020/input/examples/input-disabled/input-disabled.module.mjs +6 -8
- package/esm2020/input/examples/input-error/input-error.component.mjs +6 -6
- package/esm2020/input/examples/input-error/input-error.module.mjs +7 -9
- package/esm2020/input/examples/input-with-form-field/input-with-form-field.component.mjs +3 -3
- package/esm2020/input/examples/input-with-form-field/input-with-form-field.module.mjs +6 -8
- package/esm2020/list/examples/basic-list/basic-list.component.mjs +3 -3
- package/esm2020/list/examples/basic-list/basic-list.module.mjs +6 -8
- package/esm2020/list/examples/icon-list/icon-list.component.mjs +3 -3
- package/esm2020/list/examples/icon-list/icon-list.module.mjs +7 -9
- package/esm2020/list/examples/list-examples.module.mjs +9 -15
- package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +3 -3
- package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +7 -9
- package/esm2020/list/examples/nav-list/nav-list.component.mjs +3 -3
- package/esm2020/list/examples/nav-list/nav-list.module.mjs +7 -9
- package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +7 -7
- package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +7 -9
- package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +3 -3
- package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +5 -7
- package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +3 -3
- package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +6 -8
- package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +3 -3
- package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +6 -8
- package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +3 -3
- package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +6 -8
- package/esm2020/menu/examples/basic-menu/basic-menu.component.mjs +3 -3
- package/esm2020/menu/examples/basic-menu/basic-menu.module.mjs +7 -9
- package/esm2020/menu/examples/basic-menu/menu-content/menu-content.component.mjs +3 -3
- package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +3 -3
- package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +6 -8
- package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +3 -3
- package/esm2020/molecules/accordion/accordion/accordion.component.mjs +3 -3
- package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +4 -4
- package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +3 -3
- package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +3 -3
- package/esm2020/molecules/accordion/accordion.module.mjs +10 -12
- package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +11 -8
- package/esm2020/molecules/article/article/article.component.mjs +4 -4
- package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +3 -3
- package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +3 -3
- package/esm2020/molecules/article/article-title/article-title.directive.mjs +3 -3
- package/esm2020/molecules/article/article.module.mjs +6 -8
- package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +3 -3
- package/esm2020/molecules/backdrop/backdrop.module.mjs +5 -10
- package/esm2020/molecules/button-set/button-set.component.mjs +3 -3
- package/esm2020/molecules/button-set/button-set.module.mjs +4 -4
- package/esm2020/molecules/callout/callout/callout.component.mjs +3 -3
- package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +3 -3
- package/esm2020/molecules/callout/callout.module.mjs +6 -8
- package/esm2020/molecules/card/card/card.component.mjs +4 -4
- package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +3 -3
- package/esm2020/molecules/card/card-content/card-content.directive.mjs +3 -3
- package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +3 -3
- package/esm2020/molecules/card/card-image/card-image.directive.mjs +3 -3
- package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +3 -3
- package/esm2020/molecules/card/card-title/card-title.directive.mjs +3 -3
- package/esm2020/molecules/card/card.module.mjs +6 -8
- package/esm2020/molecules/feature/feature/feature.component.mjs +3 -3
- package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +3 -3
- package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +3 -3
- package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +3 -3
- package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +3 -3
- package/esm2020/molecules/feature/feature.module.mjs +6 -8
- package/esm2020/molecules/hero/hero/hero.component.mjs +3 -3
- package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +3 -3
- package/esm2020/molecules/hero/hero.module.mjs +6 -8
- package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +3 -3
- package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +3 -3
- package/esm2020/molecules/image-gallery/image-gallery.module.mjs +7 -9
- package/esm2020/molecules/image-list/image-list.component.mjs +4 -4
- package/esm2020/molecules/image-list/image-list.module.mjs +5 -7
- package/esm2020/molecules/link-set/link-set/link-set.component.mjs +3 -3
- package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +3 -3
- package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +3 -3
- package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +3 -3
- package/esm2020/molecules/link-set/link-set.module.mjs +6 -8
- package/esm2020/molecules/list/list/list.component.mjs +4 -4
- package/esm2020/molecules/list/list-item/list-item.component.mjs +3 -3
- package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +3 -3
- package/esm2020/molecules/list/list.module.mjs +8 -10
- package/esm2020/molecules/media-gallery/media-gallery.component.mjs +7 -7
- package/esm2020/molecules/media-gallery/media-gallery.module.mjs +5 -7
- package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +4 -4
- package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +3 -3
- package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +5 -5
- package/esm2020/molecules/menu/menu/menu.component.mjs +3 -3
- package/esm2020/molecules/menu/menu-activator/menu-activator.component.mjs +3 -3
- package/esm2020/molecules/menu/menu-item/menu-item.component.mjs +3 -3
- package/esm2020/molecules/menu/menu.module.mjs +8 -10
- package/esm2020/molecules/menu/service/menu.service.mjs +3 -3
- package/esm2020/molecules/modal/modal/modal.component.mjs +4 -4
- package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +3 -3
- package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +3 -3
- package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +3 -3
- package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +3 -3
- package/esm2020/molecules/modal/modal.module.mjs +8 -10
- package/esm2020/molecules/modal/service/modal.service.mjs +5 -5
- package/esm2020/molecules/navbar/navbar.component.mjs +3 -3
- package/esm2020/molecules/navbar/navbar.module.mjs +4 -4
- package/esm2020/molecules/paginator/paginator.component.mjs +7 -7
- package/esm2020/molecules/paginator/paginator.module.mjs +8 -10
- package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +8 -8
- package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +10 -12
- package/esm2020/molecules/sidebar/animation/sidebar-viewport-animation-state.mjs +1 -1
- package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +5 -5
- package/esm2020/molecules/sidebar/sidebar-viewport/content-pad.mjs +2 -2
- package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +7 -7
- package/esm2020/molecules/sidebar/sidebar.module.mjs +9 -11
- package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +3 -3
- package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +8 -10
- package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +3 -3
- package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +8 -10
- package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +8 -8
- package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +8 -10
- package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +3 -3
- package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +7 -9
- package/esm2020/notification/examples/default-notification/default-notification.component.mjs +7 -12
- package/esm2020/notification/examples/default-notification/default-notification.module.mjs +8 -10
- package/esm2020/notification/examples/dismissable-notification/dismissable-notification.component.mjs +7 -12
- package/esm2020/notification/examples/dismissable-notification/dismissable-notification.module.mjs +8 -10
- package/esm2020/notification/examples/notification-orientations/notification-orientations.component.mjs +8 -8
- package/esm2020/notification/examples/notification-orientations/notification-orientations.module.mjs +9 -11
- package/esm2020/notification/examples/notification-status/notification-status.component.mjs +9 -9
- package/esm2020/notification/examples/notification-status/notification-status.module.mjs +9 -11
- package/esm2020/notification/notification/notification.component.mjs +6 -6
- package/esm2020/notification/notification-actions/notification-actions.directive.mjs +3 -3
- package/esm2020/notification/notification-message/notification-message.directive.mjs +3 -3
- package/esm2020/notification/notification-subtitle/notification-subtitle.directive.mjs +3 -3
- package/esm2020/notification/notification-title/notification-title.directive.mjs +3 -3
- package/esm2020/notification/notification.module.mjs +8 -10
- package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +3 -3
- package/esm2020/paginator/examples/paginator-examples.module.mjs +6 -11
- package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +9 -9
- package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +8 -10
- package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +9 -9
- package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +8 -10
- package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +9 -9
- package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +8 -10
- package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +9 -9
- package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +8 -10
- package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +7 -7
- package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +6 -8
- package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +5 -5
- package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +6 -8
- package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.mjs +3 -3
- package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.module.mjs +7 -9
- package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.mjs +3 -3
- package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.module.mjs +6 -8
- package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.mjs +3 -3
- package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.module.mjs +6 -8
- package/esm2020/sidebar/examples/under-sidebar/under-sidebar.component.mjs +3 -3
- package/esm2020/sidebar/examples/under-sidebar/under-sidebar.module.mjs +7 -9
- package/esm2020/tree/examples/basic-tree/basic-tree.component.mjs +5 -5
- package/esm2020/tree/examples/basic-tree/basic-tree.module.mjs +7 -9
- package/esm2020/tree/tree/tree-notifier.service.mjs +1 -1
- package/esm2020/tree/tree/tree.component.mjs +6 -6
- package/esm2020/tree/tree-item/tree-item.directive.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +6 -8
- package/esm2020/tree/utils/hydrate-tree.mjs +1 -1
- package/esm2020/tree/utils/transform-in-place.mjs +1 -1
- package/fesm2015/daffodil-design-accordion-examples.mjs +14 -18
- package/fesm2015/daffodil-design-accordion-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-article-examples.mjs +38 -43
- package/fesm2015/daffodil-design-article-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-button-examples.mjs +70 -122
- package/fesm2015/daffodil-design-button-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-callout-examples.mjs +54 -62
- package/fesm2015/daffodil-design-callout-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-card-examples.mjs +79 -95
- package/fesm2015/daffodil-design-card-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-checkbox-examples.mjs +21 -25
- package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-container-examples.mjs +14 -16
- package/fesm2015/daffodil-design-container-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-hero-examples.mjs +52 -60
- package/fesm2015/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-image-examples.mjs +23 -29
- package/fesm2015/daffodil-design-image-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-input-examples.mjs +35 -43
- package/fesm2015/daffodil-design-input-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-list-examples.mjs +50 -63
- package/fesm2015/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-loading-icon-examples.mjs +19 -23
- package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-media-gallery-examples.mjs +24 -30
- package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-menu-examples.mjs +12 -14
- package/fesm2015/daffodil-design-menu-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-modal-examples.mjs +11 -13
- package/fesm2015/daffodil-design-modal-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-navbar-examples.mjs +42 -50
- package/fesm2015/daffodil-design-navbar-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-notification-examples.mjs +51 -69
- package/fesm2015/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-notification.mjs +80 -82
- package/fesm2015/daffodil-design-notification.mjs.map +1 -1
- package/fesm2015/daffodil-design-paginator-examples.mjs +8 -13
- package/fesm2015/daffodil-design-paginator-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-quantity-field-examples.mjs +51 -59
- package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-radio-examples.mjs +11 -13
- package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-sidebar-examples.mjs +43 -53
- package/fesm2015/daffodil-design-sidebar-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-tree-examples.mjs +12 -14
- package/fesm2015/daffodil-design-tree-examples.mjs.map +1 -1
- package/fesm2015/daffodil-design-tree.mjs +161 -163
- package/fesm2015/daffodil-design-tree.mjs.map +1 -1
- package/fesm2015/daffodil-design.mjs +974 -1032
- package/fesm2015/daffodil-design.mjs.map +1 -1
- package/fesm2020/daffodil-design-accordion-examples.mjs +14 -18
- package/fesm2020/daffodil-design-accordion-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-article-examples.mjs +38 -43
- package/fesm2020/daffodil-design-article-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-button-examples.mjs +70 -122
- package/fesm2020/daffodil-design-button-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-callout-examples.mjs +54 -62
- package/fesm2020/daffodil-design-callout-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-card-examples.mjs +79 -95
- package/fesm2020/daffodil-design-card-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-checkbox-examples.mjs +21 -25
- package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-container-examples.mjs +14 -16
- package/fesm2020/daffodil-design-container-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-hero-examples.mjs +52 -60
- package/fesm2020/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-image-examples.mjs +23 -29
- package/fesm2020/daffodil-design-image-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-input-examples.mjs +35 -43
- package/fesm2020/daffodil-design-input-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-list-examples.mjs +50 -63
- package/fesm2020/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-loading-icon-examples.mjs +19 -23
- package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-media-gallery-examples.mjs +24 -30
- package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-menu-examples.mjs +12 -14
- package/fesm2020/daffodil-design-menu-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-modal-examples.mjs +11 -13
- package/fesm2020/daffodil-design-modal-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-navbar-examples.mjs +42 -50
- package/fesm2020/daffodil-design-navbar-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-notification-examples.mjs +51 -69
- package/fesm2020/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-notification.mjs +80 -82
- package/fesm2020/daffodil-design-notification.mjs.map +1 -1
- package/fesm2020/daffodil-design-paginator-examples.mjs +8 -13
- package/fesm2020/daffodil-design-paginator-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-quantity-field-examples.mjs +51 -59
- package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-radio-examples.mjs +11 -13
- package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-sidebar-examples.mjs +43 -53
- package/fesm2020/daffodil-design-sidebar-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-tree-examples.mjs +12 -14
- package/fesm2020/daffodil-design-tree-examples.mjs.map +1 -1
- package/fesm2020/daffodil-design-tree.mjs +158 -160
- package/fesm2020/daffodil-design-tree.mjs.map +1 -1
- package/fesm2020/daffodil-design.mjs +983 -1041
- package/fesm2020/daffodil-design.mjs.map +1 -1
- package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
- package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +3 -3
- package/hero/examples/hero-theming/hero-theming.component.d.ts +3 -3
- package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
- package/image/examples/basic-image/basic-image.component.d.ts +1 -1
- package/image/examples/load-image/load-image.component.d.ts +1 -1
- package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
- package/input/examples/basic-input/basic-input.component.d.ts +1 -1
- package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
- package/input/examples/input-error/input-error.component.d.ts +3 -3
- package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
- package/list/examples/basic-list/basic-list.component.d.ts +1 -1
- package/list/examples/icon-list/icon-list.component.d.ts +1 -1
- package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
- package/list/examples/nav-list/nav-list.component.d.ts +1 -1
- package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +3 -3
- package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
- package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
- package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
- package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
- package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
- package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
- package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
- package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
- package/molecules/accordion/accordion/accordion.component.d.ts +1 -1
- package/molecules/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/molecules/accordion/accordion-item-content/accordion-item-content.directive.d.ts +1 -1
- package/molecules/accordion/accordion-item-title/accordion-item-title.directive.d.ts +1 -1
- package/molecules/accordion/nav-accordion-item/nav-accordion-item.component.d.ts +4 -1
- package/molecules/article/article/article.component.d.ts +1 -1
- package/molecules/article/article-lead/article-lead.directive.d.ts +1 -1
- package/molecules/article/article-meta/article-meta.directive.d.ts +1 -1
- package/molecules/article/article-title/article-title.directive.d.ts +1 -1
- package/molecules/backdrop/backdrop/backdrop.component.d.ts +1 -1
- package/molecules/button-set/button-set.component.d.ts +1 -1
- package/molecules/callout/callout/callout.component.d.ts +1 -1
- package/molecules/callout/callout-body/callout-body.directive.d.ts +1 -1
- package/molecules/callout/callout-icon/callout-icon.directive.d.ts +1 -1
- package/molecules/callout/callout-subtitle/callout-subtitle.directive.d.ts +1 -1
- package/molecules/callout/callout-tagline/callout-tagline.directive.d.ts +1 -1
- package/molecules/callout/callout-title/callout-title.directive.d.ts +1 -1
- package/molecules/card/card/card.component.d.ts +1 -1
- package/molecules/card/card-actions/card-actions.directive.d.ts +1 -1
- package/molecules/card/card-content/card-content.directive.d.ts +1 -1
- package/molecules/card/card-icon/card-icon.directive.d.ts +1 -1
- package/molecules/card/card-image/card-image.directive.d.ts +1 -1
- package/molecules/card/card-tagline/card-tagline.directive.d.ts +1 -1
- package/molecules/card/card-title/card-title.directive.d.ts +1 -1
- package/molecules/feature/feature/feature.component.d.ts +1 -1
- package/molecules/feature/feature-icon/feature-icon.directive.d.ts +1 -1
- package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +1 -1
- package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +1 -1
- package/molecules/feature/feature-title/feature-title.directive.d.ts +1 -1
- package/molecules/hero/hero/hero.component.d.ts +1 -1
- package/molecules/hero/hero-body/hero-body.directive.d.ts +1 -1
- package/molecules/hero/hero-icon/hero-icon.directive.d.ts +1 -1
- package/molecules/hero/hero-subtitle/hero-subtitle.directive.d.ts +1 -1
- package/molecules/hero/hero-tagline/hero-tagline.directive.d.ts +1 -1
- package/molecules/hero/hero-title/hero-title.directive.d.ts +1 -1
- package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +1 -1
- package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +1 -1
- package/molecules/image-list/image-list.component.d.ts +1 -1
- package/molecules/link-set/link-set/link-set.component.d.ts +1 -1
- package/molecules/link-set/link-set-heading/link-set-heading.directive.d.ts +1 -1
- package/molecules/link-set/link-set-item/link-set-item.component.d.ts +1 -1
- package/molecules/link-set/link-set-subheading/link-set-subheading.directive.d.ts +1 -1
- package/molecules/list/list/list.component.d.ts +1 -1
- package/molecules/list/list-item/list-item.component.d.ts +1 -1
- package/molecules/list/list-subheader/list-subheader.directive.d.ts +1 -1
- package/molecules/media-gallery/media-gallery.component.d.ts +2 -2
- package/molecules/media-gallery/media-renderer/media-renderer.component.d.ts +1 -1
- package/molecules/media-gallery/thumbnail/thumbnail.directive.d.ts +2 -2
- package/molecules/menu/menu/menu.component.d.ts +1 -1
- package/molecules/menu/menu-activator/menu-activator.component.d.ts +1 -1
- package/molecules/menu/menu-item/menu-item.component.d.ts +1 -1
- package/molecules/modal/modal/modal.component.d.ts +1 -1
- package/molecules/modal/modal-actions/modal-actions.component.d.ts +1 -1
- package/molecules/modal/modal-content/modal-content.component.d.ts +1 -1
- package/molecules/modal/modal-header/modal-header.component.d.ts +1 -1
- package/molecules/modal/modal-title/modal-title.directive.d.ts +1 -1
- package/molecules/navbar/navbar.component.d.ts +1 -1
- package/molecules/paginator/paginator.component.d.ts +1 -1
- package/molecules/qty-dropdown/qty-dropdown.component.d.ts +1 -1
- package/molecules/sidebar/animation/sidebar-viewport-animation-state.d.ts +1 -1
- package/molecules/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +1 -1
- package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
- package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
- package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +3 -3
- package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
- package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
- package/notification/examples/dismissable-notification/dismissable-notification.component.d.ts +1 -1
- package/notification/examples/notification-orientations/notification-orientations.component.d.ts +3 -3
- package/notification/examples/notification-status/notification-status.component.d.ts +3 -3
- package/notification/notification/notification.component.d.ts +1 -1
- package/notification/notification-actions/notification-actions.directive.d.ts +1 -1
- package/notification/notification-message/notification-message.directive.d.ts +1 -1
- package/notification/notification-subtitle/notification-subtitle.directive.d.ts +1 -1
- package/notification/notification-title/notification-title.directive.d.ts +1 -1
- package/package.json +1 -1
- package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
- package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +3 -3
- package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +3 -3
- package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +3 -3
- package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +3 -3
- package/radio/examples/basic-radio/basic-radio.component.d.ts +3 -3
- package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
- package/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.d.ts +1 -1
- package/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.d.ts +1 -1
- package/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.d.ts +1 -1
- package/sidebar/examples/under-sidebar/under-sidebar.component.d.ts +1 -1
- package/src/molecules/article/article/article-theme.scss +2 -2
- package/src/molecules/card/card/card-theme-variants/linkable-card.scss +6 -13
- package/src/molecules/card/card/card-theme.scss +13 -29
- package/src/molecules/list/list/list-theme.scss +6 -3
- package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
- package/tree/tree/tree.component.d.ts +2 -2
- package/tree/tree-item/tree-item.directive.d.ts +1 -1
- package/accordion/examples/daffodil-design-accordion-examples.d.ts +0 -5
- package/accordion/examples/package.json +0 -1
- package/article/examples/daffodil-design-article-examples.d.ts +0 -5
- package/article/examples/package.json +0 -1
- package/button/examples/daffodil-design-button-examples.d.ts +0 -5
- package/button/examples/package.json +0 -1
- package/callout/examples/daffodil-design-callout-examples.d.ts +0 -5
- package/callout/examples/package.json +0 -1
- package/card/examples/daffodil-design-card-examples.d.ts +0 -5
- package/card/examples/package.json +0 -1
- package/checkbox/examples/daffodil-design-checkbox-examples.d.ts +0 -5
- package/checkbox/examples/package.json +0 -1
- package/container/examples/daffodil-design-container-examples.d.ts +0 -5
- package/container/examples/package.json +0 -1
- package/hero/examples/daffodil-design-hero-examples.d.ts +0 -5
- package/hero/examples/package.json +0 -1
- package/image/examples/daffodil-design-image-examples.d.ts +0 -5
- package/image/examples/package.json +0 -1
- package/input/examples/daffodil-design-input-examples.d.ts +0 -5
- package/input/examples/package.json +0 -1
- package/list/examples/daffodil-design-list-examples.d.ts +0 -5
- package/list/examples/package.json +0 -1
- package/loading-icon/examples/daffodil-design-loading-icon-examples.d.ts +0 -5
- package/loading-icon/examples/package.json +0 -1
- package/media-gallery/examples/daffodil-design-media-gallery-examples.d.ts +0 -5
- package/media-gallery/examples/package.json +0 -1
- package/menu/examples/daffodil-design-menu-examples.d.ts +0 -5
- package/menu/examples/package.json +0 -1
- package/modal/examples/daffodil-design-modal-examples.d.ts +0 -5
- package/modal/examples/package.json +0 -1
- package/navbar/examples/daffodil-design-navbar-examples.d.ts +0 -5
- package/navbar/examples/package.json +0 -1
- package/notification/examples/daffodil-design-notification-examples.d.ts +0 -5
- package/notification/examples/package.json +0 -1
- package/notification/package.json +0 -1
- package/paginator/examples/daffodil-design-paginator-examples.d.ts +0 -5
- package/paginator/examples/package.json +0 -1
- package/quantity-field/examples/daffodil-design-quantity-field-examples.d.ts +0 -5
- package/quantity-field/examples/package.json +0 -1
- package/radio/examples/daffodil-design-radio-examples.d.ts +0 -5
- package/radio/examples/package.json +0 -1
- package/scss/README.md +0 -7
- package/scss/theming/README.md +0 -104
- package/scss/typography/README.md +0 -85
- package/sidebar/examples/daffodil-design-sidebar-examples.d.ts +0 -5
- package/sidebar/examples/package.json +0 -1
- package/src/atoms/button/README.md +0 -58
- package/src/atoms/container/README.md +0 -18
- package/src/atoms/form/README.md +0 -0
- package/src/atoms/form/checkbox/README.md +0 -0
- package/src/atoms/form/checkbox-set/README.md +0 -0
- package/src/atoms/form/error-message/README.md +0 -11
- package/src/atoms/form/form-field/README.md +0 -36
- package/src/atoms/form/form-label/README.md +0 -0
- package/src/atoms/form/input/README.md +0 -24
- package/src/atoms/form/native-select/README.md +0 -13
- package/src/atoms/form/quantity-field/README.md +0 -24
- package/src/atoms/form/radio/README.md +0 -55
- package/src/atoms/form/radio-set/README.md +0 -0
- package/src/atoms/image/README.md +0 -31
- package/src/atoms/loading-icon/README.md +0 -7
- package/src/atoms/progress-indicator/README.md +0 -2
- package/src/molecules/accordion/README.md +0 -21
- package/src/molecules/article/README.md +0 -49
- package/src/molecules/backdrop/README.md +0 -13
- package/src/molecules/button-set/README.md +0 -15
- package/src/molecules/callout/README.md +0 -54
- package/src/molecules/card/README.md +0 -60
- package/src/molecules/feature/README.md +0 -48
- package/src/molecules/hero/README.md +0 -54
- package/src/molecules/image-gallery/README.md +0 -31
- package/src/molecules/image-list/README.md +0 -14
- package/src/molecules/link-set/README.md +0 -44
- package/src/molecules/list/README.md +0 -69
- package/src/molecules/media-gallery/README.md +0 -19
- package/src/molecules/menu/README.md +0 -7
- package/src/molecules/modal/README.md +0 -47
- package/src/molecules/navbar/README.md +0 -41
- package/src/molecules/paginator/README.md +0 -11
- package/src/molecules/qty-dropdown/README.md +0 -0
- package/src/molecules/sidebar/README.md +0 -20
- package/tree/daffodil-design-tree.d.ts +0 -5
- package/tree/examples/daffodil-design-tree-examples.d.ts +0 -5
- package/tree/examples/package.json +0 -1
- package/tree/package.json +0 -1
- /package/{daffodil-design.d.ts → index.d.ts} +0 -0
- /package/notification/{daffodil-design-notification.d.ts → index.d.ts} +0 -0
|
@@ -12,17 +12,11 @@ class BasicButtonComponent {
|
|
|
12
12
|
this.faChevronRight = faChevronRight;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
/** @nocollapse */ BasicButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16
|
-
/** @nocollapse */ BasicButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
+
/** @nocollapse */ BasicButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
/** @nocollapse */ BasicButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BasicButtonComponent, selector: "basic-button", ngImport: i0, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<button daff-button loading=\"true\">Default</button>\n<a href=\"#\" daff-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "directive", type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "directive", type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
|
-
args: [{ selector: 'basic-button', styles: [
|
|
20
|
-
:host {
|
|
21
|
-
display: flex;
|
|
22
|
-
flex-wrap: wrap;
|
|
23
|
-
gap: 8px;
|
|
24
|
-
}
|
|
25
|
-
`], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<button daff-button loading=\"true\">Default</button>\n<a href=\"#\" daff-button>Link</a>" }]
|
|
19
|
+
args: [{ selector: 'basic-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<button daff-button loading=\"true\">Default</button>\n<a href=\"#\" daff-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"] }]
|
|
26
20
|
}] });
|
|
27
21
|
|
|
28
22
|
class FlatButtonComponent {
|
|
@@ -31,17 +25,11 @@ class FlatButtonComponent {
|
|
|
31
25
|
this.faChevronRight = faChevronRight;
|
|
32
26
|
}
|
|
33
27
|
}
|
|
34
|
-
/** @nocollapse */ FlatButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
35
|
-
/** @nocollapse */ FlatButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
/** @nocollapse */ FlatButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlatButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
/** @nocollapse */ FlatButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: FlatButtonComponent, selector: "flat-button", ngImport: i0, template: "<button daff-flat-button>Default</button>\n<button daff-flat-button color=\"primary\">Primary</button>\n<button daff-flat-button color=\"secondary\">Secondary</button>\n<button daff-flat-button color=\"tertiary\">Tertiary</button>\n<button daff-flat-button color=\"black\">Black</button>\n<button daff-flat-button color=\"white\">White</button>\n<button daff-flat-button color=\"theme\">Theme</button>\n<button daff-flat-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-flat-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-flat-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-flat-button disabled>Disabled</button>\n<button daff-flat-button loading=\"true\">Default</button>\n<a href=\"#\" daff-flat-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "directive", type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "directive", type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlatButtonComponent, decorators: [{
|
|
37
31
|
type: Component,
|
|
38
|
-
args: [{ selector: 'flat-button', styles: [
|
|
39
|
-
:host {
|
|
40
|
-
display: flex;
|
|
41
|
-
flex-wrap: wrap;
|
|
42
|
-
gap: 8px;
|
|
43
|
-
}
|
|
44
|
-
`], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-flat-button>Default</button>\n<button daff-flat-button color=\"primary\">Primary</button>\n<button daff-flat-button color=\"secondary\">Secondary</button>\n<button daff-flat-button color=\"tertiary\">Tertiary</button>\n<button daff-flat-button color=\"black\">Black</button>\n<button daff-flat-button color=\"white\">White</button>\n<button daff-flat-button color=\"theme\">Theme</button>\n<button daff-flat-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-flat-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-flat-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-flat-button disabled>Disabled</button>\n<button daff-flat-button loading=\"true\">Default</button>\n<a href=\"#\" daff-flat-button>Link</a>" }]
|
|
32
|
+
args: [{ selector: 'flat-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-flat-button>Default</button>\n<button daff-flat-button color=\"primary\">Primary</button>\n<button daff-flat-button color=\"secondary\">Secondary</button>\n<button daff-flat-button color=\"tertiary\">Tertiary</button>\n<button daff-flat-button color=\"black\">Black</button>\n<button daff-flat-button color=\"white\">White</button>\n<button daff-flat-button color=\"theme\">Theme</button>\n<button daff-flat-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-flat-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-flat-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-flat-button disabled>Disabled</button>\n<button daff-flat-button loading=\"true\">Default</button>\n<a href=\"#\" daff-flat-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"] }]
|
|
45
33
|
}] });
|
|
46
34
|
|
|
47
35
|
class IconButtonComponent {
|
|
@@ -49,17 +37,11 @@ class IconButtonComponent {
|
|
|
49
37
|
this.faPlus = faPlus;
|
|
50
38
|
}
|
|
51
39
|
}
|
|
52
|
-
/** @nocollapse */ IconButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
53
|
-
/** @nocollapse */ IconButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
54
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
40
|
+
/** @nocollapse */ IconButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
/** @nocollapse */ IconButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: IconButtonComponent, selector: "icon-button", ngImport: i0, template: "<button daff-icon-button><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"primary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"secondary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"tertiary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"black\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"white\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme-contrast\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button disabled><fa-icon [icon]=\"faPlus\"></fa-icon></button>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconButtonComponent, decorators: [{
|
|
55
43
|
type: Component,
|
|
56
|
-
args: [{ selector: 'icon-button', styles: [
|
|
57
|
-
:host {
|
|
58
|
-
display: flex;
|
|
59
|
-
flex-wrap: wrap;
|
|
60
|
-
gap: 8px;
|
|
61
|
-
}
|
|
62
|
-
`], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-icon-button><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"primary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"secondary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"tertiary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"black\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"white\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme-contrast\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button disabled><fa-icon [icon]=\"faPlus\"></fa-icon></button>" }]
|
|
44
|
+
args: [{ selector: 'icon-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-icon-button><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"primary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"secondary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"tertiary\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"black\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"white\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button color=\"theme-contrast\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n<button daff-icon-button disabled><fa-icon [icon]=\"faPlus\"></fa-icon></button>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"] }]
|
|
63
45
|
}] });
|
|
64
46
|
|
|
65
47
|
class RaisedButtonComponent {
|
|
@@ -68,17 +50,11 @@ class RaisedButtonComponent {
|
|
|
68
50
|
this.faChevronRight = faChevronRight;
|
|
69
51
|
}
|
|
70
52
|
}
|
|
71
|
-
/** @nocollapse */ RaisedButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
72
|
-
/** @nocollapse */ RaisedButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
73
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
53
|
+
/** @nocollapse */ RaisedButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
/** @nocollapse */ RaisedButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: RaisedButtonComponent, selector: "raised-button", ngImport: i0, template: "<button daff-raised-button>Default</button>\n<button daff-raised-button color=\"primary\">Primary</button>\n<button daff-raised-button color=\"secondary\">Secondary</button>\n<button daff-raised-button color=\"tertiary\">Tertiary</button>\n<button daff-raised-button color=\"black\">Black</button>\n<button daff-raised-button color=\"white\">White</button>\n<button daff-raised-button color=\"theme\">Theme</button>\n<button daff-raised-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-raised-button disabled>Disabled</button>\n<button daff-raised-button loading=\"true\">Default</button>\n<a href=\"#\" daff-raised-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "directive", type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "directive", type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedButtonComponent, decorators: [{
|
|
74
56
|
type: Component,
|
|
75
|
-
args: [{ selector: 'raised-button', styles: [
|
|
76
|
-
:host {
|
|
77
|
-
display: flex;
|
|
78
|
-
flex-wrap: wrap;
|
|
79
|
-
gap: 8px;
|
|
80
|
-
}
|
|
81
|
-
`], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-raised-button>Default</button>\n<button daff-raised-button color=\"primary\">Primary</button>\n<button daff-raised-button color=\"secondary\">Secondary</button>\n<button daff-raised-button color=\"tertiary\">Tertiary</button>\n<button daff-raised-button color=\"black\">Black</button>\n<button daff-raised-button color=\"white\">White</button>\n<button daff-raised-button color=\"theme\">Theme</button>\n<button daff-raised-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-raised-button disabled>Disabled</button>\n<button daff-raised-button loading=\"true\">Default</button>\n<a href=\"#\" daff-raised-button>Link</a>" }]
|
|
57
|
+
args: [{ selector: 'raised-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-raised-button>Default</button>\n<button daff-raised-button color=\"primary\">Primary</button>\n<button daff-raised-button color=\"secondary\">Secondary</button>\n<button daff-raised-button color=\"tertiary\">Tertiary</button>\n<button daff-raised-button color=\"black\">Black</button>\n<button daff-raised-button color=\"white\">White</button>\n<button daff-raised-button color=\"theme\">Theme</button>\n<button daff-raised-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-raised-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-raised-button disabled>Disabled</button>\n<button daff-raised-button loading=\"true\">Default</button>\n<a href=\"#\" daff-raised-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"] }]
|
|
82
58
|
}] });
|
|
83
59
|
|
|
84
60
|
class SizeableButtonComponent {
|
|
@@ -86,9 +62,9 @@ class SizeableButtonComponent {
|
|
|
86
62
|
this.faPlus = faPlus;
|
|
87
63
|
}
|
|
88
64
|
}
|
|
89
|
-
/** @nocollapse */ SizeableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
90
|
-
/** @nocollapse */ SizeableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
91
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
65
|
+
/** @nocollapse */ SizeableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SizeableButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
66
|
+
/** @nocollapse */ SizeableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: SizeableButtonComponent, selector: "sizeable-button", ngImport: i0, template: "<h4>Small Buttons</h4>\n\n<div class=\"sizeable-button__group\">\n\t<button daff-button size=\"sm\">Small Button</button>\n\t<button daff-raised-button size=\"sm\">Small Raised Button</button>\n\t<button daff-stroked-button size=\"sm\">Small Stroked Button</button>\n\t<button daff-flat-button size=\"sm\">Small Flat Button</button>\n\t<button daff-underline-button size=\"sm\">Small Underline Button</button>\n<button daff-icon-button size=\"sm\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n</div>\n\n<h4>Medium Buttons (Default)</h4>\n\n<div class=\"sizeable-button__group\">\n\t<button daff-button size=\"md\">Medium Button</button>\n\t<button daff-raised-button size=\"md\">Medium Raised Button</button>\n\t<button daff-stroked-button size=\"md\">Medium Stroked Button</button>\n\t<button daff-flat-button size=\"md\">Medium Flat Button</button>\n\t<button daff-underline-button size=\"md\">Medium Underline Button</button>\n\t<button daff-icon-button size=\"md\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n</div>\n\n<h4>Large Buttons</h4>\n\n<div class=\"sizeable-button__group\">\n\t<button daff-button size=\"lg\">Large Button</button>\n\t<button daff-raised-button size=\"lg\">Large Raised Button</button>\n\t<button daff-stroked-button size=\"lg\">Large Stroked Button</button>\n\t<button daff-flat-button size=\"lg\">Large Flat Button</button>\n\t<button daff-underline-button size=\"lg\">Large Underline Button</button>\n\t<button daff-icon-button size=\"lg\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n</div>", styles: [".sizeable-button__group{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0 16px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SizeableButtonComponent, decorators: [{
|
|
92
68
|
type: Component,
|
|
93
69
|
args: [{ selector: 'sizeable-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<h4>Small Buttons</h4>\n\n<div class=\"sizeable-button__group\">\n\t<button daff-button size=\"sm\">Small Button</button>\n\t<button daff-raised-button size=\"sm\">Small Raised Button</button>\n\t<button daff-stroked-button size=\"sm\">Small Stroked Button</button>\n\t<button daff-flat-button size=\"sm\">Small Flat Button</button>\n\t<button daff-underline-button size=\"sm\">Small Underline Button</button>\n<button daff-icon-button size=\"sm\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n</div>\n\n<h4>Medium Buttons (Default)</h4>\n\n<div class=\"sizeable-button__group\">\n\t<button daff-button size=\"md\">Medium Button</button>\n\t<button daff-raised-button size=\"md\">Medium Raised Button</button>\n\t<button daff-stroked-button size=\"md\">Medium Stroked Button</button>\n\t<button daff-flat-button size=\"md\">Medium Flat Button</button>\n\t<button daff-underline-button size=\"md\">Medium Underline Button</button>\n\t<button daff-icon-button size=\"md\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n</div>\n\n<h4>Large Buttons</h4>\n\n<div class=\"sizeable-button__group\">\n\t<button daff-button size=\"lg\">Large Button</button>\n\t<button daff-raised-button size=\"lg\">Large Raised Button</button>\n\t<button daff-stroked-button size=\"lg\">Large Stroked Button</button>\n\t<button daff-flat-button size=\"lg\">Large Flat Button</button>\n\t<button daff-underline-button size=\"lg\">Large Underline Button</button>\n\t<button daff-icon-button size=\"lg\"><fa-icon [icon]=\"faPlus\"></fa-icon></button>\n</div>", styles: [".sizeable-button__group{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0 16px}\n"] }]
|
|
94
70
|
}] });
|
|
@@ -100,9 +76,9 @@ class StatusableButtonComponent {
|
|
|
100
76
|
this.faCheckCircle = faCheckCircle;
|
|
101
77
|
}
|
|
102
78
|
}
|
|
103
|
-
/** @nocollapse */ StatusableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
104
|
-
/** @nocollapse */ StatusableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
79
|
+
/** @nocollapse */ StatusableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StatusableButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
80
|
+
/** @nocollapse */ StatusableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: StatusableButtonComponent, selector: "statusable-button", ngImport: i0, template: "<h4>Basic Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-button status=\"warn\">Warn</button>\n\t<button daff-button status=\"danger\">Danger</button>\n\t<button daff-button status=\"success\">Success</button>\n</div>\n\n<h4>Stroked Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-stroked-button status=\"warn\">Warn</button>\n\t<button daff-stroked-button status=\"danger\">Danger</button>\n\t<button daff-stroked-button status=\"success\">Success</button>\n</div>\n\n<h4>Raised Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-raised-button status=\"warn\">Warn</button>\n\t<button daff-raised-button status=\"danger\">Danger</button>\n\t<button daff-raised-button status=\"success\">Success</button>\n</div>\n\n<h4>Underline Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-underline-button status=\"warn\">Warn</button>\n\t<button daff-underline-button status=\"danger\">Danger</button>\n\t<button daff-underline-button status=\"success\">Success</button>\n</div>\n\n<h4>Icon Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-icon-button status=\"warn\"><fa-icon [icon]=\"faExclamation\"></fa-icon></button>\n\t<button daff-icon-button status=\"danger\"><fa-icon [icon]=\"faExclamationTriangle\"></fa-icon></button>\n\t<button daff-icon-button status=\"success\"><fa-icon [icon]=\"faCheckCircle\"></fa-icon></button>\n</div>", styles: [".statusable-button__group{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StatusableButtonComponent, decorators: [{
|
|
106
82
|
type: Component,
|
|
107
83
|
args: [{ selector: 'statusable-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<h4>Basic Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-button status=\"warn\">Warn</button>\n\t<button daff-button status=\"danger\">Danger</button>\n\t<button daff-button status=\"success\">Success</button>\n</div>\n\n<h4>Stroked Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-stroked-button status=\"warn\">Warn</button>\n\t<button daff-stroked-button status=\"danger\">Danger</button>\n\t<button daff-stroked-button status=\"success\">Success</button>\n</div>\n\n<h4>Raised Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-raised-button status=\"warn\">Warn</button>\n\t<button daff-raised-button status=\"danger\">Danger</button>\n\t<button daff-raised-button status=\"success\">Success</button>\n</div>\n\n<h4>Underline Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-underline-button status=\"warn\">Warn</button>\n\t<button daff-underline-button status=\"danger\">Danger</button>\n\t<button daff-underline-button status=\"success\">Success</button>\n</div>\n\n<h4>Icon Status Buttons</h4>\n<div class=\"statusable-button__group\">\n\t<button daff-icon-button status=\"warn\"><fa-icon [icon]=\"faExclamation\"></fa-icon></button>\n\t<button daff-icon-button status=\"danger\"><fa-icon [icon]=\"faExclamationTriangle\"></fa-icon></button>\n\t<button daff-icon-button status=\"success\"><fa-icon [icon]=\"faCheckCircle\"></fa-icon></button>\n</div>", styles: [".statusable-button__group{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}\n"] }]
|
|
108
84
|
}] });
|
|
@@ -113,17 +89,11 @@ class StrokedButtonComponent {
|
|
|
113
89
|
this.faChevronRight = faChevronRight;
|
|
114
90
|
}
|
|
115
91
|
}
|
|
116
|
-
/** @nocollapse */ StrokedButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
117
|
-
/** @nocollapse */ StrokedButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
92
|
+
/** @nocollapse */ StrokedButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StrokedButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
93
|
+
/** @nocollapse */ StrokedButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: StrokedButtonComponent, selector: "stroked-button", ngImport: i0, template: "<button daff-stroked-button>Default</button>\n<button daff-stroked-button color=\"primary\">Primary</button>\n<button daff-stroked-button color=\"secondary\">Secondary</button>\n<button daff-stroked-button color=\"tertiary\">Tertiary</button>\n<button daff-stroked-button color=\"black\">Black</button>\n<button daff-stroked-button color=\"white\">White</button>\n<button daff-stroked-button color=\"theme\">Theme</button>\n<button daff-stroked-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-stroked-button disabled>Disabled</button>\n<button daff-stroked-button loading=\"true\">Default</button>\n<a href=\"#\" daff-stroked-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "directive", type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "directive", type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
94
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StrokedButtonComponent, decorators: [{
|
|
119
95
|
type: Component,
|
|
120
|
-
args: [{ selector: 'stroked-button', styles: [
|
|
121
|
-
:host {
|
|
122
|
-
display: flex;
|
|
123
|
-
flex-wrap: wrap;
|
|
124
|
-
gap: 8px;
|
|
125
|
-
}
|
|
126
|
-
`], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-stroked-button>Default</button>\n<button daff-stroked-button color=\"primary\">Primary</button>\n<button daff-stroked-button color=\"secondary\">Secondary</button>\n<button daff-stroked-button color=\"tertiary\">Tertiary</button>\n<button daff-stroked-button color=\"black\">Black</button>\n<button daff-stroked-button color=\"white\">White</button>\n<button daff-stroked-button color=\"theme\">Theme</button>\n<button daff-stroked-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-stroked-button disabled>Disabled</button>\n<button daff-stroked-button loading=\"true\">Default</button>\n<a href=\"#\" daff-stroked-button>Link</a>" }]
|
|
96
|
+
args: [{ selector: 'stroked-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-stroked-button>Default</button>\n<button daff-stroked-button color=\"primary\">Primary</button>\n<button daff-stroked-button color=\"secondary\">Secondary</button>\n<button daff-stroked-button color=\"tertiary\">Tertiary</button>\n<button daff-stroked-button color=\"black\">Black</button>\n<button daff-stroked-button color=\"white\">White</button>\n<button daff-stroked-button color=\"theme\">Theme</button>\n<button daff-stroked-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-stroked-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-stroked-button disabled>Disabled</button>\n<button daff-stroked-button loading=\"true\">Default</button>\n<a href=\"#\" daff-stroked-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"] }]
|
|
127
97
|
}] });
|
|
128
98
|
|
|
129
99
|
class UnderlineButtonComponent {
|
|
@@ -132,17 +102,11 @@ class UnderlineButtonComponent {
|
|
|
132
102
|
this.faChevronRight = faChevronRight;
|
|
133
103
|
}
|
|
134
104
|
}
|
|
135
|
-
/** @nocollapse */ UnderlineButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
136
|
-
/** @nocollapse */ UnderlineButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
105
|
+
/** @nocollapse */ UnderlineButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UnderlineButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
106
|
+
/** @nocollapse */ UnderlineButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: UnderlineButtonComponent, selector: "underline-button", ngImport: i0, template: "<button daff-underline-button>Default</button>\n<button daff-underline-button color=\"primary\">Primary</button>\n<button daff-underline-button color=\"secondary\">Secondary</button>\n<button daff-underline-button color=\"tertiary\">Tertiary</button>\n<button daff-underline-button color=\"black\">Black</button>\n<button daff-underline-button color=\"white\">White</button>\n<button daff-underline-button color=\"theme\">Theme</button>\n<button daff-underline-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-underline-button disabled>Disabled</button>\n<button daff-underline-button loading=\"true\">Default</button>\n<a href=\"#\" daff-underline-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "directive", type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "directive", type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UnderlineButtonComponent, decorators: [{
|
|
138
108
|
type: Component,
|
|
139
|
-
args: [{ selector: 'underline-button', styles: [
|
|
140
|
-
:host {
|
|
141
|
-
display: flex;
|
|
142
|
-
flex-wrap: wrap;
|
|
143
|
-
gap: 8px;
|
|
144
|
-
}
|
|
145
|
-
`], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-underline-button>Default</button>\n<button daff-underline-button color=\"primary\">Primary</button>\n<button daff-underline-button color=\"secondary\">Secondary</button>\n<button daff-underline-button color=\"tertiary\">Tertiary</button>\n<button daff-underline-button color=\"black\">Black</button>\n<button daff-underline-button color=\"white\">White</button>\n<button daff-underline-button color=\"theme\">Theme</button>\n<button daff-underline-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-underline-button disabled>Disabled</button>\n<button daff-underline-button loading=\"true\">Default</button>\n<a href=\"#\" daff-underline-button>Link</a>" }]
|
|
109
|
+
args: [{ selector: 'underline-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-underline-button>Default</button>\n<button daff-underline-button color=\"primary\">Primary</button>\n<button daff-underline-button color=\"secondary\">Secondary</button>\n<button daff-underline-button color=\"tertiary\">Tertiary</button>\n<button daff-underline-button color=\"black\">Black</button>\n<button daff-underline-button color=\"white\">White</button>\n<button daff-underline-button color=\"theme\">Theme</button>\n<button daff-underline-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-underline-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-underline-button disabled>Disabled</button>\n<button daff-underline-button loading=\"true\">Default</button>\n<a href=\"#\" daff-underline-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"] }]
|
|
146
110
|
}] });
|
|
147
111
|
|
|
148
112
|
const BUTTON_EXAMPLES = [
|
|
@@ -158,14 +122,12 @@ const BUTTON_EXAMPLES = [
|
|
|
158
122
|
|
|
159
123
|
class BasicButtonModule {
|
|
160
124
|
}
|
|
161
|
-
/** @nocollapse */ BasicButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
162
|
-
/** @nocollapse */ BasicButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
125
|
+
/** @nocollapse */ BasicButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
126
|
+
/** @nocollapse */ BasicButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonModule, declarations: [BasicButtonComponent], imports: [DaffButtonModule,
|
|
163
127
|
FontAwesomeModule], exports: [BasicButtonComponent] });
|
|
164
|
-
/** @nocollapse */ BasicButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
]] });
|
|
168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, decorators: [{
|
|
128
|
+
/** @nocollapse */ BasicButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonModule, imports: [DaffButtonModule,
|
|
129
|
+
FontAwesomeModule] });
|
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonModule, decorators: [{
|
|
169
131
|
type: NgModule,
|
|
170
132
|
args: [{
|
|
171
133
|
declarations: [
|
|
@@ -183,14 +145,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
183
145
|
|
|
184
146
|
class FlatButtonModule {
|
|
185
147
|
}
|
|
186
|
-
/** @nocollapse */ FlatButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
187
|
-
/** @nocollapse */ FlatButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
148
|
+
/** @nocollapse */ FlatButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlatButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
149
|
+
/** @nocollapse */ FlatButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: FlatButtonModule, declarations: [FlatButtonComponent], imports: [DaffButtonModule,
|
|
188
150
|
FontAwesomeModule], exports: [FlatButtonComponent] });
|
|
189
|
-
/** @nocollapse */ FlatButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
]] });
|
|
193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FlatButtonModule, decorators: [{
|
|
151
|
+
/** @nocollapse */ FlatButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlatButtonModule, imports: [DaffButtonModule,
|
|
152
|
+
FontAwesomeModule] });
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlatButtonModule, decorators: [{
|
|
194
154
|
type: NgModule,
|
|
195
155
|
args: [{
|
|
196
156
|
declarations: [
|
|
@@ -208,14 +168,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
208
168
|
|
|
209
169
|
class IconButtonModule {
|
|
210
170
|
}
|
|
211
|
-
/** @nocollapse */ IconButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
212
|
-
/** @nocollapse */ IconButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
171
|
+
/** @nocollapse */ IconButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
172
|
+
/** @nocollapse */ IconButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: IconButtonModule, declarations: [IconButtonComponent], imports: [DaffButtonModule,
|
|
213
173
|
FontAwesomeModule], exports: [IconButtonComponent] });
|
|
214
|
-
/** @nocollapse */ IconButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
]] });
|
|
218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: IconButtonModule, decorators: [{
|
|
174
|
+
/** @nocollapse */ IconButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconButtonModule, imports: [DaffButtonModule,
|
|
175
|
+
FontAwesomeModule] });
|
|
176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconButtonModule, decorators: [{
|
|
219
177
|
type: NgModule,
|
|
220
178
|
args: [{
|
|
221
179
|
declarations: [
|
|
@@ -233,14 +191,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
233
191
|
|
|
234
192
|
class RaisedButtonModule {
|
|
235
193
|
}
|
|
236
|
-
/** @nocollapse */ RaisedButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
237
|
-
/** @nocollapse */ RaisedButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
194
|
+
/** @nocollapse */ RaisedButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
195
|
+
/** @nocollapse */ RaisedButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RaisedButtonModule, declarations: [RaisedButtonComponent], imports: [DaffButtonModule,
|
|
238
196
|
FontAwesomeModule], exports: [RaisedButtonComponent] });
|
|
239
|
-
/** @nocollapse */ RaisedButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
]] });
|
|
243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedButtonModule, decorators: [{
|
|
197
|
+
/** @nocollapse */ RaisedButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedButtonModule, imports: [DaffButtonModule,
|
|
198
|
+
FontAwesomeModule] });
|
|
199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedButtonModule, decorators: [{
|
|
244
200
|
type: NgModule,
|
|
245
201
|
args: [{
|
|
246
202
|
declarations: [
|
|
@@ -258,14 +214,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
258
214
|
|
|
259
215
|
class SizeableButtonModule {
|
|
260
216
|
}
|
|
261
|
-
/** @nocollapse */ SizeableButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
262
|
-
/** @nocollapse */ SizeableButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
217
|
+
/** @nocollapse */ SizeableButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SizeableButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
218
|
+
/** @nocollapse */ SizeableButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SizeableButtonModule, declarations: [SizeableButtonComponent], imports: [DaffButtonModule,
|
|
263
219
|
FontAwesomeModule], exports: [SizeableButtonComponent] });
|
|
264
|
-
/** @nocollapse */ SizeableButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
]] });
|
|
268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: SizeableButtonModule, decorators: [{
|
|
220
|
+
/** @nocollapse */ SizeableButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SizeableButtonModule, imports: [DaffButtonModule,
|
|
221
|
+
FontAwesomeModule] });
|
|
222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SizeableButtonModule, decorators: [{
|
|
269
223
|
type: NgModule,
|
|
270
224
|
args: [{
|
|
271
225
|
declarations: [
|
|
@@ -283,14 +237,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
283
237
|
|
|
284
238
|
class StatusableButtonModule {
|
|
285
239
|
}
|
|
286
|
-
/** @nocollapse */ StatusableButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
287
|
-
/** @nocollapse */ StatusableButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
240
|
+
/** @nocollapse */ StatusableButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StatusableButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
241
|
+
/** @nocollapse */ StatusableButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: StatusableButtonModule, declarations: [StatusableButtonComponent], imports: [DaffButtonModule,
|
|
288
242
|
FontAwesomeModule], exports: [StatusableButtonComponent] });
|
|
289
|
-
/** @nocollapse */ StatusableButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
]] });
|
|
293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StatusableButtonModule, decorators: [{
|
|
243
|
+
/** @nocollapse */ StatusableButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StatusableButtonModule, imports: [DaffButtonModule,
|
|
244
|
+
FontAwesomeModule] });
|
|
245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StatusableButtonModule, decorators: [{
|
|
294
246
|
type: NgModule,
|
|
295
247
|
args: [{
|
|
296
248
|
declarations: [
|
|
@@ -308,14 +260,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
308
260
|
|
|
309
261
|
class StrokedButtonModule {
|
|
310
262
|
}
|
|
311
|
-
/** @nocollapse */ StrokedButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
312
|
-
/** @nocollapse */ StrokedButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
263
|
+
/** @nocollapse */ StrokedButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StrokedButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
264
|
+
/** @nocollapse */ StrokedButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: StrokedButtonModule, declarations: [StrokedButtonComponent], imports: [DaffButtonModule,
|
|
313
265
|
FontAwesomeModule], exports: [StrokedButtonComponent] });
|
|
314
|
-
/** @nocollapse */ StrokedButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
]] });
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: StrokedButtonModule, decorators: [{
|
|
266
|
+
/** @nocollapse */ StrokedButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StrokedButtonModule, imports: [DaffButtonModule,
|
|
267
|
+
FontAwesomeModule] });
|
|
268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: StrokedButtonModule, decorators: [{
|
|
319
269
|
type: NgModule,
|
|
320
270
|
args: [{
|
|
321
271
|
declarations: [
|
|
@@ -333,14 +283,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
|
|
|
333
283
|
|
|
334
284
|
class UnderlineButtonModule {
|
|
335
285
|
}
|
|
336
|
-
/** @nocollapse */ UnderlineButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
337
|
-
/** @nocollapse */ UnderlineButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
286
|
+
/** @nocollapse */ UnderlineButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UnderlineButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
287
|
+
/** @nocollapse */ UnderlineButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: UnderlineButtonModule, declarations: [UnderlineButtonComponent], imports: [DaffButtonModule,
|
|
338
288
|
FontAwesomeModule], exports: [UnderlineButtonComponent] });
|
|
339
|
-
/** @nocollapse */ UnderlineButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
]] });
|
|
343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UnderlineButtonModule, decorators: [{
|
|
289
|
+
/** @nocollapse */ UnderlineButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UnderlineButtonModule, imports: [DaffButtonModule,
|
|
290
|
+
FontAwesomeModule] });
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UnderlineButtonModule, decorators: [{
|
|
344
292
|
type: NgModule,
|
|
345
293
|
args: [{
|
|
346
294
|
declarations: [
|