@selfdecode/sd-component-library 2.42.3 → 2.42.4
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 +3 -3
- package/lib/components/accordions/base-accordion/interfaces.d.ts +88 -88
- 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 +3 -3
- package/lib/components/accordions/sublist-accordion/interfaces.d.ts +36 -32
- 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 +3 -3
- package/lib/components/badges/badge/interfaces.d.ts +12 -12
- 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 +3 -3
- 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/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/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/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 +3 -3
- package/lib/components/breadcrumbs/breadcrumb/crumb/interfaces.d.ts +30 -30
- 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/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/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 +163 -163
- 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 +3 -3
- 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/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 +55 -55
- package/lib/components/buttons/round-icon-button/round-icon-button.d.ts +3 -3
- package/lib/components/cards/round-card/index.d.ts +1 -1
- package/lib/components/cards/round-card/interfaces.d.ts +36 -36
- 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/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/partial-checkbox/index.d.ts +1 -1
- 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 +7 -7
- package/lib/components/complex/footer/utils.d.ts +7 -7
- package/lib/components/complex/navbar/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/constants.d.ts +5 -5
- package/lib/components/complex/navbar/partials/navbar-v1/index.d.ts +1 -1
- package/lib/components/complex/navbar/partials/navbar-v1/interfaces.d.ts +2 -2
- 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 +1 -1
- 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/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 +1 -1
- package/lib/components/complex/navbar/partials/navbar-v2/partials/interfaces.d.ts +58 -58
- 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/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 +21 -21
- 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 +4 -4
- package/lib/components/complex/navbar/presentational/index.d.ts +1 -1
- package/lib/components/complex/navbar/presentational/interfaces.d.ts +81 -81
- package/lib/components/complex/navbar/presentational/navbar-presentational.d.ts +6 -6
- 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/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/max-width-container/index.d.ts +1 -1
- package/lib/components/containers/max-width-container/interfaces.d.ts +25 -25
- package/lib/components/containers/max-width-container/max-width-container.d.ts +3 -3
- package/lib/components/containers/responsive-containers/responsive-container-t1/index.d.ts +1 -1
- package/lib/components/containers/responsive-containers/responsive-container-t1/interfaces.d.ts +2 -2
- package/lib/components/containers/responsive-containers/responsive-container-t1/responsive-grid-container-t1.d.ts +9 -9
- package/lib/components/containers/responsive-containers/responsive-container-t2/index.d.ts +1 -1
- package/lib/components/containers/responsive-containers/responsive-container-t2/interfaces.d.ts +2 -2
- package/lib/components/containers/responsive-containers/responsive-container-t2/responsive-grid-container-t2.d.ts +9 -9
- package/lib/components/containers/section-container/index.d.ts +1 -1
- package/lib/components/containers/section-container/interfaces.d.ts +40 -40
- 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 +3 -3
- package/lib/components/custom-scrollbar-box/interfaces.d.ts +35 -35
- 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 +19 -19
- 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/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 +4 -4
- package/lib/components/dropdowns/dropdown/interfaces.d.ts +38 -38
- 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/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/genetics-icon/index.d.ts +1 -1
- package/lib/components/icons/hamburger-icon/index.d.ts +1 -1
- package/lib/components/icons/index.d.ts +17 -17
- 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 +15 -15
- 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/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 +1 -1
- package/lib/components/inputs/autocomplete-input/interfaces.d.ts +34 -34
- 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 +12 -12
- 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 +3 -3
- 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 +86 -86
- 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 +46 -46
- 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/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 +60 -60
- package/lib/components/inputs/number-input/index.d.ts +3 -3
- 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-input/index.d.ts +1 -1
- package/lib/components/inputs/search-input/partials/search-box/index.d.ts +1 -1
- 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 +3 -3
- package/lib/components/inputs/search-input/presentational/interfaces.d.ts +37 -37
- package/lib/components/inputs/search-input/presentational/search-input.d.ts +6 -6
- package/lib/components/inputs/secondary-number-input/index.d.ts +2 -2
- package/lib/components/inputs/secondary-number-input/interfaces.d.ts +18 -18
- package/lib/components/inputs/secondary-number-input/secondary-number-input.d.ts +3 -3
- package/lib/components/inputs/secondary-text-input/index.d.ts +3 -3
- package/lib/components/inputs/secondary-text-input/interfaces.d.ts +39 -39
- 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 +27 -27
- 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/link/index.d.ts +3 -3
- package/lib/components/links/link/interfaces.d.ts +21 -21
- 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 +7 -7
- package/lib/components/links/primary-link/primary-link.d.ts +6 -6
- package/lib/components/lists/list/index.d.ts +3 -3
- 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 +3 -3
- 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/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/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 +8 -8
- 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/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/people-meter/assets/index.d.ts +1 -1
- package/lib/components/meters/people-meter/index.d.ts +1 -1
- 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/modals/modal/assets/index.d.ts +1 -1
- package/lib/components/modals/modal/index.d.ts +3 -3
- package/lib/components/modals/modal/interfaces.d.ts +67 -67
- 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 +15 -15
- package/lib/components/modals/primary-modal/primary-modal.d.ts +6 -6
- package/lib/components/page-selectors/page-selector/assets/index.d.ts +2 -2
- package/lib/components/page-selectors/page-selector/index.d.ts +3 -3
- 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/pagination-bar/index.d.ts +3 -3
- package/lib/components/pagination-bars/pagination-bar/interfaces.d.ts +22 -22
- package/lib/components/pagination-bars/pagination-bar/pagination-bar.d.ts +3 -3
- package/lib/components/progress-bars/line-progress-bar/index.d.ts +3 -3
- package/lib/components/progress-bars/line-progress-bar/interfaces.d.ts +2 -2
- 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 +3 -3
- 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/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 +3 -3
- 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 +3 -3
- package/lib/components/ratings/five-stars-rating/interfaces.d.ts +15 -15
- 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/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-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/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/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/selector/index.d.ts +2 -2
- package/lib/components/selectors/selector/interfaces.d.ts +93 -93
- package/lib/components/selectors/selector/selector.d.ts +3 -3
- package/lib/components/selectors/selector-v2/index.d.ts +2 -2
- package/lib/components/selectors/selector-v2/interfaces.d.ts +27 -27
- 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 +21 -21
- package/lib/components/selectors/selector-v2/selector-v2.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/slider/index.d.ts +3 -3
- 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/text-switch/index.d.ts +3 -3
- 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/tabs/tab-bar/index.d.ts +1 -1
- package/lib/components/tabs/tab-bar/interfaces.d.ts +57 -57
- package/lib/components/tabs/tab-bar/partials/tab/index.d.ts +1 -1
- package/lib/components/tabs/tab-bar/partials/tab/interfaces.d.ts +39 -39
- package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +7 -7
- package/lib/components/tabs/tab-bar/tab-bar.d.ts +3 -3
- package/lib/components/tabs/tabbed-view/index.d.ts +1 -1
- package/lib/components/tabs/tabbed-view/interfaces.d.ts +36 -36
- package/lib/components/tabs/tabbed-view/tabbed-view.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/table-of-content/index.d.ts +1 -1
- package/lib/components/text-boxes/table-of-content/interfaces.d.ts +24 -24
- 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 +3 -3
- package/lib/components/texts/base-text/interfaces.d.ts +85 -85
- 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/responsive-text/index.d.ts +3 -3
- package/lib/components/texts/responsive-text/interfaces.d.ts +17 -17
- package/lib/components/texts/responsive-text/responsive-text.d.ts +8 -8
- 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/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 +31 -31
- package/lib/components/tooltips/primary-info-tooltip/index.d.ts +1 -1
- package/lib/components/tooltips/primary-info-tooltip/interfaces.d.ts +12 -12
- 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 +23 -23
- package/lib/components/tooltips/radio-info-button-tooltip/radio-info-button-tooltip.d.ts +3 -3
- 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 +5 -5
- 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/utils/anchor/anchor.d.ts +7 -7
- package/lib/components/utils/anchor/index.d.ts +1 -1
- package/lib/components/utils/anchor/interfaces.d.ts +33 -33
- package/lib/components/utils/anchor/refs-manager.d.ts +34 -34
- package/lib/components/utils/page-tracker/index.d.ts +3 -3
- 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 +43 -43
- package/lib/core/theme.d.ts +595 -595
- package/lib/index.d.ts +172 -172
- 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,23 +1,23 @@
|
|
|
1
|
-
import { NavMenuItem } from "../../../../../navbar-v2/partials/interfaces";
|
|
2
|
-
export interface MenuRowProps {
|
|
3
|
-
/**
|
|
4
|
-
* The unique row details
|
|
5
|
-
*/
|
|
6
|
-
row: NavMenuItem;
|
|
7
|
-
/**
|
|
8
|
-
* Callback function to be called when the row is hovered
|
|
9
|
-
*/
|
|
10
|
-
onHoverMenuRow: () => void;
|
|
11
|
-
/**
|
|
12
|
-
* Flags if this MenuRow forms part of a SubMenu
|
|
13
|
-
* (a Menu that is inside another Menu)
|
|
14
|
-
*/
|
|
15
|
-
isFromNestedMenu?: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Tells if the MenuRow should be considered as "hovered",
|
|
18
|
-
* even if it's actually not. This is useful when you want
|
|
19
|
-
* to keep this MenuRow hovered at the same time another
|
|
20
|
-
* element is hovered
|
|
21
|
-
*/
|
|
22
|
-
isHovered?: boolean;
|
|
23
|
-
}
|
|
1
|
+
import { NavMenuItem } from "../../../../../navbar-v2/partials/interfaces";
|
|
2
|
+
export interface MenuRowProps {
|
|
3
|
+
/**
|
|
4
|
+
* The unique row details
|
|
5
|
+
*/
|
|
6
|
+
row: NavMenuItem;
|
|
7
|
+
/**
|
|
8
|
+
* Callback function to be called when the row is hovered
|
|
9
|
+
*/
|
|
10
|
+
onHoverMenuRow: () => void;
|
|
11
|
+
/**
|
|
12
|
+
* Flags if this MenuRow forms part of a SubMenu
|
|
13
|
+
* (a Menu that is inside another Menu)
|
|
14
|
+
*/
|
|
15
|
+
isFromNestedMenu?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Tells if the MenuRow should be considered as "hovered",
|
|
18
|
+
* even if it's actually not. This is useful when you want
|
|
19
|
+
* to keep this MenuRow hovered at the same time another
|
|
20
|
+
* element is hovered
|
|
21
|
+
*/
|
|
22
|
+
isHovered?: boolean;
|
|
23
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { MenuRowProps } from "./interfaces";
|
|
3
|
-
export declare function MenuRow(props: MenuRowProps): JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { MenuRowProps } from "./interfaces";
|
|
3
|
+
export declare function MenuRow(props: MenuRowProps): JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { MyGeneticsItem } from "./my-genetics-item";
|
|
1
|
+
export { MyGeneticsItem } from "./my-genetics-item";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare const MyGeneticsItem: React.FC;
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const MyGeneticsItem: React.FC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarItem } from "./navbar-item";
|
|
1
|
+
export { NavbarItem } from "./navbar-item";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
/**
|
|
3
|
-
* NavbarItem component: wraps the children node
|
|
4
|
-
*/
|
|
5
|
-
export declare const NavbarItem: React.FC;
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* NavbarItem component: wraps the children node
|
|
4
|
+
*/
|
|
5
|
+
export declare const NavbarItem: React.FC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NewAppsItem } from "./new-apps";
|
|
1
|
+
export { NewAppsItem } from "./new-apps";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export interface NewAppsItemProps {
|
|
2
|
-
}
|
|
1
|
+
export interface NewAppsItemProps {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { NewAppsItemProps } from "./interfaces";
|
|
3
|
-
export declare function NewAppsItem(props: NewAppsItemProps): JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { NewAppsItemProps } from "./interfaces";
|
|
3
|
+
export declare function NewAppsItem(props: NewAppsItemProps): JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ReactComponent as ProfileIcon } from "./profile-icon.svg";
|
|
1
|
+
export { ReactComponent as ProfileIcon } from "./profile-icon.svg";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { PersonalAreaItem } from "./personal-area-item";
|
|
1
|
+
export { PersonalAreaItem } from "./personal-area-item";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export interface PersonalAreaItemProps {
|
|
2
|
-
}
|
|
1
|
+
export interface PersonalAreaItemProps {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { PersonalAreaItemProps } from "./interfaces";
|
|
3
|
-
export declare const PersonalAreaItem: React.FC<PersonalAreaItemProps>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { PersonalAreaItemProps } from "./interfaces";
|
|
3
|
+
export declare const PersonalAreaItem: React.FC<PersonalAreaItemProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarDesktopV1Presentational } from "./navbar-desktop-v1-presentational";
|
|
1
|
+
export { NavbarDesktopV1Presentational } from "./navbar-desktop-v1-presentational";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { NavbarV1PresentationalProps } from "../../../presentational/interfaces";
|
|
2
|
-
export interface NavbarDesktopV1PresentationalProps extends NavbarV1PresentationalProps {
|
|
3
|
-
}
|
|
1
|
+
import { NavbarV1PresentationalProps } from "../../../presentational/interfaces";
|
|
2
|
+
export interface NavbarDesktopV1PresentationalProps extends NavbarV1PresentationalProps {
|
|
3
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { NavbarDesktopV1PresentationalProps as Props } from "./interfaces";
|
|
3
|
-
export declare const NavbarDesktopV1Presentational: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { NavbarDesktopV1PresentationalProps as Props } from "./interfaces";
|
|
3
|
+
export declare const NavbarDesktopV1Presentational: React.FC<Props>;
|
package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarMobileV1Presentational as NavbarMobileV1 } from "./presentational";
|
|
1
|
+
export { NavbarMobileV1Presentational as NavbarMobileV1 } from "./presentational";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ColoredBackgroundListProps as Props } from "./interfaces";
|
|
3
|
-
export declare const ColoredBackgroundList: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ColoredBackgroundListProps as Props } from "./interfaces";
|
|
3
|
+
export declare const ColoredBackgroundList: React.FC<Props>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { NonNestedNavItem } from "./interfaces";
|
|
2
|
-
import { NavMenuItem } from "../../../../../navbar-v2/partials/interfaces";
|
|
3
|
-
export declare const getFlatElementsRecursively: (elements: NavMenuItem[]) => NonNestedNavItem[];
|
|
1
|
+
import { NonNestedNavItem } from "./interfaces";
|
|
2
|
+
import { NavMenuItem } from "../../../../../navbar-v2/partials/interfaces";
|
|
3
|
+
export declare const getFlatElementsRecursively: (elements: NavMenuItem[]) => NonNestedNavItem[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ColoredBackgroundList } from "./colored-background-list";
|
|
2
|
-
export type { ColoredBackgroundListProps } from "./interfaces";
|
|
1
|
+
export { ColoredBackgroundList } from "./colored-background-list";
|
|
2
|
+
export type { ColoredBackgroundListProps } from "./interfaces";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { NavMenuItem } from "../../../../../navbar-v2/partials/interfaces";
|
|
2
|
-
/**
|
|
3
|
-
* Defines the ColoredBackgrounList component's properties.
|
|
4
|
-
*/
|
|
5
|
-
export declare type ColoredBackgroundListProps = {
|
|
6
|
-
/**
|
|
7
|
-
* The elements to be shown in the list, which would be displayed
|
|
8
|
-
* as clickable link buttons
|
|
9
|
-
*/
|
|
10
|
-
elements: NavMenuItem[];
|
|
11
|
-
};
|
|
12
|
-
export declare type NonNestedNavItem = Pick<NavMenuItem, "title" | "url" | "badgeText" | "isInternal" | "sideDecor">;
|
|
1
|
+
import { NavMenuItem } from "../../../../../navbar-v2/partials/interfaces";
|
|
2
|
+
/**
|
|
3
|
+
* Defines the ColoredBackgrounList component's properties.
|
|
4
|
+
*/
|
|
5
|
+
export declare type ColoredBackgroundListProps = {
|
|
6
|
+
/**
|
|
7
|
+
* The elements to be shown in the list, which would be displayed
|
|
8
|
+
* as clickable link buttons
|
|
9
|
+
*/
|
|
10
|
+
elements: NavMenuItem[];
|
|
11
|
+
};
|
|
12
|
+
export declare type NonNestedNavItem = Pick<NavMenuItem, "title" | "url" | "badgeText" | "isInternal" | "sideDecor">;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { DropUpNavbarItemProps } from "./interfaces";
|
|
3
|
-
export declare const DropUpNavbarItem: React.FC<DropUpNavbarItemProps>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { DropUpNavbarItemProps } from "./interfaces";
|
|
3
|
+
export declare const DropUpNavbarItem: React.FC<DropUpNavbarItemProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { DropUpNavbarItem } from "./drop-up-navbar-item";
|
|
1
|
+
export { DropUpNavbarItem } from "./drop-up-navbar-item";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ColoredBackgroundListProps } from "../colored-background-list";
|
|
2
|
-
/**
|
|
3
|
-
* Defines the NavbarSomeViewProps component's properties.
|
|
4
|
-
*/
|
|
5
|
-
export declare type DropUpNavbarItemProps = ColoredBackgroundListProps & {
|
|
6
|
-
/**
|
|
7
|
-
* Text to be show at the top-left corner, opposite to the X icon button
|
|
8
|
-
*/
|
|
9
|
-
title: string;
|
|
10
|
-
/**
|
|
11
|
-
* Boolean value: if true, show the list of elements
|
|
12
|
-
*/
|
|
13
|
-
isUnfolded: boolean;
|
|
14
|
-
/**
|
|
15
|
-
* Callback function to be called when the "arrow-down" icon button is clicked
|
|
16
|
-
*/
|
|
17
|
-
onDropClick: () => void;
|
|
18
|
-
};
|
|
1
|
+
import { ColoredBackgroundListProps } from "../colored-background-list";
|
|
2
|
+
/**
|
|
3
|
+
* Defines the NavbarSomeViewProps component's properties.
|
|
4
|
+
*/
|
|
5
|
+
export declare type DropUpNavbarItemProps = ColoredBackgroundListProps & {
|
|
6
|
+
/**
|
|
7
|
+
* Text to be show at the top-left corner, opposite to the X icon button
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* Boolean value: if true, show the list of elements
|
|
12
|
+
*/
|
|
13
|
+
isUnfolded: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Callback function to be called when the "arrow-down" icon button is clicked
|
|
16
|
+
*/
|
|
17
|
+
onDropClick: () => void;
|
|
18
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { BasicButtonProps, IconButtonProps, ShortArrowIconButtonProps } from "./interfaces";
|
|
3
|
-
export declare const IconButton: React.FC<IconButtonProps>;
|
|
4
|
-
export declare const ShortArrowIconButton: React.FC<ShortArrowIconButtonProps>;
|
|
5
|
-
export declare const DropDownIconButton: React.FC<BasicButtonProps>;
|
|
6
|
-
export declare const DropUpIconButton: React.FC<BasicButtonProps>;
|
|
7
|
-
export declare const SearchIconButton: React.FC<BasicButtonProps>;
|
|
8
|
-
export declare const CrossIconButton: React.FC<BasicButtonProps>;
|
|
9
|
-
export declare const HamburgerIconButton: React.FC<BasicButtonProps>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { BasicButtonProps, IconButtonProps, ShortArrowIconButtonProps } from "./interfaces";
|
|
3
|
+
export declare const IconButton: React.FC<IconButtonProps>;
|
|
4
|
+
export declare const ShortArrowIconButton: React.FC<ShortArrowIconButtonProps>;
|
|
5
|
+
export declare const DropDownIconButton: React.FC<BasicButtonProps>;
|
|
6
|
+
export declare const DropUpIconButton: React.FC<BasicButtonProps>;
|
|
7
|
+
export declare const SearchIconButton: React.FC<BasicButtonProps>;
|
|
8
|
+
export declare const CrossIconButton: React.FC<BasicButtonProps>;
|
|
9
|
+
export declare const HamburgerIconButton: React.FC<BasicButtonProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ShortArrowIconButton, DropDownIconButton, DropUpIconButton, SearchIconButton, HamburgerIconButton, CrossIconButton, } from "./icon-buttons";
|
|
1
|
+
export { ShortArrowIconButton, DropDownIconButton, DropUpIconButton, SearchIconButton, HamburgerIconButton, CrossIconButton, } from "./icon-buttons";
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { FC, SVGProps } from "react";
|
|
2
|
-
import { BoxProps } from "rebass";
|
|
3
|
-
export declare type BasicButtonProps = {
|
|
4
|
-
/**
|
|
5
|
-
* Callback function to be called when the button is clicked
|
|
6
|
-
*/
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
/**
|
|
9
|
-
* Button color
|
|
10
|
-
*/
|
|
11
|
-
color?: string;
|
|
12
|
-
};
|
|
13
|
-
export declare type IconButtonProps = BasicButtonProps & Pick<BoxProps, "sx" | "disabled"> & {
|
|
14
|
-
/**
|
|
15
|
-
* The color to be used to fill out the icon. Has a default value of
|
|
16
|
-
* #4568F9, which is equivalent to the color cl_blue in the theme
|
|
17
|
-
* You must use the RGB or HEX value of the color: theme's colors
|
|
18
|
-
* won't work because this prop is used on SVG icons
|
|
19
|
-
*/
|
|
20
|
-
fill?: string;
|
|
21
|
-
/**
|
|
22
|
-
* The height prop of the icon component inside the button.
|
|
23
|
-
* Has a default value of 18px
|
|
24
|
-
*/
|
|
25
|
-
iconHeight?: string;
|
|
26
|
-
/**
|
|
27
|
-
* The icon to be shown as it were the button.
|
|
28
|
-
*/
|
|
29
|
-
IconComponent: FC<SVGProps<SVGSVGElement>>;
|
|
30
|
-
};
|
|
31
|
-
export declare type ShortArrowIconButtonProps = BasicButtonProps & Pick<IconButtonProps, "disabled" | "fill"> & {
|
|
32
|
-
/**
|
|
33
|
-
* The amount of degress the the ShortArrowIcon component should be
|
|
34
|
-
* rotated. This allow to have 4 (up, down, left, right) component
|
|
35
|
-
* using the same svg file
|
|
36
|
-
*/
|
|
37
|
-
rotationDegree?: 90 | 180 | 270;
|
|
38
|
-
/**
|
|
39
|
-
* The height prop of the icon component inside the button.
|
|
40
|
-
* Has a default value of 12px
|
|
41
|
-
*/
|
|
42
|
-
iconHeight?: string;
|
|
43
|
-
};
|
|
1
|
+
import { FC, SVGProps } from "react";
|
|
2
|
+
import { BoxProps } from "rebass";
|
|
3
|
+
export declare type BasicButtonProps = {
|
|
4
|
+
/**
|
|
5
|
+
* Callback function to be called when the button is clicked
|
|
6
|
+
*/
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
/**
|
|
9
|
+
* Button color
|
|
10
|
+
*/
|
|
11
|
+
color?: string;
|
|
12
|
+
};
|
|
13
|
+
export declare type IconButtonProps = BasicButtonProps & Pick<BoxProps, "sx" | "disabled"> & {
|
|
14
|
+
/**
|
|
15
|
+
* The color to be used to fill out the icon. Has a default value of
|
|
16
|
+
* #4568F9, which is equivalent to the color cl_blue in the theme
|
|
17
|
+
* You must use the RGB or HEX value of the color: theme's colors
|
|
18
|
+
* won't work because this prop is used on SVG icons
|
|
19
|
+
*/
|
|
20
|
+
fill?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The height prop of the icon component inside the button.
|
|
23
|
+
* Has a default value of 18px
|
|
24
|
+
*/
|
|
25
|
+
iconHeight?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The icon to be shown as it were the button.
|
|
28
|
+
*/
|
|
29
|
+
IconComponent: FC<SVGProps<SVGSVGElement>>;
|
|
30
|
+
};
|
|
31
|
+
export declare type ShortArrowIconButtonProps = BasicButtonProps & Pick<IconButtonProps, "disabled" | "fill"> & {
|
|
32
|
+
/**
|
|
33
|
+
* The amount of degress the the ShortArrowIcon component should be
|
|
34
|
+
* rotated. This allow to have 4 (up, down, left, right) component
|
|
35
|
+
* using the same svg file
|
|
36
|
+
*/
|
|
37
|
+
rotationDegree?: 90 | 180 | 270;
|
|
38
|
+
/**
|
|
39
|
+
* The height prop of the icon component inside the button.
|
|
40
|
+
* Has a default value of 12px
|
|
41
|
+
*/
|
|
42
|
+
iconHeight?: string;
|
|
43
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarMobileFolded } from "./navbar-mobile-folded";
|
|
1
|
+
export { NavbarMobileFolded } from "./navbar-mobile-folded";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Defines the NavbarMobileFolded component's properties.
|
|
3
|
-
*/
|
|
4
|
-
export declare type NavbarMobileFoldedProps = {
|
|
5
|
-
/**
|
|
6
|
-
* Callback function to be called when user press on the search icon
|
|
7
|
-
*/
|
|
8
|
-
onSearchClick: () => void;
|
|
9
|
-
/**
|
|
10
|
-
* Callback function to be called when user press on the hamburger icon
|
|
11
|
-
*/
|
|
12
|
-
onNavigationClick: () => void;
|
|
13
|
-
};
|
|
1
|
+
/**
|
|
2
|
+
* Defines the NavbarMobileFolded component's properties.
|
|
3
|
+
*/
|
|
4
|
+
export declare type NavbarMobileFoldedProps = {
|
|
5
|
+
/**
|
|
6
|
+
* Callback function to be called when user press on the search icon
|
|
7
|
+
*/
|
|
8
|
+
onSearchClick: () => void;
|
|
9
|
+
/**
|
|
10
|
+
* Callback function to be called when user press on the hamburger icon
|
|
11
|
+
*/
|
|
12
|
+
onNavigationClick: () => void;
|
|
13
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { NavbarMobileFoldedProps as Props } from "./interfaces";
|
|
3
|
-
export declare const NavbarMobileFolded: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { NavbarMobileFoldedProps as Props } from "./interfaces";
|
|
3
|
+
export declare const NavbarMobileFolded: React.FC<Props>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarMobileUnfoldedBox } from "./navbar-mobile-unfolded-box";
|
|
1
|
+
export { NavbarMobileUnfoldedBox } from "./navbar-mobile-unfolded-box";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { NavbarMobileV2PresentationalProps } from "../../../../../navbar-v2/partials/navbar-mobile-v2/presentational/interfaces";
|
|
2
|
-
export declare type NavbarMobileUnfoldedBoxProps = Pick<NavbarMobileV2PresentationalProps, "itemsInCart" | "onClickCartIcon" | "isLegacy" | "hideSearch"> & {
|
|
3
|
-
/**
|
|
4
|
-
* Text to be show at the top-left corner, opposite to the X icon button
|
|
5
|
-
*/
|
|
6
|
-
title: string;
|
|
7
|
-
/**
|
|
8
|
-
* Callback function to be called when the X icon button is clicked
|
|
9
|
-
*/
|
|
10
|
-
onClickClose: () => void;
|
|
11
|
-
/**
|
|
12
|
-
* Callback function to be called when user press on the search icon
|
|
13
|
-
*/
|
|
14
|
-
onSearchClick?: () => void;
|
|
15
|
-
/**
|
|
16
|
-
* Container overflow.
|
|
17
|
-
*/
|
|
18
|
-
overflow?: string;
|
|
19
|
-
};
|
|
1
|
+
import { NavbarMobileV2PresentationalProps } from "../../../../../navbar-v2/partials/navbar-mobile-v2/presentational/interfaces";
|
|
2
|
+
export declare type NavbarMobileUnfoldedBoxProps = Pick<NavbarMobileV2PresentationalProps, "itemsInCart" | "onClickCartIcon" | "isLegacy" | "hideSearch"> & {
|
|
3
|
+
/**
|
|
4
|
+
* Text to be show at the top-left corner, opposite to the X icon button
|
|
5
|
+
*/
|
|
6
|
+
title: string;
|
|
7
|
+
/**
|
|
8
|
+
* Callback function to be called when the X icon button is clicked
|
|
9
|
+
*/
|
|
10
|
+
onClickClose: () => void;
|
|
11
|
+
/**
|
|
12
|
+
* Callback function to be called when user press on the search icon
|
|
13
|
+
*/
|
|
14
|
+
onSearchClick?: () => void;
|
|
15
|
+
/**
|
|
16
|
+
* Container overflow.
|
|
17
|
+
*/
|
|
18
|
+
overflow?: string;
|
|
19
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { NavbarMobileUnfoldedBoxProps as Props } from "./interfaces";
|
|
3
|
-
export declare const NavbarMobileUnfoldedBox: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { NavbarMobileUnfoldedBoxProps as Props } from "./interfaces";
|
|
3
|
+
export declare const NavbarMobileUnfoldedBox: React.FC<Props>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FoldableLink } from "./interfaces";
|
|
2
|
-
export declare const foldableLinks: FoldableLink[];
|
|
1
|
+
import { FoldableLink } from "./interfaces";
|
|
2
|
+
export declare const foldableLinks: FoldableLink[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarMobileUnfoldedNavigation } from "./navbar-mobile-unfolded-navigation";
|
|
1
|
+
export { NavbarMobileUnfoldedNavigation } from "./navbar-mobile-unfolded-navigation";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { NavbarLink } from "../../../../interfaces";
|
|
2
|
-
/**
|
|
3
|
-
* Defines the NavigationUnfolded component's properties.
|
|
4
|
-
*/
|
|
5
|
-
export declare type NavbarMobileUnfoldedNavigationProps = {
|
|
6
|
-
/**
|
|
7
|
-
* Callback function to be called when the X icon button is clicked
|
|
8
|
-
*/
|
|
9
|
-
onClickClose: () => void;
|
|
10
|
-
};
|
|
11
|
-
export declare type FoldableLink = {
|
|
12
|
-
/**
|
|
13
|
-
* The title of the foldable link
|
|
14
|
-
*/
|
|
15
|
-
title: string;
|
|
16
|
-
/**
|
|
17
|
-
* The elements to be shown when the link is unfolded
|
|
18
|
-
*/
|
|
19
|
-
elements: NavbarLink[];
|
|
20
|
-
};
|
|
1
|
+
import { NavbarLink } from "../../../../interfaces";
|
|
2
|
+
/**
|
|
3
|
+
* Defines the NavigationUnfolded component's properties.
|
|
4
|
+
*/
|
|
5
|
+
export declare type NavbarMobileUnfoldedNavigationProps = {
|
|
6
|
+
/**
|
|
7
|
+
* Callback function to be called when the X icon button is clicked
|
|
8
|
+
*/
|
|
9
|
+
onClickClose: () => void;
|
|
10
|
+
};
|
|
11
|
+
export declare type FoldableLink = {
|
|
12
|
+
/**
|
|
13
|
+
* The title of the foldable link
|
|
14
|
+
*/
|
|
15
|
+
title: string;
|
|
16
|
+
/**
|
|
17
|
+
* The elements to be shown when the link is unfolded
|
|
18
|
+
*/
|
|
19
|
+
elements: NavbarLink[];
|
|
20
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { NavbarMobileUnfoldedNavigationProps as Props } from "./interfaces";
|
|
3
|
-
export declare const NavbarMobileUnfoldedNavigation: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { NavbarMobileUnfoldedNavigationProps as Props } from "./interfaces";
|
|
3
|
+
export declare const NavbarMobileUnfoldedNavigation: React.FC<Props>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarMobileUnfoldedSearch } from "./navbar-mobile-unfolded-search";
|
|
1
|
+
export { NavbarMobileUnfoldedSearch } from "./navbar-mobile-unfolded-search";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { SearchResult } from "../../../../../../../../inputs/search-input/partials/search-box/interfaces";
|
|
2
|
-
import { NavbarMobileV2PresentationalProps } from "../../../../../navbar-v2/partials/navbar-mobile-v2/presentational/interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* Defines the SearchUnfolded component's properties.
|
|
5
|
-
*/
|
|
6
|
-
export declare type NavbarMobileUnfoldedSearchProps = Pick<NavbarMobileV2PresentationalProps, "itemsInCart" | "onClickCartIcon" | "onClickSearch" | "useRouterLinks"> & {
|
|
7
|
-
/**
|
|
8
|
-
* Callback function to be called when the X icon button is clicked
|
|
9
|
-
*/
|
|
10
|
-
onClickClose: () => void;
|
|
11
|
-
/**
|
|
12
|
-
* The callback for the search query change
|
|
13
|
-
*/
|
|
14
|
-
onSearch: (query: string) => void;
|
|
15
|
-
/**
|
|
16
|
-
* The returned search results
|
|
17
|
-
*/
|
|
18
|
-
searchResults: Array<SearchResult>;
|
|
19
|
-
};
|
|
1
|
+
import { SearchResult } from "../../../../../../../../inputs/search-input/partials/search-box/interfaces";
|
|
2
|
+
import { NavbarMobileV2PresentationalProps } from "../../../../../navbar-v2/partials/navbar-mobile-v2/presentational/interfaces";
|
|
3
|
+
/**
|
|
4
|
+
* Defines the SearchUnfolded component's properties.
|
|
5
|
+
*/
|
|
6
|
+
export declare type NavbarMobileUnfoldedSearchProps = Pick<NavbarMobileV2PresentationalProps, "itemsInCart" | "onClickCartIcon" | "onClickSearch" | "useRouterLinks"> & {
|
|
7
|
+
/**
|
|
8
|
+
* Callback function to be called when the X icon button is clicked
|
|
9
|
+
*/
|
|
10
|
+
onClickClose: () => void;
|
|
11
|
+
/**
|
|
12
|
+
* The callback for the search query change
|
|
13
|
+
*/
|
|
14
|
+
onSearch: (query: string) => void;
|
|
15
|
+
/**
|
|
16
|
+
* The returned search results
|
|
17
|
+
*/
|
|
18
|
+
searchResults: Array<SearchResult>;
|
|
19
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { NavbarMobileUnfoldedSearchProps as Props } from "./interfaces";
|
|
3
|
-
export declare const NavbarMobileUnfoldedSearch: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { NavbarMobileUnfoldedSearchProps as Props } from "./interfaces";
|
|
3
|
+
export declare const NavbarMobileUnfoldedSearch: React.FC<Props>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavigationItemText } from "./navigation-item-text";
|
|
1
|
+
export { NavigationItemText } from "./navigation-item-text";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare const NavigationItemText: React.FC;
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const NavigationItemText: React.FC;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarMobileV1Presentational } from "./navbar-mobile-v1-presentational";
|
|
1
|
+
export { NavbarMobileV1Presentational } from "./navbar-mobile-v1-presentational";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { NavbarV1PresentationalProps } from "../../../presentational/interfaces";
|
|
2
|
-
export interface NavbarMobileV1PresentationalProps extends NavbarV1PresentationalProps {
|
|
3
|
-
}
|
|
1
|
+
import { NavbarV1PresentationalProps } from "../../../presentational/interfaces";
|
|
2
|
+
export interface NavbarMobileV1PresentationalProps extends NavbarV1PresentationalProps {
|
|
3
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { NavbarMobileV1PresentationalProps as Props } from "./interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* This component will not be visible in screen with desktop size.
|
|
5
|
-
*/
|
|
6
|
-
export declare const NavbarMobileV1Presentational: React.FC<Props>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { NavbarMobileV1PresentationalProps as Props } from "./interfaces";
|
|
3
|
+
/**
|
|
4
|
+
* This component will not be visible in screen with desktop size.
|
|
5
|
+
*/
|
|
6
|
+
export declare const NavbarMobileV1Presentational: React.FC<Props>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NavbarV1Presentational } from "./navbar-v1-presentational";
|
|
1
|
+
export { NavbarV1Presentational } from "./navbar-v1-presentational";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { NavbarProps } from "../../../presentational/interfaces";
|
|
2
|
-
export declare type NavbarV1PresentationalProps = Pick<NavbarProps, "history" | "onSearch" | "searchResults" | "onClickSearch">;
|
|
1
|
+
import { NavbarProps } from "../../../presentational/interfaces";
|
|
2
|
+
export declare type NavbarV1PresentationalProps = Pick<NavbarProps, "history" | "onSearch" | "searchResults" | "onClickSearch">;
|