@dnanpm/styleguide 4.0.9 → 4.0.10

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.
Files changed (415) hide show
  1. package/build/cjs/components/Accordion/Accordion.js +66 -54
  2. package/build/cjs/components/AccordionItem/AccordionItem.js +94 -73
  3. package/build/cjs/components/AmountSelector/AmountSelector.js +121 -134
  4. package/build/cjs/components/Box/Box.js +38 -13
  5. package/build/cjs/components/Breadcrumb/Breadcrumb.js +73 -71
  6. package/build/cjs/components/Button/Button.js +131 -127
  7. package/build/cjs/components/ButtonArrow/ButtonArrow.js +47 -49
  8. package/build/cjs/components/ButtonCard/ButtonCard.js +97 -112
  9. package/build/cjs/components/ButtonClose/ButtonClose.js +24 -18
  10. package/build/cjs/components/ButtonIcon/ButtonIcon.js +103 -106
  11. package/build/cjs/components/ButtonPrimary/ButtonPrimary.d.ts +43 -2
  12. package/build/cjs/components/ButtonPrimary/ButtonPrimary.js +7 -35
  13. package/build/cjs/components/ButtonSecondary/ButtonSecondary.d.ts +43 -2
  14. package/build/cjs/components/ButtonSecondary/ButtonSecondary.js +7 -35
  15. package/build/cjs/components/Carousel/Carousel.d.ts +8 -2
  16. package/build/cjs/components/Carousel/Carousel.js +315 -346
  17. package/build/cjs/components/Checkbox/Checkbox.js +49 -108
  18. package/build/cjs/components/Chip/Chip.js +40 -34
  19. package/build/cjs/components/DateTimePicker/DateTimePicker.js +198 -334
  20. package/build/cjs/components/Divider/Divider.js +29 -15
  21. package/build/cjs/components/DnaLogo/DnaLogo.js +87 -51
  22. package/build/cjs/components/Drawer/Drawer.js +172 -167
  23. package/build/cjs/components/EmptyState/EmptyState.js +24 -12
  24. package/build/cjs/components/EnergyLabel/EnergyLabel.js +77 -73
  25. package/build/cjs/components/Expander/Expander.js +43 -38
  26. package/build/cjs/components/Floater/Floater.js +36 -14
  27. package/build/cjs/components/Footer/Components/FooterComponents.d.ts +4 -2
  28. package/build/cjs/components/Footer/Components/FooterComponents.js +305 -346
  29. package/build/cjs/components/Footer/Footer.js +51 -80
  30. package/build/cjs/components/Footer/context/FooterContext.js +9 -9
  31. package/build/cjs/components/Hero/Hero.js +101 -149
  32. package/build/cjs/components/Icon/Icon.js +41 -22
  33. package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +12 -4
  34. package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +12 -4
  35. package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +12 -4
  36. package/build/cjs/components/Icons/Small/hlCalendarSmall.js +12 -4
  37. package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +12 -4
  38. package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +12 -4
  39. package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +12 -4
  40. package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +12 -4
  41. package/build/cjs/components/Icons/Small/hlClockSmall.js +14 -5
  42. package/build/cjs/components/Icons/Small/hlDownloadSmall.js +18 -6
  43. package/build/cjs/components/Icons/Small/hlExternalSmall.js +12 -4
  44. package/build/cjs/components/Icons/Small/hlUploadSmall.js +18 -6
  45. package/build/cjs/components/Icons/Social/facebook.js +13 -4
  46. package/build/cjs/components/Icons/Social/instagram.js +13 -4
  47. package/build/cjs/components/Icons/Social/linkedin.js +13 -4
  48. package/build/cjs/components/Icons/Social/tiktok.js +12 -4
  49. package/build/cjs/components/Icons/Social/twitter.js +13 -4
  50. package/build/cjs/components/Icons/Social/youtube.js +12 -4
  51. package/build/cjs/components/Icons/hl404.js +12 -4
  52. package/build/cjs/components/Icons/hl4gSim.js +12 -4
  53. package/build/cjs/components/Icons/hl5gSim.js +12 -4
  54. package/build/cjs/components/Icons/hlBattery.js +16 -6
  55. package/build/cjs/components/Icons/hlBell.js +12 -4
  56. package/build/cjs/components/Icons/hlCableTVCard.js +12 -4
  57. package/build/cjs/components/Icons/hlCalendar.js +56 -15
  58. package/build/cjs/components/Icons/hlCall.js +12 -4
  59. package/build/cjs/components/Icons/hlCameraBack.js +18 -6
  60. package/build/cjs/components/Icons/hlCameraFront.js +14 -5
  61. package/build/cjs/components/Icons/hlCart.js +16 -6
  62. package/build/cjs/components/Icons/hlCartEmpty.js +16 -6
  63. package/build/cjs/components/Icons/hlChat.js +24 -7
  64. package/build/cjs/components/Icons/hlCheck.js +12 -4
  65. package/build/cjs/components/Icons/hlChevronDown.js +12 -4
  66. package/build/cjs/components/Icons/hlChevronLeft.js +12 -4
  67. package/build/cjs/components/Icons/hlChevronRight.js +12 -4
  68. package/build/cjs/components/Icons/hlChevronUp.js +12 -4
  69. package/build/cjs/components/Icons/hlCompensation.js +12 -4
  70. package/build/cjs/components/Icons/hlCookie.js +12 -4
  71. package/build/cjs/components/Icons/hlCopy.js +14 -5
  72. package/build/cjs/components/Icons/hlCoupon.js +16 -6
  73. package/build/cjs/components/Icons/hlDelivery.js +14 -4
  74. package/build/cjs/components/Icons/hlDigiturva.js +14 -4
  75. package/build/cjs/components/Icons/hlDisplaySize.js +19 -6
  76. package/build/cjs/components/Icons/hlDocument.js +14 -5
  77. package/build/cjs/components/Icons/hlDownload.js +18 -6
  78. package/build/cjs/components/Icons/hlEnvelope.js +12 -4
  79. package/build/cjs/components/Icons/hlError.js +22 -6
  80. package/build/cjs/components/Icons/hlEuro.js +12 -4
  81. package/build/cjs/components/Icons/hlExclamationMark.js +12 -4
  82. package/build/cjs/components/Icons/hlExpand.js +12 -4
  83. package/build/cjs/components/Icons/hlExternal.js +12 -4
  84. package/build/cjs/components/Icons/hlEyeClosed.js +12 -4
  85. package/build/cjs/components/Icons/hlEyeOpen.js +14 -5
  86. package/build/cjs/components/Icons/hlFaceId.js +12 -4
  87. package/build/cjs/components/Icons/hlFastDelivery.js +12 -4
  88. package/build/cjs/components/Icons/hlFingerprint.js +20 -8
  89. package/build/cjs/components/Icons/hlGlobe.js +12 -4
  90. package/build/cjs/components/Icons/hlHeadphones.js +12 -4
  91. package/build/cjs/components/Icons/hlHeadset.js +18 -6
  92. package/build/cjs/components/Icons/hlHeart.js +12 -4
  93. package/build/cjs/components/Icons/hlHome.js +12 -4
  94. package/build/cjs/components/Icons/hlHub.js +14 -5
  95. package/build/cjs/components/Icons/hlImage.js +12 -4
  96. package/build/cjs/components/Icons/hlInfo.js +18 -6
  97. package/build/cjs/components/Icons/hlInstallment.js +14 -5
  98. package/build/cjs/components/Icons/hlIotSim.js +14 -5
  99. package/build/cjs/components/Icons/hlLaptop.js +13 -4
  100. package/build/cjs/components/Icons/hlLink.js +16 -5
  101. package/build/cjs/components/Icons/hlLiveVideo.js +12 -4
  102. package/build/cjs/components/Icons/hlLock.js +18 -6
  103. package/build/cjs/components/Icons/hlMagnifyingGlass.js +14 -5
  104. package/build/cjs/components/Icons/hlMarker.js +14 -5
  105. package/build/cjs/components/Icons/hlMemory.js +14 -5
  106. package/build/cjs/components/Icons/hlMenu.js +12 -4
  107. package/build/cjs/components/Icons/hlMinimize.js +12 -4
  108. package/build/cjs/components/Icons/hlMinus.js +12 -4
  109. package/build/cjs/components/Icons/hlMobileData.js +12 -4
  110. package/build/cjs/components/Icons/hlMobilePayment.js +19 -6
  111. package/build/cjs/components/Icons/hlModem.js +26 -8
  112. package/build/cjs/components/Icons/hlMore.js +22 -6
  113. package/build/cjs/components/Icons/hlOs.js +14 -5
  114. package/build/cjs/components/Icons/hlPackage.js +12 -4
  115. package/build/cjs/components/Icons/hlPaperclip.js +12 -4
  116. package/build/cjs/components/Icons/hlPaytime.js +12 -4
  117. package/build/cjs/components/Icons/hlPen.js +12 -4
  118. package/build/cjs/components/Icons/hlPerson.js +12 -4
  119. package/build/cjs/components/Icons/hlPhone.js +17 -5
  120. package/build/cjs/components/Icons/hlPlaylist.js +13 -4
  121. package/build/cjs/components/Icons/hlPlus.js +14 -5
  122. package/build/cjs/components/Icons/hlPrepaid.js +12 -4
  123. package/build/cjs/components/Icons/hlProcessor.js +14 -5
  124. package/build/cjs/components/Icons/hlServices.js +12 -4
  125. package/build/cjs/components/Icons/hlSettings.js +12 -4
  126. package/build/cjs/components/Icons/hlShield.js +14 -5
  127. package/build/cjs/components/Icons/hlSim.js +14 -5
  128. package/build/cjs/components/Icons/hlSimSimple.js +18 -6
  129. package/build/cjs/components/Icons/hlSmile.js +22 -7
  130. package/build/cjs/components/Icons/hlSpeechBubble.js +14 -5
  131. package/build/cjs/components/Icons/hlSquaretrade.js +13 -4
  132. package/build/cjs/components/Icons/hlStar.js +12 -4
  133. package/build/cjs/components/Icons/hlStarFilled.js +12 -4
  134. package/build/cjs/components/Icons/hlTrash.js +14 -5
  135. package/build/cjs/components/Icons/hlTv.js +12 -4
  136. package/build/cjs/components/Icons/hlUnlock.js +14 -6
  137. package/build/cjs/components/Icons/hlUpload.js +18 -6
  138. package/build/cjs/components/Icons/hlWarning.js +18 -6
  139. package/build/cjs/components/Icons/hlWifi.js +18 -6
  140. package/build/cjs/components/Icons/hlWrench.js +12 -4
  141. package/build/cjs/components/Icons/hlX.js +12 -4
  142. package/build/cjs/components/InfoDialog/InfoDialog.js +31 -46
  143. package/build/cjs/components/Input/Input.js +143 -159
  144. package/build/cjs/components/Label/Label.js +22 -22
  145. package/build/cjs/components/LabelText/LabelText.js +24 -17
  146. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +29 -44
  147. package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +167 -153
  148. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +34 -20
  149. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +50 -32
  150. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +17 -5
  151. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +5 -2
  152. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +100 -95
  153. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +6 -2
  154. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +4 -58
  155. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +20 -4
  156. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +187 -159
  157. package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.js +16 -5
  158. package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +305 -272
  159. package/build/cjs/components/MainHeaderNavigation/context/NavContext.js +61 -49
  160. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.d.ts +31 -16
  161. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.js +39 -172
  162. package/build/cjs/components/Modal/Modal.js +127 -145
  163. package/build/cjs/components/Notification/Notification.js +74 -54
  164. package/build/cjs/components/NotificationBadge/NotificationBadge.js +29 -32
  165. package/build/cjs/components/Overlay/Overlay.js +70 -68
  166. package/build/cjs/components/Pill/Pill.js +91 -82
  167. package/build/cjs/components/PillGroup/PillGroup.js +50 -33
  168. package/build/cjs/components/PixelLoader/PixelLoader.js +37 -34
  169. package/build/cjs/components/PriorityNavigation/PriorityNavigation.js +281 -303
  170. package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.js +27 -49
  171. package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +140 -109
  172. package/build/cjs/components/RadioButton/RadioButton.js +91 -114
  173. package/build/cjs/components/ReadMore/ReadMore.js +86 -69
  174. package/build/cjs/components/Search/Search.js +52 -64
  175. package/build/cjs/components/Selectbox/Selectbox.js +279 -94
  176. package/build/cjs/components/Skeleton/Skeleton.js +69 -56
  177. package/build/cjs/components/Switch/Switch.js +62 -76
  178. package/build/cjs/components/Tab/Tab.js +55 -53
  179. package/build/cjs/components/Tabs/Tabs.js +93 -71
  180. package/build/cjs/components/Textarea/Textarea.js +76 -73
  181. package/build/cjs/components/Toaster/Toaster.js +59 -44
  182. package/build/cjs/components/Tooltip/Tooltip.js +74 -87
  183. package/build/cjs/hooks/useCloseOutsideOrElementClicked.js +23 -21
  184. package/build/cjs/hooks/useDebounce.js +9 -9
  185. package/build/cjs/hooks/useDocHeight.js +13 -13
  186. package/build/cjs/hooks/useOutsideClick.js +10 -10
  187. package/build/cjs/hooks/useResizeObserver.js +37 -24
  188. package/build/cjs/hooks/useScrollPosition.js +55 -54
  189. package/build/cjs/hooks/useWindowSize.js +20 -20
  190. package/build/cjs/themes/globalStyles.js +4 -4
  191. package/build/cjs/themes/gridTheme.js +1 -1
  192. package/build/cjs/themes/theme.js +12 -12
  193. package/build/cjs/themes/themeComponents/base.js +9 -8
  194. package/build/cjs/themes/themeComponents/breakpoints.js +6 -6
  195. package/build/cjs/themes/themeComponents/color.js +76 -74
  196. package/build/cjs/themes/themeComponents/fontFamily.js +3 -3
  197. package/build/cjs/themes/themeComponents/fontSize.js +31 -15
  198. package/build/cjs/themes/themeComponents/fontWeight.js +16 -16
  199. package/build/cjs/themes/themeComponents/forms.js +3 -2
  200. package/build/cjs/themes/themeComponents/layout.js +27 -27
  201. package/build/cjs/themes/themeComponents/lineHeight.js +32 -16
  202. package/build/cjs/themes/themeComponents/navigation.js +13 -13
  203. package/build/cjs/themes/themeComponents/radius.js +26 -26
  204. package/build/cjs/utils/common.js +15 -19
  205. package/build/cjs/utils/createStyled.d.ts +154 -134
  206. package/build/cjs/utils/createStyled.js +16 -2
  207. package/build/cjs/utils/styledUtils.js +2 -6
  208. package/build/es/components/Accordion/Accordion.js +66 -54
  209. package/build/es/components/AccordionItem/AccordionItem.js +94 -73
  210. package/build/es/components/AmountSelector/AmountSelector.js +121 -134
  211. package/build/es/components/Box/Box.js +38 -13
  212. package/build/es/components/Breadcrumb/Breadcrumb.js +73 -71
  213. package/build/es/components/Button/Button.js +131 -127
  214. package/build/es/components/ButtonArrow/ButtonArrow.js +47 -49
  215. package/build/es/components/ButtonCard/ButtonCard.js +97 -112
  216. package/build/es/components/ButtonClose/ButtonClose.js +24 -18
  217. package/build/es/components/ButtonIcon/ButtonIcon.js +103 -106
  218. package/build/es/components/ButtonPrimary/ButtonPrimary.d.ts +43 -2
  219. package/build/es/components/ButtonPrimary/ButtonPrimary.js +7 -35
  220. package/build/es/components/ButtonSecondary/ButtonSecondary.d.ts +43 -2
  221. package/build/es/components/ButtonSecondary/ButtonSecondary.js +7 -35
  222. package/build/es/components/Carousel/Carousel.d.ts +8 -2
  223. package/build/es/components/Carousel/Carousel.js +315 -346
  224. package/build/es/components/Checkbox/Checkbox.js +49 -108
  225. package/build/es/components/Chip/Chip.js +40 -34
  226. package/build/es/components/DateTimePicker/DateTimePicker.js +198 -334
  227. package/build/es/components/Divider/Divider.js +29 -15
  228. package/build/es/components/DnaLogo/DnaLogo.js +87 -51
  229. package/build/es/components/Drawer/Drawer.js +172 -167
  230. package/build/es/components/EmptyState/EmptyState.js +24 -12
  231. package/build/es/components/EnergyLabel/EnergyLabel.js +77 -73
  232. package/build/es/components/Expander/Expander.js +43 -38
  233. package/build/es/components/Floater/Floater.js +36 -14
  234. package/build/es/components/Footer/Components/FooterComponents.d.ts +4 -2
  235. package/build/es/components/Footer/Components/FooterComponents.js +305 -346
  236. package/build/es/components/Footer/Footer.js +51 -80
  237. package/build/es/components/Footer/context/FooterContext.js +9 -9
  238. package/build/es/components/Hero/Hero.js +101 -149
  239. package/build/es/components/Icon/Icon.js +41 -22
  240. package/build/es/components/Icons/Small/hlArrowBackSmall.js +12 -4
  241. package/build/es/components/Icons/Small/hlArrowForwardSmall.js +12 -4
  242. package/build/es/components/Icons/Small/hlArrowUnderSmall.js +12 -4
  243. package/build/es/components/Icons/Small/hlCalendarSmall.js +12 -4
  244. package/build/es/components/Icons/Small/hlChevronDownSmall.js +12 -4
  245. package/build/es/components/Icons/Small/hlChevronLeftSmall.js +12 -4
  246. package/build/es/components/Icons/Small/hlChevronRightSmall.js +12 -4
  247. package/build/es/components/Icons/Small/hlChevronUpSmall.js +12 -4
  248. package/build/es/components/Icons/Small/hlClockSmall.js +14 -5
  249. package/build/es/components/Icons/Small/hlDownloadSmall.js +18 -6
  250. package/build/es/components/Icons/Small/hlExternalSmall.js +12 -4
  251. package/build/es/components/Icons/Small/hlUploadSmall.js +18 -6
  252. package/build/es/components/Icons/Social/facebook.js +13 -4
  253. package/build/es/components/Icons/Social/instagram.js +13 -4
  254. package/build/es/components/Icons/Social/linkedin.js +13 -4
  255. package/build/es/components/Icons/Social/tiktok.js +12 -4
  256. package/build/es/components/Icons/Social/twitter.js +13 -4
  257. package/build/es/components/Icons/Social/youtube.js +12 -4
  258. package/build/es/components/Icons/hl404.js +12 -4
  259. package/build/es/components/Icons/hl4gSim.js +12 -4
  260. package/build/es/components/Icons/hl5gSim.js +12 -4
  261. package/build/es/components/Icons/hlBattery.js +16 -6
  262. package/build/es/components/Icons/hlBell.js +12 -4
  263. package/build/es/components/Icons/hlCableTVCard.js +12 -4
  264. package/build/es/components/Icons/hlCalendar.js +56 -15
  265. package/build/es/components/Icons/hlCall.js +12 -4
  266. package/build/es/components/Icons/hlCameraBack.js +18 -6
  267. package/build/es/components/Icons/hlCameraFront.js +14 -5
  268. package/build/es/components/Icons/hlCart.js +16 -6
  269. package/build/es/components/Icons/hlCartEmpty.js +16 -6
  270. package/build/es/components/Icons/hlChat.js +24 -7
  271. package/build/es/components/Icons/hlCheck.js +12 -4
  272. package/build/es/components/Icons/hlChevronDown.js +12 -4
  273. package/build/es/components/Icons/hlChevronLeft.js +12 -4
  274. package/build/es/components/Icons/hlChevronRight.js +12 -4
  275. package/build/es/components/Icons/hlChevronUp.js +12 -4
  276. package/build/es/components/Icons/hlCompensation.js +12 -4
  277. package/build/es/components/Icons/hlCookie.js +12 -4
  278. package/build/es/components/Icons/hlCopy.js +14 -5
  279. package/build/es/components/Icons/hlCoupon.js +16 -6
  280. package/build/es/components/Icons/hlDelivery.js +14 -4
  281. package/build/es/components/Icons/hlDigiturva.js +14 -4
  282. package/build/es/components/Icons/hlDisplaySize.js +19 -6
  283. package/build/es/components/Icons/hlDocument.js +14 -5
  284. package/build/es/components/Icons/hlDownload.js +18 -6
  285. package/build/es/components/Icons/hlEnvelope.js +12 -4
  286. package/build/es/components/Icons/hlError.js +22 -6
  287. package/build/es/components/Icons/hlEuro.js +12 -4
  288. package/build/es/components/Icons/hlExclamationMark.js +12 -4
  289. package/build/es/components/Icons/hlExpand.js +12 -4
  290. package/build/es/components/Icons/hlExternal.js +12 -4
  291. package/build/es/components/Icons/hlEyeClosed.js +12 -4
  292. package/build/es/components/Icons/hlEyeOpen.js +14 -5
  293. package/build/es/components/Icons/hlFaceId.js +12 -4
  294. package/build/es/components/Icons/hlFastDelivery.js +12 -4
  295. package/build/es/components/Icons/hlFingerprint.js +20 -8
  296. package/build/es/components/Icons/hlGlobe.js +12 -4
  297. package/build/es/components/Icons/hlHeadphones.js +12 -4
  298. package/build/es/components/Icons/hlHeadset.js +18 -6
  299. package/build/es/components/Icons/hlHeart.js +12 -4
  300. package/build/es/components/Icons/hlHome.js +12 -4
  301. package/build/es/components/Icons/hlHub.js +14 -5
  302. package/build/es/components/Icons/hlImage.js +12 -4
  303. package/build/es/components/Icons/hlInfo.js +18 -6
  304. package/build/es/components/Icons/hlInstallment.js +14 -5
  305. package/build/es/components/Icons/hlIotSim.js +14 -5
  306. package/build/es/components/Icons/hlLaptop.js +13 -4
  307. package/build/es/components/Icons/hlLink.js +16 -5
  308. package/build/es/components/Icons/hlLiveVideo.js +12 -4
  309. package/build/es/components/Icons/hlLock.js +18 -6
  310. package/build/es/components/Icons/hlMagnifyingGlass.js +14 -5
  311. package/build/es/components/Icons/hlMarker.js +14 -5
  312. package/build/es/components/Icons/hlMemory.js +14 -5
  313. package/build/es/components/Icons/hlMenu.js +12 -4
  314. package/build/es/components/Icons/hlMinimize.js +12 -4
  315. package/build/es/components/Icons/hlMinus.js +12 -4
  316. package/build/es/components/Icons/hlMobileData.js +12 -4
  317. package/build/es/components/Icons/hlMobilePayment.js +19 -6
  318. package/build/es/components/Icons/hlModem.js +26 -8
  319. package/build/es/components/Icons/hlMore.js +22 -6
  320. package/build/es/components/Icons/hlOs.js +14 -5
  321. package/build/es/components/Icons/hlPackage.js +12 -4
  322. package/build/es/components/Icons/hlPaperclip.js +12 -4
  323. package/build/es/components/Icons/hlPaytime.js +12 -4
  324. package/build/es/components/Icons/hlPen.js +12 -4
  325. package/build/es/components/Icons/hlPerson.js +12 -4
  326. package/build/es/components/Icons/hlPhone.js +17 -5
  327. package/build/es/components/Icons/hlPlaylist.js +13 -4
  328. package/build/es/components/Icons/hlPlus.js +14 -5
  329. package/build/es/components/Icons/hlPrepaid.js +12 -4
  330. package/build/es/components/Icons/hlProcessor.js +14 -5
  331. package/build/es/components/Icons/hlServices.js +12 -4
  332. package/build/es/components/Icons/hlSettings.js +12 -4
  333. package/build/es/components/Icons/hlShield.js +14 -5
  334. package/build/es/components/Icons/hlSim.js +14 -5
  335. package/build/es/components/Icons/hlSimSimple.js +18 -6
  336. package/build/es/components/Icons/hlSmile.js +22 -7
  337. package/build/es/components/Icons/hlSpeechBubble.js +14 -5
  338. package/build/es/components/Icons/hlSquaretrade.js +13 -4
  339. package/build/es/components/Icons/hlStar.js +12 -4
  340. package/build/es/components/Icons/hlStarFilled.js +12 -4
  341. package/build/es/components/Icons/hlTrash.js +14 -5
  342. package/build/es/components/Icons/hlTv.js +12 -4
  343. package/build/es/components/Icons/hlUnlock.js +14 -6
  344. package/build/es/components/Icons/hlUpload.js +18 -6
  345. package/build/es/components/Icons/hlWarning.js +18 -6
  346. package/build/es/components/Icons/hlWifi.js +18 -6
  347. package/build/es/components/Icons/hlWrench.js +12 -4
  348. package/build/es/components/Icons/hlX.js +12 -4
  349. package/build/es/components/InfoDialog/InfoDialog.js +31 -46
  350. package/build/es/components/Input/Input.js +143 -159
  351. package/build/es/components/Label/Label.js +22 -22
  352. package/build/es/components/LabelText/LabelText.js +24 -17
  353. package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +29 -44
  354. package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +167 -153
  355. package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +34 -20
  356. package/build/es/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +50 -32
  357. package/build/es/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +17 -5
  358. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +5 -2
  359. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +100 -95
  360. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +6 -2
  361. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +4 -58
  362. package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +20 -4
  363. package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +187 -159
  364. package/build/es/components/MainHeaderNavigation/ChildComponents/PageSearch.js +16 -5
  365. package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.js +305 -272
  366. package/build/es/components/MainHeaderNavigation/context/NavContext.js +61 -49
  367. package/build/es/components/MainHeaderNavigation/globalNavStyles.d.ts +31 -16
  368. package/build/es/components/MainHeaderNavigation/globalNavStyles.js +39 -172
  369. package/build/es/components/Modal/Modal.js +127 -145
  370. package/build/es/components/Notification/Notification.js +74 -54
  371. package/build/es/components/NotificationBadge/NotificationBadge.js +29 -32
  372. package/build/es/components/Overlay/Overlay.js +70 -68
  373. package/build/es/components/Pill/Pill.js +91 -82
  374. package/build/es/components/PillGroup/PillGroup.js +50 -33
  375. package/build/es/components/PixelLoader/PixelLoader.js +37 -34
  376. package/build/es/components/PriorityNavigation/PriorityNavigation.js +281 -303
  377. package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.js +27 -49
  378. package/build/es/components/ProgressIndicator/ProgressIndicator.js +140 -109
  379. package/build/es/components/RadioButton/RadioButton.js +91 -114
  380. package/build/es/components/ReadMore/ReadMore.js +86 -69
  381. package/build/es/components/Search/Search.js +52 -64
  382. package/build/es/components/Selectbox/Selectbox.js +279 -94
  383. package/build/es/components/Skeleton/Skeleton.js +69 -56
  384. package/build/es/components/Switch/Switch.js +62 -76
  385. package/build/es/components/Tab/Tab.js +55 -53
  386. package/build/es/components/Tabs/Tabs.js +93 -71
  387. package/build/es/components/Textarea/Textarea.js +76 -73
  388. package/build/es/components/Toaster/Toaster.js +59 -44
  389. package/build/es/components/Tooltip/Tooltip.js +74 -87
  390. package/build/es/hooks/useCloseOutsideOrElementClicked.js +23 -21
  391. package/build/es/hooks/useDebounce.js +9 -9
  392. package/build/es/hooks/useDocHeight.js +13 -13
  393. package/build/es/hooks/useOutsideClick.js +10 -10
  394. package/build/es/hooks/useResizeObserver.js +37 -24
  395. package/build/es/hooks/useScrollPosition.js +55 -54
  396. package/build/es/hooks/useWindowSize.js +20 -20
  397. package/build/es/themes/globalStyles.js +4 -4
  398. package/build/es/themes/gridTheme.js +1 -1
  399. package/build/es/themes/theme.js +12 -12
  400. package/build/es/themes/themeComponents/base.js +9 -8
  401. package/build/es/themes/themeComponents/breakpoints.js +6 -6
  402. package/build/es/themes/themeComponents/color.js +76 -74
  403. package/build/es/themes/themeComponents/fontFamily.js +3 -3
  404. package/build/es/themes/themeComponents/fontSize.js +31 -15
  405. package/build/es/themes/themeComponents/fontWeight.js +16 -16
  406. package/build/es/themes/themeComponents/forms.js +3 -2
  407. package/build/es/themes/themeComponents/layout.js +27 -27
  408. package/build/es/themes/themeComponents/lineHeight.js +32 -16
  409. package/build/es/themes/themeComponents/navigation.js +13 -13
  410. package/build/es/themes/themeComponents/radius.js +26 -26
  411. package/build/es/utils/common.js +15 -19
  412. package/build/es/utils/createStyled.d.ts +154 -134
  413. package/build/es/utils/createStyled.js +16 -2
  414. package/build/es/utils/styledUtils.js +2 -6
  415. package/package.json +15 -13
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCall = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M16.86 21.51a4.13 4.13 0 01-2.15-.6A37.22 37.22 0 013.21 9.33a4.18 4.18 0 01.57-5.25l1.86-1.84 4.67 4.65-1.77 1.76a30.68 30.68 0 006.78 6.79l1.77-1.77 4.67 4.67-1.93 1.93a4.21 4.21 0 01-2.97 1.24zM5.64 3.93l-1 1a3 3 0 00-.41 3.75 36 36 0 0011.11 11.2 3 3 0 003.66-.46l1.08-1.08-3-3-1.6 1.66-.41-.27a31.1 31.1 0 01-7.81-7.8L7 8.51l1.61-1.62-2.97-2.96z" })));
4
+ const hlCall = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M16.86 21.51a4.13 4.13 0 01-2.15-.6A37.22 37.22 0 013.21 9.33a4.18 4.18 0 01.57-5.25l1.86-1.84 4.67 4.65-1.77 1.76a30.68 30.68 0 006.78 6.79l1.77-1.77 4.67 4.67-1.93 1.93a4.21 4.21 0 01-2.97 1.24zM5.64 3.93l-1 1a3 3 0 00-.41 3.75 36 36 0 0011.11 11.2 3 3 0 003.66-.46l1.08-1.08-3-3-1.6 1.66-.41-.27a31.1 31.1 0 01-7.81-7.8L7 8.51l1.61-1.62-2.97-2.96z"
15
+ }));
8
16
  };
