@dnanpm/styleguide 3.2.0 → 3.3.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.
Files changed (319) hide show
  1. package/build/cjs/components/AccordionItem/AccordionItem.js +3 -5
  2. package/build/cjs/components/AmountSelector/AmountSelector.d.ts +1 -1
  3. package/build/cjs/components/AmountSelector/AmountSelector.js +3 -5
  4. package/build/cjs/components/Button/ButtonArrow.d.ts +4 -4
  5. package/build/cjs/components/Button/ButtonArrow.js +5 -8
  6. package/build/cjs/components/Button/ButtonIcon.d.ts +1 -1
  7. package/build/cjs/components/Button/ButtonIcon.js +2 -2
  8. package/build/cjs/components/DateTimePicker/DateTimePicker.js +3 -4
  9. package/build/cjs/components/Drawer/Drawer.js +2 -2
  10. package/build/cjs/components/EmptyState/EmptyState.d.ts +1 -1
  11. package/build/cjs/components/EmptyState/EmptyState.js +2 -2
  12. package/build/cjs/components/Footer/Components/FooterComponents.d.ts +3 -5
  13. package/build/cjs/components/Footer/Components/FooterComponents.js +128 -150
  14. package/build/cjs/components/Footer/Footer.js +182 -35
  15. package/build/cjs/components/Icon/Icon.d.ts +6 -7
  16. package/build/cjs/components/Icon/Icon.js +14 -18
  17. package/build/cjs/components/Icons/Small/hlArrowBackSmall.d.ts +3 -0
  18. package/build/cjs/components/Icons/Small/hlArrowForwardSmall.d.ts +3 -0
  19. package/build/cjs/components/Icons/Small/hlArrowUnderSmall.d.ts +3 -0
  20. package/build/cjs/components/Icons/Small/hlCalendarSmall.d.ts +4 -1
  21. package/build/cjs/components/Icons/Small/hlChevronDownSmall.d.ts +4 -1
  22. package/build/cjs/components/Icons/Small/hlChevronLeftSmall.d.ts +4 -1
  23. package/build/cjs/components/Icons/Small/hlChevronRightSmall.d.ts +4 -1
  24. package/build/cjs/components/Icons/Small/hlChevronUpSmall.d.ts +4 -1
  25. package/build/cjs/components/Icons/Small/hlClockSmall.d.ts +4 -1
  26. package/build/cjs/components/Icons/Small/hlDownloadSmall.d.ts +4 -1
  27. package/build/cjs/components/Icons/Small/hlExternalSmall.d.ts +4 -1
  28. package/build/cjs/components/Icons/Small/hlUploadSmall.d.ts +4 -1
  29. package/build/cjs/components/Icons/Social/facebook.d.ts +4 -1
  30. package/build/cjs/components/Icons/Social/instagram.d.ts +4 -1
  31. package/build/cjs/components/Icons/Social/linkedin.d.ts +4 -1
  32. package/build/cjs/components/Icons/Social/tiktok.d.ts +4 -1
  33. package/build/cjs/components/Icons/Social/twitter.d.ts +4 -1
  34. package/build/cjs/components/Icons/Social/youtube.d.ts +4 -1
  35. package/build/cjs/components/Icons/hl404.d.ts +4 -1
  36. package/build/cjs/components/Icons/hl4gSim.d.ts +4 -1
  37. package/build/cjs/components/Icons/hl5gSim.d.ts +4 -1
  38. package/build/cjs/components/Icons/hlBattery.d.ts +4 -1
  39. package/build/cjs/components/Icons/hlBell.d.ts +4 -1
  40. package/build/cjs/components/Icons/hlCableTVCard.d.ts +3 -0
  41. package/build/cjs/components/Icons/hlCalendar.d.ts +4 -1
  42. package/build/cjs/components/Icons/hlCall.d.ts +4 -1
  43. package/build/cjs/components/Icons/hlCameraBack.d.ts +4 -1
  44. package/build/cjs/components/Icons/hlCameraFront.d.ts +4 -1
  45. package/build/cjs/components/Icons/hlCart.d.ts +4 -1
  46. package/build/cjs/components/Icons/hlCartEmpty.d.ts +4 -1
  47. package/build/cjs/components/Icons/hlChat.d.ts +4 -1
  48. package/build/cjs/components/Icons/hlCheck.d.ts +6 -1
  49. package/build/cjs/components/Icons/hlCheck.js +2 -0
  50. package/build/cjs/components/Icons/hlChevronDown.d.ts +4 -1
  51. package/build/cjs/components/Icons/hlChevronLeft.d.ts +4 -1
  52. package/build/cjs/components/Icons/hlChevronRight.d.ts +4 -1
  53. package/build/cjs/components/Icons/hlChevronUp.d.ts +4 -1
  54. package/build/cjs/components/Icons/hlCompensation.d.ts +4 -1
  55. package/build/cjs/components/Icons/hlCookie.d.ts +4 -1
  56. package/build/cjs/components/Icons/hlCopy.d.ts +4 -1
  57. package/build/cjs/components/Icons/hlCoupon.d.ts +4 -1
  58. package/build/cjs/components/Icons/hlDelivery.d.ts +4 -1
  59. package/build/cjs/components/Icons/hlDigiturva.d.ts +4 -1
  60. package/build/cjs/components/Icons/hlDisplaySize.d.ts +4 -1
  61. package/build/cjs/components/Icons/hlDocument.d.ts +4 -1
  62. package/build/cjs/components/Icons/hlDownload.d.ts +4 -1
  63. package/build/cjs/components/Icons/hlEnvelope.d.ts +4 -1
  64. package/build/cjs/components/Icons/hlError.d.ts +4 -1
  65. package/build/cjs/components/Icons/hlEuro.d.ts +4 -1
  66. package/build/cjs/components/Icons/hlExclamationMark.d.ts +4 -1
  67. package/build/cjs/components/Icons/hlExpand.d.ts +4 -1
  68. package/build/cjs/components/Icons/hlExternal.d.ts +4 -1
  69. package/build/cjs/components/Icons/hlEyeClosed.d.ts +4 -1
  70. package/build/cjs/components/Icons/hlEyeOpen.d.ts +4 -1
  71. package/build/cjs/components/Icons/hlFaceId.d.ts +4 -1
  72. package/build/cjs/components/Icons/hlFastDelivery.d.ts +4 -1
  73. package/build/cjs/components/Icons/hlFingerprint.d.ts +4 -1
  74. package/build/cjs/components/Icons/hlGlobe.d.ts +4 -1
  75. package/build/cjs/components/Icons/hlHeadphones.d.ts +4 -1
  76. package/build/cjs/components/Icons/hlHeadset.d.ts +4 -1
  77. package/build/cjs/components/Icons/hlHeart.d.ts +4 -1
  78. package/build/cjs/components/Icons/hlHome.d.ts +4 -1
  79. package/build/cjs/components/Icons/hlHub.d.ts +3 -0
  80. package/build/cjs/components/Icons/hlImage.d.ts +4 -1
  81. package/build/cjs/components/Icons/hlInfo.d.ts +4 -1
  82. package/build/cjs/components/Icons/hlInstallment.d.ts +4 -1
  83. package/build/cjs/components/Icons/hlIotSim.d.ts +4 -1
  84. package/build/cjs/components/Icons/hlLaptop.d.ts +3 -0
  85. package/build/cjs/components/Icons/hlLink.d.ts +3 -0
  86. package/build/cjs/components/Icons/hlLiveVideo.d.ts +3 -0
  87. package/build/cjs/components/Icons/hlLock.d.ts +4 -1
  88. package/build/cjs/components/Icons/hlMagnifyingGlass.d.ts +4 -1
  89. package/build/cjs/components/Icons/hlMarker.d.ts +3 -0
  90. package/build/cjs/components/Icons/hlMemory.d.ts +4 -1
  91. package/build/cjs/components/Icons/hlMenu.d.ts +4 -1
  92. package/build/cjs/components/Icons/hlMinimize.d.ts +4 -1
  93. package/build/cjs/components/Icons/hlMinus.d.ts +4 -1
  94. package/build/cjs/components/Icons/hlMobileData.d.ts +4 -1
  95. package/build/cjs/components/Icons/hlMobilePayment.d.ts +4 -1
  96. package/build/cjs/components/Icons/hlModem.d.ts +4 -1
  97. package/build/cjs/components/Icons/hlMore.d.ts +4 -1
  98. package/build/cjs/components/Icons/hlOs.d.ts +4 -1
  99. package/build/cjs/components/Icons/hlPackage.d.ts +4 -1
  100. package/build/cjs/components/Icons/hlPaperclip.d.ts +4 -1
  101. package/build/cjs/components/Icons/hlPaytime.d.ts +4 -1
  102. package/build/cjs/components/Icons/hlPen.d.ts +4 -1
  103. package/build/cjs/components/Icons/hlPerson.d.ts +4 -1
  104. package/build/cjs/components/Icons/hlPhone.d.ts +4 -1
  105. package/build/cjs/components/Icons/hlPlaylist.d.ts +3 -0
  106. package/build/cjs/components/Icons/hlPlus.d.ts +4 -1
  107. package/build/cjs/components/Icons/hlPrepaid.d.ts +4 -1
  108. package/build/cjs/components/Icons/hlProcessor.d.ts +4 -1
  109. package/build/cjs/components/Icons/hlServices.d.ts +4 -1
  110. package/build/cjs/components/Icons/hlSettings.d.ts +4 -1
  111. package/build/cjs/components/Icons/hlShield.d.ts +4 -1
  112. package/build/cjs/components/Icons/hlSim.d.ts +4 -1
  113. package/build/cjs/components/Icons/hlSimSimple.d.ts +4 -1
  114. package/build/cjs/components/Icons/hlSmile.d.ts +4 -1
  115. package/build/cjs/components/Icons/hlSpeechBubble.d.ts +4 -1
  116. package/build/cjs/components/Icons/hlSquaretrade.d.ts +4 -1
  117. package/build/cjs/components/Icons/hlStar.d.ts +4 -1
  118. package/build/cjs/components/Icons/hlStarFilled.d.ts +4 -1
  119. package/build/cjs/components/Icons/hlTrash.d.ts +4 -1
  120. package/build/cjs/components/Icons/hlTv.d.ts +4 -1
  121. package/build/cjs/components/Icons/hlUnlock.d.ts +4 -1
  122. package/build/cjs/components/Icons/hlUpload.d.ts +4 -1
  123. package/build/cjs/components/Icons/hlWarning.d.ts +4 -1
  124. package/build/cjs/components/Icons/hlWifi.d.ts +4 -1
  125. package/build/cjs/components/Icons/hlWrench.d.ts +3 -0
  126. package/build/cjs/components/Icons/hlX.d.ts +4 -1
  127. package/build/cjs/components/Input/Input.js +6 -11
  128. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.d.ts +6 -2
  129. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +3 -11
  130. package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +2 -3
  131. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +3 -4
  132. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +4 -6
  133. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +3 -4
  134. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +2 -1
  135. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +3 -4
  136. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +3 -5
  137. package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.js +3 -4
  138. package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +14 -13
  139. package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +2 -3
  140. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +4 -6
  141. package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +2 -3
  142. package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +2 -3
  143. package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +2 -3
  144. package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +3 -5
  145. package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +2 -3
  146. package/build/cjs/components/Modal/Modal.js +2 -2
  147. package/build/cjs/components/Notification/Notification.js +6 -10
  148. package/build/cjs/components/Pill/Pill.d.ts +1 -1
  149. package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +2 -3
  150. package/build/cjs/components/ReadMore/ReadMore.js +2 -4
  151. package/build/cjs/components/Search/Search.js +2 -3
  152. package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +4 -6
  153. package/build/cjs/components/Selectbox/Selectbox.js +8 -13
  154. package/build/cjs/components/Toaster/Toaster.js +7 -11
  155. package/build/cjs/components/Tooltip/Tooltip.js +2 -2
  156. package/build/cjs/components/TooltipMenu/TooltipMenu.js +2 -3
  157. package/build/cjs/themes/themeComponents/navigation.d.ts +1 -0
  158. package/build/cjs/themes/themeComponents/navigation.js +1 -0
  159. package/build/es/components/AccordionItem/AccordionItem.js +3 -5
  160. package/build/es/components/AmountSelector/AmountSelector.d.ts +1 -1
  161. package/build/es/components/AmountSelector/AmountSelector.js +3 -5
  162. package/build/es/components/Button/ButtonArrow.d.ts +4 -4
  163. package/build/es/components/Button/ButtonArrow.js +5 -8
  164. package/build/es/components/Button/ButtonIcon.d.ts +1 -1
  165. package/build/es/components/Button/ButtonIcon.js +2 -2
  166. package/build/es/components/DateTimePicker/DateTimePicker.js +3 -4
  167. package/build/es/components/Drawer/Drawer.js +2 -2
  168. package/build/es/components/EmptyState/EmptyState.d.ts +1 -1
  169. package/build/es/components/EmptyState/EmptyState.js +2 -2
  170. package/build/es/components/Footer/Components/FooterComponents.d.ts +3 -5
  171. package/build/es/components/Footer/Components/FooterComponents.js +128 -148
  172. package/build/es/components/Footer/Footer.js +183 -36
  173. package/build/es/components/Icon/Icon.d.ts +6 -7
  174. package/build/es/components/Icon/Icon.js +14 -18
  175. package/build/es/components/Icons/Small/hlArrowBackSmall.d.ts +3 -0
  176. package/build/es/components/Icons/Small/hlArrowForwardSmall.d.ts +3 -0
  177. package/build/es/components/Icons/Small/hlArrowUnderSmall.d.ts +3 -0
  178. package/build/es/components/Icons/Small/hlCalendarSmall.d.ts +4 -1
  179. package/build/es/components/Icons/Small/hlChevronDownSmall.d.ts +4 -1
  180. package/build/es/components/Icons/Small/hlChevronLeftSmall.d.ts +4 -1
  181. package/build/es/components/Icons/Small/hlChevronRightSmall.d.ts +4 -1
  182. package/build/es/components/Icons/Small/hlChevronUpSmall.d.ts +4 -1
  183. package/build/es/components/Icons/Small/hlClockSmall.d.ts +4 -1
  184. package/build/es/components/Icons/Small/hlDownloadSmall.d.ts +4 -1
  185. package/build/es/components/Icons/Small/hlExternalSmall.d.ts +4 -1
  186. package/build/es/components/Icons/Small/hlUploadSmall.d.ts +4 -1
  187. package/build/es/components/Icons/Social/facebook.d.ts +4 -1
  188. package/build/es/components/Icons/Social/instagram.d.ts +4 -1
  189. package/build/es/components/Icons/Social/linkedin.d.ts +4 -1
  190. package/build/es/components/Icons/Social/tiktok.d.ts +4 -1
  191. package/build/es/components/Icons/Social/twitter.d.ts +4 -1
  192. package/build/es/components/Icons/Social/youtube.d.ts +4 -1
  193. package/build/es/components/Icons/hl404.d.ts +4 -1
  194. package/build/es/components/Icons/hl4gSim.d.ts +4 -1
  195. package/build/es/components/Icons/hl5gSim.d.ts +4 -1
  196. package/build/es/components/Icons/hlBattery.d.ts +4 -1
  197. package/build/es/components/Icons/hlBell.d.ts +4 -1
  198. package/build/es/components/Icons/hlCableTVCard.d.ts +3 -0
  199. package/build/es/components/Icons/hlCalendar.d.ts +4 -1
  200. package/build/es/components/Icons/hlCall.d.ts +4 -1
  201. package/build/es/components/Icons/hlCameraBack.d.ts +4 -1
  202. package/build/es/components/Icons/hlCameraFront.d.ts +4 -1
  203. package/build/es/components/Icons/hlCart.d.ts +4 -1
  204. package/build/es/components/Icons/hlCartEmpty.d.ts +4 -1
  205. package/build/es/components/Icons/hlChat.d.ts +4 -1
  206. package/build/es/components/Icons/hlCheck.d.ts +6 -1
  207. package/build/es/components/Icons/hlCheck.js +2 -0
  208. package/build/es/components/Icons/hlChevronDown.d.ts +4 -1
  209. package/build/es/components/Icons/hlChevronLeft.d.ts +4 -1
  210. package/build/es/components/Icons/hlChevronRight.d.ts +4 -1
  211. package/build/es/components/Icons/hlChevronUp.d.ts +4 -1
  212. package/build/es/components/Icons/hlCompensation.d.ts +4 -1
  213. package/build/es/components/Icons/hlCookie.d.ts +4 -1
  214. package/build/es/components/Icons/hlCopy.d.ts +4 -1
  215. package/build/es/components/Icons/hlCoupon.d.ts +4 -1
  216. package/build/es/components/Icons/hlDelivery.d.ts +4 -1
  217. package/build/es/components/Icons/hlDigiturva.d.ts +4 -1
  218. package/build/es/components/Icons/hlDisplaySize.d.ts +4 -1
  219. package/build/es/components/Icons/hlDocument.d.ts +4 -1
  220. package/build/es/components/Icons/hlDownload.d.ts +4 -1
  221. package/build/es/components/Icons/hlEnvelope.d.ts +4 -1
  222. package/build/es/components/Icons/hlError.d.ts +4 -1
  223. package/build/es/components/Icons/hlEuro.d.ts +4 -1
  224. package/build/es/components/Icons/hlExclamationMark.d.ts +4 -1
  225. package/build/es/components/Icons/hlExpand.d.ts +4 -1
  226. package/build/es/components/Icons/hlExternal.d.ts +4 -1
  227. package/build/es/components/Icons/hlEyeClosed.d.ts +4 -1
  228. package/build/es/components/Icons/hlEyeOpen.d.ts +4 -1
  229. package/build/es/components/Icons/hlFaceId.d.ts +4 -1
  230. package/build/es/components/Icons/hlFastDelivery.d.ts +4 -1
  231. package/build/es/components/Icons/hlFingerprint.d.ts +4 -1
  232. package/build/es/components/Icons/hlGlobe.d.ts +4 -1
  233. package/build/es/components/Icons/hlHeadphones.d.ts +4 -1
  234. package/build/es/components/Icons/hlHeadset.d.ts +4 -1
  235. package/build/es/components/Icons/hlHeart.d.ts +4 -1
  236. package/build/es/components/Icons/hlHome.d.ts +4 -1
  237. package/build/es/components/Icons/hlHub.d.ts +3 -0
  238. package/build/es/components/Icons/hlImage.d.ts +4 -1
  239. package/build/es/components/Icons/hlInfo.d.ts +4 -1
  240. package/build/es/components/Icons/hlInstallment.d.ts +4 -1
  241. package/build/es/components/Icons/hlIotSim.d.ts +4 -1
  242. package/build/es/components/Icons/hlLaptop.d.ts +3 -0
  243. package/build/es/components/Icons/hlLink.d.ts +3 -0
  244. package/build/es/components/Icons/hlLiveVideo.d.ts +3 -0
  245. package/build/es/components/Icons/hlLock.d.ts +4 -1
  246. package/build/es/components/Icons/hlMagnifyingGlass.d.ts +4 -1
  247. package/build/es/components/Icons/hlMarker.d.ts +3 -0
  248. package/build/es/components/Icons/hlMemory.d.ts +4 -1
  249. package/build/es/components/Icons/hlMenu.d.ts +4 -1
  250. package/build/es/components/Icons/hlMinimize.d.ts +4 -1
  251. package/build/es/components/Icons/hlMinus.d.ts +4 -1
  252. package/build/es/components/Icons/hlMobileData.d.ts +4 -1
  253. package/build/es/components/Icons/hlMobilePayment.d.ts +4 -1
  254. package/build/es/components/Icons/hlModem.d.ts +4 -1
  255. package/build/es/components/Icons/hlMore.d.ts +4 -1
  256. package/build/es/components/Icons/hlOs.d.ts +4 -1
  257. package/build/es/components/Icons/hlPackage.d.ts +4 -1
  258. package/build/es/components/Icons/hlPaperclip.d.ts +4 -1
  259. package/build/es/components/Icons/hlPaytime.d.ts +4 -1
  260. package/build/es/components/Icons/hlPen.d.ts +4 -1
  261. package/build/es/components/Icons/hlPerson.d.ts +4 -1
  262. package/build/es/components/Icons/hlPhone.d.ts +4 -1
  263. package/build/es/components/Icons/hlPlaylist.d.ts +3 -0
  264. package/build/es/components/Icons/hlPlus.d.ts +4 -1
  265. package/build/es/components/Icons/hlPrepaid.d.ts +4 -1
  266. package/build/es/components/Icons/hlProcessor.d.ts +4 -1
  267. package/build/es/components/Icons/hlServices.d.ts +4 -1
  268. package/build/es/components/Icons/hlSettings.d.ts +4 -1
  269. package/build/es/components/Icons/hlShield.d.ts +4 -1
  270. package/build/es/components/Icons/hlSim.d.ts +4 -1
  271. package/build/es/components/Icons/hlSimSimple.d.ts +4 -1
  272. package/build/es/components/Icons/hlSmile.d.ts +4 -1
  273. package/build/es/components/Icons/hlSpeechBubble.d.ts +4 -1
  274. package/build/es/components/Icons/hlSquaretrade.d.ts +4 -1
  275. package/build/es/components/Icons/hlStar.d.ts +4 -1
  276. package/build/es/components/Icons/hlStarFilled.d.ts +4 -1
  277. package/build/es/components/Icons/hlTrash.d.ts +4 -1
  278. package/build/es/components/Icons/hlTv.d.ts +4 -1
  279. package/build/es/components/Icons/hlUnlock.d.ts +4 -1
  280. package/build/es/components/Icons/hlUpload.d.ts +4 -1
  281. package/build/es/components/Icons/hlWarning.d.ts +4 -1
  282. package/build/es/components/Icons/hlWifi.d.ts +4 -1
  283. package/build/es/components/Icons/hlWrench.d.ts +3 -0
  284. package/build/es/components/Icons/hlX.d.ts +4 -1
  285. package/build/es/components/Input/Input.js +6 -11
  286. package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.d.ts +6 -2
  287. package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +4 -12
  288. package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +2 -3
  289. package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +3 -4
  290. package/build/es/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +4 -6
  291. package/build/es/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +3 -4
  292. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +2 -1
  293. package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +3 -4
  294. package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +3 -5
  295. package/build/es/components/MainHeaderNavigation/ChildComponents/PageSearch.js +3 -4
  296. package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.js +14 -13
  297. package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +2 -3
  298. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +4 -6
  299. package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +2 -3
  300. package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.js +2 -3
  301. package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.js +2 -3
  302. package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +3 -5
  303. package/build/es/components/MainNavigation/ChildComponents/PageSearch.js +2 -3
  304. package/build/es/components/Modal/Modal.js +2 -2
  305. package/build/es/components/Notification/Notification.js +6 -10
  306. package/build/es/components/Pill/Pill.d.ts +1 -1
  307. package/build/es/components/ProgressIndicator/ProgressIndicator.js +2 -3
  308. package/build/es/components/ReadMore/ReadMore.js +2 -4
  309. package/build/es/components/Search/Search.js +2 -3
  310. package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +4 -6
  311. package/build/es/components/Selectbox/Selectbox.js +8 -13
  312. package/build/es/components/Toaster/Toaster.js +7 -11
  313. package/build/es/components/Tooltip/Tooltip.js +2 -2
  314. package/build/es/components/TooltipMenu/TooltipMenu.js +2 -3
  315. package/build/es/themes/themeComponents/navigation.d.ts +1 -0
  316. package/build/es/themes/themeComponents/navigation.js +1 -0
  317. package/package.json +3 -1
  318. /package/build/cjs/{assets/bundle-f9dcdcfa.css → build/assets/fonts/fonts.css} +0 -0
  319. /package/build/es/{assets/bundle-f9dcdcfa.css → build/assets/fonts/fonts.css} +0 -0
