@dnanpm/styleguide 3.7.1 → 3.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (857) hide show
  1. package/CHANGELOG.md +561 -0
  2. package/README.md +86 -86
  3. package/build/cjs/components/Accordion/Accordion.d.ts +21 -21
  4. package/build/cjs/components/Accordion/Accordion.js +43 -43
  5. package/build/cjs/components/AccordionItem/AccordionItem.d.ts +72 -72
  6. package/build/cjs/components/AccordionItem/AccordionItem.js +23 -23
  7. package/build/cjs/components/AmountSelector/AmountSelector.d.ts +66 -66
  8. package/build/cjs/components/AmountSelector/AmountSelector.js +40 -40
  9. package/build/cjs/components/Box/Box.d.ts +66 -66
  10. package/build/cjs/components/Box/Box.js +4 -4
  11. package/build/cjs/components/Button/Button.d.ts +101 -101
  12. package/build/cjs/components/Button/Button.js +31 -31
  13. package/build/cjs/components/Button/ButtonArrow.d.ts +41 -41
  14. package/build/cjs/components/Button/ButtonArrow.js +16 -16
  15. package/build/cjs/components/Button/ButtonClose.d.ts +12 -12
  16. package/build/cjs/components/Button/ButtonClose.js +5 -5
  17. package/build/cjs/components/Button/ButtonIcon.d.ts +27 -27
  18. package/build/cjs/components/Button/ButtonIcon.js +12 -12
  19. package/build/cjs/components/Button/ButtonPrimary.d.ts +5 -5
  20. package/build/cjs/components/Button/ButtonPrimary.js +2 -2
  21. package/build/cjs/components/Button/ButtonRound.d.ts +10 -10
  22. package/build/cjs/components/Button/ButtonRound.js +8 -8
  23. package/build/cjs/components/Button/ButtonSecondary.d.ts +5 -5
  24. package/build/cjs/components/Button/ButtonSecondary.js +2 -2
  25. package/build/cjs/components/Carousel/Carousel.d.ts +44 -0
  26. package/build/cjs/components/Carousel/Carousel.js +313 -0
  27. package/build/cjs/components/Checkbox/Checkbox.d.ts +58 -58
  28. package/build/cjs/components/Checkbox/Checkbox.js +25 -25
  29. package/build/cjs/components/Chip/Chip.d.ts +50 -50
  30. package/build/cjs/components/Chip/Chip.js +11 -11
  31. package/build/cjs/components/DateTimePicker/DateTimePicker.d.ts +114 -114
  32. package/build/cjs/components/DateTimePicker/DateTimePicker.js +95 -95
  33. package/build/cjs/components/Divider/Divider.d.ts +35 -35
  34. package/build/cjs/components/Divider/Divider.js +4 -4
  35. package/build/cjs/components/DnaLogo/DnaLogo.d.ts +51 -51
  36. package/build/cjs/components/DnaLogo/DnaLogo.js +46 -46
  37. package/build/cjs/components/Drawer/Drawer.d.ts +105 -105
  38. package/build/cjs/components/Drawer/Drawer.js +43 -43
  39. package/build/cjs/components/EmptyState/EmptyState.d.ts +37 -37
  40. package/build/cjs/components/EmptyState/EmptyState.js +8 -8
  41. package/build/cjs/components/Expander/Expander.d.ts +40 -0
  42. package/build/cjs/components/Expander/Expander.js +50 -0
  43. package/build/cjs/components/Floater/Floater.d.ts +43 -43
  44. package/build/cjs/components/Floater/Floater.js +11 -11
  45. package/build/cjs/components/Footer/Components/FooterComponents.d.ts +10 -10
  46. package/build/cjs/components/Footer/Components/FooterComponents.js +77 -77
  47. package/build/cjs/components/Footer/Footer.d.ts +12 -12
  48. package/build/cjs/components/Footer/Footer.js +81 -81
  49. package/build/cjs/components/Footer/context/FooterContext.d.ts +10 -10
  50. package/build/cjs/components/Footer/context/FooterContext.js +9 -9
  51. package/build/cjs/components/Icon/Icon.d.ts +58 -58
  52. package/build/cjs/components/Icon/Icon.js +13 -13
  53. package/build/cjs/components/Icons/Small/hlArrowBackSmall.d.ts +7 -7
  54. package/build/cjs/components/Icons/Small/hlArrowBackSmall.js +4 -4
  55. package/build/cjs/components/Icons/Small/hlArrowForwardSmall.d.ts +7 -7
  56. package/build/cjs/components/Icons/Small/hlArrowForwardSmall.js +4 -4
  57. package/build/cjs/components/Icons/Small/hlArrowUnderSmall.d.ts +7 -7
  58. package/build/cjs/components/Icons/Small/hlArrowUnderSmall.js +4 -4
  59. package/build/cjs/components/Icons/Small/hlCalendarSmall.d.ts +7 -7
  60. package/build/cjs/components/Icons/Small/hlCalendarSmall.js +4 -4
  61. package/build/cjs/components/Icons/Small/hlChevronDownSmall.d.ts +7 -7
  62. package/build/cjs/components/Icons/Small/hlChevronDownSmall.js +4 -4
  63. package/build/cjs/components/Icons/Small/hlChevronLeftSmall.d.ts +7 -7
  64. package/build/cjs/components/Icons/Small/hlChevronLeftSmall.js +4 -4
  65. package/build/cjs/components/Icons/Small/hlChevronRightSmall.d.ts +7 -7
  66. package/build/cjs/components/Icons/Small/hlChevronRightSmall.js +4 -4
  67. package/build/cjs/components/Icons/Small/hlChevronUpSmall.d.ts +7 -7
  68. package/build/cjs/components/Icons/Small/hlChevronUpSmall.js +4 -4
  69. package/build/cjs/components/Icons/Small/hlClockSmall.d.ts +7 -7
  70. package/build/cjs/components/Icons/Small/hlClockSmall.js +5 -5
  71. package/build/cjs/components/Icons/Small/hlDownloadSmall.d.ts +7 -7
  72. package/build/cjs/components/Icons/Small/hlDownloadSmall.js +6 -6
  73. package/build/cjs/components/Icons/Small/hlExternalSmall.d.ts +7 -7
  74. package/build/cjs/components/Icons/Small/hlExternalSmall.js +4 -4
  75. package/build/cjs/components/Icons/Small/hlUploadSmall.d.ts +7 -7
  76. package/build/cjs/components/Icons/Small/hlUploadSmall.js +6 -6
  77. package/build/cjs/components/Icons/Social/facebook.d.ts +7 -7
  78. package/build/cjs/components/Icons/Social/facebook.js +4 -4
  79. package/build/cjs/components/Icons/Social/instagram.d.ts +7 -7
  80. package/build/cjs/components/Icons/Social/instagram.js +4 -4
  81. package/build/cjs/components/Icons/Social/linkedin.d.ts +7 -7
  82. package/build/cjs/components/Icons/Social/linkedin.js +4 -4
  83. package/build/cjs/components/Icons/Social/tiktok.d.ts +7 -7
  84. package/build/cjs/components/Icons/Social/tiktok.js +4 -4
  85. package/build/cjs/components/Icons/Social/twitter.d.ts +7 -7
  86. package/build/cjs/components/Icons/Social/twitter.js +4 -4
  87. package/build/cjs/components/Icons/Social/youtube.d.ts +7 -7
  88. package/build/cjs/components/Icons/Social/youtube.js +4 -4
  89. package/build/cjs/components/Icons/hl404.d.ts +7 -7
  90. package/build/cjs/components/Icons/hl404.js +4 -4
  91. package/build/cjs/components/Icons/hl4gSim.d.ts +7 -7
  92. package/build/cjs/components/Icons/hl4gSim.js +4 -4
  93. package/build/cjs/components/Icons/hl5gSim.d.ts +7 -7
  94. package/build/cjs/components/Icons/hl5gSim.js +4 -4
  95. package/build/cjs/components/Icons/hlBattery.d.ts +7 -7
  96. package/build/cjs/components/Icons/hlBattery.js +6 -6
  97. package/build/cjs/components/Icons/hlBell.d.ts +7 -7
  98. package/build/cjs/components/Icons/hlBell.js +4 -4
  99. package/build/cjs/components/Icons/hlCableTVCard.d.ts +7 -7
  100. package/build/cjs/components/Icons/hlCableTVCard.js +4 -4
  101. package/build/cjs/components/Icons/hlCalendar.d.ts +7 -7
  102. package/build/cjs/components/Icons/hlCalendar.js +15 -15
  103. package/build/cjs/components/Icons/hlCall.d.ts +7 -7
  104. package/build/cjs/components/Icons/hlCall.js +4 -4
  105. package/build/cjs/components/Icons/hlCameraBack.d.ts +7 -7
  106. package/build/cjs/components/Icons/hlCameraBack.js +6 -6
  107. package/build/cjs/components/Icons/hlCameraFront.d.ts +7 -7
  108. package/build/cjs/components/Icons/hlCameraFront.js +5 -5
  109. package/build/cjs/components/Icons/hlCart.d.ts +7 -7
  110. package/build/cjs/components/Icons/hlCart.js +6 -6
  111. package/build/cjs/components/Icons/hlCartEmpty.d.ts +7 -7
  112. package/build/cjs/components/Icons/hlCartEmpty.js +6 -6
  113. package/build/cjs/components/Icons/hlChat.d.ts +7 -7
  114. package/build/cjs/components/Icons/hlChat.js +7 -7
  115. package/build/cjs/components/Icons/hlCheck.d.ts +13 -13
  116. package/build/cjs/components/Icons/hlCheck.js +10 -10
  117. package/build/cjs/components/Icons/hlChevronDown.d.ts +7 -7
  118. package/build/cjs/components/Icons/hlChevronDown.js +4 -4
  119. package/build/cjs/components/Icons/hlChevronLeft.d.ts +7 -7
  120. package/build/cjs/components/Icons/hlChevronLeft.js +4 -4
  121. package/build/cjs/components/Icons/hlChevronRight.d.ts +7 -7
  122. package/build/cjs/components/Icons/hlChevronRight.js +4 -4
  123. package/build/cjs/components/Icons/hlChevronUp.d.ts +7 -7
  124. package/build/cjs/components/Icons/hlChevronUp.js +4 -4
  125. package/build/cjs/components/Icons/hlCompensation.d.ts +7 -7
  126. package/build/cjs/components/Icons/hlCompensation.js +4 -4
  127. package/build/cjs/components/Icons/hlCookie.d.ts +7 -7
  128. package/build/cjs/components/Icons/hlCookie.js +4 -4
  129. package/build/cjs/components/Icons/hlCopy.d.ts +7 -7
  130. package/build/cjs/components/Icons/hlCopy.js +5 -5
  131. package/build/cjs/components/Icons/hlCoupon.d.ts +7 -7
  132. package/build/cjs/components/Icons/hlCoupon.js +6 -6
  133. package/build/cjs/components/Icons/hlDelivery.d.ts +7 -7
  134. package/build/cjs/components/Icons/hlDelivery.js +4 -4
  135. package/build/cjs/components/Icons/hlDigiturva.d.ts +7 -7
  136. package/build/cjs/components/Icons/hlDigiturva.js +4 -4
  137. package/build/cjs/components/Icons/hlDisplaySize.d.ts +7 -7
  138. package/build/cjs/components/Icons/hlDisplaySize.js +6 -6
  139. package/build/cjs/components/Icons/hlDocument.d.ts +7 -7
  140. package/build/cjs/components/Icons/hlDocument.js +5 -5
  141. package/build/cjs/components/Icons/hlDownload.d.ts +7 -7
  142. package/build/cjs/components/Icons/hlDownload.js +6 -6
  143. package/build/cjs/components/Icons/hlEnvelope.d.ts +7 -7
  144. package/build/cjs/components/Icons/hlEnvelope.js +4 -4
  145. package/build/cjs/components/Icons/hlError.d.ts +7 -7
  146. package/build/cjs/components/Icons/hlError.js +6 -6
  147. package/build/cjs/components/Icons/hlEuro.d.ts +7 -7
  148. package/build/cjs/components/Icons/hlEuro.js +4 -4
  149. package/build/cjs/components/Icons/hlExclamationMark.d.ts +7 -7
  150. package/build/cjs/components/Icons/hlExclamationMark.js +4 -4
  151. package/build/cjs/components/Icons/hlExpand.d.ts +7 -7
  152. package/build/cjs/components/Icons/hlExpand.js +4 -4
  153. package/build/cjs/components/Icons/hlExternal.d.ts +7 -7
  154. package/build/cjs/components/Icons/hlExternal.js +4 -4
  155. package/build/cjs/components/Icons/hlEyeClosed.d.ts +7 -7
  156. package/build/cjs/components/Icons/hlEyeClosed.js +4 -4
  157. package/build/cjs/components/Icons/hlEyeOpen.d.ts +7 -7
  158. package/build/cjs/components/Icons/hlEyeOpen.js +5 -5
  159. package/build/cjs/components/Icons/hlFaceId.d.ts +7 -7
  160. package/build/cjs/components/Icons/hlFaceId.js +4 -4
  161. package/build/cjs/components/Icons/hlFastDelivery.d.ts +7 -7
  162. package/build/cjs/components/Icons/hlFastDelivery.js +4 -4
  163. package/build/cjs/components/Icons/hlFingerprint.d.ts +7 -7
  164. package/build/cjs/components/Icons/hlFingerprint.js +8 -8
  165. package/build/cjs/components/Icons/hlGlobe.d.ts +7 -7
  166. package/build/cjs/components/Icons/hlGlobe.js +4 -4
  167. package/build/cjs/components/Icons/hlHeadphones.d.ts +7 -7
  168. package/build/cjs/components/Icons/hlHeadphones.js +4 -4
  169. package/build/cjs/components/Icons/hlHeadset.d.ts +7 -7
  170. package/build/cjs/components/Icons/hlHeadset.js +6 -6
  171. package/build/cjs/components/Icons/hlHeart.d.ts +7 -7
  172. package/build/cjs/components/Icons/hlHeart.js +4 -4
  173. package/build/cjs/components/Icons/hlHome.d.ts +7 -7
  174. package/build/cjs/components/Icons/hlHome.js +4 -4
  175. package/build/cjs/components/Icons/hlHub.d.ts +7 -7
  176. package/build/cjs/components/Icons/hlHub.js +5 -5
  177. package/build/cjs/components/Icons/hlImage.d.ts +7 -7
  178. package/build/cjs/components/Icons/hlImage.js +4 -4
  179. package/build/cjs/components/Icons/hlInfo.d.ts +7 -7
  180. package/build/cjs/components/Icons/hlInfo.js +6 -6
  181. package/build/cjs/components/Icons/hlInstallment.d.ts +7 -7
  182. package/build/cjs/components/Icons/hlInstallment.js +5 -5
  183. package/build/cjs/components/Icons/hlIotSim.d.ts +7 -7
  184. package/build/cjs/components/Icons/hlIotSim.js +5 -5
  185. package/build/cjs/components/Icons/hlLaptop.d.ts +7 -7
  186. package/build/cjs/components/Icons/hlLaptop.js +4 -4
  187. package/build/cjs/components/Icons/hlLink.d.ts +7 -7
  188. package/build/cjs/components/Icons/hlLink.js +5 -5
  189. package/build/cjs/components/Icons/hlLiveVideo.d.ts +7 -7
  190. package/build/cjs/components/Icons/hlLiveVideo.js +4 -4
  191. package/build/cjs/components/Icons/hlLock.d.ts +7 -7
  192. package/build/cjs/components/Icons/hlLock.js +6 -6
  193. package/build/cjs/components/Icons/hlMagnifyingGlass.d.ts +7 -7
  194. package/build/cjs/components/Icons/hlMagnifyingGlass.js +5 -5
  195. package/build/cjs/components/Icons/hlMarker.d.ts +7 -7
  196. package/build/cjs/components/Icons/hlMarker.js +5 -5
  197. package/build/cjs/components/Icons/hlMemory.d.ts +7 -7
  198. package/build/cjs/components/Icons/hlMemory.js +5 -5
  199. package/build/cjs/components/Icons/hlMenu.d.ts +7 -7
  200. package/build/cjs/components/Icons/hlMenu.js +4 -4
  201. package/build/cjs/components/Icons/hlMinimize.d.ts +7 -7
  202. package/build/cjs/components/Icons/hlMinimize.js +4 -4
  203. package/build/cjs/components/Icons/hlMinus.d.ts +7 -7
  204. package/build/cjs/components/Icons/hlMinus.js +4 -4
  205. package/build/cjs/components/Icons/hlMobileData.d.ts +7 -7
  206. package/build/cjs/components/Icons/hlMobileData.js +4 -4
  207. package/build/cjs/components/Icons/hlMobilePayment.d.ts +7 -7
  208. package/build/cjs/components/Icons/hlMobilePayment.js +6 -6
  209. package/build/cjs/components/Icons/hlModem.d.ts +7 -7
  210. package/build/cjs/components/Icons/hlModem.js +8 -8
  211. package/build/cjs/components/Icons/hlMore.d.ts +7 -7
  212. package/build/cjs/components/Icons/hlMore.js +6 -6
  213. package/build/cjs/components/Icons/hlOs.d.ts +7 -7
  214. package/build/cjs/components/Icons/hlOs.js +5 -5
  215. package/build/cjs/components/Icons/hlPackage.d.ts +7 -7
  216. package/build/cjs/components/Icons/hlPackage.js +4 -4
  217. package/build/cjs/components/Icons/hlPaperclip.d.ts +7 -7
  218. package/build/cjs/components/Icons/hlPaperclip.js +4 -4
  219. package/build/cjs/components/Icons/hlPaytime.d.ts +7 -7
  220. package/build/cjs/components/Icons/hlPaytime.js +4 -4
  221. package/build/cjs/components/Icons/hlPen.d.ts +7 -7
  222. package/build/cjs/components/Icons/hlPen.js +4 -4
  223. package/build/cjs/components/Icons/hlPerson.d.ts +7 -7
  224. package/build/cjs/components/Icons/hlPerson.js +4 -4
  225. package/build/cjs/components/Icons/hlPhone.d.ts +7 -7
  226. package/build/cjs/components/Icons/hlPhone.js +5 -5
  227. package/build/cjs/components/Icons/hlPlaylist.d.ts +7 -7
  228. package/build/cjs/components/Icons/hlPlaylist.js +4 -4
  229. package/build/cjs/components/Icons/hlPlus.d.ts +7 -7
  230. package/build/cjs/components/Icons/hlPlus.js +5 -5
  231. package/build/cjs/components/Icons/hlPrepaid.d.ts +7 -7
  232. package/build/cjs/components/Icons/hlPrepaid.js +4 -4
  233. package/build/cjs/components/Icons/hlProcessor.d.ts +7 -7
  234. package/build/cjs/components/Icons/hlProcessor.js +5 -5
  235. package/build/cjs/components/Icons/hlServices.d.ts +7 -7
  236. package/build/cjs/components/Icons/hlServices.js +4 -4
  237. package/build/cjs/components/Icons/hlSettings.d.ts +7 -7
  238. package/build/cjs/components/Icons/hlSettings.js +4 -4
  239. package/build/cjs/components/Icons/hlShield.d.ts +7 -7
  240. package/build/cjs/components/Icons/hlShield.js +5 -5
  241. package/build/cjs/components/Icons/hlSim.d.ts +7 -7
  242. package/build/cjs/components/Icons/hlSim.js +5 -5
  243. package/build/cjs/components/Icons/hlSimSimple.d.ts +7 -7
  244. package/build/cjs/components/Icons/hlSimSimple.js +6 -6
  245. package/build/cjs/components/Icons/hlSmile.d.ts +7 -7
  246. package/build/cjs/components/Icons/hlSmile.js +7 -7
  247. package/build/cjs/components/Icons/hlSpeechBubble.d.ts +7 -7
  248. package/build/cjs/components/Icons/hlSpeechBubble.js +5 -5
  249. package/build/cjs/components/Icons/hlSquaretrade.d.ts +7 -7
  250. package/build/cjs/components/Icons/hlSquaretrade.js +4 -4
  251. package/build/cjs/components/Icons/hlStar.d.ts +7 -7
  252. package/build/cjs/components/Icons/hlStar.js +4 -4
  253. package/build/cjs/components/Icons/hlStarFilled.d.ts +7 -7
  254. package/build/cjs/components/Icons/hlStarFilled.js +4 -4
  255. package/build/cjs/components/Icons/hlTrash.d.ts +7 -7
  256. package/build/cjs/components/Icons/hlTrash.js +5 -5
  257. package/build/cjs/components/Icons/hlTv.d.ts +7 -7
  258. package/build/cjs/components/Icons/hlTv.js +4 -4
  259. package/build/cjs/components/Icons/hlUnlock.d.ts +7 -7
  260. package/build/cjs/components/Icons/hlUnlock.js +6 -6
  261. package/build/cjs/components/Icons/hlUpload.d.ts +7 -7
  262. package/build/cjs/components/Icons/hlUpload.js +6 -6
  263. package/build/cjs/components/Icons/hlWarning.d.ts +7 -7
  264. package/build/cjs/components/Icons/hlWarning.js +6 -6
  265. package/build/cjs/components/Icons/hlWifi.d.ts +7 -7
  266. package/build/cjs/components/Icons/hlWifi.js +6 -6
  267. package/build/cjs/components/Icons/hlWrench.d.ts +7 -7
  268. package/build/cjs/components/Icons/hlWrench.js +4 -4
  269. package/build/cjs/components/Icons/hlX.d.ts +7 -7
  270. package/build/cjs/components/Icons/hlX.js +4 -4
  271. package/build/cjs/components/Icons/index.d.ts +109 -109
  272. package/build/cjs/components/InfoDialog/InfoDialog.d.ts +44 -44
  273. package/build/cjs/components/InfoDialog/InfoDialog.js +14 -14
  274. package/build/cjs/components/Input/Input.d.ts +139 -139
  275. package/build/cjs/components/Input/Input.js +60 -60
  276. package/build/cjs/components/Label/Label.d.ts +24 -24
  277. package/build/cjs/components/Label/Label.js +10 -10
  278. package/build/cjs/components/LabelText/LabelText.d.ts +44 -44
  279. package/build/cjs/components/LabelText/LabelText.js +8 -8
  280. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.d.ts +10 -10
  281. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +9 -9
  282. package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
  283. package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +69 -69
  284. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
  285. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +13 -13
  286. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.d.ts +10 -10
  287. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +23 -23
  288. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.d.ts +7 -7
  289. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +5 -5
  290. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +194 -193
  291. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +39 -37
  292. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +169 -169
  293. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.d.ts +8 -7
  294. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +8 -6
  295. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.d.ts +3 -3
  296. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +96 -96
  297. package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.d.ts +6 -6
  298. package/build/cjs/components/MainHeaderNavigation/ChildComponents/PageSearch.js +5 -5
  299. package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.d.ts +45 -36
  300. package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +236 -234
  301. package/build/cjs/components/MainHeaderNavigation/context/MobileMenuContext.d.ts +6 -6
  302. package/build/cjs/components/MainHeaderNavigation/context/MobileMenuContext.js +2 -2
  303. package/build/cjs/components/MainHeaderNavigation/context/NavContext.d.ts +29 -29
  304. package/build/cjs/components/MainHeaderNavigation/context/NavContext.js +47 -47
  305. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.d.ts +1482 -1482
  306. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.js +8 -8
  307. package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.d.ts +3 -3
  308. package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.js +18 -18
  309. package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
  310. package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +98 -98
  311. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +172 -172
  312. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +43 -43
  313. package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
  314. package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +13 -13
  315. package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.d.ts +9 -9
  316. package/build/cjs/components/MainNavigation/ChildComponents/LinkModifier.js +22 -22
  317. package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.d.ts +6 -6
  318. package/build/cjs/components/MainNavigation/ChildComponents/LoginTooltip.js +6 -6
  319. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.d.ts +24 -24
  320. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +34 -34
  321. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +168 -168
  322. package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.d.ts +7 -7
  323. package/build/cjs/components/MainNavigation/ChildComponents/MinicartTooltip.js +7 -7
  324. package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.d.ts +3 -3
  325. package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +97 -97
  326. package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.d.ts +6 -6
  327. package/build/cjs/components/MainNavigation/ChildComponents/PageSearch.js +6 -6
  328. package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.d.ts +13 -13
  329. package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +10 -10
  330. package/build/cjs/components/MainNavigation/MainNavigation.d.ts +35 -35
  331. package/build/cjs/components/MainNavigation/MainNavigation.js +243 -243
  332. package/build/cjs/components/MainNavigation/context/MobileMenuContext.d.ts +6 -6
  333. package/build/cjs/components/MainNavigation/context/MobileMenuContext.js +2 -2
  334. package/build/cjs/components/MainNavigation/context/NavContext.d.ts +29 -29
  335. package/build/cjs/components/MainNavigation/context/NavContext.js +37 -37
  336. package/build/cjs/components/MainNavigation/globalNavStyles.d.ts +661 -661
  337. package/build/cjs/components/MainNavigation/globalNavStyles.js +3 -3
  338. package/build/cjs/components/Modal/Modal.d.ts +69 -69
  339. package/build/cjs/components/Modal/Modal.js +22 -22
  340. package/build/cjs/components/Notification/Notification.d.ts +48 -48
  341. package/build/cjs/components/Notification/Notification.js +19 -19
  342. package/build/cjs/components/NotificationBadge/NotificationBadge.d.ts +42 -42
  343. package/build/cjs/components/NotificationBadge/NotificationBadge.js +5 -5
  344. package/build/cjs/components/Pill/Pill.d.ts +78 -78
  345. package/build/cjs/components/Pill/Pill.js +22 -22
  346. package/build/cjs/components/PixelLoader/PixelLoader.d.ts +21 -21
  347. package/build/cjs/components/PixelLoader/PixelLoader.js +11 -11
  348. package/build/cjs/components/PriorityNavigation/PriorityNavigation.d.ts +44 -44
  349. package/build/cjs/components/PriorityNavigation/PriorityNavigation.js +153 -153
  350. package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.d.ts +42 -42
  351. package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.js +8 -8
  352. package/build/cjs/components/ProgressIndicator/ProgressIndicator.d.ts +41 -41
  353. package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +42 -42
  354. package/build/cjs/components/RadioButton/RadioButton.d.ts +50 -50
  355. package/build/cjs/components/RadioButton/RadioButton.js +8 -8
  356. package/build/cjs/components/ReadMore/ReadMore.d.ts +74 -18
  357. package/build/cjs/components/ReadMore/ReadMore.js +54 -51
  358. package/build/cjs/components/Search/Search.d.ts +59 -59
  359. package/build/cjs/components/Search/Search.js +18 -18
  360. package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.d.ts +90 -90
  361. package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +59 -59
  362. package/build/cjs/components/Selectbox/Selectbox.d.ts +119 -119
  363. package/build/cjs/components/Selectbox/Selectbox.js +84 -84
  364. package/build/cjs/components/Switch/Switch.d.ts +42 -42
  365. package/build/cjs/components/Switch/Switch.js +23 -23
  366. package/build/cjs/components/Tab/Tab.d.ts +75 -75
  367. package/build/cjs/components/Tab/Tab.js +37 -37
  368. package/build/cjs/components/Tabs/Tabs.d.ts +45 -45
  369. package/build/cjs/components/Tabs/Tabs.js +57 -57
  370. package/build/cjs/components/Textarea/Textarea.d.ts +95 -95
  371. package/build/cjs/components/Textarea/Textarea.js +28 -28
  372. package/build/cjs/components/Toaster/Toaster.d.ts +45 -45
  373. package/build/cjs/components/Toaster/Toaster.js +23 -23
  374. package/build/cjs/components/Tooltip/Tooltip.d.ts +71 -71
  375. package/build/cjs/components/Tooltip/Tooltip.js +19 -19
  376. package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +334 -334
  377. package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +3 -3
  378. package/build/cjs/components/TooltipMenu/TooltipMenu.d.ts +42 -42
  379. package/build/cjs/components/TooltipMenu/TooltipMenu.js +27 -27
  380. package/build/cjs/components/index.d.ts +50 -48
  381. package/build/cjs/hooks/useCloseOutsideOrElementClicked.d.ts +13 -13
  382. package/build/cjs/hooks/useCloseOutsideOrElementClicked.js +29 -29
  383. package/build/cjs/hooks/useDebounce.d.ts +2 -2
  384. package/build/cjs/hooks/useDebounce.js +14 -14
  385. package/build/cjs/hooks/useDocHeight.d.ts +2 -2
  386. package/build/cjs/hooks/useDocHeight.js +15 -15
  387. package/build/cjs/hooks/useOutsideClick.d.ts +9 -9
  388. package/build/cjs/hooks/useOutsideClick.js +18 -18
  389. package/build/cjs/hooks/useResizeObserver.d.ts +7 -7
  390. package/build/cjs/hooks/useResizeObserver.js +28 -28
  391. package/build/cjs/hooks/useScrollPosition.d.ts +22 -22
  392. package/build/cjs/hooks/useScrollPosition.js +61 -61
  393. package/build/cjs/hooks/useWindowSize.d.ts +6 -6
  394. package/build/cjs/hooks/useWindowSize.js +21 -21
  395. package/build/cjs/index.d.ts +6 -6
  396. package/build/cjs/index.js +4 -0
  397. package/build/cjs/themes/globalStyles.d.ts +491 -491
  398. package/build/cjs/themes/globalStyles.js +2 -2
  399. package/build/cjs/themes/gridTheme.d.ts +4 -4
  400. package/build/cjs/themes/gridTheme.js +2 -2
  401. package/build/cjs/themes/styled.d.ts +1137 -1137
  402. package/build/cjs/themes/theme.d.ts +165 -165
  403. package/build/cjs/themes/theme.js +12 -12
  404. package/build/cjs/themes/themeComponents/base.d.ts +11 -11
  405. package/build/cjs/themes/themeComponents/base.js +9 -9
  406. package/build/cjs/themes/themeComponents/breakpoints.d.ts +5 -5
  407. package/build/cjs/themes/themeComponents/breakpoints.js +6 -6
  408. package/build/cjs/themes/themeComponents/color.d.ts +88 -88
  409. package/build/cjs/themes/themeComponents/color.js +82 -82
  410. package/build/cjs/themes/themeComponents/fontFamily.d.ts +6 -6
  411. package/build/cjs/themes/themeComponents/fontFamily.js +4 -4
  412. package/build/cjs/themes/themeComponents/fontSize.d.ts +19 -19
  413. package/build/cjs/themes/themeComponents/fontSize.js +16 -16
  414. package/build/cjs/themes/themeComponents/fontWeight.d.ts +19 -19
  415. package/build/cjs/themes/themeComponents/fontWeight.js +17 -17
  416. package/build/cjs/themes/themeComponents/forms.d.ts +5 -5
  417. package/build/cjs/themes/themeComponents/forms.js +3 -3
  418. package/build/cjs/themes/themeComponents/lineHeight.d.ts +20 -20
  419. package/build/cjs/themes/themeComponents/lineHeight.js +17 -17
  420. package/build/cjs/themes/themeComponents/navigation.d.ts +34 -34
  421. package/build/cjs/themes/themeComponents/navigation.js +32 -32
  422. package/build/cjs/themes/themeComponents/radius.d.ts +29 -29
  423. package/build/cjs/themes/themeComponents/radius.js +27 -27
  424. package/build/cjs/utils/common.d.ts +6 -6
  425. package/build/cjs/utils/common.js +19 -19
  426. package/build/cjs/utils/createStyled.d.ts +172 -172
  427. package/build/cjs/utils/createStyled.js +3 -3
  428. package/build/cjs/utils/styledUtils.d.ts +9 -9
  429. package/build/cjs/utils/styledUtils.js +5 -5
  430. package/build/es/components/Accordion/Accordion.d.ts +21 -21
  431. package/build/es/components/Accordion/Accordion.js +43 -43
  432. package/build/es/components/AccordionItem/AccordionItem.d.ts +72 -72
  433. package/build/es/components/AccordionItem/AccordionItem.js +23 -23
  434. package/build/es/components/AmountSelector/AmountSelector.d.ts +66 -66
  435. package/build/es/components/AmountSelector/AmountSelector.js +40 -40
  436. package/build/es/components/Box/Box.d.ts +66 -66
  437. package/build/es/components/Box/Box.js +4 -4
  438. package/build/es/components/Button/Button.d.ts +101 -101
  439. package/build/es/components/Button/Button.js +31 -31
  440. package/build/es/components/Button/ButtonArrow.d.ts +41 -41
  441. package/build/es/components/Button/ButtonArrow.js +16 -16
  442. package/build/es/components/Button/ButtonClose.d.ts +12 -12
  443. package/build/es/components/Button/ButtonClose.js +5 -5
  444. package/build/es/components/Button/ButtonIcon.d.ts +27 -27
  445. package/build/es/components/Button/ButtonIcon.js +12 -12
  446. package/build/es/components/Button/ButtonPrimary.d.ts +5 -5
  447. package/build/es/components/Button/ButtonPrimary.js +2 -2
  448. package/build/es/components/Button/ButtonRound.d.ts +10 -10
  449. package/build/es/components/Button/ButtonRound.js +8 -8
  450. package/build/es/components/Button/ButtonSecondary.d.ts +5 -5
  451. package/build/es/components/Button/ButtonSecondary.js +2 -2
  452. package/build/es/components/Carousel/Carousel.d.ts +44 -0
  453. package/build/es/components/Carousel/Carousel.js +305 -0
  454. package/build/es/components/Checkbox/Checkbox.d.ts +58 -58
  455. package/build/es/components/Checkbox/Checkbox.js +25 -25
  456. package/build/es/components/Chip/Chip.d.ts +50 -50
  457. package/build/es/components/Chip/Chip.js +11 -11
  458. package/build/es/components/DateTimePicker/DateTimePicker.d.ts +114 -114
  459. package/build/es/components/DateTimePicker/DateTimePicker.js +95 -95
  460. package/build/es/components/Divider/Divider.d.ts +35 -35
  461. package/build/es/components/Divider/Divider.js +4 -4
  462. package/build/es/components/DnaLogo/DnaLogo.d.ts +51 -51
  463. package/build/es/components/DnaLogo/DnaLogo.js +46 -46
  464. package/build/es/components/Drawer/Drawer.d.ts +105 -105
  465. package/build/es/components/Drawer/Drawer.js +43 -43
  466. package/build/es/components/EmptyState/EmptyState.d.ts +37 -37
  467. package/build/es/components/EmptyState/EmptyState.js +8 -8
  468. package/build/es/components/Expander/Expander.d.ts +40 -0
  469. package/build/es/components/Expander/Expander.js +42 -0
  470. package/build/es/components/Floater/Floater.d.ts +43 -43
  471. package/build/es/components/Floater/Floater.js +11 -11
  472. package/build/es/components/Footer/Components/FooterComponents.d.ts +10 -10
  473. package/build/es/components/Footer/Components/FooterComponents.js +77 -77
  474. package/build/es/components/Footer/Footer.d.ts +12 -12
  475. package/build/es/components/Footer/Footer.js +81 -81
  476. package/build/es/components/Footer/context/FooterContext.d.ts +10 -10
  477. package/build/es/components/Footer/context/FooterContext.js +9 -9
  478. package/build/es/components/Icon/Icon.d.ts +58 -58
  479. package/build/es/components/Icon/Icon.js +13 -13
  480. package/build/es/components/Icons/Small/hlArrowBackSmall.d.ts +7 -7
  481. package/build/es/components/Icons/Small/hlArrowBackSmall.js +4 -4
  482. package/build/es/components/Icons/Small/hlArrowForwardSmall.d.ts +7 -7
  483. package/build/es/components/Icons/Small/hlArrowForwardSmall.js +4 -4
  484. package/build/es/components/Icons/Small/hlArrowUnderSmall.d.ts +7 -7
  485. package/build/es/components/Icons/Small/hlArrowUnderSmall.js +4 -4
  486. package/build/es/components/Icons/Small/hlCalendarSmall.d.ts +7 -7
  487. package/build/es/components/Icons/Small/hlCalendarSmall.js +4 -4
  488. package/build/es/components/Icons/Small/hlChevronDownSmall.d.ts +7 -7
  489. package/build/es/components/Icons/Small/hlChevronDownSmall.js +4 -4
  490. package/build/es/components/Icons/Small/hlChevronLeftSmall.d.ts +7 -7
  491. package/build/es/components/Icons/Small/hlChevronLeftSmall.js +4 -4
  492. package/build/es/components/Icons/Small/hlChevronRightSmall.d.ts +7 -7
  493. package/build/es/components/Icons/Small/hlChevronRightSmall.js +4 -4
  494. package/build/es/components/Icons/Small/hlChevronUpSmall.d.ts +7 -7
  495. package/build/es/components/Icons/Small/hlChevronUpSmall.js +4 -4
  496. package/build/es/components/Icons/Small/hlClockSmall.d.ts +7 -7
  497. package/build/es/components/Icons/Small/hlClockSmall.js +5 -5
  498. package/build/es/components/Icons/Small/hlDownloadSmall.d.ts +7 -7
  499. package/build/es/components/Icons/Small/hlDownloadSmall.js +6 -6
  500. package/build/es/components/Icons/Small/hlExternalSmall.d.ts +7 -7
  501. package/build/es/components/Icons/Small/hlExternalSmall.js +4 -4
  502. package/build/es/components/Icons/Small/hlUploadSmall.d.ts +7 -7
  503. package/build/es/components/Icons/Small/hlUploadSmall.js +6 -6
  504. package/build/es/components/Icons/Social/facebook.d.ts +7 -7
  505. package/build/es/components/Icons/Social/facebook.js +4 -4
  506. package/build/es/components/Icons/Social/instagram.d.ts +7 -7
  507. package/build/es/components/Icons/Social/instagram.js +4 -4
  508. package/build/es/components/Icons/Social/linkedin.d.ts +7 -7
  509. package/build/es/components/Icons/Social/linkedin.js +4 -4
  510. package/build/es/components/Icons/Social/tiktok.d.ts +7 -7
  511. package/build/es/components/Icons/Social/tiktok.js +4 -4
  512. package/build/es/components/Icons/Social/twitter.d.ts +7 -7
  513. package/build/es/components/Icons/Social/twitter.js +4 -4
  514. package/build/es/components/Icons/Social/youtube.d.ts +7 -7
  515. package/build/es/components/Icons/Social/youtube.js +4 -4
  516. package/build/es/components/Icons/hl404.d.ts +7 -7
  517. package/build/es/components/Icons/hl404.js +4 -4
  518. package/build/es/components/Icons/hl4gSim.d.ts +7 -7
  519. package/build/es/components/Icons/hl4gSim.js +4 -4
  520. package/build/es/components/Icons/hl5gSim.d.ts +7 -7
  521. package/build/es/components/Icons/hl5gSim.js +4 -4
  522. package/build/es/components/Icons/hlBattery.d.ts +7 -7
  523. package/build/es/components/Icons/hlBattery.js +6 -6
  524. package/build/es/components/Icons/hlBell.d.ts +7 -7
  525. package/build/es/components/Icons/hlBell.js +4 -4
  526. package/build/es/components/Icons/hlCableTVCard.d.ts +7 -7
  527. package/build/es/components/Icons/hlCableTVCard.js +4 -4
  528. package/build/es/components/Icons/hlCalendar.d.ts +7 -7
  529. package/build/es/components/Icons/hlCalendar.js +15 -15
  530. package/build/es/components/Icons/hlCall.d.ts +7 -7
  531. package/build/es/components/Icons/hlCall.js +4 -4
  532. package/build/es/components/Icons/hlCameraBack.d.ts +7 -7
  533. package/build/es/components/Icons/hlCameraBack.js +6 -6
  534. package/build/es/components/Icons/hlCameraFront.d.ts +7 -7
  535. package/build/es/components/Icons/hlCameraFront.js +5 -5
  536. package/build/es/components/Icons/hlCart.d.ts +7 -7
  537. package/build/es/components/Icons/hlCart.js +6 -6
  538. package/build/es/components/Icons/hlCartEmpty.d.ts +7 -7
  539. package/build/es/components/Icons/hlCartEmpty.js +6 -6
  540. package/build/es/components/Icons/hlChat.d.ts +7 -7
  541. package/build/es/components/Icons/hlChat.js +7 -7
  542. package/build/es/components/Icons/hlCheck.d.ts +13 -13
  543. package/build/es/components/Icons/hlCheck.js +10 -10
  544. package/build/es/components/Icons/hlChevronDown.d.ts +7 -7
  545. package/build/es/components/Icons/hlChevronDown.js +4 -4
  546. package/build/es/components/Icons/hlChevronLeft.d.ts +7 -7
  547. package/build/es/components/Icons/hlChevronLeft.js +4 -4
  548. package/build/es/components/Icons/hlChevronRight.d.ts +7 -7
  549. package/build/es/components/Icons/hlChevronRight.js +4 -4
  550. package/build/es/components/Icons/hlChevronUp.d.ts +7 -7
  551. package/build/es/components/Icons/hlChevronUp.js +4 -4
  552. package/build/es/components/Icons/hlCompensation.d.ts +7 -7
  553. package/build/es/components/Icons/hlCompensation.js +4 -4
  554. package/build/es/components/Icons/hlCookie.d.ts +7 -7
  555. package/build/es/components/Icons/hlCookie.js +4 -4
  556. package/build/es/components/Icons/hlCopy.d.ts +7 -7
  557. package/build/es/components/Icons/hlCopy.js +5 -5
  558. package/build/es/components/Icons/hlCoupon.d.ts +7 -7
  559. package/build/es/components/Icons/hlCoupon.js +6 -6
  560. package/build/es/components/Icons/hlDelivery.d.ts +7 -7
  561. package/build/es/components/Icons/hlDelivery.js +4 -4
  562. package/build/es/components/Icons/hlDigiturva.d.ts +7 -7
  563. package/build/es/components/Icons/hlDigiturva.js +4 -4
  564. package/build/es/components/Icons/hlDisplaySize.d.ts +7 -7
  565. package/build/es/components/Icons/hlDisplaySize.js +6 -6
  566. package/build/es/components/Icons/hlDocument.d.ts +7 -7
  567. package/build/es/components/Icons/hlDocument.js +5 -5
  568. package/build/es/components/Icons/hlDownload.d.ts +7 -7
  569. package/build/es/components/Icons/hlDownload.js +6 -6
  570. package/build/es/components/Icons/hlEnvelope.d.ts +7 -7
  571. package/build/es/components/Icons/hlEnvelope.js +4 -4
  572. package/build/es/components/Icons/hlError.d.ts +7 -7
  573. package/build/es/components/Icons/hlError.js +6 -6
  574. package/build/es/components/Icons/hlEuro.d.ts +7 -7
  575. package/build/es/components/Icons/hlEuro.js +4 -4
  576. package/build/es/components/Icons/hlExclamationMark.d.ts +7 -7
  577. package/build/es/components/Icons/hlExclamationMark.js +4 -4
  578. package/build/es/components/Icons/hlExpand.d.ts +7 -7
  579. package/build/es/components/Icons/hlExpand.js +4 -4
  580. package/build/es/components/Icons/hlExternal.d.ts +7 -7
  581. package/build/es/components/Icons/hlExternal.js +4 -4
  582. package/build/es/components/Icons/hlEyeClosed.d.ts +7 -7
  583. package/build/es/components/Icons/hlEyeClosed.js +4 -4
  584. package/build/es/components/Icons/hlEyeOpen.d.ts +7 -7
  585. package/build/es/components/Icons/hlEyeOpen.js +5 -5
  586. package/build/es/components/Icons/hlFaceId.d.ts +7 -7
  587. package/build/es/components/Icons/hlFaceId.js +4 -4
  588. package/build/es/components/Icons/hlFastDelivery.d.ts +7 -7
  589. package/build/es/components/Icons/hlFastDelivery.js +4 -4
  590. package/build/es/components/Icons/hlFingerprint.d.ts +7 -7
  591. package/build/es/components/Icons/hlFingerprint.js +8 -8
  592. package/build/es/components/Icons/hlGlobe.d.ts +7 -7
  593. package/build/es/components/Icons/hlGlobe.js +4 -4
  594. package/build/es/components/Icons/hlHeadphones.d.ts +7 -7
  595. package/build/es/components/Icons/hlHeadphones.js +4 -4
  596. package/build/es/components/Icons/hlHeadset.d.ts +7 -7
  597. package/build/es/components/Icons/hlHeadset.js +6 -6
  598. package/build/es/components/Icons/hlHeart.d.ts +7 -7
  599. package/build/es/components/Icons/hlHeart.js +4 -4
  600. package/build/es/components/Icons/hlHome.d.ts +7 -7
  601. package/build/es/components/Icons/hlHome.js +4 -4
  602. package/build/es/components/Icons/hlHub.d.ts +7 -7
  603. package/build/es/components/Icons/hlHub.js +5 -5
  604. package/build/es/components/Icons/hlImage.d.ts +7 -7
  605. package/build/es/components/Icons/hlImage.js +4 -4
  606. package/build/es/components/Icons/hlInfo.d.ts +7 -7
  607. package/build/es/components/Icons/hlInfo.js +6 -6
  608. package/build/es/components/Icons/hlInstallment.d.ts +7 -7
  609. package/build/es/components/Icons/hlInstallment.js +5 -5
  610. package/build/es/components/Icons/hlIotSim.d.ts +7 -7
  611. package/build/es/components/Icons/hlIotSim.js +5 -5
  612. package/build/es/components/Icons/hlLaptop.d.ts +7 -7
  613. package/build/es/components/Icons/hlLaptop.js +4 -4
  614. package/build/es/components/Icons/hlLink.d.ts +7 -7
  615. package/build/es/components/Icons/hlLink.js +5 -5
  616. package/build/es/components/Icons/hlLiveVideo.d.ts +7 -7
  617. package/build/es/components/Icons/hlLiveVideo.js +4 -4
  618. package/build/es/components/Icons/hlLock.d.ts +7 -7
  619. package/build/es/components/Icons/hlLock.js +6 -6
  620. package/build/es/components/Icons/hlMagnifyingGlass.d.ts +7 -7
  621. package/build/es/components/Icons/hlMagnifyingGlass.js +5 -5
  622. package/build/es/components/Icons/hlMarker.d.ts +7 -7
  623. package/build/es/components/Icons/hlMarker.js +5 -5
  624. package/build/es/components/Icons/hlMemory.d.ts +7 -7
  625. package/build/es/components/Icons/hlMemory.js +5 -5
  626. package/build/es/components/Icons/hlMenu.d.ts +7 -7
  627. package/build/es/components/Icons/hlMenu.js +4 -4
  628. package/build/es/components/Icons/hlMinimize.d.ts +7 -7
  629. package/build/es/components/Icons/hlMinimize.js +4 -4
  630. package/build/es/components/Icons/hlMinus.d.ts +7 -7
  631. package/build/es/components/Icons/hlMinus.js +4 -4
  632. package/build/es/components/Icons/hlMobileData.d.ts +7 -7
  633. package/build/es/components/Icons/hlMobileData.js +4 -4
  634. package/build/es/components/Icons/hlMobilePayment.d.ts +7 -7
  635. package/build/es/components/Icons/hlMobilePayment.js +6 -6
  636. package/build/es/components/Icons/hlModem.d.ts +7 -7
  637. package/build/es/components/Icons/hlModem.js +8 -8
  638. package/build/es/components/Icons/hlMore.d.ts +7 -7
  639. package/build/es/components/Icons/hlMore.js +6 -6
  640. package/build/es/components/Icons/hlOs.d.ts +7 -7
  641. package/build/es/components/Icons/hlOs.js +5 -5
  642. package/build/es/components/Icons/hlPackage.d.ts +7 -7
  643. package/build/es/components/Icons/hlPackage.js +4 -4
  644. package/build/es/components/Icons/hlPaperclip.d.ts +7 -7
  645. package/build/es/components/Icons/hlPaperclip.js +4 -4
  646. package/build/es/components/Icons/hlPaytime.d.ts +7 -7
  647. package/build/es/components/Icons/hlPaytime.js +4 -4
  648. package/build/es/components/Icons/hlPen.d.ts +7 -7
  649. package/build/es/components/Icons/hlPen.js +4 -4
  650. package/build/es/components/Icons/hlPerson.d.ts +7 -7
  651. package/build/es/components/Icons/hlPerson.js +4 -4
  652. package/build/es/components/Icons/hlPhone.d.ts +7 -7
  653. package/build/es/components/Icons/hlPhone.js +5 -5
  654. package/build/es/components/Icons/hlPlaylist.d.ts +7 -7
  655. package/build/es/components/Icons/hlPlaylist.js +4 -4
  656. package/build/es/components/Icons/hlPlus.d.ts +7 -7
  657. package/build/es/components/Icons/hlPlus.js +5 -5
  658. package/build/es/components/Icons/hlPrepaid.d.ts +7 -7
  659. package/build/es/components/Icons/hlPrepaid.js +4 -4
  660. package/build/es/components/Icons/hlProcessor.d.ts +7 -7
  661. package/build/es/components/Icons/hlProcessor.js +5 -5
  662. package/build/es/components/Icons/hlServices.d.ts +7 -7
  663. package/build/es/components/Icons/hlServices.js +4 -4
  664. package/build/es/components/Icons/hlSettings.d.ts +7 -7
  665. package/build/es/components/Icons/hlSettings.js +4 -4
  666. package/build/es/components/Icons/hlShield.d.ts +7 -7
  667. package/build/es/components/Icons/hlShield.js +5 -5
  668. package/build/es/components/Icons/hlSim.d.ts +7 -7
  669. package/build/es/components/Icons/hlSim.js +5 -5
  670. package/build/es/components/Icons/hlSimSimple.d.ts +7 -7
  671. package/build/es/components/Icons/hlSimSimple.js +6 -6
  672. package/build/es/components/Icons/hlSmile.d.ts +7 -7
  673. package/build/es/components/Icons/hlSmile.js +7 -7
  674. package/build/es/components/Icons/hlSpeechBubble.d.ts +7 -7
  675. package/build/es/components/Icons/hlSpeechBubble.js +5 -5
  676. package/build/es/components/Icons/hlSquaretrade.d.ts +7 -7
  677. package/build/es/components/Icons/hlSquaretrade.js +4 -4
  678. package/build/es/components/Icons/hlStar.d.ts +7 -7
  679. package/build/es/components/Icons/hlStar.js +4 -4
  680. package/build/es/components/Icons/hlStarFilled.d.ts +7 -7
  681. package/build/es/components/Icons/hlStarFilled.js +4 -4
  682. package/build/es/components/Icons/hlTrash.d.ts +7 -7
  683. package/build/es/components/Icons/hlTrash.js +5 -5
  684. package/build/es/components/Icons/hlTv.d.ts +7 -7
  685. package/build/es/components/Icons/hlTv.js +4 -4
  686. package/build/es/components/Icons/hlUnlock.d.ts +7 -7
  687. package/build/es/components/Icons/hlUnlock.js +6 -6
  688. package/build/es/components/Icons/hlUpload.d.ts +7 -7
  689. package/build/es/components/Icons/hlUpload.js +6 -6
  690. package/build/es/components/Icons/hlWarning.d.ts +7 -7
  691. package/build/es/components/Icons/hlWarning.js +6 -6
  692. package/build/es/components/Icons/hlWifi.d.ts +7 -7
  693. package/build/es/components/Icons/hlWifi.js +6 -6
  694. package/build/es/components/Icons/hlWrench.d.ts +7 -7
  695. package/build/es/components/Icons/hlWrench.js +4 -4
  696. package/build/es/components/Icons/hlX.d.ts +7 -7
  697. package/build/es/components/Icons/hlX.js +4 -4
  698. package/build/es/components/Icons/index.d.ts +109 -109
  699. package/build/es/components/InfoDialog/InfoDialog.d.ts +44 -44
  700. package/build/es/components/InfoDialog/InfoDialog.js +14 -14
  701. package/build/es/components/Input/Input.d.ts +139 -139
  702. package/build/es/components/Input/Input.js +60 -60
  703. package/build/es/components/Label/Label.d.ts +24 -24
  704. package/build/es/components/Label/Label.js +10 -10
  705. package/build/es/components/LabelText/LabelText.d.ts +44 -44
  706. package/build/es/components/LabelText/LabelText.js +8 -8
  707. package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.d.ts +10 -10
  708. package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +9 -9
  709. package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
  710. package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +69 -69
  711. package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
  712. package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +13 -13
  713. package/build/es/components/MainHeaderNavigation/ChildComponents/LinkModifier.d.ts +10 -10
  714. package/build/es/components/MainHeaderNavigation/ChildComponents/LinkModifier.js +23 -23
  715. package/build/es/components/MainHeaderNavigation/ChildComponents/LoginTooltip.d.ts +7 -7
  716. package/build/es/components/MainHeaderNavigation/ChildComponents/LoginTooltip.js +5 -5
  717. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +194 -193
  718. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +39 -37
  719. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +169 -169
  720. package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.d.ts +8 -7
  721. package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +8 -6
  722. package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.d.ts +3 -3
  723. package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +96 -96
  724. package/build/es/components/MainHeaderNavigation/ChildComponents/PageSearch.d.ts +6 -6
  725. package/build/es/components/MainHeaderNavigation/ChildComponents/PageSearch.js +5 -5
  726. package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.d.ts +45 -36
  727. package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.js +236 -234
  728. package/build/es/components/MainHeaderNavigation/context/MobileMenuContext.d.ts +6 -6
  729. package/build/es/components/MainHeaderNavigation/context/MobileMenuContext.js +2 -2
  730. package/build/es/components/MainHeaderNavigation/context/NavContext.d.ts +29 -29
  731. package/build/es/components/MainHeaderNavigation/context/NavContext.js +47 -47
  732. package/build/es/components/MainHeaderNavigation/globalNavStyles.d.ts +1482 -1482
  733. package/build/es/components/MainHeaderNavigation/globalNavStyles.js +8 -8
  734. package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.d.ts +3 -3
  735. package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.js +18 -18
  736. package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.d.ts +3 -3
  737. package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +98 -98
  738. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +172 -172
  739. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +43 -43
  740. package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.d.ts +4 -4
  741. package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +13 -13
  742. package/build/es/components/MainNavigation/ChildComponents/LinkModifier.d.ts +9 -9
  743. package/build/es/components/MainNavigation/ChildComponents/LinkModifier.js +22 -22
  744. package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.d.ts +6 -6
  745. package/build/es/components/MainNavigation/ChildComponents/LoginTooltip.js +6 -6
  746. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.d.ts +24 -24
  747. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +34 -34
  748. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +168 -168
  749. package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.d.ts +7 -7
  750. package/build/es/components/MainNavigation/ChildComponents/MinicartTooltip.js +7 -7
  751. package/build/es/components/MainNavigation/ChildComponents/MobileMenu.d.ts +3 -3
  752. package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +97 -97
  753. package/build/es/components/MainNavigation/ChildComponents/PageSearch.d.ts +6 -6
  754. package/build/es/components/MainNavigation/ChildComponents/PageSearch.js +6 -6
  755. package/build/es/components/MainNavigation/ChildComponents/Ribbon.d.ts +13 -13
  756. package/build/es/components/MainNavigation/ChildComponents/Ribbon.js +10 -10
  757. package/build/es/components/MainNavigation/MainNavigation.d.ts +35 -35
  758. package/build/es/components/MainNavigation/MainNavigation.js +243 -243
  759. package/build/es/components/MainNavigation/context/MobileMenuContext.d.ts +6 -6
  760. package/build/es/components/MainNavigation/context/MobileMenuContext.js +2 -2
  761. package/build/es/components/MainNavigation/context/NavContext.d.ts +29 -29
  762. package/build/es/components/MainNavigation/context/NavContext.js +37 -37
  763. package/build/es/components/MainNavigation/globalNavStyles.d.ts +661 -661
  764. package/build/es/components/MainNavigation/globalNavStyles.js +3 -3
  765. package/build/es/components/Modal/Modal.d.ts +69 -69
  766. package/build/es/components/Modal/Modal.js +22 -22
  767. package/build/es/components/Notification/Notification.d.ts +48 -48
  768. package/build/es/components/Notification/Notification.js +19 -19
  769. package/build/es/components/NotificationBadge/NotificationBadge.d.ts +42 -42
  770. package/build/es/components/NotificationBadge/NotificationBadge.js +5 -5
  771. package/build/es/components/Pill/Pill.d.ts +78 -78
  772. package/build/es/components/Pill/Pill.js +22 -22
  773. package/build/es/components/PixelLoader/PixelLoader.d.ts +21 -21
  774. package/build/es/components/PixelLoader/PixelLoader.js +11 -11
  775. package/build/es/components/PriorityNavigation/PriorityNavigation.d.ts +44 -44
  776. package/build/es/components/PriorityNavigation/PriorityNavigation.js +154 -154
  777. package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.d.ts +42 -42
  778. package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.js +8 -8
  779. package/build/es/components/ProgressIndicator/ProgressIndicator.d.ts +41 -41
  780. package/build/es/components/ProgressIndicator/ProgressIndicator.js +42 -42
  781. package/build/es/components/RadioButton/RadioButton.d.ts +50 -50
  782. package/build/es/components/RadioButton/RadioButton.js +8 -8
  783. package/build/es/components/ReadMore/ReadMore.d.ts +74 -18
  784. package/build/es/components/ReadMore/ReadMore.js +54 -51
  785. package/build/es/components/Search/Search.d.ts +59 -59
  786. package/build/es/components/Search/Search.js +18 -18
  787. package/build/es/components/SecondaryNavigation/SecondaryNavigation.d.ts +90 -90
  788. package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +59 -59
  789. package/build/es/components/Selectbox/Selectbox.d.ts +119 -119
  790. package/build/es/components/Selectbox/Selectbox.js +84 -84
  791. package/build/es/components/Switch/Switch.d.ts +42 -42
  792. package/build/es/components/Switch/Switch.js +23 -23
  793. package/build/es/components/Tab/Tab.d.ts +75 -75
  794. package/build/es/components/Tab/Tab.js +37 -37
  795. package/build/es/components/Tabs/Tabs.d.ts +45 -45
  796. package/build/es/components/Tabs/Tabs.js +57 -57
  797. package/build/es/components/Textarea/Textarea.d.ts +95 -95
  798. package/build/es/components/Textarea/Textarea.js +28 -28
  799. package/build/es/components/Toaster/Toaster.d.ts +45 -45
  800. package/build/es/components/Toaster/Toaster.js +23 -23
  801. package/build/es/components/Tooltip/Tooltip.d.ts +71 -71
  802. package/build/es/components/Tooltip/Tooltip.js +19 -19
  803. package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +334 -334
  804. package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +3 -3
  805. package/build/es/components/TooltipMenu/TooltipMenu.d.ts +42 -42
  806. package/build/es/components/TooltipMenu/TooltipMenu.js +27 -27
  807. package/build/es/components/index.d.ts +50 -48
  808. package/build/es/hooks/useCloseOutsideOrElementClicked.d.ts +13 -13
  809. package/build/es/hooks/useCloseOutsideOrElementClicked.js +29 -29
  810. package/build/es/hooks/useDebounce.d.ts +2 -2
  811. package/build/es/hooks/useDebounce.js +14 -14
  812. package/build/es/hooks/useDocHeight.d.ts +2 -2
  813. package/build/es/hooks/useDocHeight.js +15 -15
  814. package/build/es/hooks/useOutsideClick.d.ts +9 -9
  815. package/build/es/hooks/useOutsideClick.js +18 -18
  816. package/build/es/hooks/useResizeObserver.d.ts +7 -7
  817. package/build/es/hooks/useResizeObserver.js +28 -28
  818. package/build/es/hooks/useScrollPosition.d.ts +22 -22
  819. package/build/es/hooks/useScrollPosition.js +61 -61
  820. package/build/es/hooks/useWindowSize.d.ts +6 -6
  821. package/build/es/hooks/useWindowSize.js +21 -21
  822. package/build/es/index.d.ts +6 -6
  823. package/build/es/index.js +2 -0
  824. package/build/es/themes/globalStyles.d.ts +491 -491
  825. package/build/es/themes/globalStyles.js +2 -2
  826. package/build/es/themes/gridTheme.d.ts +4 -4
  827. package/build/es/themes/gridTheme.js +2 -2
  828. package/build/es/themes/styled.d.ts +1137 -1137
  829. package/build/es/themes/theme.d.ts +165 -165
  830. package/build/es/themes/theme.js +12 -12
  831. package/build/es/themes/themeComponents/base.d.ts +11 -11
  832. package/build/es/themes/themeComponents/base.js +9 -9
  833. package/build/es/themes/themeComponents/breakpoints.d.ts +5 -5
  834. package/build/es/themes/themeComponents/breakpoints.js +6 -6
  835. package/build/es/themes/themeComponents/color.d.ts +88 -88
  836. package/build/es/themes/themeComponents/color.js +82 -82
  837. package/build/es/themes/themeComponents/fontFamily.d.ts +6 -6
  838. package/build/es/themes/themeComponents/fontFamily.js +4 -4
  839. package/build/es/themes/themeComponents/fontSize.d.ts +19 -19
  840. package/build/es/themes/themeComponents/fontSize.js +16 -16
  841. package/build/es/themes/themeComponents/fontWeight.d.ts +19 -19
  842. package/build/es/themes/themeComponents/fontWeight.js +17 -17
  843. package/build/es/themes/themeComponents/forms.d.ts +5 -5
  844. package/build/es/themes/themeComponents/forms.js +3 -3
  845. package/build/es/themes/themeComponents/lineHeight.d.ts +20 -20
  846. package/build/es/themes/themeComponents/lineHeight.js +17 -17
  847. package/build/es/themes/themeComponents/navigation.d.ts +34 -34
  848. package/build/es/themes/themeComponents/navigation.js +32 -32
  849. package/build/es/themes/themeComponents/radius.d.ts +29 -29
  850. package/build/es/themes/themeComponents/radius.js +27 -27
  851. package/build/es/utils/common.d.ts +6 -6
  852. package/build/es/utils/common.js +19 -19
  853. package/build/es/utils/createStyled.d.ts +172 -172
  854. package/build/es/utils/createStyled.js +3 -3
  855. package/build/es/utils/styledUtils.d.ts +9 -9
  856. package/build/es/utils/styledUtils.js +5 -5
  857. package/package.json +8 -12