9
17
 
10
18
  export { hlCall as default };
@@ -1,12 +1,24 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCameraBack = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M20.4 7.2V18H3.6V7.2h16.8zM21.6 6H2.4v13.2h19.2V6zM15.6 4.8H8.4a.6.6 0 1 1 0-1.2h7.2a.6.6 0 0 1 0 1.2z" }),
8
- React__default.createElement("path", { d: "M12 16.8a4.2 4.2 0 1 1 0-8.4 4.2 4.2 0 0 1 0 8.4zm0-7.2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" }),
9
- React__default.createElement("circle", { cx: "17.4", cy: "9", r: "1" })));
4
+ const hlCameraBack = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M20.4 7.2V18H3.6V7.2h16.8zM21.6 6H2.4v13.2h19.2V6zM15.6 4.8H8.4a.6.6 0 1 1 0-1.2h7.2a.6.6 0 0 1 0 1.2z"
15
+ }), /*#__PURE__*/React__default.createElement("path", {
16
+ d: "M12 16.8a4.2 4.2 0 1 1 0-8.4 4.2 4.2 0 0 1 0 8.4zm0-7.2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"
17
+ }), /*#__PURE__*/React__default.createElement("circle", {
18
+ cx: "17.4",
19
+ cy: "9",
20
+ r: "1"
21
+ }));
10
22
  };