@@ -2,13 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ var icons = require('@dnanpm/icons');
5
6
  var React = require('react');
6
7
  var useOutsideClick = require('../../hooks/useOutsideClick.js');
7
8
  var styled = require('../../themes/styled.js');
8
9
  var theme = require('../../themes/theme.js');
9
10
  var Icon = require('../Icon/Icon.js');
10
- require('tslib');
11
- var hlChevronDown = require('../Icons/hlChevronDown.js');
12
11
  var TooltipMenuExportedStyles = require('./ChildComponents/TooltipMenuExportedStyles.js');
13
12
 
14
13
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -63,7 +62,7 @@ const TooltipMenu = ({ selector, className, color = theme["default"].color.text.
63
62
  tooltipIcon && React__default["default"].createElement(Icon["default"], { icon: tooltipIcon, size: tooltipIconSize, position: "left" }),
64
63
  tooltipIconName && (React__default["default"].createElement(Icon["default"], { name: tooltipIconName, size: tooltipIconSize, position: "left" })),
65
64
  React__default["default"].createElement("span", null, selector),
66
- tooltipChevron && React__default["default"].createElement(Icon["default"], { icon: hlChevronDown["default"], size: iconSize, position: "right" })),
65
+ tooltipChevron && React__default["default"].createElement(Icon["default"], { icon: icons.ChevronDown, size: iconSize, position: "right" })),
67
66
  showDropdown && (React__default["default"].createElement(React__default["default"].Fragment, null,
68
67
  React__default["default"].createElement(TooltipMenuExportedStyles.TailShadow, { zIndex: zIndex, tooltipTop: tooltipTop, arrowPosition: arrowPosition }),
69
68
  React__default["default"].createElement(TooltipMenuExportedStyles.Tail, { zIndex: zIndex, tooltipTop: tooltipTop, arrowPosition: arrowPosition }))),
