@dnanpm/styleguide 3.2.0 → 3.3.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/README.md +86 -86
- package/build/cjs/{assets/bundle-f9dcdcfa.css → build/assets/fonts/fonts.css} +129 -129
- 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 -25
- package/build/cjs/components/AmountSelector/AmountSelector.d.ts +66 -66
- package/build/cjs/components/AmountSelector/AmountSelector.js +41 -43
- 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 +17 -20
- 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 +21 -21
- 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/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 +102 -102
- package/build/cjs/components/DateTimePicker/DateTimePicker.js +95 -96
- 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 +82 -82
- package/build/cjs/components/Drawer/Drawer.js +26 -26
- package/build/cjs/components/EmptyState/EmptyState.d.ts +37 -37
- package/build/cjs/components/EmptyState/EmptyState.js +9 -9
- 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 -12
- package/build/cjs/components/Footer/Components/FooterComponents.js +175 -197
- package/build/cjs/components/Footer/Footer.d.ts +12 -12
- package/build/cjs/components/Footer/Footer.js +222 -75
- 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 -59
- package/build/cjs/components/Icon/Icon.js +20 -24
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlCalendarSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlCalendarSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlClockSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlClockSmall.js +5 -5
- package/build/cjs/components/Icons/Small/hlDownloadSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlDownloadSmall.js +6 -6
- package/build/cjs/components/Icons/Small/hlExternalSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlExternalSmall.js +4 -4
- package/build/cjs/components/Icons/Small/hlUploadSmall.d.ts +7 -4
- package/build/cjs/components/Icons/Small/hlUploadSmall.js +6 -6
- package/build/cjs/components/Icons/Social/facebook.d.ts +7 -4
- package/build/cjs/components/Icons/Social/facebook.js +4 -4
- package/build/cjs/components/Icons/Social/instagram.d.ts +7 -4
- package/build/cjs/components/Icons/Social/instagram.js +4 -4
- package/build/cjs/components/Icons/Social/linkedin.d.ts +7 -4
- package/build/cjs/components/Icons/Social/linkedin.js +4 -4
- package/build/cjs/components/Icons/Social/tiktok.d.ts +7 -4
- package/build/cjs/components/Icons/Social/tiktok.js +4 -4
- package/build/cjs/components/Icons/Social/twitter.d.ts +7 -4
- package/build/cjs/components/Icons/Social/twitter.js +4 -4
- package/build/cjs/components/Icons/Social/youtube.d.ts +7 -4
- package/build/cjs/components/Icons/Social/youtube.js +4 -4
- package/build/cjs/components/Icons/hl404.d.ts +7 -4
- package/build/cjs/components/Icons/hl404.js +4 -4
- package/build/cjs/components/Icons/hl4gSim.d.ts +7 -4
- package/build/cjs/components/Icons/hl4gSim.js +4 -4
- package/build/cjs/components/Icons/hl5gSim.d.ts +7 -4
- package/build/cjs/components/Icons/hl5gSim.js +4 -4
- package/build/cjs/components/Icons/hlBattery.d.ts +7 -4
- package/build/cjs/components/Icons/hlBattery.js +6 -6
- package/build/cjs/components/Icons/hlBell.d.ts +7 -4
- package/build/cjs/components/Icons/hlBell.js +4 -4
- package/build/cjs/components/Icons/hlCableTVCard.d.ts +7 -4
- package/build/cjs/components/Icons/hlCableTVCard.js +4 -4
- package/build/cjs/components/Icons/hlCalendar.d.ts +7 -4
- package/build/cjs/components/Icons/hlCalendar.js +15 -15
- package/build/cjs/components/Icons/hlCall.d.ts +7 -4
- package/build/cjs/components/Icons/hlCall.js +4 -4
- package/build/cjs/components/Icons/hlCameraBack.d.ts +7 -4
- package/build/cjs/components/Icons/hlCameraBack.js +6 -6
- package/build/cjs/components/Icons/hlCameraFront.d.ts +7 -4
- package/build/cjs/components/Icons/hlCameraFront.js +5 -5
- package/build/cjs/components/Icons/hlCart.d.ts +7 -4
- package/build/cjs/components/Icons/hlCart.js +6 -6
- package/build/cjs/components/Icons/hlCartEmpty.d.ts +7 -4
- package/build/cjs/components/Icons/hlCartEmpty.js +6 -6
- package/build/cjs/components/Icons/hlChat.d.ts +7 -4
- package/build/cjs/components/Icons/hlChat.js +7 -7
- package/build/cjs/components/Icons/hlCheck.d.ts +13 -8
- package/build/cjs/components/Icons/hlCheck.js +10 -8
- package/build/cjs/components/Icons/hlChevronDown.d.ts +7 -4
- package/build/cjs/components/Icons/hlChevronDown.js +4 -4
- package/build/cjs/components/Icons/hlChevronLeft.d.ts +7 -4
- package/build/cjs/components/Icons/hlChevronLeft.js +4 -4
- package/build/cjs/components/Icons/hlChevronRight.d.ts +7 -4
- package/build/cjs/components/Icons/hlChevronRight.js +4 -4
- package/build/cjs/components/Icons/hlChevronUp.d.ts +7 -4
- package/build/cjs/components/Icons/hlChevronUp.js +4 -4
- package/build/cjs/components/Icons/hlCompensation.d.ts +7 -4
- package/build/cjs/components/Icons/hlCompensation.js +4 -4
- package/build/cjs/components/Icons/hlCookie.d.ts +7 -4
- package/build/cjs/components/Icons/hlCookie.js +4 -4
- package/build/cjs/components/Icons/hlCopy.d.ts +7 -4
- package/build/cjs/components/Icons/hlCopy.js +5 -5
- package/build/cjs/components/Icons/hlCoupon.d.ts +7 -4
- package/build/cjs/components/Icons/hlCoupon.js +6 -6
- package/build/cjs/components/Icons/hlDelivery.d.ts +7 -4
- package/build/cjs/components/Icons/hlDelivery.js +4 -4
- package/build/cjs/components/Icons/hlDigiturva.d.ts +7 -4
- package/build/cjs/components/Icons/hlDigiturva.js +4 -4
- package/build/cjs/components/Icons/hlDisplaySize.d.ts +7 -4
- package/build/cjs/components/Icons/hlDisplaySize.js +6 -6
- package/build/cjs/components/Icons/hlDocument.d.ts +7 -4
- package/build/cjs/components/Icons/hlDocument.js +5 -5
- package/build/cjs/components/Icons/hlDownload.d.ts +7 -4
- package/build/cjs/components/Icons/hlDownload.js +6 -6
- package/build/cjs/components/Icons/hlEnvelope.d.ts +7 -4
- package/build/cjs/components/Icons/hlEnvelope.js +4 -4
- package/build/cjs/components/Icons/hlError.d.ts +7 -4
- package/build/cjs/components/Icons/hlError.js +6 -6
- package/build/cjs/components/Icons/hlEuro.d.ts +7 -4
- package/build/cjs/components/Icons/hlEuro.js +4 -4
- package/build/cjs/components/Icons/hlExclamationMark.d.ts +7 -4
- package/build/cjs/components/Icons/hlExclamationMark.js +4 -4
- package/build/cjs/components/Icons/hlExpand.d.ts +7 -4
- package/build/cjs/components/Icons/hlExpand.js +4 -4
- package/build/cjs/components/Icons/hlExternal.d.ts +7 -4
- package/build/cjs/components/Icons/hlExternal.js +4 -4
- package/build/cjs/components/Icons/hlEyeClosed.d.ts +7 -4
- package/build/cjs/components/Icons/hlEyeClosed.js +4 -4
- package/build/cjs/components/Icons/hlEyeOpen.d.ts +7 -4
- package/build/cjs/components/Icons/hlEyeOpen.js +5 -5
- package/build/cjs/components/Icons/hlFaceId.d.ts +7 -4
- package/build/cjs/components/Icons/hlFaceId.js +4 -4
- package/build/cjs/components/Icons/hlFastDelivery.d.ts +7 -4
- package/build/cjs/components/Icons/hlFastDelivery.js +4 -4
- package/build/cjs/components/Icons/hlFingerprint.d.ts +7 -4
- package/build/cjs/components/Icons/hlFingerprint.js +8 -8
- package/build/cjs/components/Icons/hlGlobe.d.ts +7 -4
- package/build/cjs/components/Icons/hlGlobe.js +4 -4
- package/build/cjs/components/Icons/hlHeadphones.d.ts +7 -4
- package/build/cjs/components/Icons/hlHeadphones.js +4 -4
- package/build/cjs/components/Icons/hlHeadset.d.ts +7 -4
- package/build/cjs/components/Icons/hlHeadset.js +6 -6
- package/build/cjs/components/Icons/hlHeart.d.ts +7 -4
- package/build/cjs/components/Icons/hlHeart.js +4 -4
- package/build/cjs/components/Icons/hlHome.d.ts +7 -4
- package/build/cjs/components/Icons/hlHome.js +4 -4
- package/build/cjs/components/Icons/hlHub.d.ts +7 -4
- package/build/cjs/components/Icons/hlHub.js +5 -5
- package/build/cjs/components/Icons/hlImage.d.ts +7 -4
- package/build/cjs/components/Icons/hlImage.js +4 -4
- package/build/cjs/components/Icons/hlInfo.d.ts +7 -4
- package/build/cjs/components/Icons/hlInfo.js +6 -6
- package/build/cjs/components/Icons/hlInstallment.d.ts +7 -4
- package/build/cjs/components/Icons/hlInstallment.js +5 -5
- package/build/cjs/components/Icons/hlIotSim.d.ts +7 -4
- package/build/cjs/components/Icons/hlIotSim.js +5 -5
- package/build/cjs/components/Icons/hlLaptop.d.ts +7 -4
- package/build/cjs/components/Icons/hlLaptop.js +4 -4
- package/build/cjs/components/Icons/hlLink.d.ts +7 -4
- package/build/cjs/components/Icons/hlLink.js +5 -5
- package/build/cjs/components/Icons/hlLiveVideo.d.ts +7 -4
- package/build/cjs/components/Icons/hlLiveVideo.js +4 -4
- package/build/cjs/components/Icons/hlLock.d.ts +7 -4
- package/build/cjs/components/Icons/hlLock.js +6 -6
- package/build/cjs/components/Icons/hlMagnifyingGlass.d.ts +7 -4
- package/build/cjs/components/Icons/hlMagnifyingGlass.js +5 -5
- package/build/cjs/components/Icons/hlMarker.d.ts +7 -4
- package/build/cjs/components/Icons/hlMarker.js +5 -5
- package/build/cjs/components/Icons/hlMemory.d.ts +7 -4
- package/build/cjs/components/Icons/hlMemory.js +5 -5
- package/build/cjs/components/Icons/hlMenu.d.ts +7 -4
- package/build/cjs/components/Icons/hlMenu.js +4 -4
- package/build/cjs/components/Icons/hlMinimize.d.ts +7 -4
- package/build/cjs/components/Icons/hlMinimize.js +4 -4
- package/build/cjs/components/Icons/hlMinus.d.ts +7 -4
- package/build/cjs/components/Icons/hlMinus.js +4 -4
- package/build/cjs/components/Icons/hlMobileData.d.ts +7 -4
- package/build/cjs/components/Icons/hlMobileData.js +4 -4
- package/build/cjs/components/Icons/hlMobilePayment.d.ts +7 -4
- package/build/cjs/components/Icons/hlMobilePayment.js +6 -6
- package/build/cjs/components/Icons/hlModem.d.ts +7 -4
- package/build/cjs/components/Icons/hlModem.js +8 -8
- package/build/cjs/components/Icons/hlMore.d.ts +7 -4
- package/build/cjs/components/Icons/hlMore.js +6 -6
- package/build/cjs/components/Icons/hlOs.d.ts +7 -4
- package/build/cjs/components/Icons/hlOs.js +5 -5
- package/build/cjs/components/Icons/hlPackage.d.ts +7 -4
- package/build/cjs/components/Icons/hlPackage.js +4 -4
- package/build/cjs/components/Icons/hlPaperclip.d.ts +7 -4
- package/build/cjs/components/Icons/hlPaperclip.js +4 -4
- package/build/cjs/components/Icons/hlPaytime.d.ts +7 -4
- package/build/cjs/components/Icons/hlPaytime.js +4 -4
- package/build/cjs/components/Icons/hlPen.d.ts +7 -4
- package/build/cjs/components/Icons/hlPen.js +4 -4
- package/build/cjs/components/Icons/hlPerson.d.ts +7 -4
- package/build/cjs/components/Icons/hlPerson.js +4 -4
- package/build/cjs/components/Icons/hlPhone.d.ts +7 -4
- package/build/cjs/components/Icons/hlPhone.js +5 -5
- package/build/cjs/components/Icons/hlPlaylist.d.ts +7 -4
- package/build/cjs/components/Icons/hlPlaylist.js +4 -4
- package/build/cjs/components/Icons/hlPlus.d.ts +7 -4
- package/build/cjs/components/Icons/hlPlus.js +5 -5
- package/build/cjs/components/Icons/hlPrepaid.d.ts +7 -4
- package/build/cjs/components/Icons/hlPrepaid.js +4 -4
- package/build/cjs/components/Icons/hlProcessor.d.ts +7 -4
- package/build/cjs/components/Icons/hlProcessor.js +5 -5
- package/build/cjs/components/Icons/hlServices.d.ts +7 -4
- package/build/cjs/components/Icons/hlServices.js +4 -4
- package/build/cjs/components/Icons/hlSettings.d.ts +7 -4
- package/build/cjs/components/Icons/hlSettings.js +4 -4
- package/build/cjs/components/Icons/hlShield.d.ts +7 -4
- package/build/cjs/components/Icons/hlShield.js +5 -5
- package/build/cjs/components/Icons/hlSim.d.ts +7 -4
- package/build/cjs/components/Icons/hlSim.js +5 -5
- package/build/cjs/components/Icons/hlSimSimple.d.ts +7 -4
- package/build/cjs/components/Icons/hlSimSimple.js +6 -6
- package/build/cjs/components/Icons/hlSmile.d.ts +7 -4
- package/build/cjs/components/Icons/hlSmile.js +7 -7
- package/build/cjs/components/Icons/hlSpeechBubble.d.ts +7 -4
- package/build/cjs/components/Icons/hlSpeechBubble.js +5 -5
- package/build/cjs/components/Icons/hlSquaretrade.d.ts +7 -4
- package/build/cjs/components/Icons/hlSquaretrade.js +4 -4
- package/build/cjs/components/Icons/hlStar.d.ts +7 -4
- package/build/cjs/components/Icons/hlStar.js +4 -4
- package/build/cjs/components/Icons/hlStarFilled.d.ts +7 -4
- package/build/cjs/components/Icons/hlStarFilled.js +4 -4
- package/build/cjs/components/Icons/hlTrash.d.ts +7 -4
- package/build/cjs/components/Icons/hlTrash.js +5 -5
- package/build/cjs/components/Icons/hlTv.d.ts +7 -4
- package/build/cjs/components/Icons/hlTv.js +4 -4
- package/build/cjs/components/Icons/hlUnlock.d.ts +7 -4
- package/build/cjs/components/Icons/hlUnlock.js +6 -6
- package/build/cjs/components/Icons/hlUpload.d.ts +7 -4
- package/build/cjs/components/Icons/hlUpload.js +6 -6
- package/build/cjs/components/Icons/hlWarning.d.ts +7 -4
- package/build/cjs/components/Icons/hlWarning.js +6 -6
- package/build/cjs/components/Icons/hlWifi.d.ts +7 -4
- package/build/cjs/components/Icons/hlWifi.js +6 -6
- package/build/cjs/components/Icons/hlWrench.d.ts +7 -4
- package/build/cjs/components/Icons/hlWrench.js +4 -4
- package/build/cjs/components/Icons/hlX.d.ts +7 -4
- 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 -0
- package/build/cjs/components/InfoDialog/InfoDialog.js +68 -0
- package/build/cjs/components/Input/Input.d.ts +139 -139
- package/build/cjs/components/Input/Input.js +61 -66
- 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 -6
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +9 -17
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +70 -71
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +15 -16
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.d.ts +10 -10
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +26 -28
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.d.ts +7 -7
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +7 -8
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +193 -193
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +38 -37
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +169 -169
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.d.ts +7 -7
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +8 -9
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.d.ts +3 -3
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +97 -99
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.d.ts +6 -6
- package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.js +7 -8
- package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.d.ts +36 -36
- package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +245 -244
- 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 +99 -100
- package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +172 -172
- package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +45 -47
- package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
- package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +14 -15
- 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 +7 -8
- 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 +8 -9
- package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.d.ts +3 -3
- package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +98 -100
- package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.d.ts +6 -6
- package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +7 -8
- 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 +23 -23
- package/build/cjs/components/Notification/Notification.d.ts +47 -47
- package/build/cjs/components/Notification/Notification.js +17 -21
- 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/ProgressIndicator/ProgressIndicator.d.ts +41 -41
- package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +43 -44
- 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 +18 -18
- package/build/cjs/components/ReadMore/ReadMore.js +25 -27
- package/build/cjs/components/Search/Search.d.ts +59 -59
- package/build/cjs/components/Search/Search.js +19 -20
- package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.d.ts +86 -86
- package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +55 -57
- package/build/cjs/components/Selectbox/Selectbox.d.ts +119 -119
- package/build/cjs/components/Selectbox/Selectbox.js +85 -90
- package/build/cjs/components/Selectbox/__tests__/Selectbox.spec.d.ts +1 -1
- package/build/cjs/components/Switch/Switch.d.ts +42 -42
- package/build/cjs/components/Switch/Switch.js +23 -23
- package/build/cjs/components/Tabs/Tab.d.ts +182 -182
- package/build/cjs/components/Tabs/Tab.js +19 -19
- package/build/cjs/components/Tabs/Tabs.d.ts +214 -214
- package/build/cjs/components/Tabs/Tabs.js +28 -28
- package/build/cjs/components/Textarea/Textarea.d.ts +81 -81
- package/build/cjs/components/Textarea/Textarea.js +26 -26
- package/build/cjs/components/Toaster/Toaster.d.ts +45 -45
- package/build/cjs/components/Toaster/Toaster.js +24 -28
- package/build/cjs/components/Tooltip/Tooltip.d.ts +71 -71
- package/build/cjs/components/Tooltip/Tooltip.js +20 -20
- 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 +28 -29
- package/build/cjs/components/index.d.ts +46 -45
- 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 +6 -6
- 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 +4 -4
- package/build/cjs/hooks/useWindowSize.js +22 -22
- package/build/cjs/index.d.ts +6 -6
- package/build/cjs/index.js +2 -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 -33
- package/build/cjs/themes/themeComponents/navigation.js +32 -31
- 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/{assets/bundle-f9dcdcfa.css → build/assets/fonts/fonts.css} +129 -129
- 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 -25
- package/build/es/components/AmountSelector/AmountSelector.d.ts +66 -66
- package/build/es/components/AmountSelector/AmountSelector.js +41 -43
- 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 +17 -20
- 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 +21 -21
- 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/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 +102 -102
- package/build/es/components/DateTimePicker/DateTimePicker.js +95 -96
- 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 +82 -82
- package/build/es/components/Drawer/Drawer.js +26 -26
- package/build/es/components/EmptyState/EmptyState.d.ts +37 -37
- package/build/es/components/EmptyState/EmptyState.js +9 -9
- 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 -12
- package/build/es/components/Footer/Components/FooterComponents.js +175 -195
- package/build/es/components/Footer/Footer.d.ts +12 -12
- package/build/es/components/Footer/Footer.js +223 -76
- 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 -59
- package/build/es/components/Icon/Icon.js +20 -24
- package/build/es/components/Icons/Small/hlArrowBackSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlArrowBackSmall.js +4 -4
- package/build/es/components/Icons/Small/hlArrowForwardSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlArrowForwardSmall.js +4 -4
- package/build/es/components/Icons/Small/hlArrowUnderSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlArrowUnderSmall.js +4 -4
- package/build/es/components/Icons/Small/hlCalendarSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlCalendarSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronDownSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlChevronDownSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronLeftSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlChevronLeftSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronRightSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlChevronRightSmall.js +4 -4
- package/build/es/components/Icons/Small/hlChevronUpSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlChevronUpSmall.js +4 -4
- package/build/es/components/Icons/Small/hlClockSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlClockSmall.js +5 -5
- package/build/es/components/Icons/Small/hlDownloadSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlDownloadSmall.js +6 -6
- package/build/es/components/Icons/Small/hlExternalSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlExternalSmall.js +4 -4
- package/build/es/components/Icons/Small/hlUploadSmall.d.ts +7 -4
- package/build/es/components/Icons/Small/hlUploadSmall.js +6 -6
- package/build/es/components/Icons/Social/facebook.d.ts +7 -4
- package/build/es/components/Icons/Social/facebook.js +4 -4
- package/build/es/components/Icons/Social/instagram.d.ts +7 -4
- package/build/es/components/Icons/Social/instagram.js +4 -4
- package/build/es/components/Icons/Social/linkedin.d.ts +7 -4
- package/build/es/components/Icons/Social/linkedin.js +4 -4
- package/build/es/components/Icons/Social/tiktok.d.ts +7 -4
- package/build/es/components/Icons/Social/tiktok.js +4 -4
- package/build/es/components/Icons/Social/twitter.d.ts +7 -4
- package/build/es/components/Icons/Social/twitter.js +4 -4
- package/build/es/components/Icons/Social/youtube.d.ts +7 -4
- package/build/es/components/Icons/Social/youtube.js +4 -4
- package/build/es/components/Icons/hl404.d.ts +7 -4
- package/build/es/components/Icons/hl404.js +4 -4
- package/build/es/components/Icons/hl4gSim.d.ts +7 -4
- package/build/es/components/Icons/hl4gSim.js +4 -4
- package/build/es/components/Icons/hl5gSim.d.ts +7 -4
- package/build/es/components/Icons/hl5gSim.js +4 -4
- package/build/es/components/Icons/hlBattery.d.ts +7 -4
- package/build/es/components/Icons/hlBattery.js +6 -6
- package/build/es/components/Icons/hlBell.d.ts +7 -4
- package/build/es/components/Icons/hlBell.js +4 -4
- package/build/es/components/Icons/hlCableTVCard.d.ts +7 -4
- package/build/es/components/Icons/hlCableTVCard.js +4 -4
- package/build/es/components/Icons/hlCalendar.d.ts +7 -4
- package/build/es/components/Icons/hlCalendar.js +15 -15
- package/build/es/components/Icons/hlCall.d.ts +7 -4
- package/build/es/components/Icons/hlCall.js +4 -4
- package/build/es/components/Icons/hlCameraBack.d.ts +7 -4
- package/build/es/components/Icons/hlCameraBack.js +6 -6
- package/build/es/components/Icons/hlCameraFront.d.ts +7 -4
- package/build/es/components/Icons/hlCameraFront.js +5 -5
- package/build/es/components/Icons/hlCart.d.ts +7 -4
- package/build/es/components/Icons/hlCart.js +6 -6
- package/build/es/components/Icons/hlCartEmpty.d.ts +7 -4
- package/build/es/components/Icons/hlCartEmpty.js +6 -6
- package/build/es/components/Icons/hlChat.d.ts +7 -4
- package/build/es/components/Icons/hlChat.js +7 -7
- package/build/es/components/Icons/hlCheck.d.ts +13 -8
- package/build/es/components/Icons/hlCheck.js +10 -8
- package/build/es/components/Icons/hlChevronDown.d.ts +7 -4
- package/build/es/components/Icons/hlChevronDown.js +4 -4
- package/build/es/components/Icons/hlChevronLeft.d.ts +7 -4
- package/build/es/components/Icons/hlChevronLeft.js +4 -4
- package/build/es/components/Icons/hlChevronRight.d.ts +7 -4
- package/build/es/components/Icons/hlChevronRight.js +4 -4
- package/build/es/components/Icons/hlChevronUp.d.ts +7 -4
- package/build/es/components/Icons/hlChevronUp.js +4 -4
- package/build/es/components/Icons/hlCompensation.d.ts +7 -4
- package/build/es/components/Icons/hlCompensation.js +4 -4
- package/build/es/components/Icons/hlCookie.d.ts +7 -4
- package/build/es/components/Icons/hlCookie.js +4 -4
- package/build/es/components/Icons/hlCopy.d.ts +7 -4
- package/build/es/components/Icons/hlCopy.js +5 -5
- package/build/es/components/Icons/hlCoupon.d.ts +7 -4
- package/build/es/components/Icons/hlCoupon.js +6 -6
- package/build/es/components/Icons/hlDelivery.d.ts +7 -4
- package/build/es/components/Icons/hlDelivery.js +4 -4
- package/build/es/components/Icons/hlDigiturva.d.ts +7 -4
- package/build/es/components/Icons/hlDigiturva.js +4 -4
- package/build/es/components/Icons/hlDisplaySize.d.ts +7 -4
- package/build/es/components/Icons/hlDisplaySize.js +6 -6
- package/build/es/components/Icons/hlDocument.d.ts +7 -4
- package/build/es/components/Icons/hlDocument.js +5 -5
- package/build/es/components/Icons/hlDownload.d.ts +7 -4
- package/build/es/components/Icons/hlDownload.js +6 -6
- package/build/es/components/Icons/hlEnvelope.d.ts +7 -4
- package/build/es/components/Icons/hlEnvelope.js +4 -4
- package/build/es/components/Icons/hlError.d.ts +7 -4
- package/build/es/components/Icons/hlError.js +6 -6
- package/build/es/components/Icons/hlEuro.d.ts +7 -4
- package/build/es/components/Icons/hlEuro.js +4 -4
- package/build/es/components/Icons/hlExclamationMark.d.ts +7 -4
- package/build/es/components/Icons/hlExclamationMark.js +4 -4
- package/build/es/components/Icons/hlExpand.d.ts +7 -4
- package/build/es/components/Icons/hlExpand.js +4 -4
- package/build/es/components/Icons/hlExternal.d.ts +7 -4
- package/build/es/components/Icons/hlExternal.js +4 -4
- package/build/es/components/Icons/hlEyeClosed.d.ts +7 -4
- package/build/es/components/Icons/hlEyeClosed.js +4 -4
- package/build/es/components/Icons/hlEyeOpen.d.ts +7 -4
- package/build/es/components/Icons/hlEyeOpen.js +5 -5
- package/build/es/components/Icons/hlFaceId.d.ts +7 -4
- package/build/es/components/Icons/hlFaceId.js +4 -4
- package/build/es/components/Icons/hlFastDelivery.d.ts +7 -4
- package/build/es/components/Icons/hlFastDelivery.js +4 -4
- package/build/es/components/Icons/hlFingerprint.d.ts +7 -4
- package/build/es/components/Icons/hlFingerprint.js +8 -8
- package/build/es/components/Icons/hlGlobe.d.ts +7 -4
- package/build/es/components/Icons/hlGlobe.js +4 -4
- package/build/es/components/Icons/hlHeadphones.d.ts +7 -4
- package/build/es/components/Icons/hlHeadphones.js +4 -4
- package/build/es/components/Icons/hlHeadset.d.ts +7 -4
- package/build/es/components/Icons/hlHeadset.js +6 -6
- package/build/es/components/Icons/hlHeart.d.ts +7 -4
- package/build/es/components/Icons/hlHeart.js +4 -4
- package/build/es/components/Icons/hlHome.d.ts +7 -4
- package/build/es/components/Icons/hlHome.js +4 -4
- package/build/es/components/Icons/hlHub.d.ts +7 -4
- package/build/es/components/Icons/hlHub.js +5 -5
- package/build/es/components/Icons/hlImage.d.ts +7 -4
- package/build/es/components/Icons/hlImage.js +4 -4
- package/build/es/components/Icons/hlInfo.d.ts +7 -4
- package/build/es/components/Icons/hlInfo.js +6 -6
- package/build/es/components/Icons/hlInstallment.d.ts +7 -4
- package/build/es/components/Icons/hlInstallment.js +5 -5
- package/build/es/components/Icons/hlIotSim.d.ts +7 -4
- package/build/es/components/Icons/hlIotSim.js +5 -5
- package/build/es/components/Icons/hlLaptop.d.ts +7 -4
- package/build/es/components/Icons/hlLaptop.js +4 -4
- package/build/es/components/Icons/hlLink.d.ts +7 -4
- package/build/es/components/Icons/hlLink.js +5 -5
- package/build/es/components/Icons/hlLiveVideo.d.ts +7 -4
- package/build/es/components/Icons/hlLiveVideo.js +4 -4
- package/build/es/components/Icons/hlLock.d.ts +7 -4
- package/build/es/components/Icons/hlLock.js +6 -6
- package/build/es/components/Icons/hlMagnifyingGlass.d.ts +7 -4
- package/build/es/components/Icons/hlMagnifyingGlass.js +5 -5
- package/build/es/components/Icons/hlMarker.d.ts +7 -4
- package/build/es/components/Icons/hlMarker.js +5 -5
- package/build/es/components/Icons/hlMemory.d.ts +7 -4
- package/build/es/components/Icons/hlMemory.js +5 -5
- package/build/es/components/Icons/hlMenu.d.ts +7 -4
- package/build/es/components/Icons/hlMenu.js +4 -4
- package/build/es/components/Icons/hlMinimize.d.ts +7 -4
- package/build/es/components/Icons/hlMinimize.js +4 -4
- package/build/es/components/Icons/hlMinus.d.ts +7 -4
- package/build/es/components/Icons/hlMinus.js +4 -4
- package/build/es/components/Icons/hlMobileData.d.ts +7 -4
- package/build/es/components/Icons/hlMobileData.js +4 -4
- package/build/es/components/Icons/hlMobilePayment.d.ts +7 -4
- package/build/es/components/Icons/hlMobilePayment.js +6 -6
- package/build/es/components/Icons/hlModem.d.ts +7 -4
- package/build/es/components/Icons/hlModem.js +8 -8
- package/build/es/components/Icons/hlMore.d.ts +7 -4
- package/build/es/components/Icons/hlMore.js +6 -6
- package/build/es/components/Icons/hlOs.d.ts +7 -4
- package/build/es/components/Icons/hlOs.js +5 -5
- package/build/es/components/Icons/hlPackage.d.ts +7 -4
- package/build/es/components/Icons/hlPackage.js +4 -4
- package/build/es/components/Icons/hlPaperclip.d.ts +7 -4
- package/build/es/components/Icons/hlPaperclip.js +4 -4
- package/build/es/components/Icons/hlPaytime.d.ts +7 -4
- package/build/es/components/Icons/hlPaytime.js +4 -4
- package/build/es/components/Icons/hlPen.d.ts +7 -4
- package/build/es/components/Icons/hlPen.js +4 -4
- package/build/es/components/Icons/hlPerson.d.ts +7 -4
- package/build/es/components/Icons/hlPerson.js +4 -4
- package/build/es/components/Icons/hlPhone.d.ts +7 -4
- package/build/es/components/Icons/hlPhone.js +5 -5
- package/build/es/components/Icons/hlPlaylist.d.ts +7 -4
- package/build/es/components/Icons/hlPlaylist.js +4 -4
- package/build/es/components/Icons/hlPlus.d.ts +7 -4
- package/build/es/components/Icons/hlPlus.js +5 -5
- package/build/es/components/Icons/hlPrepaid.d.ts +7 -4
- package/build/es/components/Icons/hlPrepaid.js +4 -4
- package/build/es/components/Icons/hlProcessor.d.ts +7 -4
- package/build/es/components/Icons/hlProcessor.js +5 -5
- package/build/es/components/Icons/hlServices.d.ts +7 -4
- package/build/es/components/Icons/hlServices.js +4 -4
- package/build/es/components/Icons/hlSettings.d.ts +7 -4
- package/build/es/components/Icons/hlSettings.js +4 -4
- package/build/es/components/Icons/hlShield.d.ts +7 -4
- package/build/es/components/Icons/hlShield.js +5 -5
- package/build/es/components/Icons/hlSim.d.ts +7 -4
- package/build/es/components/Icons/hlSim.js +5 -5
- package/build/es/components/Icons/hlSimSimple.d.ts +7 -4
- package/build/es/components/Icons/hlSimSimple.js +6 -6
- package/build/es/components/Icons/hlSmile.d.ts +7 -4
- package/build/es/components/Icons/hlSmile.js +7 -7
- package/build/es/components/Icons/hlSpeechBubble.d.ts +7 -4
- package/build/es/components/Icons/hlSpeechBubble.js +5 -5
- package/build/es/components/Icons/hlSquaretrade.d.ts +7 -4
- package/build/es/components/Icons/hlSquaretrade.js +4 -4
- package/build/es/components/Icons/hlStar.d.ts +7 -4
- package/build/es/components/Icons/hlStar.js +4 -4
- package/build/es/components/Icons/hlStarFilled.d.ts +7 -4
- package/build/es/components/Icons/hlStarFilled.js +4 -4
- package/build/es/components/Icons/hlTrash.d.ts +7 -4
- package/build/es/components/Icons/hlTrash.js +5 -5
- package/build/es/components/Icons/hlTv.d.ts +7 -4
- package/build/es/components/Icons/hlTv.js +4 -4
- package/build/es/components/Icons/hlUnlock.d.ts +7 -4
- package/build/es/components/Icons/hlUnlock.js +6 -6
- package/build/es/components/Icons/hlUpload.d.ts +7 -4
- package/build/es/components/Icons/hlUpload.js +6 -6
- package/build/es/components/Icons/hlWarning.d.ts +7 -4
- package/build/es/components/Icons/hlWarning.js +6 -6
- package/build/es/components/Icons/hlWifi.d.ts +7 -4
- package/build/es/components/Icons/hlWifi.js +6 -6
- package/build/es/components/Icons/hlWrench.d.ts +7 -4
- package/build/es/components/Icons/hlWrench.js +4 -4
- package/build/es/components/Icons/hlX.d.ts +7 -4
- 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 -0
- package/build/es/components/InfoDialog/InfoDialog.js +60 -0
- package/build/es/components/Input/Input.d.ts +139 -139
- package/build/es/components/Input/Input.js +61 -66
- 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 -6
- package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +10 -18
- package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
- package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +70 -71
- package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
- package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +15 -16
- package/build/es/components/MainHeaderNavigation/ChildComponents/LinkModifier.d.ts +10 -10
- package/build/es/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +26 -28
- package/build/es/components/MainHeaderNavigation/ChildComponents/LoginTooltip.d.ts +7 -7
- package/build/es/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +7 -8
- package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +193 -193
- package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +38 -37
- package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +169 -169
- package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.d.ts +7 -7
- package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +8 -9
- package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.d.ts +3 -3
- package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +97 -99
- package/build/es/components/MainHeaderNavigation/ChildComponents/PageSearch.d.ts +6 -6
- package/build/es/components/MainHeaderNavigation/ChildComponents/PageSearch.js +7 -8
- package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.d.ts +36 -36
- package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.js +245 -244
- 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 +99 -100
- package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +172 -172
- package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +45 -47
- package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
- package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +14 -15
- 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 +7 -8
- 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 +8 -9
- package/build/es/components/MainNavigation/ChildComponents/MobileMenu.d.ts +3 -3
- package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +98 -100
- package/build/es/components/MainNavigation/ChildComponents/PageSearch.d.ts +6 -6
- package/build/es/components/MainNavigation/ChildComponents/PageSearch.js +7 -8
- 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 +23 -23
- package/build/es/components/Notification/Notification.d.ts +47 -47
- package/build/es/components/Notification/Notification.js +17 -21
- 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/ProgressIndicator/ProgressIndicator.d.ts +41 -41
- package/build/es/components/ProgressIndicator/ProgressIndicator.js +43 -44
- 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 +18 -18
- package/build/es/components/ReadMore/ReadMore.js +25 -27
- package/build/es/components/Search/Search.d.ts +59 -59
- package/build/es/components/Search/Search.js +19 -20
- package/build/es/components/SecondaryNavigation/SecondaryNavigation.d.ts +86 -86
- package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +55 -57
- package/build/es/components/Selectbox/Selectbox.d.ts +119 -119
- package/build/es/components/Selectbox/Selectbox.js +85 -90
- package/build/es/components/Selectbox/__tests__/Selectbox.spec.d.ts +1 -1
- package/build/es/components/Switch/Switch.d.ts +42 -42
- package/build/es/components/Switch/Switch.js +23 -23
- package/build/es/components/Tabs/Tab.d.ts +182 -182
- package/build/es/components/Tabs/Tab.js +19 -19
- package/build/es/components/Tabs/Tabs.d.ts +214 -214
- package/build/es/components/Tabs/Tabs.js +28 -28
- package/build/es/components/Textarea/Textarea.d.ts +81 -81
- package/build/es/components/Textarea/Textarea.js +26 -26
- package/build/es/components/Toaster/Toaster.d.ts +45 -45
- package/build/es/components/Toaster/Toaster.js +24 -28
- package/build/es/components/Tooltip/Tooltip.d.ts +71 -71
- package/build/es/components/Tooltip/Tooltip.js +20 -20
- 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 +28 -29
- package/build/es/components/index.d.ts +46 -45
- 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 +6 -6
- 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 +4 -4
- package/build/es/hooks/useWindowSize.js +22 -22
- package/build/es/index.d.ts +6 -6
- package/build/es/index.js +1 -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 -33
- package/build/es/themes/themeComponents/navigation.js +32 -31
- 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 +3 -1
|
@@ -1,109 +1,109 @@
|
|
|
1
|
-
export { default as hlArrowBackSmall } from './Small/hlArrowBackSmall';
|
|
2
|
-
export { default as hlArrowForwardSmall } from './Small/hlArrowForwardSmall';
|
|
3
|
-
export { default as hlArrowUnderSmall } from './Small/hlArrowUnderSmall';
|
|
4
|
-
export { default as hlCalendarSmall } from './Small/hlCalendarSmall';
|
|
5
|
-
export { default as hlChevronDownSmall } from './Small/hlChevronDownSmall';
|
|
6
|
-
export { default as hlChevronLeftSmall } from './Small/hlChevronLeftSmall';
|
|
7
|
-
export { default as hlChevronRightSmall } from './Small/hlChevronRightSmall';
|
|
8
|
-
export { default as hlChevronUpSmall } from './Small/hlChevronUpSmall';
|
|
9
|
-
export { default as hlClockSmall } from './Small/hlClockSmall';
|
|
10
|
-
export { default as hlDownloadSmall } from './Small/hlDownloadSmall';
|
|
11
|
-
export { default as hlExternalSmall } from './Small/hlExternalSmall';
|
|
12
|
-
export { default as hlUploadSmall } from './Small/hlUploadSmall';
|
|
13
|
-
export { default as facebook } from './Social/facebook';
|
|
14
|
-
export { default as instagram } from './Social/instagram';
|
|
15
|
-
export { default as linkedin } from './Social/linkedin';
|
|
16
|
-
export { default as tiktok } from './Social/tiktok';
|
|
17
|
-
export { default as twitter } from './Social/twitter';
|
|
18
|
-
export { default as youtube } from './Social/youtube';
|
|
19
|
-
export { default as hl404 } from './hl404';
|
|
20
|
-
export { default as hl4gSim } from './hl4gSim';
|
|
21
|
-
export { default as hl5gSim } from './hl5gSim';
|
|
22
|
-
export { default as hlBattery } from './hlBattery';
|
|
23
|
-
export { default as hlBell } from './hlBell';
|
|
24
|
-
export { default as hlCableTVCard } from './hlCableTVCard';
|
|
25
|
-
export { default as hlCalendar } from './hlCalendar';
|
|
26
|
-
export { default as hlCall } from './hlCall';
|
|
27
|
-
export { default as hlCameraBack } from './hlCameraBack';
|
|
28
|
-
export { default as hlCameraFront } from './hlCameraFront';
|
|
29
|
-
export { default as hlCart } from './hlCart';
|
|
30
|
-
export { default as hlCartEmpty } from './hlCartEmpty';
|
|
31
|
-
export { default as hlChat } from './hlChat';
|
|
32
|
-
export { default as hlCheck, hlSuccess } from './hlCheck';
|
|
33
|
-
export { default as hlChevronDown } from './hlChevronDown';
|
|
34
|
-
export { default as hlChevronLeft } from './hlChevronLeft';
|
|
35
|
-
export { default as hlChevronRight } from './hlChevronRight';
|
|
36
|
-
export { default as hlChevronUp } from './hlChevronUp';
|
|
37
|
-
export { default as hlCompensation } from './hlCompensation';
|
|
38
|
-
export { default as hlCookie } from './hlCookie';
|
|
39
|
-
export { default as hlCopy } from './hlCopy';
|
|
40
|
-
export { default as hlCoupon } from './hlCoupon';
|
|
41
|
-
export { default as hlDelivery } from './hlDelivery';
|
|
42
|
-
export { default as hlDigiturva } from './hlDigiturva';
|
|
43
|
-
export { default as hlDisplaySize } from './hlDisplaySize';
|
|
44
|
-
export { default as hlDocument } from './hlDocument';
|
|
45
|
-
export { default as hlDownload } from './hlDownload';
|
|
46
|
-
export { default as hlEnvelope } from './hlEnvelope';
|
|
47
|
-
export { default as hlError } from './hlError';
|
|
48
|
-
export { default as hlEuro } from './hlEuro';
|
|
49
|
-
export { default as hlExclamationMark } from './hlExclamationMark';
|
|
50
|
-
export { default as hlExpand } from './hlExpand';
|
|
51
|
-
export { default as hlExternal } from './hlExternal';
|
|
52
|
-
export { default as hlEyeClosed } from './hlEyeClosed';
|
|
53
|
-
export { default as hlEyeOpen } from './hlEyeOpen';
|
|
54
|
-
export { default as hlFaceId } from './hlFaceId';
|
|
55
|
-
export { default as hlFastDelivery } from './hlFastDelivery';
|
|
56
|
-
export { default as hlFingerprint } from './hlFingerprint';
|
|
57
|
-
export { default as hlGlobe } from './hlGlobe';
|
|
58
|
-
export { default as hlHeadphones } from './hlHeadphones';
|
|
59
|
-
export { default as hlHeadset } from './hlHeadset';
|
|
60
|
-
export { default as hlHeart } from './hlHeart';
|
|
61
|
-
export { default as hlHome } from './hlHome';
|
|
62
|
-
export { default as hlHub } from './hlHub';
|
|
63
|
-
export { default as hlImage } from './hlImage';
|
|
64
|
-
export { default as hlInfo } from './hlInfo';
|
|
65
|
-
export { default as hlInstallment } from './hlInstallment';
|
|
66
|
-
export { default as hlIotSim } from './hlIotSim';
|
|
67
|
-
export { default as hlLaptop } from './hlLaptop';
|
|
68
|
-
export { default as hlLiveVideo } from './hlLiveVideo';
|
|
69
|
-
export { default as hlLock } from './hlLock';
|
|
70
|
-
export { default as hlMagnifyingGlass } from './hlMagnifyingGlass';
|
|
71
|
-
export { default as hlMarker } from './hlMarker';
|
|
72
|
-
export { default as hlMemory } from './hlMemory';
|
|
73
|
-
export { default as hlMenu } from './hlMenu';
|
|
74
|
-
export { default as hlMinimize } from './hlMinimize';
|
|
75
|
-
export { default as hlMinus } from './hlMinus';
|
|
76
|
-
export { default as hlMobileData } from './hlMobileData';
|
|
77
|
-
export { default as hlMobilePayment } from './hlMobilePayment';
|
|
78
|
-
export { default as hlModem } from './hlModem';
|
|
79
|
-
export { default as hlMore } from './hlMore';
|
|
80
|
-
export { default as hlOs } from './hlOs';
|
|
81
|
-
export { default as hlPackage } from './hlPackage';
|
|
82
|
-
export { default as hlPaperclip } from './hlPaperclip';
|
|
83
|
-
export { default as hlPaytime } from './hlPaytime';
|
|
84
|
-
export { default as hlPen } from './hlPen';
|
|
85
|
-
export { default as hlPerson } from './hlPerson';
|
|
86
|
-
export { default as hlPhone } from './hlPhone';
|
|
87
|
-
export { default as hlPlaylist } from './hlPlaylist';
|
|
88
|
-
export { default as hlPlus } from './hlPlus';
|
|
89
|
-
export { default as hlPrepaid } from './hlPrepaid';
|
|
90
|
-
export { default as hlProcessor } from './hlProcessor';
|
|
91
|
-
export { default as hlServices } from './hlServices';
|
|
92
|
-
export { default as hlSettings } from './hlSettings';
|
|
93
|
-
export { default as hlShield } from './hlShield';
|
|
94
|
-
export { default as hlSim } from './hlSim';
|
|
95
|
-
export { default as hlSimSimple } from './hlSimSimple';
|
|
96
|
-
export { default as hlSmile } from './hlSmile';
|
|
97
|
-
export { default as hlSpeechBubble } from './hlSpeechBubble';
|
|
98
|
-
export { default as hlSquaretrade } from './hlSquaretrade';
|
|
99
|
-
export { default as hlStar } from './hlStar';
|
|
100
|
-
export { default as hlStarFilled } from './hlStarFilled';
|
|
101
|
-
export { default as hlTrash } from './hlTrash';
|
|
102
|
-
export { default as hlTv } from './hlTv';
|
|
103
|
-
export { default as hlUnlock } from './hlUnlock';
|
|
104
|
-
export { default as hlUpload } from './hlUpload';
|
|
105
|
-
export { default as hlWarning } from './hlWarning';
|
|
106
|
-
export { default as hlWifi } from './hlWifi';
|
|
107
|
-
export { default as hlWrench } from './hlWrench';
|
|
108
|
-
export { default as hlX } from './hlX';
|
|
109
|
-
export { default as hlLink } from './hlLink';
|
|
1
|
+
export { default as hlArrowBackSmall } from './Small/hlArrowBackSmall';
|
|
2
|
+
export { default as hlArrowForwardSmall } from './Small/hlArrowForwardSmall';
|
|
3
|
+
export { default as hlArrowUnderSmall } from './Small/hlArrowUnderSmall';
|
|
4
|
+
export { default as hlCalendarSmall } from './Small/hlCalendarSmall';
|
|
5
|
+
export { default as hlChevronDownSmall } from './Small/hlChevronDownSmall';
|
|
6
|
+
export { default as hlChevronLeftSmall } from './Small/hlChevronLeftSmall';
|
|
7
|
+
export { default as hlChevronRightSmall } from './Small/hlChevronRightSmall';
|
|
8
|
+
export { default as hlChevronUpSmall } from './Small/hlChevronUpSmall';
|
|
9
|
+
export { default as hlClockSmall } from './Small/hlClockSmall';
|
|
10
|
+
export { default as hlDownloadSmall } from './Small/hlDownloadSmall';
|
|
11
|
+
export { default as hlExternalSmall } from './Small/hlExternalSmall';
|
|
12
|
+
export { default as hlUploadSmall } from './Small/hlUploadSmall';
|
|
13
|
+
export { default as facebook } from './Social/facebook';
|
|
14
|
+
export { default as instagram } from './Social/instagram';
|
|
15
|
+
export { default as linkedin } from './Social/linkedin';
|
|
16
|
+
export { default as tiktok } from './Social/tiktok';
|
|
17
|
+
export { default as twitter } from './Social/twitter';
|
|
18
|
+
export { default as youtube } from './Social/youtube';
|
|
19
|
+
export { default as hl404 } from './hl404';
|
|
20
|
+
export { default as hl4gSim } from './hl4gSim';
|
|
21
|
+
export { default as hl5gSim } from './hl5gSim';
|
|
22
|
+
export { default as hlBattery } from './hlBattery';
|
|
23
|
+
export { default as hlBell } from './hlBell';
|
|
24
|
+
export { default as hlCableTVCard } from './hlCableTVCard';
|
|
25
|
+
export { default as hlCalendar } from './hlCalendar';
|
|
26
|
+
export { default as hlCall } from './hlCall';
|
|
27
|
+
export { default as hlCameraBack } from './hlCameraBack';
|
|
28
|
+
export { default as hlCameraFront } from './hlCameraFront';
|
|
29
|
+
export { default as hlCart } from './hlCart';
|
|
30
|
+
export { default as hlCartEmpty } from './hlCartEmpty';
|
|
31
|
+
export { default as hlChat } from './hlChat';
|
|
32
|
+
export { default as hlCheck, hlSuccess } from './hlCheck';
|
|
33
|
+
export { default as hlChevronDown } from './hlChevronDown';
|
|
34
|
+
export { default as hlChevronLeft } from './hlChevronLeft';
|
|
35
|
+
export { default as hlChevronRight } from './hlChevronRight';
|
|
36
|
+
export { default as hlChevronUp } from './hlChevronUp';
|
|
37
|
+
export { default as hlCompensation } from './hlCompensation';
|
|
38
|
+
export { default as hlCookie } from './hlCookie';
|
|
39
|
+
export { default as hlCopy } from './hlCopy';
|
|
40
|
+
export { default as hlCoupon } from './hlCoupon';
|
|
41
|
+
export { default as hlDelivery } from './hlDelivery';
|
|
42
|
+
export { default as hlDigiturva } from './hlDigiturva';
|
|
43
|
+
export { default as hlDisplaySize } from './hlDisplaySize';
|
|
44
|
+
export { default as hlDocument } from './hlDocument';
|
|
45
|
+
export { default as hlDownload } from './hlDownload';
|
|
46
|
+
export { default as hlEnvelope } from './hlEnvelope';
|
|
47
|
+
export { default as hlError } from './hlError';
|
|
48
|
+
export { default as hlEuro } from './hlEuro';
|
|
49
|
+
export { default as hlExclamationMark } from './hlExclamationMark';
|
|
50
|
+
export { default as hlExpand } from './hlExpand';
|
|
51
|
+
export { default as hlExternal } from './hlExternal';
|
|
52
|
+
export { default as hlEyeClosed } from './hlEyeClosed';
|
|
53
|
+
export { default as hlEyeOpen } from './hlEyeOpen';
|
|
54
|
+
export { default as hlFaceId } from './hlFaceId';
|
|
55
|
+
export { default as hlFastDelivery } from './hlFastDelivery';
|
|
56
|
+
export { default as hlFingerprint } from './hlFingerprint';
|
|
57
|
+
export { default as hlGlobe } from './hlGlobe';
|
|
58
|
+
export { default as hlHeadphones } from './hlHeadphones';
|
|
59
|
+
export { default as hlHeadset } from './hlHeadset';
|
|
60
|
+
export { default as hlHeart } from './hlHeart';
|
|
61
|
+
export { default as hlHome } from './hlHome';
|
|
62
|
+
export { default as hlHub } from './hlHub';
|
|
63
|
+
export { default as hlImage } from './hlImage';
|
|
64
|
+
export { default as hlInfo } from './hlInfo';
|
|
65
|
+
export { default as hlInstallment } from './hlInstallment';
|
|
66
|
+
export { default as hlIotSim } from './hlIotSim';
|
|
67
|
+
export { default as hlLaptop } from './hlLaptop';
|
|
68
|
+
export { default as hlLiveVideo } from './hlLiveVideo';
|
|
69
|
+
export { default as hlLock } from './hlLock';
|
|
70
|
+
export { default as hlMagnifyingGlass } from './hlMagnifyingGlass';
|
|
71
|
+
export { default as hlMarker } from './hlMarker';
|
|
72
|
+
export { default as hlMemory } from './hlMemory';
|
|
73
|
+
export { default as hlMenu } from './hlMenu';
|
|
74
|
+
export { default as hlMinimize } from './hlMinimize';
|
|
75
|
+
export { default as hlMinus } from './hlMinus';
|
|
76
|
+
export { default as hlMobileData } from './hlMobileData';
|
|
77
|
+
export { default as hlMobilePayment } from './hlMobilePayment';
|
|
78
|
+
export { default as hlModem } from './hlModem';
|
|
79
|
+
export { default as hlMore } from './hlMore';
|
|
80
|
+
export { default as hlOs } from './hlOs';
|
|
81
|
+
export { default as hlPackage } from './hlPackage';
|
|
82
|
+
export { default as hlPaperclip } from './hlPaperclip';
|
|
83
|
+
export { default as hlPaytime } from './hlPaytime';
|
|
84
|
+
export { default as hlPen } from './hlPen';
|
|
85
|
+
export { default as hlPerson } from './hlPerson';
|
|
86
|
+
export { default as hlPhone } from './hlPhone';
|
|
87
|
+
export { default as hlPlaylist } from './hlPlaylist';
|
|
88
|
+
export { default as hlPlus } from './hlPlus';
|
|
89
|
+
export { default as hlPrepaid } from './hlPrepaid';
|
|
90
|
+
export { default as hlProcessor } from './hlProcessor';
|
|
91
|
+
export { default as hlServices } from './hlServices';
|
|
92
|
+
export { default as hlSettings } from './hlSettings';
|
|
93
|
+
export { default as hlShield } from './hlShield';
|
|
94
|
+
export { default as hlSim } from './hlSim';
|
|
95
|
+
export { default as hlSimSimple } from './hlSimSimple';
|
|
96
|
+
export { default as hlSmile } from './hlSmile';
|
|
97
|
+
export { default as hlSpeechBubble } from './hlSpeechBubble';
|
|
98
|
+
export { default as hlSquaretrade } from './hlSquaretrade';
|
|
99
|
+
export { default as hlStar } from './hlStar';
|
|
100
|
+
export { default as hlStarFilled } from './hlStarFilled';
|
|
101
|
+
export { default as hlTrash } from './hlTrash';
|
|
102
|
+
export { default as hlTv } from './hlTv';
|
|
103
|
+
export { default as hlUnlock } from './hlUnlock';
|
|
104
|
+
export { default as hlUpload } from './hlUpload';
|
|
105
|
+
export { default as hlWarning } from './hlWarning';
|
|
106
|
+
export { default as hlWifi } from './hlWifi';
|
|
107
|
+
export { default as hlWrench } from './hlWrench';
|
|
108
|
+
export { default as hlX } from './hlX';
|
|
109
|
+
export { default as hlLink } from './hlLink';
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import React, { type ReactNode } from 'react';
|
|
2
|
+
type Position = 'left' | 'right' | 'middle';
|
|
3
|
+
type InfoDialogType = 'default' | 'sale';
|
|
4
|
+
interface Props {
|
|
5
|
+
/**
|
|
6
|
+
* Unique ID for the component
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Allows to change the position of the component.
|
|
11
|
+
*
|
|
12
|
+
* @param {Position} left Renders component on the left
|
|
13
|
+
* @param {Position} right Renders component on the right
|
|
14
|
+
* @param {Position} middle Renders component in the middle
|
|
15
|
+
*
|
|
16
|
+
* @default 'middle'
|
|
17
|
+
*/
|
|
18
|
+
position?: Position;
|
|
19
|
+
/**
|
|
20
|
+
* Allows to change the border color styling of component, depending on the passed type
|
|
21
|
+
*
|
|
22
|
+
* @param {InfoDialogType} default Uses `theme.color.default.pink` color for styling
|
|
23
|
+
* @param {InfoDialogType} sale Uses `theme.color.accent.orange` color for styling
|
|
24
|
+
*
|
|
25
|
+
* @default 'default'
|
|
26
|
+
*/
|
|
27
|
+
type?: InfoDialogType;
|
|
28
|
+
/**
|
|
29
|
+
* Content of the component
|
|
30
|
+
*/
|
|
31
|
+
children?: ReactNode;
|
|
32
|
+
/**
|
|
33
|
+
* Allows to pass a custom className
|
|
34
|
+
*/
|
|
35
|
+
className?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Allows to pass testid string for testing purposes
|
|
38
|
+
*/
|
|
39
|
+
'data-testid'?: string;
|
|
40
|
+
}
|
|
41
|
+
/** @visibleName Info Dialog */
|
|
42
|
+
declare const InfoDialog: ({ position, type, "data-testid": dataTestId, ...props }: Props) => React.JSX.Element;
|
|
43
|
+
/** @component */
|
|
44
|
+
export default InfoDialog;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { __rest } from 'tslib';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import styled from '../../themes/styled.js';
|
|
4
|
+
import theme from '../../themes/theme.js';
|
|
5
|
+
import { getMultipliedSize } from '../../utils/styledUtils.js';
|
|
6
|
+
|
|
7
|
+
const positionMap = {
|
|
8
|
+
left: 'left: 1.875rem',
|
|
9
|
+
right: 'right: 1.875rem',
|
|
10
|
+
middle: 'left: 50%; transform: translateX(-50%)',
|
|
11
|
+
};
|
|
12
|
+
const colorMap = {
|
|
13
|
+
default: theme.color.default.pink,
|
|
14
|
+
sale: theme.color.accent.orange,
|
|
15
|
+
};
|
|
16
|
+
const InfoDialogContainer = styled.div `
|
|
17
|
+
position: relative;
|
|
18
|
+
font-size: ${theme.fontSize.s};
|
|
19
|
+
line-height: ${theme.lineHeight.s};
|
|
20
|
+
font-weight: ${theme.fontWeight.medium};
|
|
21
|
+
background-color: ${theme.color.background.white.default};
|
|
22
|
+
color: ${theme.color.text.black};
|
|
23
|
+
border-radius: ${theme.radius.default};
|
|
24
|
+
border: 2px solid ${({ type }) => colorMap[type]};
|
|
25
|
+
padding: ${getMultipliedSize(theme.base.baseHeight, 1.5)};
|
|
26
|
+
margin-top: ${getMultipliedSize(theme.base.baseHeight, 2)};
|
|
27
|
+
width: 100%;
|
|
28
|
+
|
|
29
|
+
&:before,
|
|
30
|
+
&:after {
|
|
31
|
+
content: '';
|
|
32
|
+
display: block;
|
|
33
|
+
position: absolute;
|
|
34
|
+
top: -${getMultipliedSize(theme.base.baseWidth, 0.9)};
|
|
35
|
+
z-index: 2;
|
|
36
|
+
width: 0;
|
|
37
|
+
height: 0;
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
border: 20px solid transparent;
|
|
40
|
+
border-top: 0;
|
|
41
|
+
width: auto;
|
|
42
|
+
border-bottom-color: ${theme.color.default.white};
|
|
43
|
+
${({ position }) => positionMap[position]};
|
|
44
|
+
border-width: 0px ${getMultipliedSize(theme.base.baseWidth, 1.2)}
|
|
45
|
+
${getMultipliedSize(theme.base.baseWidth, 1.2)};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&:before {
|
|
49
|
+
top: -${getMultipliedSize(theme.base.baseWidth, 1.2)};
|
|
50
|
+
z-index: 1;
|
|
51
|
+
border-bottom-color: ${({ type }) => colorMap[type]};
|
|
52
|
+
}
|
|
53
|
+
`;
|
|
54
|
+
/** @visibleName Info Dialog */
|
|
55
|
+
const InfoDialog = (_a) => {
|
|
56
|
+
var { position = 'middle', type = 'default', 'data-testid': dataTestId } = _a, props = __rest(_a, ["position", "type", 'data-testid']);
|
|
57
|
+
return (React__default.createElement(InfoDialogContainer, { id: props.id, "data-testid": dataTestId, className: props.className, position: position, type: type }, props.children));
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export { InfoDialog as default };
|
|
@@ -1,139 +1,139 @@
|
|
|
1
|
-
import type { ChangeEvent, FocusEvent, KeyboardEvent, MouseEvent } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
type InputStatus = 'none' | 'success' | 'error' | 'comment';
|
|
4
|
-
type InputType = 'email' | 'hidden' | 'number' | 'password' | 'range' | 'search' | 'tel' | 'text' | 'url';
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use `DateTimePicker` component
|
|
7
|
-
*/
|
|
8
|
-
type InputTypeDeprecated = 'date' | 'month' | 'time' | 'week';
|
|
9
|
-
interface Props {
|
|
10
|
-
/**
|
|
11
|
-
* Unique ID for the input element
|
|
12
|
-
*/
|
|
13
|
-
id: string;
|
|
14
|
-
/**
|
|
15
|
-
* Name of the input element
|
|
16
|
-
*/
|
|
17
|
-
name: string;
|
|
18
|
-
/**
|
|
19
|
-
* Type of input element
|
|
20
|
-
*
|
|
21
|
-
* @param {InputType} email Used for entering an email address and supported with browser validation
|
|
22
|
-
* @param {InputType} hidden Input element is not displayed but its value is submitted with form regardless
|
|
23
|
-
* @param {InputType} number Used for entering a number, it displays arrows and might have browser validation
|
|
24
|
-
* @param {InputType} password Used for entering value which is obscured for view
|
|
25
|
-
* @param {InputType} range Used for entering a not number by displaying a range widget
|
|
26
|
-
* @param {InputType} search Used for entering search strings
|
|
27
|
-
* @param {InputType} tel Used for entering a telephone number
|
|
28
|
-
* @param {InputType} text Single-line text field
|
|
29
|
-
* @param {InputType} url Used for entering a URL and supported with browser validation
|
|
30
|
-
*
|
|
31
|
-
* @param {InputTypeDeprecated} date DEPRECATED Use `DateTimePicker` component
|
|
32
|
-
* @param {InputTypeDeprecated} month DEPRECATED Use `DateTimePicker` component
|
|
33
|
-
* @param {InputTypeDeprecated} time DEPRECATED Use `DateTimePicker` component
|
|
34
|
-
* @param {InputTypeDeprecated} week DEPRECATED Use `DateTimePicker` component
|
|
35
|
-
*
|
|
36
|
-
* @default 'text'
|
|
37
|
-
*/
|
|
38
|
-
type?: InputType | InputTypeDeprecated;
|
|
39
|
-
/**
|
|
40
|
-
* Default value of input element
|
|
41
|
-
*/
|
|
42
|
-
value?: string | number;
|
|
43
|
-
/**
|
|
44
|
-
* Text to be passed down to `LabelText` component. Acts as the input element label
|
|
45
|
-
*/
|
|
46
|
-
label?: string;
|
|
47
|
-
/**
|
|
48
|
-
* Text of placeholder for the input value
|
|
49
|
-
*/
|
|
50
|
-
placeholder?: string;
|
|
51
|
-
/**
|
|
52
|
-
* Integer attribute indicating the sequence of keyboard navigation
|
|
53
|
-
*/
|
|
54
|
-
tabIndex?: number;
|
|
55
|
-
/**
|
|
56
|
-
* On input change callback
|
|
57
|
-
*/
|
|
58
|
-
onChange?: (val: string, e: ChangeEvent<HTMLInputElement>) => void;
|
|
59
|
-
/**
|
|
60
|
-
* On input blur callback
|
|
61
|
-
*/
|
|
62
|
-
onBlur?: (val: string, e: ChangeEvent<HTMLInputElement>) => void;
|
|
63
|
-
/**
|
|
64
|
-
* On input focus callback
|
|
65
|
-
*/
|
|
66
|
-
onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
|
|
67
|
-
/**
|
|
68
|
-
* On input key press callback
|
|
69
|
-
*/
|
|
70
|
-
onKeyPress?: (e: KeyboardEvent<HTMLInputElement>) => void;
|
|
71
|
-
/**
|
|
72
|
-
* On input key down callback
|
|
73
|
-
*/
|
|
74
|
-
onKeyDown?: (e: KeyboardEvent<HTMLInputElement>) => void;
|
|
75
|
-
/**
|
|
76
|
-
* On clearable button click callback
|
|
77
|
-
*/
|
|
78
|
-
onClearableButtonClick?: (e: MouseEvent<HTMLElement>) => void;
|
|
79
|
-
/**
|
|
80
|
-
* Allows user to change type of input between "password" and "text"
|
|
81
|
-
* When set to true, value of type property is ignored
|
|
82
|
-
*
|
|
83
|
-
* @default false
|
|
84
|
-
*/
|
|
85
|
-
showPasswordToggle?: boolean;
|
|
86
|
-
/**
|
|
87
|
-
* Allows to define space separated string to describe type of autocomplete functionality the input should provide
|
|
88
|
-
* Use "off" to disable built-in browser autocomplete functionality
|
|
89
|
-
*
|
|
90
|
-
* For possible values refer to e.g.: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
|
|
91
|
-
*/
|
|
92
|
-
autocomplete?: string;
|
|
93
|
-
/**
|
|
94
|
-
* Allows to disable the component functionality
|
|
95
|
-
*
|
|
96
|
-
* @default false
|
|
97
|
-
*/
|
|
98
|
-
disabled?: boolean;
|
|
99
|
-
/**
|
|
100
|
-
* Allows to set input as readonly
|
|
101
|
-
*
|
|
102
|
-
* @default false
|
|
103
|
-
*/
|
|
104
|
-
readonly?: boolean;
|
|
105
|
-
/**
|
|
106
|
-
* Allows to set input as mandatory
|
|
107
|
-
*
|
|
108
|
-
* @default false
|
|
109
|
-
*/
|
|
110
|
-
required?: boolean;
|
|
111
|
-
/**
|
|
112
|
-
* Depending on the passed status, the styling changes and additional elements are shown
|
|
113
|
-
*
|
|
114
|
-
* @param {InputStatus} none Default styling
|
|
115
|
-
* @param {InputStatus} success Displays `success` icon with `theme.color.notification.success` color in the input element
|
|
116
|
-
* @param {InputStatus} error Displays `error` icon with `theme.color.notification.error` color in the input element and error message underneath the input
|
|
117
|
-
* @param {InputStatus} comment Displays comment message underneath the input
|
|
118
|
-
*/
|
|
119
|
-
status?: InputStatus;
|
|
120
|
-
/**
|
|
121
|
-
* Text of the error message when input is in error state
|
|
122
|
-
*/
|
|
123
|
-
errorMessage?: string;
|
|
124
|
-
/**
|
|
125
|
-
* Text of the comment message when input is in comment state
|
|
126
|
-
*/
|
|
127
|
-
commentMessage?: string;
|
|
128
|
-
/**
|
|
129
|
-
* Allows to pass a custom className
|
|
130
|
-
*/
|
|
131
|
-
className?: string;
|
|
132
|
-
/**
|
|
133
|
-
* Allows to pass testid string for testing purposes
|
|
134
|
-
*/
|
|
135
|
-
'data-testid'?: string;
|
|
136
|
-
}
|
|
137
|
-
declare const Input: ({ type, "data-testid": dataTestId, ...props }: Props) => React.JSX.Element;
|
|
138
|
-
/** @component */
|
|
139
|
-
export default Input;
|
|
1
|
+
import type { ChangeEvent, FocusEvent, KeyboardEvent, MouseEvent } from 'react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
type InputStatus = 'none' | 'success' | 'error' | 'comment';
|
|
4
|
+
type InputType = 'email' | 'hidden' | 'number' | 'password' | 'range' | 'search' | 'tel' | 'text' | 'url';
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated Use `DateTimePicker` component
|
|
7
|
+
*/
|
|
8
|
+
type InputTypeDeprecated = 'date' | 'month' | 'time' | 'week';
|
|
9
|
+
interface Props {
|
|
10
|
+
/**
|
|
11
|
+
* Unique ID for the input element
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Name of the input element
|
|
16
|
+
*/
|
|
17
|
+
name: string;
|
|
18
|
+
/**
|
|
19
|
+
* Type of input element
|
|
20
|
+
*
|
|
21
|
+
* @param {InputType} email Used for entering an email address and supported with browser validation
|
|
22
|
+
* @param {InputType} hidden Input element is not displayed but its value is submitted with form regardless
|
|
23
|
+
* @param {InputType} number Used for entering a number, it displays arrows and might have browser validation
|
|
24
|
+
* @param {InputType} password Used for entering value which is obscured for view
|
|
25
|
+
* @param {InputType} range Used for entering a not number by displaying a range widget
|
|
26
|
+
* @param {InputType} search Used for entering search strings
|
|
27
|
+
* @param {InputType} tel Used for entering a telephone number
|
|
28
|
+
* @param {InputType} text Single-line text field
|
|
29
|
+
* @param {InputType} url Used for entering a URL and supported with browser validation
|
|
30
|
+
*
|
|
31
|
+
* @param {InputTypeDeprecated} date DEPRECATED Use `DateTimePicker` component
|
|
32
|
+
* @param {InputTypeDeprecated} month DEPRECATED Use `DateTimePicker` component
|
|
33
|
+
* @param {InputTypeDeprecated} time DEPRECATED Use `DateTimePicker` component
|
|
34
|
+
* @param {InputTypeDeprecated} week DEPRECATED Use `DateTimePicker` component
|
|
35
|
+
*
|
|
36
|
+
* @default 'text'
|
|
37
|
+
*/
|
|
38
|
+
type?: InputType | InputTypeDeprecated;
|
|
39
|
+
/**
|
|
40
|
+
* Default value of input element
|
|
41
|
+
*/
|
|
42
|
+
value?: string | number;
|
|
43
|
+
/**
|
|
44
|
+
* Text to be passed down to `LabelText` component. Acts as the input element label
|
|
45
|
+
*/
|
|
46
|
+
label?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Text of placeholder for the input value
|
|
49
|
+
*/
|
|
50
|
+
placeholder?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Integer attribute indicating the sequence of keyboard navigation
|
|
53
|
+
*/
|
|
54
|
+
tabIndex?: number;
|
|
55
|
+
/**
|
|
56
|
+
* On input change callback
|
|
57
|
+
*/
|
|
58
|
+
onChange?: (val: string, e: ChangeEvent<HTMLInputElement>) => void;
|
|
59
|
+
/**
|
|
60
|
+
* On input blur callback
|
|
61
|
+
*/
|
|
62
|
+
onBlur?: (val: string, e: ChangeEvent<HTMLInputElement>) => void;
|
|
63
|
+
/**
|
|
64
|
+
* On input focus callback
|
|
65
|
+
*/
|
|
66
|
+
onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
|
|
67
|
+
/**
|
|
68
|
+
* On input key press callback
|
|
69
|
+
*/
|
|
70
|
+
onKeyPress?: (e: KeyboardEvent<HTMLInputElement>) => void;
|
|
71
|
+
/**
|
|
72
|
+
* On input key down callback
|
|
73
|
+
*/
|
|
74
|
+
onKeyDown?: (e: KeyboardEvent<HTMLInputElement>) => void;
|
|
75
|
+
/**
|
|
76
|
+
* On clearable button click callback
|
|
77
|
+
*/
|
|
78
|
+
onClearableButtonClick?: (e: MouseEvent<HTMLElement>) => void;
|
|
79
|
+
/**
|
|
80
|
+
* Allows user to change type of input between "password" and "text"
|
|
81
|
+
* When set to true, value of type property is ignored
|
|
82
|
+
*
|
|
83
|
+
* @default false
|
|
84
|
+
*/
|
|
85
|
+
showPasswordToggle?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Allows to define space separated string to describe type of autocomplete functionality the input should provide
|
|
88
|
+
* Use "off" to disable built-in browser autocomplete functionality
|
|
89
|
+
*
|
|
90
|
+
* For possible values refer to e.g.: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
|
|
91
|
+
*/
|
|
92
|
+
autocomplete?: string;
|
|
93
|
+
/**
|
|
94
|
+
* Allows to disable the component functionality
|
|
95
|
+
*
|
|
96
|
+
* @default false
|
|
97
|
+
*/
|
|
98
|
+
disabled?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Allows to set input as readonly
|
|
101
|
+
*
|
|
102
|
+
* @default false
|
|
103
|
+
*/
|
|
104
|
+
readonly?: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Allows to set input as mandatory
|
|
107
|
+
*
|
|
108
|
+
* @default false
|
|
109
|
+
*/
|
|
110
|
+
required?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Depending on the passed status, the styling changes and additional elements are shown
|
|
113
|
+
*
|
|
114
|
+
* @param {InputStatus} none Default styling
|
|
115
|
+
* @param {InputStatus} success Displays `success` icon with `theme.color.notification.success` color in the input element
|
|
116
|
+
* @param {InputStatus} error Displays `error` icon with `theme.color.notification.error` color in the input element and error message underneath the input
|
|
117
|
+
* @param {InputStatus} comment Displays comment message underneath the input
|
|
118
|
+
*/
|
|
119
|
+
status?: InputStatus;
|
|
120
|
+
/**
|
|
121
|
+
* Text of the error message when input is in error state
|
|
122
|
+
*/
|
|
123
|
+
errorMessage?: string;
|
|
124
|
+
/**
|
|
125
|
+
* Text of the comment message when input is in comment state
|
|
126
|
+
*/
|
|
127
|
+
commentMessage?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Allows to pass a custom className
|
|
130
|
+
*/
|
|
131
|
+
className?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Allows to pass testid string for testing purposes
|
|
134
|
+
*/
|
|
135
|
+
'data-testid'?: string;
|
|
136
|
+
}
|
|
137
|
+
declare const Input: ({ type, "data-testid": dataTestId, ...props }: Props) => React.JSX.Element;
|
|
138
|
+
/** @component */
|
|
139
|
+
export default Input;
|