@selfdecode/sd-component-library 3.0.16 → 3.0.19
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/lib/components/accordions/base-accordion/accordion.d.ts +6 -6
- package/lib/components/accordions/base-accordion/assets/index.d.ts +1 -1
- package/lib/components/accordions/base-accordion/index.d.ts +2 -2
- package/lib/components/accordions/base-accordion/interfaces.d.ts +100 -100
- package/lib/components/accordions/index.d.ts +3 -3
- package/lib/components/accordions/risk-assessment-accordion/index.d.ts +1 -1
- package/lib/components/accordions/risk-assessment-accordion/interfaces.d.ts +12 -12
- package/lib/components/accordions/risk-assessment-accordion/risk-assessment-accordion.d.ts +7 -7
- package/lib/components/accordions/sublist-accordion/index.d.ts +2 -2
- package/lib/components/accordions/sublist-accordion/interfaces.d.ts +40 -40
- package/lib/components/accordions/sublist-accordion/sublist-accordion.d.ts +3 -3
- package/lib/components/animations/loading-spinner/index.d.ts +1 -1
- package/lib/components/animations/loading-spinner/interfaces.d.ts +4 -4
- package/lib/components/animations/loading-spinner/loading-spinner.d.ts +3 -3
- package/lib/components/animations/up-down-arrow/index.d.ts +1 -1
- package/lib/components/animations/up-down-arrow/interfaces.d.ts +10 -10
- package/lib/components/animations/up-down-arrow/up-down-arrow.d.ts +3 -3
- package/lib/components/badges/badge/badge.d.ts +6 -6
- package/lib/components/badges/badge/index.d.ts +2 -2
- package/lib/components/badges/badge/interfaces.d.ts +12 -12
- package/lib/components/badges/index.d.ts +4 -4
- package/lib/components/badges/primary-badge/index.d.ts +3 -3
- package/lib/components/badges/primary-badge/interfaces.d.ts +2 -2
- package/lib/components/badges/primary-badge/primary-badge.d.ts +6 -6
- package/lib/components/badges/secondary-badge/index.d.ts +3 -3
- package/lib/components/badges/secondary-badge/interfaces.d.ts +2 -2
- package/lib/components/badges/secondary-badge/secondary-badge.d.ts +6 -6
- package/lib/components/badges/tertiary-badge/index.d.ts +3 -3
- package/lib/components/badges/tertiary-badge/interfaces.d.ts +2 -2
- package/lib/components/badges/tertiary-badge/tertiary-badge.d.ts +6 -6
- package/lib/components/bicolor-badge/bicolor-badge.d.ts +3 -3
- package/lib/components/bicolor-badge/index.d.ts +2 -2
- package/lib/components/bicolor-badge/interfaces.d.ts +27 -27
- package/lib/components/boolean-feedback/base-boolean-feedback/base-boolean-feedback.d.ts +6 -6
- package/lib/components/boolean-feedback/base-boolean-feedback/index.d.ts +3 -3
- package/lib/components/boolean-feedback/base-boolean-feedback/interfaces.d.ts +28 -28
- package/lib/components/boolean-feedback/index.d.ts +2 -2
- package/lib/components/boolean-feedback/thumbs-feedback/assets/index.d.ts +2 -2
- package/lib/components/boolean-feedback/thumbs-feedback/index.d.ts +1 -1
- package/lib/components/boolean-feedback/thumbs-feedback/interfaces.d.ts +2 -2
- package/lib/components/boolean-feedback/thumbs-feedback/thumbs-feedback.d.ts +6 -6
- package/lib/components/boolean-feedback/yes-no-feedback/index.d.ts +1 -1
- package/lib/components/boolean-feedback/yes-no-feedback/interfaces.d.ts +2 -2
- package/lib/components/boolean-feedback/yes-no-feedback/yes-no-feedback.d.ts +6 -6
- package/lib/components/boxes/desktop-hidden-box/desktop-hidden-box.d.ts +7 -7
- package/lib/components/boxes/desktop-hidden-box/index.d.ts +1 -1
- package/lib/components/boxes/desktop-hidden-box/interfaces.d.ts +11 -11
- package/lib/components/boxes/index.d.ts +5 -5
- package/lib/components/boxes/mobile-hidden-box/index.d.ts +1 -1
- package/lib/components/boxes/mobile-hidden-box/interfaces.d.ts +11 -11
- package/lib/components/boxes/mobile-hidden-box/mobile-hidden-box.d.ts +7 -7
- package/lib/components/boxes/no-translate-box/index.d.ts +1 -1
- package/lib/components/boxes/no-translate-box/interfaces.d.ts +5 -5
- package/lib/components/boxes/no-translate-box/no-translate-box.d.ts +3 -3
- package/lib/components/boxes/outside-click-box/index.d.ts +1 -1
- package/lib/components/boxes/outside-click-box/interfaces.d.ts +12 -12
- package/lib/components/boxes/outside-click-box/outside-click-box.d.ts +3 -3
- package/lib/components/boxes/scroll-on-hover-box/index.d.ts +1 -1
- package/lib/components/boxes/scroll-on-hover-box/interfaces.d.ts +16 -16
- package/lib/components/boxes/scroll-on-hover-box/scroll-on-hover-box.d.ts +3 -3
- package/lib/components/breadcrumbs/breadcrumb/breadcrumb.d.ts +3 -3
- package/lib/components/breadcrumbs/breadcrumb/crumb/crumb.d.ts +3 -3
- package/lib/components/breadcrumbs/breadcrumb/crumb/index.d.ts +2 -2
- package/lib/components/breadcrumbs/breadcrumb/crumb/interfaces.d.ts +31 -31
- package/lib/components/breadcrumbs/breadcrumb/functions.d.ts +4 -4
- package/lib/components/breadcrumbs/breadcrumb/index.d.ts +3 -3
- package/lib/components/breadcrumbs/breadcrumb/interfaces.d.ts +16 -16
- package/lib/components/breadcrumbs/index.d.ts +3 -3
- package/lib/components/breadcrumbs/primary-breadcrumb/index.d.ts +3 -3
- package/lib/components/breadcrumbs/primary-breadcrumb/interfaces.d.ts +2 -2
- package/lib/components/breadcrumbs/primary-breadcrumb/primary-breadcrumb.d.ts +3 -3
- package/lib/components/breadcrumbs/secondary-breadcrumb/index.d.ts +1 -1
- package/lib/components/breadcrumbs/secondary-breadcrumb/interfaces.d.ts +2 -2
- package/lib/components/breadcrumbs/secondary-breadcrumb/secondary-breadcrumb.d.ts +3 -3
- package/lib/components/buttons/button/button.d.ts +6 -6
- package/lib/components/buttons/button/index.d.ts +2 -2
- package/lib/components/buttons/button/interfaces.d.ts +186 -186
- package/lib/components/buttons/cta/cta-button/cta-button.d.ts +6 -6
- package/lib/components/buttons/cta/cta-button/index.d.ts +2 -2
- package/lib/components/buttons/cta/cta-button/interfaces.d.ts +5 -5
- package/lib/components/buttons/cta/next-button/assets/index.d.ts +1 -1
- package/lib/components/buttons/cta/next-button/index.d.ts +3 -3
- package/lib/components/buttons/cta/next-button/interfaces.d.ts +11 -11
- package/lib/components/buttons/cta/next-button/next-button.d.ts +6 -6
- package/lib/components/buttons/cta/primary-blue-button/index.d.ts +3 -3
- package/lib/components/buttons/cta/primary-blue-button/interfaces.d.ts +2 -2
- package/lib/components/buttons/cta/primary-blue-button/primary-blue-button.d.ts +6 -6
- package/lib/components/buttons/cta/primary-orange-button/index.d.ts +3 -3
- package/lib/components/buttons/cta/primary-orange-button/interfaces.d.ts +2 -2
- package/lib/components/buttons/cta/primary-orange-button/primary-orange-button.d.ts +6 -6
- package/lib/components/buttons/cta/primary-text-button/index.d.ts +3 -3
- package/lib/components/buttons/cta/primary-text-button/interfaces.d.ts +2 -2
- package/lib/components/buttons/cta/primary-text-button/primary-text-button.d.ts +6 -6
- package/lib/components/buttons/cta/secondary-blue-button/index.d.ts +3 -3
- package/lib/components/buttons/cta/secondary-blue-button/interfaces.d.ts +2 -2
- package/lib/components/buttons/cta/secondary-blue-button/secondary-blue-button.d.ts +6 -6
- package/lib/components/buttons/cta/secondary-orange-button/index.d.ts +3 -3
- package/lib/components/buttons/cta/secondary-orange-button/interfaces.d.ts +2 -2
- package/lib/components/buttons/cta/secondary-orange-button/secondary-orange-button.d.ts +6 -6
- package/lib/components/buttons/cta/share-button/assets/index.d.ts +1 -1
- package/lib/components/buttons/cta/share-button/index.d.ts +3 -3
- package/lib/components/buttons/cta/share-button/interfaces.d.ts +23 -23
- package/lib/components/buttons/cta/share-button/share-button.d.ts +6 -6
- package/lib/components/buttons/cta/text-cta-button/index.d.ts +2 -2
- package/lib/components/buttons/cta/text-cta-button/interfaces.d.ts +2 -2
- package/lib/components/buttons/cta/text-cta-button/text-cta-button.d.ts +6 -6
- package/lib/components/buttons/index.d.ts +19 -19
- package/lib/components/buttons/logos/logo/index.d.ts +2 -2
- package/lib/components/buttons/logos/logo/interfaces.d.ts +5 -5
- package/lib/components/buttons/logos/logo/logo.d.ts +6 -6
- package/lib/components/buttons/logos/navbar-logo/assets/index.d.ts +1 -1
- package/lib/components/buttons/logos/navbar-logo/index.d.ts +1 -1
- package/lib/components/buttons/logos/navbar-logo/interfaces.d.ts +2 -2
- package/lib/components/buttons/logos/navbar-logo/navbar-logo.d.ts +6 -6
- package/lib/components/buttons/logos/powered-by-grey-logo/assets/index.d.ts +1 -1
- package/lib/components/buttons/logos/powered-by-grey-logo/index.d.ts +3 -3
- package/lib/components/buttons/logos/powered-by-grey-logo/interfaces.d.ts +2 -2
- package/lib/components/buttons/logos/powered-by-grey-logo/powered-by-grey-logo.d.ts +6 -6
- package/lib/components/buttons/logos/powered-by-white-logo/assets/index.d.ts +1 -1
- package/lib/components/buttons/logos/powered-by-white-logo/index.d.ts +3 -3
- package/lib/components/buttons/logos/powered-by-white-logo/interfaces.d.ts +2 -2
- package/lib/components/buttons/logos/powered-by-white-logo/powered-by-white-logo.d.ts +6 -6
- package/lib/components/buttons/logos/sd-white-logo/index.d.ts +1 -1
- package/lib/components/buttons/logos/sd-white-logo/sd-white-logo.d.ts +6 -6
- package/lib/components/buttons/partials/circle-button/circle-button.d.ts +6 -6
- package/lib/components/buttons/partials/circle-button/index.d.ts +3 -3
- package/lib/components/buttons/partials/circle-button/interfaces.d.ts +15 -15
- package/lib/components/buttons/partials/cross-button/assets/index.d.ts +1 -1
- package/lib/components/buttons/partials/cross-button/cross-button.d.ts +6 -6
- package/lib/components/buttons/partials/cross-button/index.d.ts +1 -1
- package/lib/components/buttons/partials/cross-button/interfaces.d.ts +5 -5
- package/lib/components/buttons/partials/goto-button/assets/index.d.ts +1 -1
- package/lib/components/buttons/partials/goto-button/goto-button.d.ts +6 -6
- package/lib/components/buttons/partials/goto-button/index.d.ts +1 -1
- package/lib/components/buttons/partials/goto-button/interfaces.d.ts +5 -5
- package/lib/components/buttons/partials/icon-button/assets/index.d.ts +1 -1
- package/lib/components/buttons/partials/icon-button/icon-button.d.ts +6 -6
- package/lib/components/buttons/partials/icon-button/index.d.ts +1 -1
- package/lib/components/buttons/partials/icon-button/interfaces.d.ts +28 -28
- package/lib/components/buttons/partials/multi-choice/assets/index.d.ts +2 -2
- package/lib/components/buttons/partials/multi-choice/index.d.ts +3 -3
- package/lib/components/buttons/partials/multi-choice/interfaces.d.ts +11 -11
- package/lib/components/buttons/partials/multi-choice/multi-choice-button.d.ts +6 -6
- package/lib/components/buttons/partials/square-button/index.d.ts +3 -3
- package/lib/components/buttons/partials/square-button/interfaces.d.ts +2 -2
- package/lib/components/buttons/partials/square-button/square-button.d.ts +6 -6
- package/lib/components/buttons/partials/tick-button/assets/index.d.ts +1 -1
- package/lib/components/buttons/partials/tick-button/index.d.ts +1 -1
- package/lib/components/buttons/partials/tick-button/interfaces.d.ts +5 -5
- package/lib/components/buttons/partials/tick-button/tick-button.d.ts +6 -6
- package/lib/components/buttons/radio-info-button/index.d.ts +1 -1
- package/lib/components/buttons/radio-info-button/interfaces.d.ts +31 -31
- package/lib/components/buttons/radio-info-button/radio-info-button.d.ts +3 -3
- package/lib/components/buttons/round-icon-button/index.d.ts +1 -1
- package/lib/components/buttons/round-icon-button/interfaces.d.ts +67 -67
- package/lib/components/buttons/round-icon-button/round-icon-button.d.ts +3 -3
- package/lib/components/cards/index.d.ts +1 -1
- package/lib/components/cards/round-card/index.d.ts +1 -1
- package/lib/components/cards/round-card/interfaces.d.ts +37 -37
- package/lib/components/cards/round-card/round-card.d.ts +6 -6
- package/lib/components/carousels/carousel-section-container/carousel-section-container.d.ts +9 -9
- package/lib/components/carousels/carousel-section-container/index.d.ts +1 -1
- package/lib/components/carousels/carousel-section-container/interfaces.d.ts +23 -23
- package/lib/components/carousels/index.d.ts +1 -1
- package/lib/components/checkboxes/checkbox/checkbox.d.ts +6 -6
- package/lib/components/checkboxes/checkbox/index.d.ts +1 -1
- package/lib/components/checkboxes/checkbox/interfaces.d.ts +40 -40
- package/lib/components/checkboxes/index.d.ts +2 -2
- package/lib/components/checkboxes/partial-checkbox/index.d.ts +2 -2
- package/lib/components/checkboxes/partial-checkbox/interfaces.d.ts +12 -12
- package/lib/components/checkboxes/partial-checkbox/partial-checkbox.d.ts +6 -6
- package/lib/components/complex/footer/index.d.ts +1 -1
- package/lib/components/complex/footer/partials/footer-link/footer-link.d.ts +3 -3
- package/lib/components/complex/footer/partials/footer-link/index.d.ts +3 -3
- package/lib/components/complex/footer/partials/footer-link/interfaces.d.ts +10 -10
- package/lib/components/complex/footer/partials/footer-section/footer-section.d.ts +3 -3
- package/lib/components/complex/footer/partials/footer-section/index.d.ts +1 -1
- package/lib/components/complex/footer/partials/footer-section/interfaces.d.ts +11 -11
- package/lib/components/complex/footer/partials/footer-social/assets/index.d.ts +3 -3
- package/lib/components/complex/footer/partials/footer-social/footer-social.d.ts +2 -2
- package/lib/components/complex/footer/partials/footer-social/index.d.ts +1 -1
- package/lib/components/complex/footer/presentational/footer-presentational.d.ts +3 -3
- package/lib/components/complex/footer/presentational/index.d.ts +1 -1
- package/lib/components/complex/footer/presentational/interfaces.d.ts +8 -8
- package/lib/components/complex/footer/utils.d.ts +7 -7
- package/lib/components/complex/index.d.ts +2 -2
- package/lib/components/complex/navbar/index.d.ts +2 -2
- package/lib/components/complex/navbar/partials/index.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/constants.d.ts +5 -5
- package/lib/components/complex/navbar/partials/navbar-v1/index.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/interfaces.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/labs-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/labs-item/labs-item.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/interfaces.d.ts +7 -7
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-box/menu-box.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/interfaces.d.ts +23 -23
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/menu-row.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/my-genetics-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/my-genetics-item/my-genetics-item.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/navbar-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/navbar-item/navbar-item.d.ts +5 -5
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/interfaces.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/new-apps.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/assets/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/interfaces.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/personal-area-item/personal-area-item.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/interfaces.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/presentational/navbar-desktop-v1-presentational.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/index.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/colored-background-list.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/colored-background-list.utils.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/index.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/colored-background-list/interfaces.d.ts +12 -12
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/drop-up-navbar-item.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/drop-up-navbar-item/interfaces.d.ts +18 -18
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/icon-buttons.d.ts +9 -9
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/interfaces.d.ts +43 -43
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/interfaces.d.ts +13 -13
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-folded/navbar-mobile-folded.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/interfaces.d.ts +19 -19
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-box/navbar-mobile-unfolded-box.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/constants.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/interfaces.d.ts +20 -20
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-navigation/navbar-mobile-unfolded-navigation.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/interfaces.d.ts +19 -19
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navbar-mobile-unfolded-search/navbar-mobile-unfolded-search.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navigation-item-text/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/navigation-item-text/navigation-item-text.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/interfaces.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/presentational/navbar-mobile-v1-presentational.d.ts +6 -6
- package/lib/components/complex/navbar/partials/navbar-v1/presentational/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/presentational/interfaces.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v1/presentational/navbar-v1-presentational.d.ts +8 -8
- package/lib/components/complex/navbar/partials/navbar-v2/index.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v2/partials/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/interfaces.d.ts +102 -102
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/cart-item.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/cart-item/interfaces.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/interfaces.d.ts +7 -7
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/menu-box.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/interfaces.d.ts +7 -7
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item/navbar-item.d.ts +6 -6
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/intefaces.d.ts +7 -7
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-with-menu/navbar-item-with-menu.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-without-menu/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-without-menu/intefaces.d.ts +7 -7
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/navbar-item-without-menu/navbar-item-without-menu.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/interfaces.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/personal-area-item/personal-area-item.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/interfaces.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/what-is-this/what-is-this.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/interfaces.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/presentational/navbar-desktop-v2-presentational.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/drop-up-navbar-item.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/drop-up-navbar-item/interfaces.d.ts +18 -18
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/interfaces.d.ts +4 -4
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-list/navbar-list.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/interfaces.d.ts +18 -18
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-folded/navbar-mobile-folded.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/interfaces.d.ts +14 -14
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/navbar-mobile-unfolded-navigation/navbar-mobile-unfolded-navigation.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/interfaces.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/partials/secondary-drop-up-nav-item/secondary-drop-up-nav-item.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/interfaces.d.ts +2 -2
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-mobile-v2/presentational/navbar-mobile-v2-presentational.d.ts +6 -6
- package/lib/components/complex/navbar/partials/navbar-v2/presentational/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/presentational/interfaces.d.ts +25 -25
- package/lib/components/complex/navbar/partials/navbar-v2/presentational/navbar-v2-presentational.d.ts +8 -8
- package/lib/components/complex/navbar/presentational/constants-v2.d.ts +6 -6
- package/lib/components/complex/navbar/presentational/constants-v3.d.ts +6 -6
- package/lib/components/complex/navbar/presentational/index.d.ts +4 -4
- package/lib/components/complex/navbar/presentational/interfaces.d.ts +101 -101
- package/lib/components/complex/navbar/presentational/language-mapping.d.ts +1 -1
- package/lib/components/complex/navbar/presentational/navbar-presentational.d.ts +6 -6
- package/lib/components/complex/navbar/presentational/url-utils.d.ts +10 -10
- package/lib/components/containers/flex-center/flex-center.d.ts +3 -3
- package/lib/components/containers/flex-center/index.d.ts +1 -1
- package/lib/components/containers/flex-center-space-between/flex-center-space-between.d.ts +3 -3
- package/lib/components/containers/flex-center-space-between/index.d.ts +1 -1
- package/lib/components/containers/flex-items-center/flex-items-center.d.ts +3 -3
- package/lib/components/containers/flex-items-center/index.d.ts +1 -1
- package/lib/components/containers/grid-containers/base-grid-container/base-grid-container.d.ts +6 -6
- package/lib/components/containers/grid-containers/base-grid-container/index.d.ts +3 -3
- package/lib/components/containers/grid-containers/base-grid-container/interfaces.d.ts +68 -68
- package/lib/components/containers/grid-containers/fr-fr-container/fr-fr-container.d.ts +6 -6
- package/lib/components/containers/grid-containers/fr-fr-container/index.d.ts +1 -1
- package/lib/components/containers/grid-containers/fr-fr-container/interfaces.d.ts +2 -2
- package/lib/components/containers/grid-containers/fr-max-container/fr-max-container.d.ts +6 -6
- package/lib/components/containers/grid-containers/fr-max-container/index.d.ts +1 -1
- package/lib/components/containers/grid-containers/fr-max-container/interfaces.d.ts +2 -2
- package/lib/components/containers/grid-containers/grid-center/grid-center.d.ts +3 -2
- package/lib/components/containers/grid-containers/grid-center/index.d.ts +1 -1
- package/lib/components/containers/grid-containers/grid-container-v2/grid-container-v2.d.ts +3 -3
- package/lib/components/containers/grid-containers/grid-container-v2/index.d.ts +2 -2
- package/lib/components/containers/grid-containers/grid-container-v2/interfaces.d.ts +15 -15
- package/lib/components/containers/grid-containers/index.d.ts +9 -9
- package/lib/components/containers/grid-containers/max-fr-container/index.d.ts +1 -1
- package/lib/components/containers/grid-containers/max-fr-container/interfaces.d.ts +2 -2
- package/lib/components/containers/grid-containers/max-fr-container/max-fr-container.d.ts +6 -6
- package/lib/components/containers/grid-containers/max-max-container/index.d.ts +1 -1
- package/lib/components/containers/grid-containers/max-max-container/interfaces.d.ts +2 -2
- package/lib/components/containers/grid-containers/max-max-container/max-max-container.d.ts +6 -6
- package/lib/components/containers/index.d.ts +8 -8
- package/lib/components/containers/layout-independend-max-width-container/index.d.ts +1 -1
- package/lib/components/containers/layout-independend-max-width-container/interfaces.d.ts +3 -3
- package/lib/components/containers/layout-independend-max-width-container/layout-independent-max-width-container.d.ts +3 -3
- package/lib/components/containers/max-width-container/index.d.ts +2 -2
- package/lib/components/containers/max-width-container/interfaces.d.ts +29 -29
- package/lib/components/containers/max-width-container/max-width-container.d.ts +3 -3
- package/lib/components/containers/max-width-container-v2/index.d.ts +1 -1
- package/lib/components/containers/max-width-container-v2/interfaces.d.ts +2 -2
- package/lib/components/containers/max-width-container-v2/max-width-container-v2.d.ts +2 -2
- package/lib/components/containers/section-container/index.d.ts +2 -2
- package/lib/components/containers/section-container/interfaces.d.ts +44 -44
- package/lib/components/containers/section-container/section-container.d.ts +12 -12
- package/lib/components/custom-scrollbar-box/custom-scrollbar-box.d.ts +3 -3
- package/lib/components/custom-scrollbar-box/index.d.ts +2 -2
- package/lib/components/custom-scrollbar-box/interfaces.d.ts +56 -56
- package/lib/components/dividers/divider/divider.d.ts +6 -6
- package/lib/components/dividers/divider/index.d.ts +3 -3
- package/lib/components/dividers/divider/interfaces.d.ts +28 -28
- package/lib/components/dividers/horizontal-divider/horizontal-divider.d.ts +6 -6
- package/lib/components/dividers/horizontal-divider/index.d.ts +1 -1
- package/lib/components/dividers/horizontal-divider/interfaces.d.ts +2 -2
- package/lib/components/dividers/index.d.ts +2 -2
- package/lib/components/dividers/vertical-divider/index.d.ts +1 -1
- package/lib/components/dividers/vertical-divider/interfaces.d.ts +2 -2
- package/lib/components/dividers/vertical-divider/vertical-divider.d.ts +6 -6
- package/lib/components/dropdowns/dropdown/dropdown-placholder/dropdown-placholder.d.ts +6 -6
- package/lib/components/dropdowns/dropdown/dropdown-placholder/index.d.ts +1 -1
- package/lib/components/dropdowns/dropdown/dropdown-placholder/interfaces.d.ts +2 -2
- package/lib/components/dropdowns/dropdown/dropdown.d.ts +6 -6
- package/lib/components/dropdowns/dropdown/index.d.ts +3 -3
- package/lib/components/dropdowns/dropdown/interfaces.d.ts +38 -38
- package/lib/components/dropdowns/index.d.ts +2 -2
- package/lib/components/dropdowns/primary-dropdown/index.d.ts +1 -1
- package/lib/components/dropdowns/primary-dropdown/interfaces.d.ts +2 -2
- package/lib/components/dropdowns/primary-dropdown/primary-dropdown.d.ts +6 -6
- package/lib/components/feature-explanation/assets/index.d.ts +1 -1
- package/lib/components/feature-explanation/feature-explanation.d.ts +3 -3
- package/lib/components/feature-explanation/index.d.ts +1 -1
- package/lib/components/feature-explanation/interfaces.d.ts +11 -11
- package/lib/components/feedback/base-feedback-button/base-feedback-button.d.ts +3 -3
- package/lib/components/feedback/base-feedback-button/index.d.ts +1 -1
- package/lib/components/feedback/base-feedback-button/interfaces.d.ts +4 -4
- package/lib/components/feedback/base-feedback-container/base-feedback-container.d.ts +3 -3
- package/lib/components/feedback/base-feedback-container/index.d.ts +1 -1
- package/lib/components/feedback/base-feedback-container/interfaces.d.ts +14 -14
- package/lib/components/feedback/index.d.ts +2 -2
- package/lib/components/feedback/multiple-options-feedback/index.d.ts +2 -2
- package/lib/components/feedback/multiple-options-feedback/interfaces.d.ts +11 -11
- package/lib/components/feedback/multiple-options-feedback/multiple-options-feedback.d.ts +3 -3
- package/lib/components/feedback/yes-no-feedback-block/index.d.ts +2 -2
- package/lib/components/feedback/yes-no-feedback-block/interfaces.d.ts +7 -7
- package/lib/components/feedback/yes-no-feedback-block/yes-no-feedback-block.d.ts +3 -3
- package/lib/components/icons/bordered-plain-warning-circle-icon/bordered-plain-warning-circle-icon.d.ts +3 -3
- package/lib/components/icons/bordered-plain-warning-circle-icon/index.d.ts +1 -1
- package/lib/components/icons/bordered-plain-warning-circle-icon/interfaces.d.ts +6 -6
- package/lib/components/icons/calendar-icon/index.d.ts +1 -1
- package/lib/components/icons/cart-icon/index.d.ts +1 -1
- package/lib/components/icons/cross-icon/index.d.ts +1 -1
- package/lib/components/icons/environment-icon/index.d.ts +1 -1
- package/lib/components/icons/genetics-icon/index.d.ts +1 -1
- package/lib/components/icons/globe-icon/index.d.ts +1 -1
- package/lib/components/icons/hamburger-icon/index.d.ts +1 -1
- package/lib/components/icons/index.d.ts +20 -20
- package/lib/components/icons/plain-warning-circle-icon/index.d.ts +1 -1
- package/lib/components/icons/profile-icon/index.d.ts +1 -1
- package/lib/components/icons/rescan-icon/index.d.ts +1 -1
- package/lib/components/icons/round-bordered-star/index.d.ts +1 -1
- package/lib/components/icons/round-bordered-star/interfaces.d.ts +29 -29
- package/lib/components/icons/round-bordered-star/round-bordered-star.d.ts +3 -3
- package/lib/components/icons/sd-logo-no-text-icon/index.d.ts +1 -1
- package/lib/components/icons/sd-logo-white-icon/index.d.ts +1 -1
- package/lib/components/icons/sd-navbar-icon/index.d.ts +1 -1
- package/lib/components/icons/search-icon/index.d.ts +1 -1
- package/lib/components/icons/short-dropdown-arrow-icon/index.d.ts +1 -1
- package/lib/components/icons/star-icon/index.d.ts +1 -1
- package/lib/components/icons/triangular-pointer-icon/index.d.ts +2 -2
- package/lib/components/icons/triangular-pointer-icon/interfaces.d.ts +7 -7
- package/lib/components/icons/triangular-pointer-icon/triangular-pointer-icon.d.ts +3 -3
- package/lib/components/icons/vial-icon/index.d.ts +1 -1
- package/lib/components/icons/warning-circle-icon/index.d.ts +1 -1
- package/lib/components/inputs/autocomplete-input/autocomplete-input.d.ts +3 -3
- package/lib/components/inputs/autocomplete-input/index.d.ts +2 -2
- package/lib/components/inputs/autocomplete-input/interfaces.d.ts +38 -38
- package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/autocomplete-option-box.d.ts +3 -3
- package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/index.d.ts +1 -1
- package/lib/components/inputs/autocomplete-input/partials/autocomplete-option-box/interfaces.d.ts +11 -11
- package/lib/components/inputs/autocomplete-input/partials/results-box/index.d.ts +1 -1
- package/lib/components/inputs/autocomplete-input/partials/results-box/interfaces.d.ts +16 -16
- package/lib/components/inputs/autocomplete-input/partials/results-box/results-box.d.ts +3 -3
- package/lib/components/inputs/boxy-number-input/assets/index.d.ts +2 -2
- package/lib/components/inputs/boxy-number-input/boxy-number-input.d.ts +6 -6
- package/lib/components/inputs/boxy-number-input/index.d.ts +2 -2
- package/lib/components/inputs/boxy-number-input/interfaces.d.ts +2 -2
- package/lib/components/inputs/date-inputs/base-date-input/base-date-input.d.ts +5 -5
- package/lib/components/inputs/date-inputs/base-date-input/index.d.ts +1 -1
- package/lib/components/inputs/date-inputs/base-date-input/interfaces.d.ts +65 -65
- package/lib/components/inputs/date-inputs/base-date-range-input/base-date-range-input.d.ts +5 -5
- package/lib/components/inputs/date-inputs/base-date-range-input/index.d.ts +2 -2
- package/lib/components/inputs/date-inputs/base-date-range-input/interfaces.d.ts +101 -101
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/apply-button/apply-button.d.ts +3 -3
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/apply-button/index.d.ts +1 -1
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/apply-button/interfaces.d.ts +6 -6
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/base-date-range-input-desktop/base-date-range-input-desktop.d.ts +3 -3
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/base-date-range-input-desktop/index.d.ts +1 -1
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/base-date-range-input-desktop/interfaces.d.ts +3 -3
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/base-date-range-input-mobile/base-date-range-input-mobile.d.ts +3 -3
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/base-date-range-input-mobile/index.d.ts +1 -1
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/base-date-range-input-mobile/interfaces.d.ts +8 -8
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/selected-range-text/index.d.ts +1 -1
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/selected-range-text/interfaces.d.ts +5 -5
- package/lib/components/inputs/date-inputs/base-date-range-input/partials/selected-range-text/selected-range-text.d.ts +3 -3
- package/lib/components/inputs/date-inputs/base-date-range-input/utils.d.ts +35 -35
- package/lib/components/inputs/date-inputs/index.d.ts +6 -6
- package/lib/components/inputs/date-inputs/outlined-date-input/index.d.ts +1 -1
- package/lib/components/inputs/date-inputs/outlined-date-input/interfaces.d.ts +27 -27
- package/lib/components/inputs/date-inputs/outlined-date-input/outlined-date-input.d.ts +3 -3
- package/lib/components/inputs/date-inputs/outlined-date-range-input/index.d.ts +2 -2
- package/lib/components/inputs/date-inputs/outlined-date-range-input/interfaces.d.ts +51 -51
- package/lib/components/inputs/date-inputs/outlined-date-range-input/outlined-date-range-input.d.ts +3 -3
- package/lib/components/inputs/date-inputs/primary-date-input/index.d.ts +1 -1
- package/lib/components/inputs/date-inputs/primary-date-input/interfaces.d.ts +37 -37
- package/lib/components/inputs/date-inputs/primary-date-input/primary-date-input.d.ts +3 -3
- package/lib/components/inputs/date-inputs/primary-date-range-input/index.d.ts +1 -1
- package/lib/components/inputs/date-inputs/primary-date-range-input/interfaces.d.ts +30 -30
- package/lib/components/inputs/date-inputs/primary-date-range-input/primary-date-range-input.d.ts +3 -3
- package/lib/components/inputs/decody-question-input/decody-question-input.d.ts +3 -3
- package/lib/components/inputs/decody-question-input/index.d.ts +1 -1
- package/lib/components/inputs/index.d.ts +15 -15
- package/lib/components/inputs/input/error.d.ts +6 -6
- package/lib/components/inputs/input/index.d.ts +3 -3
- package/lib/components/inputs/input/input.d.ts +6 -6
- package/lib/components/inputs/input/interfaces.d.ts +67 -67
- package/lib/components/inputs/multi-row-secondary-text-input/index.d.ts +1 -1
- package/lib/components/inputs/multi-row-secondary-text-input/interfaces.d.ts +12 -12
- package/lib/components/inputs/multi-row-secondary-text-input/multi-row-secondary-text-input.d.ts +3 -3
- package/lib/components/inputs/multi-row-secondary-text-input/utils.d.ts +5 -0
- package/lib/components/inputs/number-input/index.d.ts +2 -2
- package/lib/components/inputs/number-input/interfaces.d.ts +29 -29
- package/lib/components/inputs/number-input/number-input.d.ts +3 -3
- package/lib/components/inputs/primary-number-input/assets/index.d.ts +4 -4
- package/lib/components/inputs/primary-number-input/index.d.ts +3 -3
- package/lib/components/inputs/primary-number-input/interfaces.d.ts +2 -2
- package/lib/components/inputs/primary-number-input/primary-number-input.d.ts +6 -6
- package/lib/components/inputs/primary-text-input/index.d.ts +2 -2
- package/lib/components/inputs/primary-text-input/interfaces.d.ts +8 -8
- package/lib/components/inputs/primary-text-input/primary-text-input.d.ts +3 -3
- package/lib/components/inputs/search-autocomplete-input/index.d.ts +2 -2
- package/lib/components/inputs/search-autocomplete-input/interfaces.d.ts +26 -26
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/index.d.ts +1 -1
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/interfaces.d.ts +11 -11
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/search-autocomplete-results-box.d.ts +7 -7
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/index.d.ts +1 -1
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/interfaces.d.ts +9 -9
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/search-autocomplete-row.d.ts +7 -7
- package/lib/components/inputs/search-autocomplete-input/search-autocomplete-input.d.ts +7 -7
- package/lib/components/inputs/search-input/index.d.ts +2 -2
- package/lib/components/inputs/search-input/partials/index.d.ts +1 -1
- package/lib/components/inputs/search-input/partials/search-box/index.d.ts +2 -2
- package/lib/components/inputs/search-input/partials/search-box/interfaces.d.ts +16 -16
- package/lib/components/inputs/search-input/partials/search-box/search-box.d.ts +3 -3
- package/lib/components/inputs/search-input/presentational/assets/index.d.ts +2 -2
- package/lib/components/inputs/search-input/presentational/index.d.ts +2 -2
- package/lib/components/inputs/search-input/presentational/interfaces.d.ts +58 -58
- package/lib/components/inputs/search-input/presentational/search-input.d.ts +6 -6
- package/lib/components/inputs/search-input-v2/index.d.ts +1 -1
- package/lib/components/inputs/search-input-v2/interfaces.d.ts +7 -7
- package/lib/components/inputs/search-input-v2/search-input-v2.d.ts +3 -3
- package/lib/components/inputs/secondary-number-input/index.d.ts +2 -2
- package/lib/components/inputs/secondary-number-input/interfaces.d.ts +9 -9
- package/lib/components/inputs/secondary-number-input/secondary-number-input.d.ts +3 -3
- package/lib/components/inputs/secondary-text-input/index.d.ts +2 -2
- package/lib/components/inputs/secondary-text-input/interfaces.d.ts +47 -52
- package/lib/components/inputs/secondary-text-input/partials/secondary-input-labels/index.d.ts +1 -1
- package/lib/components/inputs/secondary-text-input/partials/secondary-input-labels/interfaces.d.ts +5 -5
- package/lib/components/inputs/secondary-text-input/partials/secondary-input-labels/secondary-input-labels.d.ts +3 -3
- package/lib/components/inputs/secondary-text-input/secondary-text-input.d.ts +3 -3
- package/lib/components/inputs/text-input/index.d.ts +2 -2
- package/lib/components/inputs/text-input/interfaces.d.ts +10 -10
- package/lib/components/inputs/text-input/text-input.d.ts +6 -6
- package/lib/components/interfaces.d.ts +32 -32
- package/lib/components/labels/base-label/base-label.d.ts +3 -3
- package/lib/components/labels/base-label/index.d.ts +3 -3
- package/lib/components/labels/base-label/interfaces.d.ts +18 -18
- package/lib/components/links/index.d.ts +2 -2
- package/lib/components/links/link/index.d.ts +2 -2
- package/lib/components/links/link/interfaces.d.ts +25 -25
- package/lib/components/links/link/link.d.ts +6 -6
- package/lib/components/links/primary-link/index.d.ts +1 -1
- package/lib/components/links/primary-link/interfaces.d.ts +2 -2
- package/lib/components/links/primary-link/primary-link.d.ts +6 -6
- package/lib/components/lists/index.d.ts +2 -2
- package/lib/components/lists/list/index.d.ts +2 -2
- package/lib/components/lists/list/interfaces.d.ts +8 -8
- package/lib/components/lists/list/list.d.ts +6 -6
- package/lib/components/lists/primary-list/index.d.ts +2 -2
- package/lib/components/lists/primary-list/interfaces.d.ts +2 -2
- package/lib/components/lists/primary-list/primary-list.d.ts +6 -6
- package/lib/components/menus/actions-menu/actions-menu.d.ts +3 -3
- package/lib/components/menus/actions-menu/index.d.ts +2 -2
- package/lib/components/menus/actions-menu/interfaces.d.ts +20 -20
- package/lib/components/menus/index.d.ts +1 -1
- package/lib/components/meters/bars-meter/bars-meter.d.ts +6 -6
- package/lib/components/meters/bars-meter/index.d.ts +1 -1
- package/lib/components/meters/bars-meter/interfaces.d.ts +31 -31
- package/lib/components/meters/base-outline-meter/base-outline-meter.d.ts +6 -6
- package/lib/components/meters/base-outline-meter/index.d.ts +3 -3
- package/lib/components/meters/base-outline-meter/interfaces.d.ts +20 -20
- package/lib/components/meters/common-outline-meter-partials/index.d.ts +2 -2
- package/lib/components/meters/common-outline-meter-partials/label-pointer/index.d.ts +1 -1
- package/lib/components/meters/common-outline-meter-partials/label-pointer/interfaces.d.ts +10 -10
- package/lib/components/meters/common-outline-meter-partials/label-pointer/label-pointer.d.ts +3 -3
- package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/index.d.ts +2 -2
- package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/interfaces.d.ts +10 -10
- package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/matched-range-label-box.d.ts +3 -3
- package/lib/components/meters/continuous-outline-meter/continuous-outline-meter.d.ts +6 -6
- package/lib/components/meters/continuous-outline-meter/index.d.ts +1 -1
- package/lib/components/meters/continuous-outline-meter/interfaces.d.ts +25 -25
- package/lib/components/meters/dashed-meter/dashed-meter.d.ts +3 -3
- package/lib/components/meters/dashed-meter/index.d.ts +1 -1
- package/lib/components/meters/dashed-meter/interfaces.d.ts +18 -18
- package/lib/components/meters/discrete-outline-meter/discrete-outline-meter.d.ts +6 -6
- package/lib/components/meters/discrete-outline-meter/index.d.ts +1 -1
- package/lib/components/meters/discrete-outline-meter/interfaces.d.ts +25 -25
- package/lib/components/meters/gradient-outline-meter/gradient-outline-meter.d.ts +3 -3
- package/lib/components/meters/gradient-outline-meter/index.d.ts +2 -2
- package/lib/components/meters/gradient-outline-meter/interfaces.d.ts +22 -22
- package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/gradient-meter-needle.d.ts +3 -3
- package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/index.d.ts +1 -1
- package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-needle/interfaces.d.ts +7 -7
- package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/gradient-meter-range.d.ts +3 -3
- package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/index.d.ts +1 -1
- package/lib/components/meters/gradient-outline-meter/partials/gradient-meter-range/interfaces.d.ts +31 -31
- package/lib/components/meters/gradient-outline-meter/small-gradient-outline-meter.d.ts +3 -3
- package/lib/components/meters/gradient-outline-meter/utils.d.ts +17 -17
- package/lib/components/meters/index.d.ts +12 -12
- package/lib/components/meters/multi-option-discrete-outline-meter/constants.d.ts +2 -2
- package/lib/components/meters/multi-option-discrete-outline-meter/index.d.ts +2 -2
- package/lib/components/meters/multi-option-discrete-outline-meter/interfaces.d.ts +14 -14
- package/lib/components/meters/multi-option-discrete-outline-meter/multi-option-discrete-outline-meter.d.ts +3 -3
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-label-pointer/discrete-meter-label-pointer.d.ts +3 -3
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-label-pointer/index.d.ts +1 -1
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-label-pointer/interfaces.d.ts +3 -3
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-needle/discrete-meter-needle.d.ts +3 -3
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-needle/index.d.ts +1 -1
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-needle/interfaces.d.ts +24 -24
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-range/discrete-range.d.ts +3 -3
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-range/index.d.ts +1 -1
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-range/interfaces.d.ts +11 -11
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/matched-range-label-box/index.d.ts +1 -1
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/matched-range-label-box/interfaces.d.ts +6 -6
- package/lib/components/meters/multi-option-discrete-outline-meter/partials/matched-range-label-box/matched-range-label-box.d.ts +3 -3
- package/lib/components/meters/multi-option-discrete-outline-meter/small-multi-option-discrete-outline-meter.d.ts +3 -3
- package/lib/components/meters/multi-option-discrete-outline-meter/utils.d.ts +4 -4
- package/lib/components/meters/multicolor-outline-meter/index.d.ts +1 -1
- package/lib/components/meters/multicolor-outline-meter/interfaces.d.ts +21 -21
- package/lib/components/meters/multicolor-outline-meter/multicolor-outline-meter.d.ts +6 -6
- package/lib/components/meters/outline-meter/contants.d.ts +36 -36
- package/lib/components/meters/outline-meter/index.d.ts +3 -3
- package/lib/components/meters/outline-meter/interfaces.d.ts +139 -139
- package/lib/components/meters/outline-meter/outline-meter.d.ts +3 -3
- package/lib/components/meters/outline-meter/partials/base-meter-label-box/base-meter-label-box.d.ts +3 -3
- package/lib/components/meters/outline-meter/partials/base-meter-label-box/index.d.ts +1 -1
- package/lib/components/meters/outline-meter/partials/base-meter-label-box/interfaces.d.ts +12 -12
- package/lib/components/meters/outline-meter/partials/base-needle/base-needle.d.ts +3 -3
- package/lib/components/meters/outline-meter/partials/base-needle/index.d.ts +1 -1
- package/lib/components/meters/outline-meter/partials/base-needle/interfaces.d.ts +29 -29
- package/lib/components/meters/outline-meter/partials/base-outline-arc/base-outline-arc.d.ts +3 -3
- package/lib/components/meters/outline-meter/partials/base-outline-arc/index.d.ts +1 -1
- package/lib/components/meters/outline-meter/partials/base-outline-arc/interfaces.d.ts +40 -40
- package/lib/components/meters/outline-meter/partials/outline-meter-label-box/index.d.ts +1 -1
- package/lib/components/meters/outline-meter/partials/outline-meter-label-box/interfaces.d.ts +4 -4
- package/lib/components/meters/outline-meter/partials/outline-meter-label-box/outline-meter-label-box.d.ts +3 -3
- package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/index.d.ts +1 -1
- package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/interfaces.d.ts +25 -25
- package/lib/components/meters/outline-meter/partials/outline-meter-label-pointer/outline-meter-label-pointer.d.ts +3 -3
- package/lib/components/meters/outline-meter/partials/outline-meter-needle/index.d.ts +1 -1
- package/lib/components/meters/outline-meter/partials/outline-meter-needle/interfaces.d.ts +31 -31
- package/lib/components/meters/outline-meter/partials/outline-meter-needle/outline-meter-needle.d.ts +3 -3
- package/lib/components/meters/outline-meter/partials/outline-meter-range/index.d.ts +1 -1
- package/lib/components/meters/outline-meter/partials/outline-meter-range/interfaces.d.ts +22 -22
- package/lib/components/meters/outline-meter/partials/outline-meter-range/outline-meter-range.d.ts +3 -3
- package/lib/components/meters/outline-meter/partials/outline-meter-scale/index.d.ts +1 -1
- package/lib/components/meters/outline-meter/partials/outline-meter-scale/interfaces.d.ts +8 -8
- package/lib/components/meters/outline-meter/partials/outline-meter-scale/outline-meter-scale.d.ts +3 -3
- package/lib/components/meters/outline-meter/small-outline-meter.d.ts +3 -3
- package/lib/components/meters/outline-meter/utils.d.ts +30 -30
- package/lib/components/meters/people-meter/assets/index.d.ts +1 -1
- package/lib/components/meters/people-meter/index.d.ts +2 -2
- package/lib/components/meters/people-meter/interfaces.d.ts +23 -23
- package/lib/components/meters/people-meter/people-meter.d.ts +6 -6
- package/lib/components/meters/smiley-meter/assets/index.d.ts +5 -5
- package/lib/components/meters/smiley-meter/index.d.ts +1 -1
- package/lib/components/meters/smiley-meter/interfaces.d.ts +31 -31
- package/lib/components/meters/smiley-meter/smiley-meter.d.ts +6 -6
- package/lib/components/meters/smiley-meter-v2/assets/index.d.ts +3 -3
- package/lib/components/meters/smiley-meter-v2/constants.d.ts +19 -19
- package/lib/components/meters/smiley-meter-v2/index.d.ts +2 -2
- package/lib/components/meters/smiley-meter-v2/interfaces.d.ts +22 -22
- package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/index.d.ts +1 -1
- package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/interfaces.d.ts +11 -11
- package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/matched-range-label-box.d.ts +3 -3
- package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/index.d.ts +1 -1
- package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/interfaces.d.ts +8 -8
- package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/smiley-meter-range.d.ts +3 -3
- package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/index.d.ts +1 -1
- package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/interfaces.d.ts +5 -5
- package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/smiley-meter-ranges.d.ts +3 -3
- package/lib/components/meters/smiley-meter-v2/small-smiley-meter-v2.d.ts +3 -3
- package/lib/components/meters/smiley-meter-v2/smiley-meter-v2.d.ts +3 -3
- package/lib/components/meters/smiley-meter-v2/utils.d.ts +15 -15
- package/lib/components/modals/index.d.ts +2 -2
- package/lib/components/modals/modal/assets/index.d.ts +1 -1
- package/lib/components/modals/modal/index.d.ts +2 -2
- package/lib/components/modals/modal/interfaces.d.ts +77 -77
- package/lib/components/modals/modal/modal.d.ts +6 -6
- package/lib/components/modals/primary-modal/index.d.ts +1 -1
- package/lib/components/modals/primary-modal/interfaces.d.ts +11 -11
- package/lib/components/modals/primary-modal/primary-modal.d.ts +6 -6
- package/lib/components/page-selectors/index.d.ts +1 -1
- package/lib/components/page-selectors/page-selector/assets/index.d.ts +2 -2
- package/lib/components/page-selectors/page-selector/index.d.ts +2 -2
- package/lib/components/page-selectors/page-selector/interfaces.d.ts +34 -34
- package/lib/components/page-selectors/page-selector/page-selector.d.ts +6 -6
- package/lib/components/page-selectors/page-selector/partials/current-page/current-page.d.ts +3 -3
- package/lib/components/page-selectors/page-selector/partials/current-page/index.d.ts +1 -1
- package/lib/components/page-selectors/page-selector/partials/current-page/interfaces.d.ts +3 -3
- package/lib/components/page-selectors/page-selector/partials/current-page-input/current-page-input.d.ts +12 -12
- package/lib/components/page-selectors/page-selector/partials/current-page-input/index.d.ts +2 -2
- package/lib/components/page-selectors/page-selector/partials/current-page-input/interfaces.d.ts +22 -22
- package/lib/components/pagination-bars/index.d.ts +1 -1
- package/lib/components/pagination-bars/pagination-bar/index.d.ts +2 -2
- package/lib/components/pagination-bars/pagination-bar/interfaces.d.ts +23 -23
- package/lib/components/pagination-bars/pagination-bar/pagination-bar.d.ts +3 -3
- package/lib/components/progress-bars/index.d.ts +4 -4
- package/lib/components/progress-bars/line-progress-bar/index.d.ts +2 -2
- package/lib/components/progress-bars/line-progress-bar/interfaces.d.ts +3 -3
- package/lib/components/progress-bars/line-progress-bar/line-progress-bar.d.ts +6 -6
- package/lib/components/progress-bars/progress-bar/index.d.ts +2 -2
- package/lib/components/progress-bars/progress-bar/interfaces.d.ts +46 -46
- package/lib/components/progress-bars/progress-bar/progress-bar.d.ts +6 -6
- package/lib/components/progress-bars/rounded-progress-bar/index.d.ts +1 -1
- package/lib/components/progress-bars/rounded-progress-bar/interfaces.d.ts +24 -24
- package/lib/components/progress-bars/rounded-progress-bar/rounded-progress-bar.d.ts +3 -3
- package/lib/components/progress-bars/striped-line-progress-bar/index.d.ts +1 -1
- package/lib/components/progress-bars/striped-line-progress-bar/interfaces.d.ts +17 -17
- package/lib/components/progress-bars/striped-line-progress-bar/striped-line-progress-bar.d.ts +6 -6
- package/lib/components/progress-steps/index.d.ts +2 -2
- package/lib/components/progress-steps/interfaces.d.ts +22 -22
- package/lib/components/progress-steps/progress-step/index.d.ts +3 -3
- package/lib/components/progress-steps/progress-step/interfaces.d.ts +13 -13
- package/lib/components/progress-steps/progress-step/progress-step.d.ts +3 -3
- package/lib/components/progress-steps/progress-steps.d.ts +6 -6
- package/lib/components/radio-button/index.d.ts +1 -1
- package/lib/components/radio-button/interfaces.d.ts +31 -31
- package/lib/components/radio-button/radio-button.d.ts +3 -3
- package/lib/components/ratings/five-stars-rating/assets/index.d.ts +1 -1
- package/lib/components/ratings/five-stars-rating/five-stars-rating.d.ts +3 -3
- package/lib/components/ratings/five-stars-rating/index.d.ts +2 -2
- package/lib/components/ratings/five-stars-rating/interfaces.d.ts +15 -15
- package/lib/components/ratings/index.d.ts +1 -1
- package/lib/components/ribbons/progress-ribbon/index.d.ts +1 -1
- package/lib/components/ribbons/progress-ribbon/interfaces.d.ts +34 -34
- package/lib/components/ribbons/progress-ribbon/progress-ribbon.d.ts +3 -3
- package/lib/components/selectors/combined-secondary-custom-selector/combined-secondary-custom-selector.d.ts +3 -3
- package/lib/components/selectors/combined-secondary-custom-selector/index.d.ts +1 -1
- package/lib/components/selectors/combined-secondary-custom-selector/interfaces.d.ts +3 -3
- package/lib/components/selectors/combined-secondary-selector-v2/combined-secondary-selector-v2.d.ts +3 -3
- package/lib/components/selectors/combined-secondary-selector-v2/index.d.ts +1 -1
- package/lib/components/selectors/combined-secondary-selector-v2/interfaces.d.ts +5 -5
- package/lib/components/selectors/compact-primary-selector/compact-primary-selector.d.ts +3 -3
- package/lib/components/selectors/compact-primary-selector/index.d.ts +2 -2
- package/lib/components/selectors/compact-primary-selector/interfaces.d.ts +2 -2
- package/lib/components/selectors/custom-scrollable-selector/custom-scrollable-selector.d.ts +3 -3
- package/lib/components/selectors/custom-scrollable-selector/index.d.ts +1 -1
- package/lib/components/selectors/custom-scrollable-selector/interfaces.d.ts +3 -3
- package/lib/components/selectors/custom-scrollable-selector/partials/custom-scrollable-options-box/custom-scrollable-options-box.d.ts +3 -3
- package/lib/components/selectors/custom-scrollable-selector/partials/custom-scrollable-options-box/index.d.ts +1 -1
- package/lib/components/selectors/custom-scrollable-selector/partials/custom-scrollable-options-box/interfaces.d.ts +3 -3
- package/lib/components/selectors/custom-selector/custom-selector.d.ts +3 -3
- package/lib/components/selectors/custom-selector/index.d.ts +1 -1
- package/lib/components/selectors/custom-selector/interfaces.d.ts +25 -25
- package/lib/components/selectors/custom-selector/partials/custom-option-box/custom-option-box.d.ts +3 -3
- package/lib/components/selectors/custom-selector/partials/custom-option-box/index.d.ts +1 -1
- package/lib/components/selectors/custom-selector/partials/custom-option-box/interfaces.d.ts +15 -15
- package/lib/components/selectors/index.d.ts +19 -19
- package/lib/components/selectors/primary-custom-scrollable-selector/index.d.ts +1 -1
- package/lib/components/selectors/primary-custom-scrollable-selector/interfaces.d.ts +5 -5
- package/lib/components/selectors/primary-custom-scrollable-selector/partials/custom-scrollable-options-box/custom-scrollable-options-box.d.ts +3 -3
- package/lib/components/selectors/primary-custom-scrollable-selector/partials/custom-scrollable-options-box/index.d.ts +1 -1
- package/lib/components/selectors/primary-custom-scrollable-selector/partials/custom-scrollable-options-box/interfaces.d.ts +4 -4
- package/lib/components/selectors/primary-custom-scrollable-selector/partials/option-row/index.d.ts +1 -1
- package/lib/components/selectors/primary-custom-scrollable-selector/partials/option-row/interfaces.d.ts +5 -5
- package/lib/components/selectors/primary-custom-scrollable-selector/partials/option-row/option-row.d.ts +3 -3
- package/lib/components/selectors/primary-custom-scrollable-selector/primary-custom-scrollable-selector.d.ts +3 -3
- package/lib/components/selectors/primary-selector/index.d.ts +2 -2
- package/lib/components/selectors/primary-selector/interfaces.d.ts +2 -2
- package/lib/components/selectors/primary-selector/primary-selector.d.ts +6 -6
- package/lib/components/selectors/primary-selector-v2/index.d.ts +1 -1
- package/lib/components/selectors/primary-selector-v2/interfaces.d.ts +2 -2
- package/lib/components/selectors/primary-selector-v2/primary-selector-v2.d.ts +3 -3
- package/lib/components/selectors/secondary-custom-selector/index.d.ts +1 -1
- package/lib/components/selectors/secondary-custom-selector/interfaces.d.ts +6 -6
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/index.d.ts +1 -1
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/interfaces.d.ts +5 -5
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/secondary-custom-selector-option-row.d.ts +3 -3
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/index.d.ts +1 -1
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/interfaces.d.ts +5 -5
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/secondary-custom-selector-options-box.d.ts +3 -3
- package/lib/components/selectors/secondary-custom-selector/secondary-custom-selector.d.ts +3 -3
- package/lib/components/selectors/secondary-selector/index.d.ts +2 -2
- package/lib/components/selectors/secondary-selector/interfaces.d.ts +12 -12
- package/lib/components/selectors/secondary-selector/secondary-selector.d.ts +6 -6
- package/lib/components/selectors/secondary-selector-v2/index.d.ts +1 -1
- package/lib/components/selectors/secondary-selector-v2/interfaces.d.ts +2 -2
- package/lib/components/selectors/secondary-selector-v2/secondary-selector-v2.d.ts +3 -3
- package/lib/components/selectors/selector/index.d.ts +2 -2
- package/lib/components/selectors/selector/interfaces.d.ts +98 -98
- package/lib/components/selectors/selector/selector.d.ts +4 -4
- package/lib/components/selectors/selector-v2/index.d.ts +2 -2
- package/lib/components/selectors/selector-v2/interfaces.d.ts +32 -32
- package/lib/components/selectors/selector-v2/partials/base-selector-v2/base-selector-v2.d.ts +3 -3
- package/lib/components/selectors/selector-v2/partials/base-selector-v2/index.d.ts +2 -2
- package/lib/components/selectors/selector-v2/partials/base-selector-v2/interfaces.d.ts +37 -37
- package/lib/components/selectors/selector-v2/selector-v2.d.ts +3 -3
- package/lib/components/selectors/tertiary-custom-selector/index.d.ts +1 -1
- package/lib/components/selectors/tertiary-custom-selector/interfaces.d.ts +3 -3
- package/lib/components/selectors/tertiary-custom-selector/tertiary-custom-selector.d.ts +3 -3
- package/lib/components/selectors/tertiary-selector/index.d.ts +1 -1
- package/lib/components/selectors/tertiary-selector/interfaces.d.ts +2 -2
- package/lib/components/selectors/tertiary-selector/tertiary-selector.d.ts +6 -6
- package/lib/components/selectors/tertiary-selector-v2/index.d.ts +1 -1
- package/lib/components/selectors/tertiary-selector-v2/interfaces.d.ts +3 -3
- package/lib/components/selectors/tertiary-selector-v2/tertiary-selector-v2.d.ts +3 -3
- package/lib/components/selectors/updated-secondary-selector-v2/index.d.ts +1 -1
- package/lib/components/selectors/updated-secondary-selector-v2/interfaces.d.ts +3 -3
- package/lib/components/selectors/updated-secondary-selector-v2/updated-secondary-selector-v2.d.ts +3 -3
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/interfaces.d.ts +57 -57
- package/lib/components/slider/partials/step-circles/index.d.ts +1 -1
- package/lib/components/slider/partials/step-circles/interfaces.d.ts +14 -14
- package/lib/components/slider/partials/step-circles/step-circles.d.ts +3 -3
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/switches/carousel-switch/carousel-switch.d.ts +3 -3
- package/lib/components/switches/carousel-switch/index.d.ts +2 -2
- package/lib/components/switches/carousel-switch/interfaces.d.ts +24 -24
- package/lib/components/switches/index.d.ts +3 -3
- package/lib/components/switches/text-switch/index.d.ts +2 -2
- package/lib/components/switches/text-switch/interfaces.d.ts +63 -63
- package/lib/components/switches/text-switch/text-switch.d.ts +3 -3
- package/lib/components/switches/toggle-switch/index.d.ts +1 -1
- package/lib/components/switches/toggle-switch/interfaces.d.ts +4 -4
- package/lib/components/switches/toggle-switch/toggle-switch.d.ts +3 -3
- package/lib/components/tabs/index.d.ts +5 -5
- package/lib/components/tabs/tab-bar/index.d.ts +2 -2
- package/lib/components/tabs/tab-bar/interfaces.d.ts +52 -52
- package/lib/components/tabs/tab-bar/partials/tab/index.d.ts +1 -1
- package/lib/components/tabs/tab-bar/partials/tab/interfaces.d.ts +78 -75
- package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +8 -8
- package/lib/components/tabs/tab-bar/tab-bar.d.ts +3 -3
- package/lib/components/tabs/tab-bar-v2/index.d.ts +2 -2
- package/lib/components/tabs/tab-bar-v2/interfaces.d.ts +51 -51
- package/lib/components/tabs/tab-bar-v2/partials/tab-v2/index.d.ts +1 -1
- package/lib/components/tabs/tab-bar-v2/partials/tab-v2/interfaces.d.ts +30 -30
- package/lib/components/tabs/tab-bar-v2/partials/tab-v2/tab-v2.d.ts +3 -3
- package/lib/components/tabs/tab-bar-v2/tab-bar-v2.d.ts +3 -3
- package/lib/components/tabs/tabbed-view/assets/index.d.ts +1 -1
- package/lib/components/tabs/tabbed-view/index.d.ts +1 -1
- package/lib/components/tabs/tabbed-view/interfaces.d.ts +37 -37
- package/lib/components/tabs/tabbed-view/tabbed-view.d.ts +3 -3
- package/lib/components/tabs/tabbed-view-v2/index.d.ts +1 -1
- package/lib/components/tabs/tabbed-view-v2/interfaces.d.ts +8 -8
- package/lib/components/tabs/tabbed-view-v2/tabbed-view-v2.d.ts +3 -3
- package/lib/components/tabs/tabs-menu/index.d.ts +1 -1
- package/lib/components/tabs/tabs-menu/interfaces.d.ts +61 -61
- package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/index.d.ts +1 -1
- package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/interfaces.d.ts +28 -28
- package/lib/components/tabs/tabs-menu/partials/scrollable-tab-wrapper/scrollable-tab-wrapper.d.ts +3 -3
- package/lib/components/tabs/tabs-menu/partials/tab/index.d.ts +3 -3
- package/lib/components/tabs/tabs-menu/partials/tab/interfaces.d.ts +40 -40
- package/lib/components/tabs/tabs-menu/partials/tab/tab.d.ts +6 -6
- package/lib/components/tabs/tabs-menu/tabs-menu.d.ts +6 -6
- package/lib/components/text-boxes/divided-text-box/divided-text-box.d.ts +3 -3
- package/lib/components/text-boxes/divided-text-box/index.d.ts +1 -1
- package/lib/components/text-boxes/divided-text-box/interfaces.d.ts +22 -22
- package/lib/components/text-boxes/index.d.ts +2 -2
- package/lib/components/text-boxes/table-of-content/index.d.ts +1 -1
- package/lib/components/text-boxes/table-of-content/interfaces.d.ts +25 -25
- package/lib/components/text-boxes/table-of-content/table-of-content.d.ts +3 -3
- package/lib/components/texts/base-text/base-text.d.ts +3 -3
- package/lib/components/texts/base-text/index.d.ts +2 -2
- package/lib/components/texts/base-text/interfaces.d.ts +91 -91
- package/lib/components/texts/base-text-v2/base-text-v2.d.ts +3 -3
- package/lib/components/texts/base-text-v2/index.d.ts +2 -2
- package/lib/components/texts/base-text-v2/interfaces.d.ts +12 -10
- package/lib/components/texts/eighteen-bold/eighteen-bold.d.ts +3 -3
- package/lib/components/texts/eighteen-bold/index.d.ts +3 -3
- package/lib/components/texts/eighteen-bold/interfaces.d.ts +5 -5
- package/lib/components/texts/eighteen-regular/eighteen-regular.d.ts +3 -3
- package/lib/components/texts/eighteen-regular/index.d.ts +3 -3
- package/lib/components/texts/eighteen-regular/interfaces.d.ts +5 -5
- package/lib/components/texts/fifty-five-sb/fifty-five-sb.d.ts +3 -3
- package/lib/components/texts/fifty-five-sb/index.d.ts +3 -3
- package/lib/components/texts/fifty-five-sb/interfaces.d.ts +5 -5
- package/lib/components/texts/fourteen-regular/fourteen-regular.d.ts +3 -3
- package/lib/components/texts/fourteen-regular/index.d.ts +3 -3
- package/lib/components/texts/fourteen-regular/interfaces.d.ts +5 -5
- package/lib/components/texts/fourteen-sb/fourteen-sb.d.ts +3 -3
- package/lib/components/texts/fourteen-sb/index.d.ts +3 -3
- package/lib/components/texts/fourteen-sb/interfaces.d.ts +5 -5
- package/lib/components/texts/fourty-bold/fourty-bold.d.ts +3 -3
- package/lib/components/texts/fourty-bold/index.d.ts +3 -3
- package/lib/components/texts/fourty-bold/interfaces.d.ts +5 -5
- package/lib/components/texts/index.d.ts +23 -23
- package/lib/components/texts/no-translate/index.d.ts +1 -1
- package/lib/components/texts/no-translate/no-translate.d.ts +3 -3
- package/lib/components/texts/responsive-text/index.d.ts +2 -2
- package/lib/components/texts/responsive-text/interfaces.d.ts +22 -17
- package/lib/components/texts/responsive-text/responsive-text.d.ts +8 -8
- package/lib/components/texts/responsive-text-v2/index.d.ts +2 -2
- package/lib/components/texts/responsive-text-v2/interfaces.d.ts +5 -5
- package/lib/components/texts/responsive-text-v2/responsive-text-v2.d.ts +3 -3
- package/lib/components/texts/sixteen-regular/index.d.ts +3 -3
- package/lib/components/texts/sixteen-regular/interfaces.d.ts +5 -5
- package/lib/components/texts/sixteen-regular/sixteen-regular.d.ts +3 -3
- package/lib/components/texts/sixteen-sb/index.d.ts +3 -3
- package/lib/components/texts/sixteen-sb/interfaces.d.ts +5 -5
- package/lib/components/texts/sixteen-sb/sixteen-sb.d.ts +3 -3
- package/lib/components/texts/ten-sb/index.d.ts +3 -3
- package/lib/components/texts/ten-sb/interfaces.d.ts +5 -5
- package/lib/components/texts/ten-sb/ten-sb.d.ts +3 -3
- package/lib/components/texts/thirteen-bold/index.d.ts +3 -3
- package/lib/components/texts/thirteen-bold/interfaces.d.ts +5 -5
- package/lib/components/texts/thirteen-bold/thirteen-bold.d.ts +3 -3
- package/lib/components/texts/thirteen-regular/index.d.ts +3 -3
- package/lib/components/texts/thirteen-regular/interfaces.d.ts +5 -5
- package/lib/components/texts/thirteen-regular/thirteen-regular.d.ts +3 -3
- package/lib/components/texts/thirteen-sb/index.d.ts +3 -3
- package/lib/components/texts/thirteen-sb/interfaces.d.ts +5 -5
- package/lib/components/texts/thirteen-sb/thirteen-sb.d.ts +3 -3
- package/lib/components/texts/thirty-two-bold/index.d.ts +3 -3
- package/lib/components/texts/thirty-two-bold/interfaces.d.ts +5 -5
- package/lib/components/texts/thirty-two-bold/thirty-two-bold.d.ts +3 -3
- package/lib/components/texts/thirty-two-regular/index.d.ts +3 -3
- package/lib/components/texts/thirty-two-regular/interfaces.d.ts +5 -5
- package/lib/components/texts/thirty-two-regular/thirty-two-regular.d.ts +3 -3
- package/lib/components/texts/twelve-regular/index.d.ts +3 -3
- package/lib/components/texts/twelve-regular/interfaces.d.ts +5 -5
- package/lib/components/texts/twelve-regular/twelve-regular.d.ts +3 -3
- package/lib/components/texts/twelve-sb/index.d.ts +3 -3
- package/lib/components/texts/twelve-sb/interfaces.d.ts +5 -5
- package/lib/components/texts/twelve-sb/twelve-sb.d.ts +3 -3
- package/lib/components/texts/twenty-four-bold/index.d.ts +3 -3
- package/lib/components/texts/twenty-four-bold/interfaces.d.ts +5 -5
- package/lib/components/texts/twenty-four-bold/twenty-four-bold.d.ts +3 -3
- package/lib/components/texts/twenty-four-regular/index.d.ts +3 -3
- package/lib/components/texts/twenty-four-regular/interfaces.d.ts +5 -5
- package/lib/components/texts/twenty-four-regular/twenty-four-regular.d.ts +3 -3
- package/lib/components/tooltips/actions-tooltip/actions-tooltip.d.ts +3 -3
- package/lib/components/tooltips/actions-tooltip/index.d.ts +1 -1
- package/lib/components/tooltips/actions-tooltip/interfaces.d.ts +10 -10
- package/lib/components/tooltips/actions-tooltip/partials/action-box/action-box.d.ts +3 -3
- package/lib/components/tooltips/actions-tooltip/partials/action-box/index.d.ts +1 -1
- package/lib/components/tooltips/actions-tooltip/partials/action-box/interfaces.d.ts +5 -5
- package/lib/components/tooltips/base-info-tooltip/assets/index.d.ts +1 -1
- package/lib/components/tooltips/base-info-tooltip/base-info-tooltip.d.ts +6 -6
- package/lib/components/tooltips/base-info-tooltip/index.d.ts +3 -3
- package/lib/components/tooltips/base-info-tooltip/interfaces.d.ts +16 -16
- package/lib/components/tooltips/base-tooltip/base-tooltip.d.ts +6 -6
- package/lib/components/tooltips/base-tooltip/index.d.ts +3 -3
- package/lib/components/tooltips/base-tooltip/interfaces.d.ts +35 -35
- package/lib/components/tooltips/index.d.ts +8 -8
- package/lib/components/tooltips/primary-info-tooltip/index.d.ts +1 -1
- package/lib/components/tooltips/primary-info-tooltip/interfaces.d.ts +13 -13
- package/lib/components/tooltips/primary-info-tooltip/primary-info-tooltip.d.ts +6 -6
- package/lib/components/tooltips/radio-info-button-tooltip/index.d.ts +1 -1
- package/lib/components/tooltips/radio-info-button-tooltip/interfaces.d.ts +31 -31
- package/lib/components/tooltips/radio-info-button-tooltip/radio-info-button-tooltip.d.ts +3 -3
- package/lib/components/tooltips/react-element-tooltip/index.d.ts +1 -1
- package/lib/components/tooltips/react-element-tooltip/interfaces.d.ts +17 -17
- package/lib/components/tooltips/react-element-tooltip/react-element-tooltip.d.ts +7 -7
- package/lib/components/tooltips/star-tooltip/index.d.ts +1 -1
- package/lib/components/tooltips/star-tooltip/interfaces.d.ts +23 -23
- package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/index.d.ts +1 -1
- package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/interfaces.d.ts +6 -6
- package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/tooltip-text-modal.d.ts +3 -3
- package/lib/components/tooltips/star-tooltip/star-tooltip.d.ts +3 -3
- package/lib/components/tooltips/tooltip-with-pointer/index.d.ts +2 -2
- package/lib/components/tooltips/tooltip-with-pointer/interfaces.d.ts +33 -33
- package/lib/components/tooltips/tooltip-with-pointer/tooltip-with-pointer.d.ts +3 -3
- package/lib/components/utils/anchor/anchor.d.ts +7 -7
- package/lib/components/utils/anchor/index.d.ts +2 -2
- package/lib/components/utils/anchor/interfaces.d.ts +38 -38
- package/lib/components/utils/anchor/refs-manager.d.ts +35 -35
- package/lib/components/utils/index.d.ts +4 -4
- package/lib/components/utils/page-tracker/index.d.ts +2 -2
- package/lib/components/utils/page-tracker/interfaces.d.ts +7 -7
- package/lib/components/utils/page-tracker/page-tracker.d.ts +2 -2
- package/lib/components/utils/scroll-to-top/index.d.ts +1 -1
- package/lib/components/utils/scroll-to-top/interfaces.d.ts +7 -7
- package/lib/components/utils/scroll-to-top/scroll-to-top.d.ts +3 -3
- package/lib/components/utils/scroll-to-top-on-mount/index.d.ts +1 -1
- package/lib/components/utils/scroll-to-top-on-mount/scroll-to-top-on-mount.d.ts +2 -2
- package/lib/components/wrapper/functions.d.ts +9 -9
- package/lib/components/wrapper/index.d.ts +2 -2
- package/lib/components/wrapper/interfaces.d.ts +17 -17
- package/lib/components/wrapper/wrapper.d.ts +6 -6
- package/lib/core/custom-hooks.d.ts +84 -84
- package/lib/core/routes.d.ts +4 -4
- package/lib/core/theme.d.ts +745 -745
- package/lib/index.d.ts +41 -41
- package/lib/index.js +1 -1
- package/lib/interfaces.d.ts +30 -30
- package/lib/setupTests.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,186 +1,186 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from "react";
|
|
2
|
-
import { History } from "history";
|
|
3
|
-
import { SxProps } from "rebass";
|
|
4
|
-
import { LoadingSpinnerProps as LoadingIconProps } from "../../animations/loading-spinner/interfaces";
|
|
5
|
-
import { BaseComponentProps } from "../../interfaces";
|
|
6
|
-
/**
|
|
7
|
-
* Defines the button component's properties. You cannot pass
|
|
8
|
-
* both onClick and link props at the same time
|
|
9
|
-
*/
|
|
10
|
-
export interface ButtonProps extends BaseComponentProps {
|
|
11
|
-
/**
|
|
12
|
-
* The location the button should point to if it is a link.
|
|
13
|
-
* You should only pass external links, not links that should
|
|
14
|
-
* be handled by React-Router
|
|
15
|
-
*/
|
|
16
|
-
link?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Indicates whether the url provided in the link prop can be
|
|
19
|
-
* handled by React-Router or not.
|
|
20
|
-
*
|
|
21
|
-
* Default value: true
|
|
22
|
-
*/
|
|
23
|
-
isInternal?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* The location on the page the button should scroll to.
|
|
26
|
-
*/
|
|
27
|
-
scrollTo?: string;
|
|
28
|
-
/**
|
|
29
|
-
* History object for react-router based navigation.
|
|
30
|
-
*/
|
|
31
|
-
history?: History;
|
|
32
|
-
/**
|
|
33
|
-
* The callback to run when the button is clicked.
|
|
34
|
-
*/
|
|
35
|
-
onClick?: (...variables: any[]) => void;
|
|
36
|
-
/**
|
|
37
|
-
* The callback to run when the button is hovered.
|
|
38
|
-
*/
|
|
39
|
-
onHover?: (...variables: any[]) => void;
|
|
40
|
-
/**
|
|
41
|
-
* The child components for the button.
|
|
42
|
-
*/
|
|
43
|
-
children?: ReactNode;
|
|
44
|
-
/**
|
|
45
|
-
* Stores if the button is disabled or not
|
|
46
|
-
*/
|
|
47
|
-
disabled?: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* padding for the button
|
|
50
|
-
*/
|
|
51
|
-
padding?: string | string[];
|
|
52
|
-
/**
|
|
53
|
-
* The font-size css property
|
|
54
|
-
*/
|
|
55
|
-
fontSize?: Array<string>;
|
|
56
|
-
/**
|
|
57
|
-
* The font-weight css property
|
|
58
|
-
*/
|
|
59
|
-
fontWeight?: string;
|
|
60
|
-
/**
|
|
61
|
-
* The letter-spacing css property
|
|
62
|
-
*/
|
|
63
|
-
letterSpacing?: string | string[];
|
|
64
|
-
/**
|
|
65
|
-
* The border radius for the button.
|
|
66
|
-
*/
|
|
67
|
-
borderRadius?: string | string[];
|
|
68
|
-
/**
|
|
69
|
-
* The button's width
|
|
70
|
-
*/
|
|
71
|
-
width?: string | string[];
|
|
72
|
-
minWidth?: string | string[];
|
|
73
|
-
maxWidth?: string | string[];
|
|
74
|
-
/**
|
|
75
|
-
* The button's height
|
|
76
|
-
*/
|
|
77
|
-
height?: string | string[];
|
|
78
|
-
minHeight?: string | string[];
|
|
79
|
-
maxHeight?: string | string[];
|
|
80
|
-
/**
|
|
81
|
-
* The border style to apply to the button.
|
|
82
|
-
*/
|
|
83
|
-
borderStyle?: string;
|
|
84
|
-
/**
|
|
85
|
-
* The border width to apply to the button.
|
|
86
|
-
*/
|
|
87
|
-
borderWidth?: string;
|
|
88
|
-
/**
|
|
89
|
-
* The border color to apply to the button.
|
|
90
|
-
*/
|
|
91
|
-
borderColor?: string;
|
|
92
|
-
/**
|
|
93
|
-
* The fill to apply to the button. This would impact the color of the SVGs used inside the button
|
|
94
|
-
*/
|
|
95
|
-
fill?: string;
|
|
96
|
-
/**
|
|
97
|
-
* The color css property
|
|
98
|
-
*/
|
|
99
|
-
color?: string;
|
|
100
|
-
/**
|
|
101
|
-
* The background css property
|
|
102
|
-
*/
|
|
103
|
-
bg?: string;
|
|
104
|
-
/**
|
|
105
|
-
* Stroke of the icon.
|
|
106
|
-
*/
|
|
107
|
-
stroke?: string;
|
|
108
|
-
/**
|
|
109
|
-
* The border style to apply to the button on hover.
|
|
110
|
-
*/
|
|
111
|
-
hoverBorderStyle?: string;
|
|
112
|
-
/**
|
|
113
|
-
* The border width to apply to the button on hover.
|
|
114
|
-
*/
|
|
115
|
-
hoverBorderWidth?: string;
|
|
116
|
-
/**
|
|
117
|
-
* The border color to apply to the button on hover.
|
|
118
|
-
*/
|
|
119
|
-
hoverBorderColor?: string;
|
|
120
|
-
/**
|
|
121
|
-
* The fill to apply to the button. This would impact the color of the SVGs used inside the button on hover
|
|
122
|
-
*/
|
|
123
|
-
hoverFill?: string;
|
|
124
|
-
/**
|
|
125
|
-
* The hover color css property
|
|
126
|
-
*/
|
|
127
|
-
hoverColor?: string;
|
|
128
|
-
/**
|
|
129
|
-
* The background css property on hover
|
|
130
|
-
*/
|
|
131
|
-
hoverBg?: string;
|
|
132
|
-
/**
|
|
133
|
-
* Stroke of icon on hover.
|
|
134
|
-
*/
|
|
135
|
-
hoverStroke?: string;
|
|
136
|
-
/**
|
|
137
|
-
* This prop is used for the main cta buttons (primary/secondary blue/orange). When true, the button will have zero border radius
|
|
138
|
-
*/
|
|
139
|
-
v1?: boolean;
|
|
140
|
-
/**
|
|
141
|
-
* Possible text decoration to apply on hover
|
|
142
|
-
*/
|
|
143
|
-
hoverTextDecoration?: string;
|
|
144
|
-
/**
|
|
145
|
-
* Possible weight change to apply on hover
|
|
146
|
-
*/
|
|
147
|
-
hoverFontWeight?: string;
|
|
148
|
-
/**
|
|
149
|
-
* Possible text decoration
|
|
150
|
-
*/
|
|
151
|
-
textDecoration?: string;
|
|
152
|
-
/**
|
|
153
|
-
* Possible text transform
|
|
154
|
-
*/
|
|
155
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
|
|
156
|
-
/**
|
|
157
|
-
* The display of the button
|
|
158
|
-
*/
|
|
159
|
-
display?: string | string[];
|
|
160
|
-
/**
|
|
161
|
-
* Optional transition
|
|
162
|
-
*/
|
|
163
|
-
transition?: string;
|
|
164
|
-
/**
|
|
165
|
-
* Indicates if the loading animation should show
|
|
166
|
-
* instead of the button content (like when a request
|
|
167
|
-
* is in progress). False by default
|
|
168
|
-
*
|
|
169
|
-
* NOTE: When loading is true, the button is disabled
|
|
170
|
-
*/
|
|
171
|
-
loading?: boolean;
|
|
172
|
-
/**
|
|
173
|
-
* Style props passed to the loadingIcon when loading is true
|
|
174
|
-
*/
|
|
175
|
-
loadingIconProps?: LoadingIconProps;
|
|
176
|
-
/**
|
|
177
|
-
* Button component sx.
|
|
178
|
-
*/
|
|
179
|
-
sx?: SxProps["sx"];
|
|
180
|
-
/**
|
|
181
|
-
* The cursor when the button is hovered
|
|
182
|
-
*
|
|
183
|
-
* Default value: "pointer"
|
|
184
|
-
*/
|
|
185
|
-
cursor?: CSSProperties["cursor"];
|
|
186
|
-
}
|
|
1
|
+
import { CSSProperties, ReactNode } from "react";
|
|
2
|
+
import { History } from "history";
|
|
3
|
+
import { SxProps } from "rebass";
|
|
4
|
+
import { LoadingSpinnerProps as LoadingIconProps } from "../../animations/loading-spinner/interfaces";
|
|
5
|
+
import { BaseComponentProps } from "../../interfaces";
|
|
6
|
+
/**
|
|
7
|
+
* Defines the button component's properties. You cannot pass
|
|
8
|
+
* both onClick and link props at the same time
|
|
9
|
+
*/
|
|
10
|
+
export interface ButtonProps extends BaseComponentProps {
|
|
11
|
+
/**
|
|
12
|
+
* The location the button should point to if it is a link.
|
|
13
|
+
* You should only pass external links, not links that should
|
|
14
|
+
* be handled by React-Router
|
|
15
|
+
*/
|
|
16
|
+
link?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Indicates whether the url provided in the link prop can be
|
|
19
|
+
* handled by React-Router or not.
|
|
20
|
+
*
|
|
21
|
+
* Default value: true
|
|
22
|
+
*/
|
|
23
|
+
isInternal?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* The location on the page the button should scroll to.
|
|
26
|
+
*/
|
|
27
|
+
scrollTo?: string;
|
|
28
|
+
/**
|
|
29
|
+
* History object for react-router based navigation.
|
|
30
|
+
*/
|
|
31
|
+
history?: History;
|
|
32
|
+
/**
|
|
33
|
+
* The callback to run when the button is clicked.
|
|
34
|
+
*/
|
|
35
|
+
onClick?: (...variables: any[]) => void;
|
|
36
|
+
/**
|
|
37
|
+
* The callback to run when the button is hovered.
|
|
38
|
+
*/
|
|
39
|
+
onHover?: (...variables: any[]) => void;
|
|
40
|
+
/**
|
|
41
|
+
* The child components for the button.
|
|
42
|
+
*/
|
|
43
|
+
children?: ReactNode;
|
|
44
|
+
/**
|
|
45
|
+
* Stores if the button is disabled or not
|
|
46
|
+
*/
|
|
47
|
+
disabled?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* padding for the button
|
|
50
|
+
*/
|
|
51
|
+
padding?: string | string[];
|
|
52
|
+
/**
|
|
53
|
+
* The font-size css property
|
|
54
|
+
*/
|
|
55
|
+
fontSize?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
* The font-weight css property
|
|
58
|
+
*/
|
|
59
|
+
fontWeight?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The letter-spacing css property
|
|
62
|
+
*/
|
|
63
|
+
letterSpacing?: string | string[];
|
|
64
|
+
/**
|
|
65
|
+
* The border radius for the button.
|
|
66
|
+
*/
|
|
67
|
+
borderRadius?: string | string[];
|
|
68
|
+
/**
|
|
69
|
+
* The button's width
|
|
70
|
+
*/
|
|
71
|
+
width?: string | string[];
|
|
72
|
+
minWidth?: string | string[];
|
|
73
|
+
maxWidth?: string | string[];
|
|
74
|
+
/**
|
|
75
|
+
* The button's height
|
|
76
|
+
*/
|
|
77
|
+
height?: string | string[];
|
|
78
|
+
minHeight?: string | string[];
|
|
79
|
+
maxHeight?: string | string[];
|
|
80
|
+
/**
|
|
81
|
+
* The border style to apply to the button.
|
|
82
|
+
*/
|
|
83
|
+
borderStyle?: string;
|
|
84
|
+
/**
|
|
85
|
+
* The border width to apply to the button.
|
|
86
|
+
*/
|
|
87
|
+
borderWidth?: string;
|
|
88
|
+
/**
|
|
89
|
+
* The border color to apply to the button.
|
|
90
|
+
*/
|
|
91
|
+
borderColor?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The fill to apply to the button. This would impact the color of the SVGs used inside the button
|
|
94
|
+
*/
|
|
95
|
+
fill?: string;
|
|
96
|
+
/**
|
|
97
|
+
* The color css property
|
|
98
|
+
*/
|
|
99
|
+
color?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The background css property
|
|
102
|
+
*/
|
|
103
|
+
bg?: string;
|
|
104
|
+
/**
|
|
105
|
+
* Stroke of the icon.
|
|
106
|
+
*/
|
|
107
|
+
stroke?: string;
|
|
108
|
+
/**
|
|
109
|
+
* The border style to apply to the button on hover.
|
|
110
|
+
*/
|
|
111
|
+
hoverBorderStyle?: string;
|
|
112
|
+
/**
|
|
113
|
+
* The border width to apply to the button on hover.
|
|
114
|
+
*/
|
|
115
|
+
hoverBorderWidth?: string;
|
|
116
|
+
/**
|
|
117
|
+
* The border color to apply to the button on hover.
|
|
118
|
+
*/
|
|
119
|
+
hoverBorderColor?: string;
|
|
120
|
+
/**
|
|
121
|
+
* The fill to apply to the button. This would impact the color of the SVGs used inside the button on hover
|
|
122
|
+
*/
|
|
123
|
+
hoverFill?: string;
|
|
124
|
+
/**
|
|
125
|
+
* The hover color css property
|
|
126
|
+
*/
|
|
127
|
+
hoverColor?: string;
|
|
128
|
+
/**
|
|
129
|
+
* The background css property on hover
|
|
130
|
+
*/
|
|
131
|
+
hoverBg?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Stroke of icon on hover.
|
|
134
|
+
*/
|
|
135
|
+
hoverStroke?: string;
|
|
136
|
+
/**
|
|
137
|
+
* This prop is used for the main cta buttons (primary/secondary blue/orange). When true, the button will have zero border radius
|
|
138
|
+
*/
|
|
139
|
+
v1?: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* Possible text decoration to apply on hover
|
|
142
|
+
*/
|
|
143
|
+
hoverTextDecoration?: string;
|
|
144
|
+
/**
|
|
145
|
+
* Possible weight change to apply on hover
|
|
146
|
+
*/
|
|
147
|
+
hoverFontWeight?: string;
|
|
148
|
+
/**
|
|
149
|
+
* Possible text decoration
|
|
150
|
+
*/
|
|
151
|
+
textDecoration?: string;
|
|
152
|
+
/**
|
|
153
|
+
* Possible text transform
|
|
154
|
+
*/
|
|
155
|
+
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
|
|
156
|
+
/**
|
|
157
|
+
* The display of the button
|
|
158
|
+
*/
|
|
159
|
+
display?: string | string[];
|
|
160
|
+
/**
|
|
161
|
+
* Optional transition
|
|
162
|
+
*/
|
|
163
|
+
transition?: string;
|
|
164
|
+
/**
|
|
165
|
+
* Indicates if the loading animation should show
|
|
166
|
+
* instead of the button content (like when a request
|
|
167
|
+
* is in progress). False by default
|
|
168
|
+
*
|
|
169
|
+
* NOTE: When loading is true, the button is disabled
|
|
170
|
+
*/
|
|
171
|
+
loading?: boolean;
|
|
172
|
+
/**
|
|
173
|
+
* Style props passed to the loadingIcon when loading is true
|
|
174
|
+
*/
|
|
175
|
+
loadingIconProps?: LoadingIconProps;
|
|
176
|
+
/**
|
|
177
|
+
* Button component sx.
|
|
178
|
+
*/
|
|
179
|
+
sx?: SxProps["sx"];
|
|
180
|
+
/**
|
|
181
|
+
* The cursor when the button is hovered
|
|
182
|
+
*
|
|
183
|
+
* Default value: "pointer"
|
|
184
|
+
*/
|
|
185
|
+
cursor?: CSSProperties["cursor"];
|
|
186
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { CtaButtonProps } from "./interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* The cta button.
|
|
5
|
-
*/
|
|
6
|
-
export declare const CtaButton: React.FC<CtaButtonProps>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { CtaButtonProps } from "./interfaces";
|
|
3
|
+
/**
|
|
4
|
+
* The cta button.
|
|
5
|
+
*/
|
|
6
|
+
export declare const CtaButton: React.FC<CtaButtonProps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CtaButton } from "./cta-button";
|
|
2
|
-
export type { CtaButtonProps } from "./interfaces";
|
|
1
|
+
export { CtaButton } from "./cta-button";
|
|
2
|
+
export type { CtaButtonProps } from "./interfaces";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ButtonProps } from "../../button";
|
|
2
|
-
/**
|
|
3
|
-
* Additional props we want to add
|
|
4
|
-
*/
|
|
5
|
-
export declare type CtaButtonProps = Omit<ButtonProps, "variant" | "borderStyle" | "hoverBorderStyle">;
|
|
1
|
+
import { ButtonProps } from "../../button";
|
|
2
|
+
/**
|
|
3
|
+
* Additional props we want to add
|
|
4
|
+
*/
|
|
5
|
+
export declare type CtaButtonProps = Omit<ButtonProps, "variant" | "borderStyle" | "hoverBorderStyle">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ReactComponent as Next } from "./next.svg";
|
|
1
|
+
export { ReactComponent as Next } from "./next.svg";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { NextButtonProps as Props } from "./interfaces";
|
|
2
|
-
export { NextButton } from "./next-button";
|
|
3
|
-
export declare type NextButtonProps = Props;
|
|
1
|
+
import { NextButtonProps as Props } from "./interfaces";
|
|
2
|
+
export { NextButton } from "./next-button";
|
|
3
|
+
export declare type NextButtonProps = Props;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { PrimaryBlueButtonProps } from "../primary-blue-button";
|
|
2
|
-
/**
|
|
3
|
-
* Props we want from the base button.
|
|
4
|
-
*/
|
|
5
|
-
declare type BaseButtonProps = Pick<PrimaryBlueButtonProps, "link" | "scrollTo" | "history" | "onClick" | "children" | "disabled" | "m" | "mt" | "mr" | "mb" | "ml">;
|
|
6
|
-
/**
|
|
7
|
-
* Additional props we want to add
|
|
8
|
-
*/
|
|
9
|
-
export interface NextButtonProps extends BaseButtonProps {
|
|
10
|
-
}
|
|
11
|
-
export {};
|
|
1
|
+
import { PrimaryBlueButtonProps } from "../primary-blue-button";
|
|
2
|
+
/**
|
|
3
|
+
* Props we want from the base button.
|
|
4
|
+
*/
|
|
5
|
+
declare type BaseButtonProps = Pick<PrimaryBlueButtonProps, "link" | "scrollTo" | "history" | "onClick" | "children" | "disabled" | "m" | "mt" | "mr" | "mb" | "ml">;
|
|
6
|
+
/**
|
|
7
|
+
* Additional props we want to add
|
|
8
|
+
*/
|
|
9
|
+
export interface NextButtonProps extends BaseButtonProps {
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { NextButtonProps } from ".";
|
|
3
|
-
/**
|
|
4
|
-
* The next button.
|
|
5
|
-
*/
|
|
6
|
-
export declare const NextButton: React.FunctionComponent<NextButtonProps>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { NextButtonProps } from ".";
|
|
3
|
+
/**
|
|
4
|
+
* The next button.
|
|
5
|
+
*/
|
|
6
|
+
export declare const NextButton: React.FunctionComponent<NextButtonProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { PrimaryBlueButtonProps as Props } from "./interfaces";
|
|
2
|
-
export declare type PrimaryBlueButtonProps = Props;
|
|
3
|
-
export { PrimaryBlueButton } from "./primary-blue-button";
|
|
1
|
+
import { PrimaryBlueButtonProps as Props } from "./interfaces";
|
|
2
|
+
export declare type PrimaryBlueButtonProps = Props;
|
|
3
|
+
export { PrimaryBlueButton } from "./primary-blue-button";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CtaButtonProps } from "../cta-button";
|
|
2
|
-
export declare type PrimaryBlueButtonProps = Omit<CtaButtonProps, "borderColor" | "color" | "bg" | "hoverBorderColor" | "hoverColor" | "hoverBg">;
|
|
1
|
+
import { CtaButtonProps } from "../cta-button";
|
|
2
|
+
export declare type PrimaryBlueButtonProps = Omit<CtaButtonProps, "borderColor" | "color" | "bg" | "hoverBorderColor" | "hoverColor" | "hoverBg">;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { PrimaryBlueButtonProps as Props } from "./interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* The primary button.
|
|
5
|
-
*/
|
|
6
|
-
export declare const PrimaryBlueButton: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { PrimaryBlueButtonProps as Props } from "./interfaces";
|
|
3
|
+
/**
|
|
4
|
+
* The primary button.
|
|
5
|
+
*/
|
|
6
|
+
export declare const PrimaryBlueButton: React.FC<Props>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { PrimaryOrangeButtonProps as Props } from "./interfaces";
|
|
2
|
-
export declare type PrimaryOrangeButtonProps = Props;
|
|
3
|
-
export { PrimaryOrangeButton } from "./primary-orange-button";
|
|
1
|
+
import { PrimaryOrangeButtonProps as Props } from "./interfaces";
|
|
2
|
+
export declare type PrimaryOrangeButtonProps = Props;
|
|
3
|
+
export { PrimaryOrangeButton } from "./primary-orange-button";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CtaButtonProps } from "../cta-button";
|
|
2
|
-
export declare type PrimaryOrangeButtonProps = Omit<CtaButtonProps, "borderColor" | "color" | "bg" | "hoverBorderColor" | "hoverColor" | "hoverBg">;
|
|
1
|
+
import { CtaButtonProps } from "../cta-button";
|
|
2
|
+
export declare type PrimaryOrangeButtonProps = Omit<CtaButtonProps, "borderColor" | "color" | "bg" | "hoverBorderColor" | "hoverColor" | "hoverBg">;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { PrimaryOrangeButtonProps as Props } from "./interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* The primary orange button.
|
|
5
|
-
*/
|
|
6
|
-
export declare const PrimaryOrangeButton: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { PrimaryOrangeButtonProps as Props } from "./interfaces";
|
|
3
|
+
/**
|
|
4
|
+
* The primary orange button.
|
|
5
|
+
*/
|
|
6
|
+
export declare const PrimaryOrangeButton: React.FC<Props>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { PrimaryTextButtonProps as Props } from "./interfaces";
|
|
2
|
-
export declare type PrimaryTextButtonProps = Props;
|
|
3
|
-
export { PrimaryTextButton } from "./primary-text-button";
|
|
1
|
+
import { PrimaryTextButtonProps as Props } from "./interfaces";
|
|
2
|
+
export declare type PrimaryTextButtonProps = Props;
|
|
3
|
+
export { PrimaryTextButton } from "./primary-text-button";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CtaButtonProps } from "../cta-button";
|
|
2
|
-
export declare type PrimaryTextButtonProps = Omit<CtaButtonProps, "borderWidth" | "bg" | "hoverBg">;
|
|
1
|
+
import { CtaButtonProps } from "../cta-button";
|
|
2
|
+
export declare type PrimaryTextButtonProps = Omit<CtaButtonProps, "borderWidth" | "bg" | "hoverBg">;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { PrimaryTextButtonProps as Props } from "./interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* The primary button.
|
|
5
|
-
*/
|
|
6
|
-
export declare const PrimaryTextButton: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { PrimaryTextButtonProps as Props } from "./interfaces";
|
|
3
|
+
/**
|
|
4
|
+
* The primary button.
|
|
5
|
+
*/
|
|
6
|
+
export declare const PrimaryTextButton: React.FC<Props>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SecondaryBlueButtonProps as Props } from "./interfaces";
|
|
2
|
-
export declare type SecondaryBlueButtonProps = Props;
|
|
3
|
-
export { SecondaryBlueButton } from "./secondary-blue-button";
|
|
1
|
+
import { SecondaryBlueButtonProps as Props } from "./interfaces";
|
|
2
|
+
export declare type SecondaryBlueButtonProps = Props;
|
|
3
|
+
export { SecondaryBlueButton } from "./secondary-blue-button";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CtaButtonProps } from "../cta-button";
|
|
2
|
-
export declare type SecondaryBlueButtonProps = Omit<CtaButtonProps, "borderColor" | "color" | "bg" | "hoverBorderColor" | "hoverBg">;
|
|
1
|
+
import { CtaButtonProps } from "../cta-button";
|
|
2
|
+
export declare type SecondaryBlueButtonProps = Omit<CtaButtonProps, "borderColor" | "color" | "bg" | "hoverBorderColor" | "hoverBg">;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SecondaryBlueButtonProps as Props } from "./interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* The secondary button.
|
|
5
|
-
*/
|
|
6
|
-
export declare const SecondaryBlueButton: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SecondaryBlueButtonProps as Props } from "./interfaces";
|
|
3
|
+
/**
|
|
4
|
+
* The secondary button.
|
|
5
|
+
*/
|
|
6
|
+
export declare const SecondaryBlueButton: React.FC<Props>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SecondaryOrangeButtonProps as Props } from "./interfaces";
|
|
2
|
-
export { SecondaryOrangeButton } from "./secondary-orange-button";
|
|
3
|
-
export declare type SecondaryOrangeButtonProps = Props;
|
|
1
|
+
import { SecondaryOrangeButtonProps as Props } from "./interfaces";
|
|
2
|
+
export { SecondaryOrangeButton } from "./secondary-orange-button";
|
|
3
|
+
export declare type SecondaryOrangeButtonProps = Props;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CtaButtonProps } from "../cta-button";
|
|
2
|
-
export declare type SecondaryOrangeButtonProps = Omit<CtaButtonProps, "borderColor" | "color" | "bg" | "hoverBorderColor" | "hoverBg">;
|
|
1
|
+
import { CtaButtonProps } from "../cta-button";
|
|
2
|
+
export declare type SecondaryOrangeButtonProps = Omit<CtaButtonProps, "borderColor" | "color" | "bg" | "hoverBorderColor" | "hoverBg">;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SecondaryOrangeButtonProps as Props } from "./interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* The secondary orange button.
|
|
5
|
-
*/
|
|
6
|
-
export declare const SecondaryOrangeButton: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SecondaryOrangeButtonProps as Props } from "./interfaces";
|
|
3
|
+
/**
|
|
4
|
+
* The secondary orange button.
|
|
5
|
+
*/
|
|
6
|
+
export declare const SecondaryOrangeButton: React.FC<Props>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ReactComponent as Share } from "./share.svg";
|
|
1
|
+
export { ReactComponent as Share } from "./share.svg";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ShareButtonProps as Props } from "./interfaces";
|
|
2
|
-
export { ShareButton } from "./share-button";
|
|
3
|
-
export declare type ShareButtonProps = Props;
|
|
1
|
+
import { ShareButtonProps as Props } from "./interfaces";
|
|
2
|
+
export { ShareButton } from "./share-button";
|
|
3
|
+
export declare type ShareButtonProps = Props;
|