@@ -29,5 +29,6 @@ declare const navigation: {
29
29
  navIconSizeMobile: string;
30
30
  subMenuWidth: string;
31
31
  subMenuWidthXl: string;
32
+ headerMaxHeight: string;
32
33
  };
33
34
  export default navigation;
@@ -33,6 +33,7 @@ const navigation = {
33
33
  navIconSizeMobile,
34
34
  subMenuWidth,
35
35
  subMenuWidthXl,
36
+ headerMaxHeight,
36
37
  };
37
38
 
38
39
  exports.IconContainerMinWidth = IconContainerMinWidth;
@@ -1,4 +1,5 @@
1
1
  import { __rest } from 'tslib';
2
+ import { ChevronUp, ChevronDown, Close } from '@dnanpm/icons';
2
3
  import React__default from 'react';
3
4
  import styled__default, { css } from 'styled-components';
4
5
  import useResizeObserver from '../../hooks/useResizeObserver.js';
@@ -6,9 +7,6 @@ import theme from '../../themes/theme.js';
6
7
  import { getMultipliedSize } from '../../utils/styledUtils.js';
7
8
  import Box from '../Box/Box.js';
8
9
  import Icon from '../Icon/Icon.js';
9
- import hlChevronDown from '../Icons/hlChevronDown.js';
10
- import hlChevronUp from '../Icons/hlChevronUp.js';
11
- import hlX from '../Icons/hlX.js';
12
10
 
