@dnanpm/styleguide 2.0.1 → 2.1.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/AccordionItem.js +5 -2
- package/build/cjs/components/AmountSelector/AmountSelector.js +11 -3
- package/build/cjs/components/Buttons/ButtonBasicStyles.js +4 -4
- package/build/cjs/components/Buttons/ButtonIcon.js +9 -2
- package/build/cjs/components/Buttons/ButtonIconPrimary.js +9 -2
- package/build/cjs/components/Buttons/ButtonIconStyles.js +2 -6
- package/build/cjs/components/Checkbox/Checkbox.js +8 -6
- package/build/cjs/components/EmptyState/EmptyState.d.ts +5 -1
- package/build/cjs/components/EmptyState/EmptyState.js +11 -3
- package/build/cjs/components/Footer/Components/FooterComponents.js +8 -5
- package/build/cjs/components/Icon/Icon.d.ts +46 -124
- package/build/cjs/components/Icon/Icon.js +37 -18
- package/build/cjs/components/Icon/Icons.d.ts +219 -314
- package/build/cjs/components/Icon/Icons.js +1 -370
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.d.ts +12 -0
- package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +24 -0
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.d.ts +12 -0
- package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +24 -0
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.d.ts +8 -0
- package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +19 -0
- package/build/cjs/components/Icons/Small/hlCalendarSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlCalendarSmall.js +14 -0
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +14 -0
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +14 -0
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +14 -0
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +14 -0
- package/build/cjs/components/Icons/Small/hlClockSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlClockSmall.js +15 -0
- package/build/cjs/components/Icons/Small/hlDownloadSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlDownloadSmall.js +16 -0
- package/build/cjs/components/Icons/Small/hlExternalSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlExternalSmall.js +14 -0
- package/build/cjs/components/Icons/Small/hlUploadSmall.d.ts +4 -0
- package/build/cjs/components/Icons/Small/hlUploadSmall.js +16 -0
- package/build/cjs/components/Icons/Social/facebook.d.ts +4 -0
- package/build/cjs/components/Icons/Social/facebook.js +14 -0
- package/build/cjs/components/Icons/Social/instagram.d.ts +4 -0
- package/build/cjs/components/Icons/Social/instagram.js +14 -0
- package/build/cjs/components/Icons/Social/linkedin.d.ts +4 -0
- package/build/cjs/components/Icons/Social/linkedin.js +14 -0
- package/build/cjs/components/Icons/Social/tiktok.d.ts +4 -0
- package/build/cjs/components/Icons/Social/tiktok.js +14 -0
- package/build/cjs/components/Icons/Social/twitter.d.ts +4 -0
- package/build/cjs/components/Icons/Social/twitter.js +14 -0
- package/build/cjs/components/Icons/Social/youtube.d.ts +4 -0
- package/build/cjs/components/Icons/Social/youtube.js +14 -0
- package/build/cjs/components/Icons/hl404.d.ts +4 -0
- package/build/cjs/components/Icons/hl404.js +14 -0
- package/build/cjs/components/Icons/hl4gSim.d.ts +4 -0
- package/build/cjs/components/Icons/hl4gSim.js +14 -0
- package/build/cjs/components/Icons/hl5gSim.d.ts +4 -0
- package/build/cjs/components/Icons/hl5gSim.js +14 -0
- package/build/cjs/components/Icons/hlBattery.d.ts +4 -0
- package/build/cjs/components/Icons/hlBattery.js +16 -0
- package/build/cjs/components/Icons/hlBell.d.ts +4 -0
- package/build/cjs/components/Icons/hlBell.js +14 -0
- package/build/cjs/components/Icons/hlCalendar.d.ts +4 -0
- package/build/cjs/components/Icons/hlCalendar.js +25 -0
- package/build/cjs/components/Icons/hlCall.d.ts +4 -0
- package/build/cjs/components/Icons/hlCall.js +14 -0
- package/build/cjs/components/Icons/hlCameraBack.d.ts +4 -0
- package/build/cjs/components/Icons/hlCameraBack.js +16 -0
- package/build/cjs/components/Icons/hlCameraFront.d.ts +4 -0
- package/build/cjs/components/Icons/hlCameraFront.js +15 -0
- package/build/cjs/components/Icons/hlCart.d.ts +4 -0
- package/build/cjs/components/Icons/hlCart.js +16 -0
- package/build/cjs/components/Icons/hlCartEmpty.d.ts +4 -0
- package/build/cjs/components/Icons/hlCartEmpty.js +16 -0
- package/build/cjs/components/Icons/hlChat.d.ts +4 -0
- package/build/cjs/components/Icons/hlChat.js +17 -0
- package/build/cjs/components/Icons/hlCheck.d.ts +4 -0
- package/build/cjs/components/Icons/hlCheck.js +14 -0
- package/build/cjs/components/Icons/hlChevronDown.d.ts +4 -0
- package/build/cjs/components/Icons/hlChevronDown.js +14 -0
- package/build/cjs/components/Icons/hlChevronLeft.d.ts +4 -0
- package/build/cjs/components/Icons/hlChevronLeft.js +14 -0
- package/build/cjs/components/Icons/hlChevronRight.d.ts +4 -0
- package/build/cjs/components/Icons/hlChevronRight.js +14 -0
- package/build/cjs/components/Icons/hlChevronUp.d.ts +4 -0
- package/build/cjs/components/Icons/hlChevronUp.js +14 -0
- package/build/cjs/components/Icons/hlCompensation.d.ts +4 -0
- package/build/cjs/components/Icons/hlCompensation.js +14 -0
- package/build/cjs/components/Icons/hlCookie.d.ts +4 -0
- package/build/cjs/components/Icons/hlCookie.js +14 -0
- package/build/cjs/components/Icons/hlCopy.d.ts +4 -0
- package/build/cjs/components/Icons/hlCopy.js +15 -0
- package/build/cjs/components/Icons/hlCoupon.d.ts +4 -0
- package/build/cjs/components/Icons/hlCoupon.js +16 -0
- package/build/cjs/components/Icons/hlDelivery.d.ts +4 -0
- package/build/cjs/components/Icons/hlDelivery.js +14 -0
- package/build/cjs/components/Icons/hlDigiturva.d.ts +4 -0
- package/build/cjs/components/Icons/hlDigiturva.js +14 -0
- package/build/cjs/components/Icons/hlDisplaySize.d.ts +4 -0
- package/build/cjs/components/Icons/hlDisplaySize.js +16 -0
- package/build/cjs/components/Icons/hlDocument.d.ts +4 -0
- package/build/cjs/components/Icons/hlDocument.js +15 -0
- package/build/cjs/components/Icons/hlDownload.d.ts +4 -0
- package/build/cjs/components/Icons/hlDownload.js +16 -0
- package/build/cjs/components/Icons/hlEnvelope.d.ts +4 -0
- package/build/cjs/components/Icons/hlEnvelope.js +14 -0
- package/build/cjs/components/Icons/hlError.d.ts +4 -0
- package/build/cjs/components/Icons/hlError.js +16 -0
- package/build/cjs/components/Icons/hlEuro.d.ts +4 -0
- package/build/cjs/components/Icons/hlEuro.js +14 -0
- package/build/cjs/components/Icons/hlExclamationMark.d.ts +4 -0
- package/build/cjs/components/Icons/hlExclamationMark.js +14 -0
- package/build/cjs/components/Icons/hlExpand.d.ts +4 -0
- package/build/cjs/components/Icons/hlExpand.js +14 -0
- package/build/cjs/components/Icons/hlExternal.d.ts +4 -0
- package/build/cjs/components/Icons/hlExternal.js +14 -0
- package/build/cjs/components/Icons/hlEyeClosed.d.ts +4 -0
- package/build/cjs/components/Icons/hlEyeClosed.js +14 -0
- package/build/cjs/components/Icons/hlEyeOpen.d.ts +4 -0
- package/build/cjs/components/Icons/hlEyeOpen.js +15 -0
- package/build/cjs/components/Icons/hlFaceId.d.ts +4 -0
- package/build/cjs/components/Icons/hlFaceId.js +14 -0
- package/build/cjs/components/Icons/hlFastDelivery.d.ts +4 -0
- package/build/cjs/components/Icons/hlFastDelivery.js +14 -0
- package/build/cjs/components/Icons/hlFingerprint.d.ts +4 -0
- package/build/cjs/components/Icons/hlFingerprint.js +18 -0
- package/build/cjs/components/Icons/hlGlobe.d.ts +4 -0
- package/build/cjs/components/Icons/hlGlobe.js +14 -0
- package/build/cjs/components/Icons/hlHeadphones.d.ts +4 -0
- package/build/cjs/components/Icons/hlHeadphones.js +14 -0
- package/build/cjs/components/Icons/hlHeadset.d.ts +4 -0
- package/build/cjs/components/Icons/hlHeadset.js +16 -0
- package/build/cjs/components/Icons/hlHeart.d.ts +4 -0
- package/build/cjs/components/Icons/hlHeart.js +14 -0
- package/build/cjs/components/Icons/hlHome.d.ts +4 -0
- package/build/cjs/components/Icons/hlHome.js +14 -0
- package/build/cjs/components/Icons/hlImage.d.ts +4 -0
- package/build/cjs/components/Icons/hlImage.js +14 -0
- package/build/cjs/components/Icons/hlInfo.d.ts +4 -0
- package/build/cjs/components/Icons/hlInfo.js +16 -0
- package/build/cjs/components/Icons/hlInstallment.d.ts +4 -0
- package/build/cjs/components/Icons/hlInstallment.js +15 -0
- package/build/cjs/components/Icons/hlIotSim.d.ts +4 -0
- package/build/cjs/components/Icons/hlIotSim.js +15 -0
- package/build/cjs/components/Icons/hlLock.d.ts +4 -0
- package/build/cjs/components/Icons/hlLock.js +16 -0
- package/build/cjs/components/Icons/hlMagnifyingGlass.d.ts +4 -0
- package/build/cjs/components/Icons/hlMagnifyingGlass.js +15 -0
- package/build/cjs/components/Icons/hlMarker.d.ts +4 -0
- package/build/cjs/components/Icons/hlMarker.js +15 -0
- package/build/cjs/components/Icons/hlMemory.d.ts +4 -0
- package/build/cjs/components/Icons/hlMemory.js +15 -0
- package/build/cjs/components/Icons/hlMenu.d.ts +4 -0
- package/build/cjs/components/Icons/hlMenu.js +14 -0
- package/build/cjs/components/Icons/hlMinimize.d.ts +4 -0
- package/build/cjs/components/Icons/hlMinimize.js +14 -0
- package/build/cjs/components/Icons/hlMinus.d.ts +4 -0
- package/build/cjs/components/Icons/hlMinus.js +14 -0
- package/build/cjs/components/Icons/hlMobileData.d.ts +4 -0
- package/build/cjs/components/Icons/hlMobileData.js +14 -0
- package/build/cjs/components/Icons/hlMobilePayment.d.ts +4 -0
- package/build/cjs/components/Icons/hlMobilePayment.js +16 -0
- package/build/cjs/components/Icons/hlModem.d.ts +4 -0
- package/build/cjs/components/Icons/hlModem.js +18 -0
- package/build/cjs/components/Icons/hlMore.d.ts +4 -0
- package/build/cjs/components/Icons/hlMore.js +16 -0
- package/build/cjs/components/Icons/hlOs.d.ts +4 -0
- package/build/cjs/components/Icons/hlOs.js +15 -0
- package/build/cjs/components/Icons/hlPackage.d.ts +4 -0
- package/build/cjs/components/Icons/hlPackage.js +14 -0
- package/build/cjs/components/Icons/hlPaperclip.d.ts +4 -0
- package/build/cjs/components/Icons/hlPaperclip.js +14 -0
- package/build/cjs/components/Icons/hlPaytime.d.ts +4 -0
- package/build/cjs/components/Icons/hlPaytime.js +14 -0
- package/build/cjs/components/Icons/hlPen.d.ts +4 -0
- package/build/cjs/components/Icons/hlPen.js +14 -0
- package/build/cjs/components/Icons/hlPerson.d.ts +4 -0
- package/build/cjs/components/Icons/hlPerson.js +14 -0
- package/build/cjs/components/Icons/hlPhone.d.ts +4 -0
- package/build/cjs/components/Icons/hlPhone.js +15 -0
- package/build/cjs/components/Icons/hlPlus.d.ts +4 -0
- package/build/cjs/components/Icons/hlPlus.js +15 -0
- package/build/cjs/components/Icons/hlPrepaid.d.ts +4 -0
- package/build/cjs/components/Icons/hlPrepaid.js +14 -0
- package/build/cjs/components/Icons/hlProcessor.d.ts +4 -0
- package/build/cjs/components/Icons/hlProcessor.js +15 -0
- package/build/cjs/components/Icons/hlServices.d.ts +4 -0
- package/build/cjs/components/Icons/hlServices.js +14 -0
- package/build/cjs/components/Icons/hlSettings.d.ts +4 -0
- package/build/cjs/components/Icons/hlSettings.js +14 -0
- package/build/cjs/components/Icons/hlShield.d.ts +4 -0
- package/build/cjs/components/Icons/hlShield.js +15 -0
- package/build/cjs/components/Icons/hlSim.d.ts +4 -0
- package/build/cjs/components/Icons/hlSim.js +15 -0
- package/build/cjs/components/Icons/hlSimSimple.d.ts +4 -0
- package/build/cjs/components/Icons/hlSimSimple.js +16 -0
- package/build/cjs/components/Icons/hlSmile.d.ts +4 -0
- package/build/cjs/components/Icons/hlSmile.js +17 -0
- package/build/cjs/components/Icons/hlSpeechBubble.d.ts +4 -0
- package/build/cjs/components/Icons/hlSpeechBubble.js +15 -0
- package/build/cjs/components/Icons/hlSquaretrade.d.ts +4 -0
- package/build/cjs/components/Icons/hlSquaretrade.js +14 -0
- package/build/cjs/components/Icons/hlStar.d.ts +4 -0
- package/build/cjs/components/Icons/hlStar.js +14 -0
- package/build/cjs/components/Icons/hlStarFilled.d.ts +4 -0
- package/build/cjs/components/Icons/hlStarFilled.js +14 -0
- package/build/cjs/components/Icons/hlTrash.d.ts +4 -0
- package/build/cjs/components/Icons/hlTrash.js +15 -0
- package/build/cjs/components/Icons/hlTv.d.ts +4 -0
- package/build/cjs/components/Icons/hlTv.js +14 -0
- package/build/cjs/components/Icons/hlUnlock.d.ts +4 -0
- package/build/cjs/components/Icons/hlUnlock.js +16 -0
- package/build/cjs/components/Icons/hlUpload.d.ts +4 -0
- package/build/cjs/components/Icons/hlUpload.js +16 -0
- package/build/cjs/components/Icons/hlWarning.d.ts +4 -0
- package/build/cjs/components/Icons/hlWarning.js +16 -0
- package/build/cjs/components/Icons/hlWifi.d.ts +4 -0
- package/build/cjs/components/Icons/hlWifi.js +16 -0
- package/build/cjs/components/Icons/hlX.d.ts +4 -0
- package/build/cjs/components/Icons/hlX.js +14 -0
- package/build/cjs/components/Icons/index.d.ts +102 -0
- package/build/cjs/components/Icons/index.js +216 -0
- package/build/cjs/components/Input/Input.js +3 -1
- package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +20 -8
- package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +10 -7
- package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +2 -2
- package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +2 -1
- package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +16 -16
- package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +2 -1
- package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +6 -5
- package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +4 -3
- package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +4 -5
- package/build/cjs/components/MainNavigation/MainNavigation.js +3 -0
- package/build/cjs/components/MainNavigation/globalNavStyles.js +1 -1
- package/build/cjs/components/Modal/Modal.js +2 -1
- package/build/cjs/components/Notification/Notification.js +11 -3
- package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +11 -7
- package/build/cjs/components/RadioButton/RadioButton.js +3 -2
- package/build/cjs/components/ReadMore/ReadMore.js +6 -6
- package/build/cjs/components/Ribbon/Ribbon.js +2 -1
- package/build/cjs/components/Search/Search.d.ts +21 -2
- package/build/cjs/components/Search/Search.js +24 -6
- package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +24 -25
- package/build/cjs/components/Selectbox/Selectbox.d.ts +2 -0
- package/build/cjs/components/Selectbox/Selectbox.js +37 -24
- package/build/cjs/components/TooltipMenu/TooltipMenu.d.ts +13 -4
- package/build/cjs/components/TooltipMenu/TooltipMenu.js +10 -5
- package/build/cjs/components/index.d.ts +2 -0
- package/build/cjs/index.js +428 -0
- package/build/cjs/themes/globalStyles.js +1 -1
- package/build/es/components/Accordion/AccordionItem.js +5 -2
- package/build/es/components/AmountSelector/AmountSelector.js +11 -3
- package/build/es/components/Buttons/ButtonBasicStyles.js +4 -4
- package/build/es/components/Buttons/ButtonIcon.js +9 -2
- package/build/es/components/Buttons/ButtonIconPrimary.js +9 -2
- package/build/es/components/Buttons/ButtonIconStyles.js +2 -6
- package/build/es/components/Checkbox/Checkbox.js +8 -6
- package/build/es/components/EmptyState/EmptyState.d.ts +5 -1
- package/build/es/components/EmptyState/EmptyState.js +11 -3
- package/build/es/components/Footer/Components/FooterComponents.js +8 -5
- package/build/es/components/Icon/Icon.d.ts +46 -124
- package/build/es/components/Icon/Icon.js +35 -17
- package/build/es/components/Icon/Icons.d.ts +219 -314
- package/build/es/components/Icon/Icons.js +2 -276
- package/build/es/components/Icons/Small/hlArrowBackSmall.d.ts +12 -0
- package/build/es/components/Icons/Small/hlArrowBackSmall.js +15 -0
- package/build/es/components/Icons/Small/hlArrowForwardSmall.d.ts +12 -0
- package/build/es/components/Icons/Small/hlArrowForwardSmall.js +15 -0
- package/build/es/components/Icons/Small/hlArrowUnderSmall.d.ts +8 -0
- package/build/es/components/Icons/Small/hlArrowUnderSmall.js +11 -0
- package/build/es/components/Icons/Small/hlCalendarSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlCalendarSmall.js +6 -0
- package/build/es/components/Icons/Small/hlChevronDownSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlChevronDownSmall.js +6 -0
- package/build/es/components/Icons/Small/hlChevronLeftSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlChevronLeftSmall.js +6 -0
- package/build/es/components/Icons/Small/hlChevronRightSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlChevronRightSmall.js +6 -0
- package/build/es/components/Icons/Small/hlChevronUpSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlChevronUpSmall.js +6 -0
- package/build/es/components/Icons/Small/hlClockSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlClockSmall.js +7 -0
- package/build/es/components/Icons/Small/hlDownloadSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlDownloadSmall.js +8 -0
- package/build/es/components/Icons/Small/hlExternalSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlExternalSmall.js +6 -0
- package/build/es/components/Icons/Small/hlUploadSmall.d.ts +4 -0
- package/build/es/components/Icons/Small/hlUploadSmall.js +8 -0
- package/build/es/components/Icons/Social/facebook.d.ts +4 -0
- package/build/es/components/Icons/Social/facebook.js +6 -0
- package/build/es/components/Icons/Social/instagram.d.ts +4 -0
- package/build/es/components/Icons/Social/instagram.js +6 -0
- package/build/es/components/Icons/Social/linkedin.d.ts +4 -0
- package/build/es/components/Icons/Social/linkedin.js +6 -0
- package/build/es/components/Icons/Social/tiktok.d.ts +4 -0
- package/build/es/components/Icons/Social/tiktok.js +6 -0
- package/build/es/components/Icons/Social/twitter.d.ts +4 -0
- package/build/es/components/Icons/Social/twitter.js +6 -0
- package/build/es/components/Icons/Social/youtube.d.ts +4 -0
- package/build/es/components/Icons/Social/youtube.js +6 -0
- package/build/es/components/Icons/hl404.d.ts +4 -0
- package/build/es/components/Icons/hl404.js +6 -0
- package/build/es/components/Icons/hl4gSim.d.ts +4 -0
- package/build/es/components/Icons/hl4gSim.js +6 -0
- package/build/es/components/Icons/hl5gSim.d.ts +4 -0
- package/build/es/components/Icons/hl5gSim.js +6 -0
- package/build/es/components/Icons/hlBattery.d.ts +4 -0
- package/build/es/components/Icons/hlBattery.js +8 -0
- package/build/es/components/Icons/hlBell.d.ts +4 -0
- package/build/es/components/Icons/hlBell.js +6 -0
- package/build/es/components/Icons/hlCalendar.d.ts +4 -0
- package/build/es/components/Icons/hlCalendar.js +17 -0
- package/build/es/components/Icons/hlCall.d.ts +4 -0
- package/build/es/components/Icons/hlCall.js +6 -0
- package/build/es/components/Icons/hlCameraBack.d.ts +4 -0
- package/build/es/components/Icons/hlCameraBack.js +8 -0
- package/build/es/components/Icons/hlCameraFront.d.ts +4 -0
- package/build/es/components/Icons/hlCameraFront.js +7 -0
- package/build/es/components/Icons/hlCart.d.ts +4 -0
- package/build/es/components/Icons/hlCart.js +8 -0
- package/build/es/components/Icons/hlCartEmpty.d.ts +4 -0
- package/build/es/components/Icons/hlCartEmpty.js +8 -0
- package/build/es/components/Icons/hlChat.d.ts +4 -0
- package/build/es/components/Icons/hlChat.js +9 -0
- package/build/es/components/Icons/hlCheck.d.ts +4 -0
- package/build/es/components/Icons/hlCheck.js +6 -0
- package/build/es/components/Icons/hlChevronDown.d.ts +4 -0
- package/build/es/components/Icons/hlChevronDown.js +6 -0
- package/build/es/components/Icons/hlChevronLeft.d.ts +4 -0
- package/build/es/components/Icons/hlChevronLeft.js +6 -0
- package/build/es/components/Icons/hlChevronRight.d.ts +4 -0
- package/build/es/components/Icons/hlChevronRight.js +6 -0
- package/build/es/components/Icons/hlChevronUp.d.ts +4 -0
- package/build/es/components/Icons/hlChevronUp.js +6 -0
- package/build/es/components/Icons/hlCompensation.d.ts +4 -0
- package/build/es/components/Icons/hlCompensation.js +6 -0
- package/build/es/components/Icons/hlCookie.d.ts +4 -0
- package/build/es/components/Icons/hlCookie.js +6 -0
- package/build/es/components/Icons/hlCopy.d.ts +4 -0
- package/build/es/components/Icons/hlCopy.js +7 -0
- package/build/es/components/Icons/hlCoupon.d.ts +4 -0
- package/build/es/components/Icons/hlCoupon.js +8 -0
- package/build/es/components/Icons/hlDelivery.d.ts +4 -0
- package/build/es/components/Icons/hlDelivery.js +6 -0
- package/build/es/components/Icons/hlDigiturva.d.ts +4 -0
- package/build/es/components/Icons/hlDigiturva.js +6 -0
- package/build/es/components/Icons/hlDisplaySize.d.ts +4 -0
- package/build/es/components/Icons/hlDisplaySize.js +8 -0
- package/build/es/components/Icons/hlDocument.d.ts +4 -0
- package/build/es/components/Icons/hlDocument.js +7 -0
- package/build/es/components/Icons/hlDownload.d.ts +4 -0
- package/build/es/components/Icons/hlDownload.js +8 -0
- package/build/es/components/Icons/hlEnvelope.d.ts +4 -0
- package/build/es/components/Icons/hlEnvelope.js +6 -0
- package/build/es/components/Icons/hlError.d.ts +4 -0
- package/build/es/components/Icons/hlError.js +8 -0
- package/build/es/components/Icons/hlEuro.d.ts +4 -0
- package/build/es/components/Icons/hlEuro.js +6 -0
- package/build/es/components/Icons/hlExclamationMark.d.ts +4 -0
- package/build/es/components/Icons/hlExclamationMark.js +6 -0
- package/build/es/components/Icons/hlExpand.d.ts +4 -0
- package/build/es/components/Icons/hlExpand.js +6 -0
- package/build/es/components/Icons/hlExternal.d.ts +4 -0
- package/build/es/components/Icons/hlExternal.js +6 -0
- package/build/es/components/Icons/hlEyeClosed.d.ts +4 -0
- package/build/es/components/Icons/hlEyeClosed.js +6 -0
- package/build/es/components/Icons/hlEyeOpen.d.ts +4 -0
- package/build/es/components/Icons/hlEyeOpen.js +7 -0
- package/build/es/components/Icons/hlFaceId.d.ts +4 -0
- package/build/es/components/Icons/hlFaceId.js +6 -0
- package/build/es/components/Icons/hlFastDelivery.d.ts +4 -0
- package/build/es/components/Icons/hlFastDelivery.js +6 -0
- package/build/es/components/Icons/hlFingerprint.d.ts +4 -0
- package/build/es/components/Icons/hlFingerprint.js +10 -0
- package/build/es/components/Icons/hlGlobe.d.ts +4 -0
- package/build/es/components/Icons/hlGlobe.js +6 -0
- package/build/es/components/Icons/hlHeadphones.d.ts +4 -0
- package/build/es/components/Icons/hlHeadphones.js +6 -0
- package/build/es/components/Icons/hlHeadset.d.ts +4 -0
- package/build/es/components/Icons/hlHeadset.js +8 -0
- package/build/es/components/Icons/hlHeart.d.ts +4 -0
- package/build/es/components/Icons/hlHeart.js +6 -0
- package/build/es/components/Icons/hlHome.d.ts +4 -0
- package/build/es/components/Icons/hlHome.js +6 -0
- package/build/es/components/Icons/hlImage.d.ts +4 -0
- package/build/es/components/Icons/hlImage.js +6 -0
- package/build/es/components/Icons/hlInfo.d.ts +4 -0
- package/build/es/components/Icons/hlInfo.js +8 -0
- package/build/es/components/Icons/hlInstallment.d.ts +4 -0
- package/build/es/components/Icons/hlInstallment.js +7 -0
- package/build/es/components/Icons/hlIotSim.d.ts +4 -0
- package/build/es/components/Icons/hlIotSim.js +7 -0
- package/build/es/components/Icons/hlLock.d.ts +4 -0
- package/build/es/components/Icons/hlLock.js +8 -0
- package/build/es/components/Icons/hlMagnifyingGlass.d.ts +4 -0
- package/build/es/components/Icons/hlMagnifyingGlass.js +7 -0
- package/build/es/components/Icons/hlMarker.d.ts +4 -0
- package/build/es/components/Icons/hlMarker.js +7 -0
- package/build/es/components/Icons/hlMemory.d.ts +4 -0
- package/build/es/components/Icons/hlMemory.js +7 -0
- package/build/es/components/Icons/hlMenu.d.ts +4 -0
- package/build/es/components/Icons/hlMenu.js +6 -0
- package/build/es/components/Icons/hlMinimize.d.ts +4 -0
- package/build/es/components/Icons/hlMinimize.js +6 -0
- package/build/es/components/Icons/hlMinus.d.ts +4 -0
- package/build/es/components/Icons/hlMinus.js +6 -0
- package/build/es/components/Icons/hlMobileData.d.ts +4 -0
- package/build/es/components/Icons/hlMobileData.js +6 -0
- package/build/es/components/Icons/hlMobilePayment.d.ts +4 -0
- package/build/es/components/Icons/hlMobilePayment.js +8 -0
- package/build/es/components/Icons/hlModem.d.ts +4 -0
- package/build/es/components/Icons/hlModem.js +10 -0
- package/build/es/components/Icons/hlMore.d.ts +4 -0
- package/build/es/components/Icons/hlMore.js +8 -0
- package/build/es/components/Icons/hlOs.d.ts +4 -0
- package/build/es/components/Icons/hlOs.js +7 -0
- package/build/es/components/Icons/hlPackage.d.ts +4 -0
- package/build/es/components/Icons/hlPackage.js +6 -0
- package/build/es/components/Icons/hlPaperclip.d.ts +4 -0
- package/build/es/components/Icons/hlPaperclip.js +6 -0
- package/build/es/components/Icons/hlPaytime.d.ts +4 -0
- package/build/es/components/Icons/hlPaytime.js +6 -0
- package/build/es/components/Icons/hlPen.d.ts +4 -0
- package/build/es/components/Icons/hlPen.js +6 -0
- package/build/es/components/Icons/hlPerson.d.ts +4 -0
- package/build/es/components/Icons/hlPerson.js +6 -0
- package/build/es/components/Icons/hlPhone.d.ts +4 -0
- package/build/es/components/Icons/hlPhone.js +7 -0
- package/build/es/components/Icons/hlPlus.d.ts +4 -0
- package/build/es/components/Icons/hlPlus.js +7 -0
- package/build/es/components/Icons/hlPrepaid.d.ts +4 -0
- package/build/es/components/Icons/hlPrepaid.js +6 -0
- package/build/es/components/Icons/hlProcessor.d.ts +4 -0
- package/build/es/components/Icons/hlProcessor.js +7 -0
- package/build/es/components/Icons/hlServices.d.ts +4 -0
- package/build/es/components/Icons/hlServices.js +6 -0
- package/build/es/components/Icons/hlSettings.d.ts +4 -0
- package/build/es/components/Icons/hlSettings.js +6 -0
- package/build/es/components/Icons/hlShield.d.ts +4 -0
- package/build/es/components/Icons/hlShield.js +7 -0
- package/build/es/components/Icons/hlSim.d.ts +4 -0
- package/build/es/components/Icons/hlSim.js +7 -0
- package/build/es/components/Icons/hlSimSimple.d.ts +4 -0
- package/build/es/components/Icons/hlSimSimple.js +8 -0
- package/build/es/components/Icons/hlSmile.d.ts +4 -0
- package/build/es/components/Icons/hlSmile.js +9 -0
- package/build/es/components/Icons/hlSpeechBubble.d.ts +4 -0
- package/build/es/components/Icons/hlSpeechBubble.js +7 -0
- package/build/es/components/Icons/hlSquaretrade.d.ts +4 -0
- package/build/es/components/Icons/hlSquaretrade.js +6 -0
- package/build/es/components/Icons/hlStar.d.ts +4 -0
- package/build/es/components/Icons/hlStar.js +6 -0
- package/build/es/components/Icons/hlStarFilled.d.ts +4 -0
- package/build/es/components/Icons/hlStarFilled.js +6 -0
- package/build/es/components/Icons/hlTrash.d.ts +4 -0
- package/build/es/components/Icons/hlTrash.js +7 -0
- package/build/es/components/Icons/hlTv.d.ts +4 -0
- package/build/es/components/Icons/hlTv.js +6 -0
- package/build/es/components/Icons/hlUnlock.d.ts +4 -0
- package/build/es/components/Icons/hlUnlock.js +8 -0
- package/build/es/components/Icons/hlUpload.d.ts +4 -0
- package/build/es/components/Icons/hlUpload.js +8 -0
- package/build/es/components/Icons/hlWarning.d.ts +4 -0
- package/build/es/components/Icons/hlWarning.js +8 -0
- package/build/es/components/Icons/hlWifi.d.ts +4 -0
- package/build/es/components/Icons/hlWifi.js +8 -0
- package/build/es/components/Icons/hlX.d.ts +4 -0
- package/build/es/components/Icons/hlX.js +6 -0
- package/build/es/components/Icons/index.d.ts +102 -0
- package/build/es/components/Icons/index.js +102 -0
- package/build/es/components/Input/Input.js +3 -1
- package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +21 -9
- package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +10 -7
- package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +2 -2
- package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.js +2 -1
- package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +16 -16
- package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.js +2 -1
- package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +7 -6
- package/build/es/components/MainNavigation/ChildComponents/PageSearch.js +4 -3
- package/build/es/components/MainNavigation/ChildComponents/Ribbon.js +4 -5
- package/build/es/components/MainNavigation/MainNavigation.js +3 -0
- package/build/es/components/MainNavigation/globalNavStyles.js +1 -1
- package/build/es/components/Modal/Modal.js +2 -1
- package/build/es/components/Notification/Notification.js +11 -3
- package/build/es/components/ProgressIndicator/ProgressIndicator.js +11 -7
- package/build/es/components/RadioButton/RadioButton.js +3 -2
- package/build/es/components/ReadMore/ReadMore.js +6 -6
- package/build/es/components/Ribbon/Ribbon.js +2 -1
- package/build/es/components/Search/Search.d.ts +21 -2
- package/build/es/components/Search/Search.js +24 -6
- package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +24 -25
- package/build/es/components/Selectbox/Selectbox.d.ts +2 -0
- package/build/es/components/Selectbox/Selectbox.js +38 -25
- package/build/es/components/TooltipMenu/TooltipMenu.d.ts +13 -4
- package/build/es/components/TooltipMenu/TooltipMenu.js +10 -5
- package/build/es/components/index.d.ts +2 -0
- package/build/es/index.js +103 -0
- package/build/es/themes/globalStyles.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlPrepaid = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M14.26 3.2H5.2V20h13.2V7.86L14.26 3.2zM14.8 2l4.8 5.4v13.8H4V2h10.8zm-1.596 12.517l.484.772a2.43 2.43 0 01-1.513.515c-1.1 0-2.075-.6-2.45-1.654H9v-.733h.57c-.008-.14-.008-.18-.008-.25 0-.062 0-.124.007-.249H9v-.733h.725c.375-1.061 1.373-1.685 2.45-1.685.569 0 .99.133 1.341.359l-.398.819c-.241-.164-.569-.242-.943-.242-.53 0-1.038.234-1.319.749h2.028l-.343.733h-1.887c-.016.11-.016.172-.016.257 0 .047 0 .102.016.242h1.684l-.335.733H10.88c.273.476.756.702 1.295.702.42 0 .78-.124 1.03-.335z" })));
|
|
5
|
+
|
|
6
|
+
export default hlPrepaid;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlProcessor = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M21.6 10.8a.6.6 0 0 0 0-1.2h-1.2V7.2h1.2a.6.6 0 0 0 0-1.2h-1.2V3.6H18V2.4a.6.6 0 1 0-1.2 0v1.2h-2.4V2.4a.6.6 0 1 0-1.2 0v1.2h-2.4V2.4a.6.6 0 0 0-1.2 0v1.2H7.2V2.4a.6.6 0 1 0-1.2 0v1.2H3.6V6H2.4a.6.6 0 1 0 0 1.2h1.2v2.4H2.4a.6.6 0 1 0 0 1.2h1.2v2.4H2.4a.6.6 0 0 0 0 1.2h1.2v2.4H2.4a.6.6 0 0 0 0 1.2h1.2v2.4H6v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4v1.2a.6.6 0 0 0 1.2 0v-1.2h2.4V18h1.2a.6.6 0 0 0 0-1.2h-1.2v-2.4h1.2a.6.6 0 1 0 0-1.2h-1.2v-2.4h1.2zm-2.4 8.4H4.8V4.8h14.4v14.4z" }),
|
|
5
|
+
React.createElement("path", { d: "M16.8 16.8H7.2V7.2h9.6v9.6zm-8.4-1.2h7.2V8.4H8.4v7.2z" })));
|
|
6
|
+
|
|
7
|
+
export default hlProcessor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlServices = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M9.6 3.6v6h-6v-6h6m1.2-1.2H2.4v8.4h8.4V2.4zM20.4 3.6v6h-6v-6h6m1.2-1.2h-8.4v8.4h8.4V2.4zM9.6 14.4v6h-6v-6h6m1.2-1.2H2.4v8.4h8.4v-8.4zM20.4 14.4v6h-6v-6h6m1.2-1.2h-8.4v8.4h8.4v-8.4z" })));
|
|
5
|
+
|
|
6
|
+
export default hlServices;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlSettings = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M21 4.8H10.71a2.39 2.39 0 0 0-4.63 0H3A.6.6 0 0 0 3 6h3.09a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 1 0 0-1.2zM8.4 6.6a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .11-.26 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.15.26 1.19 1.19 0 0 1-1.03.6zM21 18H10.71a2.39 2.39 0 0 0-4.63 0H3a.6.6 0 1 0 0 1.2h3.09a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 0 0 0-1.2zM8.4 19.8a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .08-.34 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.11.26 1.19 1.19 0 0 1-1.04.68zM21 11.4h-3.09a2.39 2.39 0 0 0-4.63 0H3a.6.6 0 0 0 0 1.2h10.29a2.39 2.39 0 0 0 4.63 0H21a.6.6 0 1 0 0-1.2zm-5.4 1.8a1.19 1.19 0 0 1-1-.6 1.25 1.25 0 0 1-.11-.26 1.08 1.08 0 0 1 0-.6 1.26 1.26 0 0 1 .11-.26 1.19 1.19 0 0 1 2.07 0 1.26 1.26 0 0 1 .11.26 1.08 1.08 0 0 1 0 .6 1.25 1.25 0 0 1-.11.26 1.19 1.19 0 0 1-1.07.6z" })));
|
|
5
|
+
|
|
6
|
+
export default hlSettings;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlShield = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 22.88l-.28-.15C11.38 22.55 3.6 18.29 3.6 12V5.53l.45-.11a17.73 17.73 0 007.52-4L12 1l.42.42a17.81 17.81 0 007.52 4l.45.11V12c0 6.29-7.78 10.55-8.12 10.73l-.27.15zM4.8 6.46V12c0 4.95 5.83 8.7 7.2 9.51 1.37-.81 7.2-4.57 7.2-9.51V6.46A19.1 19.1 0 0112 2.61a19.1 19.1 0 01-7.2 3.85z" }),
|
|
5
|
+
React.createElement("path", { d: "M13.2 11.4a1.2 1.2 0 10-1.8 1v2a.6.6 0 001.2 0v-2a1.19 1.19 0 00.6-1z" })));
|
|
6
|
+
|
|
7
|
+
export default hlShield;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlSim = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M14.46 3.6l4.14 4.66V20.4H5.4V3.6h9.06M15 2.4H4.2v19.2h15.6V7.8L15 2.4z" }),
|
|
5
|
+
React.createElement("path", { d: "M8.4 18a.6.6 0 0 1-.6-.6v-7.2a.6.6 0 0 1 1.2 0v7.2a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-7.2a.6.6 0 1 1 1.2 0v7.2a.6.6 0 0 1-.6.6zM13.2 10.8h-2.4a.6.6 0 0 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 13.2h-2.4a.6.6 0 1 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 15.6h-2.4a.6.6 0 1 1 0-1.2h2.4a.6.6 0 0 1 0 1.2zM13.2 18h-2.4a.6.6 0 1 1 0-1.2h2.4a.6.6 0 0 1 0 1.2z" })));
|
|
6
|
+
|
|
7
|
+
export default hlSim;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlSimSimple = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("g", { fillRule: "evenodd" },
|
|
5
|
+
React.createElement("path", { d: "m14.46 3.6 4.14 4.656v12.144h-13.2v-16.8h9.06zm0.54-1.2h-10.8v19.2h15.6v-13.8l-4.8-5.4z", fillRule: "nonzero" }),
|
|
6
|
+
React.createElement("path", { d: "m15 10.8v6h-6v-6h6zm1.2-1.2h-8.4v8.4h8.4v-8.4z", fillRule: "nonzero" }))));
|
|
7
|
+
|
|
8
|
+
export default hlSimSimple;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlSmile = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 2.4A9.6 9.6 0 1 1 2.4 12 9.61 9.61 0 0 1 12 2.4m0-1.2A10.8 10.8 0 1 0 22.8 12 10.8 10.8 0 0 0 12 1.2z" }),
|
|
5
|
+
React.createElement("circle", { cx: "16.2", cy: "10.8", r: "1.2" }),
|
|
6
|
+
React.createElement("circle", { cx: "7.8", cy: "10.8", r: "1.2" }),
|
|
7
|
+
React.createElement("path", { d: "M12 18a3.57 3.57 0 0 1-3.57-2.21.6.6 0 0 1 1.14-.38A2.42 2.42 0 0 0 12 16.8a2.41 2.41 0 0 0 2.43-1.39.6.6 0 1 1 1.14.38A3.57 3.57 0 0 1 12 18z" })));
|
|
8
|
+
|
|
9
|
+
export default hlSmile;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlSpeechBubble = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M20.4 6v12H9.6l-2.4 2.4V18H3.6V6h16.8m1.2-1.2H2.4v14.4H6v4.1l2-2 2-2h11.6V4.8z" }),
|
|
5
|
+
React.createElement("path", { d: "M17.4 10.8H6.6a.6.6 0 0 1 0-1.2h10.8a.6.6 0 1 1 0 1.2zM13.8 14.4H6.6a.6.6 0 0 1 0-1.2h7.2a.6.6 0 0 1 0 1.2z" })));
|
|
6
|
+
|
|
7
|
+
export default hlSpeechBubble;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlSquaretrade = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 16 18", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M1.5 1h13v16h-13V1zm14-1v18H.5V0h15zM8.175 4.5h-.389l-.097.116a2.645 2.645 0 01-1.322 1.007 3.746 3.746 0 01-1.38.212H4.5v4.138c.015.491.24 2.266 3.364 3.488L8 13.5l.136-.039c3.123-1.222 3.349-2.997 3.363-3.488V5.835h-.485c-.467 0-.934-.058-1.38-.212a2.927 2.927 0 01-1.362-1.007L8.175 4.5z", fillRule: "evenodd" })));
|
|
5
|
+
|
|
6
|
+
export default hlSquaretrade;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlStar = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 3.52l2.33 4.9.28.59.65.08 5.38.7-3.94 3.73-.47.45.12.64 1 5.33-4.76-2.59L12 17l-.57.31-4.77 2.63 1-5.33.12-.61-.47-.45-3.95-3.76 5.38-.7.65-.09.28-.59L12 3.52m0-2.8L8.59 7.9l-7.88 1 5.77 5.46L5 22.2l7-3.8 7 3.8-1.45-7.81 5.77-5.46-7.88-1L12 .72z" })));
|
|
5
|
+
|
|
6
|
+
export default hlStar;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlStarFilled = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 .72L8.59 7.9l-7.88 1 5.77 5.46L5 22.2l7-3.8 7 3.8-1.45-7.81 5.77-5.46-7.88-1z" })));
|
|
5
|
+
|
|
6
|
+
export default hlStarFilled;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlTrash = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M8.4 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 0 1 1.2 0v9a.6.6 0 0 1-.6.6zM12 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 1 1 1.2 0v9a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-9a.6.6 0 1 1 1.2 0v9a.6.6 0 0 1-.6.6z" }),
|
|
5
|
+
React.createElement("path", { d: "M20.4 4.2h-6a2.4 2.4 0 1 0-4.8 0h-6a.6.6 0 0 0 0 1.2h.6v16.2h15.6V5.4h.6a.6.6 0 0 0 0-1.2zM12 3a1.2 1.2 0 0 1 1.2 1.2h-2.4A1.2 1.2 0 0 1 12 3zm6.6 17.4H5.4v-15h13.2z" })));
|
|
6
|
+
|
|
7
|
+
export default hlTrash;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlTv = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M20.4 6v12H3.6V6h16.8m1.2-1.2H2.4v14.4h19.2V4.8zM15 21.6H9a.6.6 0 0 1 0-1.2h6a.6.6 0 0 1 0 1.2z" })));
|
|
5
|
+
|
|
6
|
+
export default hlTv;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlUnlock = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M5.34 10.45a6 6 0 013-7.8 6.13 6.13 0 017.82 2.61L17 6.65a.6.6 0 001-.6l-.9-1.56a7.2 7.2 0 00-12.47 7.2l.17.29V22.8h14.4v-12H5.89a.59.59 0 01-.55-.35zM18 21.6H6V12h12v9.6z" }),
|
|
5
|
+
React.createElement("path", { d: "M13.2 15.6a1.2 1.2 0 10-1.8 1v2a.6.6 0 001.2 0v-2a1.19 1.19 0 00.6-1zM20.4 7.2a.6.6 0 01-.42-1l1.2-1.2a.601.601 0 11.85.85L20.82 7a.6.6 0 01-.42.2zM21.6 9h-1.2a.6.6 0 010-1.2h1.2a.6.6 0 010 1.2zM21.6 12a.6.6 0 01-.42-.18L20 10.62a.601.601 0 01.85-.85L22 11a.6.6 0 01-.42 1h.02z" }),
|
|
6
|
+
' '));
|
|
7
|
+
|
|
8
|
+
export default hlUnlock;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlUpload = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 18 20", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("g", { fillRule: "evenodd" },
|
|
5
|
+
React.createElement("path", { d: "M8 14.2a.6.6 0 00.596-.53l.004-.07V2.45l1.976 1.974a.6.6 0 00.898-.792l-.05-.056-3-3A.603.603 0 008.346.51l.078.066a.602.602 0 00-.249-.15L8.16.422a.6.6 0 00-.072-.016h-.006l-.02-.003h-.01L8.034.4A.61.61 0 008 .4h-.012a.604.604 0 00-.067.005L8 .4a.604.604 0 00-.103.009h-.003L7.87.414a.6.6 0 00-.237.112l-.056.05-3 3a.6.6 0 00.792.898l.056-.05L7.4 2.45V13.6a.6.6 0 00.6.6z", fillRule: "nonzero" }),
|
|
6
|
+
React.createElement("path", { d: "M15.2 13.8a.6.6 0 01.596.53l.004.07v4.8H.2v-4.8a.6.6 0 011.196-.07l.004.07V18h13.2v-3.6a.6.6 0 01.53-.596l.07-.004z", fillRule: "nonzero" }))));
|
|
7
|
+
|
|
8
|
+
export default hlUpload;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlWarning = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 2.4l10.8 19.2H1.2L12 2.4zm0 2.448L3.251 20.4h17.497L12 4.848z" }),
|
|
5
|
+
React.createElement("rect", { x: "11.4", y: "9", width: "1.2", height: "6", rx: ".6" }),
|
|
6
|
+
React.createElement("circle", { cx: "12", cy: "17.4", r: "1.2" })));
|
|
7
|
+
|
|
8
|
+
export default hlWarning;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlWifi = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("circle", { cx: "12", cy: "19.2", r: "1.2" }),
|
|
5
|
+
React.createElement("path", { d: "M21.07 8.72a.6.6 0 0 1-.43-.19 11.85 11.85 0 0 0-17.27 0 .6.6 0 1 1-.87-.83 13 13 0 0 1 19 0 .6.6 0 0 1-.43 1z" }),
|
|
6
|
+
React.createElement("path", { d: "M18.4 12.38a.6.6 0 0 1-.44-.19 8.16 8.16 0 0 0-11.96 0 .6.6 0 1 1-.87-.82 9.36 9.36 0 0 1 13.68 0 .6.6 0 0 1-.44 1zM15.73 16a.6.6 0 0 1-.44-.19 4.47 4.47 0 0 0-6.59 0 .6.6 0 0 1-.87-.81 5.67 5.67 0 0 1 8.35 0 .6.6 0 0 1-.44 1z" })));
|
|
7
|
+
|
|
8
|
+
export default hlWifi;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const hlX = ({ size, color, ...props }) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color, width: size, height: size }, props),
|
|
4
|
+
React.createElement("path", { d: "M12.85 12l7.38-7.38a.6.6 0 0 0-.85-.85L12 11.15 4.62 3.78a.6.6 0 0 0-.85.85L11.15 12l-7.37 7.38a.6.6 0 1 0 .85.85L12 12.85l7.38 7.38a.6.6 0 0 0 .85-.85z" })));
|
|
5
|
+
|
|
6
|
+
export default hlX;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export { default as hl404 } from './hl404';
|
|
2
|
+
export { default as hl4gSim } from './hl4gSim';
|
|
3
|
+
export { default as hl5gSim } from './hl5gSim';
|
|
4
|
+
export { default as hlBattery } from './hlBattery';
|
|
5
|
+
export { default as hlBell } from './hlBell';
|
|
6
|
+
export { default as hlCalendar } from './hlCalendar';
|
|
7
|
+
export { default as hlCall } from './hlCall';
|
|
8
|
+
export { default as hlCameraBack } from './hlCameraBack';
|
|
9
|
+
export { default as hlCameraFront } from './hlCameraFront';
|
|
10
|
+
export { default as hlCart } from './hlCart';
|
|
11
|
+
export { default as hlCartEmpty } from './hlCartEmpty';
|
|
12
|
+
export { default as hlChat } from './hlChat';
|
|
13
|
+
export { default as hlCheck } from './hlCheck';
|
|
14
|
+
export { default as hlChevronDown } from './hlChevronDown';
|
|
15
|
+
export { default as hlChevronLeft } from './hlChevronLeft';
|
|
16
|
+
export { default as hlChevronRight } from './hlChevronRight';
|
|
17
|
+
export { default as hlChevronUp } from './hlChevronUp';
|
|
18
|
+
export { default as hlCompensation } from './hlCompensation';
|
|
19
|
+
export { default as hlCookie } from './hlCookie';
|
|
20
|
+
export { default as hlCopy } from './hlCopy';
|
|
21
|
+
export { default as hlCoupon } from './hlCoupon';
|
|
22
|
+
export { default as hlDelivery } from './hlDelivery';
|
|
23
|
+
export { default as hlDigiturva } from './hlDigiturva';
|
|
24
|
+
export { default as hlDisplaySize } from './hlDisplaySize';
|
|
25
|
+
export { default as hlDocument } from './hlDocument';
|
|
26
|
+
export { default as hlDownload } from './hlDownload';
|
|
27
|
+
export { default as hlEnvelope } from './hlEnvelope';
|
|
28
|
+
export { default as hlError } from './hlError';
|
|
29
|
+
export { default as hlEuro } from './hlEuro';
|
|
30
|
+
export { default as hlExclamationMark } from './hlExclamationMark';
|
|
31
|
+
export { default as hlExpand } from './hlExpand';
|
|
32
|
+
export { default as hlExternal } from './hlExternal';
|
|
33
|
+
export { default as hlEyeClosed } from './hlEyeClosed';
|
|
34
|
+
export { default as hlEyeOpen } from './hlEyeOpen';
|
|
35
|
+
export { default as hlFaceId } from './hlFaceId';
|
|
36
|
+
export { default as hlFastDelivery } from './hlFastDelivery';
|
|
37
|
+
export { default as hlFingerprint } from './hlFingerprint';
|
|
38
|
+
export { default as hlGlobe } from './hlGlobe';
|
|
39
|
+
export { default as hlHeadphones } from './hlHeadphones';
|
|
40
|
+
export { default as hlHeadset } from './hlHeadset';
|
|
41
|
+
export { default as hlHeart } from './hlHeart';
|
|
42
|
+
export { default as hlHome } from './hlHome';
|
|
43
|
+
export { default as hlImage } from './hlImage';
|
|
44
|
+
export { default as hlInfo } from './hlInfo';
|
|
45
|
+
export { default as hlInstallment } from './hlInstallment';
|
|
46
|
+
export { default as hlIotSim } from './hlIotSim';
|
|
47
|
+
export { default as hlLock } from './hlLock';
|
|
48
|
+
export { default as hlMagnifyingGlass } from './hlMagnifyingGlass';
|
|
49
|
+
export { default as hlMarker } from './hlMarker';
|
|
50
|
+
export { default as hlMemory } from './hlMemory';
|
|
51
|
+
export { default as hlMenu } from './hlMenu';
|
|
52
|
+
export { default as hlMinimize } from './hlMinimize';
|
|
53
|
+
export { default as hlMinus } from './hlMinus';
|
|
54
|
+
export { default as hlMobileData } from './hlMobileData';
|
|
55
|
+
export { default as hlMobilePayment } from './hlMobilePayment';
|
|
56
|
+
export { default as hlModem } from './hlModem';
|
|
57
|
+
export { default as hlMore } from './hlMore';
|
|
58
|
+
export { default as hlOs } from './hlOs';
|
|
59
|
+
export { default as hlPackage } from './hlPackage';
|
|
60
|
+
export { default as hlPaperclip } from './hlPaperclip';
|
|
61
|
+
export { default as hlPaytime } from './hlPaytime';
|
|
62
|
+
export { default as hlPen } from './hlPen';
|
|
63
|
+
export { default as hlPerson } from './hlPerson';
|
|
64
|
+
export { default as hlPhone } from './hlPhone';
|
|
65
|
+
export { default as hlPlus } from './hlPlus';
|
|
66
|
+
export { default as hlPrepaid } from './hlPrepaid';
|
|
67
|
+
export { default as hlProcessor } from './hlProcessor';
|
|
68
|
+
export { default as hlServices } from './hlServices';
|
|
69
|
+
export { default as hlSettings } from './hlSettings';
|
|
70
|
+
export { default as hlShield } from './hlShield';
|
|
71
|
+
export { default as hlSim } from './hlSim';
|
|
72
|
+
export { default as hlSimSimple } from './hlSimSimple';
|
|
73
|
+
export { default as hlSmile } from './hlSmile';
|
|
74
|
+
export { default as hlSpeechBubble } from './hlSpeechBubble';
|
|
75
|
+
export { default as hlSquaretrade } from './hlSquaretrade';
|
|
76
|
+
export { default as hlStar } from './hlStar';
|
|
77
|
+
export { default as hlStarFilled } from './hlStarFilled';
|
|
78
|
+
export { default as hlTrash } from './hlTrash';
|
|
79
|
+
export { default as hlTv } from './hlTv';
|
|
80
|
+
export { default as hlUnlock } from './hlUnlock';
|
|
81
|
+
export { default as hlUpload } from './hlUpload';
|
|
82
|
+
export { default as hlWarning } from './hlWarning';
|
|
83
|
+
export { default as hlWifi } from './hlWifi';
|
|
84
|
+
export { default as hlX } from './hlX';
|
|
85
|
+
export { default as hlArrowBackSmall, hlArrowBack, hlArrowSmallLeft, } from './Small/hlArrowBackSmall';
|
|
86
|
+
export { default as hlArrowForwardSmall, hlArrowForward, hlArrowSmallRight, } from './Small/hlArrowForwardSmall';
|
|
87
|
+
export { default as hlArrowUnderSmall, hlArrowSmallUnder } from './Small/hlArrowUnderSmall';
|
|
88
|
+
export { default as hlCalendarSmall } from './Small/hlCalendarSmall';
|
|
89
|
+
export { default as hlChevronDownSmall } from './Small/hlChevronDownSmall';
|
|
90
|
+
export { default as hlChevronLeftSmall } from './Small/hlChevronLeftSmall';
|
|
91
|
+
export { default as hlChevronRightSmall } from './Small/hlChevronRightSmall';
|
|
92
|
+
export { default as hlChevronUpSmall } from './Small/hlChevronUpSmall';
|
|
93
|
+
export { default as hlClockSmall } from './Small/hlClockSmall';
|
|
94
|
+
export { default as hlDownloadSmall } from './Small/hlDownloadSmall';
|
|
95
|
+
export { default as hlExternalSmall } from './Small/hlExternalSmall';
|
|
96
|
+
export { default as hlUploadSmall } from './Small/hlUploadSmall';
|
|
97
|
+
export { default as facebook } from './Social/facebook';
|
|
98
|
+
export { default as instagram } from './Social/instagram';
|
|
99
|
+
export { default as linkedin } from './Social/linkedin';
|
|
100
|
+
export { default as tiktok } from './Social/tiktok';
|
|
101
|
+
export { default as twitter } from './Social/twitter';
|
|
102
|
+
export { default as youtube } from './Social/youtube';
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export { default as hl404 } from './hl404.js';
|
|
2
|
+
export { default as hl4gSim } from './hl4gSim.js';
|
|
3
|
+
export { default as hl5gSim } from './hl5gSim.js';
|
|
4
|
+
export { default as hlBattery } from './hlBattery.js';
|
|
5
|
+
export { default as hlBell } from './hlBell.js';
|
|
6
|
+
export { default as hlCalendar } from './hlCalendar.js';
|
|
7
|
+
export { default as hlCall } from './hlCall.js';
|
|
8
|
+
export { default as hlCameraBack } from './hlCameraBack.js';
|
|
9
|
+
export { default as hlCameraFront } from './hlCameraFront.js';
|
|
10
|
+
export { default as hlCart } from './hlCart.js';
|
|
11
|
+
export { default as hlCartEmpty } from './hlCartEmpty.js';
|
|
12
|
+
export { default as hlChat } from './hlChat.js';
|
|
13
|
+
export { default as hlCheck } from './hlCheck.js';
|
|
14
|
+
export { default as hlChevronDown } from './hlChevronDown.js';
|
|
15
|
+
export { default as hlChevronLeft } from './hlChevronLeft.js';
|
|
16
|
+
export { default as hlChevronRight } from './hlChevronRight.js';
|
|
17
|
+
export { default as hlChevronUp } from './hlChevronUp.js';
|
|
18
|
+
export { default as hlCompensation } from './hlCompensation.js';
|
|
19
|
+
export { default as hlCookie } from './hlCookie.js';
|
|
20
|
+
export { default as hlCopy } from './hlCopy.js';
|
|
21
|
+
export { default as hlCoupon } from './hlCoupon.js';
|
|
22
|
+
export { default as hlDelivery } from './hlDelivery.js';
|
|
23
|
+
export { default as hlDigiturva } from './hlDigiturva.js';
|
|
24
|
+
export { default as hlDisplaySize } from './hlDisplaySize.js';
|
|
25
|
+
export { default as hlDocument } from './hlDocument.js';
|
|
26
|
+
export { default as hlDownload } from './hlDownload.js';
|
|
27
|
+
export { default as hlEnvelope } from './hlEnvelope.js';
|
|
28
|
+
export { default as hlError } from './hlError.js';
|
|
29
|
+
export { default as hlEuro } from './hlEuro.js';
|
|
30
|
+
export { default as hlExclamationMark } from './hlExclamationMark.js';
|
|
31
|
+
export { default as hlExpand } from './hlExpand.js';
|
|
32
|
+
export { default as hlExternal } from './hlExternal.js';
|
|
33
|
+
export { default as hlEyeClosed } from './hlEyeClosed.js';
|
|
34
|
+
export { default as hlEyeOpen } from './hlEyeOpen.js';
|
|
35
|
+
export { default as hlFaceId } from './hlFaceId.js';
|
|
36
|
+
export { default as hlFastDelivery } from './hlFastDelivery.js';
|
|
37
|
+
export { default as hlFingerprint } from './hlFingerprint.js';
|
|
38
|
+
export { default as hlGlobe } from './hlGlobe.js';
|
|
39
|
+
export { default as hlHeadphones } from './hlHeadphones.js';
|
|
40
|
+
export { default as hlHeadset } from './hlHeadset.js';
|
|
41
|
+
export { default as hlHeart } from './hlHeart.js';
|
|
42
|
+
export { default as hlHome } from './hlHome.js';
|
|
43
|
+
export { default as hlImage } from './hlImage.js';
|
|
44
|
+
export { default as hlInfo } from './hlInfo.js';
|
|
45
|
+
export { default as hlInstallment } from './hlInstallment.js';
|
|
46
|
+
export { default as hlIotSim } from './hlIotSim.js';
|
|
47
|
+
export { default as hlLock } from './hlLock.js';
|
|
48
|
+
export { default as hlMagnifyingGlass } from './hlMagnifyingGlass.js';
|
|
49
|
+
export { default as hlMarker } from './hlMarker.js';
|
|
50
|
+
export { default as hlMemory } from './hlMemory.js';
|
|
51
|
+
export { default as hlMenu } from './hlMenu.js';
|
|
52
|
+
export { default as hlMinimize } from './hlMinimize.js';
|
|
53
|
+
export { default as hlMinus } from './hlMinus.js';
|
|
54
|
+
export { default as hlMobileData } from './hlMobileData.js';
|
|
55
|
+
export { default as hlMobilePayment } from './hlMobilePayment.js';
|
|
56
|
+
export { default as hlModem } from './hlModem.js';
|
|
57
|
+
export { default as hlMore } from './hlMore.js';
|
|
58
|
+
export { default as hlOs } from './hlOs.js';
|
|
59
|
+
export { default as hlPackage } from './hlPackage.js';
|
|
60
|
+
export { default as hlPaperclip } from './hlPaperclip.js';
|
|
61
|
+
export { default as hlPaytime } from './hlPaytime.js';
|
|
62
|
+
export { default as hlPen } from './hlPen.js';
|
|
63
|
+
export { default as hlPerson } from './hlPerson.js';
|
|
64
|
+
export { default as hlPhone } from './hlPhone.js';
|
|
65
|
+
export { default as hlPlus } from './hlPlus.js';
|
|
66
|
+
export { default as hlPrepaid } from './hlPrepaid.js';
|
|
67
|
+
export { default as hlProcessor } from './hlProcessor.js';
|
|
68
|
+
export { default as hlServices } from './hlServices.js';
|
|
69
|
+
export { default as hlSettings } from './hlSettings.js';
|
|
70
|
+
export { default as hlShield } from './hlShield.js';
|
|
71
|
+
export { default as hlSim } from './hlSim.js';
|
|
72
|
+
export { default as hlSimSimple } from './hlSimSimple.js';
|
|
73
|
+
export { default as hlSmile } from './hlSmile.js';
|
|
74
|
+
export { default as hlSpeechBubble } from './hlSpeechBubble.js';
|
|
75
|
+
export { default as hlSquaretrade } from './hlSquaretrade.js';
|
|
76
|
+
export { default as hlStar } from './hlStar.js';
|
|
77
|
+
export { default as hlStarFilled } from './hlStarFilled.js';
|
|
78
|
+
export { default as hlTrash } from './hlTrash.js';
|
|
79
|
+
export { default as hlTv } from './hlTv.js';
|
|
80
|
+
export { default as hlUnlock } from './hlUnlock.js';
|
|
81
|
+
export { default as hlUpload } from './hlUpload.js';
|
|
82
|
+
export { default as hlWarning } from './hlWarning.js';
|
|
83
|
+
export { default as hlWifi } from './hlWifi.js';
|
|
84
|
+
export { default as hlX } from './hlX.js';
|
|
85
|
+
export { hlArrowBack, default as hlArrowBackSmall, hlArrowSmallLeft } from './Small/hlArrowBackSmall.js';
|
|
86
|
+
export { hlArrowForward, default as hlArrowForwardSmall, hlArrowSmallRight } from './Small/hlArrowForwardSmall.js';
|
|
87
|
+
export { hlArrowSmallUnder, default as hlArrowUnderSmall } from './Small/hlArrowUnderSmall.js';
|
|
88
|
+
export { default as hlCalendarSmall } from './Small/hlCalendarSmall.js';
|
|
89
|
+
export { default as hlChevronDownSmall } from './Small/hlChevronDownSmall.js';
|
|
90
|
+
export { default as hlChevronLeftSmall } from './Small/hlChevronLeftSmall.js';
|
|
91
|
+
export { default as hlChevronRightSmall } from './Small/hlChevronRightSmall.js';
|
|
92
|
+
export { default as hlChevronUpSmall } from './Small/hlChevronUpSmall.js';
|
|
93
|
+
export { default as hlClockSmall } from './Small/hlClockSmall.js';
|
|
94
|
+
export { default as hlDownloadSmall } from './Small/hlDownloadSmall.js';
|
|
95
|
+
export { default as hlExternalSmall } from './Small/hlExternalSmall.js';
|
|
96
|
+
export { default as hlUploadSmall } from './Small/hlUploadSmall.js';
|
|
97
|
+
export { default as facebook } from './Social/facebook.js';
|
|
98
|
+
export { default as instagram } from './Social/instagram.js';
|
|
99
|
+
export { default as linkedin } from './Social/linkedin.js';
|
|
100
|
+
export { default as tiktok } from './Social/tiktok.js';
|
|
101
|
+
export { default as twitter } from './Social/twitter.js';
|
|
102
|
+
export { default as youtube } from './Social/youtube.js';
|
|
@@ -2,6 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import styled from '../../themes/styled.js';
|
|
3
3
|
import { getMultipliedSize } from '../../utils/styledUtils.js';
|
|
4
4
|
import Icon from '../Icon/Icon.js';
|
|
5
|
+
import hlEyeClosed from '../Icons/hlEyeClosed.js';
|
|
6
|
+
import hlEyeOpen from '../Icons/hlEyeOpen.js';
|
|
5
7
|
import { LabelText } from '../LabelText/LabelText.js';
|
|
6
8
|
|
|
7
9
|
const FieldContainer = styled.div `
|
|
@@ -114,7 +116,7 @@ const Input = ({ type = 'text', status = 'none', 'data-testid': dataTestId, ...p
|
|
|
114
116
|
props.required && React.createElement(Mandatory, null, "*"))),
|
|
115
117
|
React.createElement(FieldWrapper, { status: status },
|
|
116
118
|
React.createElement(StyledInput, { id: props.id, name: props.name, type: type, value: props.value, placeholder: props.placeholder, onChange: handleChange, onBlur: handleOnBlur, onFocus: props.onFocus, onClick: onClick, onKeyDown: props.onKeyDown, onKeyPress: props.onKeyPress, required: props.required, disabled: props.disabled, autoComplete: props.autocomplete, "aria-disabled": props.disabled, "aria-label": props.id, ref: inputRef, tabIndex: props.tabIndex, "data-testid": dataTestId }),
|
|
117
|
-
props.showPasswordToggle && (React.createElement(Icon, { onClick: togglePasswordVisibility,
|
|
119
|
+
props.showPasswordToggle && (React.createElement(Icon, { onClick: togglePasswordVisibility, icon: showPassword ? hlEyeOpen : hlEyeClosed }))),
|
|
118
120
|
status === 'error' && props.errorMessage && (React.createElement(ErrorMessage, { "data-testid": dataTestId && `${dataTestId}-error` }, props.errorMessage)),
|
|
119
121
|
status === 'comment' && props.commentMessage && (React.createElement(CommentMessage, { "data-testid": dataTestId && `${dataTestId}-comment` }, props.commentMessage))));
|
|
120
122
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import React, { useContext, useRef } from 'react';
|
|
1
|
+
import React, { useContext, useRef, useEffect } from 'react';
|
|
2
2
|
import useOutsideClick from '../../../hooks/useOutsideClick.js';
|
|
3
3
|
import styled, { keyframes, css } from '../../../themes/styled.js';
|
|
4
4
|
import theme from '../../../themes/theme.js';
|
|
5
5
|
import { subMenuWidth, subMenuWidthXl, menuItemMargin } from '../../../themes/themeComponents/navigation.js';
|
|
6
6
|
import { getMultipliedSize, media } from '../../../utils/styledUtils.js';
|
|
7
7
|
import Icon from '../../Icon/Icon.js';
|
|
8
|
+
import hlChevronRight from '../../Icons/hlChevronRight.js';
|
|
8
9
|
import NavContext from '../context/NavContext.js';
|
|
9
10
|
import { MenuList, MenuItem, MenuLinkWithChildren } from '../globalNavStyles.js';
|
|
10
11
|
import LinkModifier, { isSelected } from './LinkModifier.js';
|
|
@@ -155,6 +156,8 @@ const SubMenuList = styled.ul `
|
|
|
155
156
|
left: 100%;
|
|
156
157
|
top: -0.5rem;
|
|
157
158
|
margin-left: ${p => getMultipliedSize(p.theme.base.baseHeight, 1)};
|
|
159
|
+
transform: translateY(var(--nav-item-overflow-fix));
|
|
160
|
+
${noAnimation}
|
|
158
161
|
}
|
|
159
162
|
background: ${p => p.theme.color.white};
|
|
160
163
|
box-shadow: 0px 2px 8px -3px rgba(1, 1, 1, 0.7);
|
|
@@ -168,17 +171,12 @@ const SubMenuList = styled.ul `
|
|
|
168
171
|
padding: 0;
|
|
169
172
|
a,
|
|
170
173
|
button {
|
|
171
|
-
line-height:
|
|
174
|
+
line-height: ${theme.lineHeight.s};
|
|
172
175
|
display: flex;
|
|
173
176
|
width: 100%;
|
|
174
177
|
align-items: center;
|
|
175
178
|
padding: ${p => getMultipliedSize(p.theme.base.baseHeight, 1)};
|
|
176
179
|
justify-content: space-between;
|
|
177
|
-
|
|
178
|
-
svg {
|
|
179
|
-
min-width: ${p => getMultipliedSize(p.theme.base.baseHeight, 1)};
|
|
180
|
-
margin-left: ${p => getMultipliedSize(p.theme.base.baseHeight, 1)};
|
|
181
|
-
}
|
|
182
180
|
}
|
|
183
181
|
button {
|
|
184
182
|
margin-right: 1rem;
|
|
@@ -201,7 +199,7 @@ const SubMenuLevel1 = ({ menuItem }) => {
|
|
|
201
199
|
return (React.createElement(SubMenuItem, { key: element.id, role: "none", "data-testid": `desktop-nav-item-level-2-link-${index + 1}` },
|
|
202
200
|
React.createElement(MenuLinkWithChildren, { isActive: menuLevel.level2 === element.id, isHighlighted: isSelected(currentUrl, menuUrl), onClick: menuClick(element), role: "menuitem", "aria-haspopup": "true", "data-testid": "menu-button-with-children" },
|
|
203
201
|
React.createElement("span", null, element.titles[language]),
|
|
204
|
-
React.createElement(Icon, {
|
|
202
|
+
React.createElement(Icon, { icon: hlChevronRight, size: "1rem" })),
|
|
205
203
|
React.createElement(SubMenuLevel2, { menuItem: element })));
|
|
206
204
|
}
|
|
207
205
|
return (React.createElement(SubMenuItem, { key: element.id, isHighlighted: isSelected(currentUrl, menuUrl, true), role: "none", "data-testid": `desktop-nav-item-level-2-link-${index + 1}` },
|
|
@@ -210,7 +208,21 @@ const SubMenuLevel1 = ({ menuItem }) => {
|
|
|
210
208
|
};
|
|
211
209
|
const SubMenuLevel2 = ({ menuItem }) => {
|
|
212
210
|
const { lang, menuLevel, currentUrl } = useContext(NavContext);
|
|
213
|
-
|
|
211
|
+
// Handle the case where the submenu is not visible
|
|
212
|
+
const measureRef = useRef(null);
|
|
213
|
+
useEffect(() => {
|
|
214
|
+
const subNavArea = measureRef.current;
|
|
215
|
+
const handleOffSet = () => {
|
|
216
|
+
if (menuLevel.level2 === menuItem.id && measureRef.current) {
|
|
217
|
+
const offsetFix = window.innerHeight - subNavArea.getBoundingClientRect().bottom;
|
|
218
|
+
if (offsetFix < 0) {
|
|
219
|
+
subNavArea.style.setProperty('--nav-item-overflow-fix', `${offsetFix}px`);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
handleOffSet();
|
|
224
|
+
}, [menuLevel.level2, menuItem.id]);
|
|
225
|
+
return (React.createElement(SubMenuListRight, { role: "menu", menuStates: menuLevel, navItemId: menuItem.id, "data-testid": "desktop-nav-menu-ul-level-3", ref: measureRef }, menuItem.pages.map((item, index) => {
|
|
214
226
|
const menuUrl = item.urls[lang];
|
|
215
227
|
return (React.createElement(SubMenuItem, { key: item.id, isHighlighted: isSelected(currentUrl, menuUrl, true), role: "none", "data-testid": `desktop-nav-item-level-3-link-${index + 1}` },
|
|
216
228
|
React.createElement(LinkModifier, { menuItem: item, tabIndex: false })));
|