@dnanpm/styleguide 2.3.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/components/Accordion/Accordion.d.ts +2 -2
- package/build/cjs/components/Accordion/Accordion.js +29 -9
- package/build/cjs/components/{Accordion → AccordionItem}/AccordionItem.d.ts +15 -4
- package/build/cjs/components/AccordionItem/AccordionItem.js +85 -0
- package/build/cjs/components/AmountSelector/AmountSelector.d.ts +6 -6
- package/build/cjs/components/AmountSelector/AmountSelector.js +87 -35
- package/build/cjs/components/Box/Box.d.ts +65 -0
- package/build/cjs/components/Box/Box.js +51 -0
- package/build/cjs/components/Button/Button.d.ts +100 -0
- package/build/cjs/components/Button/Button.js +133 -0
- package/build/cjs/components/Button/ButtonClose.d.ts +12 -0
- package/build/cjs/components/Button/ButtonClose.js +32 -0
- package/build/cjs/components/Button/ButtonIcon.d.ts +21 -0
- package/build/cjs/components/Button/ButtonIcon.js +93 -0
- package/build/cjs/components/Button/ButtonPrimary.d.ts +5 -0
- package/build/cjs/components/Button/ButtonPrimary.js +58 -0
- package/build/cjs/components/Button/ButtonRound.d.ts +7 -0
- package/build/cjs/components/Button/ButtonRound.js +37 -0
- package/build/cjs/components/Button/ButtonSecondary.d.ts +5 -0
- package/build/cjs/components/Button/ButtonSecondary.js +58 -0
- package/build/cjs/components/Checkbox/Checkbox.d.ts +8 -4
- package/build/cjs/components/Checkbox/Checkbox.js +28 -29
- package/build/cjs/components/DnaLogo/DnaLogo.js +21 -22
- package/build/cjs/components/EmptyState/EmptyState.d.ts +26 -5
- package/build/cjs/components/EmptyState/EmptyState.js +14 -31
- package/build/cjs/components/Footer/Components/FooterComponents.d.ts +1 -1
- package/build/cjs/components/Footer/Components/FooterComponents.js +140 -133
- package/build/cjs/components/Footer/Footer.d.ts +2 -7
- package/build/cjs/components/Footer/Footer.js +36 -46
- package/build/cjs/components/Footer/context/FooterContext.d.ts +7 -2
- package/build/cjs/components/Footer/context/FooterContext.js +4 -3
- package/build/cjs/components/Helper/Helper.js +27 -7
- package/build/cjs/components/Icon/Icon.d.ts +1 -12
- package/build/cjs/components/Icon/Icon.js +10 -11
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.d.ts +1 -9
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +4 -14
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.d.ts +1 -9
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +4 -14
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.d.ts +1 -5
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +4 -9
- package/build/cjs/components/Icons/Small/hlCalendarSmall.js +3 -3
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +3 -3
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +3 -3
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +3 -3
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +3 -3
- package/build/cjs/components/Icons/Small/hlClockSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlDownloadSmall.js +5 -5
- package/build/cjs/components/Icons/Small/hlExternalSmall.js +3 -3
- package/build/cjs/components/Icons/Small/hlUploadSmall.js +5 -5
- package/build/cjs/components/Icons/Social/facebook.js +3 -3
- package/build/cjs/components/Icons/Social/instagram.js +3 -3
- package/build/cjs/components/Icons/Social/linkedin.js +3 -3
- package/build/cjs/components/Icons/Social/tiktok.js +3 -3
- package/build/cjs/components/Icons/Social/twitter.js +3 -3
- package/build/cjs/components/Icons/Social/youtube.js +3 -3
- package/build/cjs/components/Icons/hl404.js +3 -3
- package/build/cjs/components/Icons/hl4gSim.js +3 -3
- package/build/cjs/components/Icons/hl5gSim.js +3 -3
- package/build/cjs/components/Icons/hlBattery.js +5 -5
- package/build/cjs/components/Icons/hlBell.js +3 -3
- package/build/cjs/components/Icons/hlCalendar.js +14 -14
- package/build/cjs/components/Icons/hlCall.js +3 -3
- package/build/cjs/components/Icons/hlCameraBack.js +5 -5
- package/build/cjs/components/Icons/hlCameraFront.js +4 -4
- package/build/cjs/components/Icons/hlCart.js +5 -5
- package/build/cjs/components/Icons/hlCartEmpty.js +5 -5
- package/build/cjs/components/Icons/hlChat.js +6 -6
- package/build/cjs/components/Icons/hlCheck.d.ts +4 -0
- package/build/cjs/components/Icons/hlCheck.js +9 -4
- package/build/cjs/components/Icons/hlChevronDown.js +3 -3
- package/build/cjs/components/Icons/hlChevronLeft.js +3 -3
- package/build/cjs/components/Icons/hlChevronRight.js +3 -3
- package/build/cjs/components/Icons/hlChevronUp.js +3 -3
- package/build/cjs/components/Icons/hlCompensation.js +3 -3
- package/build/cjs/components/Icons/hlCookie.js +3 -3
- package/build/cjs/components/Icons/hlCopy.js +4 -4
- package/build/cjs/components/Icons/hlCoupon.js +5 -5
- package/build/cjs/components/Icons/hlDelivery.js +3 -3
- package/build/cjs/components/Icons/hlDigiturva.js +3 -3
- package/build/cjs/components/Icons/hlDisplaySize.js +5 -5
- package/build/cjs/components/Icons/hlDocument.js +4 -4
- package/build/cjs/components/Icons/hlDownload.js +5 -5
- package/build/cjs/components/Icons/hlEnvelope.js +3 -3
- package/build/cjs/components/Icons/hlError.js +5 -5
- package/build/cjs/components/Icons/hlEuro.js +3 -3
- package/build/cjs/components/Icons/hlExclamationMark.js +3 -3
- package/build/cjs/components/Icons/hlExpand.js +3 -3
- package/build/cjs/components/Icons/hlExternal.js +3 -3
- package/build/cjs/components/Icons/hlEyeClosed.js +3 -3
- package/build/cjs/components/Icons/hlEyeOpen.js +4 -4
- package/build/cjs/components/Icons/hlFaceId.js +3 -3
- package/build/cjs/components/Icons/hlFastDelivery.js +3 -3
- package/build/cjs/components/Icons/hlFingerprint.js +7 -7
- package/build/cjs/components/Icons/hlGlobe.js +3 -3
- package/build/cjs/components/Icons/hlHeadphones.js +3 -3
- package/build/cjs/components/Icons/hlHeadset.js +5 -5
- package/build/cjs/components/Icons/hlHeart.js +3 -3
- package/build/cjs/components/Icons/hlHome.js +3 -3
- package/build/cjs/components/Icons/hlImage.js +3 -3
- package/build/cjs/components/Icons/hlInfo.js +5 -5
- package/build/cjs/components/Icons/hlInstallment.js +4 -4
- package/build/cjs/components/Icons/hlIotSim.js +4 -4
- package/build/cjs/components/Icons/hlLock.js +5 -5
- package/build/cjs/components/Icons/hlMagnifyingGlass.js +4 -4
- package/build/cjs/components/Icons/hlMarker.d.ts +1 -1
- package/build/cjs/components/Icons/hlMarker.js +4 -4
- package/build/cjs/components/Icons/hlMemory.js +4 -4
- package/build/cjs/components/Icons/hlMenu.js +3 -3
- package/build/cjs/components/Icons/hlMinimize.js +3 -3
- package/build/cjs/components/Icons/hlMinus.js +3 -3
- package/build/cjs/components/Icons/hlMobileData.js +3 -3
- package/build/cjs/components/Icons/hlMobilePayment.js +5 -5
- package/build/cjs/components/Icons/hlModem.js +7 -7
- package/build/cjs/components/Icons/hlMore.js +5 -5
- package/build/cjs/components/Icons/hlOs.js +4 -4
- package/build/cjs/components/Icons/hlPackage.js +3 -3
- package/build/cjs/components/Icons/hlPaperclip.js +3 -3
- package/build/cjs/components/Icons/hlPaytime.js +3 -3
- package/build/cjs/components/Icons/hlPen.js +3 -3
- package/build/cjs/components/Icons/hlPerson.js +3 -3
- package/build/cjs/components/Icons/hlPhone.js +4 -4
- package/build/cjs/components/Icons/hlPlus.js +4 -4
- package/build/cjs/components/Icons/hlPrepaid.js +3 -3
- package/build/cjs/components/Icons/hlProcessor.js +4 -4
- package/build/cjs/components/Icons/hlServices.js +3 -3
- package/build/cjs/components/Icons/hlSettings.js +3 -3
- package/build/cjs/components/Icons/hlShield.js +4 -4
- package/build/cjs/components/Icons/hlSim.js +4 -4
- package/build/cjs/components/Icons/hlSimSimple.js +5 -5
- package/build/cjs/components/Icons/hlSmile.js +6 -6
- package/build/cjs/components/Icons/hlSpeechBubble.js +4 -4
- package/build/cjs/components/Icons/hlSquaretrade.js +3 -3
- package/build/cjs/components/Icons/hlStar.js +3 -3
- package/build/cjs/components/Icons/hlStarFilled.js +3 -3
- package/build/cjs/components/Icons/hlTrash.js +4 -4
- package/build/cjs/components/Icons/hlTv.js +3 -3
- package/build/cjs/components/Icons/hlUnlock.js +4 -4
- package/build/cjs/components/Icons/hlUpload.js +5 -5
- package/build/cjs/components/Icons/hlWarning.js +5 -5
- package/build/cjs/components/Icons/hlWifi.js +5 -5
- package/build/cjs/components/Icons/hlWrench.d.ts +4 -0
- package/build/cjs/components/Icons/hlWrench.js +18 -0
- package/build/cjs/components/Icons/hlX.js +3 -3
- package/build/cjs/components/Icons/index.d.ts +20 -19
- package/build/cjs/components/Icons/index.js +123 -125
- package/build/cjs/components/Input/Input.d.ts +9 -10
- package/build/cjs/components/Input/Input.js +75 -62
- package/build/cjs/components/Label/Label.d.ts +9 -15
- package/build/cjs/components/Label/Label.js +19 -11
- package/build/cjs/components/LabelText/LabelText.d.ts +41 -101
- package/build/cjs/components/LabelText/LabelText.js +26 -7
- package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.d.ts +2 -1
- package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.js +20 -18
- package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +85 -101
- package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +92 -29
- package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +45 -44
- package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +20 -50
- package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.js +7 -7
- package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +7 -7
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -12
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +31 -57
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +93 -30
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +9 -10
- package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +9 -19
- package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +57 -57
- package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +7 -7
- package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.d.ts +1 -2
- package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +25 -25
- package/build/cjs/components/MainNavigation/MainNavigation.d.ts +1 -2
- package/build/cjs/components/MainNavigation/MainNavigation.js +31 -39
- package/build/cjs/components/MainNavigation/context/MobileMenuContext.js +2 -2
- package/build/cjs/components/MainNavigation/context/NavContext.js +2 -2
- package/build/cjs/components/MainNavigation/globalNavStyles.d.ts +368 -116
- package/build/cjs/components/MainNavigation/globalNavStyles.js +13 -12
- package/build/cjs/components/Modal/Modal.d.ts +63 -13
- package/build/cjs/components/Modal/Modal.js +56 -109
- package/build/cjs/components/Notification/Notification.d.ts +7 -18
- package/build/cjs/components/Notification/Notification.js +25 -32
- package/build/cjs/components/NotificationBadge/NotificationBadge.d.ts +39 -100
- package/build/cjs/components/NotificationBadge/NotificationBadge.js +26 -17
- package/build/cjs/components/Pill/Pill.d.ts +77 -0
- package/build/cjs/components/Pill/Pill.js +89 -0
- package/build/cjs/components/PixelLoader/PixelLoader.d.ts +2 -2
- package/build/cjs/components/PixelLoader/PixelLoader.js +14 -10
- package/build/cjs/components/ProgressIndicator/ProgressIndicator.d.ts +34 -18
- package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +103 -160
- package/build/cjs/components/RadioButton/RadioButton.js +12 -11
- package/build/cjs/components/ReadMore/ReadMore.js +9 -9
- package/build/cjs/components/Search/Search.d.ts +28 -44
- package/build/cjs/components/Search/Search.js +42 -44
- package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.d.ts +49 -9
- package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +66 -80
- package/build/cjs/components/Selectbox/Selectbox.d.ts +7 -14
- package/build/cjs/components/Selectbox/Selectbox.js +86 -57
- package/build/cjs/components/Switch/Switch.d.ts +0 -7
- package/build/cjs/components/Switch/Switch.js +46 -38
- package/build/cjs/components/Tabs/Tab.d.ts +92 -29
- package/build/cjs/components/Tabs/Tab.js +24 -23
- package/build/cjs/components/Tabs/Tabs.d.ts +111 -44
- package/build/cjs/components/Tabs/Tabs.js +12 -11
- package/build/cjs/components/Textarea/Textarea.d.ts +68 -13
- package/build/cjs/components/Textarea/Textarea.js +48 -49
- package/build/cjs/components/Toaster/Toaster.d.ts +44 -0
- package/build/cjs/components/Toaster/Toaster.js +74 -0
- package/build/cjs/components/Tooltip/Tooltip.d.ts +92 -29
- package/build/cjs/components/Tooltip/Tooltip.js +7 -8
- package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +184 -58
- package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +3 -3
- package/build/cjs/components/TooltipMenu/TooltipMenu.js +21 -21
- package/build/cjs/components/index.d.ts +12 -8
- package/build/cjs/hooks/modifyBodyClass.js +1 -1
- package/build/cjs/hooks/useCloseOutsideOrElementClicked.js +1 -1
- package/build/cjs/hooks/useDebounceFunc.js +22 -2
- package/build/cjs/hooks/useDocHeight.js +22 -2
- package/build/cjs/hooks/useElementDimensions.js +1 -1
- package/build/cjs/hooks/useOutsideClick.js +1 -1
- package/build/cjs/hooks/useScrollPosition.js +3 -3
- package/build/cjs/hooks/useWindowSize.d.ts +4 -0
- package/build/cjs/hooks/useWindowSize.js +31 -0
- package/build/cjs/index.js +175 -402
- package/build/cjs/themes/globalStyles.d.ts +276 -87
- package/build/cjs/themes/globalStyles.js +81 -76
- package/build/cjs/themes/gridTheme.js +1 -1
- package/build/cjs/themes/styled.d.ts +644 -203
- package/build/cjs/themes/styled.js +2 -2
- package/build/cjs/themes/theme.d.ts +92 -29
- package/build/cjs/themes/theme.js +14 -14
- package/build/cjs/themes/themeComponents/base.js +1 -1
- package/build/cjs/themes/themeComponents/breakpoints.js +1 -1
- package/build/cjs/themes/themeComponents/color.d.ts +88 -0
- package/build/cjs/themes/themeComponents/color.js +89 -0
- package/build/cjs/themes/themeComponents/fontFamily.js +1 -1
- package/build/cjs/themes/themeComponents/fontSize.js +1 -1
- package/build/cjs/themes/themeComponents/fontWeight.d.ts +12 -0
- package/build/cjs/themes/themeComponents/fontWeight.js +13 -1
- package/build/cjs/themes/themeComponents/forms.js +1 -1
- package/build/cjs/themes/themeComponents/lineHeight.js +1 -1
- package/build/cjs/themes/themeComponents/navigation.d.ts +2 -2
- package/build/cjs/themes/themeComponents/navigation.js +3 -3
- package/build/cjs/themes/themeComponents/radius.d.ts +29 -0
- package/build/cjs/themes/themeComponents/radius.js +34 -0
- package/build/cjs/utils/createStyled.js +3 -5
- package/build/cjs/utils/styledUtils.js +2 -2
- package/build/es/components/Accordion/Accordion.d.ts +2 -2
- package/build/es/components/Accordion/Accordion.js +29 -10
- package/build/es/components/{Accordion → AccordionItem}/AccordionItem.d.ts +15 -4
- package/build/es/components/AccordionItem/AccordionItem.js +76 -0
- package/build/es/components/AmountSelector/AmountSelector.d.ts +6 -6
- package/build/es/components/AmountSelector/AmountSelector.js +83 -31
- package/build/es/components/Box/Box.d.ts +65 -0
- package/build/es/components/Box/Box.js +42 -0
- package/build/es/components/Button/Button.d.ts +100 -0
- package/build/es/components/Button/Button.js +123 -0
- package/build/es/components/Button/ButtonClose.d.ts +12 -0
- package/build/es/components/Button/ButtonClose.js +24 -0
- package/build/es/components/Button/ButtonIcon.d.ts +21 -0
- package/build/es/components/Button/ButtonIcon.js +84 -0
- package/build/es/components/Button/ButtonPrimary.d.ts +5 -0
- package/build/es/components/Button/ButtonPrimary.js +50 -0
- package/build/es/components/Button/ButtonRound.d.ts +7 -0
- package/build/es/components/Button/ButtonRound.js +28 -0
- package/build/es/components/Button/ButtonSecondary.d.ts +5 -0
- package/build/es/components/Button/ButtonSecondary.js +50 -0
- package/build/es/components/Checkbox/Checkbox.d.ts +8 -4
- package/build/es/components/Checkbox/Checkbox.js +25 -26
- package/build/es/components/DnaLogo/DnaLogo.js +21 -22
- package/build/es/components/EmptyState/EmptyState.d.ts +26 -5
- package/build/es/components/EmptyState/EmptyState.js +16 -33
- package/build/es/components/Footer/Components/FooterComponents.d.ts +1 -1
- package/build/es/components/Footer/Components/FooterComponents.js +130 -123
- package/build/es/components/Footer/Footer.d.ts +2 -7
- package/build/es/components/Footer/Footer.js +34 -43
- package/build/es/components/Footer/context/FooterContext.d.ts +7 -2
- package/build/es/components/Footer/context/FooterContext.js +5 -4
- package/build/es/components/Helper/Helper.js +6 -6
- package/build/es/components/Icon/Icon.d.ts +1 -12
- package/build/es/components/Icon/Icon.js +10 -11
- package/build/es/components/Icons/Small/hlArrowBackSmall.d.ts +1 -9
- package/build/es/components/Icons/Small/hlArrowBackSmall.js +5 -14
- package/build/es/components/Icons/Small/hlArrowForwardSmall.d.ts +1 -9
- package/build/es/components/Icons/Small/hlArrowForwardSmall.js +5 -14
- package/build/es/components/Icons/Small/hlArrowUnderSmall.d.ts +1 -5
- package/build/es/components/Icons/Small/hlArrowUnderSmall.js +5 -10
- package/build/es/components/Icons/Small/hlCalendarSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronDownSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronLeftSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronRightSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronUpSmall.js +4 -4
- package/build/es/components/Icons/Small/hlClockSmall.js +5 -5
- package/build/es/components/Icons/Small/hlDownloadSmall.js +6 -6
- package/build/es/components/Icons/Small/hlExternalSmall.js +4 -4
- package/build/es/components/Icons/Small/hlUploadSmall.js +6 -6
- package/build/es/components/Icons/Social/facebook.js +4 -4
- package/build/es/components/Icons/Social/instagram.js +4 -4
- package/build/es/components/Icons/Social/linkedin.js +4 -4
- package/build/es/components/Icons/Social/tiktok.js +4 -4
- package/build/es/components/Icons/Social/twitter.js +4 -4
- package/build/es/components/Icons/Social/youtube.js +4 -4
- package/build/es/components/Icons/hl404.js +4 -4
- package/build/es/components/Icons/hl4gSim.js +4 -4
- package/build/es/components/Icons/hl5gSim.js +4 -4
- package/build/es/components/Icons/hlBattery.js +6 -6
- package/build/es/components/Icons/hlBell.js +4 -4
- package/build/es/components/Icons/hlCalendar.js +15 -15
- package/build/es/components/Icons/hlCall.js +4 -4
- package/build/es/components/Icons/hlCameraBack.js +6 -6
- package/build/es/components/Icons/hlCameraFront.js +5 -5
- package/build/es/components/Icons/hlCart.js +6 -6
- package/build/es/components/Icons/hlCartEmpty.js +6 -6
- package/build/es/components/Icons/hlChat.js +7 -7
- package/build/es/components/Icons/hlCheck.d.ts +4 -0
- package/build/es/components/Icons/hlCheck.js +9 -5
- package/build/es/components/Icons/hlChevronDown.js +4 -4
- package/build/es/components/Icons/hlChevronLeft.js +4 -4
- package/build/es/components/Icons/hlChevronRight.js +4 -4
- package/build/es/components/Icons/hlChevronUp.js +4 -4
- package/build/es/components/Icons/hlCompensation.js +4 -4
- package/build/es/components/Icons/hlCookie.js +4 -4
- package/build/es/components/Icons/hlCopy.js +5 -5
- package/build/es/components/Icons/hlCoupon.js +6 -6
- package/build/es/components/Icons/hlDelivery.js +4 -4
- package/build/es/components/Icons/hlDigiturva.js +4 -4
- package/build/es/components/Icons/hlDisplaySize.js +6 -6
- package/build/es/components/Icons/hlDocument.js +5 -5
- package/build/es/components/Icons/hlDownload.js +6 -6
- package/build/es/components/Icons/hlEnvelope.js +4 -4
- package/build/es/components/Icons/hlError.js +6 -6
- package/build/es/components/Icons/hlEuro.js +4 -4
- package/build/es/components/Icons/hlExclamationMark.js +4 -4
- package/build/es/components/Icons/hlExpand.js +4 -4
- package/build/es/components/Icons/hlExternal.js +4 -4
- package/build/es/components/Icons/hlEyeClosed.js +4 -4
- package/build/es/components/Icons/hlEyeOpen.js +5 -5
- package/build/es/components/Icons/hlFaceId.js +4 -4
- package/build/es/components/Icons/hlFastDelivery.js +4 -4
- package/build/es/components/Icons/hlFingerprint.js +8 -8
- package/build/es/components/Icons/hlGlobe.js +4 -4
- package/build/es/components/Icons/hlHeadphones.js +4 -4
- package/build/es/components/Icons/hlHeadset.js +6 -6
- package/build/es/components/Icons/hlHeart.js +4 -4
- package/build/es/components/Icons/hlHome.js +4 -4
- package/build/es/components/Icons/hlImage.js +4 -4
- package/build/es/components/Icons/hlInfo.js +6 -6
- package/build/es/components/Icons/hlInstallment.js +5 -5
- package/build/es/components/Icons/hlIotSim.js +5 -5
- package/build/es/components/Icons/hlLock.js +6 -6
- package/build/es/components/Icons/hlMagnifyingGlass.js +5 -5
- package/build/es/components/Icons/hlMarker.d.ts +1 -1
- package/build/es/components/Icons/hlMarker.js +5 -5
- package/build/es/components/Icons/hlMemory.js +5 -5
- package/build/es/components/Icons/hlMenu.js +4 -4
- package/build/es/components/Icons/hlMinimize.js +4 -4
- package/build/es/components/Icons/hlMinus.js +4 -4
- package/build/es/components/Icons/hlMobileData.js +4 -4
- package/build/es/components/Icons/hlMobilePayment.js +6 -6
- package/build/es/components/Icons/hlModem.js +8 -8
- package/build/es/components/Icons/hlMore.js +6 -6
- package/build/es/components/Icons/hlOs.js +5 -5
- package/build/es/components/Icons/hlPackage.js +4 -4
- package/build/es/components/Icons/hlPaperclip.js +4 -4
- package/build/es/components/Icons/hlPaytime.js +4 -4
- package/build/es/components/Icons/hlPen.js +4 -4
- package/build/es/components/Icons/hlPerson.js +4 -4
- package/build/es/components/Icons/hlPhone.js +5 -5
- package/build/es/components/Icons/hlPlus.js +5 -5
- package/build/es/components/Icons/hlPrepaid.js +4 -4
- package/build/es/components/Icons/hlProcessor.js +5 -5
- package/build/es/components/Icons/hlServices.js +4 -4
- package/build/es/components/Icons/hlSettings.js +4 -4
- package/build/es/components/Icons/hlShield.js +5 -5
- package/build/es/components/Icons/hlSim.js +5 -5
- package/build/es/components/Icons/hlSimSimple.js +6 -6
- package/build/es/components/Icons/hlSmile.js +7 -7
- package/build/es/components/Icons/hlSpeechBubble.js +5 -5
- package/build/es/components/Icons/hlSquaretrade.js +4 -4
- package/build/es/components/Icons/hlStar.js +4 -4
- package/build/es/components/Icons/hlStarFilled.js +4 -4
- package/build/es/components/Icons/hlTrash.js +5 -5
- package/build/es/components/Icons/hlTv.js +4 -4
- package/build/es/components/Icons/hlUnlock.js +5 -5
- package/build/es/components/Icons/hlUpload.js +6 -6
- package/build/es/components/Icons/hlWarning.js +6 -6
- package/build/es/components/Icons/hlWifi.js +6 -6
- package/build/es/components/Icons/hlWrench.d.ts +4 -0
- package/build/es/components/Icons/hlWrench.js +10 -0
- package/build/es/components/Icons/hlX.js +4 -4
- package/build/es/components/Icons/index.d.ts +20 -19
- package/build/es/components/Icons/index.js +20 -19
- package/build/es/components/Input/Input.d.ts +9 -10
- package/build/es/components/Input/Input.js +74 -61
- package/build/es/components/Label/Label.d.ts +9 -15
- package/build/es/components/Label/Label.js +20 -12
- package/build/es/components/LabelText/LabelText.d.ts +41 -101
- package/build/es/components/LabelText/LabelText.js +22 -7
- package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.d.ts +2 -1
- package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.js +17 -15
- package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +76 -92
- package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +92 -29
- package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +37 -37
- package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +21 -51
- package/build/es/components/MainNavigation/ChildComponents/LinkModifier.js +7 -8
- package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.js +8 -8
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -12
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +30 -56
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +93 -30
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +8 -9
- package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.js +11 -21
- package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +50 -50
- package/build/es/components/MainNavigation/ChildComponents/PageSearch.js +8 -8
- package/build/es/components/MainNavigation/ChildComponents/Ribbon.d.ts +1 -2
- package/build/es/components/MainNavigation/ChildComponents/Ribbon.js +23 -23
- package/build/es/components/MainNavigation/MainNavigation.d.ts +1 -2
- package/build/es/components/MainNavigation/MainNavigation.js +27 -34
- package/build/es/components/MainNavigation/context/MobileMenuContext.js +3 -3
- package/build/es/components/MainNavigation/context/NavContext.js +3 -3
- package/build/es/components/MainNavigation/globalNavStyles.d.ts +368 -116
- package/build/es/components/MainNavigation/globalNavStyles.js +9 -8
- package/build/es/components/Modal/Modal.d.ts +63 -13
- package/build/es/components/Modal/Modal.js +58 -111
- package/build/es/components/Notification/Notification.d.ts +7 -18
- package/build/es/components/Notification/Notification.js +22 -29
- package/build/es/components/NotificationBadge/NotificationBadge.d.ts +39 -100
- package/build/es/components/NotificationBadge/NotificationBadge.js +22 -17
- package/build/es/components/Pill/Pill.d.ts +77 -0
- package/build/es/components/Pill/Pill.js +80 -0
- package/build/es/components/PixelLoader/PixelLoader.d.ts +2 -2
- package/build/es/components/PixelLoader/PixelLoader.js +14 -10
- package/build/es/components/ProgressIndicator/ProgressIndicator.d.ts +34 -18
- package/build/es/components/ProgressIndicator/ProgressIndicator.js +100 -161
- package/build/es/components/RadioButton/RadioButton.js +11 -10
- package/build/es/components/ReadMore/ReadMore.js +7 -7
- package/build/es/components/Search/Search.d.ts +28 -44
- package/build/es/components/Search/Search.js +41 -43
- package/build/es/components/SecondaryNavigation/SecondaryNavigation.d.ts +49 -9
- package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +59 -73
- package/build/es/components/Selectbox/Selectbox.d.ts +7 -14
- package/build/es/components/Selectbox/Selectbox.js +84 -55
- package/build/es/components/Switch/Switch.d.ts +0 -7
- package/build/es/components/Switch/Switch.js +23 -35
- package/build/es/components/Tabs/Tab.d.ts +92 -29
- package/build/es/components/Tabs/Tab.js +25 -25
- package/build/es/components/Tabs/Tabs.d.ts +111 -44
- package/build/es/components/Tabs/Tabs.js +11 -11
- package/build/es/components/Textarea/Textarea.d.ts +68 -13
- package/build/es/components/Textarea/Textarea.js +49 -50
- package/build/es/components/Toaster/Toaster.d.ts +44 -0
- package/build/es/components/Toaster/Toaster.js +65 -0
- package/build/es/components/Tooltip/Tooltip.d.ts +92 -29
- package/build/es/components/Tooltip/Tooltip.js +6 -7
- package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +184 -58
- package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +1 -1
- package/build/es/components/TooltipMenu/TooltipMenu.js +17 -17
- package/build/es/components/index.d.ts +12 -8
- package/build/es/hooks/modifyBodyClass.js +1 -1
- package/build/es/hooks/useCloseOutsideOrElementClicked.js +1 -1
- package/build/es/hooks/useDebounceFunc.js +3 -3
- package/build/es/hooks/useDocHeight.js +3 -3
- package/build/es/hooks/useElementDimensions.js +1 -1
- package/build/es/hooks/useOutsideClick.js +1 -1
- package/build/es/hooks/useScrollPosition.js +4 -4
- package/build/es/hooks/useWindowSize.d.ts +4 -0
- package/build/es/hooks/useWindowSize.js +27 -0
- package/build/es/index.js +31 -34
- package/build/es/themes/globalStyles.d.ts +276 -87
- package/build/es/themes/globalStyles.js +77 -72
- package/build/es/themes/gridTheme.js +1 -1
- package/build/es/themes/styled.d.ts +644 -203
- package/build/es/themes/styled.js +1 -2
- package/build/es/themes/theme.d.ts +92 -29
- package/build/es/themes/theme.js +6 -6
- package/build/es/themes/themeComponents/base.js +1 -1
- package/build/es/themes/themeComponents/breakpoints.js +1 -1
- package/build/es/themes/themeComponents/color.d.ts +88 -0
- package/build/es/themes/themeComponents/color.js +85 -0
- package/build/es/themes/themeComponents/fontFamily.js +1 -1
- package/build/es/themes/themeComponents/fontSize.js +1 -1
- package/build/es/themes/themeComponents/fontWeight.d.ts +12 -0
- package/build/es/themes/themeComponents/fontWeight.js +13 -1
- package/build/es/themes/themeComponents/forms.js +1 -1
- package/build/es/themes/themeComponents/lineHeight.js +1 -1
- package/build/es/themes/themeComponents/navigation.d.ts +2 -2
- package/build/es/themes/themeComponents/navigation.js +3 -4
- package/build/es/themes/themeComponents/radius.d.ts +29 -0
- package/build/es/themes/themeComponents/radius.js +30 -0
- package/build/es/utils/createStyled.js +1 -1
- package/package.json +7 -10
- package/build/cjs/components/Accordion/AccordionItem.js +0 -83
- package/build/cjs/components/Buttons/ButtonBasicStyles.d.ts +0 -109
- package/build/cjs/components/Buttons/ButtonBasicStyles.js +0 -71
- package/build/cjs/components/Buttons/ButtonDefault.d.ts +0 -6
- package/build/cjs/components/Buttons/ButtonDefault.js +0 -32
- package/build/cjs/components/Buttons/ButtonIcon.d.ts +0 -6
- package/build/cjs/components/Buttons/ButtonIcon.js +0 -33
- package/build/cjs/components/Buttons/ButtonIconPrimary.d.ts +0 -6
- package/build/cjs/components/Buttons/ButtonIconPrimary.js +0 -33
- package/build/cjs/components/Buttons/ButtonIconPrimaryStyles.d.ts +0 -103
- package/build/cjs/components/Buttons/ButtonIconPrimaryStyles.js +0 -21
- package/build/cjs/components/Buttons/ButtonIconStyles.d.ts +0 -103
- package/build/cjs/components/Buttons/ButtonIconStyles.js +0 -45
- package/build/cjs/components/Buttons/ButtonPrimary.d.ts +0 -6
- package/build/cjs/components/Buttons/ButtonPrimary.js +0 -31
- package/build/cjs/components/Buttons/ButtonPrimaryStyles.d.ts +0 -101
- package/build/cjs/components/Buttons/ButtonPrimaryStyles.js +0 -26
- package/build/cjs/components/Buttons/ButtonRound.d.ts +0 -27
- package/build/cjs/components/Buttons/ButtonRound.js +0 -19
- package/build/cjs/components/Buttons/ButtonRoundStyles.d.ts +0 -2
- package/build/cjs/components/Buttons/ButtonRoundStyles.js +0 -37
- package/build/cjs/components/Buttons/ButtonSecondary.d.ts +0 -6
- package/build/cjs/components/Buttons/ButtonSecondary.js +0 -31
- package/build/cjs/components/Buttons/ButtonSecondaryStyles.d.ts +0 -101
- package/build/cjs/components/Buttons/ButtonSecondaryStyles.js +0 -45
- package/build/cjs/components/Buttons/ButtonTertiary.d.ts +0 -6
- package/build/cjs/components/Buttons/ButtonTertiary.js +0 -31
- package/build/cjs/components/Buttons/ButtonTertiaryStyles.d.ts +0 -101
- package/build/cjs/components/Buttons/ButtonTertiaryStyles.js +0 -43
- package/build/cjs/components/Buttons/CloseButton.d.ts +0 -101
- package/build/cjs/components/Buttons/CloseButton.js +0 -16
- package/build/cjs/components/Buttons/index.d.ts +0 -8
- package/build/cjs/components/Card/Card.d.ts +0 -5
- package/build/cjs/components/Card/Card.js +0 -70
- package/build/cjs/components/Card/CardRow.d.ts +0 -5
- package/build/cjs/components/Card/CardRow.js +0 -63
- package/build/cjs/components/Card/index.d.ts +0 -2
- package/build/cjs/components/Icon/Icons.d.ts +0 -220
- package/build/cjs/components/Icon/Icons.js +0 -1384
- package/build/cjs/components/Image/Image.d.ts +0 -21
- package/build/cjs/components/Image/Image.js +0 -25
- package/build/cjs/components/Ribbon/Ribbon.d.ts +0 -57
- package/build/cjs/components/Ribbon/Ribbon.js +0 -82
- package/build/cjs/themes/themeComponents/buttons.d.ts +0 -4
- package/build/cjs/themes/themeComponents/buttons.js +0 -9
- package/build/cjs/themes/themeComponents/colors.d.ts +0 -29
- package/build/cjs/themes/themeComponents/colors.js +0 -34
- package/build/es/components/Accordion/AccordionItem.js +0 -74
- package/build/es/components/Buttons/ButtonBasicStyles.d.ts +0 -109
- package/build/es/components/Buttons/ButtonBasicStyles.js +0 -67
- package/build/es/components/Buttons/ButtonDefault.d.ts +0 -6
- package/build/es/components/Buttons/ButtonDefault.js +0 -24
- package/build/es/components/Buttons/ButtonIcon.d.ts +0 -6
- package/build/es/components/Buttons/ButtonIcon.js +0 -25
- package/build/es/components/Buttons/ButtonIconPrimary.d.ts +0 -6
- package/build/es/components/Buttons/ButtonIconPrimary.js +0 -25
- package/build/es/components/Buttons/ButtonIconPrimaryStyles.d.ts +0 -103
- package/build/es/components/Buttons/ButtonIconPrimaryStyles.js +0 -17
- package/build/es/components/Buttons/ButtonIconStyles.d.ts +0 -103
- package/build/es/components/Buttons/ButtonIconStyles.js +0 -41
- package/build/es/components/Buttons/ButtonPrimary.d.ts +0 -6
- package/build/es/components/Buttons/ButtonPrimary.js +0 -23
- package/build/es/components/Buttons/ButtonPrimaryStyles.d.ts +0 -101
- package/build/es/components/Buttons/ButtonPrimaryStyles.js +0 -22
- package/build/es/components/Buttons/ButtonRound.d.ts +0 -27
- package/build/es/components/Buttons/ButtonRound.js +0 -11
- package/build/es/components/Buttons/ButtonRoundStyles.d.ts +0 -2
- package/build/es/components/Buttons/ButtonRoundStyles.js +0 -29
- package/build/es/components/Buttons/ButtonSecondary.d.ts +0 -6
- package/build/es/components/Buttons/ButtonSecondary.js +0 -23
- package/build/es/components/Buttons/ButtonSecondaryStyles.d.ts +0 -101
- package/build/es/components/Buttons/ButtonSecondaryStyles.js +0 -41
- package/build/es/components/Buttons/ButtonTertiary.d.ts +0 -6
- package/build/es/components/Buttons/ButtonTertiary.js +0 -23
- package/build/es/components/Buttons/ButtonTertiaryStyles.d.ts +0 -101
- package/build/es/components/Buttons/ButtonTertiaryStyles.js +0 -39
- package/build/es/components/Buttons/CloseButton.d.ts +0 -101
- package/build/es/components/Buttons/CloseButton.js +0 -12
- package/build/es/components/Buttons/index.d.ts +0 -8
- package/build/es/components/Card/Card.d.ts +0 -5
- package/build/es/components/Card/Card.js +0 -62
- package/build/es/components/Card/CardRow.d.ts +0 -5
- package/build/es/components/Card/CardRow.js +0 -55
- package/build/es/components/Card/index.d.ts +0 -2
- package/build/es/components/Icon/Icons.d.ts +0 -220
- package/build/es/components/Icon/Icons.js +0 -1159
- package/build/es/components/Image/Image.d.ts +0 -21
- package/build/es/components/Image/Image.js +0 -16
- package/build/es/components/Ribbon/Ribbon.d.ts +0 -57
- package/build/es/components/Ribbon/Ribbon.js +0 -73
- package/build/es/themes/themeComponents/buttons.d.ts +0 -4
- package/build/es/themes/themeComponents/buttons.js +0 -5
- package/build/es/themes/themeComponents/colors.d.ts +0 -29
- package/build/es/themes/themeComponents/colors.js +0 -30
|
@@ -10,36 +10,92 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
breakpoints: import("./themeComponents/breakpoints").ViewBreakpoints;
|
|
13
|
-
button: {
|
|
14
|
-
border: string;
|
|
15
|
-
};
|
|
16
13
|
color: {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
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
|
+
};
|
|
43
99
|
};
|
|
44
100
|
fontFamily: {
|
|
45
101
|
default: string;
|
|
@@ -97,6 +153,13 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
97
153
|
h2: string;
|
|
98
154
|
};
|
|
99
155
|
media: Record<string | number, (l: TemplateStringsArray, ...p: any[]) => string>;
|
|
156
|
+
radius: {
|
|
157
|
+
default: string;
|
|
158
|
+
s: string;
|
|
159
|
+
xs: string;
|
|
160
|
+
circle: string;
|
|
161
|
+
pill: string;
|
|
162
|
+
};
|
|
100
163
|
}>, css: import("styled-components").ThemedCssFunction<{
|
|
101
164
|
base: {
|
|
102
165
|
baseHeight: {
|
|
@@ -109,36 +172,92 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
109
172
|
};
|
|
110
173
|
};
|
|
111
174
|
breakpoints: import("./themeComponents/breakpoints").ViewBreakpoints;
|
|
112
|
-
button: {
|
|
113
|
-
border: string;
|
|
114
|
-
};
|
|
115
175
|
color: {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
176
|
+
default: {
|
|
177
|
+
pink: string;
|
|
178
|
+
plum: string;
|
|
179
|
+
white: string;
|
|
180
|
+
black: string;
|
|
181
|
+
};
|
|
182
|
+
accent: {
|
|
183
|
+
lemon: string;
|
|
184
|
+
sky: string;
|
|
185
|
+
orange: string;
|
|
186
|
+
};
|
|
187
|
+
hover: {
|
|
188
|
+
pink: string;
|
|
189
|
+
};
|
|
190
|
+
text: {
|
|
191
|
+
gray: string;
|
|
192
|
+
pink: string;
|
|
193
|
+
plum: string;
|
|
194
|
+
white: string;
|
|
195
|
+
black: string;
|
|
196
|
+
};
|
|
197
|
+
line: {
|
|
198
|
+
L01: string;
|
|
199
|
+
L02: string;
|
|
200
|
+
L03: string;
|
|
201
|
+
L04: string;
|
|
202
|
+
};
|
|
203
|
+
notification: {
|
|
204
|
+
info: string;
|
|
205
|
+
success: string;
|
|
206
|
+
warning: string;
|
|
207
|
+
error: string;
|
|
208
|
+
};
|
|
209
|
+
background: {
|
|
210
|
+
sand: {
|
|
211
|
+
default: string;
|
|
212
|
+
E01: string;
|
|
213
|
+
E02: string;
|
|
214
|
+
};
|
|
215
|
+
pink: {
|
|
216
|
+
default: string;
|
|
217
|
+
E01: string;
|
|
218
|
+
E02: string;
|
|
219
|
+
};
|
|
220
|
+
plum: {
|
|
221
|
+
default: string;
|
|
222
|
+
E01: string;
|
|
223
|
+
E02: string;
|
|
224
|
+
};
|
|
225
|
+
lemon: {
|
|
226
|
+
default: string;
|
|
227
|
+
E01: string;
|
|
228
|
+
E02: string;
|
|
229
|
+
};
|
|
230
|
+
sky: {
|
|
231
|
+
default: string;
|
|
232
|
+
E01: string;
|
|
233
|
+
E02: string;
|
|
234
|
+
};
|
|
235
|
+
orange: {
|
|
236
|
+
default: string;
|
|
237
|
+
E01: string;
|
|
238
|
+
E02: string;
|
|
239
|
+
};
|
|
240
|
+
white: {
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
focus: {
|
|
245
|
+
dark: string;
|
|
246
|
+
light: string;
|
|
247
|
+
};
|
|
248
|
+
transparency: {
|
|
249
|
+
T0: string;
|
|
250
|
+
T10: string;
|
|
251
|
+
T20: string;
|
|
252
|
+
T30: string;
|
|
253
|
+
T40: string;
|
|
254
|
+
T50: string;
|
|
255
|
+
T60: string;
|
|
256
|
+
T70: string;
|
|
257
|
+
T80: string;
|
|
258
|
+
T90: string;
|
|
259
|
+
T100: string;
|
|
260
|
+
};
|
|
142
261
|
};
|
|
143
262
|
fontFamily: {
|
|
144
263
|
default: string;
|
|
@@ -196,6 +315,13 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
196
315
|
h2: string;
|
|
197
316
|
};
|
|
198
317
|
media: Record<string | number, (l: TemplateStringsArray, ...p: any[]) => string>;
|
|
318
|
+
radius: {
|
|
319
|
+
default: string;
|
|
320
|
+
s: string;
|
|
321
|
+
xs: string;
|
|
322
|
+
circle: string;
|
|
323
|
+
pill: string;
|
|
324
|
+
};
|
|
199
325
|
}>, createGlobalStyle: <P extends object = {}>(first: TemplateStringsArray | import("styled-components").CSSObject | import("styled-components").InterpolationFunction<import("styled-components").ThemedStyledProps<P, {
|
|
200
326
|
base: {
|
|
201
327
|
baseHeight: {
|
|
@@ -208,36 +334,92 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
208
334
|
};
|
|
209
335
|
};
|
|
210
336
|
breakpoints: import("./themeComponents/breakpoints").ViewBreakpoints;
|
|
211
|
-
button: {
|
|
212
|
-
border: string;
|
|
213
|
-
};
|
|
214
337
|
color: {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
338
|
+
default: {
|
|
339
|
+
pink: string;
|
|
340
|
+
plum: string;
|
|
341
|
+
white: string;
|
|
342
|
+
black: string;
|
|
343
|
+
};
|
|
344
|
+
accent: {
|
|
345
|
+
lemon: string;
|
|
346
|
+
sky: string;
|
|
347
|
+
orange: string;
|
|
348
|
+
};
|
|
349
|
+
hover: {
|
|
350
|
+
pink: string;
|
|
351
|
+
};
|
|
352
|
+
text: {
|
|
353
|
+
gray: string;
|
|
354
|
+
pink: string;
|
|
355
|
+
plum: string;
|
|
356
|
+
white: string;
|
|
357
|
+
black: string;
|
|
358
|
+
};
|
|
359
|
+
line: {
|
|
360
|
+
L01: string;
|
|
361
|
+
L02: string;
|
|
362
|
+
L03: string;
|
|
363
|
+
L04: string;
|
|
364
|
+
};
|
|
365
|
+
notification: {
|
|
366
|
+
info: string;
|
|
367
|
+
success: string;
|
|
368
|
+
warning: string;
|
|
369
|
+
error: string;
|
|
370
|
+
};
|
|
371
|
+
background: {
|
|
372
|
+
sand: {
|
|
373
|
+
default: string;
|
|
374
|
+
E01: string;
|
|
375
|
+
E02: string;
|
|
376
|
+
};
|
|
377
|
+
pink: {
|
|
378
|
+
default: string;
|
|
379
|
+
E01: string;
|
|
380
|
+
E02: string;
|
|
381
|
+
};
|
|
382
|
+
plum: {
|
|
383
|
+
default: string;
|
|
384
|
+
E01: string;
|
|
385
|
+
E02: string;
|
|
386
|
+
};
|
|
387
|
+
lemon: {
|
|
388
|
+
default: string;
|
|
389
|
+
E01: string;
|
|
390
|
+
E02: string;
|
|
391
|
+
};
|
|
392
|
+
sky: {
|
|
393
|
+
default: string;
|
|
394
|
+
E01: string;
|
|
395
|
+
E02: string;
|
|
396
|
+
};
|
|
397
|
+
orange: {
|
|
398
|
+
default: string;
|
|
399
|
+
E01: string;
|
|
400
|
+
E02: string;
|
|
401
|
+
};
|
|
402
|
+
white: {
|
|
403
|
+
default: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
focus: {
|
|
407
|
+
dark: string;
|
|
408
|
+
light: string;
|
|
409
|
+
};
|
|
410
|
+
transparency: {
|
|
411
|
+
T0: string;
|
|
412
|
+
T10: string;
|
|
413
|
+
T20: string;
|
|
414
|
+
T30: string;
|
|
415
|
+
T40: string;
|
|
416
|
+
T50: string;
|
|
417
|
+
T60: string;
|
|
418
|
+
T70: string;
|
|
419
|
+
T80: string;
|
|
420
|
+
T90: string;
|
|
421
|
+
T100: string;
|
|
422
|
+
};
|
|
241
423
|
};
|
|
242
424
|
fontFamily: {
|
|
243
425
|
default: string;
|
|
@@ -295,6 +477,13 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
295
477
|
h2: string;
|
|
296
478
|
};
|
|
297
479
|
media: Record<string | number, (l: TemplateStringsArray, ...p: any[]) => string>;
|
|
480
|
+
radius: {
|
|
481
|
+
default: string;
|
|
482
|
+
s: string;
|
|
483
|
+
xs: string;
|
|
484
|
+
circle: string;
|
|
485
|
+
pill: string;
|
|
486
|
+
};
|
|
298
487
|
}>>, ...interpolations: import("styled-components").Interpolation<import("styled-components").ThemedStyledProps<P, {
|
|
299
488
|
base: {
|
|
300
489
|
baseHeight: {
|
|
@@ -307,36 +496,92 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
307
496
|
};
|
|
308
497
|
};
|
|
309
498
|
breakpoints: import("./themeComponents/breakpoints").ViewBreakpoints;
|
|
310
|
-
button: {
|
|
311
|
-
border: string;
|
|
312
|
-
};
|
|
313
499
|
color: {
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
500
|
+
default: {
|
|
501
|
+
pink: string;
|
|
502
|
+
plum: string;
|
|
503
|
+
white: string;
|
|
504
|
+
black: string;
|
|
505
|
+
};
|
|
506
|
+
accent: {
|
|
507
|
+
lemon: string;
|
|
508
|
+
sky: string;
|
|
509
|
+
orange: string;
|
|
510
|
+
};
|
|
511
|
+
hover: {
|
|
512
|
+
pink: string;
|
|
513
|
+
};
|
|
514
|
+
text: {
|
|
515
|
+
gray: string;
|
|
516
|
+
pink: string;
|
|
517
|
+
plum: string;
|
|
518
|
+
white: string;
|
|
519
|
+
black: string;
|
|
520
|
+
};
|
|
521
|
+
line: {
|
|
522
|
+
L01: string;
|
|
523
|
+
L02: string;
|
|
524
|
+
L03: string;
|
|
525
|
+
L04: string;
|
|
526
|
+
};
|
|
527
|
+
notification: {
|
|
528
|
+
info: string;
|
|
529
|
+
success: string;
|
|
530
|
+
warning: string;
|
|
531
|
+
error: string;
|
|
532
|
+
};
|
|
533
|
+
background: {
|
|
534
|
+
sand: {
|
|
535
|
+
default: string;
|
|
536
|
+
E01: string;
|
|
537
|
+
E02: string;
|
|
538
|
+
};
|
|
539
|
+
pink: {
|
|
540
|
+
default: string;
|
|
541
|
+
E01: string;
|
|
542
|
+
E02: string;
|
|
543
|
+
};
|
|
544
|
+
plum: {
|
|
545
|
+
default: string;
|
|
546
|
+
E01: string;
|
|
547
|
+
E02: string;
|
|
548
|
+
};
|
|
549
|
+
lemon: {
|
|
550
|
+
default: string;
|
|
551
|
+
E01: string;
|
|
552
|
+
E02: string;
|
|
553
|
+
};
|
|
554
|
+
sky: {
|
|
555
|
+
default: string;
|
|
556
|
+
E01: string;
|
|
557
|
+
E02: string;
|
|
558
|
+
};
|
|
559
|
+
orange: {
|
|
560
|
+
default: string;
|
|
561
|
+
E01: string;
|
|
562
|
+
E02: string;
|
|
563
|
+
};
|
|
564
|
+
white: {
|
|
565
|
+
default: string;
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
focus: {
|
|
569
|
+
dark: string;
|
|
570
|
+
light: string;
|
|
571
|
+
};
|
|
572
|
+
transparency: {
|
|
573
|
+
T0: string;
|
|
574
|
+
T10: string;
|
|
575
|
+
T20: string;
|
|
576
|
+
T30: string;
|
|
577
|
+
T40: string;
|
|
578
|
+
T50: string;
|
|
579
|
+
T60: string;
|
|
580
|
+
T70: string;
|
|
581
|
+
T80: string;
|
|
582
|
+
T90: string;
|
|
583
|
+
T100: string;
|
|
584
|
+
};
|
|
340
585
|
};
|
|
341
586
|
fontFamily: {
|
|
342
587
|
default: string;
|
|
@@ -394,6 +639,13 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
394
639
|
h2: string;
|
|
395
640
|
};
|
|
396
641
|
media: Record<string | number, (l: TemplateStringsArray, ...p: any[]) => string>;
|
|
642
|
+
radius: {
|
|
643
|
+
default: string;
|
|
644
|
+
s: string;
|
|
645
|
+
xs: string;
|
|
646
|
+
circle: string;
|
|
647
|
+
pill: string;
|
|
648
|
+
};
|
|
397
649
|
}>>[]) => import("styled-components").GlobalStyleComponent<P, {
|
|
398
650
|
base: {
|
|
399
651
|
baseHeight: {
|
|
@@ -406,36 +658,92 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
406
658
|
};
|
|
407
659
|
};
|
|
408
660
|
breakpoints: import("./themeComponents/breakpoints").ViewBreakpoints;
|
|
409
|
-
button: {
|
|
410
|
-
border: string;
|
|
411
|
-
};
|
|
412
661
|
color: {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
662
|
+
default: {
|
|
663
|
+
pink: string;
|
|
664
|
+
plum: string;
|
|
665
|
+
white: string;
|
|
666
|
+
black: string;
|
|
667
|
+
};
|
|
668
|
+
accent: {
|
|
669
|
+
lemon: string;
|
|
670
|
+
sky: string;
|
|
671
|
+
orange: string;
|
|
672
|
+
};
|
|
673
|
+
hover: {
|
|
674
|
+
pink: string;
|
|
675
|
+
};
|
|
676
|
+
text: {
|
|
677
|
+
gray: string;
|
|
678
|
+
pink: string;
|
|
679
|
+
plum: string;
|
|
680
|
+
white: string;
|
|
681
|
+
black: string;
|
|
682
|
+
};
|
|
683
|
+
line: {
|
|
684
|
+
L01: string;
|
|
685
|
+
L02: string;
|
|
686
|
+
L03: string;
|
|
687
|
+
L04: string;
|
|
688
|
+
};
|
|
689
|
+
notification: {
|
|
690
|
+
info: string;
|
|
691
|
+
success: string;
|
|
692
|
+
warning: string;
|
|
693
|
+
error: string;
|
|
694
|
+
};
|
|
695
|
+
background: {
|
|
696
|
+
sand: {
|
|
697
|
+
default: string;
|
|
698
|
+
E01: string;
|
|
699
|
+
E02: string;
|
|
700
|
+
};
|
|
701
|
+
pink: {
|
|
702
|
+
default: string;
|
|
703
|
+
E01: string;
|
|
704
|
+
E02: string;
|
|
705
|
+
};
|
|
706
|
+
plum: {
|
|
707
|
+
default: string;
|
|
708
|
+
E01: string;
|
|
709
|
+
E02: string;
|
|
710
|
+
};
|
|
711
|
+
lemon: {
|
|
712
|
+
default: string;
|
|
713
|
+
E01: string;
|
|
714
|
+
E02: string;
|
|
715
|
+
};
|
|
716
|
+
sky: {
|
|
717
|
+
default: string;
|
|
718
|
+
E01: string;
|
|
719
|
+
E02: string;
|
|
720
|
+
};
|
|
721
|
+
orange: {
|
|
722
|
+
default: string;
|
|
723
|
+
E01: string;
|
|
724
|
+
E02: string;
|
|
725
|
+
};
|
|
726
|
+
white: {
|
|
727
|
+
default: string;
|
|
728
|
+
};
|
|
729
|
+
};
|
|
730
|
+
focus: {
|
|
731
|
+
dark: string;
|
|
732
|
+
light: string;
|
|
733
|
+
};
|
|
734
|
+
transparency: {
|
|
735
|
+
T0: string;
|
|
736
|
+
T10: string;
|
|
737
|
+
T20: string;
|
|
738
|
+
T30: string;
|
|
739
|
+
T40: string;
|
|
740
|
+
T50: string;
|
|
741
|
+
T60: string;
|
|
742
|
+
T70: string;
|
|
743
|
+
T80: string;
|
|
744
|
+
T90: string;
|
|
745
|
+
T100: string;
|
|
746
|
+
};
|
|
439
747
|
};
|
|
440
748
|
fontFamily: {
|
|
441
749
|
default: string;
|
|
@@ -493,6 +801,13 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
493
801
|
h2: string;
|
|
494
802
|
};
|
|
495
803
|
media: Record<string | number, (l: TemplateStringsArray, ...p: any[]) => string>;
|
|
804
|
+
radius: {
|
|
805
|
+
default: string;
|
|
806
|
+
s: string;
|
|
807
|
+
xs: string;
|
|
808
|
+
circle: string;
|
|
809
|
+
pill: string;
|
|
810
|
+
};
|
|
496
811
|
}>, keyframes: (strings: TemplateStringsArray | import("styled-components").CSSKeyframes, ...interpolations: import("styled-components").SimpleInterpolation[]) => import("styled-components").Keyframes, ThemeProvider: import("styled-components").BaseThemeProviderComponent<{
|
|
497
812
|
base: {
|
|
498
813
|
baseHeight: {
|
|
@@ -505,36 +820,92 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
505
820
|
};
|
|
506
821
|
};
|
|
507
822
|
breakpoints: import("./themeComponents/breakpoints").ViewBreakpoints;
|
|
508
|
-
button: {
|
|
509
|
-
border: string;
|
|
510
|
-
};
|
|
511
823
|
color: {
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
824
|
+
default: {
|
|
825
|
+
pink: string;
|
|
826
|
+
plum: string;
|
|
827
|
+
white: string;
|
|
828
|
+
black: string;
|
|
829
|
+
};
|
|
830
|
+
accent: {
|
|
831
|
+
lemon: string;
|
|
832
|
+
sky: string;
|
|
833
|
+
orange: string;
|
|
834
|
+
};
|
|
835
|
+
hover: {
|
|
836
|
+
pink: string;
|
|
837
|
+
};
|
|
838
|
+
text: {
|
|
839
|
+
gray: string;
|
|
840
|
+
pink: string;
|
|
841
|
+
plum: string;
|
|
842
|
+
white: string;
|
|
843
|
+
black: string;
|
|
844
|
+
};
|
|
845
|
+
line: {
|
|
846
|
+
L01: string;
|
|
847
|
+
L02: string;
|
|
848
|
+
L03: string;
|
|
849
|
+
L04: string;
|
|
850
|
+
};
|
|
851
|
+
notification: {
|
|
852
|
+
info: string;
|
|
853
|
+
success: string;
|
|
854
|
+
warning: string;
|
|
855
|
+
error: string;
|
|
856
|
+
};
|
|
857
|
+
background: {
|
|
858
|
+
sand: {
|
|
859
|
+
default: string;
|
|
860
|
+
E01: string;
|
|
861
|
+
E02: string;
|
|
862
|
+
};
|
|
863
|
+
pink: {
|
|
864
|
+
default: string;
|
|
865
|
+
E01: string;
|
|
866
|
+
E02: string;
|
|
867
|
+
};
|
|
868
|
+
plum: {
|
|
869
|
+
default: string;
|
|
870
|
+
E01: string;
|
|
871
|
+
E02: string;
|
|
872
|
+
};
|
|
873
|
+
lemon: {
|
|
874
|
+
default: string;
|
|
875
|
+
E01: string;
|
|
876
|
+
E02: string;
|
|
877
|
+
};
|
|
878
|
+
sky: {
|
|
879
|
+
default: string;
|
|
880
|
+
E01: string;
|
|
881
|
+
E02: string;
|
|
882
|
+
};
|
|
883
|
+
orange: {
|
|
884
|
+
default: string;
|
|
885
|
+
E01: string;
|
|
886
|
+
E02: string;
|
|
887
|
+
};
|
|
888
|
+
white: {
|
|
889
|
+
default: string;
|
|
890
|
+
};
|
|
891
|
+
};
|
|
892
|
+
focus: {
|
|
893
|
+
dark: string;
|
|
894
|
+
light: string;
|
|
895
|
+
};
|
|
896
|
+
transparency: {
|
|
897
|
+
T0: string;
|
|
898
|
+
T10: string;
|
|
899
|
+
T20: string;
|
|
900
|
+
T30: string;
|
|
901
|
+
T40: string;
|
|
902
|
+
T50: string;
|
|
903
|
+
T60: string;
|
|
904
|
+
T70: string;
|
|
905
|
+
T80: string;
|
|
906
|
+
T90: string;
|
|
907
|
+
T100: string;
|
|
908
|
+
};
|
|
538
909
|
};
|
|
539
910
|
fontFamily: {
|
|
540
911
|
default: string;
|
|
@@ -592,6 +963,13 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
592
963
|
h2: string;
|
|
593
964
|
};
|
|
594
965
|
media: Record<string | number, (l: TemplateStringsArray, ...p: any[]) => string>;
|
|
966
|
+
radius: {
|
|
967
|
+
default: string;
|
|
968
|
+
s: string;
|
|
969
|
+
xs: string;
|
|
970
|
+
circle: string;
|
|
971
|
+
pill: string;
|
|
972
|
+
};
|
|
595
973
|
}, {
|
|
596
974
|
base: {
|
|
597
975
|
baseHeight: {
|
|
@@ -604,36 +982,92 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
604
982
|
};
|
|
605
983
|
};
|
|
606
984
|
breakpoints: import("./themeComponents/breakpoints").ViewBreakpoints;
|
|
607
|
-
button: {
|
|
608
|
-
border: string;
|
|
609
|
-
};
|
|
610
985
|
color: {
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
986
|
+
default: {
|
|
987
|
+
pink: string;
|
|
988
|
+
plum: string;
|
|
989
|
+
white: string;
|
|
990
|
+
black: string;
|
|
991
|
+
};
|
|
992
|
+
accent: {
|
|
993
|
+
lemon: string;
|
|
994
|
+
sky: string;
|
|
995
|
+
orange: string;
|
|
996
|
+
};
|
|
997
|
+
hover: {
|
|
998
|
+
pink: string;
|
|
999
|
+
};
|
|
1000
|
+
text: {
|
|
1001
|
+
gray: string;
|
|
1002
|
+
pink: string;
|
|
1003
|
+
plum: string;
|
|
1004
|
+
white: string;
|
|
1005
|
+
black: string;
|
|
1006
|
+
};
|
|
1007
|
+
line: {
|
|
1008
|
+
L01: string;
|
|
1009
|
+
L02: string;
|
|
1010
|
+
L03: string;
|
|
1011
|
+
L04: string;
|
|
1012
|
+
};
|
|
1013
|
+
notification: {
|
|
1014
|
+
info: string;
|
|
1015
|
+
success: string;
|
|
1016
|
+
warning: string;
|
|
1017
|
+
error: string;
|
|
1018
|
+
};
|
|
1019
|
+
background: {
|
|
1020
|
+
sand: {
|
|
1021
|
+
default: string;
|
|
1022
|
+
E01: string;
|
|
1023
|
+
E02: string;
|
|
1024
|
+
};
|
|
1025
|
+
pink: {
|
|
1026
|
+
default: string;
|
|
1027
|
+
E01: string;
|
|
1028
|
+
E02: string;
|
|
1029
|
+
};
|
|
1030
|
+
plum: {
|
|
1031
|
+
default: string;
|
|
1032
|
+
E01: string;
|
|
1033
|
+
E02: string;
|
|
1034
|
+
};
|
|
1035
|
+
lemon: {
|
|
1036
|
+
default: string;
|
|
1037
|
+
E01: string;
|
|
1038
|
+
E02: string;
|
|
1039
|
+
};
|
|
1040
|
+
sky: {
|
|
1041
|
+
default: string;
|
|
1042
|
+
E01: string;
|
|
1043
|
+
E02: string;
|
|
1044
|
+
};
|
|
1045
|
+
orange: {
|
|
1046
|
+
default: string;
|
|
1047
|
+
E01: string;
|
|
1048
|
+
E02: string;
|
|
1049
|
+
};
|
|
1050
|
+
white: {
|
|
1051
|
+
default: string;
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
focus: {
|
|
1055
|
+
dark: string;
|
|
1056
|
+
light: string;
|
|
1057
|
+
};
|
|
1058
|
+
transparency: {
|
|
1059
|
+
T0: string;
|
|
1060
|
+
T10: string;
|
|
1061
|
+
T20: string;
|
|
1062
|
+
T30: string;
|
|
1063
|
+
T40: string;
|
|
1064
|
+
T50: string;
|
|
1065
|
+
T60: string;
|
|
1066
|
+
T70: string;
|
|
1067
|
+
T80: string;
|
|
1068
|
+
T90: string;
|
|
1069
|
+
T100: string;
|
|
1070
|
+
};
|
|
637
1071
|
};
|
|
638
1072
|
fontFamily: {
|
|
639
1073
|
default: string;
|
|
@@ -691,6 +1125,13 @@ declare const styled: import("styled-components").ThemedStyledInterface<{
|
|
|
691
1125
|
h2: string;
|
|
692
1126
|
};
|
|
693
1127
|
media: Record<string | number, (l: TemplateStringsArray, ...p: any[]) => string>;
|
|
1128
|
+
radius: {
|
|
1129
|
+
default: string;
|
|
1130
|
+
s: string;
|
|
1131
|
+
xs: string;
|
|
1132
|
+
circle: string;
|
|
1133
|
+
pill: string;
|
|
1134
|
+
};
|
|
694
1135
|
}>, ServerStyleSheet: typeof import("styled-components").ServerStyleSheet;
|
|
695
1136
|
export { css, createGlobalStyle, keyframes, ThemeProvider, ServerStyleSheet };
|
|
696
1137
|
export default styled;
|