13
11
  const AccordionItemContainer = styled__default.div `
14
12
  ${p => p.type === 'panel' &&
@@ -64,12 +62,12 @@ const AccordionItem = (_a) => {
64
62
  const itemContent = (React__default.createElement(AccordionItemContainer, { id: props.id, type: type, "aria-expanded": Boolean(props.isExpanded), className: props.className },
65
63
  React__default.createElement(AccordionItemTitle, { tabIndex: 0, onClick: props.onClick, onKeyDown: props.onKeyDown, isExpanded: Boolean(props.isExpanded), highlightSelected: highlightSelected, role: "button" },
66
64
  props.title,
67
- props.isExpanded ? (React__default.createElement(Icon, { icon: hlChevronUp, color: theme.color.default.black, position: "right", "aria-label": props.closeLabel })) : (React__default.createElement(Icon, { icon: hlChevronDown, color: theme.color.default.black, position: "right", "aria-label": props.openLabel }))),
65
+ props.isExpanded ? (React__default.createElement(Icon, { icon: ChevronUp, color: theme.color.default.black, position: "right", "aria-label": props.closeLabel })) : (React__default.createElement(Icon, { icon: ChevronDown, color: theme.color.default.black, position: "right", "aria-label": props.openLabel }))),
68
66
  React__default.createElement(AccordionItemContentWrapper, { maxHeight: contentHeight, isExpanded: props.isExpanded },
69
67
  React__default.createElement(AccordionItemContent, { ref: contentRef }, props.children)),
70
68
  hasCloseButton && props.isExpanded && (React__default.createElement(AccordionItemCloseButton, { tabIndex: 0, onClick: props.onClick, onKeyDown: props.onKeyDown, "aria-label": props.closeLabel, role: "button" },
71
69
  React__default.createElement("span", null, props.closeLabel),
72
- React__default.createElement(Icon, { icon: hlX })))));
70
+ React__default.createElement(Icon, { icon: Close })))));
73
71
  return type === 'box' ? (React__default.createElement(Box, { elevation: props.isExpanded ? 'low' : 'none', padding: "0" }, itemContent)) : (itemContent);
74
72
  };
75
73
 
@@ -48,7 +48,7 @@ interface Props {
48
48
  readonly?: boolean;
49
49
  /**
50
50
  * Allows the `onChange` function to be called even after `min` property value is reached.
51
- * When defined and `min` property value is reached, the `hlMinus` icon changes to `hlTrash` icon
51
+ * When defined and `min` property value is reached, the `Minus` icon changes to `Trash` icon
52
52
  */
53
53
  removable?: boolean;
54
54
  /**
@@ -1,13 +1,11 @@
1
1
  import { __rest } from 'tslib';
2
+ import { Trash, Minus, Plus } from '@dnanpm/icons';
2
3
  import React__default from 'react';
3
4
  import styled from '../../themes/styled.js';
4
5
  import theme from '../../themes/theme.js';
5
6
  import { getMultipliedSize } from '../../utils/styledUtils.js';
6
7
  import ButtonArrow from '../Button/ButtonArrow.js';
7
8
  import Icon from '../Icon/Icon.js';
8
- import hlMinus from '../Icons/hlMinus.js';
9
- import hlPlus from '../Icons/hlPlus.js';
10
- import hlTrash from '../Icons/hlTrash.js';
11
9
 
12
10
  const Container = styled.div `