11
23
 
12
24
  export { hlCameraBack as default };
@@ -1,11 +1,20 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCameraFront = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M20.4 7.2V18H3.6V7.2h16.8zM21.6 6H2.4v13.2h19.2V6zM15.6 4.8H8.4a.6.6 0 1 1 0-1.2h7.2a.6.6 0 0 1 0 1.2z" }),
8
- React__default.createElement("path", { d: "M16.43 9.95a.6.6 0 0 0-.79.31l-.06.15a4.19 4.19 0 0 0-7.42.52.6.6 0 1 0 1.1.48 3 3 0 0 1 5.35-.3l-.54-.24a.6.6 0 0 0-.48 1.1l2.2 1 1-2.2a.6.6 0 0 0-.36-.82zM7.57 15.26a.6.6 0 0 0 .79-.31l.06-.15a4.19 4.19 0 0 0 7.42-.52.6.6 0 1 0-1.1-.48 3 3 0 0 1-5.35.3l.54.24a.6.6 0 0 0 .48-1.1l-2.2-1-1 2.2a.6.6 0 0 0 .36.82z" })));
4
+ const hlCameraFront = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M20.4 7.2V18H3.6V7.2h16.8zM21.6 6H2.4v13.2h19.2V6zM15.6 4.8H8.4a.6.6 0 1 1 0-1.2h7.2a.6.6 0 0 1 0 1.2z"
15
+ }), /*#__PURE__*/React__default.createElement("path", {
16
+ d: "M16.43 9.95a.6.6 0 0 0-.79.31l-.06.15a4.19 4.19 0 0 0-7.42.52.6.6 0 1 0 1.1.48 3 3 0 0 1 5.35-.3l-.54-.24a.6.6 0 0 0-.48 1.1l2.2 1 1-2.2a.6.6 0 0 0-.36-.82zM7.57 15.26a.6.6 0 0 0 .79-.31l.06-.15a4.19 4.19 0 0 0 7.42-.52.6.6 0 1 0-1.1-.48 3 3 0 0 1-5.35.3l.54.24a.6.6 0 0 0 .48-1.1l-2.2-1-1 2.2a.6.6 0 0 0 .36.82z"
17
+ }));
9
18
  };
