@dnanpm/styleguide 3.7.1 → 3.8.1
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/CHANGELOG.md +561 -0
- package/README.md +86 -86
- package/build/cjs/components/Accordion/Accordion.d.ts +21 -21
- package/build/cjs/components/Accordion/Accordion.js +43 -43
- package/build/cjs/components/AccordionItem/AccordionItem.d.ts +72 -72
- package/build/cjs/components/AccordionItem/AccordionItem.js +23 -23
- package/build/cjs/components/AmountSelector/AmountSelector.d.ts +66 -66
- package/build/cjs/components/AmountSelector/AmountSelector.js +40 -40
- package/build/cjs/components/Box/Box.d.ts +66 -66
- package/build/cjs/components/Box/Box.js +4 -4
- package/build/cjs/components/Button/Button.d.ts +101 -101
- package/build/cjs/components/Button/Button.js +31 -31
- package/build/cjs/components/Button/ButtonArrow.d.ts +41 -41
- package/build/cjs/components/Button/ButtonArrow.js +16 -16
- package/build/cjs/components/Button/ButtonClose.d.ts +12 -12
- package/build/cjs/components/Button/ButtonClose.js +5 -5
- package/build/cjs/components/Button/ButtonIcon.d.ts +27 -27
- package/build/cjs/components/Button/ButtonIcon.js +12 -12
- package/build/cjs/components/Button/ButtonPrimary.d.ts +5 -5
- package/build/cjs/components/Button/ButtonPrimary.js +2 -2
- package/build/cjs/components/Button/ButtonRound.d.ts +10 -10
- package/build/cjs/components/Button/ButtonRound.js +8 -8
- package/build/cjs/components/Button/ButtonSecondary.d.ts +5 -5
- package/build/cjs/components/Button/ButtonSecondary.js +2 -2
- package/build/cjs/components/Carousel/Carousel.d.ts +44 -0
- package/build/cjs/components/Carousel/Carousel.js +313 -0
- package/build/cjs/components/Checkbox/Checkbox.d.ts +58 -58
- package/build/cjs/components/Checkbox/Checkbox.js +25 -25
- package/build/cjs/components/Chip/Chip.d.ts +50 -50
- package/build/cjs/components/Chip/Chip.js +11 -11
- package/build/cjs/components/DateTimePicker/DateTimePicker.d.ts +114 -114
- package/build/cjs/components/DateTimePicker/DateTimePicker.js +95 -95
- package/build/cjs/components/Divider/Divider.d.ts +35 -35
- package/build/cjs/components/Divider/Divider.js +4 -4
- package/build/cjs/components/DnaLogo/DnaLogo.d.ts +51 -51
- package/build/cjs/components/DnaLogo/DnaLogo.js +46 -46
- package/build/cjs/components/Drawer/Drawer.d.ts +105 -105
- package/build/cjs/components/Drawer/Drawer.js +43 -43
- package/build/cjs/components/EmptyState/EmptyState.d.ts +37 -37
- package/build/cjs/components/EmptyState/EmptyState.js +8 -8
- package/build/cjs/components/Expander/Expander.d.ts +40 -0
- package/build/cjs/components/Expander/Expander.js +50 -0
- package/build/cjs/components/Floater/Floater.d.ts +43 -43
- package/build/cjs/components/Floater/Floater.js +11 -11
- package/build/cjs/components/Footer/Components/FooterComponents.d.ts +10 -10
- package/build/cjs/components/Footer/Components/FooterComponents.js +77 -77
- package/build/cjs/components/Footer/Footer.d.ts +12 -12
- package/build/cjs/components/Footer/Footer.js +81 -81
- package/build/cjs/components/Footer/context/FooterContext.d.ts +10 -10
- package/build/cjs/components/Footer/context/FooterContext.js +9 -9
- package/build/cjs/components/Icon/Icon.d.ts +58 -58
- package/build/cjs/components/Icon/Icon.js +13 -13
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlCalendarSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlCalendarSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlClockSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlClockSmall.js +5 -5
- package/build/cjs/components/Icons/Small/hlDownloadSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlDownloadSmall.js +6 -6
- package/build/cjs/components/Icons/Small/hlExternalSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlExternalSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlUploadSmall.d.ts +7 -7
- package/build/cjs/components/Icons/Small/hlUploadSmall.js +6 -6
- package/build/cjs/components/Icons/Social/facebook.d.ts +7 -7
- package/build/cjs/components/Icons/Social/facebook.js +4 -4
- package/build/cjs/components/Icons/Social/instagram.d.ts +7 -7
- package/build/cjs/components/Icons/Social/instagram.js +4 -4
- package/build/cjs/components/Icons/Social/linkedin.d.ts +7 -7
- package/build/cjs/components/Icons/Social/linkedin.js +4 -4
- package/build/cjs/components/Icons/Social/tiktok.d.ts +7 -7
- package/build/cjs/components/Icons/Social/tiktok.js +4 -4
- package/build/cjs/components/Icons/Social/twitter.d.ts +7 -7
- package/build/cjs/components/Icons/Social/twitter.js +4 -4
- package/build/cjs/components/Icons/Social/youtube.d.ts +7 -7
- package/build/cjs/components/Icons/Social/youtube.js +4 -4
- package/build/cjs/components/Icons/hl404.d.ts +7 -7
- package/build/cjs/components/Icons/hl404.js +4 -4
- package/build/cjs/components/Icons/hl4gSim.d.ts +7 -7
- package/build/cjs/components/Icons/hl4gSim.js +4 -4
- package/build/cjs/components/Icons/hl5gSim.d.ts +7 -7
- package/build/cjs/components/Icons/hl5gSim.js +4 -4
- package/build/cjs/components/Icons/hlBattery.d.ts +7 -7
- package/build/cjs/components/Icons/hlBattery.js +6 -6
- package/build/cjs/components/Icons/hlBell.d.ts +7 -7
- package/build/cjs/components/Icons/hlBell.js +4 -4
- package/build/cjs/components/Icons/hlCableTVCard.d.ts +7 -7
- package/build/cjs/components/Icons/hlCableTVCard.js +4 -4
- package/build/cjs/components/Icons/hlCalendar.d.ts +7 -7
- package/build/cjs/components/Icons/hlCalendar.js +15 -15
- package/build/cjs/components/Icons/hlCall.d.ts +7 -7
- package/build/cjs/components/Icons/hlCall.js +4 -4
- package/build/cjs/components/Icons/hlCameraBack.d.ts +7 -7
- package/build/cjs/components/Icons/hlCameraBack.js +6 -6
- package/build/cjs/components/Icons/hlCameraFront.d.ts +7 -7
- package/build/cjs/components/Icons/hlCameraFront.js +5 -5
- package/build/cjs/components/Icons/hlCart.d.ts +7 -7
- package/build/cjs/components/Icons/hlCart.js +6 -6
- package/build/cjs/components/Icons/hlCartEmpty.d.ts +7 -7
- package/build/cjs/components/Icons/hlCartEmpty.js +6 -6
- package/build/cjs/components/Icons/hlChat.d.ts +7 -7
- package/build/cjs/components/Icons/hlChat.js +7 -7
- package/build/cjs/components/Icons/hlCheck.d.ts +13 -13
- package/build/cjs/components/Icons/hlCheck.js +10 -10
- package/build/cjs/components/Icons/hlChevronDown.d.ts +7 -7
- package/build/cjs/components/Icons/hlChevronDown.js +4 -4
- package/build/cjs/components/Icons/hlChevronLeft.d.ts +7 -7
- package/build/cjs/components/Icons/hlChevronLeft.js +4 -4
- package/build/cjs/components/Icons/hlChevronRight.d.ts +7 -7
- package/build/cjs/components/Icons/hlChevronRight.js +4 -4
- package/build/cjs/components/Icons/hlChevronUp.d.ts +7 -7
- package/build/cjs/components/Icons/hlChevronUp.js +4 -4
- package/build/cjs/components/Icons/hlCompensation.d.ts +7 -7
- package/build/cjs/components/Icons/hlCompensation.js +4 -4
- package/build/cjs/components/Icons/hlCookie.d.ts +7 -7
- package/build/cjs/components/Icons/hlCookie.js +4 -4
- package/build/cjs/components/Icons/hlCopy.d.ts +7 -7
- package/build/cjs/components/Icons/hlCopy.js +5 -5
- package/build/cjs/components/Icons/hlCoupon.d.ts +7 -7
- package/build/cjs/components/Icons/hlCoupon.js +6 -6
- package/build/cjs/components/Icons/hlDelivery.d.ts +7 -7
- package/build/cjs/components/Icons/hlDelivery.js +4 -4
- package/build/cjs/components/Icons/hlDigiturva.d.ts +7 -7
- package/build/cjs/components/Icons/hlDigiturva.js +4 -4
- package/build/cjs/components/Icons/hlDisplaySize.d.ts +7 -7
- package/build/cjs/components/Icons/hlDisplaySize.js +6 -6
- package/build/cjs/components/Icons/hlDocument.d.ts +7 -7
- package/build/cjs/components/Icons/hlDocument.js +5 -5
- package/build/cjs/components/Icons/hlDownload.d.ts +7 -7
- package/build/cjs/components/Icons/hlDownload.js +6 -6
- package/build/cjs/components/Icons/hlEnvelope.d.ts +7 -7
- package/build/cjs/components/Icons/hlEnvelope.js +4 -4
- package/build/cjs/components/Icons/hlError.d.ts +7 -7
- package/build/cjs/components/Icons/hlError.js +6 -6
- package/build/cjs/components/Icons/hlEuro.d.ts +7 -7
- package/build/cjs/components/Icons/hlEuro.js +4 -4
- package/build/cjs/components/Icons/hlExclamationMark.d.ts +7 -7
- package/build/cjs/components/Icons/hlExclamationMark.js +4 -4
- package/build/cjs/components/Icons/hlExpand.d.ts +7 -7
- package/build/cjs/components/Icons/hlExpand.js +4 -4
- package/build/cjs/components/Icons/hlExternal.d.ts +7 -7
- package/build/cjs/components/Icons/hlExternal.js +4 -4
- package/build/cjs/components/Icons/hlEyeClosed.d.ts +7 -7
- package/build/cjs/components/Icons/hlEyeClosed.js +4 -4
- package/build/cjs/components/Icons/hlEyeOpen.d.ts +7 -7
- package/build/cjs/components/Icons/hlEyeOpen.js +5 -5
- package/build/cjs/components/Icons/hlFaceId.d.ts +7 -7
- package/build/cjs/components/Icons/hlFaceId.js +4 -4
- package/build/cjs/components/Icons/hlFastDelivery.d.ts +7 -7
- package/build/cjs/components/Icons/hlFastDelivery.js +4 -4
- package/build/cjs/components/Icons/hlFingerprint.d.ts +7 -7
- package/build/cjs/components/Icons/hlFingerprint.js +8 -8
- package/build/cjs/components/Icons/hlGlobe.d.ts +7 -7
- package/build/cjs/components/Icons/hlGlobe.js +4 -4
- package/build/cjs/components/Icons/hlHeadphones.d.ts +7 -7
- package/build/cjs/components/Icons/hlHeadphones.js +4 -4
- package/build/cjs/components/Icons/hlHeadset.d.ts +7 -7
- package/build/cjs/components/Icons/hlHeadset.js +6 -6
- package/build/cjs/components/Icons/hlHeart.d.ts +7 -7
- package/build/cjs/components/Icons/hlHeart.js +4 -4
- package/build/cjs/components/Icons/hlHome.d.ts +7 -7
- package/build/cjs/components/Icons/hlHome.js +4 -4
- package/build/cjs/components/Icons/hlHub.d.ts +7 -7
- package/build/cjs/components/Icons/hlHub.js +5 -5
- package/build/cjs/components/Icons/hlImage.d.ts +7 -7
- package/build/cjs/components/Icons/hlImage.js +4 -4
- package/build/cjs/components/Icons/hlInfo.d.ts +7 -7
- package/build/cjs/components/Icons/hlInfo.js +6 -6
- package/build/cjs/components/Icons/hlInstallment.d.ts +7 -7
- package/build/cjs/components/Icons/hlInstallment.js +5 -5
- package/build/cjs/components/Icons/hlIotSim.d.ts +7 -7
- package/build/cjs/components/Icons/hlIotSim.js +5 -5
- package/build/cjs/components/Icons/hlLaptop.d.ts +7 -7
- package/build/cjs/components/Icons/hlLaptop.js +4 -4
- package/build/cjs/components/Icons/hlLink.d.ts +7 -7
- package/build/cjs/components/Icons/hlLink.js +5 -5
- package/build/cjs/components/Icons/hlLiveVideo.d.ts +7 -7
- package/build/cjs/components/Icons/hlLiveVideo.js +4 -4
- package/build/cjs/components/Icons/hlLock.d.ts +7 -7
- package/build/cjs/components/Icons/hlLock.js +6 -6
- package/build/cjs/components/Icons/hlMagnifyingGlass.d.ts +7 -7
- package/build/cjs/components/Icons/hlMagnifyingGlass.js +5 -5
- package/build/cjs/components/Icons/hlMarker.d.ts +7 -7
- package/build/cjs/components/Icons/hlMarker.js +5 -5
- package/build/cjs/components/Icons/hlMemory.d.ts +7 -7
- package/build/cjs/components/Icons/hlMemory.js +5 -5
- package/build/cjs/components/Icons/hlMenu.d.ts +7 -7
- package/build/cjs/components/Icons/hlMenu.js +4 -4
- package/build/cjs/components/Icons/hlMinimize.d.ts +7 -7
- package/build/cjs/components/Icons/hlMinimize.js +4 -4
- package/build/cjs/components/Icons/hlMinus.d.ts +7 -7
- package/build/cjs/components/Icons/hlMinus.js +4 -4
- package/build/cjs/components/Icons/hlMobileData.d.ts +7 -7
- package/build/cjs/components/Icons/hlMobileData.js +4 -4
- package/build/cjs/components/Icons/hlMobilePayment.d.ts +7 -7
- package/build/cjs/components/Icons/hlMobilePayment.js +6 -6
- package/build/cjs/components/Icons/hlModem.d.ts +7 -7
- package/build/cjs/components/Icons/hlModem.js +8 -8
- package/build/cjs/components/Icons/hlMore.d.ts +7 -7
- package/build/cjs/components/Icons/hlMore.js +6 -6
- package/build/cjs/components/Icons/hlOs.d.ts +7 -7
- package/build/cjs/components/Icons/hlOs.js +5 -5
- package/build/cjs/components/Icons/hlPackage.d.ts +7 -7
- package/build/cjs/components/Icons/hlPackage.js +4 -4
- package/build/cjs/components/Icons/hlPaperclip.d.ts +7 -7
- package/build/cjs/components/Icons/hlPaperclip.js +4 -4
- package/build/cjs/components/Icons/hlPaytime.d.ts +7 -7
- package/build/cjs/components/Icons/hlPaytime.js +4 -4
- package/build/cjs/components/Icons/hlPen.d.ts +7 -7
- package/build/cjs/components/Icons/hlPen.js +4 -4
- package/build/cjs/components/Icons/hlPerson.d.ts +7 -7
- package/build/cjs/components/Icons/hlPerson.js +4 -4
- package/build/cjs/components/Icons/hlPhone.d.ts +7 -7
- package/build/cjs/components/Icons/hlPhone.js +5 -5
- package/build/cjs/components/Icons/hlPlaylist.d.ts +7 -7
- package/build/cjs/components/Icons/hlPlaylist.js +4 -4
- package/build/cjs/components/Icons/hlPlus.d.ts +7 -7
- package/build/cjs/components/Icons/hlPlus.js +5 -5
- package/build/cjs/components/Icons/hlPrepaid.d.ts +7 -7
- package/build/cjs/components/Icons/hlPrepaid.js +4 -4
- package/build/cjs/components/Icons/hlProcessor.d.ts +7 -7
- package/build/cjs/components/Icons/hlProcessor.js +5 -5
- package/build/cjs/components/Icons/hlServices.d.ts +7 -7
- package/build/cjs/components/Icons/hlServices.js +4 -4
- package/build/cjs/components/Icons/hlSettings.d.ts +7 -7
- package/build/cjs/components/Icons/hlSettings.js +4 -4
- package/build/cjs/components/Icons/hlShield.d.ts +7 -7
- package/build/cjs/components/Icons/hlShield.js +5 -5
- package/build/cjs/components/Icons/hlSim.d.ts +7 -7
- package/build/cjs/components/Icons/hlSim.js +5 -5
- package/build/cjs/components/Icons/hlSimSimple.d.ts +7 -7
- package/build/cjs/components/Icons/hlSimSimple.js +6 -6
- package/build/cjs/components/Icons/hlSmile.d.ts +7 -7
- package/build/cjs/components/Icons/hlSmile.js +7 -7
- package/build/cjs/components/Icons/hlSpeechBubble.d.ts +7 -7
- package/build/cjs/components/Icons/hlSpeechBubble.js +5 -5
- package/build/cjs/components/Icons/hlSquaretrade.d.ts +7 -7
- package/build/cjs/components/Icons/hlSquaretrade.js +4 -4
- package/build/cjs/components/Icons/hlStar.d.ts +7 -7
- package/build/cjs/components/Icons/hlStar.js +4 -4
- package/build/cjs/components/Icons/hlStarFilled.d.ts +7 -7
- package/build/cjs/components/Icons/hlStarFilled.js +4 -4
- package/build/cjs/components/Icons/hlTrash.d.ts +7 -7
- package/build/cjs/components/Icons/hlTrash.js +5 -5
- package/build/cjs/components/Icons/hlTv.d.ts +7 -7
- package/build/cjs/components/Icons/hlTv.js +4 -4
- package/build/cjs/components/Icons/hlUnlock.d.ts +7 -7
- package/build/cjs/components/Icons/hlUnlock.js +6 -6
- package/build/cjs/components/Icons/hlUpload.d.ts +7 -7
- package/build/cjs/components/Icons/hlUpload.js +6 -6
- package/build/cjs/components/Icons/hlWarning.d.ts +7 -7
- package/build/cjs/components/Icons/hlWarning.js +6 -6
- package/build/cjs/components/Icons/hlWifi.d.ts +7 -7
- package/build/cjs/components/Icons/hlWifi.js +6 -6
- package/build/cjs/components/Icons/hlWrench.d.ts +7 -7
- package/build/cjs/components/Icons/hlWrench.js +4 -4
- package/build/cjs/components/Icons/hlX.d.ts +7 -7
- package/build/cjs/components/Icons/hlX.js +4 -4
- package/build/cjs/components/Icons/index.d.ts +109 -109
- package/build/cjs/components/InfoDialog/InfoDialog.d.ts +44 -44
- package/build/cjs/components/InfoDialog/InfoDialog.js +14 -14
- package/build/cjs/components/Input/Input.d.ts +139 -139
- package/build/cjs/components/Input/Input.js +60 -60
- package/build/cjs/components/Label/Label.d.ts +24 -24
- package/build/cjs/components/Label/Label.js +10 -10
- package/build/cjs/components/LabelText/LabelText.d.ts +44 -44
- package/build/cjs/components/LabelText/LabelText.js +8 -8
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.d.ts +10 -10
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +9 -9
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +69 -69
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +13 -13
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.d.ts +10 -10
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +23 -23
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.d.ts +7 -7
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +5 -5
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +194 -193
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +39 -37
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +169 -169
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.d.ts +8 -7
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +8 -6
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.d.ts +3 -3
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +96 -96
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.d.ts +6 -6
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.js +5 -5
- package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.d.ts +45 -36
- package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +236 -234
- package/build/cjs/components/MainHeaderNavigation/context/MobileMenuContext.d.ts +6 -6
- package/build/cjs/components/MainHeaderNavigation/context/MobileMenuContext.js +2 -2
- package/build/cjs/components/MainHeaderNavigation/context/NavContext.d.ts +29 -29
- package/build/cjs/components/MainHeaderNavigation/context/NavContext.js +47 -47
- package/build/cjs/components/MainHeaderNavigation/globalNavStyles.d.ts +1482 -1482
- package/build/cjs/components/MainHeaderNavigation/globalNavStyles.js +8 -8
- package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.d.ts +3 -3
- package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.js +18 -18
- package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
- package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +98 -98
- package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +172 -172
- package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +43 -43
- package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
- package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +13 -13
- package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.d.ts +9 -9
- package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.js +22 -22
- package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.d.ts +6 -6
- package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +6 -6
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.d.ts +24 -24
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +34 -34
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +168 -168
- package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.d.ts +7 -7
- package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +7 -7
- package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.d.ts +3 -3
- package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +97 -97
- package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.d.ts +6 -6
- package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +6 -6
- package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.d.ts +13 -13
- package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +10 -10
- package/build/cjs/components/MainNavigation/MainNavigation.d.ts +35 -35
- package/build/cjs/components/MainNavigation/MainNavigation.js +243 -243
- package/build/cjs/components/MainNavigation/context/MobileMenuContext.d.ts +6 -6
- package/build/cjs/components/MainNavigation/context/MobileMenuContext.js +2 -2
- package/build/cjs/components/MainNavigation/context/NavContext.d.ts +29 -29
- package/build/cjs/components/MainNavigation/context/NavContext.js +37 -37
- package/build/cjs/components/MainNavigation/globalNavStyles.d.ts +661 -661
- package/build/cjs/components/MainNavigation/globalNavStyles.js +3 -3
- package/build/cjs/components/Modal/Modal.d.ts +69 -69
- package/build/cjs/components/Modal/Modal.js +22 -22
- package/build/cjs/components/Notification/Notification.d.ts +48 -48
- package/build/cjs/components/Notification/Notification.js +19 -19
- package/build/cjs/components/NotificationBadge/NotificationBadge.d.ts +42 -42
- package/build/cjs/components/NotificationBadge/NotificationBadge.js +5 -5
- package/build/cjs/components/Pill/Pill.d.ts +78 -78
- package/build/cjs/components/Pill/Pill.js +22 -22
- package/build/cjs/components/PixelLoader/PixelLoader.d.ts +21 -21
- package/build/cjs/components/PixelLoader/PixelLoader.js +11 -11
- package/build/cjs/components/PriorityNavigation/PriorityNavigation.d.ts +44 -44
- package/build/cjs/components/PriorityNavigation/PriorityNavigation.js +153 -153
- package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.d.ts +42 -42
- package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.js +8 -8
- package/build/cjs/components/ProgressIndicator/ProgressIndicator.d.ts +41 -41
- package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +42 -42
- package/build/cjs/components/RadioButton/RadioButton.d.ts +50 -50
- package/build/cjs/components/RadioButton/RadioButton.js +8 -8
- package/build/cjs/components/ReadMore/ReadMore.d.ts +74 -18
- package/build/cjs/components/ReadMore/ReadMore.js +54 -51
- package/build/cjs/components/Search/Search.d.ts +59 -59
- package/build/cjs/components/Search/Search.js +18 -18
- package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.d.ts +90 -90
- package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +59 -59
- package/build/cjs/components/Selectbox/Selectbox.d.ts +119 -119
- package/build/cjs/components/Selectbox/Selectbox.js +84 -84
- package/build/cjs/components/Switch/Switch.d.ts +42 -42
- package/build/cjs/components/Switch/Switch.js +23 -23
- package/build/cjs/components/Tab/Tab.d.ts +75 -75
- package/build/cjs/components/Tab/Tab.js +37 -37
- package/build/cjs/components/Tabs/Tabs.d.ts +45 -45
- package/build/cjs/components/Tabs/Tabs.js +57 -57
- package/build/cjs/components/Textarea/Textarea.d.ts +95 -95
- package/build/cjs/components/Textarea/Textarea.js +28 -28
- package/build/cjs/components/Toaster/Toaster.d.ts +45 -45
- package/build/cjs/components/Toaster/Toaster.js +23 -23
- package/build/cjs/components/Tooltip/Tooltip.d.ts +71 -71
- package/build/cjs/components/Tooltip/Tooltip.js +19 -19
- package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +334 -334
- package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +3 -3
- package/build/cjs/components/TooltipMenu/TooltipMenu.d.ts +42 -42
- package/build/cjs/components/TooltipMenu/TooltipMenu.js +27 -27
- package/build/cjs/components/index.d.ts +50 -48
- package/build/cjs/hooks/useCloseOutsideOrElementClicked.d.ts +13 -13
- package/build/cjs/hooks/useCloseOutsideOrElementClicked.js +29 -29
- package/build/cjs/hooks/useDebounce.d.ts +2 -2
- package/build/cjs/hooks/useDebounce.js +14 -14
- package/build/cjs/hooks/useDocHeight.d.ts +2 -2
- package/build/cjs/hooks/useDocHeight.js +15 -15
- package/build/cjs/hooks/useOutsideClick.d.ts +9 -9
- package/build/cjs/hooks/useOutsideClick.js +18 -18
- package/build/cjs/hooks/useResizeObserver.d.ts +7 -7
- package/build/cjs/hooks/useResizeObserver.js +28 -28
- package/build/cjs/hooks/useScrollPosition.d.ts +22 -22
- package/build/cjs/hooks/useScrollPosition.js +61 -61
- package/build/cjs/hooks/useWindowSize.d.ts +6 -6
- package/build/cjs/hooks/useWindowSize.js +21 -21
- package/build/cjs/index.d.ts +6 -6
- package/build/cjs/index.js +4 -0
- package/build/cjs/themes/globalStyles.d.ts +491 -491
- package/build/cjs/themes/globalStyles.js +2 -2
- package/build/cjs/themes/gridTheme.d.ts +4 -4
- package/build/cjs/themes/gridTheme.js +2 -2
- package/build/cjs/themes/styled.d.ts +1137 -1137
- package/build/cjs/themes/theme.d.ts +165 -165
- package/build/cjs/themes/theme.js +12 -12
- package/build/cjs/themes/themeComponents/base.d.ts +11 -11
- package/build/cjs/themes/themeComponents/base.js +9 -9
- package/build/cjs/themes/themeComponents/breakpoints.d.ts +5 -5
- package/build/cjs/themes/themeComponents/breakpoints.js +6 -6
- package/build/cjs/themes/themeComponents/color.d.ts +88 -88
- package/build/cjs/themes/themeComponents/color.js +82 -82
- package/build/cjs/themes/themeComponents/fontFamily.d.ts +6 -6
- package/build/cjs/themes/themeComponents/fontFamily.js +4 -4
- package/build/cjs/themes/themeComponents/fontSize.d.ts +19 -19
- package/build/cjs/themes/themeComponents/fontSize.js +16 -16
- package/build/cjs/themes/themeComponents/fontWeight.d.ts +19 -19
- package/build/cjs/themes/themeComponents/fontWeight.js +17 -17
- package/build/cjs/themes/themeComponents/forms.d.ts +5 -5
- package/build/cjs/themes/themeComponents/forms.js +3 -3
- package/build/cjs/themes/themeComponents/lineHeight.d.ts +20 -20
- package/build/cjs/themes/themeComponents/lineHeight.js +17 -17
- package/build/cjs/themes/themeComponents/navigation.d.ts +34 -34
- package/build/cjs/themes/themeComponents/navigation.js +32 -32
- package/build/cjs/themes/themeComponents/radius.d.ts +29 -29
- package/build/cjs/themes/themeComponents/radius.js +27 -27
- package/build/cjs/utils/common.d.ts +6 -6
- package/build/cjs/utils/common.js +19 -19
- package/build/cjs/utils/createStyled.d.ts +172 -172
- package/build/cjs/utils/createStyled.js +3 -3
- package/build/cjs/utils/styledUtils.d.ts +9 -9
- package/build/cjs/utils/styledUtils.js +5 -5
- package/build/es/components/Accordion/Accordion.d.ts +21 -21
- package/build/es/components/Accordion/Accordion.js +43 -43
- package/build/es/components/AccordionItem/AccordionItem.d.ts +72 -72
- package/build/es/components/AccordionItem/AccordionItem.js +23 -23
- package/build/es/components/AmountSelector/AmountSelector.d.ts +66 -66
- package/build/es/components/AmountSelector/AmountSelector.js +40 -40
- package/build/es/components/Box/Box.d.ts +66 -66
- package/build/es/components/Box/Box.js +4 -4
- package/build/es/components/Button/Button.d.ts +101 -101
- package/build/es/components/Button/Button.js +31 -31
- package/build/es/components/Button/ButtonArrow.d.ts +41 -41
- package/build/es/components/Button/ButtonArrow.js +16 -16
- package/build/es/components/Button/ButtonClose.d.ts +12 -12
- package/build/es/components/Button/ButtonClose.js +5 -5
- package/build/es/components/Button/ButtonIcon.d.ts +27 -27
- package/build/es/components/Button/ButtonIcon.js +12 -12
- package/build/es/components/Button/ButtonPrimary.d.ts +5 -5
- package/build/es/components/Button/ButtonPrimary.js +2 -2
- package/build/es/components/Button/ButtonRound.d.ts +10 -10
- package/build/es/components/Button/ButtonRound.js +8 -8
- package/build/es/components/Button/ButtonSecondary.d.ts +5 -5
- package/build/es/components/Button/ButtonSecondary.js +2 -2
- package/build/es/components/Carousel/Carousel.d.ts +44 -0
- package/build/es/components/Carousel/Carousel.js +305 -0
- package/build/es/components/Checkbox/Checkbox.d.ts +58 -58
- package/build/es/components/Checkbox/Checkbox.js +25 -25
- package/build/es/components/Chip/Chip.d.ts +50 -50
- package/build/es/components/Chip/Chip.js +11 -11
- package/build/es/components/DateTimePicker/DateTimePicker.d.ts +114 -114
- package/build/es/components/DateTimePicker/DateTimePicker.js +95 -95
- package/build/es/components/Divider/Divider.d.ts +35 -35
- package/build/es/components/Divider/Divider.js +4 -4
- package/build/es/components/DnaLogo/DnaLogo.d.ts +51 -51
- package/build/es/components/DnaLogo/DnaLogo.js +46 -46
- package/build/es/components/Drawer/Drawer.d.ts +105 -105
- package/build/es/components/Drawer/Drawer.js +43 -43
- package/build/es/components/EmptyState/EmptyState.d.ts +37 -37
- package/build/es/components/EmptyState/EmptyState.js +8 -8
- package/build/es/components/Expander/Expander.d.ts +40 -0
- package/build/es/components/Expander/Expander.js +42 -0
- package/build/es/components/Floater/Floater.d.ts +43 -43
- package/build/es/components/Floater/Floater.js +11 -11
- package/build/es/components/Footer/Components/FooterComponents.d.ts +10 -10
- package/build/es/components/Footer/Components/FooterComponents.js +77 -77
- package/build/es/components/Footer/Footer.d.ts +12 -12
- package/build/es/components/Footer/Footer.js +81 -81
- package/build/es/components/Footer/context/FooterContext.d.ts +10 -10
- package/build/es/components/Footer/context/FooterContext.js +9 -9
- package/build/es/components/Icon/Icon.d.ts +58 -58
- package/build/es/components/Icon/Icon.js +13 -13
- package/build/es/components/Icons/Small/hlArrowBackSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlArrowBackSmall.js +4 -4
- package/build/es/components/Icons/Small/hlArrowForwardSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlArrowForwardSmall.js +4 -4
- package/build/es/components/Icons/Small/hlArrowUnderSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlArrowUnderSmall.js +4 -4
- package/build/es/components/Icons/Small/hlCalendarSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlCalendarSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronDownSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlChevronDownSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronLeftSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlChevronLeftSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronRightSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlChevronRightSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronUpSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlChevronUpSmall.js +4 -4
- package/build/es/components/Icons/Small/hlClockSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlClockSmall.js +5 -5
- package/build/es/components/Icons/Small/hlDownloadSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlDownloadSmall.js +6 -6
- package/build/es/components/Icons/Small/hlExternalSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlExternalSmall.js +4 -4
- package/build/es/components/Icons/Small/hlUploadSmall.d.ts +7 -7
- package/build/es/components/Icons/Small/hlUploadSmall.js +6 -6
- package/build/es/components/Icons/Social/facebook.d.ts +7 -7
- package/build/es/components/Icons/Social/facebook.js +4 -4
- package/build/es/components/Icons/Social/instagram.d.ts +7 -7
- package/build/es/components/Icons/Social/instagram.js +4 -4
- package/build/es/components/Icons/Social/linkedin.d.ts +7 -7
- package/build/es/components/Icons/Social/linkedin.js +4 -4
- package/build/es/components/Icons/Social/tiktok.d.ts +7 -7
- package/build/es/components/Icons/Social/tiktok.js +4 -4
- package/build/es/components/Icons/Social/twitter.d.ts +7 -7
- package/build/es/components/Icons/Social/twitter.js +4 -4
- package/build/es/components/Icons/Social/youtube.d.ts +7 -7
- package/build/es/components/Icons/Social/youtube.js +4 -4
- package/build/es/components/Icons/hl404.d.ts +7 -7
- package/build/es/components/Icons/hl404.js +4 -4
- package/build/es/components/Icons/hl4gSim.d.ts +7 -7
- package/build/es/components/Icons/hl4gSim.js +4 -4
- package/build/es/components/Icons/hl5gSim.d.ts +7 -7
- package/build/es/components/Icons/hl5gSim.js +4 -4
- package/build/es/components/Icons/hlBattery.d.ts +7 -7
- package/build/es/components/Icons/hlBattery.js +6 -6
- package/build/es/components/Icons/hlBell.d.ts +7 -7
- package/build/es/components/Icons/hlBell.js +4 -4
- package/build/es/components/Icons/hlCableTVCard.d.ts +7 -7
- package/build/es/components/Icons/hlCableTVCard.js +4 -4
- package/build/es/components/Icons/hlCalendar.d.ts +7 -7
- package/build/es/components/Icons/hlCalendar.js +15 -15
- package/build/es/components/Icons/hlCall.d.ts +7 -7
- package/build/es/components/Icons/hlCall.js +4 -4
- package/build/es/components/Icons/hlCameraBack.d.ts +7 -7
- package/build/es/components/Icons/hlCameraBack.js +6 -6
- package/build/es/components/Icons/hlCameraFront.d.ts +7 -7
- package/build/es/components/Icons/hlCameraFront.js +5 -5
- package/build/es/components/Icons/hlCart.d.ts +7 -7
- package/build/es/components/Icons/hlCart.js +6 -6
- package/build/es/components/Icons/hlCartEmpty.d.ts +7 -7
- package/build/es/components/Icons/hlCartEmpty.js +6 -6
- package/build/es/components/Icons/hlChat.d.ts +7 -7
- package/build/es/components/Icons/hlChat.js +7 -7
- package/build/es/components/Icons/hlCheck.d.ts +13 -13
- package/build/es/components/Icons/hlCheck.js +10 -10
- package/build/es/components/Icons/hlChevronDown.d.ts +7 -7
- package/build/es/components/Icons/hlChevronDown.js +4 -4
- package/build/es/components/Icons/hlChevronLeft.d.ts +7 -7
- package/build/es/components/Icons/hlChevronLeft.js +4 -4
- package/build/es/components/Icons/hlChevronRight.d.ts +7 -7
- package/build/es/components/Icons/hlChevronRight.js +4 -4
- package/build/es/components/Icons/hlChevronUp.d.ts +7 -7
- package/build/es/components/Icons/hlChevronUp.js +4 -4
- package/build/es/components/Icons/hlCompensation.d.ts +7 -7
- package/build/es/components/Icons/hlCompensation.js +4 -4
- package/build/es/components/Icons/hlCookie.d.ts +7 -7
- package/build/es/components/Icons/hlCookie.js +4 -4
- package/build/es/components/Icons/hlCopy.d.ts +7 -7
- package/build/es/components/Icons/hlCopy.js +5 -5
- package/build/es/components/Icons/hlCoupon.d.ts +7 -7
- package/build/es/components/Icons/hlCoupon.js +6 -6
- package/build/es/components/Icons/hlDelivery.d.ts +7 -7
- package/build/es/components/Icons/hlDelivery.js +4 -4
- package/build/es/components/Icons/hlDigiturva.d.ts +7 -7
- package/build/es/components/Icons/hlDigiturva.js +4 -4
- package/build/es/components/Icons/hlDisplaySize.d.ts +7 -7
- package/build/es/components/Icons/hlDisplaySize.js +6 -6
- package/build/es/components/Icons/hlDocument.d.ts +7 -7
- package/build/es/components/Icons/hlDocument.js +5 -5
- package/build/es/components/Icons/hlDownload.d.ts +7 -7
- package/build/es/components/Icons/hlDownload.js +6 -6
- package/build/es/components/Icons/hlEnvelope.d.ts +7 -7
- package/build/es/components/Icons/hlEnvelope.js +4 -4
- package/build/es/components/Icons/hlError.d.ts +7 -7
- package/build/es/components/Icons/hlError.js +6 -6
- package/build/es/components/Icons/hlEuro.d.ts +7 -7
- package/build/es/components/Icons/hlEuro.js +4 -4
- package/build/es/components/Icons/hlExclamationMark.d.ts +7 -7
- package/build/es/components/Icons/hlExclamationMark.js +4 -4
- package/build/es/components/Icons/hlExpand.d.ts +7 -7
- package/build/es/components/Icons/hlExpand.js +4 -4
- package/build/es/components/Icons/hlExternal.d.ts +7 -7
- package/build/es/components/Icons/hlExternal.js +4 -4
- package/build/es/components/Icons/hlEyeClosed.d.ts +7 -7
- package/build/es/components/Icons/hlEyeClosed.js +4 -4
- package/build/es/components/Icons/hlEyeOpen.d.ts +7 -7
- package/build/es/components/Icons/hlEyeOpen.js +5 -5
- package/build/es/components/Icons/hlFaceId.d.ts +7 -7
- package/build/es/components/Icons/hlFaceId.js +4 -4
- package/build/es/components/Icons/hlFastDelivery.d.ts +7 -7
- package/build/es/components/Icons/hlFastDelivery.js +4 -4
- package/build/es/components/Icons/hlFingerprint.d.ts +7 -7
- package/build/es/components/Icons/hlFingerprint.js +8 -8
- package/build/es/components/Icons/hlGlobe.d.ts +7 -7
- package/build/es/components/Icons/hlGlobe.js +4 -4
- package/build/es/components/Icons/hlHeadphones.d.ts +7 -7
- package/build/es/components/Icons/hlHeadphones.js +4 -4
- package/build/es/components/Icons/hlHeadset.d.ts +7 -7
- package/build/es/components/Icons/hlHeadset.js +6 -6
- package/build/es/components/Icons/hlHeart.d.ts +7 -7
- package/build/es/components/Icons/hlHeart.js +4 -4
- package/build/es/components/Icons/hlHome.d.ts +7 -7
- package/build/es/components/Icons/hlHome.js +4 -4
- package/build/es/components/Icons/hlHub.d.ts +7 -7
- package/build/es/components/Icons/hlHub.js +5 -5
- package/build/es/components/Icons/hlImage.d.ts +7 -7
- package/build/es/components/Icons/hlImage.js +4 -4
- package/build/es/components/Icons/hlInfo.d.ts +7 -7
- package/build/es/components/Icons/hlInfo.js +6 -6
- package/build/es/components/Icons/hlInstallment.d.ts +7 -7
- package/build/es/components/Icons/hlInstallment.js +5 -5
- package/build/es/components/Icons/hlIotSim.d.ts +7 -7
- package/build/es/components/Icons/hlIotSim.js +5 -5
- package/build/es/components/Icons/hlLaptop.d.ts +7 -7
- package/build/es/components/Icons/hlLaptop.js +4 -4
- package/build/es/components/Icons/hlLink.d.ts +7 -7
- package/build/es/components/Icons/hlLink.js +5 -5
- package/build/es/components/Icons/hlLiveVideo.d.ts +7 -7
- package/build/es/components/Icons/hlLiveVideo.js +4 -4
- package/build/es/components/Icons/hlLock.d.ts +7 -7
- package/build/es/components/Icons/hlLock.js +6 -6
- package/build/es/components/Icons/hlMagnifyingGlass.d.ts +7 -7
- package/build/es/components/Icons/hlMagnifyingGlass.js +5 -5
- package/build/es/components/Icons/hlMarker.d.ts +7 -7
- package/build/es/components/Icons/hlMarker.js +5 -5
- package/build/es/components/Icons/hlMemory.d.ts +7 -7
- package/build/es/components/Icons/hlMemory.js +5 -5
- package/build/es/components/Icons/hlMenu.d.ts +7 -7
- package/build/es/components/Icons/hlMenu.js +4 -4
- package/build/es/components/Icons/hlMinimize.d.ts +7 -7
- package/build/es/components/Icons/hlMinimize.js +4 -4
- package/build/es/components/Icons/hlMinus.d.ts +7 -7
- package/build/es/components/Icons/hlMinus.js +4 -4
- package/build/es/components/Icons/hlMobileData.d.ts +7 -7
- package/build/es/components/Icons/hlMobileData.js +4 -4
- package/build/es/components/Icons/hlMobilePayment.d.ts +7 -7
- package/build/es/components/Icons/hlMobilePayment.js +6 -6
- package/build/es/components/Icons/hlModem.d.ts +7 -7
- package/build/es/components/Icons/hlModem.js +8 -8
- package/build/es/components/Icons/hlMore.d.ts +7 -7
- package/build/es/components/Icons/hlMore.js +6 -6
- package/build/es/components/Icons/hlOs.d.ts +7 -7
- package/build/es/components/Icons/hlOs.js +5 -5
- package/build/es/components/Icons/hlPackage.d.ts +7 -7
- package/build/es/components/Icons/hlPackage.js +4 -4
- package/build/es/components/Icons/hlPaperclip.d.ts +7 -7
- package/build/es/components/Icons/hlPaperclip.js +4 -4
- package/build/es/components/Icons/hlPaytime.d.ts +7 -7
- package/build/es/components/Icons/hlPaytime.js +4 -4
- package/build/es/components/Icons/hlPen.d.ts +7 -7
- package/build/es/components/Icons/hlPen.js +4 -4
- package/build/es/components/Icons/hlPerson.d.ts +7 -7
- package/build/es/components/Icons/hlPerson.js +4 -4
- package/build/es/components/Icons/hlPhone.d.ts +7 -7
- package/build/es/components/Icons/hlPhone.js +5 -5
- package/build/es/components/Icons/hlPlaylist.d.ts +7 -7
- package/build/es/components/Icons/hlPlaylist.js +4 -4
- package/build/es/components/Icons/hlPlus.d.ts +7 -7
- package/build/es/components/Icons/hlPlus.js +5 -5
- package/build/es/components/Icons/hlPrepaid.d.ts +7 -7
- package/build/es/components/Icons/hlPrepaid.js +4 -4
- package/build/es/components/Icons/hlProcessor.d.ts +7 -7
- package/build/es/components/Icons/hlProcessor.js +5 -5
- package/build/es/components/Icons/hlServices.d.ts +7 -7
- package/build/es/components/Icons/hlServices.js +4 -4
- package/build/es/components/Icons/hlSettings.d.ts +7 -7
- package/build/es/components/Icons/hlSettings.js +4 -4
- package/build/es/components/Icons/hlShield.d.ts +7 -7
- package/build/es/components/Icons/hlShield.js +5 -5
- package/build/es/components/Icons/hlSim.d.ts +7 -7
- package/build/es/components/Icons/hlSim.js +5 -5
- package/build/es/components/Icons/hlSimSimple.d.ts +7 -7
- package/build/es/components/Icons/hlSimSimple.js +6 -6
- package/build/es/components/Icons/hlSmile.d.ts +7 -7
- package/build/es/components/Icons/hlSmile.js +7 -7
- package/build/es/components/Icons/hlSpeechBubble.d.ts +7 -7
- package/build/es/components/Icons/hlSpeechBubble.js +5 -5
- package/build/es/components/Icons/hlSquaretrade.d.ts +7 -7
- package/build/es/components/Icons/hlSquaretrade.js +4 -4
- package/build/es/components/Icons/hlStar.d.ts +7 -7
- package/build/es/components/Icons/hlStar.js +4 -4
- package/build/es/components/Icons/hlStarFilled.d.ts +7 -7
- package/build/es/components/Icons/hlStarFilled.js +4 -4
- package/build/es/components/Icons/hlTrash.d.ts +7 -7
- package/build/es/components/Icons/hlTrash.js +5 -5
- package/build/es/components/Icons/hlTv.d.ts +7 -7
- package/build/es/components/Icons/hlTv.js +4 -4
- package/build/es/components/Icons/hlUnlock.d.ts +7 -7
- package/build/es/components/Icons/hlUnlock.js +6 -6
- package/build/es/components/Icons/hlUpload.d.ts +7 -7
- package/build/es/components/Icons/hlUpload.js +6 -6
- package/build/es/components/Icons/hlWarning.d.ts +7 -7
- package/build/es/components/Icons/hlWarning.js +6 -6
- package/build/es/components/Icons/hlWifi.d.ts +7 -7
- package/build/es/components/Icons/hlWifi.js +6 -6
- package/build/es/components/Icons/hlWrench.d.ts +7 -7
- package/build/es/components/Icons/hlWrench.js +4 -4
- package/build/es/components/Icons/hlX.d.ts +7 -7
- package/build/es/components/Icons/hlX.js +4 -4
- package/build/es/components/Icons/index.d.ts +109 -109
- package/build/es/components/InfoDialog/InfoDialog.d.ts +44 -44
- package/build/es/components/InfoDialog/InfoDialog.js +14 -14
- package/build/es/components/Input/Input.d.ts +139 -139
- package/build/es/components/Input/Input.js +60 -60
- package/build/es/components/Label/Label.d.ts +24 -24
- package/build/es/components/Label/Label.js +10 -10
- package/build/es/components/LabelText/LabelText.d.ts +44 -44
- package/build/es/components/LabelText/LabelText.js +8 -8
- package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.d.ts +10 -10
- package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +9 -9
- package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
- package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +69 -69
- package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
- package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +13 -13
- package/build/es/components/MainHeaderNavigation/ChildComponents/LinkModifier.d.ts +10 -10
- package/build/es/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +23 -23
- package/build/es/components/MainHeaderNavigation/ChildComponents/LoginTooltip.d.ts +7 -7
- package/build/es/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +5 -5
- package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +194 -193
- package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +39 -37
- package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +169 -169
- package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.d.ts +8 -7
- package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +8 -6
- package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.d.ts +3 -3
- package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +96 -96
- package/build/es/components/MainHeaderNavigation/ChildComponents/PageSearch.d.ts +6 -6
- package/build/es/components/MainHeaderNavigation/ChildComponents/PageSearch.js +5 -5
- package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.d.ts +45 -36
- package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.js +236 -234
- package/build/es/components/MainHeaderNavigation/context/MobileMenuContext.d.ts +6 -6
- package/build/es/components/MainHeaderNavigation/context/MobileMenuContext.js +2 -2
- package/build/es/components/MainHeaderNavigation/context/NavContext.d.ts +29 -29
- package/build/es/components/MainHeaderNavigation/context/NavContext.js +47 -47
- package/build/es/components/MainHeaderNavigation/globalNavStyles.d.ts +1482 -1482
- package/build/es/components/MainHeaderNavigation/globalNavStyles.js +8 -8
- package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.d.ts +3 -3
- package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.js +18 -18
- package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
- package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +98 -98
- package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +172 -172
- package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +43 -43
- package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
- package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +13 -13
- package/build/es/components/MainNavigation/ChildComponents/LinkModifier.d.ts +9 -9
- package/build/es/components/MainNavigation/ChildComponents/LinkModifier.js +22 -22
- package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.d.ts +6 -6
- package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.js +6 -6
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.d.ts +24 -24
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +34 -34
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +168 -168
- package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.d.ts +7 -7
- package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.js +7 -7
- package/build/es/components/MainNavigation/ChildComponents/MobileMenu.d.ts +3 -3
- package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +97 -97
- package/build/es/components/MainNavigation/ChildComponents/PageSearch.d.ts +6 -6
- package/build/es/components/MainNavigation/ChildComponents/PageSearch.js +6 -6
- package/build/es/components/MainNavigation/ChildComponents/Ribbon.d.ts +13 -13
- package/build/es/components/MainNavigation/ChildComponents/Ribbon.js +10 -10
- package/build/es/components/MainNavigation/MainNavigation.d.ts +35 -35
- package/build/es/components/MainNavigation/MainNavigation.js +243 -243
- package/build/es/components/MainNavigation/context/MobileMenuContext.d.ts +6 -6
- package/build/es/components/MainNavigation/context/MobileMenuContext.js +2 -2
- package/build/es/components/MainNavigation/context/NavContext.d.ts +29 -29
- package/build/es/components/MainNavigation/context/NavContext.js +37 -37
- package/build/es/components/MainNavigation/globalNavStyles.d.ts +661 -661
- package/build/es/components/MainNavigation/globalNavStyles.js +3 -3
- package/build/es/components/Modal/Modal.d.ts +69 -69
- package/build/es/components/Modal/Modal.js +22 -22
- package/build/es/components/Notification/Notification.d.ts +48 -48
- package/build/es/components/Notification/Notification.js +19 -19
- package/build/es/components/NotificationBadge/NotificationBadge.d.ts +42 -42
- package/build/es/components/NotificationBadge/NotificationBadge.js +5 -5
- package/build/es/components/Pill/Pill.d.ts +78 -78
- package/build/es/components/Pill/Pill.js +22 -22
- package/build/es/components/PixelLoader/PixelLoader.d.ts +21 -21
- package/build/es/components/PixelLoader/PixelLoader.js +11 -11
- package/build/es/components/PriorityNavigation/PriorityNavigation.d.ts +44 -44
- package/build/es/components/PriorityNavigation/PriorityNavigation.js +154 -154
- package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.d.ts +42 -42
- package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.js +8 -8
- package/build/es/components/ProgressIndicator/ProgressIndicator.d.ts +41 -41
- package/build/es/components/ProgressIndicator/ProgressIndicator.js +42 -42
- package/build/es/components/RadioButton/RadioButton.d.ts +50 -50
- package/build/es/components/RadioButton/RadioButton.js +8 -8
- package/build/es/components/ReadMore/ReadMore.d.ts +74 -18
- package/build/es/components/ReadMore/ReadMore.js +54 -51
- package/build/es/components/Search/Search.d.ts +59 -59
- package/build/es/components/Search/Search.js +18 -18
- package/build/es/components/SecondaryNavigation/SecondaryNavigation.d.ts +90 -90
- package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +59 -59
- package/build/es/components/Selectbox/Selectbox.d.ts +119 -119
- package/build/es/components/Selectbox/Selectbox.js +84 -84
- package/build/es/components/Switch/Switch.d.ts +42 -42
- package/build/es/components/Switch/Switch.js +23 -23
- package/build/es/components/Tab/Tab.d.ts +75 -75
- package/build/es/components/Tab/Tab.js +37 -37
- package/build/es/components/Tabs/Tabs.d.ts +45 -45
- package/build/es/components/Tabs/Tabs.js +57 -57
- package/build/es/components/Textarea/Textarea.d.ts +95 -95
- package/build/es/components/Textarea/Textarea.js +28 -28
- package/build/es/components/Toaster/Toaster.d.ts +45 -45
- package/build/es/components/Toaster/Toaster.js +23 -23
- package/build/es/components/Tooltip/Tooltip.d.ts +71 -71
- package/build/es/components/Tooltip/Tooltip.js +19 -19
- package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +334 -334
- package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +3 -3
- package/build/es/components/TooltipMenu/TooltipMenu.d.ts +42 -42
- package/build/es/components/TooltipMenu/TooltipMenu.js +27 -27
- package/build/es/components/index.d.ts +50 -48
- package/build/es/hooks/useCloseOutsideOrElementClicked.d.ts +13 -13
- package/build/es/hooks/useCloseOutsideOrElementClicked.js +29 -29
- package/build/es/hooks/useDebounce.d.ts +2 -2
- package/build/es/hooks/useDebounce.js +14 -14
- package/build/es/hooks/useDocHeight.d.ts +2 -2
- package/build/es/hooks/useDocHeight.js +15 -15
- package/build/es/hooks/useOutsideClick.d.ts +9 -9
- package/build/es/hooks/useOutsideClick.js +18 -18
- package/build/es/hooks/useResizeObserver.d.ts +7 -7
- package/build/es/hooks/useResizeObserver.js +28 -28
- package/build/es/hooks/useScrollPosition.d.ts +22 -22
- package/build/es/hooks/useScrollPosition.js +61 -61
- package/build/es/hooks/useWindowSize.d.ts +6 -6
- package/build/es/hooks/useWindowSize.js +21 -21
- package/build/es/index.d.ts +6 -6
- package/build/es/index.js +2 -0
- package/build/es/themes/globalStyles.d.ts +491 -491
- package/build/es/themes/globalStyles.js +2 -2
- package/build/es/themes/gridTheme.d.ts +4 -4
- package/build/es/themes/gridTheme.js +2 -2
- package/build/es/themes/styled.d.ts +1137 -1137
- package/build/es/themes/theme.d.ts +165 -165
- package/build/es/themes/theme.js +12 -12
- package/build/es/themes/themeComponents/base.d.ts +11 -11
- package/build/es/themes/themeComponents/base.js +9 -9
- package/build/es/themes/themeComponents/breakpoints.d.ts +5 -5
- package/build/es/themes/themeComponents/breakpoints.js +6 -6
- package/build/es/themes/themeComponents/color.d.ts +88 -88
- package/build/es/themes/themeComponents/color.js +82 -82
- package/build/es/themes/themeComponents/fontFamily.d.ts +6 -6
- package/build/es/themes/themeComponents/fontFamily.js +4 -4
- package/build/es/themes/themeComponents/fontSize.d.ts +19 -19
- package/build/es/themes/themeComponents/fontSize.js +16 -16
- package/build/es/themes/themeComponents/fontWeight.d.ts +19 -19
- package/build/es/themes/themeComponents/fontWeight.js +17 -17
- package/build/es/themes/themeComponents/forms.d.ts +5 -5
- package/build/es/themes/themeComponents/forms.js +3 -3
- package/build/es/themes/themeComponents/lineHeight.d.ts +20 -20
- package/build/es/themes/themeComponents/lineHeight.js +17 -17
- package/build/es/themes/themeComponents/navigation.d.ts +34 -34
- package/build/es/themes/themeComponents/navigation.js +32 -32
- package/build/es/themes/themeComponents/radius.d.ts +29 -29
- package/build/es/themes/themeComponents/radius.js +27 -27
- package/build/es/utils/common.d.ts +6 -6
- package/build/es/utils/common.js +19 -19
- package/build/es/utils/createStyled.d.ts +172 -172
- package/build/es/utils/createStyled.js +3 -3
- package/build/es/utils/styledUtils.d.ts +9 -9
- package/build/es/utils/styledUtils.js +5 -5
- package/package.json +8 -12
|
@@ -1,1482 +1,1482 @@
|
|
|
1
|
-
export declare const LogoLink: import("styled-components").StyledComponent<"a", {
|
|
2
|
-
base: {
|
|
3
|
-
baseHeight: {
|
|
4
|
-
value: number;
|
|
5
|
-
unit: string;
|
|
6
|
-
};
|
|
7
|
-
baseWidth: {
|
|
8
|
-
value: number;
|
|
9
|
-
unit: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
13
|
-
color: {
|
|
14
|
-
default: {
|
|
15
|
-
pink: string;
|
|
16
|
-
plum: string;
|
|
17
|
-
white: string;
|
|
18
|
-
black: string;
|
|
19
|
-
};
|
|
20
|
-
accent: {
|
|
21
|
-
lemon: string;
|
|
22
|
-
sky: string;
|
|
23
|
-
orange: string;
|
|
24
|
-
};
|
|
25
|
-
hover: {
|
|
26
|
-
pink: string;
|
|
27
|
-
};
|
|
28
|
-
text: {
|
|
29
|
-
gray: string;
|
|
30
|
-
pink: string;
|
|
31
|
-
plum: string;
|
|
32
|
-
white: string;
|
|
33
|
-
black: string;
|
|
34
|
-
};
|
|
35
|
-
line: {
|
|
36
|
-
L01: string;
|
|
37
|
-
L02: string;
|
|
38
|
-
L03: string;
|
|
39
|
-
L04: string;
|
|
40
|
-
};
|
|
41
|
-
notification: {
|
|
42
|
-
info: string;
|
|
43
|
-
success: string;
|
|
44
|
-
warning: string;
|
|
45
|
-
error: string;
|
|
46
|
-
};
|
|
47
|
-
background: {
|
|
48
|
-
sand: {
|
|
49
|
-
default: string;
|
|
50
|
-
E01: string;
|
|
51
|
-
E02: string;
|
|
52
|
-
};
|
|
53
|
-
pink: {
|
|
54
|
-
default: string;
|
|
55
|
-
E01: string;
|
|
56
|
-
E02: string;
|
|
57
|
-
};
|
|
58
|
-
plum: {
|
|
59
|
-
default: string;
|
|
60
|
-
E01: string;
|
|
61
|
-
E02: string;
|
|
62
|
-
};
|
|
63
|
-
lemon: {
|
|
64
|
-
default: string;
|
|
65
|
-
E01: string;
|
|
66
|
-
E02: string;
|
|
67
|
-
};
|
|
68
|
-
sky: {
|
|
69
|
-
default: string;
|
|
70
|
-
E01: string;
|
|
71
|
-
E02: string;
|
|
72
|
-
};
|
|
73
|
-
orange: {
|
|
74
|
-
default: string;
|
|
75
|
-
E01: string;
|
|
76
|
-
E02: string;
|
|
77
|
-
};
|
|
78
|
-
white: {
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
focus: {
|
|
83
|
-
dark: string;
|
|
84
|
-
light: string;
|
|
85
|
-
};
|
|
86
|
-
transparency: {
|
|
87
|
-
T0: string;
|
|
88
|
-
T10: string;
|
|
89
|
-
T20: string;
|
|
90
|
-
T30: string;
|
|
91
|
-
T40: string;
|
|
92
|
-
T50: string;
|
|
93
|
-
T60: string;
|
|
94
|
-
T70: string;
|
|
95
|
-
T80: string;
|
|
96
|
-
T90: string;
|
|
97
|
-
T100: string;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
fontFamily: {
|
|
101
|
-
default: string;
|
|
102
|
-
heading: string;
|
|
103
|
-
numerals: string;
|
|
104
|
-
};
|
|
105
|
-
fontSize: {
|
|
106
|
-
default: string;
|
|
107
|
-
xl: string;
|
|
108
|
-
l: string;
|
|
109
|
-
s: string;
|
|
110
|
-
xs: string;
|
|
111
|
-
h1XL: string;
|
|
112
|
-
h1L: string;
|
|
113
|
-
h1M: string;
|
|
114
|
-
h1S: string;
|
|
115
|
-
h2M: string;
|
|
116
|
-
h2S: string;
|
|
117
|
-
h3: string;
|
|
118
|
-
h4: string;
|
|
119
|
-
h5: string;
|
|
120
|
-
h1: string;
|
|
121
|
-
h2: string;
|
|
122
|
-
};
|
|
123
|
-
fontWeight: {
|
|
124
|
-
book: number;
|
|
125
|
-
medium: number;
|
|
126
|
-
bold: number;
|
|
127
|
-
black: number;
|
|
128
|
-
};
|
|
129
|
-
form: {
|
|
130
|
-
smallSelectWidth: string;
|
|
131
|
-
smallSelectHeight: string;
|
|
132
|
-
};
|
|
133
|
-
grid: {
|
|
134
|
-
gutter: string;
|
|
135
|
-
};
|
|
136
|
-
lineHeight: {
|
|
137
|
-
default: string;
|
|
138
|
-
xl: string;
|
|
139
|
-
s: string;
|
|
140
|
-
xs: string;
|
|
141
|
-
xxs: string;
|
|
142
|
-
auto: string;
|
|
143
|
-
h1XL: string;
|
|
144
|
-
h1L: string;
|
|
145
|
-
h1M: string;
|
|
146
|
-
h1S: string;
|
|
147
|
-
h2M: string;
|
|
148
|
-
h2S: string;
|
|
149
|
-
h3: string;
|
|
150
|
-
h4: string;
|
|
151
|
-
h5: string;
|
|
152
|
-
h1: string;
|
|
153
|
-
h2: string;
|
|
154
|
-
};
|
|
155
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
156
|
-
radius: {
|
|
157
|
-
default: string;
|
|
158
|
-
s: string;
|
|
159
|
-
xs: string;
|
|
160
|
-
circle: string;
|
|
161
|
-
pill: string;
|
|
162
|
-
};
|
|
163
|
-
}, {}, never>;
|
|
164
|
-
export declare const DesktopMenuContainer: import("styled-components").StyledComponent<"nav", {
|
|
165
|
-
base: {
|
|
166
|
-
baseHeight: {
|
|
167
|
-
value: number;
|
|
168
|
-
unit: string;
|
|
169
|
-
};
|
|
170
|
-
baseWidth: {
|
|
171
|
-
value: number;
|
|
172
|
-
unit: string;
|
|
173
|
-
};
|
|
174
|
-
};
|
|
175
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
176
|
-
color: {
|
|
177
|
-
default: {
|
|
178
|
-
pink: string;
|
|
179
|
-
plum: string;
|
|
180
|
-
white: string;
|
|
181
|
-
black: string;
|
|
182
|
-
};
|
|
183
|
-
accent: {
|
|
184
|
-
lemon: string;
|
|
185
|
-
sky: string;
|
|
186
|
-
orange: string;
|
|
187
|
-
};
|
|
188
|
-
hover: {
|
|
189
|
-
pink: string;
|
|
190
|
-
};
|
|
191
|
-
text: {
|
|
192
|
-
gray: string;
|
|
193
|
-
pink: string;
|
|
194
|
-
plum: string;
|
|
195
|
-
white: string;
|
|
196
|
-
black: string;
|
|
197
|
-
};
|
|
198
|
-
line: {
|
|
199
|
-
L01: string;
|
|
200
|
-
L02: string;
|
|
201
|
-
L03: string;
|
|
202
|
-
L04: string;
|
|
203
|
-
};
|
|
204
|
-
notification: {
|
|
205
|
-
info: string;
|
|
206
|
-
success: string;
|
|
207
|
-
warning: string;
|
|
208
|
-
error: string;
|
|
209
|
-
};
|
|
210
|
-
background: {
|
|
211
|
-
sand: {
|
|
212
|
-
default: string;
|
|
213
|
-
E01: string;
|
|
214
|
-
E02: string;
|
|
215
|
-
};
|
|
216
|
-
pink: {
|
|
217
|
-
default: string;
|
|
218
|
-
E01: string;
|
|
219
|
-
E02: string;
|
|
220
|
-
};
|
|
221
|
-
plum: {
|
|
222
|
-
default: string;
|
|
223
|
-
E01: string;
|
|
224
|
-
E02: string;
|
|
225
|
-
};
|
|
226
|
-
lemon: {
|
|
227
|
-
default: string;
|
|
228
|
-
E01: string;
|
|
229
|
-
E02: string;
|
|
230
|
-
};
|
|
231
|
-
sky: {
|
|
232
|
-
default: string;
|
|
233
|
-
E01: string;
|
|
234
|
-
E02: string;
|
|
235
|
-
};
|
|
236
|
-
orange: {
|
|
237
|
-
default: string;
|
|
238
|
-
E01: string;
|
|
239
|
-
E02: string;
|
|
240
|
-
};
|
|
241
|
-
white: {
|
|
242
|
-
default: string;
|
|
243
|
-
};
|
|
244
|
-
};
|
|
245
|
-
focus: {
|
|
246
|
-
dark: string;
|
|
247
|
-
light: string;
|
|
248
|
-
};
|
|
249
|
-
transparency: {
|
|
250
|
-
T0: string;
|
|
251
|
-
T10: string;
|
|
252
|
-
T20: string;
|
|
253
|
-
T30: string;
|
|
254
|
-
T40: string;
|
|
255
|
-
T50: string;
|
|
256
|
-
T60: string;
|
|
257
|
-
T70: string;
|
|
258
|
-
T80: string;
|
|
259
|
-
T90: string;
|
|
260
|
-
T100: string;
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
fontFamily: {
|
|
264
|
-
default: string;
|
|
265
|
-
heading: string;
|
|
266
|
-
numerals: string;
|
|
267
|
-
};
|
|
268
|
-
fontSize: {
|
|
269
|
-
default: string;
|
|
270
|
-
xl: string;
|
|
271
|
-
l: string;
|
|
272
|
-
s: string;
|
|
273
|
-
xs: string;
|
|
274
|
-
h1XL: string;
|
|
275
|
-
h1L: string;
|
|
276
|
-
h1M: string;
|
|
277
|
-
h1S: string;
|
|
278
|
-
h2M: string;
|
|
279
|
-
h2S: string;
|
|
280
|
-
h3: string;
|
|
281
|
-
h4: string;
|
|
282
|
-
h5: string;
|
|
283
|
-
h1: string;
|
|
284
|
-
h2: string;
|
|
285
|
-
};
|
|
286
|
-
fontWeight: {
|
|
287
|
-
book: number;
|
|
288
|
-
medium: number;
|
|
289
|
-
bold: number;
|
|
290
|
-
black: number;
|
|
291
|
-
};
|
|
292
|
-
form: {
|
|
293
|
-
smallSelectWidth: string;
|
|
294
|
-
smallSelectHeight: string;
|
|
295
|
-
};
|
|
296
|
-
grid: {
|
|
297
|
-
gutter: string;
|
|
298
|
-
};
|
|
299
|
-
lineHeight: {
|
|
300
|
-
default: string;
|
|
301
|
-
xl: string;
|
|
302
|
-
s: string;
|
|
303
|
-
xs: string;
|
|
304
|
-
xxs: string;
|
|
305
|
-
auto: string;
|
|
306
|
-
h1XL: string;
|
|
307
|
-
h1L: string;
|
|
308
|
-
h1M: string;
|
|
309
|
-
h1S: string;
|
|
310
|
-
h2M: string;
|
|
311
|
-
h2S: string;
|
|
312
|
-
h3: string;
|
|
313
|
-
h4: string;
|
|
314
|
-
h5: string;
|
|
315
|
-
h1: string;
|
|
316
|
-
h2: string;
|
|
317
|
-
};
|
|
318
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
319
|
-
radius: {
|
|
320
|
-
default: string;
|
|
321
|
-
s: string;
|
|
322
|
-
xs: string;
|
|
323
|
-
circle: string;
|
|
324
|
-
pill: string;
|
|
325
|
-
};
|
|
326
|
-
}, {
|
|
327
|
-
collapseSize: number;
|
|
328
|
-
}, never>;
|
|
329
|
-
export declare const MobileMenuButton: import("styled-components").StyledComponent<"button", {
|
|
330
|
-
base: {
|
|
331
|
-
baseHeight: {
|
|
332
|
-
value: number;
|
|
333
|
-
unit: string;
|
|
334
|
-
};
|
|
335
|
-
baseWidth: {
|
|
336
|
-
value: number;
|
|
337
|
-
unit: string;
|
|
338
|
-
};
|
|
339
|
-
};
|
|
340
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
341
|
-
color: {
|
|
342
|
-
default: {
|
|
343
|
-
pink: string;
|
|
344
|
-
plum: string;
|
|
345
|
-
white: string;
|
|
346
|
-
black: string;
|
|
347
|
-
};
|
|
348
|
-
accent: {
|
|
349
|
-
lemon: string;
|
|
350
|
-
sky: string;
|
|
351
|
-
orange: string;
|
|
352
|
-
};
|
|
353
|
-
hover: {
|
|
354
|
-
pink: string;
|
|
355
|
-
};
|
|
356
|
-
text: {
|
|
357
|
-
gray: string;
|
|
358
|
-
pink: string;
|
|
359
|
-
plum: string;
|
|
360
|
-
white: string;
|
|
361
|
-
black: string;
|
|
362
|
-
};
|
|
363
|
-
line: {
|
|
364
|
-
L01: string;
|
|
365
|
-
L02: string;
|
|
366
|
-
L03: string;
|
|
367
|
-
L04: string;
|
|
368
|
-
};
|
|
369
|
-
notification: {
|
|
370
|
-
info: string;
|
|
371
|
-
success: string;
|
|
372
|
-
warning: string;
|
|
373
|
-
error: string;
|
|
374
|
-
};
|
|
375
|
-
background: {
|
|
376
|
-
sand: {
|
|
377
|
-
default: string;
|
|
378
|
-
E01: string;
|
|
379
|
-
E02: string;
|
|
380
|
-
};
|
|
381
|
-
pink: {
|
|
382
|
-
default: string;
|
|
383
|
-
E01: string;
|
|
384
|
-
E02: string;
|
|
385
|
-
};
|
|
386
|
-
plum: {
|
|
387
|
-
default: string;
|
|
388
|
-
E01: string;
|
|
389
|
-
E02: string;
|
|
390
|
-
};
|
|
391
|
-
lemon: {
|
|
392
|
-
default: string;
|
|
393
|
-
E01: string;
|
|
394
|
-
E02: string;
|
|
395
|
-
};
|
|
396
|
-
sky: {
|
|
397
|
-
default: string;
|
|
398
|
-
E01: string;
|
|
399
|
-
E02: string;
|
|
400
|
-
};
|
|
401
|
-
orange: {
|
|
402
|
-
default: string;
|
|
403
|
-
E01: string;
|
|
404
|
-
E02: string;
|
|
405
|
-
};
|
|
406
|
-
white: {
|
|
407
|
-
default: string;
|
|
408
|
-
};
|
|
409
|
-
};
|
|
410
|
-
focus: {
|
|
411
|
-
dark: string;
|
|
412
|
-
light: string;
|
|
413
|
-
};
|
|
414
|
-
transparency: {
|
|
415
|
-
T0: string;
|
|
416
|
-
T10: string;
|
|
417
|
-
T20: string;
|
|
418
|
-
T30: string;
|
|
419
|
-
T40: string;
|
|
420
|
-
T50: string;
|
|
421
|
-
T60: string;
|
|
422
|
-
T70: string;
|
|
423
|
-
T80: string;
|
|
424
|
-
T90: string;
|
|
425
|
-
T100: string;
|
|
426
|
-
};
|
|
427
|
-
};
|
|
428
|
-
fontFamily: {
|
|
429
|
-
default: string;
|
|
430
|
-
heading: string;
|
|
431
|
-
numerals: string;
|
|
432
|
-
};
|
|
433
|
-
fontSize: {
|
|
434
|
-
default: string;
|
|
435
|
-
xl: string;
|
|
436
|
-
l: string;
|
|
437
|
-
s: string;
|
|
438
|
-
xs: string;
|
|
439
|
-
h1XL: string;
|
|
440
|
-
h1L: string;
|
|
441
|
-
h1M: string;
|
|
442
|
-
h1S: string;
|
|
443
|
-
h2M: string;
|
|
444
|
-
h2S: string;
|
|
445
|
-
h3: string;
|
|
446
|
-
h4: string;
|
|
447
|
-
h5: string;
|
|
448
|
-
h1: string;
|
|
449
|
-
h2: string;
|
|
450
|
-
};
|
|
451
|
-
fontWeight: {
|
|
452
|
-
book: number;
|
|
453
|
-
medium: number;
|
|
454
|
-
bold: number;
|
|
455
|
-
black: number;
|
|
456
|
-
};
|
|
457
|
-
form: {
|
|
458
|
-
smallSelectWidth: string;
|
|
459
|
-
smallSelectHeight: string;
|
|
460
|
-
};
|
|
461
|
-
grid: {
|
|
462
|
-
gutter: string;
|
|
463
|
-
};
|
|
464
|
-
lineHeight: {
|
|
465
|
-
default: string;
|
|
466
|
-
xl: string;
|
|
467
|
-
s: string;
|
|
468
|
-
xs: string;
|
|
469
|
-
xxs: string;
|
|
470
|
-
auto: string;
|
|
471
|
-
h1XL: string;
|
|
472
|
-
h1L: string;
|
|
473
|
-
h1M: string;
|
|
474
|
-
h1S: string;
|
|
475
|
-
h2M: string;
|
|
476
|
-
h2S: string;
|
|
477
|
-
h3: string;
|
|
478
|
-
h4: string;
|
|
479
|
-
h5: string;
|
|
480
|
-
h1: string;
|
|
481
|
-
h2: string;
|
|
482
|
-
};
|
|
483
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
484
|
-
radius: {
|
|
485
|
-
default: string;
|
|
486
|
-
s: string;
|
|
487
|
-
xs: string;
|
|
488
|
-
circle: string;
|
|
489
|
-
pill: string;
|
|
490
|
-
};
|
|
491
|
-
}, {}, never>;
|
|
492
|
-
export declare const HeaderIconContainer: import("styled-components").StyledComponent<"div", {
|
|
493
|
-
base: {
|
|
494
|
-
baseHeight: {
|
|
495
|
-
value: number;
|
|
496
|
-
unit: string;
|
|
497
|
-
};
|
|
498
|
-
baseWidth: {
|
|
499
|
-
value: number;
|
|
500
|
-
unit: string;
|
|
501
|
-
};
|
|
502
|
-
};
|
|
503
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
504
|
-
color: {
|
|
505
|
-
default: {
|
|
506
|
-
pink: string;
|
|
507
|
-
plum: string;
|
|
508
|
-
white: string;
|
|
509
|
-
black: string;
|
|
510
|
-
};
|
|
511
|
-
accent: {
|
|
512
|
-
lemon: string;
|
|
513
|
-
sky: string;
|
|
514
|
-
orange: string;
|
|
515
|
-
};
|
|
516
|
-
hover: {
|
|
517
|
-
pink: string;
|
|
518
|
-
};
|
|
519
|
-
text: {
|
|
520
|
-
gray: string;
|
|
521
|
-
pink: string;
|
|
522
|
-
plum: string;
|
|
523
|
-
white: string;
|
|
524
|
-
black: string;
|
|
525
|
-
};
|
|
526
|
-
line: {
|
|
527
|
-
L01: string;
|
|
528
|
-
L02: string;
|
|
529
|
-
L03: string;
|
|
530
|
-
L04: string;
|
|
531
|
-
};
|
|
532
|
-
notification: {
|
|
533
|
-
info: string;
|
|
534
|
-
success: string;
|
|
535
|
-
warning: string;
|
|
536
|
-
error: string;
|
|
537
|
-
};
|
|
538
|
-
background: {
|
|
539
|
-
sand: {
|
|
540
|
-
default: string;
|
|
541
|
-
E01: string;
|
|
542
|
-
E02: string;
|
|
543
|
-
};
|
|
544
|
-
pink: {
|
|
545
|
-
default: string;
|
|
546
|
-
E01: string;
|
|
547
|
-
E02: string;
|
|
548
|
-
};
|
|
549
|
-
plum: {
|
|
550
|
-
default: string;
|
|
551
|
-
E01: string;
|
|
552
|
-
E02: string;
|
|
553
|
-
};
|
|
554
|
-
lemon: {
|
|
555
|
-
default: string;
|
|
556
|
-
E01: string;
|
|
557
|
-
E02: string;
|
|
558
|
-
};
|
|
559
|
-
sky: {
|
|
560
|
-
default: string;
|
|
561
|
-
E01: string;
|
|
562
|
-
E02: string;
|
|
563
|
-
};
|
|
564
|
-
orange: {
|
|
565
|
-
default: string;
|
|
566
|
-
E01: string;
|
|
567
|
-
E02: string;
|
|
568
|
-
};
|
|
569
|
-
white: {
|
|
570
|
-
default: string;
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
focus: {
|
|
574
|
-
dark: string;
|
|
575
|
-
light: string;
|
|
576
|
-
};
|
|
577
|
-
transparency: {
|
|
578
|
-
T0: string;
|
|
579
|
-
T10: string;
|
|
580
|
-
T20: string;
|
|
581
|
-
T30: string;
|
|
582
|
-
T40: string;
|
|
583
|
-
T50: string;
|
|
584
|
-
T60: string;
|
|
585
|
-
T70: string;
|
|
586
|
-
T80: string;
|
|
587
|
-
T90: string;
|
|
588
|
-
T100: string;
|
|
589
|
-
};
|
|
590
|
-
};
|
|
591
|
-
fontFamily: {
|
|
592
|
-
default: string;
|
|
593
|
-
heading: string;
|
|
594
|
-
numerals: string;
|
|
595
|
-
};
|
|
596
|
-
fontSize: {
|
|
597
|
-
default: string;
|
|
598
|
-
xl: string;
|
|
599
|
-
l: string;
|
|
600
|
-
s: string;
|
|
601
|
-
xs: string;
|
|
602
|
-
h1XL: string;
|
|
603
|
-
h1L: string;
|
|
604
|
-
h1M: string;
|
|
605
|
-
h1S: string;
|
|
606
|
-
h2M: string;
|
|
607
|
-
h2S: string;
|
|
608
|
-
h3: string;
|
|
609
|
-
h4: string;
|
|
610
|
-
h5: string;
|
|
611
|
-
h1: string;
|
|
612
|
-
h2: string;
|
|
613
|
-
};
|
|
614
|
-
fontWeight: {
|
|
615
|
-
book: number;
|
|
616
|
-
medium: number;
|
|
617
|
-
bold: number;
|
|
618
|
-
black: number;
|
|
619
|
-
};
|
|
620
|
-
form: {
|
|
621
|
-
smallSelectWidth: string;
|
|
622
|
-
smallSelectHeight: string;
|
|
623
|
-
};
|
|
624
|
-
grid: {
|
|
625
|
-
gutter: string;
|
|
626
|
-
};
|
|
627
|
-
lineHeight: {
|
|
628
|
-
default: string;
|
|
629
|
-
xl: string;
|
|
630
|
-
s: string;
|
|
631
|
-
xs: string;
|
|
632
|
-
xxs: string;
|
|
633
|
-
auto: string;
|
|
634
|
-
h1XL: string;
|
|
635
|
-
h1L: string;
|
|
636
|
-
h1M: string;
|
|
637
|
-
h1S: string;
|
|
638
|
-
h2M: string;
|
|
639
|
-
h2S: string;
|
|
640
|
-
h3: string;
|
|
641
|
-
h4: string;
|
|
642
|
-
h5: string;
|
|
643
|
-
h1: string;
|
|
644
|
-
h2: string;
|
|
645
|
-
};
|
|
646
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
647
|
-
radius: {
|
|
648
|
-
default: string;
|
|
649
|
-
s: string;
|
|
650
|
-
xs: string;
|
|
651
|
-
circle: string;
|
|
652
|
-
pill: string;
|
|
653
|
-
};
|
|
654
|
-
}, {
|
|
655
|
-
collapseSize: number;
|
|
656
|
-
}, never>;
|
|
657
|
-
export declare const MenuItem: import("styled-components").StyledComponent<"li", {
|
|
658
|
-
base: {
|
|
659
|
-
baseHeight: {
|
|
660
|
-
value: number;
|
|
661
|
-
unit: string;
|
|
662
|
-
};
|
|
663
|
-
baseWidth: {
|
|
664
|
-
value: number;
|
|
665
|
-
unit: string;
|
|
666
|
-
};
|
|
667
|
-
};
|
|
668
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
669
|
-
color: {
|
|
670
|
-
default: {
|
|
671
|
-
pink: string;
|
|
672
|
-
plum: string;
|
|
673
|
-
white: string;
|
|
674
|
-
black: string;
|
|
675
|
-
};
|
|
676
|
-
accent: {
|
|
677
|
-
lemon: string;
|
|
678
|
-
sky: string;
|
|
679
|
-
orange: string;
|
|
680
|
-
};
|
|
681
|
-
hover: {
|
|
682
|
-
pink: string;
|
|
683
|
-
};
|
|
684
|
-
text: {
|
|
685
|
-
gray: string;
|
|
686
|
-
pink: string;
|
|
687
|
-
plum: string;
|
|
688
|
-
white: string;
|
|
689
|
-
black: string;
|
|
690
|
-
};
|
|
691
|
-
line: {
|
|
692
|
-
L01: string;
|
|
693
|
-
L02: string;
|
|
694
|
-
L03: string;
|
|
695
|
-
L04: string;
|
|
696
|
-
};
|
|
697
|
-
notification: {
|
|
698
|
-
info: string;
|
|
699
|
-
success: string;
|
|
700
|
-
warning: string;
|
|
701
|
-
error: string;
|
|
702
|
-
};
|
|
703
|
-
background: {
|
|
704
|
-
sand: {
|
|
705
|
-
default: string;
|
|
706
|
-
E01: string;
|
|
707
|
-
E02: string;
|
|
708
|
-
};
|
|
709
|
-
pink: {
|
|
710
|
-
default: string;
|
|
711
|
-
E01: string;
|
|
712
|
-
E02: string;
|
|
713
|
-
};
|
|
714
|
-
plum: {
|
|
715
|
-
default: string;
|
|
716
|
-
E01: string;
|
|
717
|
-
E02: string;
|
|
718
|
-
};
|
|
719
|
-
lemon: {
|
|
720
|
-
default: string;
|
|
721
|
-
E01: string;
|
|
722
|
-
E02: string;
|
|
723
|
-
};
|
|
724
|
-
sky: {
|
|
725
|
-
default: string;
|
|
726
|
-
E01: string;
|
|
727
|
-
E02: string;
|
|
728
|
-
};
|
|
729
|
-
orange: {
|
|
730
|
-
default: string;
|
|
731
|
-
E01: string;
|
|
732
|
-
E02: string;
|
|
733
|
-
};
|
|
734
|
-
white: {
|
|
735
|
-
default: string;
|
|
736
|
-
};
|
|
737
|
-
};
|
|
738
|
-
focus: {
|
|
739
|
-
dark: string;
|
|
740
|
-
light: string;
|
|
741
|
-
};
|
|
742
|
-
transparency: {
|
|
743
|
-
T0: string;
|
|
744
|
-
T10: string;
|
|
745
|
-
T20: string;
|
|
746
|
-
T30: string;
|
|
747
|
-
T40: string;
|
|
748
|
-
T50: string;
|
|
749
|
-
T60: string;
|
|
750
|
-
T70: string;
|
|
751
|
-
T80: string;
|
|
752
|
-
T90: string;
|
|
753
|
-
T100: string;
|
|
754
|
-
};
|
|
755
|
-
};
|
|
756
|
-
fontFamily: {
|
|
757
|
-
default: string;
|
|
758
|
-
heading: string;
|
|
759
|
-
numerals: string;
|
|
760
|
-
};
|
|
761
|
-
fontSize: {
|
|
762
|
-
default: string;
|
|
763
|
-
xl: string;
|
|
764
|
-
l: string;
|
|
765
|
-
s: string;
|
|
766
|
-
xs: string;
|
|
767
|
-
h1XL: string;
|
|
768
|
-
h1L: string;
|
|
769
|
-
h1M: string;
|
|
770
|
-
h1S: string;
|
|
771
|
-
h2M: string;
|
|
772
|
-
h2S: string;
|
|
773
|
-
h3: string;
|
|
774
|
-
h4: string;
|
|
775
|
-
h5: string;
|
|
776
|
-
h1: string;
|
|
777
|
-
h2: string;
|
|
778
|
-
};
|
|
779
|
-
fontWeight: {
|
|
780
|
-
book: number;
|
|
781
|
-
medium: number;
|
|
782
|
-
bold: number;
|
|
783
|
-
black: number;
|
|
784
|
-
};
|
|
785
|
-
form: {
|
|
786
|
-
smallSelectWidth: string;
|
|
787
|
-
smallSelectHeight: string;
|
|
788
|
-
};
|
|
789
|
-
grid: {
|
|
790
|
-
gutter: string;
|
|
791
|
-
};
|
|
792
|
-
lineHeight: {
|
|
793
|
-
default: string;
|
|
794
|
-
xl: string;
|
|
795
|
-
s: string;
|
|
796
|
-
xs: string;
|
|
797
|
-
xxs: string;
|
|
798
|
-
auto: string;
|
|
799
|
-
h1XL: string;
|
|
800
|
-
h1L: string;
|
|
801
|
-
h1M: string;
|
|
802
|
-
h1S: string;
|
|
803
|
-
h2M: string;
|
|
804
|
-
h2S: string;
|
|
805
|
-
h3: string;
|
|
806
|
-
h4: string;
|
|
807
|
-
h5: string;
|
|
808
|
-
h1: string;
|
|
809
|
-
h2: string;
|
|
810
|
-
};
|
|
811
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
812
|
-
radius: {
|
|
813
|
-
default: string;
|
|
814
|
-
s: string;
|
|
815
|
-
xs: string;
|
|
816
|
-
circle: string;
|
|
817
|
-
pill: string;
|
|
818
|
-
};
|
|
819
|
-
}, {
|
|
820
|
-
isActive?: boolean | undefined;
|
|
821
|
-
isFeaturedItem?: boolean | undefined;
|
|
822
|
-
}, never>;
|
|
823
|
-
export declare const MenuLink: import("styled-components").StyledComponent<"a", {
|
|
824
|
-
base: {
|
|
825
|
-
baseHeight: {
|
|
826
|
-
value: number;
|
|
827
|
-
unit: string;
|
|
828
|
-
};
|
|
829
|
-
baseWidth: {
|
|
830
|
-
value: number;
|
|
831
|
-
unit: string;
|
|
832
|
-
};
|
|
833
|
-
};
|
|
834
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
835
|
-
color: {
|
|
836
|
-
default: {
|
|
837
|
-
pink: string;
|
|
838
|
-
plum: string;
|
|
839
|
-
white: string;
|
|
840
|
-
black: string;
|
|
841
|
-
};
|
|
842
|
-
accent: {
|
|
843
|
-
lemon: string;
|
|
844
|
-
sky: string;
|
|
845
|
-
orange: string;
|
|
846
|
-
};
|
|
847
|
-
hover: {
|
|
848
|
-
pink: string;
|
|
849
|
-
};
|
|
850
|
-
text: {
|
|
851
|
-
gray: string;
|
|
852
|
-
pink: string;
|
|
853
|
-
plum: string;
|
|
854
|
-
white: string;
|
|
855
|
-
black: string;
|
|
856
|
-
};
|
|
857
|
-
line: {
|
|
858
|
-
L01: string;
|
|
859
|
-
L02: string;
|
|
860
|
-
L03: string;
|
|
861
|
-
L04: string;
|
|
862
|
-
};
|
|
863
|
-
notification: {
|
|
864
|
-
info: string;
|
|
865
|
-
success: string;
|
|
866
|
-
warning: string;
|
|
867
|
-
error: string;
|
|
868
|
-
};
|
|
869
|
-
background: {
|
|
870
|
-
sand: {
|
|
871
|
-
default: string;
|
|
872
|
-
E01: string;
|
|
873
|
-
E02: string;
|
|
874
|
-
};
|
|
875
|
-
pink: {
|
|
876
|
-
default: string;
|
|
877
|
-
E01: string;
|
|
878
|
-
E02: string;
|
|
879
|
-
};
|
|
880
|
-
plum: {
|
|
881
|
-
default: string;
|
|
882
|
-
E01: string;
|
|
883
|
-
E02: string;
|
|
884
|
-
};
|
|
885
|
-
lemon: {
|
|
886
|
-
default: string;
|
|
887
|
-
E01: string;
|
|
888
|
-
E02: string;
|
|
889
|
-
};
|
|
890
|
-
sky: {
|
|
891
|
-
default: string;
|
|
892
|
-
E01: string;
|
|
893
|
-
E02: string;
|
|
894
|
-
};
|
|
895
|
-
orange: {
|
|
896
|
-
default: string;
|
|
897
|
-
E01: string;
|
|
898
|
-
E02: string;
|
|
899
|
-
};
|
|
900
|
-
white: {
|
|
901
|
-
default: string;
|
|
902
|
-
};
|
|
903
|
-
};
|
|
904
|
-
focus: {
|
|
905
|
-
dark: string;
|
|
906
|
-
light: string;
|
|
907
|
-
};
|
|
908
|
-
transparency: {
|
|
909
|
-
T0: string;
|
|
910
|
-
T10: string;
|
|
911
|
-
T20: string;
|
|
912
|
-
T30: string;
|
|
913
|
-
T40: string;
|
|
914
|
-
T50: string;
|
|
915
|
-
T60: string;
|
|
916
|
-
T70: string;
|
|
917
|
-
T80: string;
|
|
918
|
-
T90: string;
|
|
919
|
-
T100: string;
|
|
920
|
-
};
|
|
921
|
-
};
|
|
922
|
-
fontFamily: {
|
|
923
|
-
default: string;
|
|
924
|
-
heading: string;
|
|
925
|
-
numerals: string;
|
|
926
|
-
};
|
|
927
|
-
fontSize: {
|
|
928
|
-
default: string;
|
|
929
|
-
xl: string;
|
|
930
|
-
l: string;
|
|
931
|
-
s: string;
|
|
932
|
-
xs: string;
|
|
933
|
-
h1XL: string;
|
|
934
|
-
h1L: string;
|
|
935
|
-
h1M: string;
|
|
936
|
-
h1S: string;
|
|
937
|
-
h2M: string;
|
|
938
|
-
h2S: string;
|
|
939
|
-
h3: string;
|
|
940
|
-
h4: string;
|
|
941
|
-
h5: string;
|
|
942
|
-
h1: string;
|
|
943
|
-
h2: string;
|
|
944
|
-
};
|
|
945
|
-
fontWeight: {
|
|
946
|
-
book: number;
|
|
947
|
-
medium: number;
|
|
948
|
-
bold: number;
|
|
949
|
-
black: number;
|
|
950
|
-
};
|
|
951
|
-
form: {
|
|
952
|
-
smallSelectWidth: string;
|
|
953
|
-
smallSelectHeight: string;
|
|
954
|
-
};
|
|
955
|
-
grid: {
|
|
956
|
-
gutter: string;
|
|
957
|
-
};
|
|
958
|
-
lineHeight: {
|
|
959
|
-
default: string;
|
|
960
|
-
xl: string;
|
|
961
|
-
s: string;
|
|
962
|
-
xs: string;
|
|
963
|
-
xxs: string;
|
|
964
|
-
auto: string;
|
|
965
|
-
h1XL: string;
|
|
966
|
-
h1L: string;
|
|
967
|
-
h1M: string;
|
|
968
|
-
h1S: string;
|
|
969
|
-
h2M: string;
|
|
970
|
-
h2S: string;
|
|
971
|
-
h3: string;
|
|
972
|
-
h4: string;
|
|
973
|
-
h5: string;
|
|
974
|
-
h1: string;
|
|
975
|
-
h2: string;
|
|
976
|
-
};
|
|
977
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
978
|
-
radius: {
|
|
979
|
-
default: string;
|
|
980
|
-
s: string;
|
|
981
|
-
xs: string;
|
|
982
|
-
circle: string;
|
|
983
|
-
pill: string;
|
|
984
|
-
};
|
|
985
|
-
}, {
|
|
986
|
-
isActive?: boolean | undefined;
|
|
987
|
-
}, never>;
|
|
988
|
-
export declare const MenuLinkWithChildren: import("styled-components").StyledComponent<"button", {
|
|
989
|
-
base: {
|
|
990
|
-
baseHeight: {
|
|
991
|
-
value: number;
|
|
992
|
-
unit: string;
|
|
993
|
-
};
|
|
994
|
-
baseWidth: {
|
|
995
|
-
value: number;
|
|
996
|
-
unit: string;
|
|
997
|
-
};
|
|
998
|
-
};
|
|
999
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
1000
|
-
color: {
|
|
1001
|
-
default: {
|
|
1002
|
-
pink: string;
|
|
1003
|
-
plum: string;
|
|
1004
|
-
white: string;
|
|
1005
|
-
black: string;
|
|
1006
|
-
};
|
|
1007
|
-
accent: {
|
|
1008
|
-
lemon: string;
|
|
1009
|
-
sky: string;
|
|
1010
|
-
orange: string;
|
|
1011
|
-
};
|
|
1012
|
-
hover: {
|
|
1013
|
-
pink: string;
|
|
1014
|
-
};
|
|
1015
|
-
text: {
|
|
1016
|
-
gray: string;
|
|
1017
|
-
pink: string;
|
|
1018
|
-
plum: string;
|
|
1019
|
-
white: string;
|
|
1020
|
-
black: string;
|
|
1021
|
-
};
|
|
1022
|
-
line: {
|
|
1023
|
-
L01: string;
|
|
1024
|
-
L02: string;
|
|
1025
|
-
L03: string;
|
|
1026
|
-
L04: string;
|
|
1027
|
-
};
|
|
1028
|
-
notification: {
|
|
1029
|
-
info: string;
|
|
1030
|
-
success: string;
|
|
1031
|
-
warning: string;
|
|
1032
|
-
error: string;
|
|
1033
|
-
};
|
|
1034
|
-
background: {
|
|
1035
|
-
sand: {
|
|
1036
|
-
default: string;
|
|
1037
|
-
E01: string;
|
|
1038
|
-
E02: string;
|
|
1039
|
-
};
|
|
1040
|
-
pink: {
|
|
1041
|
-
default: string;
|
|
1042
|
-
E01: string;
|
|
1043
|
-
E02: string;
|
|
1044
|
-
};
|
|
1045
|
-
plum: {
|
|
1046
|
-
default: string;
|
|
1047
|
-
E01: string;
|
|
1048
|
-
E02: string;
|
|
1049
|
-
};
|
|
1050
|
-
lemon: {
|
|
1051
|
-
default: string;
|
|
1052
|
-
E01: string;
|
|
1053
|
-
E02: string;
|
|
1054
|
-
};
|
|
1055
|
-
sky: {
|
|
1056
|
-
default: string;
|
|
1057
|
-
E01: string;
|
|
1058
|
-
E02: string;
|
|
1059
|
-
};
|
|
1060
|
-
orange: {
|
|
1061
|
-
default: string;
|
|
1062
|
-
E01: string;
|
|
1063
|
-
E02: string;
|
|
1064
|
-
};
|
|
1065
|
-
white: {
|
|
1066
|
-
default: string;
|
|
1067
|
-
};
|
|
1068
|
-
};
|
|
1069
|
-
focus: {
|
|
1070
|
-
dark: string;
|
|
1071
|
-
light: string;
|
|
1072
|
-
};
|
|
1073
|
-
transparency: {
|
|
1074
|
-
T0: string;
|
|
1075
|
-
T10: string;
|
|
1076
|
-
T20: string;
|
|
1077
|
-
T30: string;
|
|
1078
|
-
T40: string;
|
|
1079
|
-
T50: string;
|
|
1080
|
-
T60: string;
|
|
1081
|
-
T70: string;
|
|
1082
|
-
T80: string;
|
|
1083
|
-
T90: string;
|
|
1084
|
-
T100: string;
|
|
1085
|
-
};
|
|
1086
|
-
};
|
|
1087
|
-
fontFamily: {
|
|
1088
|
-
default: string;
|
|
1089
|
-
heading: string;
|
|
1090
|
-
numerals: string;
|
|
1091
|
-
};
|
|
1092
|
-
fontSize: {
|
|
1093
|
-
default: string;
|
|
1094
|
-
xl: string;
|
|
1095
|
-
l: string;
|
|
1096
|
-
s: string;
|
|
1097
|
-
xs: string;
|
|
1098
|
-
h1XL: string;
|
|
1099
|
-
h1L: string;
|
|
1100
|
-
h1M: string;
|
|
1101
|
-
h1S: string;
|
|
1102
|
-
h2M: string;
|
|
1103
|
-
h2S: string;
|
|
1104
|
-
h3: string;
|
|
1105
|
-
h4: string;
|
|
1106
|
-
h5: string;
|
|
1107
|
-
h1: string;
|
|
1108
|
-
h2: string;
|
|
1109
|
-
};
|
|
1110
|
-
fontWeight: {
|
|
1111
|
-
book: number;
|
|
1112
|
-
medium: number;
|
|
1113
|
-
bold: number;
|
|
1114
|
-
black: number;
|
|
1115
|
-
};
|
|
1116
|
-
form: {
|
|
1117
|
-
smallSelectWidth: string;
|
|
1118
|
-
smallSelectHeight: string;
|
|
1119
|
-
};
|
|
1120
|
-
grid: {
|
|
1121
|
-
gutter: string;
|
|
1122
|
-
};
|
|
1123
|
-
lineHeight: {
|
|
1124
|
-
default: string;
|
|
1125
|
-
xl: string;
|
|
1126
|
-
s: string;
|
|
1127
|
-
xs: string;
|
|
1128
|
-
xxs: string;
|
|
1129
|
-
auto: string;
|
|
1130
|
-
h1XL: string;
|
|
1131
|
-
h1L: string;
|
|
1132
|
-
h1M: string;
|
|
1133
|
-
h1S: string;
|
|
1134
|
-
h2M: string;
|
|
1135
|
-
h2S: string;
|
|
1136
|
-
h3: string;
|
|
1137
|
-
h4: string;
|
|
1138
|
-
h5: string;
|
|
1139
|
-
h1: string;
|
|
1140
|
-
h2: string;
|
|
1141
|
-
};
|
|
1142
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
1143
|
-
radius: {
|
|
1144
|
-
default: string;
|
|
1145
|
-
s: string;
|
|
1146
|
-
xs: string;
|
|
1147
|
-
circle: string;
|
|
1148
|
-
pill: string;
|
|
1149
|
-
};
|
|
1150
|
-
}, {
|
|
1151
|
-
isOpen?: boolean | undefined;
|
|
1152
|
-
}, never>;
|
|
1153
|
-
export declare const MenuList: import("styled-components").StyledComponent<"ul", {
|
|
1154
|
-
base: {
|
|
1155
|
-
baseHeight: {
|
|
1156
|
-
value: number;
|
|
1157
|
-
unit: string;
|
|
1158
|
-
};
|
|
1159
|
-
baseWidth: {
|
|
1160
|
-
value: number;
|
|
1161
|
-
unit: string;
|
|
1162
|
-
};
|
|
1163
|
-
};
|
|
1164
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
1165
|
-
color: {
|
|
1166
|
-
default: {
|
|
1167
|
-
pink: string;
|
|
1168
|
-
plum: string;
|
|
1169
|
-
white: string;
|
|
1170
|
-
black: string;
|
|
1171
|
-
};
|
|
1172
|
-
accent: {
|
|
1173
|
-
lemon: string;
|
|
1174
|
-
sky: string;
|
|
1175
|
-
orange: string;
|
|
1176
|
-
};
|
|
1177
|
-
hover: {
|
|
1178
|
-
pink: string;
|
|
1179
|
-
};
|
|
1180
|
-
text: {
|
|
1181
|
-
gray: string;
|
|
1182
|
-
pink: string;
|
|
1183
|
-
plum: string;
|
|
1184
|
-
white: string;
|
|
1185
|
-
black: string;
|
|
1186
|
-
};
|
|
1187
|
-
line: {
|
|
1188
|
-
L01: string;
|
|
1189
|
-
L02: string;
|
|
1190
|
-
L03: string;
|
|
1191
|
-
L04: string;
|
|
1192
|
-
};
|
|
1193
|
-
notification: {
|
|
1194
|
-
info: string;
|
|
1195
|
-
success: string;
|
|
1196
|
-
warning: string;
|
|
1197
|
-
error: string;
|
|
1198
|
-
};
|
|
1199
|
-
background: {
|
|
1200
|
-
sand: {
|
|
1201
|
-
default: string;
|
|
1202
|
-
E01: string;
|
|
1203
|
-
E02: string;
|
|
1204
|
-
};
|
|
1205
|
-
pink: {
|
|
1206
|
-
default: string;
|
|
1207
|
-
E01: string;
|
|
1208
|
-
E02: string;
|
|
1209
|
-
};
|
|
1210
|
-
plum: {
|
|
1211
|
-
default: string;
|
|
1212
|
-
E01: string;
|
|
1213
|
-
E02: string;
|
|
1214
|
-
};
|
|
1215
|
-
lemon: {
|
|
1216
|
-
default: string;
|
|
1217
|
-
E01: string;
|
|
1218
|
-
E02: string;
|
|
1219
|
-
};
|
|
1220
|
-
sky: {
|
|
1221
|
-
default: string;
|
|
1222
|
-
E01: string;
|
|
1223
|
-
E02: string;
|
|
1224
|
-
};
|
|
1225
|
-
orange: {
|
|
1226
|
-
default: string;
|
|
1227
|
-
E01: string;
|
|
1228
|
-
E02: string;
|
|
1229
|
-
};
|
|
1230
|
-
white: {
|
|
1231
|
-
default: string;
|
|
1232
|
-
};
|
|
1233
|
-
};
|
|
1234
|
-
focus: {
|
|
1235
|
-
dark: string;
|
|
1236
|
-
light: string;
|
|
1237
|
-
};
|
|
1238
|
-
transparency: {
|
|
1239
|
-
T0: string;
|
|
1240
|
-
T10: string;
|
|
1241
|
-
T20: string;
|
|
1242
|
-
T30: string;
|
|
1243
|
-
T40: string;
|
|
1244
|
-
T50: string;
|
|
1245
|
-
T60: string;
|
|
1246
|
-
T70: string;
|
|
1247
|
-
T80: string;
|
|
1248
|
-
T90: string;
|
|
1249
|
-
T100: string;
|
|
1250
|
-
};
|
|
1251
|
-
};
|
|
1252
|
-
fontFamily: {
|
|
1253
|
-
default: string;
|
|
1254
|
-
heading: string;
|
|
1255
|
-
numerals: string;
|
|
1256
|
-
};
|
|
1257
|
-
fontSize: {
|
|
1258
|
-
default: string;
|
|
1259
|
-
xl: string;
|
|
1260
|
-
l: string;
|
|
1261
|
-
s: string;
|
|
1262
|
-
xs: string;
|
|
1263
|
-
h1XL: string;
|
|
1264
|
-
h1L: string;
|
|
1265
|
-
h1M: string;
|
|
1266
|
-
h1S: string;
|
|
1267
|
-
h2M: string;
|
|
1268
|
-
h2S: string;
|
|
1269
|
-
h3: string;
|
|
1270
|
-
h4: string;
|
|
1271
|
-
h5: string;
|
|
1272
|
-
h1: string;
|
|
1273
|
-
h2: string;
|
|
1274
|
-
};
|
|
1275
|
-
fontWeight: {
|
|
1276
|
-
book: number;
|
|
1277
|
-
medium: number;
|
|
1278
|
-
bold: number;
|
|
1279
|
-
black: number;
|
|
1280
|
-
};
|
|
1281
|
-
form: {
|
|
1282
|
-
smallSelectWidth: string;
|
|
1283
|
-
smallSelectHeight: string;
|
|
1284
|
-
};
|
|
1285
|
-
grid: {
|
|
1286
|
-
gutter: string;
|
|
1287
|
-
};
|
|
1288
|
-
lineHeight: {
|
|
1289
|
-
default: string;
|
|
1290
|
-
xl: string;
|
|
1291
|
-
s: string;
|
|
1292
|
-
xs: string;
|
|
1293
|
-
xxs: string;
|
|
1294
|
-
auto: string;
|
|
1295
|
-
h1XL: string;
|
|
1296
|
-
h1L: string;
|
|
1297
|
-
h1M: string;
|
|
1298
|
-
h1S: string;
|
|
1299
|
-
h2M: string;
|
|
1300
|
-
h2S: string;
|
|
1301
|
-
h3: string;
|
|
1302
|
-
h4: string;
|
|
1303
|
-
h5: string;
|
|
1304
|
-
h1: string;
|
|
1305
|
-
h2: string;
|
|
1306
|
-
};
|
|
1307
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
1308
|
-
radius: {
|
|
1309
|
-
default: string;
|
|
1310
|
-
s: string;
|
|
1311
|
-
xs: string;
|
|
1312
|
-
circle: string;
|
|
1313
|
-
pill: string;
|
|
1314
|
-
};
|
|
1315
|
-
}, {
|
|
1316
|
-
isInView?: boolean | undefined;
|
|
1317
|
-
}, never>;
|
|
1318
|
-
export declare const FeaturedBlock: import("styled-components").StyledComponent<"li", {
|
|
1319
|
-
base: {
|
|
1320
|
-
baseHeight: {
|
|
1321
|
-
value: number;
|
|
1322
|
-
unit: string;
|
|
1323
|
-
};
|
|
1324
|
-
baseWidth: {
|
|
1325
|
-
value: number;
|
|
1326
|
-
unit: string;
|
|
1327
|
-
};
|
|
1328
|
-
};
|
|
1329
|
-
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
1330
|
-
color: {
|
|
1331
|
-
default: {
|
|
1332
|
-
pink: string;
|
|
1333
|
-
plum: string;
|
|
1334
|
-
white: string;
|
|
1335
|
-
black: string;
|
|
1336
|
-
};
|
|
1337
|
-
accent: {
|
|
1338
|
-
lemon: string;
|
|
1339
|
-
sky: string;
|
|
1340
|
-
orange: string;
|
|
1341
|
-
};
|
|
1342
|
-
hover: {
|
|
1343
|
-
pink: string;
|
|
1344
|
-
};
|
|
1345
|
-
text: {
|
|
1346
|
-
gray: string;
|
|
1347
|
-
pink: string;
|
|
1348
|
-
plum: string;
|
|
1349
|
-
white: string;
|
|
1350
|
-
black: string;
|
|
1351
|
-
};
|
|
1352
|
-
line: {
|
|
1353
|
-
L01: string;
|
|
1354
|
-
L02: string;
|
|
1355
|
-
L03: string;
|
|
1356
|
-
L04: string;
|
|
1357
|
-
};
|
|
1358
|
-
notification: {
|
|
1359
|
-
info: string;
|
|
1360
|
-
success: string;
|
|
1361
|
-
warning: string;
|
|
1362
|
-
error: string;
|
|
1363
|
-
};
|
|
1364
|
-
background: {
|
|
1365
|
-
sand: {
|
|
1366
|
-
default: string;
|
|
1367
|
-
E01: string;
|
|
1368
|
-
E02: string;
|
|
1369
|
-
};
|
|
1370
|
-
pink: {
|
|
1371
|
-
default: string;
|
|
1372
|
-
E01: string;
|
|
1373
|
-
E02: string;
|
|
1374
|
-
};
|
|
1375
|
-
plum: {
|
|
1376
|
-
default: string;
|
|
1377
|
-
E01: string;
|
|
1378
|
-
E02: string;
|
|
1379
|
-
};
|
|
1380
|
-
lemon: {
|
|
1381
|
-
default: string;
|
|
1382
|
-
E01: string;
|
|
1383
|
-
E02: string;
|
|
1384
|
-
};
|
|
1385
|
-
sky: {
|
|
1386
|
-
default: string;
|
|
1387
|
-
E01: string;
|
|
1388
|
-
E02: string;
|
|
1389
|
-
};
|
|
1390
|
-
orange: {
|
|
1391
|
-
default: string;
|
|
1392
|
-
E01: string;
|
|
1393
|
-
E02: string;
|
|
1394
|
-
};
|
|
1395
|
-
white: {
|
|
1396
|
-
default: string;
|
|
1397
|
-
};
|
|
1398
|
-
};
|
|
1399
|
-
focus: {
|
|
1400
|
-
dark: string;
|
|
1401
|
-
light: string;
|
|
1402
|
-
};
|
|
1403
|
-
transparency: {
|
|
1404
|
-
T0: string;
|
|
1405
|
-
T10: string;
|
|
1406
|
-
T20: string;
|
|
1407
|
-
T30: string;
|
|
1408
|
-
T40: string;
|
|
1409
|
-
T50: string;
|
|
1410
|
-
T60: string;
|
|
1411
|
-
T70: string;
|
|
1412
|
-
T80: string;
|
|
1413
|
-
T90: string;
|
|
1414
|
-
T100: string;
|
|
1415
|
-
};
|
|
1416
|
-
};
|
|
1417
|
-
fontFamily: {
|
|
1418
|
-
default: string;
|
|
1419
|
-
heading: string;
|
|
1420
|
-
numerals: string;
|
|
1421
|
-
};
|
|
1422
|
-
fontSize: {
|
|
1423
|
-
default: string;
|
|
1424
|
-
xl: string;
|
|
1425
|
-
l: string;
|
|
1426
|
-
s: string;
|
|
1427
|
-
xs: string;
|
|
1428
|
-
h1XL: string;
|
|
1429
|
-
h1L: string;
|
|
1430
|
-
h1M: string;
|
|
1431
|
-
h1S: string;
|
|
1432
|
-
h2M: string;
|
|
1433
|
-
h2S: string;
|
|
1434
|
-
h3: string;
|
|
1435
|
-
h4: string;
|
|
1436
|
-
h5: string;
|
|
1437
|
-
h1: string;
|
|
1438
|
-
h2: string;
|
|
1439
|
-
};
|
|
1440
|
-
fontWeight: {
|
|
1441
|
-
book: number;
|
|
1442
|
-
medium: number;
|
|
1443
|
-
bold: number;
|
|
1444
|
-
black: number;
|
|
1445
|
-
};
|
|
1446
|
-
form: {
|
|
1447
|
-
smallSelectWidth: string;
|
|
1448
|
-
smallSelectHeight: string;
|
|
1449
|
-
};
|
|
1450
|
-
grid: {
|
|
1451
|
-
gutter: string;
|
|
1452
|
-
};
|
|
1453
|
-
lineHeight: {
|
|
1454
|
-
default: string;
|
|
1455
|
-
xl: string;
|
|
1456
|
-
s: string;
|
|
1457
|
-
xs: string;
|
|
1458
|
-
xxs: string;
|
|
1459
|
-
auto: string;
|
|
1460
|
-
h1XL: string;
|
|
1461
|
-
h1L: string;
|
|
1462
|
-
h1M: string;
|
|
1463
|
-
h1S: string;
|
|
1464
|
-
h2M: string;
|
|
1465
|
-
h2S: string;
|
|
1466
|
-
h3: string;
|
|
1467
|
-
h4: string;
|
|
1468
|
-
h5: string;
|
|
1469
|
-
h1: string;
|
|
1470
|
-
h2: string;
|
|
1471
|
-
};
|
|
1472
|
-
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
1473
|
-
radius: {
|
|
1474
|
-
default: string;
|
|
1475
|
-
s: string;
|
|
1476
|
-
xs: string;
|
|
1477
|
-
circle: string;
|
|
1478
|
-
pill: string;
|
|
1479
|
-
};
|
|
1480
|
-
}, {
|
|
1481
|
-
collapseSize: number;
|
|
1482
|
-
}, never>;
|
|
1
|
+
export declare const LogoLink: import("styled-components").StyledComponent<"a", {
|
|
2
|
+
base: {
|
|
3
|
+
baseHeight: {
|
|
4
|
+
value: number;
|
|
5
|
+
unit: string;
|
|
6
|
+
};
|
|
7
|
+
baseWidth: {
|
|
8
|
+
value: number;
|
|
9
|
+
unit: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
13
|
+
color: {
|
|
14
|
+
default: {
|
|
15
|
+
pink: string;
|
|
16
|
+
plum: string;
|
|
17
|
+
white: string;
|
|
18
|
+
black: string;
|
|
19
|
+
};
|
|
20
|
+
accent: {
|
|
21
|
+
lemon: string;
|
|
22
|
+
sky: string;
|
|
23
|
+
orange: string;
|
|
24
|
+
};
|
|
25
|
+
hover: {
|
|
26
|
+
pink: string;
|
|
27
|
+
};
|
|
28
|
+
text: {
|
|
29
|
+
gray: string;
|
|
30
|
+
pink: string;
|
|
31
|
+
plum: string;
|
|
32
|
+
white: string;
|
|
33
|
+
black: string;
|
|
34
|
+
};
|
|
35
|
+
line: {
|
|
36
|
+
L01: string;
|
|
37
|
+
L02: string;
|
|
38
|
+
L03: string;
|
|
39
|
+
L04: string;
|
|
40
|
+
};
|
|
41
|
+
notification: {
|
|
42
|
+
info: string;
|
|
43
|
+
success: string;
|
|
44
|
+
warning: string;
|
|
45
|
+
error: string;
|
|
46
|
+
};
|
|
47
|
+
background: {
|
|
48
|
+
sand: {
|
|
49
|
+
default: string;
|
|
50
|
+
E01: string;
|
|
51
|
+
E02: string;
|
|
52
|
+
};
|
|
53
|
+
pink: {
|
|
54
|
+
default: string;
|
|
55
|
+
E01: string;
|
|
56
|
+
E02: string;
|
|
57
|
+
};
|
|
58
|
+
plum: {
|
|
59
|
+
default: string;
|
|
60
|
+
E01: string;
|
|
61
|
+
E02: string;
|
|
62
|
+
};
|
|
63
|
+
lemon: {
|
|
64
|
+
default: string;
|
|
65
|
+
E01: string;
|
|
66
|
+
E02: string;
|
|
67
|
+
};
|
|
68
|
+
sky: {
|
|
69
|
+
default: string;
|
|
70
|
+
E01: string;
|
|
71
|
+
E02: string;
|
|
72
|
+
};
|
|
73
|
+
orange: {
|
|
74
|
+
default: string;
|
|
75
|
+
E01: string;
|
|
76
|
+
E02: string;
|
|
77
|
+
};
|
|
78
|
+
white: {
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
focus: {
|
|
83
|
+
dark: string;
|
|
84
|
+
light: string;
|
|
85
|
+
};
|
|
86
|
+
transparency: {
|
|
87
|
+
T0: string;
|
|
88
|
+
T10: string;
|
|
89
|
+
T20: string;
|
|
90
|
+
T30: string;
|
|
91
|
+
T40: string;
|
|
92
|
+
T50: string;
|
|
93
|
+
T60: string;
|
|
94
|
+
T70: string;
|
|
95
|
+
T80: string;
|
|
96
|
+
T90: string;
|
|
97
|
+
T100: string;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
fontFamily: {
|
|
101
|
+
default: string;
|
|
102
|
+
heading: string;
|
|
103
|
+
numerals: string;
|
|
104
|
+
};
|
|
105
|
+
fontSize: {
|
|
106
|
+
default: string;
|
|
107
|
+
xl: string;
|
|
108
|
+
l: string;
|
|
109
|
+
s: string;
|
|
110
|
+
xs: string;
|
|
111
|
+
h1XL: string;
|
|
112
|
+
h1L: string;
|
|
113
|
+
h1M: string;
|
|
114
|
+
h1S: string;
|
|
115
|
+
h2M: string;
|
|
116
|
+
h2S: string;
|
|
117
|
+
h3: string;
|
|
118
|
+
h4: string;
|
|
119
|
+
h5: string;
|
|
120
|
+
h1: string;
|
|
121
|
+
h2: string;
|
|
122
|
+
};
|
|
123
|
+
fontWeight: {
|
|
124
|
+
book: number;
|
|
125
|
+
medium: number;
|
|
126
|
+
bold: number;
|
|
127
|
+
black: number;
|
|
128
|
+
};
|
|
129
|
+
form: {
|
|
130
|
+
smallSelectWidth: string;
|
|
131
|
+
smallSelectHeight: string;
|
|
132
|
+
};
|
|
133
|
+
grid: {
|
|
134
|
+
gutter: string;
|
|
135
|
+
};
|
|
136
|
+
lineHeight: {
|
|
137
|
+
default: string;
|
|
138
|
+
xl: string;
|
|
139
|
+
s: string;
|
|
140
|
+
xs: string;
|
|
141
|
+
xxs: string;
|
|
142
|
+
auto: string;
|
|
143
|
+
h1XL: string;
|
|
144
|
+
h1L: string;
|
|
145
|
+
h1M: string;
|
|
146
|
+
h1S: string;
|
|
147
|
+
h2M: string;
|
|
148
|
+
h2S: string;
|
|
149
|
+
h3: string;
|
|
150
|
+
h4: string;
|
|
151
|
+
h5: string;
|
|
152
|
+
h1: string;
|
|
153
|
+
h2: string;
|
|
154
|
+
};
|
|
155
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
156
|
+
radius: {
|
|
157
|
+
default: string;
|
|
158
|
+
s: string;
|
|
159
|
+
xs: string;
|
|
160
|
+
circle: string;
|
|
161
|
+
pill: string;
|
|
162
|
+
};
|
|
163
|
+
}, {}, never>;
|
|
164
|
+
export declare const DesktopMenuContainer: import("styled-components").StyledComponent<"nav", {
|
|
165
|
+
base: {
|
|
166
|
+
baseHeight: {
|
|
167
|
+
value: number;
|
|
168
|
+
unit: string;
|
|
169
|
+
};
|
|
170
|
+
baseWidth: {
|
|
171
|
+
value: number;
|
|
172
|
+
unit: string;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
176
|
+
color: {
|
|
177
|
+
default: {
|
|
178
|
+
pink: string;
|
|
179
|
+
plum: string;
|
|
180
|
+
white: string;
|
|
181
|
+
black: string;
|
|
182
|
+
};
|
|
183
|
+
accent: {
|
|
184
|
+
lemon: string;
|
|
185
|
+
sky: string;
|
|
186
|
+
orange: string;
|
|
187
|
+
};
|
|
188
|
+
hover: {
|
|
189
|
+
pink: string;
|
|
190
|
+
};
|
|
191
|
+
text: {
|
|
192
|
+
gray: string;
|
|
193
|
+
pink: string;
|
|
194
|
+
plum: string;
|
|
195
|
+
white: string;
|
|
196
|
+
black: string;
|
|
197
|
+
};
|
|
198
|
+
line: {
|
|
199
|
+
L01: string;
|
|
200
|
+
L02: string;
|
|
201
|
+
L03: string;
|
|
202
|
+
L04: string;
|
|
203
|
+
};
|
|
204
|
+
notification: {
|
|
205
|
+
info: string;
|
|
206
|
+
success: string;
|
|
207
|
+
warning: string;
|
|
208
|
+
error: string;
|
|
209
|
+
};
|
|
210
|
+
background: {
|
|
211
|
+
sand: {
|
|
212
|
+
default: string;
|
|
213
|
+
E01: string;
|
|
214
|
+
E02: string;
|
|
215
|
+
};
|
|
216
|
+
pink: {
|
|
217
|
+
default: string;
|
|
218
|
+
E01: string;
|
|
219
|
+
E02: string;
|
|
220
|
+
};
|
|
221
|
+
plum: {
|
|
222
|
+
default: string;
|
|
223
|
+
E01: string;
|
|
224
|
+
E02: string;
|
|
225
|
+
};
|
|
226
|
+
lemon: {
|
|
227
|
+
default: string;
|
|
228
|
+
E01: string;
|
|
229
|
+
E02: string;
|
|
230
|
+
};
|
|
231
|
+
sky: {
|
|
232
|
+
default: string;
|
|
233
|
+
E01: string;
|
|
234
|
+
E02: string;
|
|
235
|
+
};
|
|
236
|
+
orange: {
|
|
237
|
+
default: string;
|
|
238
|
+
E01: string;
|
|
239
|
+
E02: string;
|
|
240
|
+
};
|
|
241
|
+
white: {
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
focus: {
|
|
246
|
+
dark: string;
|
|
247
|
+
light: string;
|
|
248
|
+
};
|
|
249
|
+
transparency: {
|
|
250
|
+
T0: string;
|
|
251
|
+
T10: string;
|
|
252
|
+
T20: string;
|
|
253
|
+
T30: string;
|
|
254
|
+
T40: string;
|
|
255
|
+
T50: string;
|
|
256
|
+
T60: string;
|
|
257
|
+
T70: string;
|
|
258
|
+
T80: string;
|
|
259
|
+
T90: string;
|
|
260
|
+
T100: string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
fontFamily: {
|
|
264
|
+
default: string;
|
|
265
|
+
heading: string;
|
|
266
|
+
numerals: string;
|
|
267
|
+
};
|
|
268
|
+
fontSize: {
|
|
269
|
+
default: string;
|
|
270
|
+
xl: string;
|
|
271
|
+
l: string;
|
|
272
|
+
s: string;
|
|
273
|
+
xs: string;
|
|
274
|
+
h1XL: string;
|
|
275
|
+
h1L: string;
|
|
276
|
+
h1M: string;
|
|
277
|
+
h1S: string;
|
|
278
|
+
h2M: string;
|
|
279
|
+
h2S: string;
|
|
280
|
+
h3: string;
|
|
281
|
+
h4: string;
|
|
282
|
+
h5: string;
|
|
283
|
+
h1: string;
|
|
284
|
+
h2: string;
|
|
285
|
+
};
|
|
286
|
+
fontWeight: {
|
|
287
|
+
book: number;
|
|
288
|
+
medium: number;
|
|
289
|
+
bold: number;
|
|
290
|
+
black: number;
|
|
291
|
+
};
|
|
292
|
+
form: {
|
|
293
|
+
smallSelectWidth: string;
|
|
294
|
+
smallSelectHeight: string;
|
|
295
|
+
};
|
|
296
|
+
grid: {
|
|
297
|
+
gutter: string;
|
|
298
|
+
};
|
|
299
|
+
lineHeight: {
|
|
300
|
+
default: string;
|
|
301
|
+
xl: string;
|
|
302
|
+
s: string;
|
|
303
|
+
xs: string;
|
|
304
|
+
xxs: string;
|
|
305
|
+
auto: string;
|
|
306
|
+
h1XL: string;
|
|
307
|
+
h1L: string;
|
|
308
|
+
h1M: string;
|
|
309
|
+
h1S: string;
|
|
310
|
+
h2M: string;
|
|
311
|
+
h2S: string;
|
|
312
|
+
h3: string;
|
|
313
|
+
h4: string;
|
|
314
|
+
h5: string;
|
|
315
|
+
h1: string;
|
|
316
|
+
h2: string;
|
|
317
|
+
};
|
|
318
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
319
|
+
radius: {
|
|
320
|
+
default: string;
|
|
321
|
+
s: string;
|
|
322
|
+
xs: string;
|
|
323
|
+
circle: string;
|
|
324
|
+
pill: string;
|
|
325
|
+
};
|
|
326
|
+
}, {
|
|
327
|
+
collapseSize: number;
|
|
328
|
+
}, never>;
|
|
329
|
+
export declare const MobileMenuButton: import("styled-components").StyledComponent<"button", {
|
|
330
|
+
base: {
|
|
331
|
+
baseHeight: {
|
|
332
|
+
value: number;
|
|
333
|
+
unit: string;
|
|
334
|
+
};
|
|
335
|
+
baseWidth: {
|
|
336
|
+
value: number;
|
|
337
|
+
unit: string;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
341
|
+
color: {
|
|
342
|
+
default: {
|
|
343
|
+
pink: string;
|
|
344
|
+
plum: string;
|
|
345
|
+
white: string;
|
|
346
|
+
black: string;
|
|
347
|
+
};
|
|
348
|
+
accent: {
|
|
349
|
+
lemon: string;
|
|
350
|
+
sky: string;
|
|
351
|
+
orange: string;
|
|
352
|
+
};
|
|
353
|
+
hover: {
|
|
354
|
+
pink: string;
|
|
355
|
+
};
|
|
356
|
+
text: {
|
|
357
|
+
gray: string;
|
|
358
|
+
pink: string;
|
|
359
|
+
plum: string;
|
|
360
|
+
white: string;
|
|
361
|
+
black: string;
|
|
362
|
+
};
|
|
363
|
+
line: {
|
|
364
|
+
L01: string;
|
|
365
|
+
L02: string;
|
|
366
|
+
L03: string;
|
|
367
|
+
L04: string;
|
|
368
|
+
};
|
|
369
|
+
notification: {
|
|
370
|
+
info: string;
|
|
371
|
+
success: string;
|
|
372
|
+
warning: string;
|
|
373
|
+
error: string;
|
|
374
|
+
};
|
|
375
|
+
background: {
|
|
376
|
+
sand: {
|
|
377
|
+
default: string;
|
|
378
|
+
E01: string;
|
|
379
|
+
E02: string;
|
|
380
|
+
};
|
|
381
|
+
pink: {
|
|
382
|
+
default: string;
|
|
383
|
+
E01: string;
|
|
384
|
+
E02: string;
|
|
385
|
+
};
|
|
386
|
+
plum: {
|
|
387
|
+
default: string;
|
|
388
|
+
E01: string;
|
|
389
|
+
E02: string;
|
|
390
|
+
};
|
|
391
|
+
lemon: {
|
|
392
|
+
default: string;
|
|
393
|
+
E01: string;
|
|
394
|
+
E02: string;
|
|
395
|
+
};
|
|
396
|
+
sky: {
|
|
397
|
+
default: string;
|
|
398
|
+
E01: string;
|
|
399
|
+
E02: string;
|
|
400
|
+
};
|
|
401
|
+
orange: {
|
|
402
|
+
default: string;
|
|
403
|
+
E01: string;
|
|
404
|
+
E02: string;
|
|
405
|
+
};
|
|
406
|
+
white: {
|
|
407
|
+
default: string;
|
|
408
|
+
};
|
|
409
|
+
};
|
|
410
|
+
focus: {
|
|
411
|
+
dark: string;
|
|
412
|
+
light: string;
|
|
413
|
+
};
|
|
414
|
+
transparency: {
|
|
415
|
+
T0: string;
|
|
416
|
+
T10: string;
|
|
417
|
+
T20: string;
|
|
418
|
+
T30: string;
|
|
419
|
+
T40: string;
|
|
420
|
+
T50: string;
|
|
421
|
+
T60: string;
|
|
422
|
+
T70: string;
|
|
423
|
+
T80: string;
|
|
424
|
+
T90: string;
|
|
425
|
+
T100: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
fontFamily: {
|
|
429
|
+
default: string;
|
|
430
|
+
heading: string;
|
|
431
|
+
numerals: string;
|
|
432
|
+
};
|
|
433
|
+
fontSize: {
|
|
434
|
+
default: string;
|
|
435
|
+
xl: string;
|
|
436
|
+
l: string;
|
|
437
|
+
s: string;
|
|
438
|
+
xs: string;
|
|
439
|
+
h1XL: string;
|
|
440
|
+
h1L: string;
|
|
441
|
+
h1M: string;
|
|
442
|
+
h1S: string;
|
|
443
|
+
h2M: string;
|
|
444
|
+
h2S: string;
|
|
445
|
+
h3: string;
|
|
446
|
+
h4: string;
|
|
447
|
+
h5: string;
|
|
448
|
+
h1: string;
|
|
449
|
+
h2: string;
|
|
450
|
+
};
|
|
451
|
+
fontWeight: {
|
|
452
|
+
book: number;
|
|
453
|
+
medium: number;
|
|
454
|
+
bold: number;
|
|
455
|
+
black: number;
|
|
456
|
+
};
|
|
457
|
+
form: {
|
|
458
|
+
smallSelectWidth: string;
|
|
459
|
+
smallSelectHeight: string;
|
|
460
|
+
};
|
|
461
|
+
grid: {
|
|
462
|
+
gutter: string;
|
|
463
|
+
};
|
|
464
|
+
lineHeight: {
|
|
465
|
+
default: string;
|
|
466
|
+
xl: string;
|
|
467
|
+
s: string;
|
|
468
|
+
xs: string;
|
|
469
|
+
xxs: string;
|
|
470
|
+
auto: string;
|
|
471
|
+
h1XL: string;
|
|
472
|
+
h1L: string;
|
|
473
|
+
h1M: string;
|
|
474
|
+
h1S: string;
|
|
475
|
+
h2M: string;
|
|
476
|
+
h2S: string;
|
|
477
|
+
h3: string;
|
|
478
|
+
h4: string;
|
|
479
|
+
h5: string;
|
|
480
|
+
h1: string;
|
|
481
|
+
h2: string;
|
|
482
|
+
};
|
|
483
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
484
|
+
radius: {
|
|
485
|
+
default: string;
|
|
486
|
+
s: string;
|
|
487
|
+
xs: string;
|
|
488
|
+
circle: string;
|
|
489
|
+
pill: string;
|
|
490
|
+
};
|
|
491
|
+
}, {}, never>;
|
|
492
|
+
export declare const HeaderIconContainer: import("styled-components").StyledComponent<"div", {
|
|
493
|
+
base: {
|
|
494
|
+
baseHeight: {
|
|
495
|
+
value: number;
|
|
496
|
+
unit: string;
|
|
497
|
+
};
|
|
498
|
+
baseWidth: {
|
|
499
|
+
value: number;
|
|
500
|
+
unit: string;
|
|
501
|
+
};
|
|
502
|
+
};
|
|
503
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
504
|
+
color: {
|
|
505
|
+
default: {
|
|
506
|
+
pink: string;
|
|
507
|
+
plum: string;
|
|
508
|
+
white: string;
|
|
509
|
+
black: string;
|
|
510
|
+
};
|
|
511
|
+
accent: {
|
|
512
|
+
lemon: string;
|
|
513
|
+
sky: string;
|
|
514
|
+
orange: string;
|
|
515
|
+
};
|
|
516
|
+
hover: {
|
|
517
|
+
pink: string;
|
|
518
|
+
};
|
|
519
|
+
text: {
|
|
520
|
+
gray: string;
|
|
521
|
+
pink: string;
|
|
522
|
+
plum: string;
|
|
523
|
+
white: string;
|
|
524
|
+
black: string;
|
|
525
|
+
};
|
|
526
|
+
line: {
|
|
527
|
+
L01: string;
|
|
528
|
+
L02: string;
|
|
529
|
+
L03: string;
|
|
530
|
+
L04: string;
|
|
531
|
+
};
|
|
532
|
+
notification: {
|
|
533
|
+
info: string;
|
|
534
|
+
success: string;
|
|
535
|
+
warning: string;
|
|
536
|
+
error: string;
|
|
537
|
+
};
|
|
538
|
+
background: {
|
|
539
|
+
sand: {
|
|
540
|
+
default: string;
|
|
541
|
+
E01: string;
|
|
542
|
+
E02: string;
|
|
543
|
+
};
|
|
544
|
+
pink: {
|
|
545
|
+
default: string;
|
|
546
|
+
E01: string;
|
|
547
|
+
E02: string;
|
|
548
|
+
};
|
|
549
|
+
plum: {
|
|
550
|
+
default: string;
|
|
551
|
+
E01: string;
|
|
552
|
+
E02: string;
|
|
553
|
+
};
|
|
554
|
+
lemon: {
|
|
555
|
+
default: string;
|
|
556
|
+
E01: string;
|
|
557
|
+
E02: string;
|
|
558
|
+
};
|
|
559
|
+
sky: {
|
|
560
|
+
default: string;
|
|
561
|
+
E01: string;
|
|
562
|
+
E02: string;
|
|
563
|
+
};
|
|
564
|
+
orange: {
|
|
565
|
+
default: string;
|
|
566
|
+
E01: string;
|
|
567
|
+
E02: string;
|
|
568
|
+
};
|
|
569
|
+
white: {
|
|
570
|
+
default: string;
|
|
571
|
+
};
|
|
572
|
+
};
|
|
573
|
+
focus: {
|
|
574
|
+
dark: string;
|
|
575
|
+
light: string;
|
|
576
|
+
};
|
|
577
|
+
transparency: {
|
|
578
|
+
T0: string;
|
|
579
|
+
T10: string;
|
|
580
|
+
T20: string;
|
|
581
|
+
T30: string;
|
|
582
|
+
T40: string;
|
|
583
|
+
T50: string;
|
|
584
|
+
T60: string;
|
|
585
|
+
T70: string;
|
|
586
|
+
T80: string;
|
|
587
|
+
T90: string;
|
|
588
|
+
T100: string;
|
|
589
|
+
};
|
|
590
|
+
};
|
|
591
|
+
fontFamily: {
|
|
592
|
+
default: string;
|
|
593
|
+
heading: string;
|
|
594
|
+
numerals: string;
|
|
595
|
+
};
|
|
596
|
+
fontSize: {
|
|
597
|
+
default: string;
|
|
598
|
+
xl: string;
|
|
599
|
+
l: string;
|
|
600
|
+
s: string;
|
|
601
|
+
xs: string;
|
|
602
|
+
h1XL: string;
|
|
603
|
+
h1L: string;
|
|
604
|
+
h1M: string;
|
|
605
|
+
h1S: string;
|
|
606
|
+
h2M: string;
|
|
607
|
+
h2S: string;
|
|
608
|
+
h3: string;
|
|
609
|
+
h4: string;
|
|
610
|
+
h5: string;
|
|
611
|
+
h1: string;
|
|
612
|
+
h2: string;
|
|
613
|
+
};
|
|
614
|
+
fontWeight: {
|
|
615
|
+
book: number;
|
|
616
|
+
medium: number;
|
|
617
|
+
bold: number;
|
|
618
|
+
black: number;
|
|
619
|
+
};
|
|
620
|
+
form: {
|
|
621
|
+
smallSelectWidth: string;
|
|
622
|
+
smallSelectHeight: string;
|
|
623
|
+
};
|
|
624
|
+
grid: {
|
|
625
|
+
gutter: string;
|
|
626
|
+
};
|
|
627
|
+
lineHeight: {
|
|
628
|
+
default: string;
|
|
629
|
+
xl: string;
|
|
630
|
+
s: string;
|
|
631
|
+
xs: string;
|
|
632
|
+
xxs: string;
|
|
633
|
+
auto: string;
|
|
634
|
+
h1XL: string;
|
|
635
|
+
h1L: string;
|
|
636
|
+
h1M: string;
|
|
637
|
+
h1S: string;
|
|
638
|
+
h2M: string;
|
|
639
|
+
h2S: string;
|
|
640
|
+
h3: string;
|
|
641
|
+
h4: string;
|
|
642
|
+
h5: string;
|
|
643
|
+
h1: string;
|
|
644
|
+
h2: string;
|
|
645
|
+
};
|
|
646
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
647
|
+
radius: {
|
|
648
|
+
default: string;
|
|
649
|
+
s: string;
|
|
650
|
+
xs: string;
|
|
651
|
+
circle: string;
|
|
652
|
+
pill: string;
|
|
653
|
+
};
|
|
654
|
+
}, {
|
|
655
|
+
collapseSize: number;
|
|
656
|
+
}, never>;
|
|
657
|
+
export declare const MenuItem: import("styled-components").StyledComponent<"li", {
|
|
658
|
+
base: {
|
|
659
|
+
baseHeight: {
|
|
660
|
+
value: number;
|
|
661
|
+
unit: string;
|
|
662
|
+
};
|
|
663
|
+
baseWidth: {
|
|
664
|
+
value: number;
|
|
665
|
+
unit: string;
|
|
666
|
+
};
|
|
667
|
+
};
|
|
668
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
669
|
+
color: {
|
|
670
|
+
default: {
|
|
671
|
+
pink: string;
|
|
672
|
+
plum: string;
|
|
673
|
+
white: string;
|
|
674
|
+
black: string;
|
|
675
|
+
};
|
|
676
|
+
accent: {
|
|
677
|
+
lemon: string;
|
|
678
|
+
sky: string;
|
|
679
|
+
orange: string;
|
|
680
|
+
};
|
|
681
|
+
hover: {
|
|
682
|
+
pink: string;
|
|
683
|
+
};
|
|
684
|
+
text: {
|
|
685
|
+
gray: string;
|
|
686
|
+
pink: string;
|
|
687
|
+
plum: string;
|
|
688
|
+
white: string;
|
|
689
|
+
black: string;
|
|
690
|
+
};
|
|
691
|
+
line: {
|
|
692
|
+
L01: string;
|
|
693
|
+
L02: string;
|
|
694
|
+
L03: string;
|
|
695
|
+
L04: string;
|
|
696
|
+
};
|
|
697
|
+
notification: {
|
|
698
|
+
info: string;
|
|
699
|
+
success: string;
|
|
700
|
+
warning: string;
|
|
701
|
+
error: string;
|
|
702
|
+
};
|
|
703
|
+
background: {
|
|
704
|
+
sand: {
|
|
705
|
+
default: string;
|
|
706
|
+
E01: string;
|
|
707
|
+
E02: string;
|
|
708
|
+
};
|
|
709
|
+
pink: {
|
|
710
|
+
default: string;
|
|
711
|
+
E01: string;
|
|
712
|
+
E02: string;
|
|
713
|
+
};
|
|
714
|
+
plum: {
|
|
715
|
+
default: string;
|
|
716
|
+
E01: string;
|
|
717
|
+
E02: string;
|
|
718
|
+
};
|
|
719
|
+
lemon: {
|
|
720
|
+
default: string;
|
|
721
|
+
E01: string;
|
|
722
|
+
E02: string;
|
|
723
|
+
};
|
|
724
|
+
sky: {
|
|
725
|
+
default: string;
|
|
726
|
+
E01: string;
|
|
727
|
+
E02: string;
|
|
728
|
+
};
|
|
729
|
+
orange: {
|
|
730
|
+
default: string;
|
|
731
|
+
E01: string;
|
|
732
|
+
E02: string;
|
|
733
|
+
};
|
|
734
|
+
white: {
|
|
735
|
+
default: string;
|
|
736
|
+
};
|
|
737
|
+
};
|
|
738
|
+
focus: {
|
|
739
|
+
dark: string;
|
|
740
|
+
light: string;
|
|
741
|
+
};
|
|
742
|
+
transparency: {
|
|
743
|
+
T0: string;
|
|
744
|
+
T10: string;
|
|
745
|
+
T20: string;
|
|
746
|
+
T30: string;
|
|
747
|
+
T40: string;
|
|
748
|
+
T50: string;
|
|
749
|
+
T60: string;
|
|
750
|
+
T70: string;
|
|
751
|
+
T80: string;
|
|
752
|
+
T90: string;
|
|
753
|
+
T100: string;
|
|
754
|
+
};
|
|
755
|
+
};
|
|
756
|
+
fontFamily: {
|
|
757
|
+
default: string;
|
|
758
|
+
heading: string;
|
|
759
|
+
numerals: string;
|
|
760
|
+
};
|
|
761
|
+
fontSize: {
|
|
762
|
+
default: string;
|
|
763
|
+
xl: string;
|
|
764
|
+
l: string;
|
|
765
|
+
s: string;
|
|
766
|
+
xs: string;
|
|
767
|
+
h1XL: string;
|
|
768
|
+
h1L: string;
|
|
769
|
+
h1M: string;
|
|
770
|
+
h1S: string;
|
|
771
|
+
h2M: string;
|
|
772
|
+
h2S: string;
|
|
773
|
+
h3: string;
|
|
774
|
+
h4: string;
|
|
775
|
+
h5: string;
|
|
776
|
+
h1: string;
|
|
777
|
+
h2: string;
|
|
778
|
+
};
|
|
779
|
+
fontWeight: {
|
|
780
|
+
book: number;
|
|
781
|
+
medium: number;
|
|
782
|
+
bold: number;
|
|
783
|
+
black: number;
|
|
784
|
+
};
|
|
785
|
+
form: {
|
|
786
|
+
smallSelectWidth: string;
|
|
787
|
+
smallSelectHeight: string;
|
|
788
|
+
};
|
|
789
|
+
grid: {
|
|
790
|
+
gutter: string;
|
|
791
|
+
};
|
|
792
|
+
lineHeight: {
|
|
793
|
+
default: string;
|
|
794
|
+
xl: string;
|
|
795
|
+
s: string;
|
|
796
|
+
xs: string;
|
|
797
|
+
xxs: string;
|
|
798
|
+
auto: string;
|
|
799
|
+
h1XL: string;
|
|
800
|
+
h1L: string;
|
|
801
|
+
h1M: string;
|
|
802
|
+
h1S: string;
|
|
803
|
+
h2M: string;
|
|
804
|
+
h2S: string;
|
|
805
|
+
h3: string;
|
|
806
|
+
h4: string;
|
|
807
|
+
h5: string;
|
|
808
|
+
h1: string;
|
|
809
|
+
h2: string;
|
|
810
|
+
};
|
|
811
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
812
|
+
radius: {
|
|
813
|
+
default: string;
|
|
814
|
+
s: string;
|
|
815
|
+
xs: string;
|
|
816
|
+
circle: string;
|
|
817
|
+
pill: string;
|
|
818
|
+
};
|
|
819
|
+
}, {
|
|
820
|
+
isActive?: boolean | undefined;
|
|
821
|
+
isFeaturedItem?: boolean | undefined;
|
|
822
|
+
}, never>;
|
|
823
|
+
export declare const MenuLink: import("styled-components").StyledComponent<"a", {
|
|
824
|
+
base: {
|
|
825
|
+
baseHeight: {
|
|
826
|
+
value: number;
|
|
827
|
+
unit: string;
|
|
828
|
+
};
|
|
829
|
+
baseWidth: {
|
|
830
|
+
value: number;
|
|
831
|
+
unit: string;
|
|
832
|
+
};
|
|
833
|
+
};
|
|
834
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
835
|
+
color: {
|
|
836
|
+
default: {
|
|
837
|
+
pink: string;
|
|
838
|
+
plum: string;
|
|
839
|
+
white: string;
|
|
840
|
+
black: string;
|
|
841
|
+
};
|
|
842
|
+
accent: {
|
|
843
|
+
lemon: string;
|
|
844
|
+
sky: string;
|
|
845
|
+
orange: string;
|
|
846
|
+
};
|
|
847
|
+
hover: {
|
|
848
|
+
pink: string;
|
|
849
|
+
};
|
|
850
|
+
text: {
|
|
851
|
+
gray: string;
|
|
852
|
+
pink: string;
|
|
853
|
+
plum: string;
|
|
854
|
+
white: string;
|
|
855
|
+
black: string;
|
|
856
|
+
};
|
|
857
|
+
line: {
|
|
858
|
+
L01: string;
|
|
859
|
+
L02: string;
|
|
860
|
+
L03: string;
|
|
861
|
+
L04: string;
|
|
862
|
+
};
|
|
863
|
+
notification: {
|
|
864
|
+
info: string;
|
|
865
|
+
success: string;
|
|
866
|
+
warning: string;
|
|
867
|
+
error: string;
|
|
868
|
+
};
|
|
869
|
+
background: {
|
|
870
|
+
sand: {
|
|
871
|
+
default: string;
|
|
872
|
+
E01: string;
|
|
873
|
+
E02: string;
|
|
874
|
+
};
|
|
875
|
+
pink: {
|
|
876
|
+
default: string;
|
|
877
|
+
E01: string;
|
|
878
|
+
E02: string;
|
|
879
|
+
};
|
|
880
|
+
plum: {
|
|
881
|
+
default: string;
|
|
882
|
+
E01: string;
|
|
883
|
+
E02: string;
|
|
884
|
+
};
|
|
885
|
+
lemon: {
|
|
886
|
+
default: string;
|
|
887
|
+
E01: string;
|
|
888
|
+
E02: string;
|
|
889
|
+
};
|
|
890
|
+
sky: {
|
|
891
|
+
default: string;
|
|
892
|
+
E01: string;
|
|
893
|
+
E02: string;
|
|
894
|
+
};
|
|
895
|
+
orange: {
|
|
896
|
+
default: string;
|
|
897
|
+
E01: string;
|
|
898
|
+
E02: string;
|
|
899
|
+
};
|
|
900
|
+
white: {
|
|
901
|
+
default: string;
|
|
902
|
+
};
|
|
903
|
+
};
|
|
904
|
+
focus: {
|
|
905
|
+
dark: string;
|
|
906
|
+
light: string;
|
|
907
|
+
};
|
|
908
|
+
transparency: {
|
|
909
|
+
T0: string;
|
|
910
|
+
T10: string;
|
|
911
|
+
T20: string;
|
|
912
|
+
T30: string;
|
|
913
|
+
T40: string;
|
|
914
|
+
T50: string;
|
|
915
|
+
T60: string;
|
|
916
|
+
T70: string;
|
|
917
|
+
T80: string;
|
|
918
|
+
T90: string;
|
|
919
|
+
T100: string;
|
|
920
|
+
};
|
|
921
|
+
};
|
|
922
|
+
fontFamily: {
|
|
923
|
+
default: string;
|
|
924
|
+
heading: string;
|
|
925
|
+
numerals: string;
|
|
926
|
+
};
|
|
927
|
+
fontSize: {
|
|
928
|
+
default: string;
|
|
929
|
+
xl: string;
|
|
930
|
+
l: string;
|
|
931
|
+
s: string;
|
|
932
|
+
xs: string;
|
|
933
|
+
h1XL: string;
|
|
934
|
+
h1L: string;
|
|
935
|
+
h1M: string;
|
|
936
|
+
h1S: string;
|
|
937
|
+
h2M: string;
|
|
938
|
+
h2S: string;
|
|
939
|
+
h3: string;
|
|
940
|
+
h4: string;
|
|
941
|
+
h5: string;
|
|
942
|
+
h1: string;
|
|
943
|
+
h2: string;
|
|
944
|
+
};
|
|
945
|
+
fontWeight: {
|
|
946
|
+
book: number;
|
|
947
|
+
medium: number;
|
|
948
|
+
bold: number;
|
|
949
|
+
black: number;
|
|
950
|
+
};
|
|
951
|
+
form: {
|
|
952
|
+
smallSelectWidth: string;
|
|
953
|
+
smallSelectHeight: string;
|
|
954
|
+
};
|
|
955
|
+
grid: {
|
|
956
|
+
gutter: string;
|
|
957
|
+
};
|
|
958
|
+
lineHeight: {
|
|
959
|
+
default: string;
|
|
960
|
+
xl: string;
|
|
961
|
+
s: string;
|
|
962
|
+
xs: string;
|
|
963
|
+
xxs: string;
|
|
964
|
+
auto: string;
|
|
965
|
+
h1XL: string;
|
|
966
|
+
h1L: string;
|
|
967
|
+
h1M: string;
|
|
968
|
+
h1S: string;
|
|
969
|
+
h2M: string;
|
|
970
|
+
h2S: string;
|
|
971
|
+
h3: string;
|
|
972
|
+
h4: string;
|
|
973
|
+
h5: string;
|
|
974
|
+
h1: string;
|
|
975
|
+
h2: string;
|
|
976
|
+
};
|
|
977
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
978
|
+
radius: {
|
|
979
|
+
default: string;
|
|
980
|
+
s: string;
|
|
981
|
+
xs: string;
|
|
982
|
+
circle: string;
|
|
983
|
+
pill: string;
|
|
984
|
+
};
|
|
985
|
+
}, {
|
|
986
|
+
isActive?: boolean | undefined;
|
|
987
|
+
}, never>;
|
|
988
|
+
export declare const MenuLinkWithChildren: import("styled-components").StyledComponent<"button", {
|
|
989
|
+
base: {
|
|
990
|
+
baseHeight: {
|
|
991
|
+
value: number;
|
|
992
|
+
unit: string;
|
|
993
|
+
};
|
|
994
|
+
baseWidth: {
|
|
995
|
+
value: number;
|
|
996
|
+
unit: string;
|
|
997
|
+
};
|
|
998
|
+
};
|
|
999
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
1000
|
+
color: {
|
|
1001
|
+
default: {
|
|
1002
|
+
pink: string;
|
|
1003
|
+
plum: string;
|
|
1004
|
+
white: string;
|
|
1005
|
+
black: string;
|
|
1006
|
+
};
|
|
1007
|
+
accent: {
|
|
1008
|
+
lemon: string;
|
|
1009
|
+
sky: string;
|
|
1010
|
+
orange: string;
|
|
1011
|
+
};
|
|
1012
|
+
hover: {
|
|
1013
|
+
pink: string;
|
|
1014
|
+
};
|
|
1015
|
+
text: {
|
|
1016
|
+
gray: string;
|
|
1017
|
+
pink: string;
|
|
1018
|
+
plum: string;
|
|
1019
|
+
white: string;
|
|
1020
|
+
black: string;
|
|
1021
|
+
};
|
|
1022
|
+
line: {
|
|
1023
|
+
L01: string;
|
|
1024
|
+
L02: string;
|
|
1025
|
+
L03: string;
|
|
1026
|
+
L04: string;
|
|
1027
|
+
};
|
|
1028
|
+
notification: {
|
|
1029
|
+
info: string;
|
|
1030
|
+
success: string;
|
|
1031
|
+
warning: string;
|
|
1032
|
+
error: string;
|
|
1033
|
+
};
|
|
1034
|
+
background: {
|
|
1035
|
+
sand: {
|
|
1036
|
+
default: string;
|
|
1037
|
+
E01: string;
|
|
1038
|
+
E02: string;
|
|
1039
|
+
};
|
|
1040
|
+
pink: {
|
|
1041
|
+
default: string;
|
|
1042
|
+
E01: string;
|
|
1043
|
+
E02: string;
|
|
1044
|
+
};
|
|
1045
|
+
plum: {
|
|
1046
|
+
default: string;
|
|
1047
|
+
E01: string;
|
|
1048
|
+
E02: string;
|
|
1049
|
+
};
|
|
1050
|
+
lemon: {
|
|
1051
|
+
default: string;
|
|
1052
|
+
E01: string;
|
|
1053
|
+
E02: string;
|
|
1054
|
+
};
|
|
1055
|
+
sky: {
|
|
1056
|
+
default: string;
|
|
1057
|
+
E01: string;
|
|
1058
|
+
E02: string;
|
|
1059
|
+
};
|
|
1060
|
+
orange: {
|
|
1061
|
+
default: string;
|
|
1062
|
+
E01: string;
|
|
1063
|
+
E02: string;
|
|
1064
|
+
};
|
|
1065
|
+
white: {
|
|
1066
|
+
default: string;
|
|
1067
|
+
};
|
|
1068
|
+
};
|
|
1069
|
+
focus: {
|
|
1070
|
+
dark: string;
|
|
1071
|
+
light: string;
|
|
1072
|
+
};
|
|
1073
|
+
transparency: {
|
|
1074
|
+
T0: string;
|
|
1075
|
+
T10: string;
|
|
1076
|
+
T20: string;
|
|
1077
|
+
T30: string;
|
|
1078
|
+
T40: string;
|
|
1079
|
+
T50: string;
|
|
1080
|
+
T60: string;
|
|
1081
|
+
T70: string;
|
|
1082
|
+
T80: string;
|
|
1083
|
+
T90: string;
|
|
1084
|
+
T100: string;
|
|
1085
|
+
};
|
|
1086
|
+
};
|
|
1087
|
+
fontFamily: {
|
|
1088
|
+
default: string;
|
|
1089
|
+
heading: string;
|
|
1090
|
+
numerals: string;
|
|
1091
|
+
};
|
|
1092
|
+
fontSize: {
|
|
1093
|
+
default: string;
|
|
1094
|
+
xl: string;
|
|
1095
|
+
l: string;
|
|
1096
|
+
s: string;
|
|
1097
|
+
xs: string;
|
|
1098
|
+
h1XL: string;
|
|
1099
|
+
h1L: string;
|
|
1100
|
+
h1M: string;
|
|
1101
|
+
h1S: string;
|
|
1102
|
+
h2M: string;
|
|
1103
|
+
h2S: string;
|
|
1104
|
+
h3: string;
|
|
1105
|
+
h4: string;
|
|
1106
|
+
h5: string;
|
|
1107
|
+
h1: string;
|
|
1108
|
+
h2: string;
|
|
1109
|
+
};
|
|
1110
|
+
fontWeight: {
|
|
1111
|
+
book: number;
|
|
1112
|
+
medium: number;
|
|
1113
|
+
bold: number;
|
|
1114
|
+
black: number;
|
|
1115
|
+
};
|
|
1116
|
+
form: {
|
|
1117
|
+
smallSelectWidth: string;
|
|
1118
|
+
smallSelectHeight: string;
|
|
1119
|
+
};
|
|
1120
|
+
grid: {
|
|
1121
|
+
gutter: string;
|
|
1122
|
+
};
|
|
1123
|
+
lineHeight: {
|
|
1124
|
+
default: string;
|
|
1125
|
+
xl: string;
|
|
1126
|
+
s: string;
|
|
1127
|
+
xs: string;
|
|
1128
|
+
xxs: string;
|
|
1129
|
+
auto: string;
|
|
1130
|
+
h1XL: string;
|
|
1131
|
+
h1L: string;
|
|
1132
|
+
h1M: string;
|
|
1133
|
+
h1S: string;
|
|
1134
|
+
h2M: string;
|
|
1135
|
+
h2S: string;
|
|
1136
|
+
h3: string;
|
|
1137
|
+
h4: string;
|
|
1138
|
+
h5: string;
|
|
1139
|
+
h1: string;
|
|
1140
|
+
h2: string;
|
|
1141
|
+
};
|
|
1142
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
1143
|
+
radius: {
|
|
1144
|
+
default: string;
|
|
1145
|
+
s: string;
|
|
1146
|
+
xs: string;
|
|
1147
|
+
circle: string;
|
|
1148
|
+
pill: string;
|
|
1149
|
+
};
|
|
1150
|
+
}, {
|
|
1151
|
+
isOpen?: boolean | undefined;
|
|
1152
|
+
}, never>;
|
|
1153
|
+
export declare const MenuList: import("styled-components").StyledComponent<"ul", {
|
|
1154
|
+
base: {
|
|
1155
|
+
baseHeight: {
|
|
1156
|
+
value: number;
|
|
1157
|
+
unit: string;
|
|
1158
|
+
};
|
|
1159
|
+
baseWidth: {
|
|
1160
|
+
value: number;
|
|
1161
|
+
unit: string;
|
|
1162
|
+
};
|
|
1163
|
+
};
|
|
1164
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
1165
|
+
color: {
|
|
1166
|
+
default: {
|
|
1167
|
+
pink: string;
|
|
1168
|
+
plum: string;
|
|
1169
|
+
white: string;
|
|
1170
|
+
black: string;
|
|
1171
|
+
};
|
|
1172
|
+
accent: {
|
|
1173
|
+
lemon: string;
|
|
1174
|
+
sky: string;
|
|
1175
|
+
orange: string;
|
|
1176
|
+
};
|
|
1177
|
+
hover: {
|
|
1178
|
+
pink: string;
|
|
1179
|
+
};
|
|
1180
|
+
text: {
|
|
1181
|
+
gray: string;
|
|
1182
|
+
pink: string;
|
|
1183
|
+
plum: string;
|
|
1184
|
+
white: string;
|
|
1185
|
+
black: string;
|
|
1186
|
+
};
|
|
1187
|
+
line: {
|
|
1188
|
+
L01: string;
|
|
1189
|
+
L02: string;
|
|
1190
|
+
L03: string;
|
|
1191
|
+
L04: string;
|
|
1192
|
+
};
|
|
1193
|
+
notification: {
|
|
1194
|
+
info: string;
|
|
1195
|
+
success: string;
|
|
1196
|
+
warning: string;
|
|
1197
|
+
error: string;
|
|
1198
|
+
};
|
|
1199
|
+
background: {
|
|
1200
|
+
sand: {
|
|
1201
|
+
default: string;
|
|
1202
|
+
E01: string;
|
|
1203
|
+
E02: string;
|
|
1204
|
+
};
|
|
1205
|
+
pink: {
|
|
1206
|
+
default: string;
|
|
1207
|
+
E01: string;
|
|
1208
|
+
E02: string;
|
|
1209
|
+
};
|
|
1210
|
+
plum: {
|
|
1211
|
+
default: string;
|
|
1212
|
+
E01: string;
|
|
1213
|
+
E02: string;
|
|
1214
|
+
};
|
|
1215
|
+
lemon: {
|
|
1216
|
+
default: string;
|
|
1217
|
+
E01: string;
|
|
1218
|
+
E02: string;
|
|
1219
|
+
};
|
|
1220
|
+
sky: {
|
|
1221
|
+
default: string;
|
|
1222
|
+
E01: string;
|
|
1223
|
+
E02: string;
|
|
1224
|
+
};
|
|
1225
|
+
orange: {
|
|
1226
|
+
default: string;
|
|
1227
|
+
E01: string;
|
|
1228
|
+
E02: string;
|
|
1229
|
+
};
|
|
1230
|
+
white: {
|
|
1231
|
+
default: string;
|
|
1232
|
+
};
|
|
1233
|
+
};
|
|
1234
|
+
focus: {
|
|
1235
|
+
dark: string;
|
|
1236
|
+
light: string;
|
|
1237
|
+
};
|
|
1238
|
+
transparency: {
|
|
1239
|
+
T0: string;
|
|
1240
|
+
T10: string;
|
|
1241
|
+
T20: string;
|
|
1242
|
+
T30: string;
|
|
1243
|
+
T40: string;
|
|
1244
|
+
T50: string;
|
|
1245
|
+
T60: string;
|
|
1246
|
+
T70: string;
|
|
1247
|
+
T80: string;
|
|
1248
|
+
T90: string;
|
|
1249
|
+
T100: string;
|
|
1250
|
+
};
|
|
1251
|
+
};
|
|
1252
|
+
fontFamily: {
|
|
1253
|
+
default: string;
|
|
1254
|
+
heading: string;
|
|
1255
|
+
numerals: string;
|
|
1256
|
+
};
|
|
1257
|
+
fontSize: {
|
|
1258
|
+
default: string;
|
|
1259
|
+
xl: string;
|
|
1260
|
+
l: string;
|
|
1261
|
+
s: string;
|
|
1262
|
+
xs: string;
|
|
1263
|
+
h1XL: string;
|
|
1264
|
+
h1L: string;
|
|
1265
|
+
h1M: string;
|
|
1266
|
+
h1S: string;
|
|
1267
|
+
h2M: string;
|
|
1268
|
+
h2S: string;
|
|
1269
|
+
h3: string;
|
|
1270
|
+
h4: string;
|
|
1271
|
+
h5: string;
|
|
1272
|
+
h1: string;
|
|
1273
|
+
h2: string;
|
|
1274
|
+
};
|
|
1275
|
+
fontWeight: {
|
|
1276
|
+
book: number;
|
|
1277
|
+
medium: number;
|
|
1278
|
+
bold: number;
|
|
1279
|
+
black: number;
|
|
1280
|
+
};
|
|
1281
|
+
form: {
|
|
1282
|
+
smallSelectWidth: string;
|
|
1283
|
+
smallSelectHeight: string;
|
|
1284
|
+
};
|
|
1285
|
+
grid: {
|
|
1286
|
+
gutter: string;
|
|
1287
|
+
};
|
|
1288
|
+
lineHeight: {
|
|
1289
|
+
default: string;
|
|
1290
|
+
xl: string;
|
|
1291
|
+
s: string;
|
|
1292
|
+
xs: string;
|
|
1293
|
+
xxs: string;
|
|
1294
|
+
auto: string;
|
|
1295
|
+
h1XL: string;
|
|
1296
|
+
h1L: string;
|
|
1297
|
+
h1M: string;
|
|
1298
|
+
h1S: string;
|
|
1299
|
+
h2M: string;
|
|
1300
|
+
h2S: string;
|
|
1301
|
+
h3: string;
|
|
1302
|
+
h4: string;
|
|
1303
|
+
h5: string;
|
|
1304
|
+
h1: string;
|
|
1305
|
+
h2: string;
|
|
1306
|
+
};
|
|
1307
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
1308
|
+
radius: {
|
|
1309
|
+
default: string;
|
|
1310
|
+
s: string;
|
|
1311
|
+
xs: string;
|
|
1312
|
+
circle: string;
|
|
1313
|
+
pill: string;
|
|
1314
|
+
};
|
|
1315
|
+
}, {
|
|
1316
|
+
isInView?: boolean | undefined;
|
|
1317
|
+
}, never>;
|
|
1318
|
+
export declare const FeaturedBlock: import("styled-components").StyledComponent<"li", {
|
|
1319
|
+
base: {
|
|
1320
|
+
baseHeight: {
|
|
1321
|
+
value: number;
|
|
1322
|
+
unit: string;
|
|
1323
|
+
};
|
|
1324
|
+
baseWidth: {
|
|
1325
|
+
value: number;
|
|
1326
|
+
unit: string;
|
|
1327
|
+
};
|
|
1328
|
+
};
|
|
1329
|
+
breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
|
|
1330
|
+
color: {
|
|
1331
|
+
default: {
|
|
1332
|
+
pink: string;
|
|
1333
|
+
plum: string;
|
|
1334
|
+
white: string;
|
|
1335
|
+
black: string;
|
|
1336
|
+
};
|
|
1337
|
+
accent: {
|
|
1338
|
+
lemon: string;
|
|
1339
|
+
sky: string;
|
|
1340
|
+
orange: string;
|
|
1341
|
+
};
|
|
1342
|
+
hover: {
|
|
1343
|
+
pink: string;
|
|
1344
|
+
};
|
|
1345
|
+
text: {
|
|
1346
|
+
gray: string;
|
|
1347
|
+
pink: string;
|
|
1348
|
+
plum: string;
|
|
1349
|
+
white: string;
|
|
1350
|
+
black: string;
|
|
1351
|
+
};
|
|
1352
|
+
line: {
|
|
1353
|
+
L01: string;
|
|
1354
|
+
L02: string;
|
|
1355
|
+
L03: string;
|
|
1356
|
+
L04: string;
|
|
1357
|
+
};
|
|
1358
|
+
notification: {
|
|
1359
|
+
info: string;
|
|
1360
|
+
success: string;
|
|
1361
|
+
warning: string;
|
|
1362
|
+
error: string;
|
|
1363
|
+
};
|
|
1364
|
+
background: {
|
|
1365
|
+
sand: {
|
|
1366
|
+
default: string;
|
|
1367
|
+
E01: string;
|
|
1368
|
+
E02: string;
|
|
1369
|
+
};
|
|
1370
|
+
pink: {
|
|
1371
|
+
default: string;
|
|
1372
|
+
E01: string;
|
|
1373
|
+
E02: string;
|
|
1374
|
+
};
|
|
1375
|
+
plum: {
|
|
1376
|
+
default: string;
|
|
1377
|
+
E01: string;
|
|
1378
|
+
E02: string;
|
|
1379
|
+
};
|
|
1380
|
+
lemon: {
|
|
1381
|
+
default: string;
|
|
1382
|
+
E01: string;
|
|
1383
|
+
E02: string;
|
|
1384
|
+
};
|
|
1385
|
+
sky: {
|
|
1386
|
+
default: string;
|
|
1387
|
+
E01: string;
|
|
1388
|
+
E02: string;
|
|
1389
|
+
};
|
|
1390
|
+
orange: {
|
|
1391
|
+
default: string;
|
|
1392
|
+
E01: string;
|
|
1393
|
+
E02: string;
|
|
1394
|
+
};
|
|
1395
|
+
white: {
|
|
1396
|
+
default: string;
|
|
1397
|
+
};
|
|
1398
|
+
};
|
|
1399
|
+
focus: {
|
|
1400
|
+
dark: string;
|
|
1401
|
+
light: string;
|
|
1402
|
+
};
|
|
1403
|
+
transparency: {
|
|
1404
|
+
T0: string;
|
|
1405
|
+
T10: string;
|
|
1406
|
+
T20: string;
|
|
1407
|
+
T30: string;
|
|
1408
|
+
T40: string;
|
|
1409
|
+
T50: string;
|
|
1410
|
+
T60: string;
|
|
1411
|
+
T70: string;
|
|
1412
|
+
T80: string;
|
|
1413
|
+
T90: string;
|
|
1414
|
+
T100: string;
|
|
1415
|
+
};
|
|
1416
|
+
};
|
|
1417
|
+
fontFamily: {
|
|
1418
|
+
default: string;
|
|
1419
|
+
heading: string;
|
|
1420
|
+
numerals: string;
|
|
1421
|
+
};
|
|
1422
|
+
fontSize: {
|
|
1423
|
+
default: string;
|
|
1424
|
+
xl: string;
|
|
1425
|
+
l: string;
|
|
1426
|
+
s: string;
|
|
1427
|
+
xs: string;
|
|
1428
|
+
h1XL: string;
|
|
1429
|
+
h1L: string;
|
|
1430
|
+
h1M: string;
|
|
1431
|
+
h1S: string;
|
|
1432
|
+
h2M: string;
|
|
1433
|
+
h2S: string;
|
|
1434
|
+
h3: string;
|
|
1435
|
+
h4: string;
|
|
1436
|
+
h5: string;
|
|
1437
|
+
h1: string;
|
|
1438
|
+
h2: string;
|
|
1439
|
+
};
|
|
1440
|
+
fontWeight: {
|
|
1441
|
+
book: number;
|
|
1442
|
+
medium: number;
|
|
1443
|
+
bold: number;
|
|
1444
|
+
black: number;
|
|
1445
|
+
};
|
|
1446
|
+
form: {
|
|
1447
|
+
smallSelectWidth: string;
|
|
1448
|
+
smallSelectHeight: string;
|
|
1449
|
+
};
|
|
1450
|
+
grid: {
|
|
1451
|
+
gutter: string;
|
|
1452
|
+
};
|
|
1453
|
+
lineHeight: {
|
|
1454
|
+
default: string;
|
|
1455
|
+
xl: string;
|
|
1456
|
+
s: string;
|
|
1457
|
+
xs: string;
|
|
1458
|
+
xxs: string;
|
|
1459
|
+
auto: string;
|
|
1460
|
+
h1XL: string;
|
|
1461
|
+
h1L: string;
|
|
1462
|
+
h1M: string;
|
|
1463
|
+
h1S: string;
|
|
1464
|
+
h2M: string;
|
|
1465
|
+
h2S: string;
|
|
1466
|
+
h3: string;
|
|
1467
|
+
h4: string;
|
|
1468
|
+
h5: string;
|
|
1469
|
+
h1: string;
|
|
1470
|
+
h2: string;
|
|
1471
|
+
};
|
|
1472
|
+
media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
|
|
1473
|
+
radius: {
|
|
1474
|
+
default: string;
|
|
1475
|
+
s: string;
|
|
1476
|
+
xs: string;
|
|
1477
|
+
circle: string;
|
|
1478
|
+
pill: string;
|
|
1479
|
+
};
|
|
1480
|
+
}, {
|
|
1481
|
+
collapseSize: number;
|
|
1482
|
+
}, never>;
|