13
11
  display: flex;
@@ -102,10 +100,10 @@ const AmountSelector = (_a) => {
102
100
  }
103
101
  };
104
102
  return (React__default.createElement(Container, { "data-testid": dataTestId, className: props.className },
105
- React__default.createElement(Button, { icon: React__default.createElement(Icon, { icon: props.removable && isMinReached(value - step) ? hlTrash : hlMinus, size: getMultipliedSize(theme.base.baseWidth, 2) }), variant: "secondary", onClick: decrease, disabled: disabled, type: "button", "data-testid": dataTestId &&
103
+ React__default.createElement(Button, { icon: React__default.createElement(Icon, { icon: props.removable && isMinReached(value - step) ? Trash : Minus, size: getMultipliedSize(theme.base.baseWidth, 2) }), variant: "secondary", onClick: decrease, disabled: disabled, type: "button", "data-testid": dataTestId &&
106
104
  `${dataTestId}${props.removable && isMinReached(value - step) ? '-remove' : '-decrease'}` }),
107
105
  React__default.createElement(Input, { id: props.id, name: props.name, type: "number", onChange: handleChange, value: value, readOnly: readonly || disabled, disabled: disabled }),
108
- React__default.createElement(Button, { icon: React__default.createElement(Icon, { icon: hlPlus, size: getMultipliedSize(theme.base.baseWidth, 2) }), variant: "secondary", onClick: increase, disabled: disabled, type: "button", "data-testid": dataTestId ? `${dataTestId}-increase` : undefined })));
106
+ React__default.createElement(Button, { icon: React__default.createElement(Icon, { icon: Plus, size: getMultipliedSize(theme.base.baseWidth, 2) }), variant: "secondary", onClick: increase, disabled: disabled, type: "button", "data-testid": dataTestId ? `${dataTestId}-increase` : undefined })));
109
107
  };