10
19
 
11
20
  export { hlCameraFront as default };
@@ -1,12 +1,22 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCart = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M20.4 10.8v9.6H3.6v-9.6h16.8m1.2-1.2H2.4v12h19.2v-12z" }),
8
- React__default.createElement("path", { d: "M12 10.8a.6.6 0 0 1-.42-.18l-7.2-7.2a.6.6 0 0 1 .85-.85l7.2 7.2a.6.6 0 0 1-.42 1zM8.4 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6zM12 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6z" }),
9
- React__default.createElement("path", { d: "M22.2 10.8H1.8a.6.6 0 0 1 0-1.2h20.4a.6.6 0 0 1 0 1.2z" })));
4
+ const hlCart = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M20.4 10.8v9.6H3.6v-9.6h16.8m1.2-1.2H2.4v12h19.2v-12z"
15
+ }), /*#__PURE__*/React__default.createElement("path", {
16
+ d: "M12 10.8a.6.6 0 0 1-.42-.18l-7.2-7.2a.6.6 0 0 1 .85-.85l7.2 7.2a.6.6 0 0 1-.42 1zM8.4 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6zM12 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6zM15.6 18a.6.6 0 0 1-.6-.6v-3.6a.6.6 0 0 1 1.2 0v3.6a.6.6 0 0 1-.6.6z"
17
+ }), /*#__PURE__*/React__default.createElement("path", {
18
+ d: "M22.2 10.8H1.8a.6.6 0 0 1 0-1.2h20.4a.6.6 0 0 1 0 1.2z"
19
+ }));
10
20
  };
11
21
 
12
22
  export { hlCart as default };