@@ -1,661 +1,661 @@
1
- export declare const MenuItem: import("styled-components").StyledComponent<"li", {
2
- base: {
3
- baseHeight: {
4
- value: number;
5
- unit: string;
6
- };
7
- baseWidth: {
8
- value: number;
9
- unit: string;
10
- };
11
- };
12
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
13
- color: {
14
- default: {
15
- pink: string;
16
- plum: string;
17
- white: string;
18
- black: string;
19
- };
20
- accent: {
21
- lemon: string;
22
- sky: string;
23
- orange: string;
24
- };
25
- hover: {
26
- pink: string;
27
- };
28
- text: {
29
- gray: string;
30
- pink: string;
31
- plum: string;
32
- white: string;
33
- black: string;
34
- };
35
- line: {
36
- L01: string;
37
- L02: string;
38
- L03: string;
39
- L04: string;
40
- };
41
- notification: {
42
- info: string;
43
- success: string;
44
- warning: string;
45
- error: string;
46
- };
47
- background: {
48
- sand: {
49
- default: string;
50
- E01: string;
51
- E02: string;
52
- };
53
- pink: {
54
- default: string;
55
- E01: string;
56
- E02: string;
57
- };
58
- plum: {
59
- default: string;
60
- E01: string;
61
- E02: string;
62
- };
63
- lemon: {
64
- default: string;
65
- E01: string;
66
- E02: string;
67
- };
68
- sky: {
69
- default: string;
70
- E01: string;
71
- E02: string;
72
- };
73
- orange: {
74
- default: string;
75
- E01: string;
76
- E02: string;
77
- };
78
- white: {
79
- default: string;
80
- };
81
- };
82
- focus: {
83
- dark: string;
84
- light: string;
85
- };
86
- transparency: {
87
- T0: string;
88
- T10: string;
89
- T20: string;
90
- T30: string;
91
- T40: string;
92
- T50: string;
93
- T60: string;
94
- T70: string;
95
- T80: string;
96
- T90: string;
97
- T100: string;
98
- };
99
- };
100
- fontFamily: {
101
- default: string;
102
- heading: string;
103
- numerals: string;
104
- };
105
- fontSize: {
106
- default: string;
107
- xl: string;
108
- l: string;
109
- s: string;
110
- xs: string;
111
- h1XL: string;
112
- h1L: string;
113
- h1M: string;
114
- h1S: string;
115
- h2M: string;
116
- h2S: string;
117
- h3: string;
118
- h4: string;
119
- h5: string;
120
- h1: string;
121
- h2: string;
122
- };
123
- fontWeight: {
124
- book: number;
125
- medium: number;
126
- bold: number;
127
- black: number;
128
- };
129
- form: {
130
- smallSelectWidth: string;
131
- smallSelectHeight: string;
132
- };
133
- grid: {
134
- gutter: string;
135
- };
136
- lineHeight: {
137
- default: string;
138
- xl: string;
139
- s: string;
140
- xs: string;
141
- xxs: string;
142
- auto: string;
143
- h1XL: string;
144
- h1L: string;
145
- h1M: string;
146
- h1S: string;
147
- h2M: string;
148
- h2S: string;
149
- h3: string;
150
- h4: string;
151
- h5: string;
152
- h1: string;
153
- h2: string;
154
- };
155
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
156
- radius: {
157
- default: string;
158
- s: string;
159
- xs: string;
160
- circle: string;
161
- pill: string;
162
- };
163
- }, {
164
- isActive?: boolean | undefined;
165
- }, never>;
166
- export declare const MenuLink: import("styled-components").StyledComponent<"a", {
167
- base: {
168
- baseHeight: {
169
- value: number;
170
- unit: string;
171
- };
172
- baseWidth: {
173
- value: number;
174
- unit: string;
175
- };
176
- };
177
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
178
- color: {
179
- default: {
180
- pink: string;
181
- plum: string;
182
- white: string;
183
- black: string;
184
- };
185
- accent: {
186
- lemon: string;
187
- sky: string;
188
- orange: string;
189
- };
190
- hover: {
191
- pink: string;
192
- };
193
- text: {
194
- gray: string;
195
- pink: string;
196
- plum: string;
197
- white: string;
198
- black: string;
199
- };
200
- line: {
201
- L01: string;
202
- L02: string;
203
- L03: string;
204
- L04: string;
205
- };
206
- notification: {
207
- info: string;
208
- success: string;
209
- warning: string;
210
- error: string;
211
- };
212
- background: {
213
- sand: {
214
- default: string;
215
- E01: string;
216
- E02: string;
217
- };
218
- pink: {
219
- default: string;
220
- E01: string;
221
- E02: string;
222
- };
223
- plum: {
224
- default: string;
225
- E01: string;
226
- E02: string;
227
- };
228
- lemon: {
229
- default: string;
230
- E01: string;
231
- E02: string;
232
- };
233
- sky: {
234
- default: string;
235
- E01: string;
236
- E02: string;
237
- };
238
- orange: {
239
- default: string;
240
- E01: string;
241
- E02: string;
242
- };
243
- white: {
244
- default: string;
245
- };
246
- };
247
- focus: {
248
- dark: string;
249
- light: string;
250
- };
251
- transparency: {
252
- T0: string;
253
- T10: string;
254
- T20: string;
255
- T30: string;
256
- T40: string;
257
- T50: string;
258
- T60: string;
259
- T70: string;
260
- T80: string;
261
- T90: string;
262
- T100: string;
263
- };
264
- };
265
- fontFamily: {
266
- default: string;
267
- heading: string;
268
- numerals: string;
269
- };
270
- fontSize: {
271
- default: string;
272
- xl: string;
273
- l: string;
274
- s: string;
275
- xs: string;
276
- h1XL: string;
277
- h1L: string;
278
- h1M: string;
279
- h1S: string;
280
- h2M: string;
281
- h2S: string;
282
- h3: string;
283
- h4: string;
284
- h5: string;
285
- h1: string;
286
- h2: string;
287
- };
288
- fontWeight: {
289
- book: number;
290
- medium: number;
291
- bold: number;
292
- black: number;
293
- };
294
- form: {
295
- smallSelectWidth: string;
296
- smallSelectHeight: string;
297
- };
298
- grid: {
299
- gutter: string;
300
- };
301
- lineHeight: {
302
- default: string;
303
- xl: string;
304
- s: string;
305
- xs: string;
306
- xxs: string;
307
- auto: string;
308
- h1XL: string;
309
- h1L: string;
310
- h1M: string;
311
- h1S: string;
312
- h2M: string;
313
- h2S: string;
314
- h3: string;
315
- h4: string;
316
- h5: string;
317
- h1: string;
318
- h2: string;
319
- };
320
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
321
- radius: {
322
- default: string;
323
- s: string;
324
- xs: string;
325
- circle: string;
326
- pill: string;
327
- };
328
- }, {
329
- isActive?: boolean | undefined;
330
- }, never>;
331
- export declare const MenuLinkWithChildren: import("styled-components").StyledComponent<"button", {
332
- base: {
333
- baseHeight: {
334
- value: number;
335
- unit: string;
336
- };
337
- baseWidth: {
338
- value: number;
339
- unit: string;
340
- };
341
- };
342
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
343
- color: {
344
- default: {
345
- pink: string;
346
- plum: string;
347
- white: string;
348
- black: string;
349
- };
350
- accent: {
351
- lemon: string;
352
- sky: string;
353
- orange: string;
354
- };
355
- hover: {
356
- pink: string;
357
- };
358
- text: {
359
- gray: string;
360
- pink: string;
361
- plum: string;
362
- white: string;
363
- black: string;
364
- };
365
- line: {
366
- L01: string;
367
- L02: string;
368
- L03: string;
369
- L04: string;
370
- };
371
- notification: {
372
- info: string;
373
- success: string;
374
- warning: string;
375
- error: string;
376
- };
377
- background: {
378
- sand: {
379
- default: string;
380
- E01: string;
381
- E02: string;
382
- };
383
- pink: {
384
- default: string;
385
- E01: string;
386
- E02: string;
387
- };
388
- plum: {
389
- default: string;
390
- E01: string;
391
- E02: string;
392
- };
393
- lemon: {
394
- default: string;
395
- E01: string;
396
- E02: string;
397
- };
398
- sky: {
399
- default: string;
400
- E01: string;
401
- E02: string;
402
- };
403
- orange: {
404
- default: string;
405
- E01: string;
406
- E02: string;
407
- };
408
- white: {
409
- default: string;
410
- };
411
- };
412
- focus: {
413
- dark: string;
414
- light: string;
415
- };
416
- transparency: {
417
- T0: string;
418
- T10: string;
419
- T20: string;
420
- T30: string;
421
- T40: string;
422
- T50: string;
423
- T60: string;
424
- T70: string;
425
- T80: string;
426
- T90: string;
427
- T100: string;
428
- };
429
- };
430
- fontFamily: {
431
- default: string;
432
- heading: string;
433
- numerals: string;
434
- };
435
- fontSize: {
436
- default: string;
437
- xl: string;
438
- l: string;
439
- s: string;
440
- xs: string;
441
- h1XL: string;
442
- h1L: string;
443
- h1M: string;
444
- h1S: string;
445
- h2M: string;
446
- h2S: string;
447
- h3: string;
448
- h4: string;
449
- h5: string;
450
- h1: string;
451
- h2: string;
452
- };
453
- fontWeight: {
454
- book: number;
455
- medium: number;
456
- bold: number;
457
- black: number;
458
- };
459
- form: {
460
- smallSelectWidth: string;
461
- smallSelectHeight: string;
462
- };
463
- grid: {
464
- gutter: string;
465
- };
466
- lineHeight: {
467
- default: string;
468
- xl: string;
469
- s: string;
470
- xs: string;
471
- xxs: string;
472
- auto: string;
473
- h1XL: string;
474
- h1L: string;
475
- h1M: string;
476
- h1S: string;
477
- h2M: string;
478
- h2S: string;
479
- h3: string;
480
- h4: string;
481
- h5: string;
482
- h1: string;
483
- h2: string;
484
- };
485
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
486
- radius: {
487
- default: string;
488
- s: string;
489
- xs: string;
490
- circle: string;
491
- pill: string;
492
- };
493
- }, {
494
- isActive?: boolean | undefined;
495
- isHighlighted?: boolean | undefined;
496
- }, never>;
497
- export declare const MenuList: import("styled-components").StyledComponent<"ul", {
498
- base: {
499
- baseHeight: {
500
- value: number;
501
- unit: string;
502
- };
503
- baseWidth: {
504
- value: number;
505
- unit: string;
506
- };
507
- };
508
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
509
- color: {
510
- default: {
511
- pink: string;
512
- plum: string;
513
- white: string;
514
- black: string;
515
- };
516
- accent: {
517
- lemon: string;
518
- sky: string;
519
- orange: string;
520
- };
521
- hover: {
522
- pink: string;
523
- };
524
- text: {
525
- gray: string;
526
- pink: string;
527
- plum: string;
528
- white: string;
529
- black: string;
530
- };
531
- line: {
532
- L01: string;
533
- L02: string;
534
- L03: string;
535
- L04: string;
536
- };
537
- notification: {
538
- info: string;
539
- success: string;
540
- warning: string;
541
- error: string;
542
- };
543
- background: {
544
- sand: {
545
- default: string;
546
- E01: string;
547
- E02: string;
548
- };
549
- pink: {
550
- default: string;
551
- E01: string;
552
- E02: string;
553
- };
554
- plum: {
555
- default: string;
556
- E01: string;
557
- E02: string;
558
- };
559
- lemon: {
560
- default: string;
561
- E01: string;
562
- E02: string;
563
- };
564
- sky: {
565
- default: string;
566
- E01: string;
567
- E02: string;
568
- };
569
- orange: {
570
- default: string;
571
- E01: string;
572
- E02: string;
573
- };
574
- white: {
575
- default: string;
576
- };
577
- };
578
- focus: {
579
- dark: string;
580
- light: string;
581
- };
582
- transparency: {
583
- T0: string;
584
- T10: string;
585
- T20: string;
586
- T30: string;
587
- T40: string;
588
- T50: string;
589
- T60: string;
590
- T70: string;
591
- T80: string;
592
- T90: string;
593
- T100: string;
594
- };
595
- };
596
- fontFamily: {
597
- default: string;
598
- heading: string;
599
- numerals: string;
600
- };
601
- fontSize: {
602
- default: string;
603
- xl: string;
604
- l: string;
605
- s: string;
606
- xs: string;
607
- h1XL: string;
608
- h1L: string;
609
- h1M: string;
610
- h1S: string;
611
- h2M: string;
612
- h2S: string;
613
- h3: string;
614
- h4: string;
615
- h5: string;
616
- h1: string;
617
- h2: string;
618
- };
619
- fontWeight: {
620
- book: number;
621
- medium: number;
622
- bold: number;
623
- black: number;
624
- };
625
- form: {
626
- smallSelectWidth: string;
627
- smallSelectHeight: string;
628
- };
629
- grid: {
630
- gutter: string;
631
- };
632
- lineHeight: {
633
- default: string;
634
- xl: string;
635
- s: string;
636
- xs: string;
637
- xxs: string;
638
- auto: string;
639
- h1XL: string;
640
- h1L: string;
641
- h1M: string;
642
- h1S: string;
643
- h2M: string;
644
- h2S: string;
645
- h3: string;
646
- h4: string;
647
- h5: string;
648
- h1: string;
649
- h2: string;
650
- };
651
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
652
- radius: {
653
- default: string;
654
- s: string;
655
- xs: string;
656
- circle: string;
657
- pill: string;
658
- };
659
- }, {
660
- isInView?: boolean | undefined;
661
- }, never>;
1
+ export declare const MenuItem: import("styled-components").StyledComponent<"li", {
2
+ base: {
3
+ baseHeight: {
4
+ value: number;
5
+ unit: string;
6
+ };
7
+ baseWidth: {
8
+ value: number;
9
+ unit: string;
10
+ };
11
+ };
12
+ breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
13
+ color: {
14
+ default: {
15
+ pink: string;
16
+ plum: string;
17
+ white: string;
18
+ black: string;
19
+ };
20
+ accent: {
21
+ lemon: string;
22
+ sky: string;
23
+ orange: string;
24
+ };
25
+ hover: {
26
+ pink: string;
27
+ };
28
+ text: {
29
+ gray: string;
30
+ pink: string;
31
+ plum: string;
32
+ white: string;
33
+ black: string;
34
+ };
35
+ line: {
36
+ L01: string;
37
+ L02: string;
38
+ L03: string;
39
+ L04: string;
40
+ };
41
+ notification: {
42
+ info: string;
43
+ success: string;
44
+ warning: string;
45
+ error: string;
46
+ };
47
+ background: {
48
+ sand: {
49
+ default: string;
50
+ E01: string;
51
+ E02: string;
52
+ };
53
+ pink: {
54
+ default: string;
55
+ E01: string;
56
+ E02: string;
57
+ };
58
+ plum: {
59
+ default: string;
60
+ E01: string;
61
+ E02: string;
62
+ };
63
+ lemon: {
64
+ default: string;
65
+ E01: string;
66
+ E02: string;
67
+ };
68
+ sky: {
69
+ default: string;
70
+ E01: string;
71
+ E02: string;
72
+ };
73
+ orange: {
74
+ default: string;
75
+ E01: string;
76
+ E02: string;
77
+ };
78
+ white: {
79
+ default: string;
80
+ };
81
+ };
82
+ focus: {
83
+ dark: string;
84
+ light: string;
85
+ };
86
+ transparency: {
87
+ T0: string;
88
+ T10: string;
89
+ T20: string;
90
+ T30: string;
91
+ T40: string;
92
+ T50: string;
93
+ T60: string;
94
+ T70: string;
95
+ T80: string;
96
+ T90: string;
97
+ T100: string;
98
+ };
99
+ };
100
+ fontFamily: {
101
+ default: string;
102
+ heading: string;
103
+ numerals: string;
104
+ };
105
+ fontSize: {
106
+ default: string;
107
+ xl: string;
108
+ l: string;
109
+ s: string;
110
+ xs: string;
111
+ h1XL: string;
112
+ h1L: string;
113
+ h1M: string;
114
+ h1S: string;
115
+ h2M: string;
116
+ h2S: string;
117
+ h3: string;
118
+ h4: string;
119
+ h5: string;
120
+ h1: string;
121
+ h2: string;
122
+ };
123
+ fontWeight: {
124
+ book: number;
125
+ medium: number;
126
+ bold: number;
127
+ black: number;
128
+ };
129
+ form: {
130
+ smallSelectWidth: string;
131
+ smallSelectHeight: string;
132
+ };
133
+ grid: {
134
+ gutter: string;
135
+ };
136
+ lineHeight: {
137
+ default: string;
138
+ xl: string;
139
+ s: string;
140
+ xs: string;
141
+ xxs: string;
142
+ auto: string;
143
+ h1XL: string;
144
+ h1L: string;
145
+ h1M: string;
146
+ h1S: string;
147
+ h2M: string;
148
+ h2S: string;
149
+ h3: string;
150
+ h4: string;
151
+ h5: string;
152
+ h1: string;
153
+ h2: string;
154
+ };
155
+ media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
156
+ radius: {
157
+ default: string;
158
+ s: string;
159
+ xs: string;
160
+ circle: string;
161
+ pill: string;
162
+ };
163
+ }, {
164
+ isActive?: boolean | undefined;
165
+ }, never>;
166
+ export declare const MenuLink: import("styled-components").StyledComponent<"a", {
167
+ base: {
168
+ baseHeight: {
169
+ value: number;
170
+ unit: string;
171
+ };
172
+ baseWidth: {
173
+ value: number;
174
+ unit: string;
175
+ };
176
+ };
177
+ breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
178
+ color: {
179
+ default: {
180
+ pink: string;
181
+ plum: string;
182
+ white: string;
183
+ black: string;
184
+ };
185
+ accent: {
186
+ lemon: string;
187
+ sky: string;
188
+ orange: string;
189
+ };
190
+ hover: {
191
+ pink: string;
192
+ };
193
+ text: {
194
+ gray: string;
195
+ pink: string;
196
+ plum: string;
197
+ white: string;
198
+ black: string;
199
+ };
200
+ line: {
201
+ L01: string;
202
+ L02: string;
203
+ L03: string;
204
+ L04: string;
205
+ };
206
+ notification: {
207
+ info: string;
208
+ success: string;
209
+ warning: string;
210
+ error: string;
211
+ };
212
+ background: {
213
+ sand: {
214
+ default: string;
215
+ E01: string;
216
+ E02: string;
217
+ };
218
+ pink: {
219
+ default: string;
220
+ E01: string;
221
+ E02: string;
222
+ };
223
+ plum: {
224
+ default: string;
225
+ E01: string;
226
+ E02: string;
227
+ };
228
+ lemon: {
229
+ default: string;
230
+ E01: string;
231
+ E02: string;
232
+ };
233
+ sky: {
234
+ default: string;
235
+ E01: string;
236
+ E02: string;
237
+ };
238
+ orange: {
239
+ default: string;
240
+ E01: string;
241
+ E02: string;
242
+ };
243
+ white: {
244
+ default: string;
245
+ };
246
+ };
247
+ focus: {
248
+ dark: string;
249
+ light: string;
250
+ };
251
+ transparency: {
252
+ T0: string;
253
+ T10: string;
254
+ T20: string;
255
+ T30: string;
256
+ T40: string;
257
+ T50: string;
258
+ T60: string;
259
+ T70: string;
260
+ T80: string;
261
+ T90: string;
262
+ T100: string;
263
+ };
264
+ };
265
+ fontFamily: {
266
+ default: string;
267
+ heading: string;
268
+ numerals: string;
269
+ };
270
+ fontSize: {
271
+ default: string;
272
+ xl: string;
273
+ l: string;
274
+ s: string;
275
+ xs: string;
276
+ h1XL: string;
277
+ h1L: string;
278
+ h1M: string;
279
+ h1S: string;
280
+ h2M: string;
281
+ h2S: string;
282
+ h3: string;
283
+ h4: string;
284
+ h5: string;
285
+ h1: string;
286
+ h2: string;
287
+ };
288
+ fontWeight: {
289
+ book: number;
290
+ medium: number;
291
+ bold: number;
292
+ black: number;
293
+ };
294
+ form: {
295
+ smallSelectWidth: string;
296
+ smallSelectHeight: string;
297
+ };
298
+ grid: {
299
+ gutter: string;
300
+ };
301
+ lineHeight: {
302
+ default: string;
303
+ xl: string;
304
+ s: string;
305
+ xs: string;
306
+ xxs: string;
307
+ auto: string;
308
+ h1XL: string;
309
+ h1L: string;
310
+ h1M: string;
311
+ h1S: string;
312
+ h2M: string;
313
+ h2S: string;
314
+ h3: string;
315
+ h4: string;
316
+ h5: string;
317
+ h1: string;
318
+ h2: string;
319
+ };
320
+ media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
321
+ radius: {
322
+ default: string;
323
+ s: string;
324
+ xs: string;
325
+ circle: string;
326
+ pill: string;
327
+ };
328
+ }, {
329
+ isActive?: boolean | undefined;
330
+ }, never>;
331
+ export declare const MenuLinkWithChildren: import("styled-components").StyledComponent<"button", {
332
+ base: {
333
+ baseHeight: {
334
+ value: number;
335
+ unit: string;
336
+ };
337
+ baseWidth: {
338
+ value: number;
339
+ unit: string;
340
+ };
341
+ };
342
+ breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
343
+ color: {
344
+ default: {
345
+ pink: string;
346
+ plum: string;
347
+ white: string;
348
+ black: string;
349
+ };
350
+ accent: {
351
+ lemon: string;
352
+ sky: string;
353
+ orange: string;
354
+ };
355
+ hover: {
356
+ pink: string;
357
+ };
358
+ text: {
359
+ gray: string;
360
+ pink: string;
361
+ plum: string;
362
+ white: string;
363
+ black: string;
364
+ };
365
+ line: {
366
+ L01: string;
367
+ L02: string;
368
+ L03: string;
369
+ L04: string;
370
+ };
371
+ notification: {
372
+ info: string;
373
+ success: string;
374
+ warning: string;
375
+ error: string;
376
+ };
377
+ background: {
378
+ sand: {
379
+ default: string;
380
+ E01: string;
381
+ E02: string;
382
+ };
383
+ pink: {
384
+ default: string;
385
+ E01: string;
386
+ E02: string;
387
+ };
388
+ plum: {
389
+ default: string;
390
+ E01: string;
391
+ E02: string;
392
+ };
393
+ lemon: {
394
+ default: string;
395
+ E01: string;
396
+ E02: string;
397
+ };
398
+ sky: {
399
+ default: string;
400
+ E01: string;
401
+ E02: string;
402
+ };
403
+ orange: {
404
+ default: string;
405
+ E01: string;
406
+ E02: string;
407
+ };
408
+ white: {
409
+ default: string;
410
+ };
411
+ };
412
+ focus: {
413
+ dark: string;
414
+ light: string;
415
+ };
416
+ transparency: {
417
+ T0: string;
418
+ T10: string;
419
+ T20: string;
420
+ T30: string;
421
+ T40: string;
422
+ T50: string;
423
+ T60: string;
424
+ T70: string;
425
+ T80: string;
426
+ T90: string;
427
+ T100: string;
428
+ };
429
+ };
430
+ fontFamily: {
431
+ default: string;
432
+ heading: string;
433
+ numerals: string;
434
+ };
435
+ fontSize: {
436
+ default: string;
437
+ xl: string;
438
+ l: string;
439
+ s: string;
440
+ xs: string;
441
+ h1XL: string;
442
+ h1L: string;
443
+ h1M: string;
444
+ h1S: string;
445
+ h2M: string;
446
+ h2S: string;
447
+ h3: string;
448
+ h4: string;
449
+ h5: string;
450
+ h1: string;
451
+ h2: string;
452
+ };
453
+ fontWeight: {
454
+ book: number;
455
+ medium: number;
456
+ bold: number;
457
+ black: number;
458
+ };
459
+ form: {
460
+ smallSelectWidth: string;
461
+ smallSelectHeight: string;
462
+ };
463
+ grid: {
464
+ gutter: string;
465
+ };
466
+ lineHeight: {
467
+ default: string;
468
+ xl: string;
469
+ s: string;
470
+ xs: string;
471
+ xxs: string;
472
+ auto: string;
473
+ h1XL: string;
474
+ h1L: string;
475
+ h1M: string;
476
+ h1S: string;
477
+ h2M: string;
478
+ h2S: string;
479
+ h3: string;
480
+ h4: string;
481
+ h5: string;
482
+ h1: string;
483
+ h2: string;
484
+ };
485
+ media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
486
+ radius: {
487
+ default: string;
488
+ s: string;
489
+ xs: string;
490
+ circle: string;
491
+ pill: string;
492
+ };
493
+ }, {
494
+ isActive?: boolean | undefined;
495
+ isHighlighted?: boolean | undefined;
496
+ }, never>;
497
+ export declare const MenuList: import("styled-components").StyledComponent<"ul", {
498
+ base: {
499
+ baseHeight: {
500
+ value: number;
501
+ unit: string;
502
+ };
503
+ baseWidth: {
504
+ value: number;
505
+ unit: string;
506
+ };
507
+ };
508
+ breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
509
+ color: {
510
+ default: {
511
+ pink: string;
512
+ plum: string;
513
+ white: string;
514
+ black: string;
515
+ };
516
+ accent: {
517
+ lemon: string;
518
+ sky: string;
519
+ orange: string;
520
+ };
521
+ hover: {
522
+ pink: string;
523
+ };
524
+ text: {
525
+ gray: string;
526
+ pink: string;
527
+ plum: string;
528
+ white: string;
529
+ black: string;
530
+ };
531
+ line: {
532
+ L01: string;
533
+ L02: string;
534
+ L03: string;
535
+ L04: string;
536
+ };
537
+ notification: {
538
+ info: string;
539
+ success: string;
540
+ warning: string;
541
+ error: string;
542
+ };
543
+ background: {
544
+ sand: {
545
+ default: string;
546
+ E01: string;
547
+ E02: string;
548
+ };
549
+ pink: {
550
+ default: string;
551
+ E01: string;
552
+ E02: string;
553
+ };
554
+ plum: {
555
+ default: string;
556
+ E01: string;
557
+ E02: string;
558
+ };
559
+ lemon: {
560
+ default: string;
561
+ E01: string;
562
+ E02: string;
563
+ };
564
+ sky: {
565
+ default: string;
566
+ E01: string;
567
+ E02: string;
568
+ };
569
+ orange: {
570
+ default: string;
571
+ E01: string;
572
+ E02: string;
573
+ };
574
+ white: {
575
+ default: string;
576
+ };
577
+ };
578
+ focus: {
579
+ dark: string;
580
+ light: string;
581
+ };
582
+ transparency: {
583
+ T0: string;
584
+ T10: string;
585
+ T20: string;
586
+ T30: string;
587
+ T40: string;
588
+ T50: string;
589
+ T60: string;
590
+ T70: string;
591
+ T80: string;
592
+ T90: string;
593
+ T100: string;
594
+ };
595
+ };
596
+ fontFamily: {
597
+ default: string;
598
+ heading: string;
599
+ numerals: string;
600
+ };
601
+ fontSize: {
602
+ default: string;
603
+ xl: string;
604
+ l: string;
605
+ s: string;
606
+ xs: string;
607
+ h1XL: string;
608
+ h1L: string;
609
+ h1M: string;
610
+ h1S: string;
611
+ h2M: string;
612
+ h2S: string;
613
+ h3: string;
614
+ h4: string;
615
+ h5: string;
616
+ h1: string;
617
+ h2: string;
618
+ };
619
+ fontWeight: {
620
+ book: number;
621
+ medium: number;
622
+ bold: number;
623
+ black: number;
624
+ };
625
+ form: {
626
+ smallSelectWidth: string;
627
+ smallSelectHeight: string;
628
+ };
629
+ grid: {
630
+ gutter: string;
631
+ };
632
+ lineHeight: {
633
+ default: string;
634
+ xl: string;
635
+ s: string;
636
+ xs: string;
637
+ xxs: string;
638
+ auto: string;
639
+ h1XL: string;
640
+ h1L: string;
641
+ h1M: string;
642
+ h1S: string;
643
+ h2M: string;
644
+ h2S: string;
645
+ h3: string;
646
+ h4: string;
647
+ h5: string;
648
+ h1: string;
649
+ h2: string;
650
+ };
651
+ media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
652
+ radius: {
653
+ default: string;
654
+ s: string;
655
+ xs: string;
656
+ circle: string;
657
+ pill: string;
658
+ };
659
+ }, {
660
+ isInView?: boolean | undefined;
661
+ }, never>;