110
108
 
111
109
  export { AmountSelector as default };
@@ -8,10 +8,10 @@ type Props = ({
8
8
  * Allows to change the direction of chevron icon.
9
9
  * Either `direction` or `icon` has to be defined
10
10
  *
11
- * @param {ButtonArrowDirection} up Uses `hlChevronUp` icon as content of component
12
- * @param {ButtonArrowDirection} right Uses `hlChevronRight` icon as content of component
13
- * @param {ButtonArrowDirection} down Uses `hlChevronDown` icon as content of component
14
- * @param {ButtonArrowDirection} left Uses `hlChevronLeft` icon as content of component
11
+ * @param {ButtonArrowDirection} up Uses `ChevronUp` icon as content of component
12
+ * @param {ButtonArrowDirection} right Uses `ChevronRight` icon as content of component
13
+ * @param {ButtonArrowDirection} down Uses `ChevronDown` icon as content of component
14
+ * @param {ButtonArrowDirection} left Uses `ChevronLeft` icon as content of component
15
15
  */
16
16
  direction: ButtonArrowDirection;
17
17
  icon?: never;
@@ -1,21 +1,18 @@
1
1
  import { __rest } from 'tslib';
2
+ import { ChevronUp, ChevronRight, ChevronDown, ChevronLeft } from '@dnanpm/icons';
2
3
  import React__default, { isValidElement } from 'react';
3
4
  import styled__default from 'styled-components';
4
5
  import theme from '../../themes/theme.js';
5
6
  import { getMultipliedSize } from '../../utils/styledUtils.js';
6
7
  import Icon from '../Icon/Icon.js';
7
- import hlChevronDown from '../Icons/hlChevronDown.js';
8
- import hlChevronLeft from '../Icons/hlChevronLeft.js';
9
- import hlChevronRight from '../Icons/hlChevronRight.js';
10
- import hlChevronUp from '../Icons/hlChevronUp.js';
11
8
  import ButtonPrimary from './ButtonPrimary.js';
12
9
  import ButtonSecondary from './ButtonSecondary.js';
13
10
 
14
11
  const iconsMap = {
15
- up: hlChevronUp,
16
- right: hlChevronRight,
17
- down: hlChevronDown,
18
- left: hlChevronLeft,
12
+ up: ChevronUp,
13
+ right: ChevronRight,
14
+ down: ChevronDown,
15
+ left: ChevronLeft,
19
16
  };
20
17
  const overrideStyles = `
21
18
  display: flex;
@@ -5,7 +5,7 @@ interface Props extends Omit<ButtonProps, 'fullWidth'> {
5
5
  /**
6
6
  * Icon shown in icon button component
7
7
  *
8
- * @default `hlPen`
8
+ * @default `EditUnderline`
9
9
  */
10
10
  icon?: IconProps['icon'];
11
11
  /**
@@ -1,10 +1,10 @@
1
1
  import { __rest } from 'tslib';
2
+ import { EditUnderline } from '@dnanpm/icons';
2
3
  import React__default from 'react';
3
4
  import styled__default, { css } from 'styled-components';
4
5
  import theme from '../../themes/theme.js';
5
6
  import { getDividedSize, media } from '../../utils/styledUtils.js';
6
7
  import Icon from '../Icon/Icon.js';
7
- import hlPen from '../Icons/hlPen.js';
8
8
  import PixelLoader from '../PixelLoader/PixelLoader.js';
9
9
 
10
10
  const ButtonElement = styled__default.button `
@@ -75,7 +75,7 @@ const ButtonElement = styled__default.button `
75
75
  `;
76
76
  /** @visibleName Button Icon */
77
77
  const ButtonIcon = (_a) => {
78
- var { icon = hlPen, 'data-testid': dataTestId, 'data-no-close': dataNoClose, 'data-track-value': dataTrackValue } = _a, props = __rest(_a, ["icon", 'data-testid', 'data-no-close', 'data-track-value']);
78
+ var { icon = EditUnderline, 'data-testid': dataTestId, 'data-no-close': dataNoClose, 'data-track-value': dataTrackValue } = _a, props = __rest(_a, ["icon", 'data-testid', 'data-no-close', 'data-track-value']);
79
79
  return (React__default.createElement(ButtonElement, { id: props.id, name: props.name, type: props.type, onClick: props.onClick, onMouseDown: props.onMouseDown, small: props.small, darkBg: props.darkBg, "$loading": props.loading, tabIndex: props.loading ? -1 : 0, "data-loading": props.loading, disabled: props.disabled, hideChildrenMobile: props.hideChildrenMobile, className: props.className, "data-testid": dataTestId, "data-no-close": dataNoClose, "data-track-value": dataTrackValue }, props.loading ? (React__default.createElement(PixelLoader, { color: props.darkBg ? theme.color.default.white : theme.color.default.black })) : (React__default.createElement(React__default.Fragment, null,
80
80
  React__default.createElement(Icon, { icon: icon, color: props.darkBg ? theme.color.default.white : theme.color.default.pink, size: props.small ? '1.25rem' : '1.5rem', position: props.children ? 'left' : undefined }),
81
81
  props.children && (React__default.createElement("span", { "data-testid": dataTestId && `${dataTestId}-text`, "data-no-close": dataNoClose }, props.children))))));
@@ -1,12 +1,11 @@
1
1
  import { __rest } from 'tslib';
2
+ import { ChevronLeft, ChevronRight } from '@dnanpm/icons';
2
3
  import React__default, { useState } from 'react';
3
4
  import ReactDatePicker from 'react-datepicker';
4
5
  import styled__default from 'styled-components';
5
6
  import theme from '../../themes/theme.js';
6
7
  import { getMultipliedSize } from '../../utils/styledUtils.js';
7
8
  import ButtonIcon from '../Button/ButtonIcon.js';
8
- import hlChevronLeft from '../Icons/hlChevronLeft.js';
9
- import hlChevronRight from '../Icons/hlChevronRight.js';
10
9
  import Input from '../Input/Input.js';
11
10
 
12
11
  /**
@@ -216,12 +215,12 @@ const CurrentMonth = styled__default.div `
216
215
  font-weight: ${theme.fontWeight.bold};
217
216
  `;
218
217
  const DateTimePickerCustomHeader = ({ date, decreaseMonth, increaseMonth, locale, }) => (React__default.createElement(MonthSelector, null,
219
- React__default.createElement(ButtonIcon, { icon: hlChevronLeft, onClick: decreaseMonth }),
218
+ React__default.createElement(ButtonIcon, { icon: ChevronLeft, onClick: decreaseMonth }),
220
219
  React__default.createElement(CurrentMonth, null, sentenceCase(date.toLocaleString(locale, {
221
220
  month: 'long',
222
221
  year: 'numeric',
223
222
  }))),
224
- React__default.createElement(ButtonIcon, { icon: hlChevronRight, onClick: increaseMonth })));
223
+ React__default.createElement(ButtonIcon, { icon: ChevronRight, onClick: increaseMonth })));
225
224
  /** @visibleName DateTime Picker */
226
225
  const DateTimePicker = (_a) => {
227
226
  var _b;
@@ -1,4 +1,5 @@
1
1
  import { __rest } from 'tslib';
2
+ import { Close } from '@dnanpm/icons';
2
3
  import React__default from 'react';
3
4
  import ReactModal from 'react-modal';
4
5
  import styled, { createGlobalStyle } from '../../themes/styled.js';
@@ -7,7 +8,6 @@ import { media } from '../../utils/styledUtils.js';
7
8
  import Box from '../Box/Box.js';
8
9
  import ButtonClose from '../Button/ButtonClose.js';
9
10
  import Icon from '../Icon/Icon.js';
10
- import hlX from '../Icons/hlX.js';
11
11
 
12
12
  const sizeMap = {
13
13
  small: '375px',
@@ -115,7 +115,7 @@ const Drawer = (_a) => {
115
115
  React__default.createElement(StyledBox, { elevation: "extraHigh", margin: props.margin, padding: props.padding, "data-testid": dataTestId },
116
116
  props.children,
117
117
  closeButton && isClosable && (React__default.createElement(ButtonClose, { onClick: props.onRequestClose, "aria-label": props.closeLabel, "data-testid": dataTestId && `${dataTestId}-close-button` },
118
- React__default.createElement(Icon, { icon: hlX }))))),
118
+ React__default.createElement(Icon, { icon: Close }))))),
119
119
  React__default.createElement(GlobalStyle, null)));