@@ -1,12 +1,22 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCartEmpty = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M19.8 13.2v9.6H4.2v-9.6h15.6zm-1.2 1.2H5.4v7.2h13.2v-7.2z" }),
8
- React__default.createElement("path", { d: "M15.2 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM12 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM8.8 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM3.6 13.2h16.8a.6.6 0 010 1.2H3.6a.6.6 0 010-1.2z" }),
9
- React__default.createElement("path", { d: "M11.764 14.172l-5.94-5.94a.6.6 0 11.849-.848l5.94 5.94a.6.6 0 01-.849.848zM12 1.2a.6.6 0 01.6.6v1.8a.6.6 0 01-1.2 0V1.8a.6.6 0 01.6-.6zM5.69 2.698a.587.587 0 01.748.134l.057.083.897 1.572a.598.598 0 01-.218.813.587.587 0 01-.748-.133l-.058-.084-.897-1.572a.598.598 0 01.218-.813zM18.312 2.698c.283.166.38.528.218.813l-.897 1.572a.587.587 0 01-.715.26l-.09-.043a.598.598 0 01-.219-.813l.897-1.572a.587.587 0 01.715-.26l.09.043z" })));
4
+ const hlCartEmpty = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M19.8 13.2v9.6H4.2v-9.6h15.6zm-1.2 1.2H5.4v7.2h13.2v-7.2z"
15
+ }), /*#__PURE__*/React__default.createElement("path", {
16
+ d: "M15.2 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM12 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM8.8 16.2a.6.6 0 01.6.6v2.4a.6.6 0 01-1.2 0v-2.4a.6.6 0 01.6-.6zM3.6 13.2h16.8a.6.6 0 010 1.2H3.6a.6.6 0 010-1.2z"
17
+ }), /*#__PURE__*/React__default.createElement("path", {
18
+ d: "M11.764 14.172l-5.94-5.94a.6.6 0 11.849-.848l5.94 5.94a.6.6 0 01-.849.848zM12 1.2a.6.6 0 01.6.6v1.8a.6.6 0 01-1.2 0V1.8a.6.6 0 01.6-.6zM5.69 2.698a.587.587 0 01.748.134l.057.083.897 1.572a.598.598 0 01-.218.813.587.587 0 01-.748-.133l-.058-.084-.897-1.572a.598.598 0 01.218-.813zM18.312 2.698c.283.166.38.528.218.813l-.897 1.572a.587.587 0 01-.715.26l-.09-.043a.598.598 0 01-.219-.813l.897-1.572a.587.587 0 01.715-.26l.09.043z"
19
+ }));
10
20
  };
11
21
 
12
22
  export { hlCartEmpty as default };
@@ -1,13 +1,30 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlChat = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("circle", { cx: "12.6", cy: "15", r: ".6" }),
8
- React__default.createElement("circle", { cx: "15", cy: "15", r: ".6" }),
9
- React__default.createElement("circle", { cx: "17.4", cy: "15", r: ".6" }),
10
- React__default.createElement("path", { d: "M15.6 9.6v-6H2.4v10.8h1.8v2.9l2.9-2.9h1.3v6h8.5l2.9 2.9v-2.9h1.8V9.6zm-9 3.6l-1.2 1.2v-1.2H3.6V4.8h10.8v4.8h-6v3.6zm13.8 6h-1.8v1.2l-1.2-1.2H9.6v-8.4h10.8z" })));
4
+ const hlChat = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("circle", {
14
+ cx: "12.6",
15
+ cy: "15",
16
+ r: ".6"
17
+ }), /*#__PURE__*/React__default.createElement("circle", {
18
+ cx: "15",
19
+ cy: "15",
20
+ r: ".6"
21
+ }), /*#__PURE__*/React__default.createElement("circle", {
22
+ cx: "17.4",
23
+ cy: "15",
24
+ r: ".6"
25
+ }), /*#__PURE__*/React__default.createElement("path", {
26
+ d: "M15.6 9.6v-6H2.4v10.8h1.8v2.9l2.9-2.9h1.3v6h8.5l2.9 2.9v-2.9h1.8V9.6zm-9 3.6l-1.2 1.2v-1.2H3.6V4.8h10.8v4.8h-6v3.6zm13.8 6h-1.8v1.2l-1.2-1.2H9.6v-8.4h10.8z"
27
+ }));
11
28
  };
12
29
 
13
30
  export { hlChat as default };
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const HlCheck = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M9.57 19.44L3.19 13a.6.6 0 0 1 .81-.84l5.53 5.58 11-10.93a.6.6 0 0 1 .84.85z" })));
4
+ const HlCheck = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M9.57 19.44L3.19 13a.6.6 0 0 1 .81-.84l5.53 5.58 11-10.93a.6.6 0 0 1 .84.85z"
15
+ }));
8
16
  };
9
17
  /**
10
18
  * Mirror of `hlCheck`
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlChevronDown = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M21.6 7.8a.6.6 0 0 1-.18.42L12 17.65 2.58 8.22a.6.6 0 0 1 .85-.85L12 16l8.58-8.58a.6.6 0 0 1 1 .42z" })));
4
+ const hlChevronDown = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M21.6 7.8a.6.6 0 0 1-.18.42L12 17.65 2.58 8.22a.6.6 0 0 1 .85-.85L12 16l8.58-8.58a.6.6 0 0 1 1 .42z"
15
+ }));
8
16
  };
9
17
 
10
18
  export { hlChevronDown as default };
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlChevronLeft = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M16.2 21.6a.6.6 0 0 1-.42-.18L6.35 12l9.42-9.42a.6.6 0 0 1 .85.85L8 12l8.58 8.58a.6.6 0 0 1-.42 1z" })));
4
+ const hlChevronLeft = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M16.2 21.6a.6.6 0 0 1-.42-.18L6.35 12l9.42-9.42a.6.6 0 0 1 .85.85L8 12l8.58 8.58a.6.6 0 0 1-.42 1z"
15
+ }));
8
16
  };
9
17
 
10
18
  export { hlChevronLeft as default };
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlChevronRight = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M7.8 2.4a.6.6 0 0 1 .42.18L17.65 12l-9.43 9.42a.6.6 0 0 1-.85-.85L16 12 7.38 3.42a.6.6 0 0 1 .42-1z" })));
4
+ const hlChevronRight = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M7.8 2.4a.6.6 0 0 1 .42.18L17.65 12l-9.43 9.42a.6.6 0 0 1-.85-.85L16 12 7.38 3.42a.6.6 0 0 1 .42-1z"
15
+ }));
8
16
  };
9
17
 
10
18
  export { hlChevronRight as default };
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlChevronUp = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M2.4 16.2a.6.6 0 0 1 .18-.42L12 6.35l9.42 9.42a.6.6 0 0 1-.85.85L12 8l-8.58 8.62a.6.6 0 0 1-1-.42z" })));
4
+ const hlChevronUp = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M2.4 16.2a.6.6 0 0 1 .18-.42L12 6.35l9.42 9.42a.6.6 0 0 1-.85.85L12 8l-8.58 8.62a.6.6 0 0 1-1-.42z"
15
+ }));
8
16
  };
9
17
 
10
18
  export { hlChevronUp as default };
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCompensation = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M4.2 19.49a10.792 10.792 0 0 0 9.477 3.182c5.891-.933 9.91-6.465 8.978-12.357a.6.6 0 0 0-1.186.188 9.6 9.6 0 0 1-16.461 8.095H7.2a.6.6 0 1 0 0-1.2H3v4.2a.6.6 0 0 0 1.2 0zM19.8 4.51a10.792 10.792 0 0 0-9.477-3.182c-5.891.933-9.91 6.465-8.978 12.357a.6.6 0 0 0 1.186-.188 9.6 9.6 0 0 1 16.461-8.095H16.8a.6.6 0 1 0 0 1.2H21v-4.2a.6.6 0 0 0-1.2 0z" })));
4
+ const hlCompensation = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M4.2 19.49a10.792 10.792 0 0 0 9.477 3.182c5.891-.933 9.91-6.465 8.978-12.357a.6.6 0 0 0-1.186.188 9.6 9.6 0 0 1-16.461 8.095H7.2a.6.6 0 1 0 0-1.2H3v4.2a.6.6 0 0 0 1.2 0zM19.8 4.51a10.792 10.792 0 0 0-9.477-3.182c-5.891.933-9.91 6.465-8.978 12.357a.6.6 0 0 0 1.186-.188 9.6 9.6 0 0 1 16.461-8.095H16.8a.6.6 0 1 0 0 1.2H21v-4.2a.6.6 0 0 0-1.2 0z"
15
+ }));
8
16
  };
9
17
 
10
18
  export { hlCompensation as default };
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCookie = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M12.25 14.625c-.69 0-1.25-.588-1.25-1.313 0-.724.56-1.312 1.25-1.312s1.25.588 1.25 1.313c0 .724-.56 1.312-1.25 1.312zm4.5 2.1c-.414 0-.75-.353-.75-.788 0-.434.336-.787.75-.787s.75.353.75.787c0 .435-.336.788-.75.788zM22.5 9.9a.513.513 0 0 1-.5-.525c0-.29.224-.525.5-.525s.5.235.5.525c0 .29-.224.525-.5.525zm-10.75 9.975c-.414 0-.75-.353-.75-.788 0-.434.336-.787.75-.787s.75.353.75.787c0 .435-.336.788-.75.788zM6 15.15c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm5-7.35c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm7.75-1.575c-.414 0-.75-.353-.75-.787 0-.435.336-.788.75-.788s.75.353.75.787c0 .435-.336.788-.75.788zM22 5.7c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm.266 6.256L23 11.81l-.04.748c-.29 5.56-4.888 9.942-10.472 9.942C6.696 22.5 2 17.799 2 12S6.696 1.5 12.488 1.5c1.092 0 2.162.167 3.183.493l.826.263-.555.666c-.348.417-.541.94-.541 1.495 0 .655.27 1.265.739 1.704l.326.305-.21.395a2.332 2.332 0 0 0 2.684 3.344l.507-.14.191.49a2.331 2.331 0 0 0 2.628 1.44zm-3.5-.568a3.498 3.498 0 0 1-3.716-4.726 3.491 3.491 0 0 1-.814-2.245c0-.533.12-1.049.343-1.515a9.344 9.344 0 0 0-2.091-.235c-5.149 0-9.323 4.178-9.323 9.333s4.174 9.333 9.323 9.333c4.737 0 8.676-3.547 9.25-8.167a3.496 3.496 0 0 1-2.973-1.778z" })));
4
+ const hlCookie = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M12.25 14.625c-.69 0-1.25-.588-1.25-1.313 0-.724.56-1.312 1.25-1.312s1.25.588 1.25 1.313c0 .724-.56 1.312-1.25 1.312zm4.5 2.1c-.414 0-.75-.353-.75-.788 0-.434.336-.787.75-.787s.75.353.75.787c0 .435-.336.788-.75.788zM22.5 9.9a.513.513 0 0 1-.5-.525c0-.29.224-.525.5-.525s.5.235.5.525c0 .29-.224.525-.5.525zm-10.75 9.975c-.414 0-.75-.353-.75-.788 0-.434.336-.787.75-.787s.75.353.75.787c0 .435-.336.788-.75.788zM6 15.15c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm5-7.35c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm7.75-1.575c-.414 0-.75-.353-.75-.787 0-.435.336-.788.75-.788s.75.353.75.787c0 .435-.336.788-.75.788zM22 5.7c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05s1 .47 1 1.05c0 .58-.448 1.05-1 1.05zm.266 6.256L23 11.81l-.04.748c-.29 5.56-4.888 9.942-10.472 9.942C6.696 22.5 2 17.799 2 12S6.696 1.5 12.488 1.5c1.092 0 2.162.167 3.183.493l.826.263-.555.666c-.348.417-.541.94-.541 1.495 0 .655.27 1.265.739 1.704l.326.305-.21.395a2.332 2.332 0 0 0 2.684 3.344l.507-.14.191.49a2.331 2.331 0 0 0 2.628 1.44zm-3.5-.568a3.498 3.498 0 0 1-3.716-4.726 3.491 3.491 0 0 1-.814-2.245c0-.533.12-1.049.343-1.515a9.344 9.344 0 0 0-2.091-.235c-5.149 0-9.323 4.178-9.323 9.333s4.174 9.333 9.323 9.333c4.737 0 8.676-3.547 9.25-8.167a3.496 3.496 0 0 1-2.973-1.778z"
15
+ }));
8
16
  };
9
17
 
10
18
  export { hlCookie as default };
@@ -1,11 +1,20 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCopy = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M16.7 6.7v13.6h-13V6.7h13M18 5.4H2.4v16.2H18V5.4z" }),
8
- React__default.createElement("path", { d: "M21 19.2a.6.6 0 0 1-.6-.6V3h-15a.6.6 0 1 1 0-1.2h16.2v16.8a.6.6 0 0 1-.6.6zM12.6 12.6h-1.8v-1.8a.6.6 0 1 0-1.2 0v1.8H7.8a.6.6 0 0 0 0 1.2h1.8v1.8a.6.6 0 0 0 1.2 0v-1.8h1.8a.6.6 0 0 0 0-1.2z" })));
4
+ const hlCopy = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M16.7 6.7v13.6h-13V6.7h13M18 5.4H2.4v16.2H18V5.4z"
15
+ }), /*#__PURE__*/React__default.createElement("path", {
16
+ d: "M21 19.2a.6.6 0 0 1-.6-.6V3h-15a.6.6 0 1 1 0-1.2h16.2v16.8a.6.6 0 0 1-.6.6zM12.6 12.6h-1.8v-1.8a.6.6 0 1 0-1.2 0v1.8H7.8a.6.6 0 0 0 0 1.2h1.8v1.8a.6.6 0 0 0 1.2 0v-1.8h1.8a.6.6 0 0 0 0-1.2z"
17
+ }));
9
18
  };