120
120
  };
121
121
 
@@ -13,7 +13,7 @@ interface Props {
13
13
  /**
14
14
  * Icon shown in the component
15
15
  *
16
- * @default `hlInfo`
16
+ * @default `Info`
17
17
  */
18
18
  icon?: IconProps['icon'];
19
19
  /**
@@ -1,11 +1,11 @@
1
1
  import { __rest } from 'tslib';
2
+ import { Info } from '@dnanpm/icons';
2
3
  import React__default from 'react';
3
4
  import styled from '../../themes/styled.js';
4
5
  import theme from '../../themes/theme.js';
5
6
  import { getMultipliedSize } from '../../utils/styledUtils.js';
6
7
  import Box from '../Box/Box.js';
7
8
  import Icon from '../Icon/Icon.js';
8
- import hlInfo from '../Icons/hlInfo.js';
9
9
 
10
10
  const ContentWrapper = styled.div `
11
11
  display: grid;
@@ -15,7 +15,7 @@ const ContentWrapper = styled.div `
15
15
  `;
16
16
  /** @visibleName Empty State */
17
17
  const EmptyState = (_a) => {
18
- var { icon = hlInfo, iconSize = '2rem', 'data-testid': dataTestId } = _a, props = __rest(_a, ["icon", "iconSize", 'data-testid']);
18
+ var { icon = Info, iconSize = '2rem', 'data-testid': dataTestId } = _a, props = __rest(_a, ["icon", "iconSize", 'data-testid']);
19
19
  return (React__default.createElement(Box, { id: props.id, padding: "1.875rem", className: props.className, "data-testid": dataTestId },
20
20
  React__default.createElement(ContentWrapper, null,
21
21
  React__default.createElement(Icon, { icon: icon, size: iconSize, color: theme.color.default.pink }),
@@ -1,12 +1,10 @@
1
1
  import React from 'react';
2
- import type { CategoryArrayProps, FooterNavigationProps, GeneralInformationComponentProps, LanguageComponentProps, LanguageSelectorProps } from '../types/footerProps';
2
+ import type { CategoriesComponentProps, FooterNavigationProps, GeneralInformationComponentProps, LanguageSelectorProps } from '../types/footerProps';
3
3
  export declare const mapCorporateSelector: (languagesObject: LanguageSelectorProps) => {
4
4
  title: string;
5
5
  url: string;
6
6
  }[];
7
- export declare const Services: ({ services }: FooterNavigationProps) => React.JSX.Element;
8
- export declare const CategoryDisplay: ({ category, currentIndex }: CategoryArrayProps) => React.JSX.Element;
9
- export declare const Categories: ({ categories }: FooterNavigationProps) => React.JSX.Element;
10
- export declare const LanguageLinks: ({ languages }: LanguageComponentProps) => React.JSX.Element;
7
+ export declare const TopSection: ({ topSection }: FooterNavigationProps) => React.JSX.Element;
8
+ export declare const Categories: ({ categories }: CategoriesComponentProps) => React.JSX.Element;
11
9
  export declare const GeneralInformation: ({ generalInformation }: GeneralInformationComponentProps) => React.JSX.Element | null;
12
10
  export declare const SocialMediaLinks: ({ socialMedia }: FooterNavigationProps) => React.JSX.Element;