10
19
 
11
20
  export { hlCopy as default };
@@ -1,12 +1,22 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlCoupon = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M11.4 15.6a.6.6 0 0 1-.42-1l6-6a.6.6 0 0 1 .85.85l-6 6a.6.6 0 0 1-.43.15zM12 9a.6.6 0 1 1-.6.6.6.6 0 0 1 .6-.6m0-1.2a1.8 1.8 0 1 0 1.8 1.8A1.8 1.8 0 0 0 12 7.8zM16.8 13.8a.6.6 0 1 1-.6.6.6.6 0 0 1 .6-.6m0-1.2a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.8z" }),
8
- React__default.createElement("path", { d: "M21 4.8v14.4H9.28a2.4 2.4 0 0 0-4.16 0H3V4.8h2.12a2.4 2.4 0 0 0 4.16 0H21m1.2-1.2H8.4a1.2 1.2 0 1 1-2.4 0H1.8v16.8H6a1.2 1.2 0 0 1 2.4 0h13.8V3.6z" }),
9
- React__default.createElement("path", { d: "M7.2 9.6a.6.6 0 0 1-.6-.6V7.8a.6.6 0 1 1 1.2 0V9a.6.6 0 0 1-.6.6zM7.2 13.2a.6.6 0 0 1-.6-.6v-1.2a.6.6 0 0 1 1.2 0v1.2a.6.6 0 0 1-.6.6zM7.2 16.8a.6.6 0 0 1-.6-.6V15a.6.6 0 0 1 1.2 0v1.2a.6.6 0 0 1-.6.6z" })));
4
+ const hlCoupon = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M11.4 15.6a.6.6 0 0 1-.42-1l6-6a.6.6 0 0 1 .85.85l-6 6a.6.6 0 0 1-.43.15zM12 9a.6.6 0 1 1-.6.6.6.6 0 0 1 .6-.6m0-1.2a1.8 1.8 0 1 0 1.8 1.8A1.8 1.8 0 0 0 12 7.8zM16.8 13.8a.6.6 0 1 1-.6.6.6.6 0 0 1 .6-.6m0-1.2a1.8 1.8 0 1 0 1.8 1.8 1.8 1.8 0 0 0-1.8-1.8z"
15
+ }), /*#__PURE__*/React__default.createElement("path", {
16
+ d: "M21 4.8v14.4H9.28a2.4 2.4 0 0 0-4.16 0H3V4.8h2.12a2.4 2.4 0 0 0 4.16 0H21m1.2-1.2H8.4a1.2 1.2 0 1 1-2.4 0H1.8v16.8H6a1.2 1.2 0 0 1 2.4 0h13.8V3.6z"
17
+ }), /*#__PURE__*/React__default.createElement("path", {
18
+ d: "M7.2 9.6a.6.6 0 0 1-.6-.6V7.8a.6.6 0 1 1 1.2 0V9a.6.6 0 0 1-.6.6zM7.2 13.2a.6.6 0 0 1-.6-.6v-1.2a.6.6 0 0 1 1.2 0v1.2a.6.6 0 0 1-.6.6zM7.2 16.8a.6.6 0 0 1-.6-.6V15a.6.6 0 0 1 1.2 0v1.2a.6.6 0 0 1-.6.6z"
19
+ }));
10
20
  };
11
21
 
12
22
  export { hlCoupon as default };
@@ -1,10 +1,20 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlDelivery = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.2349 6.21143L15.2353 3H2V17.9773L3.75269 17.9775C3.73531 18.1065 3.72634 18.2382 3.72634 18.3719C3.72634 20.0218 5.09182 21.3593 6.77621 21.3593C8.46061 21.3593 9.82609 20.0218 9.82609 18.3719C9.82609 18.2382 9.81712 18.1065 9.79974 17.9775L14.9666 17.9771C14.9498 18.1037 14.9412 18.2327 14.9412 18.3637C14.9412 20.0181 16.3214 21.3593 18.0239 21.3593C19.7264 21.3593 21.1066 20.0181 21.1066 18.3637C21.1066 18.2006 21.0932 18.0406 21.0674 17.8846L22 17.8846V11.2279L19.2438 6.21186L15.2349 6.21143ZM5.1074 18.3719C5.1074 17.4691 5.85455 16.7373 6.7762 16.7373C7.69785 16.7373 8.44499 17.4691 8.44499 18.3719C8.44499 19.2747 7.69785 20.0065 6.7762 20.0065C5.85455 20.0065 5.1074 19.2747 5.1074 18.3719ZM18.0239 16.7246C17.0923 16.7246 16.3371 17.4585 16.3371 18.3637C16.3371 19.269 17.0923 20.0028 18.0239 20.0028C18.9555 20.0028 19.7107 19.269 19.7107 18.3637C19.7107 17.4585 18.9555 16.7246 18.0239 16.7246ZM3.38106 4.35267H13.8542V16.6244L9.25002 16.6241C8.69606 15.8731 7.7944 15.3844 6.7762 15.3844C5.75799 15.3844 4.85633 15.8731 4.30237 16.6241L3.38106 16.6244V4.35267ZM20.6036 13.0707L15.2353 13.0711L15.2349 16.5276L15.5877 16.528C16.1517 15.8223 17.0332 15.3682 18.0239 15.3682C19.0146 15.3682 19.8962 15.8223 20.4602 16.528L20.6041 16.5282L20.6036 13.0707ZM12 12.6083L8.74085 10.3219L8.74124 11.9637L5.54119 11.9635C5.2098 11.9635 4.94115 12.2321 4.94115 12.5635V12.6532C4.94115 12.9846 5.20976 13.2532 5.54113 13.2532L8.74124 13.2533L8.74085 14.8947L12 12.6083ZM18.4067 7.56832L15.2349 7.56814L15.2353 11.6421L20.6036 11.6417L20.6041 11.5673L18.4067 7.56832ZM7.90579 7.56755L7.90618 5.92616L4.64706 8.21257L7.90618 10.499L7.90579 8.85721L11.1058 8.85742C11.4372 8.85744 11.7059 8.5888 11.7059 8.25741V8.16766C11.7059 7.8363 11.4373 7.56768 11.1059 7.56766L7.90579 7.56755Z" })));
4
+ const hlDelivery = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M15.2349 6.21143L15.2353 3H2V17.9773L3.75269 17.9775C3.73531 18.1065 3.72634 18.2382 3.72634 18.3719C3.72634 20.0218 5.09182 21.3593 6.77621 21.3593C8.46061 21.3593 9.82609 20.0218 9.82609 18.3719C9.82609 18.2382 9.81712 18.1065 9.79974 17.9775L14.9666 17.9771C14.9498 18.1037 14.9412 18.2327 14.9412 18.3637C14.9412 20.0181 16.3214 21.3593 18.0239 21.3593C19.7264 21.3593 21.1066 20.0181 21.1066 18.3637C21.1066 18.2006 21.0932 18.0406 21.0674 17.8846L22 17.8846V11.2279L19.2438 6.21186L15.2349 6.21143ZM5.1074 18.3719C5.1074 17.4691 5.85455 16.7373 6.7762 16.7373C7.69785 16.7373 8.44499 17.4691 8.44499 18.3719C8.44499 19.2747 7.69785 20.0065 6.7762 20.0065C5.85455 20.0065 5.1074 19.2747 5.1074 18.3719ZM18.0239 16.7246C17.0923 16.7246 16.3371 17.4585 16.3371 18.3637C16.3371 19.269 17.0923 20.0028 18.0239 20.0028C18.9555 20.0028 19.7107 19.269 19.7107 18.3637C19.7107 17.4585 18.9555 16.7246 18.0239 16.7246ZM3.38106 4.35267H13.8542V16.6244L9.25002 16.6241C8.69606 15.8731 7.7944 15.3844 6.7762 15.3844C5.75799 15.3844 4.85633 15.8731 4.30237 16.6241L3.38106 16.6244V4.35267ZM20.6036 13.0707L15.2353 13.0711L15.2349 16.5276L15.5877 16.528C16.1517 15.8223 17.0332 15.3682 18.0239 15.3682C19.0146 15.3682 19.8962 15.8223 20.4602 16.528L20.6041 16.5282L20.6036 13.0707ZM12 12.6083L8.74085 10.3219L8.74124 11.9637L5.54119 11.9635C5.2098 11.9635 4.94115 12.2321 4.94115 12.5635V12.6532C4.94115 12.9846 5.20976 13.2532 5.54113 13.2532L8.74124 13.2533L8.74085 14.8947L12 12.6083ZM18.4067 7.56832L15.2349 7.56814L15.2353 11.6421L20.6036 11.6417L20.6041 11.5673L18.4067 7.56832ZM7.90579 7.56755L7.90618 5.92616L4.64706 8.21257L7.90618 10.499L7.90579 8.85721L11.1058 8.85742C11.4372 8.85744 11.7059 8.5888 11.7059 8.25741V8.16766C11.7059 7.8363 11.4373 7.56768 11.1059 7.56766L7.90579 7.56755Z"
17
+ }));
8
18
  };
9
19
 
10
20
  export { hlDelivery as default };
@@ -1,10 +1,20 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlDigiturva = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3129 22L12.0037 21.8097C11.8033 21.6874 7.09799 18.7895 5.49445 15.6063C4.32238 13.6358 3.77201 9.71191 4.08797 5.59776L4.12194 5.1595L4.5534 5.06438C7.21689 4.46985 12.0037 2.14948 12.0513 2.1257L12.3129 2L12.5745 2.1257C12.622 2.14948 17.4088 4.46985 20.0757 5.06098L20.5072 5.15611L20.5412 5.59436C20.8571 9.70851 20.3068 13.6324 19.1347 15.6029C17.5311 18.7827 12.8259 21.684 12.6254 21.8064L12.3163 21.9966L12.3129 22ZM5.24305 6.11755C4.97806 10.3438 5.6847 13.6154 6.52384 15.0151L6.54422 15.0559C7.76726 17.4986 11.2495 19.9039 12.3095 20.5969C13.3694 19.9039 16.8517 17.4986 18.0747 15.0559L18.0951 15.0151C18.9342 13.6154 19.6409 10.3438 19.3759 6.11755C16.9026 5.46866 13.3083 3.79718 12.3061 3.32156C11.3073 3.79718 7.7095 5.47206 5.23626 6.11755H5.24305ZM15.3887 8.51638C15.28 8.51638 15.1681 8.47163 15.0914 8.38211L15.09 8.38066C15.0452 8.33343 13.9663 7.19604 12.294 7.19604C10.5932 7.19604 9.50308 8.37252 9.49349 8.38531C9.34643 8.54835 9.09387 8.56114 8.93083 8.41408C8.76778 8.26702 8.75499 8.01446 8.90205 7.85142C8.9564 7.79068 10.232 6.4 12.2972 6.4C14.3624 6.4 15.6348 7.79387 15.6892 7.85461C15.8362 8.01766 15.8235 8.27022 15.6572 8.42048C15.5805 8.48761 15.4846 8.52278 15.3919 8.52278L15.3887 8.51638ZM14.1994 10.0126C14.2761 10.1021 14.388 10.1468 14.4967 10.1468L14.5031 10.1436C14.5958 10.1436 14.6917 10.1085 14.7685 10.0413C14.9347 9.89107 14.9475 9.63851 14.8004 9.47547L14.7989 9.47382C14.7399 9.41003 13.8068 8.40129 12.2972 8.40129C10.7723 8.40129 9.82916 9.43071 9.7908 9.47547C9.64374 9.63851 9.65653 9.89107 9.81957 10.0381C9.98262 10.1884 10.2352 10.1756 10.3822 10.0126L10.3831 10.0117C10.4119 9.98146 11.1547 9.20373 12.294 9.20373C13.4321 9.20373 14.1683 9.97979 14.1985 10.0116L14.1994 10.0126ZM13.5696 11.7805C13.4609 11.7805 13.349 11.7357 13.2723 11.6462C13.2723 11.6462 12.8854 11.2338 12.294 11.2338C11.7106 11.2338 11.3262 11.632 11.3129 11.6458L11.3125 11.6462C11.1623 11.806 10.9097 11.8188 10.7499 11.6718C10.5868 11.5247 10.574 11.2753 10.7211 11.1123C10.7467 11.0835 11.3413 10.4345 12.294 10.4345C13.2467 10.4345 13.8413 11.0835 13.8669 11.1123C14.014 11.2753 14.0012 11.5279 13.8349 11.6782C13.7582 11.7453 13.6623 11.7805 13.5696 11.7805ZM12.0159 12.4518C12.78 12.276 13.4577 12.8514 13.4577 13.5867V13.5835C13.4577 14.0247 13.2084 14.4051 12.8471 14.6034L13.1476 16.6686C13.1732 16.8316 13.0453 16.9755 12.8823 16.9755H11.7026C11.5395 16.9755 11.4149 16.8316 11.4372 16.6686L11.7378 14.6034C11.303 14.3668 11.0312 13.8617 11.1623 13.3022C11.2582 12.8866 11.6003 12.5477 12.0159 12.4518Z" })));
4
+ const hlDigiturva = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M12.3129 22L12.0037 21.8097C11.8033 21.6874 7.09799 18.7895 5.49445 15.6063C4.32238 13.6358 3.77201 9.71191 4.08797 5.59776L4.12194 5.1595L4.5534 5.06438C7.21689 4.46985 12.0037 2.14948 12.0513 2.1257L12.3129 2L12.5745 2.1257C12.622 2.14948 17.4088 4.46985 20.0757 5.06098L20.5072 5.15611L20.5412 5.59436C20.8571 9.70851 20.3068 13.6324 19.1347 15.6029C17.5311 18.7827 12.8259 21.684 12.6254 21.8064L12.3163 21.9966L12.3129 22ZM5.24305 6.11755C4.97806 10.3438 5.6847 13.6154 6.52384 15.0151L6.54422 15.0559C7.76726 17.4986 11.2495 19.9039 12.3095 20.5969C13.3694 19.9039 16.8517 17.4986 18.0747 15.0559L18.0951 15.0151C18.9342 13.6154 19.6409 10.3438 19.3759 6.11755C16.9026 5.46866 13.3083 3.79718 12.3061 3.32156C11.3073 3.79718 7.7095 5.47206 5.23626 6.11755H5.24305ZM15.3887 8.51638C15.28 8.51638 15.1681 8.47163 15.0914 8.38211L15.09 8.38066C15.0452 8.33343 13.9663 7.19604 12.294 7.19604C10.5932 7.19604 9.50308 8.37252 9.49349 8.38531C9.34643 8.54835 9.09387 8.56114 8.93083 8.41408C8.76778 8.26702 8.75499 8.01446 8.90205 7.85142C8.9564 7.79068 10.232 6.4 12.2972 6.4C14.3624 6.4 15.6348 7.79387 15.6892 7.85461C15.8362 8.01766 15.8235 8.27022 15.6572 8.42048C15.5805 8.48761 15.4846 8.52278 15.3919 8.52278L15.3887 8.51638ZM14.1994 10.0126C14.2761 10.1021 14.388 10.1468 14.4967 10.1468L14.5031 10.1436C14.5958 10.1436 14.6917 10.1085 14.7685 10.0413C14.9347 9.89107 14.9475 9.63851 14.8004 9.47547L14.7989 9.47382C14.7399 9.41003 13.8068 8.40129 12.2972 8.40129C10.7723 8.40129 9.82916 9.43071 9.7908 9.47547C9.64374 9.63851 9.65653 9.89107 9.81957 10.0381C9.98262 10.1884 10.2352 10.1756 10.3822 10.0126L10.3831 10.0117C10.4119 9.98146 11.1547 9.20373 12.294 9.20373C13.4321 9.20373 14.1683 9.97979 14.1985 10.0116L14.1994 10.0126ZM13.5696 11.7805C13.4609 11.7805 13.349 11.7357 13.2723 11.6462C13.2723 11.6462 12.8854 11.2338 12.294 11.2338C11.7106 11.2338 11.3262 11.632 11.3129 11.6458L11.3125 11.6462C11.1623 11.806 10.9097 11.8188 10.7499 11.6718C10.5868 11.5247 10.574 11.2753 10.7211 11.1123C10.7467 11.0835 11.3413 10.4345 12.294 10.4345C13.2467 10.4345 13.8413 11.0835 13.8669 11.1123C14.014 11.2753 14.0012 11.5279 13.8349 11.6782C13.7582 11.7453 13.6623 11.7805 13.5696 11.7805ZM12.0159 12.4518C12.78 12.276 13.4577 12.8514 13.4577 13.5867V13.5835C13.4577 14.0247 13.2084 14.4051 12.8471 14.6034L13.1476 16.6686C13.1732 16.8316 13.0453 16.9755 12.8823 16.9755H11.7026C11.5395 16.9755 11.4149 16.8316 11.4372 16.6686L11.7378 14.6034C11.303 14.3668 11.0312 13.8617 11.1623 13.3022C11.2582 12.8866 11.6003 12.5477 12.0159 12.4518Z"
17
+ }));
8
18
  };
9
19
 
10
20
  export { hlDigiturva as default };
@@ -1,12 +1,25 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlDisplaySize = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M4.84 2.37l-.08 19.2 14.4.05.08-19.2-14.4-.05zM18 3.62v13.2H6V3.58l12 .04zM6 20.38V18h12v2.4l-12-.02z" }),
8
- React__default.createElement("circle", { transform: "rotate(-89.77 11.998 19.197)", cx: "11.998", cy: "19.197", r: "1" }),
9
- React__default.createElement("path", { d: "M14.4 5.4a.6.6 0 0 0 0 1.2h.35L8.4 13v-.4a.6.6 0 0 0-1.2 0V15h2.4a.6.6 0 0 0 0-1.2h-.35l6.35-6.35v.35a.6.6 0 0 0 1.2 0V5.4h-2.4z" })));
4
+ const hlDisplaySize = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M4.84 2.37l-.08 19.2 14.4.05.08-19.2-14.4-.05zM18 3.62v13.2H6V3.58l12 .04zM6 20.38V18h12v2.4l-12-.02z"
15
+ }), /*#__PURE__*/React__default.createElement("circle", {
16
+ transform: "rotate(-89.77 11.998 19.197)",
17
+ cx: "11.998",
18
+ cy: "19.197",
19
+ r: "1"
20
+ }), /*#__PURE__*/React__default.createElement("path", {
21
+ d: "M14.4 5.4a.6.6 0 0 0 0 1.2h.35L8.4 13v-.4a.6.6 0 0 0-1.2 0V15h2.4a.6.6 0 0 0 0-1.2h-.35l6.35-6.35v.35a.6.6 0 0 0 1.2 0V5.4h-2.4z"
22
+ }));
10
23
  };
11
24
 
12
25
  export { hlDisplaySize as default };
@@ -1,11 +1,20 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlDocument = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M19.2 3.6v16.8H4.8V3.6h14.4m1.2-1.2H3.6v19.2h16.8V2.4z" }),
8
- React__default.createElement("path", { d: "M16.2 9H7.8a.6.6 0 0 1 0-1.2h8.4a.6.6 0 1 1 0 1.2zM16.2 12.6H7.8a.6.6 0 0 1 0-1.2h8.4a.6.6 0 0 1 0 1.2zM16.2 16.2H7.8a.6.6 0 1 1 0-1.2h8.4a.6.6 0 0 1 0 1.2z" })));
4
+ const hlDocument = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M19.2 3.6v16.8H4.8V3.6h14.4m1.2-1.2H3.6v19.2h16.8V2.4z"
15
+ }), /*#__PURE__*/React__default.createElement("path", {
16
+ d: "M16.2 9H7.8a.6.6 0 0 1 0-1.2h8.4a.6.6 0 1 1 0 1.2zM16.2 12.6H7.8a.6.6 0 0 1 0-1.2h8.4a.6.6 0 0 1 0 1.2zM16.2 16.2H7.8a.6.6 0 1 1 0-1.2h8.4a.6.6 0 0 1 0 1.2z"
17
+ }));
9
18
  };
10
19
 
11
20
  export { hlDocument as default };
@@ -1,12 +1,24 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlDownload = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 16 20", fill: color }, props),
7
- React__default.createElement("g", { fillRule: "evenodd" },
8
- React__default.createElement("path", { d: "M8 .4a.6.6 0 01.596.53L8.6 1v11.15l1.976-1.974a.6.6 0 01.898.792l-.05.056-3 3a.603.603 0 01-.078.066l.078-.066a.602.602 0 01-.249.15l-.015.004a.6.6 0 01-.072.016h-.006l-.02.003h-.01l-.017.002A.61.61 0 018 14.2h-.012a.604.604 0 01-.067-.005L8 14.2a.604.604 0 01-.103-.009h-.003l-.025-.005a.6.6 0 01-.237-.112l-.056-.05-3-3a.6.6 0 01.792-.898l.056.05L7.4 12.15V1A.6.6 0 018 .4z", fillRule: "nonzero" }),
9
- React__default.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" }))));
4
+ const hlDownload = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 16 20",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("g", {
14
+ fillRule: "evenodd"
15
+ }, /*#__PURE__*/React__default.createElement("path", {
16
+ d: "M8 .4a.6.6 0 01.596.53L8.6 1v11.15l1.976-1.974a.6.6 0 01.898.792l-.05.056-3 3a.603.603 0 01-.078.066l.078-.066a.602.602 0 01-.249.15l-.015.004a.6.6 0 01-.072.016h-.006l-.02.003h-.01l-.017.002A.61.61 0 018 14.2h-.012a.604.604 0 01-.067-.005L8 14.2a.604.604 0 01-.103-.009h-.003l-.025-.005a.6.6 0 01-.237-.112l-.056-.05-3-3a.6.6 0 01.792-.898l.056.05L7.4 12.15V1A.6.6 0 018 .4z",
17
+ fillRule: "nonzero"
18
+ }), /*#__PURE__*/React__default.createElement("path", {
19
+ 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",
20
+ fillRule: "nonzero"
21
+ })));
10
22
  };
11
23
 
12
24
  export { hlDownload as default };
@@ -1,10 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
2
  import React__default from 'react';
3
3
 
4
- const hlEnvelope = (_a) => {
5
- var { size, color } = _a, props = __rest(_a, ["size", "color"]);
6
- return (React__default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: color }, props),
7
- React__default.createElement("path", { d: "M2.4 4.8v14.4h19.2V4.8zM19.55 6L12 13.55 4.45 6zM3.6 18V6.85l8.4 8.4 8.4-8.4V18z" })));
4
+ const hlEnvelope = _a => {
5
+ var {
6
+ size,
7
+ color
8
+ } = _a,
9
+ props = __rest(_a, ["size", "color"]);
10
+ return /*#__PURE__*/React__default.createElement("svg", Object.assign({
11
+ viewBox: "0 0 24 24",
12
+ fill: color
13
+ }, props), /*#__PURE__*/React__default.createElement("path", {
14
+ d: "M2.4 4.8v14.4h19.2V4.8zM19.55 6L12 13.55 4.45 6zM3.6 18V6.85l8.4 8.4 8.4-8.4V18z"
15
+ }));
8
16
  };
9
17
 
10
18
  export { hlEnvelope as default };