@postnord/pn-marketweb-components 4.0.0 → 4.0.2

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 (3195) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +74 -0
  3. package/dist/cjs/index-b02670c2.js +2145 -0
  4. package/dist/cjs/loader.cjs.js +17 -0
  5. package/dist/cjs/pn-chat-message_2.cjs.entry.js +347 -0
  6. package/dist/cjs/pn-chat-message_2.cjs.entry.js.map +1 -0
  7. package/dist/cjs/pn-chat.cjs.entry.js +474 -0
  8. package/dist/cjs/pn-chat.service-5a8d89b9.js +155 -0
  9. package/dist/cjs/pn-chat.service-5a8d89b9.js.map +1 -0
  10. package/dist/cjs/pn-market-web-components.cjs.js +48 -0
  11. package/dist/cjs/pn-marketweb-table.cjs.entry.js +467 -0
  12. package/dist/cjs/pn-marketweb-table.cjs.entry.js.map +1 -0
  13. package/dist/cjs/pn-usp-promoter.cjs.entry.js +44 -0
  14. package/dist/collection/collection-manifest.json +110 -0
  15. package/dist/collection/components/widgets/pn-chat/pn-chat-message/pn-chat-message.js +119 -0
  16. package/dist/collection/components/widgets/pn-chat/pn-chat-message/pn-chat-message.js.map +1 -0
  17. package/dist/collection/components/widgets/pn-chat/pn-chat-stories-constants.js +103 -0
  18. package/dist/collection/components/widgets/pn-chat/pn-chat-stories-constants.js.map +1 -0
  19. package/dist/collection/components/widgets/pn-chat/pn-chat.service.js +149 -0
  20. package/dist/collection/components/widgets/pn-chat/pn-chat.service.js.map +1 -0
  21. package/dist/collection/components/widgets/pn-chat/pn-chat.stories.js +116 -0
  22. package/dist/collection/components/widgets/pn-chat/pn-chat.stories.js.map +1 -0
  23. package/dist/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.css +264 -0
  24. package/dist/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.js +701 -0
  25. package/dist/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.js.map +1 -0
  26. package/dist/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.stories.js +158 -0
  27. package/dist/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.stories.js.map +1 -0
  28. package/dist/collection/components/widgets/pn-marketweb-table/translations.js +81 -0
  29. package/dist/collection/components/widgets/pn-marketweb-table/translations.js.map +1 -0
  30. package/dist/collection/components/widgets/pn-usp-promoter/pn-usp-promoter.js +173 -0
  31. package/dist/collection/globals/types.js.map +1 -0
  32. package/dist/components/pn-chat-message2.js +70 -0
  33. package/dist/components/pn-chat-message2.js.map +1 -0
  34. package/dist/components/pn-chat.service.js +153 -0
  35. package/dist/components/pn-chat.service.js.map +1 -0
  36. package/dist/components/pn-marketweb-search.js +133 -0
  37. package/dist/components/pn-marketweb-search.js.map +1 -0
  38. package/dist/components/pn-marketweb-table.js +510 -0
  39. package/dist/components/pn-marketweb-table.js.map +1 -0
  40. package/dist/components/pn-usp-promoter.js +65 -0
  41. package/dist/esm/index-c311acd6.js +2111 -0
  42. package/dist/esm/loader.js +13 -0
  43. package/dist/esm/pn-chat-message_2.entry.js +342 -0
  44. package/dist/esm/pn-chat-message_2.entry.js.map +1 -0
  45. package/dist/esm/pn-chat.entry.js +470 -0
  46. package/dist/esm/pn-chat.service-0def5c4e.js +153 -0
  47. package/dist/esm/pn-chat.service-0def5c4e.js.map +1 -0
  48. package/dist/esm/pn-market-web-components.js +43 -0
  49. package/dist/esm/pn-marketweb-table.entry.js +463 -0
  50. package/dist/esm/pn-marketweb-table.entry.js.map +1 -0
  51. package/dist/esm/pn-usp-promoter.entry.js +40 -0
  52. package/dist/package.json +89 -0
  53. package/dist/pn-market-web-components/p-3a936c5d.entry.js +2 -0
  54. package/dist/pn-market-web-components/p-3a936c5d.entry.js.map +1 -0
  55. package/dist/pn-market-web-components/p-6bec8d72.js +2 -0
  56. package/dist/pn-market-web-components/p-6bec8d72.js.map +1 -0
  57. package/dist/pn-market-web-components/p-923aa6d2.entry.js +2 -0
  58. package/dist/pn-market-web-components/p-923aa6d2.entry.js.map +1 -0
  59. package/dist/pn-market-web-components/p-a298a263.entry.js +2 -0
  60. package/dist/pn-market-web-components/p-da56370b.entry.js +2 -0
  61. package/dist/pn-market-web-components/pn-market-web-components.esm.js +2 -0
  62. package/dist/pn-market-web-components/pn-market-web-components.esm.js.map +1 -0
  63. package/dist/types/components/widgets/pn-chat/pn-chat-message/pn-chat-message.d.ts +11 -0
  64. package/dist/types/components/widgets/pn-chat/pn-chat-stories-constants.d.ts +43 -0
  65. package/dist/types/components/widgets/pn-marketweb-table/translations.d.ts +80 -0
  66. package/dist/types/components.d.ts +3405 -0
  67. package/dist/types/globals/types.d.ts +20 -0
  68. package/dist/umd/pn-marketweb-cssoverride.css +12 -0
  69. package/dist/umd/pn-marketweb-init.js +50 -0
  70. package/dist/umd/pn-marketweb-inject.js +58 -0
  71. package/dist/umd/pn-marketweb-salesforce.js +108 -0
  72. package/dist/umd/pn-marketweb-wrongrembase.css +182 -0
  73. package/dist/umd/readme.md +38 -0
  74. package/dist/umd/standalone-loader-salesforce.js +12 -0
  75. package/dist/umd/standalone-loader.js +12 -0
  76. package/dist/vscode-data.json +3458 -0
  77. package/package.json +9 -9
  78. package/umd/pn-marketweb-init.js +1 -1
  79. package/umd/pn-marketweb-salesforce.js +1 -1
  80. package/cjs/index-b02670c2.js +0 -2153
  81. package/cjs/loader.cjs.js +0 -17
  82. package/cjs/pn-chat-message_2.cjs.entry.js +0 -346
  83. package/cjs/pn-chat-message_2.cjs.entry.js.map +0 -1
  84. package/cjs/pn-chat.cjs.entry.js +0 -474
  85. package/cjs/pn-chat.service-eaf6ed50.js +0 -157
  86. package/cjs/pn-chat.service-eaf6ed50.js.map +0 -1
  87. package/cjs/pn-market-web-components.cjs.js +0 -48
  88. package/cjs/pn-marketweb-table.cjs.entry.js +0 -459
  89. package/cjs/pn-marketweb-table.cjs.entry.js.map +0 -1
  90. package/cjs/pn-search.cjs.entry.js +0 -54
  91. package/cjs/pn-search.cjs.entry.js.map +0 -1
  92. package/cjs/pn-usp-promoter.cjs.entry.js +0 -44
  93. package/cjs/pn-usp-simple.cjs.entry.js +0 -56
  94. package/cjs/pn-usp-simple.cjs.entry.js.map +0 -1
  95. package/collection/collection-manifest.json +0 -112
  96. package/collection/components/widgets/pn-chat/pn-chat-message/pn-chat-message.js +0 -118
  97. package/collection/components/widgets/pn-chat/pn-chat-message/pn-chat-message.js.map +0 -1
  98. package/collection/components/widgets/pn-chat/pn-chat-stories-constants.js +0 -243
  99. package/collection/components/widgets/pn-chat/pn-chat-stories-constants.js.map +0 -1
  100. package/collection/components/widgets/pn-chat/pn-chat.service.js +0 -151
  101. package/collection/components/widgets/pn-chat/pn-chat.service.js.map +0 -1
  102. package/collection/components/widgets/pn-chat/pn-chat.stories.js +0 -116
  103. package/collection/components/widgets/pn-chat/pn-chat.stories.js.map +0 -1
  104. package/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.css +0 -255
  105. package/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.js +0 -701
  106. package/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.js.map +0 -1
  107. package/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.stories.js +0 -122
  108. package/collection/components/widgets/pn-marketweb-table/pn-marketweb-table.stories.js.map +0 -1
  109. package/collection/components/widgets/pn-marketweb-table/translations.js +0 -73
  110. package/collection/components/widgets/pn-marketweb-table/translations.js.map +0 -1
  111. package/collection/components/widgets/pn-search/pn-search.css +0 -140
  112. package/collection/components/widgets/pn-search/pn-search.js +0 -368
  113. package/collection/components/widgets/pn-search/pn-search.js.map +0 -1
  114. package/collection/components/widgets/pn-search/pn-search.stories.js +0 -54
  115. package/collection/components/widgets/pn-search/pn-search.stories.js.map +0 -1
  116. package/collection/components/widgets/pn-usp-promoter/pn-usp-promoter.js +0 -173
  117. package/collection/components/widgets/pn-usp-simple/pn-usp-simple.css +0 -116
  118. package/collection/components/widgets/pn-usp-simple/pn-usp-simple.js +0 -269
  119. package/collection/components/widgets/pn-usp-simple/pn-usp-simple.js.map +0 -1
  120. package/collection/components/widgets/pn-usp-simple/pn-usp-simple.stories.js +0 -63
  121. package/collection/components/widgets/pn-usp-simple/pn-usp-simple.stories.js.map +0 -1
  122. package/collection/globals/types.js.map +0 -1
  123. package/components/pn-chat-message2.js +0 -69
  124. package/components/pn-chat-message2.js.map +0 -1
  125. package/components/pn-chat.service.js +0 -155
  126. package/components/pn-chat.service.js.map +0 -1
  127. package/components/pn-marketweb-search.js +0 -8
  128. package/components/pn-marketweb-search.js.map +0 -1
  129. package/components/pn-marketweb-search2.js +0 -130
  130. package/components/pn-marketweb-search2.js.map +0 -1
  131. package/components/pn-marketweb-table.js +0 -502
  132. package/components/pn-marketweb-table.js.map +0 -1
  133. package/components/pn-search.d.ts +0 -11
  134. package/components/pn-search.js +0 -91
  135. package/components/pn-search.js.map +0 -1
  136. package/components/pn-usp-promoter.js +0 -65
  137. package/components/pn-usp-simple.d.ts +0 -11
  138. package/components/pn-usp-simple.js +0 -82
  139. package/components/pn-usp-simple.js.map +0 -1
  140. package/esm/index-c311acd6.js +0 -2119
  141. package/esm/loader.js +0 -13
  142. package/esm/pn-chat-message_2.entry.js +0 -341
  143. package/esm/pn-chat-message_2.entry.js.map +0 -1
  144. package/esm/pn-chat.entry.js +0 -470
  145. package/esm/pn-chat.service-f4037d6f.js +0 -155
  146. package/esm/pn-chat.service-f4037d6f.js.map +0 -1
  147. package/esm/pn-market-web-components.js +0 -43
  148. package/esm/pn-marketweb-table.entry.js +0 -455
  149. package/esm/pn-marketweb-table.entry.js.map +0 -1
  150. package/esm/pn-search.entry.js +0 -50
  151. package/esm/pn-search.entry.js.map +0 -1
  152. package/esm/pn-usp-promoter.entry.js +0 -40
  153. package/esm/pn-usp-simple.entry.js +0 -52
  154. package/esm/pn-usp-simple.entry.js.map +0 -1
  155. package/pn-market-web-components/p-04107723.entry.js +0 -2
  156. package/pn-market-web-components/p-04107723.entry.js.map +0 -1
  157. package/pn-market-web-components/p-10776075.entry.js +0 -2
  158. package/pn-market-web-components/p-10776075.entry.js.map +0 -1
  159. package/pn-market-web-components/p-2fd60147.entry.js +0 -2
  160. package/pn-market-web-components/p-2fd60147.entry.js.map +0 -1
  161. package/pn-market-web-components/p-a079c496.js +0 -2
  162. package/pn-market-web-components/p-a079c496.js.map +0 -1
  163. package/pn-market-web-components/p-cc7c596e.entry.js +0 -2
  164. package/pn-market-web-components/p-e733f44f.entry.js +0 -2
  165. package/pn-market-web-components/p-e733f44f.entry.js.map +0 -1
  166. package/pn-market-web-components/p-f21311ad.entry.js +0 -2
  167. package/pn-market-web-components/pn-market-web-components.esm.js +0 -2
  168. package/pn-market-web-components/pn-market-web-components.esm.js.map +0 -1
  169. package/types/components/widgets/pn-chat/pn-chat-message/pn-chat-message.d.ts +0 -10
  170. package/types/components/widgets/pn-chat/pn-chat-stories-constants.d.ts +0 -164
  171. package/types/components/widgets/pn-marketweb-table/translations.d.ts +0 -72
  172. package/types/components/widgets/pn-search/pn-search.d.ts +0 -29
  173. package/types/components/widgets/pn-search/pn-search.stories.d.ts +0 -7
  174. package/types/components/widgets/pn-usp-simple/pn-usp-simple.d.ts +0 -19
  175. package/types/components/widgets/pn-usp-simple/pn-usp-simple.stories.d.ts +0 -7
  176. package/types/components.d.ts +0 -3505
  177. package/types/globals/types.d.ts +0 -18
  178. package/vscode-data.json +0 -3600
  179. /package/{cjs → dist/cjs}/FetchHelper-2d4c697c.js +0 -0
  180. /package/{cjs → dist/cjs}/FetchHelper-2d4c697c.js.map +0 -0
  181. /package/{cjs → dist/cjs}/HeadingTag-19376e1f.js +0 -0
  182. /package/{cjs → dist/cjs}/HeadingTag-19376e1f.js.map +0 -0
  183. /package/{cjs → dist/cjs}/LocalStorageService-e1ee3fac.js +0 -0
  184. /package/{cjs → dist/cjs}/LocalStorageService-e1ee3fac.js.map +0 -0
  185. /package/{cjs → dist/cjs}/MarketWebContextService-0fdc43c8.js +0 -0
  186. /package/{cjs → dist/cjs}/MarketWebContextService-0fdc43c8.js.map +0 -0
  187. /package/{cjs → dist/cjs}/alert_exclamation_circle-24f29a5b.js +0 -0
  188. /package/{cjs → dist/cjs}/alert_exclamation_circle-24f29a5b.js.map +0 -0
  189. /package/{cjs → dist/cjs}/align_center-1fb3b6a8.js +0 -0
  190. /package/{cjs → dist/cjs}/align_center-1fb3b6a8.js.map +0 -0
  191. /package/{cjs → dist/cjs}/angle_small_down-f00f19b1.js +0 -0
  192. /package/{cjs → dist/cjs}/angle_small_down-f00f19b1.js.map +0 -0
  193. /package/{cjs → dist/cjs}/angle_up-049ec1d8.js +0 -0
  194. /package/{cjs → dist/cjs}/angle_up-049ec1d8.js.map +0 -0
  195. /package/{cjs → dist/cjs}/app-globals-3a1e7e63.js +0 -0
  196. /package/{cjs → dist/cjs}/app-globals-3a1e7e63.js.map +0 -0
  197. /package/{cjs → dist/cjs}/arrow_left-71879efe.js +0 -0
  198. /package/{cjs → dist/cjs}/arrow_left-71879efe.js.map +0 -0
  199. /package/{cjs → dist/cjs}/arrow_right-66958158.js +0 -0
  200. /package/{cjs → dist/cjs}/arrow_right-66958158.js.map +0 -0
  201. /package/{cjs → dist/cjs}/bars-3fdeb31f.js +0 -0
  202. /package/{cjs → dist/cjs}/bars-3fdeb31f.js.map +0 -0
  203. /package/{cjs → dist/cjs}/box_label-bc4011bb.js +0 -0
  204. /package/{cjs → dist/cjs}/box_label-bc4011bb.js.map +0 -0
  205. /package/{cjs → dist/cjs}/close-9e014a80.js +0 -0
  206. /package/{cjs → dist/cjs}/close-9e014a80.js.map +0 -0
  207. /package/{cjs → dist/cjs}/close_small-cd4578e1.js +0 -0
  208. /package/{cjs → dist/cjs}/close_small-cd4578e1.js.map +0 -0
  209. /package/{cjs → dist/cjs}/convert-31d3b805.js +0 -0
  210. /package/{cjs → dist/cjs}/convert-31d3b805.js.map +0 -0
  211. /package/{cjs → dist/cjs}/data-1066a856.js +0 -0
  212. /package/{cjs → dist/cjs}/data-1066a856.js.map +0 -0
  213. /package/{cjs → dist/cjs}/data-4380242c.js +0 -0
  214. /package/{cjs → dist/cjs}/data-4380242c.js.map +0 -0
  215. /package/{cjs → dist/cjs}/index-4067c6a5.js +0 -0
  216. /package/{cjs → dist/cjs}/index-4067c6a5.js.map +0 -0
  217. /package/{cjs → dist/cjs}/index-5a88e57b.js +0 -0
  218. /package/{cjs → dist/cjs}/index-5a88e57b.js.map +0 -0
  219. /package/{cjs → dist/cjs}/index-61ff1b55.js +0 -0
  220. /package/{cjs → dist/cjs}/index-61ff1b55.js.map +0 -0
  221. /package/{cjs → dist/cjs}/index-b02670c2.js.map +0 -0
  222. /package/{cjs → dist/cjs}/index.cjs.js +0 -0
  223. /package/{cjs → dist/cjs}/index.cjs.js.map +0 -0
  224. /package/{cjs → dist/cjs}/loader.cjs.js.map +0 -0
  225. /package/{cjs → dist/cjs}/minus-5b6b8813.js +0 -0
  226. /package/{cjs → dist/cjs}/minus-5b6b8813.js.map +0 -0
  227. /package/{cjs → dist/cjs}/mockresponse-46a6cbb9.js +0 -0
  228. /package/{cjs → dist/cjs}/mockresponse-46a6cbb9.js.map +0 -0
  229. /package/{cjs → dist/cjs}/open_in_new-03e5ca56.js +0 -0
  230. /package/{cjs → dist/cjs}/open_in_new-03e5ca56.js.map +0 -0
  231. /package/{cjs → dist/cjs}/plus-339686b5.js +0 -0
  232. /package/{cjs → dist/cjs}/plus-339686b5.js.map +0 -0
  233. /package/{cjs → dist/cjs}/pn-address-autofill.cjs.entry.js +0 -0
  234. /package/{cjs → dist/cjs}/pn-address-autofill.cjs.entry.js.map +0 -0
  235. /package/{cjs → dist/cjs}/pn-animated-tile.cjs.entry.js +0 -0
  236. /package/{cjs → dist/cjs}/pn-animated-tile.cjs.entry.js.map +0 -0
  237. /package/{cjs → dist/cjs}/pn-app-banner.cjs.entry.js +0 -0
  238. /package/{cjs → dist/cjs}/pn-app-banner.cjs.entry.js.map +0 -0
  239. /package/{cjs → dist/cjs}/pn-bonus-progressbar-level.cjs.entry.js +0 -0
  240. /package/{cjs → dist/cjs}/pn-bonus-progressbar-level.cjs.entry.js.map +0 -0
  241. /package/{cjs → dist/cjs}/pn-bonus-progressbar.cjs.entry.js +0 -0
  242. /package/{cjs → dist/cjs}/pn-bonus-progressbar.cjs.entry.js.map +0 -0
  243. /package/{cjs → dist/cjs}/pn-breakpoints.cjs.entry.js +0 -0
  244. /package/{cjs → dist/cjs}/pn-breakpoints.cjs.entry.js.map +0 -0
  245. /package/{cjs → dist/cjs}/pn-chart.cjs.entry.js +0 -0
  246. /package/{cjs → dist/cjs}/pn-chart.cjs.entry.js.map +0 -0
  247. /package/{cjs → dist/cjs}/pn-charts-card.cjs.entry.js +0 -0
  248. /package/{cjs → dist/cjs}/pn-charts-card.cjs.entry.js.map +0 -0
  249. /package/{cjs → dist/cjs}/pn-chat.cjs.entry.js.map +0 -0
  250. /package/{cjs → dist/cjs}/pn-choice-button.cjs.entry.js +0 -0
  251. /package/{cjs → dist/cjs}/pn-choice-button.cjs.entry.js.map +0 -0
  252. /package/{cjs → dist/cjs}/pn-cta-block.cjs.entry.js +0 -0
  253. /package/{cjs → dist/cjs}/pn-cta-block.cjs.entry.js.map +0 -0
  254. /package/{cjs → dist/cjs}/pn-customernumber-selector-option.cjs.entry.js +0 -0
  255. /package/{cjs → dist/cjs}/pn-customernumber-selector-option.cjs.entry.js.map +0 -0
  256. /package/{cjs → dist/cjs}/pn-customernumber-selector.cjs.entry.js +0 -0
  257. /package/{cjs → dist/cjs}/pn-customernumber-selector.cjs.entry.js.map +0 -0
  258. /package/{cjs → dist/cjs}/pn-date-and-time.cjs.entry.js +0 -0
  259. /package/{cjs → dist/cjs}/pn-date-and-time.cjs.entry.js.map +0 -0
  260. /package/{cjs → dist/cjs}/pn-dropdown-choice-adds-row.cjs.entry.js +0 -0
  261. /package/{cjs → dist/cjs}/pn-dropdown-choice-adds-row.cjs.entry.js.map +0 -0
  262. /package/{cjs → dist/cjs}/pn-dropdown-with-multi-input-rows-row.cjs.entry.js +0 -0
  263. /package/{cjs → dist/cjs}/pn-dropdown-with-multi-input-rows-row.cjs.entry.js.map +0 -0
  264. /package/{cjs → dist/cjs}/pn-dropdown-with-multi-input-rows.cjs.entry.js +0 -0
  265. /package/{cjs → dist/cjs}/pn-dropdown-with-multi-input-rows.cjs.entry.js.map +0 -0
  266. /package/{cjs → dist/cjs}/pn-filter-checkbox.cjs.entry.js +0 -0
  267. /package/{cjs → dist/cjs}/pn-filter-checkbox.cjs.entry.js.map +0 -0
  268. /package/{cjs → dist/cjs}/pn-find-price-result.cjs.entry.js +0 -0
  269. /package/{cjs → dist/cjs}/pn-find-price-result.cjs.entry.js.map +0 -0
  270. /package/{cjs → dist/cjs}/pn-find-price-store-0c8256c7.js +0 -0
  271. /package/{cjs → dist/cjs}/pn-find-price-store-0c8256c7.js.map +0 -0
  272. /package/{cjs → dist/cjs}/pn-find-price.cjs.entry.js +0 -0
  273. /package/{cjs → dist/cjs}/pn-find-price.cjs.entry.js.map +0 -0
  274. /package/{cjs → dist/cjs}/pn-find-service-and-price-result.cjs.entry.js +0 -0
  275. /package/{cjs → dist/cjs}/pn-find-service-and-price-result.cjs.entry.js.map +0 -0
  276. /package/{cjs → dist/cjs}/pn-find-service-and-price-store-13f060e0.js +0 -0
  277. /package/{cjs → dist/cjs}/pn-find-service-and-price-store-13f060e0.js.map +0 -0
  278. /package/{cjs → dist/cjs}/pn-find-service-and-price.cjs.entry.js +0 -0
  279. /package/{cjs → dist/cjs}/pn-find-service-and-price.cjs.entry.js.map +0 -0
  280. /package/{cjs → dist/cjs}/pn-hero-block-international.cjs.entry.js +0 -0
  281. /package/{cjs → dist/cjs}/pn-hero-block-international.cjs.entry.js.map +0 -0
  282. /package/{cjs → dist/cjs}/pn-language-selector_9.cjs.entry.js +0 -0
  283. /package/{cjs → dist/cjs}/pn-language-selector_9.cjs.entry.js.map +0 -0
  284. /package/{cjs → dist/cjs}/pn-level-up-modal.cjs.entry.js +0 -0
  285. /package/{cjs → dist/cjs}/pn-level-up-modal.cjs.entry.js.map +0 -0
  286. /package/{cjs → dist/cjs}/pn-level-up.cjs.entry.js +0 -0
  287. /package/{cjs → dist/cjs}/pn-level-up.cjs.entry.js.map +0 -0
  288. /package/{cjs → dist/cjs}/pn-level-up.service-0e8e67c2.js +0 -0
  289. /package/{cjs → dist/cjs}/pn-level-up.service-0e8e67c2.js.map +0 -0
  290. /package/{cjs → dist/cjs}/pn-line-shape.cjs.entry.js +0 -0
  291. /package/{cjs → dist/cjs}/pn-line-shape.cjs.entry.js.map +0 -0
  292. /package/{cjs → dist/cjs}/pn-link-list.cjs.entry.js +0 -0
  293. /package/{cjs → dist/cjs}/pn-link-list.cjs.entry.js.map +0 -0
  294. /package/{cjs → dist/cjs}/pn-mainnav-link.cjs.entry.js +0 -0
  295. /package/{cjs → dist/cjs}/pn-mainnav-link.cjs.entry.js.map +0 -0
  296. /package/{cjs → dist/cjs}/pn-mainnav-store-5732f3ca.js +0 -0
  297. /package/{cjs → dist/cjs}/pn-mainnav-store-5732f3ca.js.map +0 -0
  298. /package/{cjs → dist/cjs}/pn-market-web-components.cjs.js.map +0 -0
  299. /package/{cjs → dist/cjs}/pn-marketweb-icon.cjs.entry.js +0 -0
  300. /package/{cjs → dist/cjs}/pn-marketweb-icon.cjs.entry.js.map +0 -0
  301. /package/{cjs → dist/cjs}/pn-marketweb-input.cjs.entry.js +0 -0
  302. /package/{cjs → dist/cjs}/pn-marketweb-input.cjs.entry.js.map +0 -0
  303. /package/{cjs → dist/cjs}/pn-marketweb-search.cjs.entry.js +0 -0
  304. /package/{cjs → dist/cjs}/pn-marketweb-search.cjs.entry.js.map +0 -0
  305. /package/{cjs → dist/cjs}/pn-marketweb-sitefooter.cjs.entry.js +0 -0
  306. /package/{cjs → dist/cjs}/pn-marketweb-sitefooter.cjs.entry.js.map +0 -0
  307. /package/{cjs → dist/cjs}/pn-marketweb-siteheader-login-button_4.cjs.entry.js +0 -0
  308. /package/{cjs → dist/cjs}/pn-marketweb-siteheader-login-button_4.cjs.entry.js.map +0 -0
  309. /package/{cjs → dist/cjs}/pn-marketweb-siteheader-login-linklist.cjs.entry.js +0 -0
  310. /package/{cjs → dist/cjs}/pn-marketweb-siteheader-login-linklist.cjs.entry.js.map +0 -0
  311. /package/{cjs → dist/cjs}/pn-marketweb-siteheader-login-mypage-button.cjs.entry.js +0 -0
  312. /package/{cjs → dist/cjs}/pn-marketweb-siteheader-login-mypage-button.cjs.entry.js.map +0 -0
  313. /package/{cjs → dist/cjs}/pn-marketweb-siteheader-store-ce9d9ac7.js +0 -0
  314. /package/{cjs → dist/cjs}/pn-marketweb-siteheader-store-ce9d9ac7.js.map +0 -0
  315. /package/{cjs → dist/cjs}/pn-marketweb-siteheader.cjs.entry.js +0 -0
  316. /package/{cjs → dist/cjs}/pn-marketweb-siteheader.cjs.entry.js.map +0 -0
  317. /package/{cjs → dist/cjs}/pn-media-block.cjs.entry.js +0 -0
  318. /package/{cjs → dist/cjs}/pn-media-block.cjs.entry.js.map +0 -0
  319. /package/{cjs → dist/cjs}/pn-multi-row-connected-dropdown-row.cjs.entry.js +0 -0
  320. /package/{cjs → dist/cjs}/pn-multi-row-connected-dropdown-row.cjs.entry.js.map +0 -0
  321. /package/{cjs → dist/cjs}/pn-multi-row-connected-dropdown.cjs.entry.js +0 -0
  322. /package/{cjs → dist/cjs}/pn-multi-row-connected-dropdown.cjs.entry.js.map +0 -0
  323. /package/{cjs → dist/cjs}/pn-multiple-input.cjs.entry.js +0 -0
  324. /package/{cjs → dist/cjs}/pn-multiple-input.cjs.entry.js.map +0 -0
  325. /package/{cjs → dist/cjs}/pn-parcel-tracker.cjs.entry.js +0 -0
  326. /package/{cjs → dist/cjs}/pn-parcel-tracker.cjs.entry.js.map +0 -0
  327. /package/{cjs → dist/cjs}/pn-pex-pricefinder.cjs.entry.js +0 -0
  328. /package/{cjs → dist/cjs}/pn-pex-pricefinder.cjs.entry.js.map +0 -0
  329. /package/{cjs → dist/cjs}/pn-play-on-scroll.cjs.entry.js +0 -0
  330. /package/{cjs → dist/cjs}/pn-play-on-scroll.cjs.entry.js.map +0 -0
  331. /package/{cjs → dist/cjs}/pn-product-card_3.cjs.entry.js +0 -0
  332. /package/{cjs → dist/cjs}/pn-product-card_3.cjs.entry.js.map +0 -0
  333. /package/{cjs → dist/cjs}/pn-product-pricelist-result.cjs.entry.js +0 -0
  334. /package/{cjs → dist/cjs}/pn-product-pricelist-result.cjs.entry.js.map +0 -0
  335. /package/{cjs → dist/cjs}/pn-product-pricelist.cjs.entry.js +0 -0
  336. /package/{cjs → dist/cjs}/pn-product-pricelist.cjs.entry.js.map +0 -0
  337. /package/{cjs → dist/cjs}/pn-product-tile-info_2.cjs.entry.js +0 -0
  338. /package/{cjs → dist/cjs}/pn-product-tile-info_2.cjs.entry.js.map +0 -0
  339. /package/{cjs → dist/cjs}/pn-product-tile.cjs.entry.js +0 -0
  340. /package/{cjs → dist/cjs}/pn-product-tile.cjs.entry.js.map +0 -0
  341. /package/{cjs → dist/cjs}/pn-profile-modal-customernumber.cjs.entry.js +0 -0
  342. /package/{cjs → dist/cjs}/pn-profile-modal-customernumber.cjs.entry.js.map +0 -0
  343. /package/{cjs → dist/cjs}/pn-profile-modal-profile.cjs.entry.js +0 -0
  344. /package/{cjs → dist/cjs}/pn-profile-modal-profile.cjs.entry.js.map +0 -0
  345. /package/{cjs → dist/cjs}/pn-profile-modal-store-16f8092a.js +0 -0
  346. /package/{cjs → dist/cjs}/pn-profile-modal-store-16f8092a.js.map +0 -0
  347. /package/{cjs → dist/cjs}/pn-profile-modal-type.cjs.entry.js +0 -0
  348. /package/{cjs → dist/cjs}/pn-profile-modal-type.cjs.entry.js.map +0 -0
  349. /package/{cjs → dist/cjs}/pn-profile-modal.cjs.entry.js +0 -0
  350. /package/{cjs → dist/cjs}/pn-profile-modal.cjs.entry.js.map +0 -0
  351. /package/{cjs → dist/cjs}/pn-profile-selector-option.cjs.entry.js +0 -0
  352. /package/{cjs → dist/cjs}/pn-profile-selector-option.cjs.entry.js.map +0 -0
  353. /package/{cjs → dist/cjs}/pn-profile-selector.cjs.entry.js +0 -0
  354. /package/{cjs → dist/cjs}/pn-profile-selector.cjs.entry.js.map +0 -0
  355. /package/{cjs → dist/cjs}/pn-proxio-findprice-result.cjs.entry.js +0 -0
  356. /package/{cjs → dist/cjs}/pn-proxio-findprice-result.cjs.entry.js.map +0 -0
  357. /package/{cjs → dist/cjs}/pn-proxio-findprice.cjs.entry.js +0 -0
  358. /package/{cjs → dist/cjs}/pn-proxio-findprice.cjs.entry.js.map +0 -0
  359. /package/{cjs → dist/cjs}/pn-proxio-pricegroup.cjs.entry.js +0 -0
  360. /package/{cjs → dist/cjs}/pn-proxio-pricegroup.cjs.entry.js.map +0 -0
  361. /package/{cjs → dist/cjs}/pn-proxio-productcard_4.cjs.entry.js +0 -0
  362. /package/{cjs → dist/cjs}/pn-proxio-productcard_4.cjs.entry.js.map +0 -0
  363. /package/{cjs → dist/cjs}/pn-qr-code-generator.cjs.entry.js +0 -0
  364. /package/{cjs → dist/cjs}/pn-qr-code-generator.cjs.entry.js.map +0 -0
  365. /package/{cjs → dist/cjs}/pn-quick-cta.cjs.entry.js +0 -0
  366. /package/{cjs → dist/cjs}/pn-quick-cta.cjs.entry.js.map +0 -0
  367. /package/{cjs → dist/cjs}/pn-quote-card.cjs.entry.js +0 -0
  368. /package/{cjs → dist/cjs}/pn-quote-card.cjs.entry.js.map +0 -0
  369. /package/{cjs → dist/cjs}/pn-scroll_2.cjs.entry.js +0 -0
  370. /package/{cjs → dist/cjs}/pn-scroll_2.cjs.entry.js.map +0 -0
  371. /package/{cjs → dist/cjs}/pn-share-item.cjs.entry.js +0 -0
  372. /package/{cjs → dist/cjs}/pn-share-item.cjs.entry.js.map +0 -0
  373. /package/{cjs → dist/cjs}/pn-share.cjs.entry.js +0 -0
  374. /package/{cjs → dist/cjs}/pn-share.cjs.entry.js.map +0 -0
  375. /package/{cjs → dist/cjs}/pn-sidenav-level.cjs.entry.js +0 -0
  376. /package/{cjs → dist/cjs}/pn-sidenav-level.cjs.entry.js.map +0 -0
  377. /package/{cjs → dist/cjs}/pn-sidenav-link.cjs.entry.js +0 -0
  378. /package/{cjs → dist/cjs}/pn-sidenav-link.cjs.entry.js.map +0 -0
  379. /package/{cjs → dist/cjs}/pn-sidenav-store-236c8806.js +0 -0
  380. /package/{cjs → dist/cjs}/pn-sidenav-store-236c8806.js.map +0 -0
  381. /package/{cjs → dist/cjs}/pn-sidenav-togglebutton.cjs.entry.js +0 -0
  382. /package/{cjs → dist/cjs}/pn-sidenav-togglebutton.cjs.entry.js.map +0 -0
  383. /package/{cjs → dist/cjs}/pn-sidenav.cjs.entry.js +0 -0
  384. /package/{cjs → dist/cjs}/pn-sidenav.cjs.entry.js.map +0 -0
  385. /package/{cjs → dist/cjs}/pn-site-footer_3.cjs.entry.js +0 -0
  386. /package/{cjs → dist/cjs}/pn-site-footer_3.cjs.entry.js.map +0 -0
  387. /package/{cjs → dist/cjs}/pn-spotlight.cjs.entry.js +0 -0
  388. /package/{cjs → dist/cjs}/pn-spotlight.cjs.entry.js.map +0 -0
  389. /package/{cjs → dist/cjs}/pn-stats-info-data.cjs.entry.js +0 -0
  390. /package/{cjs → dist/cjs}/pn-stats-info-data.cjs.entry.js.map +0 -0
  391. /package/{cjs → dist/cjs}/pn-stats-info.cjs.entry.js +0 -0
  392. /package/{cjs → dist/cjs}/pn-stats-info.cjs.entry.js.map +0 -0
  393. /package/{cjs → dist/cjs}/pn-teaser-card.cjs.entry.js +0 -0
  394. /package/{cjs → dist/cjs}/pn-teaser-card.cjs.entry.js.map +0 -0
  395. /package/{cjs → dist/cjs}/pn-titletag.cjs.entry.js +0 -0
  396. /package/{cjs → dist/cjs}/pn-titletag.cjs.entry.js.map +0 -0
  397. /package/{cjs → dist/cjs}/pn-usp-promoter.cjs.entry.js.map +0 -0
  398. /package/{cjs → dist/cjs}/search-3785cc26.js +0 -0
  399. /package/{cjs → dist/cjs}/search-3785cc26.js.map +0 -0
  400. /package/{cjs → dist/cjs}/translations-67ac592a.js +0 -0
  401. /package/{cjs → dist/cjs}/translations-67ac592a.js.map +0 -0
  402. /package/{cjs → dist/cjs}/v4-9b297151.js +0 -0
  403. /package/{cjs → dist/cjs}/v4-9b297151.js.map +0 -0
  404. /package/{collection → dist/collection}/assets/logo-international.svg +0 -0
  405. /package/{collection → dist/collection}/components/animation/pn-animated-tile/pn-animated-tile.css +0 -0
  406. /package/{collection → dist/collection}/components/animation/pn-animated-tile/pn-animated-tile.js +0 -0
  407. /package/{collection → dist/collection}/components/animation/pn-animated-tile/pn-animated-tile.js.map +0 -0
  408. /package/{collection → dist/collection}/components/animation/pn-animated-tile/pn-animated-tile.stories.js +0 -0
  409. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-play-on-scroll.css +0 -0
  410. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-play-on-scroll.js +0 -0
  411. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-play-on-scroll.js.map +0 -0
  412. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-play-on-scroll.stories.js +0 -0
  413. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-video-overlay/pn-video-overlay.css +0 -0
  414. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-video-overlay/pn-video-overlay.js +0 -0
  415. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-video-overlay/pn-video-overlay.js.map +0 -0
  416. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-video-overlay/translations.js +0 -0
  417. /package/{collection → dist/collection}/components/animation/pn-play-on-scroll/pn-video-overlay/translations.js.map +0 -0
  418. /package/{collection → dist/collection}/components/animation/pn-scroll/pn-scroll.css +0 -0
  419. /package/{collection → dist/collection}/components/animation/pn-scroll/pn-scroll.js +0 -0
  420. /package/{collection → dist/collection}/components/animation/pn-scroll/pn-scroll.js.map +0 -0
  421. /package/{collection → dist/collection}/components/animation/pn-scroll/pn-scroll.stories.js +0 -0
  422. /package/{collection → dist/collection}/components/cards/pn-quote-card/pn-line-shape/pn-line-shape.css +0 -0
  423. /package/{collection → dist/collection}/components/cards/pn-quote-card/pn-line-shape/pn-line-shape.js +0 -0
  424. /package/{collection → dist/collection}/components/cards/pn-quote-card/pn-line-shape/pn-line-shape.js.map +0 -0
  425. /package/{collection → dist/collection}/components/cards/pn-quote-card/pn-quote-card.css +0 -0
  426. /package/{collection → dist/collection}/components/cards/pn-quote-card/pn-quote-card.js +0 -0
  427. /package/{collection → dist/collection}/components/cards/pn-quote-card/pn-quote-card.js.map +0 -0
  428. /package/{collection → dist/collection}/components/cards/pn-quote-card/pn-quote-card.stories.js +0 -0
  429. /package/{collection → dist/collection}/components/cards/pn-teaser-card/pn-teaser-card.css +0 -0
  430. /package/{collection → dist/collection}/components/cards/pn-teaser-card/pn-teaser-card.js +0 -0
  431. /package/{collection → dist/collection}/components/cards/pn-teaser-card/pn-teaser-card.js.map +0 -0
  432. /package/{collection → dist/collection}/components/cards/pn-teaser-card/pn-teaser-card.stories.js +0 -0
  433. /package/{collection → dist/collection}/components/charts/pn-chart/pn-chart-helper.js +0 -0
  434. /package/{collection → dist/collection}/components/charts/pn-chart/pn-chart-helper.js.map +0 -0
  435. /package/{collection → dist/collection}/components/charts/pn-chart/pn-chart.css +0 -0
  436. /package/{collection → dist/collection}/components/charts/pn-chart/pn-chart.js +0 -0
  437. /package/{collection → dist/collection}/components/charts/pn-chart/pn-chart.js.map +0 -0
  438. /package/{collection → dist/collection}/components/charts/pn-chart/types.js +0 -0
  439. /package/{collection → dist/collection}/components/charts/pn-chart/types.js.map +0 -0
  440. /package/{collection → dist/collection}/components/charts/pn-charts-card/pn-charts-card.css +0 -0
  441. /package/{collection → dist/collection}/components/charts/pn-charts-card/pn-charts-card.js +0 -0
  442. /package/{collection → dist/collection}/components/charts/pn-charts-card/pn-charts-card.js.map +0 -0
  443. /package/{collection → dist/collection}/components/charts/pn-charts-card/pn-charts-card.stories.js +0 -0
  444. /package/{collection → dist/collection}/components/cta/pn-cta-block/cta-block.stories.js +0 -0
  445. /package/{collection → dist/collection}/components/cta/pn-cta-block/pn-cta-block.css +0 -0
  446. /package/{collection → dist/collection}/components/cta/pn-cta-block/pn-cta-block.js +0 -0
  447. /package/{collection → dist/collection}/components/cta/pn-cta-block/pn-cta-block.js.map +0 -0
  448. /package/{collection → dist/collection}/components/cta/pn-parcel-tracker/pn-parcel-tracker.css +0 -0
  449. /package/{collection → dist/collection}/components/cta/pn-parcel-tracker/pn-parcel-tracker.js +0 -0
  450. /package/{collection → dist/collection}/components/cta/pn-parcel-tracker/pn-parcel-tracker.js.map +0 -0
  451. /package/{collection → dist/collection}/components/cta/pn-parcel-tracker/pn-parcel-tracker.stories.js +0 -0
  452. /package/{collection → dist/collection}/components/cta/pn-quick-cta/pn-quick-cta.css +0 -0
  453. /package/{collection → dist/collection}/components/cta/pn-quick-cta/pn-quick-cta.js +0 -0
  454. /package/{collection → dist/collection}/components/cta/pn-quick-cta/pn-quick-cta.js.map +0 -0
  455. /package/{collection → dist/collection}/components/cta/pn-quick-cta/pn-quick-cta.stories.js +0 -0
  456. /package/{collection → dist/collection}/components/cta/pn-share/pn-share-item.css +0 -0
  457. /package/{collection → dist/collection}/components/cta/pn-share/pn-share-item.js +0 -0
  458. /package/{collection → dist/collection}/components/cta/pn-share/pn-share-item.js.map +0 -0
  459. /package/{collection → dist/collection}/components/cta/pn-share/pn-share.css +0 -0
  460. /package/{collection → dist/collection}/components/cta/pn-share/pn-share.js +0 -0
  461. /package/{collection → dist/collection}/components/cta/pn-share/pn-share.js.map +0 -0
  462. /package/{collection → dist/collection}/components/cta/pn-share/pn-share.stories.js +0 -0
  463. /package/{collection → dist/collection}/components/cta/pn-share/translations.js +0 -0
  464. /package/{collection → dist/collection}/components/cta/pn-share/translations.js.map +0 -0
  465. /package/{collection → dist/collection}/components/cta/pn-spotlight/pn-spotlight.css +0 -0
  466. /package/{collection → dist/collection}/components/cta/pn-spotlight/pn-spotlight.js +0 -0
  467. /package/{collection → dist/collection}/components/cta/pn-spotlight/pn-spotlight.js.map +0 -0
  468. /package/{collection → dist/collection}/components/cta/pn-spotlight/pn-spotlight.stories.js +0 -0
  469. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/animationHelper.js +0 -0
  470. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/animationHelper.js.map +0 -0
  471. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/animationHelper.test.js +0 -0
  472. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/animationHelper.test.js.map +0 -0
  473. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/numberFormats.js +0 -0
  474. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/numberFormats.js.map +0 -0
  475. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/pn-stats-info-data.css +0 -0
  476. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/pn-stats-info-data.js +0 -0
  477. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/pn-stats-info-data.js.map +0 -0
  478. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/viewIntersectionHelper.js +0 -0
  479. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info-data/viewIntersectionHelper.js.map +0 -0
  480. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info.css +0 -0
  481. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info.js +0 -0
  482. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info.js.map +0 -0
  483. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/pn-stats-info.stories.js +0 -0
  484. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/types.js +0 -0
  485. /package/{collection → dist/collection}/components/data-visualization/pn-stats-info/types.js.map +0 -0
  486. /package/{collection → dist/collection}/components/input/pn-address-autofill/pn-address-autofill.css +0 -0
  487. /package/{collection → dist/collection}/components/input/pn-address-autofill/pn-address-autofill.js +0 -0
  488. /package/{collection → dist/collection}/components/input/pn-address-autofill/pn-address-autofill.js.map +0 -0
  489. /package/{collection → dist/collection}/components/input/pn-address-autofill/pn-address-autofill.stories.js +0 -0
  490. /package/{collection → dist/collection}/components/input/pn-address-autofill/translations.js +0 -0
  491. /package/{collection → dist/collection}/components/input/pn-address-autofill/translations.js.map +0 -0
  492. /package/{collection → dist/collection}/components/input/pn-address-autofill/types.js +0 -0
  493. /package/{collection → dist/collection}/components/input/pn-address-autofill/types.js.map +0 -0
  494. /package/{collection → dist/collection}/components/input/pn-bonus-progressbar/pn-bonus-progressbar-level.css +0 -0
  495. /package/{collection → dist/collection}/components/input/pn-bonus-progressbar/pn-bonus-progressbar-level.js +0 -0
  496. /package/{collection → dist/collection}/components/input/pn-bonus-progressbar/pn-bonus-progressbar-level.js.map +0 -0
  497. /package/{collection → dist/collection}/components/input/pn-bonus-progressbar/pn-bonus-progressbar.css +0 -0
  498. /package/{collection → dist/collection}/components/input/pn-bonus-progressbar/pn-bonus-progressbar.js +0 -0
  499. /package/{collection → dist/collection}/components/input/pn-bonus-progressbar/pn-bonus-progressbar.js.map +0 -0
  500. /package/{collection → dist/collection}/components/input/pn-bonus-progressbar/pn-bonus-progressbar.stories.js +0 -0
  501. /package/{collection → dist/collection}/components/input/pn-choice-button/choice-button.stories.js +0 -0
  502. /package/{collection → dist/collection}/components/input/pn-choice-button/pn-choice-button.css +0 -0
  503. /package/{collection → dist/collection}/components/input/pn-choice-button/pn-choice-button.js +0 -0
  504. /package/{collection → dist/collection}/components/input/pn-choice-button/pn-choice-button.js.map +0 -0
  505. /package/{collection → dist/collection}/components/input/pn-date-and-time/pn-date-and-time.css +0 -0
  506. /package/{collection → dist/collection}/components/input/pn-date-and-time/pn-date-and-time.js +0 -0
  507. /package/{collection → dist/collection}/components/input/pn-date-and-time/pn-date-and-time.js.map +0 -0
  508. /package/{collection → dist/collection}/components/input/pn-date-and-time/pn-date-and-time.stories.js +0 -0
  509. /package/{collection → dist/collection}/components/input/pn-dropdown-choice-adds-row/pn-dropdown-choice-adds-row.css +0 -0
  510. /package/{collection → dist/collection}/components/input/pn-dropdown-choice-adds-row/pn-dropdown-choice-adds-row.js +0 -0
  511. /package/{collection → dist/collection}/components/input/pn-dropdown-choice-adds-row/pn-dropdown-choice-adds-row.js.map +0 -0
  512. /package/{collection → dist/collection}/components/input/pn-dropdown-choice-adds-row/pn-dropdown-choice-adds-row.stories.js +0 -0
  513. /package/{collection → dist/collection}/components/input/pn-dropdown-choice-adds-row/types.js +0 -0
  514. /package/{collection → dist/collection}/components/input/pn-dropdown-choice-adds-row/types.js.map +0 -0
  515. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows-row.css +0 -0
  516. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows-row.js +0 -0
  517. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows-row.js.map +0 -0
  518. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.css +0 -0
  519. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.js +0 -0
  520. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.js.map +0 -0
  521. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.stories.js +0 -0
  522. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/translations.js +0 -0
  523. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/translations.js.map +0 -0
  524. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/types.js +0 -0
  525. /package/{collection → dist/collection}/components/input/pn-dropdown-with-multi-input-rows/types.js.map +0 -0
  526. /package/{collection → dist/collection}/components/input/pn-filter-checkbox/pn-filter-checkbox.css +0 -0
  527. /package/{collection → dist/collection}/components/input/pn-filter-checkbox/pn-filter-checkbox.js +0 -0
  528. /package/{collection → dist/collection}/components/input/pn-filter-checkbox/pn-filter-checkbox.js.map +0 -0
  529. /package/{collection → dist/collection}/components/input/pn-filter-checkbox/pn-filter-checkbox.stories.js +0 -0
  530. /package/{collection → dist/collection}/components/input/pn-marketweb-input/pn-marketweb-input.css +0 -0
  531. /package/{collection → dist/collection}/components/input/pn-marketweb-input/pn-marketweb-input.js +0 -0
  532. /package/{collection → dist/collection}/components/input/pn-marketweb-input/pn-marketweb-input.js.map +0 -0
  533. /package/{collection → dist/collection}/components/input/pn-marketweb-input/pn-marketweb-input.stories.js +0 -0
  534. /package/{collection → dist/collection}/components/input/pn-marketweb-search/pn-marketweb-search-field.stories.js +0 -0
  535. /package/{collection → dist/collection}/components/input/pn-marketweb-search/pn-marketweb-search.css +0 -0
  536. /package/{collection → dist/collection}/components/input/pn-marketweb-search/pn-marketweb-search.js +0 -0
  537. /package/{collection → dist/collection}/components/input/pn-marketweb-search/pn-marketweb-search.js.map +0 -0
  538. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown-row.css +0 -0
  539. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown-row.js +0 -0
  540. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown-row.js.map +0 -0
  541. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown.css +0 -0
  542. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown.js +0 -0
  543. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown.js.map +0 -0
  544. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown.stories.js +0 -0
  545. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/types.js +0 -0
  546. /package/{collection → dist/collection}/components/input/pn-multi-row-connected-dropdown/types.js.map +0 -0
  547. /package/{collection → dist/collection}/components/input/pn-multiple-input/pn-multiple-input.css +0 -0
  548. /package/{collection → dist/collection}/components/input/pn-multiple-input/pn-multiple-input.js +0 -0
  549. /package/{collection → dist/collection}/components/input/pn-multiple-input/pn-multiple-input.js.map +0 -0
  550. /package/{collection → dist/collection}/components/input/pn-multiple-input/pn-multiple-input.stories.js +0 -0
  551. /package/{collection → dist/collection}/components/input/pn-multiple-input/types.js +0 -0
  552. /package/{collection → dist/collection}/components/input/pn-multiple-input/types.js.map +0 -0
  553. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter-types.js +0 -0
  554. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter-types.js.map +0 -0
  555. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.css +0 -0
  556. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.js +0 -0
  557. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.js.map +0 -0
  558. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.stories.js +0 -0
  559. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/socialMediaIcons.js +0 -0
  560. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/socialMediaIcons.js.map +0 -0
  561. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/translations.js +0 -0
  562. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/translations.js.map +0 -0
  563. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-sitefooter/youtube.svg +0 -0
  564. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-button.css +0 -0
  565. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-button.js +0 -0
  566. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-button.js.map +0 -0
  567. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-linklist.css +0 -0
  568. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-linklist.js +0 -0
  569. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-linklist.js.map +0 -0
  570. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-links.css +0 -0
  571. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-links.js +0 -0
  572. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-links.js.map +0 -0
  573. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-mypage-button.css +0 -0
  574. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-mypage-button.js +0 -0
  575. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-mypage-button.js.map +0 -0
  576. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-profileselection.css +0 -0
  577. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-profileselection.js +0 -0
  578. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-profileselection.js.map +0 -0
  579. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login.css +0 -0
  580. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login.js +0 -0
  581. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login.js.map +0 -0
  582. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-search-store.js +0 -0
  583. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-search-store.js.map +0 -0
  584. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-search.css +0 -0
  585. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-search.js +0 -0
  586. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-search.js.map +0 -0
  587. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-store.js +0 -0
  588. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-store.js.map +0 -0
  589. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-types.js +0 -0
  590. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-types.js.map +0 -0
  591. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-unified-login.css +0 -0
  592. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-unified-login.js +0 -0
  593. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-unified-login.js.map +0 -0
  594. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.css +0 -0
  595. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.js +0 -0
  596. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.js.map +0 -0
  597. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.stories.js +0 -0
  598. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.stories.js.map +0 -0
  599. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/translations.js +0 -0
  600. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/translations.js.map +0 -0
  601. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/unifiedLoginHelper.js +0 -0
  602. /package/{collection → dist/collection}/components/layout-components/pn-marketweb-siteheader/unifiedLoginHelper.js.map +0 -0
  603. /package/{collection → dist/collection}/components/media/pn-media-block/pn-media-block.css +0 -0
  604. /package/{collection → dist/collection}/components/media/pn-media-block/pn-media-block.js +0 -0
  605. /package/{collection → dist/collection}/components/media/pn-media-block/pn-media-block.js.map +0 -0
  606. /package/{collection → dist/collection}/components/media/pn-media-block/pn-media-block.stories.js +0 -0
  607. /package/{collection → dist/collection}/components/minor/pn-app-banner/pn-app-banner.css +0 -0
  608. /package/{collection → dist/collection}/components/minor/pn-app-banner/pn-app-banner.js +0 -0
  609. /package/{collection → dist/collection}/components/minor/pn-app-banner/pn-app-banner.js.map +0 -0
  610. /package/{collection → dist/collection}/components/minor/pn-app-banner/pn-app-banner.stories.js +0 -0
  611. /package/{collection → dist/collection}/components/minor/pn-marketweb-icon/marketweb-icon.stories.js +0 -0
  612. /package/{collection → dist/collection}/components/minor/pn-marketweb-icon/pn-marketweb-icon.css +0 -0
  613. /package/{collection → dist/collection}/components/minor/pn-marketweb-icon/pn-marketweb-icon.js +0 -0
  614. /package/{collection → dist/collection}/components/minor/pn-marketweb-icon/pn-marketweb-icon.js.map +0 -0
  615. /package/{collection → dist/collection}/components/minor/pn-swan/pn-swan.css +0 -0
  616. /package/{collection → dist/collection}/components/minor/pn-swan/pn-swan.js +0 -0
  617. /package/{collection → dist/collection}/components/minor/pn-swan/pn-swan.js.map +0 -0
  618. /package/{collection → dist/collection}/components/minor/pn-swan/pn-swan.stories.js +0 -0
  619. /package/{collection → dist/collection}/components/minor/pn-swan/translations.js +0 -0
  620. /package/{collection → dist/collection}/components/minor/pn-swan/translations.js.map +0 -0
  621. /package/{collection → dist/collection}/components/minor/pn-titletag/pn-title-tag.stories.js +0 -0
  622. /package/{collection → dist/collection}/components/minor/pn-titletag/pn-titletag.css +0 -0
  623. /package/{collection → dist/collection}/components/minor/pn-titletag/pn-titletag.js +0 -0
  624. /package/{collection → dist/collection}/components/minor/pn-titletag/pn-titletag.js.map +0 -0
  625. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector-option.css +0 -0
  626. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector-option.js +0 -0
  627. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector-option.js.map +0 -0
  628. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector-types.js +0 -0
  629. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector-types.js.map +0 -0
  630. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector.css +0 -0
  631. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector.js +0 -0
  632. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector.js.map +0 -0
  633. /package/{collection → dist/collection}/components/navigation/pn-language-selector/pn-language-selector.stories.js +0 -0
  634. /package/{collection → dist/collection}/components/navigation/pn-language-selector/translations.js +0 -0
  635. /package/{collection → dist/collection}/components/navigation/pn-language-selector/translations.js.map +0 -0
  636. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-main-nav-mockdata.js +0 -0
  637. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-main-nav.stories.js +0 -0
  638. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-level.css +0 -0
  639. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-level.js +0 -0
  640. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-level.js.map +0 -0
  641. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-link.css +0 -0
  642. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-link.js +0 -0
  643. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-link.js.map +0 -0
  644. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-list.css +0 -0
  645. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-list.js +0 -0
  646. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-list.js.map +0 -0
  647. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-store.js +0 -0
  648. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav-store.js.map +0 -0
  649. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav.css +0 -0
  650. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav.js +0 -0
  651. /package/{collection → dist/collection}/components/navigation/pn-mainnav/pn-mainnav.js.map +0 -0
  652. /package/{collection → dist/collection}/components/navigation/pn-mainnav/translations.js +0 -0
  653. /package/{collection → dist/collection}/components/navigation/pn-mainnav/translations.js.map +0 -0
  654. /package/{collection → dist/collection}/components/navigation/pn-mainnav/types.js +0 -0
  655. /package/{collection → dist/collection}/components/navigation/pn-mainnav/types.js.map +0 -0
  656. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-level.css +0 -0
  657. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-level.js +0 -0
  658. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-level.js.map +0 -0
  659. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-link.css +0 -0
  660. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-link.js +0 -0
  661. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-link.js.map +0 -0
  662. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-store.js +0 -0
  663. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-store.js.map +0 -0
  664. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-togglebutton.css +0 -0
  665. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-togglebutton.js +0 -0
  666. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav-togglebutton.js.map +0 -0
  667. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav.css +0 -0
  668. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav.js +0 -0
  669. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav.js.map +0 -0
  670. /package/{collection → dist/collection}/components/navigation/pn-sidenav/pn-sidenav.stories.js +0 -0
  671. /package/{collection → dist/collection}/components/navigation/pn-sidenav/translations.js +0 -0
  672. /package/{collection → dist/collection}/components/navigation/pn-sidenav/translations.js.map +0 -0
  673. /package/{collection → dist/collection}/components/navigation/pn-sidenav/types.js +0 -0
  674. /package/{collection → dist/collection}/components/navigation/pn-sidenav/types.js.map +0 -0
  675. /package/{collection → dist/collection}/components/navigation/pn-site-footer/pn-site-footer-col.css +0 -0
  676. /package/{collection → dist/collection}/components/navigation/pn-site-footer/pn-site-footer-col.js +0 -0
  677. /package/{collection → dist/collection}/components/navigation/pn-site-footer/pn-site-footer-col.js.map +0 -0
  678. /package/{collection → dist/collection}/components/navigation/pn-site-footer/pn-site-footer.css +0 -0
  679. /package/{collection → dist/collection}/components/navigation/pn-site-footer/pn-site-footer.js +0 -0
  680. /package/{collection → dist/collection}/components/navigation/pn-site-footer/pn-site-footer.js.map +0 -0
  681. /package/{collection → dist/collection}/components/navigation/pn-site-footer/pn-site-footer.stories.js +0 -0
  682. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector-i18n.js +0 -0
  683. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector-item.css +0 -0
  684. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector-item.js +0 -0
  685. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector-item.js.map +0 -0
  686. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector-types.js +0 -0
  687. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector-types.js.map +0 -0
  688. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector.css +0 -0
  689. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector.js +0 -0
  690. /package/{collection → dist/collection}/components/navigation/pn-site-selector/pn-site-selector.js.map +0 -0
  691. /package/{collection → dist/collection}/components/navigation/pn-site-selector/site-selector.stories.js +0 -0
  692. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector-option.css +0 -0
  693. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector-option.js +0 -0
  694. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector-option.js.map +0 -0
  695. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector-types.js +0 -0
  696. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector-types.js.map +0 -0
  697. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector.css +0 -0
  698. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector.js +0 -0
  699. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector.js.map +0 -0
  700. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/pn-customernumber-selector.stories.js +0 -0
  701. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/translations.js +0 -0
  702. /package/{collection → dist/collection}/components/profile/pn-customernumber-selector/translations.js.map +0 -0
  703. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-customernumber.css +0 -0
  704. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-customernumber.js +0 -0
  705. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-customernumber.js.map +0 -0
  706. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-profile.css +0 -0
  707. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-profile.js +0 -0
  708. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-profile.js.map +0 -0
  709. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-store.js +0 -0
  710. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-store.js.map +0 -0
  711. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-type.css +0 -0
  712. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-type.js +0 -0
  713. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal-type.js.map +0 -0
  714. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal.css +0 -0
  715. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal.js +0 -0
  716. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal.js.map +0 -0
  717. /package/{collection → dist/collection}/components/profile/pn-profile-modal/pn-profile-modal.stories.js +0 -0
  718. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector-option.css +0 -0
  719. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector-option.js +0 -0
  720. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector-option.js.map +0 -0
  721. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector-types.js +0 -0
  722. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector-types.js.map +0 -0
  723. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector.css +0 -0
  724. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector.js +0 -0
  725. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector.js.map +0 -0
  726. /package/{collection → dist/collection}/components/profile/pn-profile-selector/pn-profile-selector.stories.js +0 -0
  727. /package/{collection → dist/collection}/components/profile/pn-profile-selector/translations.js +0 -0
  728. /package/{collection → dist/collection}/components/profile/pn-profile-selector/translations.js.map +0 -0
  729. /package/{collection → dist/collection}/components/utilities/pn-breakpoints/pn-breakpoints.css +0 -0
  730. /package/{collection → dist/collection}/components/utilities/pn-breakpoints/pn-breakpoints.js +0 -0
  731. /package/{collection → dist/collection}/components/utilities/pn-breakpoints/pn-breakpoints.js.map +0 -0
  732. /package/{collection → dist/collection}/components/widgets/pn-chat/pn-chat-message/pn-chat-message.css +0 -0
  733. /package/{collection → dist/collection}/components/widgets/pn-chat/pn-chat-message/pn-chat-message.stories.js +0 -0
  734. /package/{collection → dist/collection}/components/widgets/pn-chat/pn-chat-message/pn-chat-message.stories.js.map +0 -0
  735. /package/{collection → dist/collection}/components/widgets/pn-chat/pn-chat.css +0 -0
  736. /package/{collection → dist/collection}/components/widgets/pn-chat/pn-chat.js +0 -0
  737. /package/{collection → dist/collection}/components/widgets/pn-chat/pn-chat.js.map +0 -0
  738. /package/{collection → dist/collection}/components/widgets/pn-chat/pn-chat.models.js +0 -0
  739. /package/{collection → dist/collection}/components/widgets/pn-chat/pn-chat.models.js.map +0 -0
  740. /package/{collection → dist/collection}/components/widgets/pn-chat/translations.js +0 -0
  741. /package/{collection → dist/collection}/components/widgets/pn-chat/translations.js.map +0 -0
  742. /package/{collection → dist/collection}/components/widgets/pn-chat/types.js +0 -0
  743. /package/{collection → dist/collection}/components/widgets/pn-chat/types.js.map +0 -0
  744. /package/{collection → dist/collection}/components/widgets/pn-find-price/data.js +0 -0
  745. /package/{collection → dist/collection}/components/widgets/pn-find-price/img/clouds.svg +0 -0
  746. /package/{collection → dist/collection}/components/widgets/pn-find-price/img/large-package.svg +0 -0
  747. /package/{collection → dist/collection}/components/widgets/pn-find-price/img/medium-package.svg +0 -0
  748. /package/{collection → dist/collection}/components/widgets/pn-find-price/img/postnord-person1.svg +0 -0
  749. /package/{collection → dist/collection}/components/widgets/pn-find-price/img/small-package.svg +0 -0
  750. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-result.css +0 -0
  751. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-result.js +0 -0
  752. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-result.js.map +0 -0
  753. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-store.js +0 -0
  754. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-store.js.map +0 -0
  755. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-translations.js +0 -0
  756. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-translations.js.map +0 -0
  757. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-types.js +0 -0
  758. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price-types.js.map +0 -0
  759. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price.css +0 -0
  760. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price.js +0 -0
  761. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price.js.map +0 -0
  762. /package/{collection → dist/collection}/components/widgets/pn-find-price/pn-find-price.stories.js +0 -0
  763. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/data.js +0 -0
  764. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/libs/convertnode.js +0 -0
  765. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-result.css +0 -0
  766. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-result.js +0 -0
  767. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-result.js.map +0 -0
  768. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-store.js +0 -0
  769. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-store.js.map +0 -0
  770. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-translations.js +0 -0
  771. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-translations.js.map +0 -0
  772. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-types.js +0 -0
  773. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-types.js.map +0 -0
  774. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price.css +0 -0
  775. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price.js +0 -0
  776. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price.js.map +0 -0
  777. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/pn-find-service-and-price.stories.js +0 -0
  778. /package/{collection → dist/collection}/components/widgets/pn-find-service-and-price/runconvert.js +0 -0
  779. /package/{collection → dist/collection}/components/widgets/pn-hero-block-international/assets/logo-international.svg +0 -0
  780. /package/{collection → dist/collection}/components/widgets/pn-hero-block-international/pn-hero-block-international.css +0 -0
  781. /package/{collection → dist/collection}/components/widgets/pn-hero-block-international/pn-hero-block-international.js +0 -0
  782. /package/{collection → dist/collection}/components/widgets/pn-hero-block-international/pn-hero-block-international.js.map +0 -0
  783. /package/{collection → dist/collection}/components/widgets/pn-hero-block-international/pn-hero-block-international.stories.js +0 -0
  784. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up-modal/pn-level-up-modal.css +0 -0
  785. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up-modal/pn-level-up-modal.js +0 -0
  786. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up-modal/pn-level-up-modal.js.map +0 -0
  787. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up-modal/pn-level-up-modal.stories.js +0 -0
  788. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up-modal/pn-level-up-modal.stories.js.map +0 -0
  789. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.css +0 -0
  790. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.js +0 -0
  791. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.js.map +0 -0
  792. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.models.js +0 -0
  793. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.models.js.map +0 -0
  794. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.service.js +0 -0
  795. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.service.js.map +0 -0
  796. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.stories.js +0 -0
  797. /package/{collection → dist/collection}/components/widgets/pn-level-up/pn-level-up.stories.js.map +0 -0
  798. /package/{collection → dist/collection}/components/widgets/pn-level-up/types.js +0 -0
  799. /package/{collection → dist/collection}/components/widgets/pn-level-up/types.js.map +0 -0
  800. /package/{collection → dist/collection}/components/widgets/pn-link-list/pn-link-list.css +0 -0
  801. /package/{collection → dist/collection}/components/widgets/pn-link-list/pn-link-list.js +0 -0
  802. /package/{collection → dist/collection}/components/widgets/pn-link-list/pn-link-list.js.map +0 -0
  803. /package/{collection → dist/collection}/components/widgets/pn-link-list/pn-link-list.stories.js +0 -0
  804. /package/{collection → dist/collection}/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.css +0 -0
  805. /package/{collection → dist/collection}/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.js +0 -0
  806. /package/{collection → dist/collection}/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.js.map +0 -0
  807. /package/{collection → dist/collection}/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.stories.js +0 -0
  808. /package/{collection → dist/collection}/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.stories.js.map +0 -0
  809. /package/{collection → dist/collection}/components/widgets/pn-marketweb-table/pn-marketweb-table.service.js +0 -0
  810. /package/{collection → dist/collection}/components/widgets/pn-marketweb-table/pn-marketweb-table.service.js.map +0 -0
  811. /package/{collection → dist/collection}/components/widgets/pn-marketweb-table/types.js +0 -0
  812. /package/{collection → dist/collection}/components/widgets/pn-marketweb-table/types.js.map +0 -0
  813. /package/{collection → dist/collection}/components/widgets/pn-pex-pricefinder/pn-pex-pricefinder.css +0 -0
  814. /package/{collection → dist/collection}/components/widgets/pn-pex-pricefinder/pn-pex-pricefinder.js +0 -0
  815. /package/{collection → dist/collection}/components/widgets/pn-pex-pricefinder/pn-pex-pricefinder.js.map +0 -0
  816. /package/{collection → dist/collection}/components/widgets/pn-pex-pricefinder/pn-pex-pricefinder.stories.js +0 -0
  817. /package/{collection → dist/collection}/components/widgets/pn-pex-pricefinder/translations.js +0 -0
  818. /package/{collection → dist/collection}/components/widgets/pn-pex-pricefinder/translations.js.map +0 -0
  819. /package/{collection → dist/collection}/components/widgets/pn-pex-pricefinder/types.js +0 -0
  820. /package/{collection → dist/collection}/components/widgets/pn-pex-pricefinder/types.js.map +0 -0
  821. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card-info.css +0 -0
  822. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card-info.js +0 -0
  823. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card-info.js.map +0 -0
  824. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card-price.css +0 -0
  825. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card-price.js +0 -0
  826. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card-price.js.map +0 -0
  827. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card.css +0 -0
  828. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card.js +0 -0
  829. /package/{collection → dist/collection}/components/widgets/pn-product-card/pn-product-card.js.map +0 -0
  830. /package/{collection → dist/collection}/components/widgets/pn-product-card/product-card.stories.js +0 -0
  831. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/data.js +0 -0
  832. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/libs/convert.js +0 -0
  833. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/libs/convertnode.js +0 -0
  834. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-result.css +0 -0
  835. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-result.js +0 -0
  836. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-result.js.map +0 -0
  837. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-store.js +0 -0
  838. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-store.js.map +0 -0
  839. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-translations.js +0 -0
  840. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-translations.js.map +0 -0
  841. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-types.js +0 -0
  842. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist-types.js.map +0 -0
  843. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist.css +0 -0
  844. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist.js +0 -0
  845. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist.js.map +0 -0
  846. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/pn-product-pricelist.stories.js +0 -0
  847. /package/{collection → dist/collection}/components/widgets/pn-product-pricelist/runconvert.js +0 -0
  848. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile-info.css +0 -0
  849. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile-info.js +0 -0
  850. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile-info.js.map +0 -0
  851. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile-price.css +0 -0
  852. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile-price.js +0 -0
  853. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile-price.js.map +0 -0
  854. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile.css +0 -0
  855. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile.js +0 -0
  856. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile.js.map +0 -0
  857. /package/{collection → dist/collection}/components/widgets/pn-product-tile/pn-product-tile.stories.js +0 -0
  858. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/data.js +0 -0
  859. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/img/clouds.svg +0 -0
  860. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/img/large-package.svg +0 -0
  861. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/img/medium-package.svg +0 -0
  862. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/img/postnord-person1.svg +0 -0
  863. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/img/postnord-person2.svg +0 -0
  864. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/img/small-package.svg +0 -0
  865. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-find-price.stories.js +0 -0
  866. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.css +0 -0
  867. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.js +0 -0
  868. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.js.map +0 -0
  869. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-store.js +0 -0
  870. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-store.js.map +0 -0
  871. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-translations.js +0 -0
  872. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-translations.js.map +0 -0
  873. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-types.js +0 -0
  874. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-types.js.map +0 -0
  875. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice.css +0 -0
  876. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice.js +0 -0
  877. /package/{collection → dist/collection}/components/widgets/pn-proxio-findprice/pn-proxio-findprice.js.map +0 -0
  878. /package/{collection → dist/collection}/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.css +0 -0
  879. /package/{collection → dist/collection}/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.js +0 -0
  880. /package/{collection → dist/collection}/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.js.map +0 -0
  881. /package/{collection → dist/collection}/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.stories.js +0 -0
  882. /package/{collection → dist/collection}/components/widgets/pn-proxio-pricegroup/translations.js +0 -0
  883. /package/{collection → dist/collection}/components/widgets/pn-proxio-pricegroup/translations.js.map +0 -0
  884. /package/{collection → dist/collection}/components/widgets/pn-proxio-pricegroup/types.js +0 -0
  885. /package/{collection → dist/collection}/components/widgets/pn-proxio-pricegroup/types.js.map +0 -0
  886. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-description.css +0 -0
  887. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-description.js +0 -0
  888. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-description.js.map +0 -0
  889. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-information.css +0 -0
  890. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-information.js +0 -0
  891. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-information.js.map +0 -0
  892. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-pricelink.css +0 -0
  893. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-pricelink.js +0 -0
  894. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-pricelink.js.map +0 -0
  895. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard.css +0 -0
  896. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard.js +0 -0
  897. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard.js.map +0 -0
  898. /package/{collection → dist/collection}/components/widgets/pn-proxio-productcard/pn-proxio-productcard.stories.js +0 -0
  899. /package/{collection → dist/collection}/components/widgets/pn-qr-code-generator/pn-qr-code-generator.css +0 -0
  900. /package/{collection → dist/collection}/components/widgets/pn-qr-code-generator/pn-qr-code-generator.js +0 -0
  901. /package/{collection → dist/collection}/components/widgets/pn-qr-code-generator/pn-qr-code-generator.js.map +0 -0
  902. /package/{collection → dist/collection}/components/widgets/pn-qr-code-generator/pn-qr-code-generator.stories.js +0 -0
  903. /package/{collection → dist/collection}/components/widgets/pn-qr-code-generator/pn-qr-code-generator.stories.js.map +0 -0
  904. /package/{collection → dist/collection}/components/widgets/pn-usp-promoter/pn-usp-promoter.css +0 -0
  905. /package/{collection → dist/collection}/components/widgets/pn-usp-promoter/pn-usp-promoter.js.map +0 -0
  906. /package/{collection → dist/collection}/components/widgets/pn-usp-promoter/pn-usp-promoter.stories.js +0 -0
  907. /package/{collection → dist/collection}/globals/FetchHelper.js +0 -0
  908. /package/{collection → dist/collection}/globals/FetchHelper.js.map +0 -0
  909. /package/{collection → dist/collection}/globals/HeadingTag.js +0 -0
  910. /package/{collection → dist/collection}/globals/HeadingTag.js.map +0 -0
  911. /package/{collection → dist/collection}/globals/LocalStorageService.js +0 -0
  912. /package/{collection → dist/collection}/globals/LocalStorageService.js.map +0 -0
  913. /package/{collection → dist/collection}/globals/MarketWebContextService.js +0 -0
  914. /package/{collection → dist/collection}/globals/MarketWebContextService.js.map +0 -0
  915. /package/{collection → dist/collection}/globals/MarketWebLoginManager.js +0 -0
  916. /package/{collection → dist/collection}/globals/MarketWebLoginManager.js.map +0 -0
  917. /package/{collection → dist/collection}/globals/ScreensizeDetect.js +0 -0
  918. /package/{collection → dist/collection}/globals/ScreensizeDetect.js.map +0 -0
  919. /package/{collection → dist/collection}/globals/documentation/story.js +0 -0
  920. /package/{collection → dist/collection}/globals/documentation/story.js.map +0 -0
  921. /package/{collection → dist/collection}/globals/shared/productprice/convert.js +0 -0
  922. /package/{collection → dist/collection}/globals/shared/productprice/product-price-types.js +0 -0
  923. /package/{collection → dist/collection}/globals/shared/productprice/product-price-types.js.map +0 -0
  924. /package/{collection → dist/collection}/globals/storybookGlobals.js +0 -0
  925. /package/{collection → dist/collection}/globals/storybookGlobals.js.map +0 -0
  926. /package/{collection → dist/collection}/globals/types.js +0 -0
  927. /package/{collection → dist/collection}/index.js +0 -0
  928. /package/{collection → dist/collection}/index.js.map +0 -0
  929. /package/{collection → dist/collection}/utils/utils.js +0 -0
  930. /package/{collection → dist/collection}/utils/utils.js.map +0 -0
  931. /package/{components → dist/components}/FetchHelper.js +0 -0
  932. /package/{components → dist/components}/FetchHelper.js.map +0 -0
  933. /package/{components → dist/components}/HeadingTag.js +0 -0
  934. /package/{components → dist/components}/HeadingTag.js.map +0 -0
  935. /package/{components → dist/components}/LocalStorageService.js +0 -0
  936. /package/{components → dist/components}/LocalStorageService.js.map +0 -0
  937. /package/{components → dist/components}/MarketWebContextService.js +0 -0
  938. /package/{components → dist/components}/MarketWebContextService.js.map +0 -0
  939. /package/{components → dist/components}/alert_exclamation_circle.js +0 -0
  940. /package/{components → dist/components}/alert_exclamation_circle.js.map +0 -0
  941. /package/{components → dist/components}/align_center.js +0 -0
  942. /package/{components → dist/components}/align_center.js.map +0 -0
  943. /package/{components → dist/components}/angle_small_down.js +0 -0
  944. /package/{components → dist/components}/angle_small_down.js.map +0 -0
  945. /package/{components → dist/components}/angle_up.js +0 -0
  946. /package/{components → dist/components}/angle_up.js.map +0 -0
  947. /package/{components → dist/components}/arrow_left.js +0 -0
  948. /package/{components → dist/components}/arrow_left.js.map +0 -0
  949. /package/{components → dist/components}/arrow_right.js +0 -0
  950. /package/{components → dist/components}/arrow_right.js.map +0 -0
  951. /package/{components → dist/components}/bars.js +0 -0
  952. /package/{components → dist/components}/bars.js.map +0 -0
  953. /package/{components → dist/components}/box_label.js +0 -0
  954. /package/{components → dist/components}/box_label.js.map +0 -0
  955. /package/{components → dist/components}/close.js +0 -0
  956. /package/{components → dist/components}/close.js.map +0 -0
  957. /package/{components → dist/components}/close_small.js +0 -0
  958. /package/{components → dist/components}/close_small.js.map +0 -0
  959. /package/{components → dist/components}/convert.js +0 -0
  960. /package/{components → dist/components}/convert.js.map +0 -0
  961. /package/{components → dist/components}/data.js +0 -0
  962. /package/{components → dist/components}/data.js.map +0 -0
  963. /package/{components → dist/components}/index.d.ts +0 -0
  964. /package/{components → dist/components}/index.js +0 -0
  965. /package/{components → dist/components}/index.js.map +0 -0
  966. /package/{components → dist/components}/index2.js +0 -0
  967. /package/{components → dist/components}/index2.js.map +0 -0
  968. /package/{components → dist/components}/index3.js +0 -0
  969. /package/{components → dist/components}/index3.js.map +0 -0
  970. /package/{components → dist/components}/index4.js +0 -0
  971. /package/{components → dist/components}/index4.js.map +0 -0
  972. /package/{components → dist/components}/minus.js +0 -0
  973. /package/{components → dist/components}/minus.js.map +0 -0
  974. /package/{components → dist/components}/mockresponse.js +0 -0
  975. /package/{components → dist/components}/mockresponse.js.map +0 -0
  976. /package/{components → dist/components}/open_in_new.js +0 -0
  977. /package/{components → dist/components}/open_in_new.js.map +0 -0
  978. /package/{components → dist/components}/plus.js +0 -0
  979. /package/{components → dist/components}/plus.js.map +0 -0
  980. /package/{components → dist/components}/pn-address-autofill.d.ts +0 -0
  981. /package/{components → dist/components}/pn-address-autofill.js +0 -0
  982. /package/{components → dist/components}/pn-address-autofill.js.map +0 -0
  983. /package/{components → dist/components}/pn-animated-tile.d.ts +0 -0
  984. /package/{components → dist/components}/pn-animated-tile.js +0 -0
  985. /package/{components → dist/components}/pn-animated-tile.js.map +0 -0
  986. /package/{components → dist/components}/pn-app-banner.d.ts +0 -0
  987. /package/{components → dist/components}/pn-app-banner.js +0 -0
  988. /package/{components → dist/components}/pn-app-banner.js.map +0 -0
  989. /package/{components → dist/components}/pn-bonus-progressbar-level.d.ts +0 -0
  990. /package/{components → dist/components}/pn-bonus-progressbar-level.js +0 -0
  991. /package/{components → dist/components}/pn-bonus-progressbar-level.js.map +0 -0
  992. /package/{components → dist/components}/pn-bonus-progressbar.d.ts +0 -0
  993. /package/{components → dist/components}/pn-bonus-progressbar.js +0 -0
  994. /package/{components → dist/components}/pn-bonus-progressbar.js.map +0 -0
  995. /package/{components → dist/components}/pn-breakpoints.d.ts +0 -0
  996. /package/{components → dist/components}/pn-breakpoints.js +0 -0
  997. /package/{components → dist/components}/pn-breakpoints.js.map +0 -0
  998. /package/{components → dist/components}/pn-chart.d.ts +0 -0
  999. /package/{components → dist/components}/pn-chart.js +0 -0
  1000. /package/{components → dist/components}/pn-chart.js.map +0 -0
  1001. /package/{components → dist/components}/pn-charts-card.d.ts +0 -0
  1002. /package/{components → dist/components}/pn-charts-card.js +0 -0
  1003. /package/{components → dist/components}/pn-charts-card.js.map +0 -0
  1004. /package/{components → dist/components}/pn-chat-message.d.ts +0 -0
  1005. /package/{components → dist/components}/pn-chat-message.js +0 -0
  1006. /package/{components → dist/components}/pn-chat-message.js.map +0 -0
  1007. /package/{components → dist/components}/pn-chat.d.ts +0 -0
  1008. /package/{components → dist/components}/pn-chat.js +0 -0
  1009. /package/{components → dist/components}/pn-chat.js.map +0 -0
  1010. /package/{components → dist/components}/pn-choice-button.d.ts +0 -0
  1011. /package/{components → dist/components}/pn-choice-button.js +0 -0
  1012. /package/{components → dist/components}/pn-choice-button.js.map +0 -0
  1013. /package/{components → dist/components}/pn-choice-button2.js +0 -0
  1014. /package/{components → dist/components}/pn-choice-button2.js.map +0 -0
  1015. /package/{components → dist/components}/pn-cta-block.d.ts +0 -0
  1016. /package/{components → dist/components}/pn-cta-block.js +0 -0
  1017. /package/{components → dist/components}/pn-cta-block.js.map +0 -0
  1018. /package/{components → dist/components}/pn-customernumber-selector-option.d.ts +0 -0
  1019. /package/{components → dist/components}/pn-customernumber-selector-option.js +0 -0
  1020. /package/{components → dist/components}/pn-customernumber-selector-option.js.map +0 -0
  1021. /package/{components → dist/components}/pn-customernumber-selector.d.ts +0 -0
  1022. /package/{components → dist/components}/pn-customernumber-selector.js +0 -0
  1023. /package/{components → dist/components}/pn-customernumber-selector.js.map +0 -0
  1024. /package/{components → dist/components}/pn-date-and-time.d.ts +0 -0
  1025. /package/{components → dist/components}/pn-date-and-time.js +0 -0
  1026. /package/{components → dist/components}/pn-date-and-time.js.map +0 -0
  1027. /package/{components → dist/components}/pn-dropdown-choice-adds-row.d.ts +0 -0
  1028. /package/{components → dist/components}/pn-dropdown-choice-adds-row.js +0 -0
  1029. /package/{components → dist/components}/pn-dropdown-choice-adds-row.js.map +0 -0
  1030. /package/{components → dist/components}/pn-dropdown-with-multi-input-rows-row.d.ts +0 -0
  1031. /package/{components → dist/components}/pn-dropdown-with-multi-input-rows-row.js +0 -0
  1032. /package/{components → dist/components}/pn-dropdown-with-multi-input-rows-row.js.map +0 -0
  1033. /package/{components → dist/components}/pn-dropdown-with-multi-input-rows-row2.js +0 -0
  1034. /package/{components → dist/components}/pn-dropdown-with-multi-input-rows-row2.js.map +0 -0
  1035. /package/{components → dist/components}/pn-dropdown-with-multi-input-rows.d.ts +0 -0
  1036. /package/{components → dist/components}/pn-dropdown-with-multi-input-rows.js +0 -0
  1037. /package/{components → dist/components}/pn-dropdown-with-multi-input-rows.js.map +0 -0
  1038. /package/{components → dist/components}/pn-filter-checkbox.d.ts +0 -0
  1039. /package/{components → dist/components}/pn-filter-checkbox.js +0 -0
  1040. /package/{components → dist/components}/pn-filter-checkbox.js.map +0 -0
  1041. /package/{components → dist/components}/pn-filter-checkbox2.js +0 -0
  1042. /package/{components → dist/components}/pn-filter-checkbox2.js.map +0 -0
  1043. /package/{components → dist/components}/pn-find-price-result.d.ts +0 -0
  1044. /package/{components → dist/components}/pn-find-price-result.js +0 -0
  1045. /package/{components → dist/components}/pn-find-price-result.js.map +0 -0
  1046. /package/{components → dist/components}/pn-find-price-result2.js +0 -0
  1047. /package/{components → dist/components}/pn-find-price-result2.js.map +0 -0
  1048. /package/{components → dist/components}/pn-find-price.d.ts +0 -0
  1049. /package/{components → dist/components}/pn-find-price.js +0 -0
  1050. /package/{components → dist/components}/pn-find-price.js.map +0 -0
  1051. /package/{components → dist/components}/pn-find-service-and-price-result.d.ts +0 -0
  1052. /package/{components → dist/components}/pn-find-service-and-price-result.js +0 -0
  1053. /package/{components → dist/components}/pn-find-service-and-price-result.js.map +0 -0
  1054. /package/{components → dist/components}/pn-find-service-and-price-result2.js +0 -0
  1055. /package/{components → dist/components}/pn-find-service-and-price-result2.js.map +0 -0
  1056. /package/{components → dist/components}/pn-find-service-and-price.d.ts +0 -0
  1057. /package/{components → dist/components}/pn-find-service-and-price.js +0 -0
  1058. /package/{components → dist/components}/pn-find-service-and-price.js.map +0 -0
  1059. /package/{components → dist/components}/pn-hero-block-international.d.ts +0 -0
  1060. /package/{components → dist/components}/pn-hero-block-international.js +0 -0
  1061. /package/{components → dist/components}/pn-hero-block-international.js.map +0 -0
  1062. /package/{components → dist/components}/pn-language-selector-option.d.ts +0 -0
  1063. /package/{components → dist/components}/pn-language-selector-option.js +0 -0
  1064. /package/{components → dist/components}/pn-language-selector-option.js.map +0 -0
  1065. /package/{components → dist/components}/pn-language-selector-option2.js +0 -0
  1066. /package/{components → dist/components}/pn-language-selector-option2.js.map +0 -0
  1067. /package/{components → dist/components}/pn-language-selector.d.ts +0 -0
  1068. /package/{components → dist/components}/pn-language-selector.js +0 -0
  1069. /package/{components → dist/components}/pn-language-selector.js.map +0 -0
  1070. /package/{components → dist/components}/pn-language-selector2.js +0 -0
  1071. /package/{components → dist/components}/pn-language-selector2.js.map +0 -0
  1072. /package/{components → dist/components}/pn-level-up-modal.d.ts +0 -0
  1073. /package/{components → dist/components}/pn-level-up-modal.js +0 -0
  1074. /package/{components → dist/components}/pn-level-up-modal.js.map +0 -0
  1075. /package/{components → dist/components}/pn-level-up-modal2.js +0 -0
  1076. /package/{components → dist/components}/pn-level-up-modal2.js.map +0 -0
  1077. /package/{components → dist/components}/pn-level-up.d.ts +0 -0
  1078. /package/{components → dist/components}/pn-level-up.js +0 -0
  1079. /package/{components → dist/components}/pn-level-up.js.map +0 -0
  1080. /package/{components → dist/components}/pn-line-shape.d.ts +0 -0
  1081. /package/{components → dist/components}/pn-line-shape.js +0 -0
  1082. /package/{components → dist/components}/pn-line-shape.js.map +0 -0
  1083. /package/{components → dist/components}/pn-link-list.d.ts +0 -0
  1084. /package/{components → dist/components}/pn-link-list.js +0 -0
  1085. /package/{components → dist/components}/pn-link-list.js.map +0 -0
  1086. /package/{components → dist/components}/pn-mainnav-level.d.ts +0 -0
  1087. /package/{components → dist/components}/pn-mainnav-level.js +0 -0
  1088. /package/{components → dist/components}/pn-mainnav-level.js.map +0 -0
  1089. /package/{components → dist/components}/pn-mainnav-level2.js +0 -0
  1090. /package/{components → dist/components}/pn-mainnav-level2.js.map +0 -0
  1091. /package/{components → dist/components}/pn-mainnav-link.d.ts +0 -0
  1092. /package/{components → dist/components}/pn-mainnav-link.js +0 -0
  1093. /package/{components → dist/components}/pn-mainnav-link.js.map +0 -0
  1094. /package/{components → dist/components}/pn-mainnav-link2.js +0 -0
  1095. /package/{components → dist/components}/pn-mainnav-link2.js.map +0 -0
  1096. /package/{components → dist/components}/pn-mainnav-list.d.ts +0 -0
  1097. /package/{components → dist/components}/pn-mainnav-list.js +0 -0
  1098. /package/{components → dist/components}/pn-mainnav-list.js.map +0 -0
  1099. /package/{components → dist/components}/pn-mainnav-list2.js +0 -0
  1100. /package/{components → dist/components}/pn-mainnav-list2.js.map +0 -0
  1101. /package/{components → dist/components}/pn-mainnav-store.js +0 -0
  1102. /package/{components → dist/components}/pn-mainnav-store.js.map +0 -0
  1103. /package/{components → dist/components}/pn-mainnav.d.ts +0 -0
  1104. /package/{components → dist/components}/pn-mainnav.js +0 -0
  1105. /package/{components → dist/components}/pn-mainnav.js.map +0 -0
  1106. /package/{components → dist/components}/pn-mainnav2.js +0 -0
  1107. /package/{components → dist/components}/pn-mainnav2.js.map +0 -0
  1108. /package/{components → dist/components}/pn-marketweb-carousel.d.ts +0 -0
  1109. /package/{components → dist/components}/pn-marketweb-carousel.js +0 -0
  1110. /package/{components → dist/components}/pn-marketweb-carousel.js.map +0 -0
  1111. /package/{components → dist/components}/pn-marketweb-carousel2.js +0 -0
  1112. /package/{components → dist/components}/pn-marketweb-carousel2.js.map +0 -0
  1113. /package/{components → dist/components}/pn-marketweb-icon.d.ts +0 -0
  1114. /package/{components → dist/components}/pn-marketweb-icon.js +0 -0
  1115. /package/{components → dist/components}/pn-marketweb-icon.js.map +0 -0
  1116. /package/{components → dist/components}/pn-marketweb-input.d.ts +0 -0
  1117. /package/{components → dist/components}/pn-marketweb-input.js +0 -0
  1118. /package/{components → dist/components}/pn-marketweb-input.js.map +0 -0
  1119. /package/{components → dist/components}/pn-marketweb-input2.js +0 -0
  1120. /package/{components → dist/components}/pn-marketweb-input2.js.map +0 -0
  1121. /package/{components → dist/components}/pn-marketweb-search.d.ts +0 -0
  1122. /package/{components → dist/components}/pn-marketweb-sitefooter.d.ts +0 -0
  1123. /package/{components → dist/components}/pn-marketweb-sitefooter.js +0 -0
  1124. /package/{components → dist/components}/pn-marketweb-sitefooter.js.map +0 -0
  1125. /package/{components → dist/components}/pn-marketweb-siteheader-login-button.d.ts +0 -0
  1126. /package/{components → dist/components}/pn-marketweb-siteheader-login-button.js +0 -0
  1127. /package/{components → dist/components}/pn-marketweb-siteheader-login-button.js.map +0 -0
  1128. /package/{components → dist/components}/pn-marketweb-siteheader-login-button2.js +0 -0
  1129. /package/{components → dist/components}/pn-marketweb-siteheader-login-button2.js.map +0 -0
  1130. /package/{components → dist/components}/pn-marketweb-siteheader-login-linklist.d.ts +0 -0
  1131. /package/{components → dist/components}/pn-marketweb-siteheader-login-linklist.js +0 -0
  1132. /package/{components → dist/components}/pn-marketweb-siteheader-login-linklist.js.map +0 -0
  1133. /package/{components → dist/components}/pn-marketweb-siteheader-login-linklist2.js +0 -0
  1134. /package/{components → dist/components}/pn-marketweb-siteheader-login-linklist2.js.map +0 -0
  1135. /package/{components → dist/components}/pn-marketweb-siteheader-login-links.d.ts +0 -0
  1136. /package/{components → dist/components}/pn-marketweb-siteheader-login-links.js +0 -0
  1137. /package/{components → dist/components}/pn-marketweb-siteheader-login-links.js.map +0 -0
  1138. /package/{components → dist/components}/pn-marketweb-siteheader-login-links2.js +0 -0
  1139. /package/{components → dist/components}/pn-marketweb-siteheader-login-links2.js.map +0 -0
  1140. /package/{components → dist/components}/pn-marketweb-siteheader-login-mypage-button.d.ts +0 -0
  1141. /package/{components → dist/components}/pn-marketweb-siteheader-login-mypage-button.js +0 -0
  1142. /package/{components → dist/components}/pn-marketweb-siteheader-login-mypage-button.js.map +0 -0
  1143. /package/{components → dist/components}/pn-marketweb-siteheader-login-profileselection.d.ts +0 -0
  1144. /package/{components → dist/components}/pn-marketweb-siteheader-login-profileselection.js +0 -0
  1145. /package/{components → dist/components}/pn-marketweb-siteheader-login-profileselection.js.map +0 -0
  1146. /package/{components → dist/components}/pn-marketweb-siteheader-login-profileselection2.js +0 -0
  1147. /package/{components → dist/components}/pn-marketweb-siteheader-login-profileselection2.js.map +0 -0
  1148. /package/{components → dist/components}/pn-marketweb-siteheader-login.d.ts +0 -0
  1149. /package/{components → dist/components}/pn-marketweb-siteheader-login.js +0 -0
  1150. /package/{components → dist/components}/pn-marketweb-siteheader-login.js.map +0 -0
  1151. /package/{components → dist/components}/pn-marketweb-siteheader-login2.js +0 -0
  1152. /package/{components → dist/components}/pn-marketweb-siteheader-login2.js.map +0 -0
  1153. /package/{components → dist/components}/pn-marketweb-siteheader-search.d.ts +0 -0
  1154. /package/{components → dist/components}/pn-marketweb-siteheader-search.js +0 -0
  1155. /package/{components → dist/components}/pn-marketweb-siteheader-search.js.map +0 -0
  1156. /package/{components → dist/components}/pn-marketweb-siteheader-search2.js +0 -0
  1157. /package/{components → dist/components}/pn-marketweb-siteheader-search2.js.map +0 -0
  1158. /package/{components → dist/components}/pn-marketweb-siteheader-unified-login.d.ts +0 -0
  1159. /package/{components → dist/components}/pn-marketweb-siteheader-unified-login.js +0 -0
  1160. /package/{components → dist/components}/pn-marketweb-siteheader-unified-login.js.map +0 -0
  1161. /package/{components → dist/components}/pn-marketweb-siteheader-unified-login2.js +0 -0
  1162. /package/{components → dist/components}/pn-marketweb-siteheader-unified-login2.js.map +0 -0
  1163. /package/{components → dist/components}/pn-marketweb-siteheader.d.ts +0 -0
  1164. /package/{components → dist/components}/pn-marketweb-siteheader.js +0 -0
  1165. /package/{components → dist/components}/pn-marketweb-siteheader.js.map +0 -0
  1166. /package/{components → dist/components}/pn-marketweb-table.d.ts +0 -0
  1167. /package/{components → dist/components}/pn-media-block.d.ts +0 -0
  1168. /package/{components → dist/components}/pn-media-block.js +0 -0
  1169. /package/{components → dist/components}/pn-media-block.js.map +0 -0
  1170. /package/{components → dist/components}/pn-multi-row-connected-dropdown-row.d.ts +0 -0
  1171. /package/{components → dist/components}/pn-multi-row-connected-dropdown-row.js +0 -0
  1172. /package/{components → dist/components}/pn-multi-row-connected-dropdown-row.js.map +0 -0
  1173. /package/{components → dist/components}/pn-multi-row-connected-dropdown-row2.js +0 -0
  1174. /package/{components → dist/components}/pn-multi-row-connected-dropdown-row2.js.map +0 -0
  1175. /package/{components → dist/components}/pn-multi-row-connected-dropdown.d.ts +0 -0
  1176. /package/{components → dist/components}/pn-multi-row-connected-dropdown.js +0 -0
  1177. /package/{components → dist/components}/pn-multi-row-connected-dropdown.js.map +0 -0
  1178. /package/{components → dist/components}/pn-multiple-input.d.ts +0 -0
  1179. /package/{components → dist/components}/pn-multiple-input.js +0 -0
  1180. /package/{components → dist/components}/pn-multiple-input.js.map +0 -0
  1181. /package/{components → dist/components}/pn-parcel-tracker.d.ts +0 -0
  1182. /package/{components → dist/components}/pn-parcel-tracker.js +0 -0
  1183. /package/{components → dist/components}/pn-parcel-tracker.js.map +0 -0
  1184. /package/{components → dist/components}/pn-pex-pricefinder.d.ts +0 -0
  1185. /package/{components → dist/components}/pn-pex-pricefinder.js +0 -0
  1186. /package/{components → dist/components}/pn-pex-pricefinder.js.map +0 -0
  1187. /package/{components → dist/components}/pn-play-on-scroll.d.ts +0 -0
  1188. /package/{components → dist/components}/pn-play-on-scroll.js +0 -0
  1189. /package/{components → dist/components}/pn-play-on-scroll.js.map +0 -0
  1190. /package/{components → dist/components}/pn-play-on-scroll2.js +0 -0
  1191. /package/{components → dist/components}/pn-play-on-scroll2.js.map +0 -0
  1192. /package/{components → dist/components}/pn-product-card-info.d.ts +0 -0
  1193. /package/{components → dist/components}/pn-product-card-info.js +0 -0
  1194. /package/{components → dist/components}/pn-product-card-info.js.map +0 -0
  1195. /package/{components → dist/components}/pn-product-card-info2.js +0 -0
  1196. /package/{components → dist/components}/pn-product-card-info2.js.map +0 -0
  1197. /package/{components → dist/components}/pn-product-card-price.d.ts +0 -0
  1198. /package/{components → dist/components}/pn-product-card-price.js +0 -0
  1199. /package/{components → dist/components}/pn-product-card-price.js.map +0 -0
  1200. /package/{components → dist/components}/pn-product-card-price2.js +0 -0
  1201. /package/{components → dist/components}/pn-product-card-price2.js.map +0 -0
  1202. /package/{components → dist/components}/pn-product-card.d.ts +0 -0
  1203. /package/{components → dist/components}/pn-product-card.js +0 -0
  1204. /package/{components → dist/components}/pn-product-card.js.map +0 -0
  1205. /package/{components → dist/components}/pn-product-card2.js +0 -0
  1206. /package/{components → dist/components}/pn-product-card2.js.map +0 -0
  1207. /package/{components → dist/components}/pn-product-pricelist-result.d.ts +0 -0
  1208. /package/{components → dist/components}/pn-product-pricelist-result.js +0 -0
  1209. /package/{components → dist/components}/pn-product-pricelist-result.js.map +0 -0
  1210. /package/{components → dist/components}/pn-product-pricelist.d.ts +0 -0
  1211. /package/{components → dist/components}/pn-product-pricelist.js +0 -0
  1212. /package/{components → dist/components}/pn-product-pricelist.js.map +0 -0
  1213. /package/{components → dist/components}/pn-product-tile-info.d.ts +0 -0
  1214. /package/{components → dist/components}/pn-product-tile-info.js +0 -0
  1215. /package/{components → dist/components}/pn-product-tile-info.js.map +0 -0
  1216. /package/{components → dist/components}/pn-product-tile-info2.js +0 -0
  1217. /package/{components → dist/components}/pn-product-tile-info2.js.map +0 -0
  1218. /package/{components → dist/components}/pn-product-tile-price.d.ts +0 -0
  1219. /package/{components → dist/components}/pn-product-tile-price.js +0 -0
  1220. /package/{components → dist/components}/pn-product-tile-price.js.map +0 -0
  1221. /package/{components → dist/components}/pn-product-tile-price2.js +0 -0
  1222. /package/{components → dist/components}/pn-product-tile-price2.js.map +0 -0
  1223. /package/{components → dist/components}/pn-product-tile.d.ts +0 -0
  1224. /package/{components → dist/components}/pn-product-tile.js +0 -0
  1225. /package/{components → dist/components}/pn-product-tile.js.map +0 -0
  1226. /package/{components → dist/components}/pn-profile-modal-customernumber.d.ts +0 -0
  1227. /package/{components → dist/components}/pn-profile-modal-customernumber.js +0 -0
  1228. /package/{components → dist/components}/pn-profile-modal-customernumber.js.map +0 -0
  1229. /package/{components → dist/components}/pn-profile-modal-profile.d.ts +0 -0
  1230. /package/{components → dist/components}/pn-profile-modal-profile.js +0 -0
  1231. /package/{components → dist/components}/pn-profile-modal-profile.js.map +0 -0
  1232. /package/{components → dist/components}/pn-profile-modal-store.js +0 -0
  1233. /package/{components → dist/components}/pn-profile-modal-store.js.map +0 -0
  1234. /package/{components → dist/components}/pn-profile-modal-type.d.ts +0 -0
  1235. /package/{components → dist/components}/pn-profile-modal-type.js +0 -0
  1236. /package/{components → dist/components}/pn-profile-modal-type.js.map +0 -0
  1237. /package/{components → dist/components}/pn-profile-modal.d.ts +0 -0
  1238. /package/{components → dist/components}/pn-profile-modal.js +0 -0
  1239. /package/{components → dist/components}/pn-profile-modal.js.map +0 -0
  1240. /package/{components → dist/components}/pn-profile-selector-option.d.ts +0 -0
  1241. /package/{components → dist/components}/pn-profile-selector-option.js +0 -0
  1242. /package/{components → dist/components}/pn-profile-selector-option.js.map +0 -0
  1243. /package/{components → dist/components}/pn-profile-selector.d.ts +0 -0
  1244. /package/{components → dist/components}/pn-profile-selector.js +0 -0
  1245. /package/{components → dist/components}/pn-profile-selector.js.map +0 -0
  1246. /package/{components → dist/components}/pn-proxio-findprice-result.d.ts +0 -0
  1247. /package/{components → dist/components}/pn-proxio-findprice-result.js +0 -0
  1248. /package/{components → dist/components}/pn-proxio-findprice-result.js.map +0 -0
  1249. /package/{components → dist/components}/pn-proxio-findprice-result2.js +0 -0
  1250. /package/{components → dist/components}/pn-proxio-findprice-result2.js.map +0 -0
  1251. /package/{components → dist/components}/pn-proxio-findprice.d.ts +0 -0
  1252. /package/{components → dist/components}/pn-proxio-findprice.js +0 -0
  1253. /package/{components → dist/components}/pn-proxio-findprice.js.map +0 -0
  1254. /package/{components → dist/components}/pn-proxio-pricegroup.d.ts +0 -0
  1255. /package/{components → dist/components}/pn-proxio-pricegroup.js +0 -0
  1256. /package/{components → dist/components}/pn-proxio-pricegroup.js.map +0 -0
  1257. /package/{components → dist/components}/pn-proxio-productcard-description.d.ts +0 -0
  1258. /package/{components → dist/components}/pn-proxio-productcard-description.js +0 -0
  1259. /package/{components → dist/components}/pn-proxio-productcard-description.js.map +0 -0
  1260. /package/{components → dist/components}/pn-proxio-productcard-description2.js +0 -0
  1261. /package/{components → dist/components}/pn-proxio-productcard-description2.js.map +0 -0
  1262. /package/{components → dist/components}/pn-proxio-productcard-information.d.ts +0 -0
  1263. /package/{components → dist/components}/pn-proxio-productcard-information.js +0 -0
  1264. /package/{components → dist/components}/pn-proxio-productcard-information.js.map +0 -0
  1265. /package/{components → dist/components}/pn-proxio-productcard-information2.js +0 -0
  1266. /package/{components → dist/components}/pn-proxio-productcard-information2.js.map +0 -0
  1267. /package/{components → dist/components}/pn-proxio-productcard-pricelink.d.ts +0 -0
  1268. /package/{components → dist/components}/pn-proxio-productcard-pricelink.js +0 -0
  1269. /package/{components → dist/components}/pn-proxio-productcard-pricelink.js.map +0 -0
  1270. /package/{components → dist/components}/pn-proxio-productcard-pricelink2.js +0 -0
  1271. /package/{components → dist/components}/pn-proxio-productcard-pricelink2.js.map +0 -0
  1272. /package/{components → dist/components}/pn-proxio-productcard.d.ts +0 -0
  1273. /package/{components → dist/components}/pn-proxio-productcard.js +0 -0
  1274. /package/{components → dist/components}/pn-proxio-productcard.js.map +0 -0
  1275. /package/{components → dist/components}/pn-proxio-productcard2.js +0 -0
  1276. /package/{components → dist/components}/pn-proxio-productcard2.js.map +0 -0
  1277. /package/{components → dist/components}/pn-qr-code-generator.d.ts +0 -0
  1278. /package/{components → dist/components}/pn-qr-code-generator.js +0 -0
  1279. /package/{components → dist/components}/pn-qr-code-generator.js.map +0 -0
  1280. /package/{components → dist/components}/pn-qr-code-generator2.js +0 -0
  1281. /package/{components → dist/components}/pn-qr-code-generator2.js.map +0 -0
  1282. /package/{components → dist/components}/pn-quick-cta.d.ts +0 -0
  1283. /package/{components → dist/components}/pn-quick-cta.js +0 -0
  1284. /package/{components → dist/components}/pn-quick-cta.js.map +0 -0
  1285. /package/{components → dist/components}/pn-quote-card.d.ts +0 -0
  1286. /package/{components → dist/components}/pn-quote-card.js +0 -0
  1287. /package/{components → dist/components}/pn-quote-card.js.map +0 -0
  1288. /package/{components → dist/components}/pn-scroll.d.ts +0 -0
  1289. /package/{components → dist/components}/pn-scroll.js +0 -0
  1290. /package/{components → dist/components}/pn-scroll.js.map +0 -0
  1291. /package/{components → dist/components}/pn-scroll2.js +0 -0
  1292. /package/{components → dist/components}/pn-scroll2.js.map +0 -0
  1293. /package/{components → dist/components}/pn-share-item.d.ts +0 -0
  1294. /package/{components → dist/components}/pn-share-item.js +0 -0
  1295. /package/{components → dist/components}/pn-share-item.js.map +0 -0
  1296. /package/{components → dist/components}/pn-share-item2.js +0 -0
  1297. /package/{components → dist/components}/pn-share-item2.js.map +0 -0
  1298. /package/{components → dist/components}/pn-share.d.ts +0 -0
  1299. /package/{components → dist/components}/pn-share.js +0 -0
  1300. /package/{components → dist/components}/pn-share.js.map +0 -0
  1301. /package/{components → dist/components}/pn-sidenav-level.d.ts +0 -0
  1302. /package/{components → dist/components}/pn-sidenav-level.js +0 -0
  1303. /package/{components → dist/components}/pn-sidenav-level.js.map +0 -0
  1304. /package/{components → dist/components}/pn-sidenav-link.d.ts +0 -0
  1305. /package/{components → dist/components}/pn-sidenav-link.js +0 -0
  1306. /package/{components → dist/components}/pn-sidenav-link.js.map +0 -0
  1307. /package/{components → dist/components}/pn-sidenav-store.js +0 -0
  1308. /package/{components → dist/components}/pn-sidenav-store.js.map +0 -0
  1309. /package/{components → dist/components}/pn-sidenav-togglebutton.d.ts +0 -0
  1310. /package/{components → dist/components}/pn-sidenav-togglebutton.js +0 -0
  1311. /package/{components → dist/components}/pn-sidenav-togglebutton.js.map +0 -0
  1312. /package/{components → dist/components}/pn-sidenav.d.ts +0 -0
  1313. /package/{components → dist/components}/pn-sidenav.js +0 -0
  1314. /package/{components → dist/components}/pn-sidenav.js.map +0 -0
  1315. /package/{components → dist/components}/pn-site-footer-col.d.ts +0 -0
  1316. /package/{components → dist/components}/pn-site-footer-col.js +0 -0
  1317. /package/{components → dist/components}/pn-site-footer-col.js.map +0 -0
  1318. /package/{components → dist/components}/pn-site-footer-col2.js +0 -0
  1319. /package/{components → dist/components}/pn-site-footer-col2.js.map +0 -0
  1320. /package/{components → dist/components}/pn-site-footer.d.ts +0 -0
  1321. /package/{components → dist/components}/pn-site-footer.js +0 -0
  1322. /package/{components → dist/components}/pn-site-footer.js.map +0 -0
  1323. /package/{components → dist/components}/pn-site-footer2.js +0 -0
  1324. /package/{components → dist/components}/pn-site-footer2.js.map +0 -0
  1325. /package/{components → dist/components}/pn-site-selector-item.d.ts +0 -0
  1326. /package/{components → dist/components}/pn-site-selector-item.js +0 -0
  1327. /package/{components → dist/components}/pn-site-selector-item.js.map +0 -0
  1328. /package/{components → dist/components}/pn-site-selector-item2.js +0 -0
  1329. /package/{components → dist/components}/pn-site-selector-item2.js.map +0 -0
  1330. /package/{components → dist/components}/pn-site-selector.d.ts +0 -0
  1331. /package/{components → dist/components}/pn-site-selector.js +0 -0
  1332. /package/{components → dist/components}/pn-site-selector.js.map +0 -0
  1333. /package/{components → dist/components}/pn-site-selector2.js +0 -0
  1334. /package/{components → dist/components}/pn-site-selector2.js.map +0 -0
  1335. /package/{components → dist/components}/pn-spotlight.d.ts +0 -0
  1336. /package/{components → dist/components}/pn-spotlight.js +0 -0
  1337. /package/{components → dist/components}/pn-spotlight.js.map +0 -0
  1338. /package/{components → dist/components}/pn-stats-info-data.d.ts +0 -0
  1339. /package/{components → dist/components}/pn-stats-info-data.js +0 -0
  1340. /package/{components → dist/components}/pn-stats-info-data.js.map +0 -0
  1341. /package/{components → dist/components}/pn-stats-info-data2.js +0 -0
  1342. /package/{components → dist/components}/pn-stats-info-data2.js.map +0 -0
  1343. /package/{components → dist/components}/pn-stats-info.d.ts +0 -0
  1344. /package/{components → dist/components}/pn-stats-info.js +0 -0
  1345. /package/{components → dist/components}/pn-stats-info.js.map +0 -0
  1346. /package/{components → dist/components}/pn-swan.d.ts +0 -0
  1347. /package/{components → dist/components}/pn-swan.js +0 -0
  1348. /package/{components → dist/components}/pn-swan.js.map +0 -0
  1349. /package/{components → dist/components}/pn-swan2.js +0 -0
  1350. /package/{components → dist/components}/pn-swan2.js.map +0 -0
  1351. /package/{components → dist/components}/pn-teaser-card.d.ts +0 -0
  1352. /package/{components → dist/components}/pn-teaser-card.js +0 -0
  1353. /package/{components → dist/components}/pn-teaser-card.js.map +0 -0
  1354. /package/{components → dist/components}/pn-titletag.d.ts +0 -0
  1355. /package/{components → dist/components}/pn-titletag.js +0 -0
  1356. /package/{components → dist/components}/pn-titletag.js.map +0 -0
  1357. /package/{components → dist/components}/pn-titletag2.js +0 -0
  1358. /package/{components → dist/components}/pn-titletag2.js.map +0 -0
  1359. /package/{components → dist/components}/pn-usp-promoter.d.ts +0 -0
  1360. /package/{components → dist/components}/pn-usp-promoter.js.map +0 -0
  1361. /package/{components → dist/components}/pn-video-overlay.d.ts +0 -0
  1362. /package/{components → dist/components}/pn-video-overlay.js +0 -0
  1363. /package/{components → dist/components}/pn-video-overlay.js.map +0 -0
  1364. /package/{components → dist/components}/pn-video-overlay2.js +0 -0
  1365. /package/{components → dist/components}/pn-video-overlay2.js.map +0 -0
  1366. /package/{components → dist/components}/search.js +0 -0
  1367. /package/{components → dist/components}/search.js.map +0 -0
  1368. /package/{components → dist/components}/translations.js +0 -0
  1369. /package/{components → dist/components}/translations.js.map +0 -0
  1370. /package/{components → dist/components}/v4.js +0 -0
  1371. /package/{components → dist/components}/v4.js.map +0 -0
  1372. /package/{esm → dist/esm}/FetchHelper-4789695a.js +0 -0
  1373. /package/{esm → dist/esm}/FetchHelper-4789695a.js.map +0 -0
  1374. /package/{esm → dist/esm}/HeadingTag-e20016ab.js +0 -0
  1375. /package/{esm → dist/esm}/HeadingTag-e20016ab.js.map +0 -0
  1376. /package/{esm → dist/esm}/LocalStorageService-78b1794d.js +0 -0
  1377. /package/{esm → dist/esm}/LocalStorageService-78b1794d.js.map +0 -0
  1378. /package/{esm → dist/esm}/MarketWebContextService-16c15670.js +0 -0
  1379. /package/{esm → dist/esm}/MarketWebContextService-16c15670.js.map +0 -0
  1380. /package/{esm → dist/esm}/alert_exclamation_circle-f0fe7c7b.js +0 -0
  1381. /package/{esm → dist/esm}/alert_exclamation_circle-f0fe7c7b.js.map +0 -0
  1382. /package/{esm → dist/esm}/align_center-d2fc38cc.js +0 -0
  1383. /package/{esm → dist/esm}/align_center-d2fc38cc.js.map +0 -0
  1384. /package/{esm → dist/esm}/angle_small_down-55a4ab4b.js +0 -0
  1385. /package/{esm → dist/esm}/angle_small_down-55a4ab4b.js.map +0 -0
  1386. /package/{esm → dist/esm}/angle_up-b5f955ea.js +0 -0
  1387. /package/{esm → dist/esm}/angle_up-b5f955ea.js.map +0 -0
  1388. /package/{esm → dist/esm}/app-globals-0f993ce5.js +0 -0
  1389. /package/{esm → dist/esm}/app-globals-0f993ce5.js.map +0 -0
  1390. /package/{esm → dist/esm}/arrow_left-2c8d8857.js +0 -0
  1391. /package/{esm → dist/esm}/arrow_left-2c8d8857.js.map +0 -0
  1392. /package/{esm → dist/esm}/arrow_right-f4852d04.js +0 -0
  1393. /package/{esm → dist/esm}/arrow_right-f4852d04.js.map +0 -0
  1394. /package/{esm → dist/esm}/bars-1ff76ce4.js +0 -0
  1395. /package/{esm → dist/esm}/bars-1ff76ce4.js.map +0 -0
  1396. /package/{esm → dist/esm}/box_label-1f8ad335.js +0 -0
  1397. /package/{esm → dist/esm}/box_label-1f8ad335.js.map +0 -0
  1398. /package/{esm → dist/esm}/close-9e7bd787.js +0 -0
  1399. /package/{esm → dist/esm}/close-9e7bd787.js.map +0 -0
  1400. /package/{esm → dist/esm}/close_small-e74be67d.js +0 -0
  1401. /package/{esm → dist/esm}/close_small-e74be67d.js.map +0 -0
  1402. /package/{esm → dist/esm}/convert-9abeca02.js +0 -0
  1403. /package/{esm → dist/esm}/convert-9abeca02.js.map +0 -0
  1404. /package/{esm → dist/esm}/data-41504f34.js +0 -0
  1405. /package/{esm → dist/esm}/data-41504f34.js.map +0 -0
  1406. /package/{esm → dist/esm}/data-9f2b8a3b.js +0 -0
  1407. /package/{esm → dist/esm}/data-9f2b8a3b.js.map +0 -0
  1408. /package/{esm → dist/esm}/index-097075ad.js +0 -0
  1409. /package/{esm → dist/esm}/index-097075ad.js.map +0 -0
  1410. /package/{esm → dist/esm}/index-1190bec4.js +0 -0
  1411. /package/{esm → dist/esm}/index-1190bec4.js.map +0 -0
  1412. /package/{esm → dist/esm}/index-ae60ebec.js +0 -0
  1413. /package/{esm → dist/esm}/index-ae60ebec.js.map +0 -0
  1414. /package/{esm → dist/esm}/index-c311acd6.js.map +0 -0
  1415. /package/{esm → dist/esm}/index.js +0 -0
  1416. /package/{esm → dist/esm}/index.js.map +0 -0
  1417. /package/{esm → dist/esm}/loader.js.map +0 -0
  1418. /package/{esm → dist/esm}/minus-2b8ae0b8.js +0 -0
  1419. /package/{esm → dist/esm}/minus-2b8ae0b8.js.map +0 -0
  1420. /package/{esm → dist/esm}/mockresponse-7410ec1b.js +0 -0
  1421. /package/{esm → dist/esm}/mockresponse-7410ec1b.js.map +0 -0
  1422. /package/{esm → dist/esm}/open_in_new-5284be56.js +0 -0
  1423. /package/{esm → dist/esm}/open_in_new-5284be56.js.map +0 -0
  1424. /package/{esm → dist/esm}/plus-7ee93ae7.js +0 -0
  1425. /package/{esm → dist/esm}/plus-7ee93ae7.js.map +0 -0
  1426. /package/{esm → dist/esm}/pn-address-autofill.entry.js +0 -0
  1427. /package/{esm → dist/esm}/pn-address-autofill.entry.js.map +0 -0
  1428. /package/{esm → dist/esm}/pn-animated-tile.entry.js +0 -0
  1429. /package/{esm → dist/esm}/pn-animated-tile.entry.js.map +0 -0
  1430. /package/{esm → dist/esm}/pn-app-banner.entry.js +0 -0
  1431. /package/{esm → dist/esm}/pn-app-banner.entry.js.map +0 -0
  1432. /package/{esm → dist/esm}/pn-bonus-progressbar-level.entry.js +0 -0
  1433. /package/{esm → dist/esm}/pn-bonus-progressbar-level.entry.js.map +0 -0
  1434. /package/{esm → dist/esm}/pn-bonus-progressbar.entry.js +0 -0
  1435. /package/{esm → dist/esm}/pn-bonus-progressbar.entry.js.map +0 -0
  1436. /package/{esm → dist/esm}/pn-breakpoints.entry.js +0 -0
  1437. /package/{esm → dist/esm}/pn-breakpoints.entry.js.map +0 -0
  1438. /package/{esm → dist/esm}/pn-chart.entry.js +0 -0
  1439. /package/{esm → dist/esm}/pn-chart.entry.js.map +0 -0
  1440. /package/{esm → dist/esm}/pn-charts-card.entry.js +0 -0
  1441. /package/{esm → dist/esm}/pn-charts-card.entry.js.map +0 -0
  1442. /package/{esm → dist/esm}/pn-chat.entry.js.map +0 -0
  1443. /package/{esm → dist/esm}/pn-choice-button.entry.js +0 -0
  1444. /package/{esm → dist/esm}/pn-choice-button.entry.js.map +0 -0
  1445. /package/{esm → dist/esm}/pn-cta-block.entry.js +0 -0
  1446. /package/{esm → dist/esm}/pn-cta-block.entry.js.map +0 -0
  1447. /package/{esm → dist/esm}/pn-customernumber-selector-option.entry.js +0 -0
  1448. /package/{esm → dist/esm}/pn-customernumber-selector-option.entry.js.map +0 -0
  1449. /package/{esm → dist/esm}/pn-customernumber-selector.entry.js +0 -0
  1450. /package/{esm → dist/esm}/pn-customernumber-selector.entry.js.map +0 -0
  1451. /package/{esm → dist/esm}/pn-date-and-time.entry.js +0 -0
  1452. /package/{esm → dist/esm}/pn-date-and-time.entry.js.map +0 -0
  1453. /package/{esm → dist/esm}/pn-dropdown-choice-adds-row.entry.js +0 -0
  1454. /package/{esm → dist/esm}/pn-dropdown-choice-adds-row.entry.js.map +0 -0
  1455. /package/{esm → dist/esm}/pn-dropdown-with-multi-input-rows-row.entry.js +0 -0
  1456. /package/{esm → dist/esm}/pn-dropdown-with-multi-input-rows-row.entry.js.map +0 -0
  1457. /package/{esm → dist/esm}/pn-dropdown-with-multi-input-rows.entry.js +0 -0
  1458. /package/{esm → dist/esm}/pn-dropdown-with-multi-input-rows.entry.js.map +0 -0
  1459. /package/{esm → dist/esm}/pn-filter-checkbox.entry.js +0 -0
  1460. /package/{esm → dist/esm}/pn-filter-checkbox.entry.js.map +0 -0
  1461. /package/{esm → dist/esm}/pn-find-price-result.entry.js +0 -0
  1462. /package/{esm → dist/esm}/pn-find-price-result.entry.js.map +0 -0
  1463. /package/{esm → dist/esm}/pn-find-price-store-f97f2325.js +0 -0
  1464. /package/{esm → dist/esm}/pn-find-price-store-f97f2325.js.map +0 -0
  1465. /package/{esm → dist/esm}/pn-find-price.entry.js +0 -0
  1466. /package/{esm → dist/esm}/pn-find-price.entry.js.map +0 -0
  1467. /package/{esm → dist/esm}/pn-find-service-and-price-result.entry.js +0 -0
  1468. /package/{esm → dist/esm}/pn-find-service-and-price-result.entry.js.map +0 -0
  1469. /package/{esm → dist/esm}/pn-find-service-and-price-store-6553566d.js +0 -0
  1470. /package/{esm → dist/esm}/pn-find-service-and-price-store-6553566d.js.map +0 -0
  1471. /package/{esm → dist/esm}/pn-find-service-and-price.entry.js +0 -0
  1472. /package/{esm → dist/esm}/pn-find-service-and-price.entry.js.map +0 -0
  1473. /package/{esm → dist/esm}/pn-hero-block-international.entry.js +0 -0
  1474. /package/{esm → dist/esm}/pn-hero-block-international.entry.js.map +0 -0
  1475. /package/{esm → dist/esm}/pn-language-selector_9.entry.js +0 -0
  1476. /package/{esm → dist/esm}/pn-language-selector_9.entry.js.map +0 -0
  1477. /package/{esm → dist/esm}/pn-level-up-modal.entry.js +0 -0
  1478. /package/{esm → dist/esm}/pn-level-up-modal.entry.js.map +0 -0
  1479. /package/{esm → dist/esm}/pn-level-up.entry.js +0 -0
  1480. /package/{esm → dist/esm}/pn-level-up.entry.js.map +0 -0
  1481. /package/{esm → dist/esm}/pn-level-up.service-5c602f23.js +0 -0
  1482. /package/{esm → dist/esm}/pn-level-up.service-5c602f23.js.map +0 -0
  1483. /package/{esm → dist/esm}/pn-line-shape.entry.js +0 -0
  1484. /package/{esm → dist/esm}/pn-line-shape.entry.js.map +0 -0
  1485. /package/{esm → dist/esm}/pn-link-list.entry.js +0 -0
  1486. /package/{esm → dist/esm}/pn-link-list.entry.js.map +0 -0
  1487. /package/{esm → dist/esm}/pn-mainnav-link.entry.js +0 -0
  1488. /package/{esm → dist/esm}/pn-mainnav-link.entry.js.map +0 -0
  1489. /package/{esm → dist/esm}/pn-mainnav-store-23387019.js +0 -0
  1490. /package/{esm → dist/esm}/pn-mainnav-store-23387019.js.map +0 -0
  1491. /package/{esm → dist/esm}/pn-market-web-components.js.map +0 -0
  1492. /package/{esm → dist/esm}/pn-marketweb-icon.entry.js +0 -0
  1493. /package/{esm → dist/esm}/pn-marketweb-icon.entry.js.map +0 -0
  1494. /package/{esm → dist/esm}/pn-marketweb-input.entry.js +0 -0
  1495. /package/{esm → dist/esm}/pn-marketweb-input.entry.js.map +0 -0
  1496. /package/{esm → dist/esm}/pn-marketweb-search.entry.js +0 -0
  1497. /package/{esm → dist/esm}/pn-marketweb-search.entry.js.map +0 -0
  1498. /package/{esm → dist/esm}/pn-marketweb-sitefooter.entry.js +0 -0
  1499. /package/{esm → dist/esm}/pn-marketweb-sitefooter.entry.js.map +0 -0
  1500. /package/{esm → dist/esm}/pn-marketweb-siteheader-login-button_4.entry.js +0 -0
  1501. /package/{esm → dist/esm}/pn-marketweb-siteheader-login-button_4.entry.js.map +0 -0
  1502. /package/{esm → dist/esm}/pn-marketweb-siteheader-login-linklist.entry.js +0 -0
  1503. /package/{esm → dist/esm}/pn-marketweb-siteheader-login-linklist.entry.js.map +0 -0
  1504. /package/{esm → dist/esm}/pn-marketweb-siteheader-login-mypage-button.entry.js +0 -0
  1505. /package/{esm → dist/esm}/pn-marketweb-siteheader-login-mypage-button.entry.js.map +0 -0
  1506. /package/{esm → dist/esm}/pn-marketweb-siteheader-store-f60eb1e4.js +0 -0
  1507. /package/{esm → dist/esm}/pn-marketweb-siteheader-store-f60eb1e4.js.map +0 -0
  1508. /package/{esm → dist/esm}/pn-marketweb-siteheader.entry.js +0 -0
  1509. /package/{esm → dist/esm}/pn-marketweb-siteheader.entry.js.map +0 -0
  1510. /package/{esm → dist/esm}/pn-media-block.entry.js +0 -0
  1511. /package/{esm → dist/esm}/pn-media-block.entry.js.map +0 -0
  1512. /package/{esm → dist/esm}/pn-multi-row-connected-dropdown-row.entry.js +0 -0
  1513. /package/{esm → dist/esm}/pn-multi-row-connected-dropdown-row.entry.js.map +0 -0
  1514. /package/{esm → dist/esm}/pn-multi-row-connected-dropdown.entry.js +0 -0
  1515. /package/{esm → dist/esm}/pn-multi-row-connected-dropdown.entry.js.map +0 -0
  1516. /package/{esm → dist/esm}/pn-multiple-input.entry.js +0 -0
  1517. /package/{esm → dist/esm}/pn-multiple-input.entry.js.map +0 -0
  1518. /package/{esm → dist/esm}/pn-parcel-tracker.entry.js +0 -0
  1519. /package/{esm → dist/esm}/pn-parcel-tracker.entry.js.map +0 -0
  1520. /package/{esm → dist/esm}/pn-pex-pricefinder.entry.js +0 -0
  1521. /package/{esm → dist/esm}/pn-pex-pricefinder.entry.js.map +0 -0
  1522. /package/{esm → dist/esm}/pn-play-on-scroll.entry.js +0 -0
  1523. /package/{esm → dist/esm}/pn-play-on-scroll.entry.js.map +0 -0
  1524. /package/{esm → dist/esm}/pn-product-card_3.entry.js +0 -0
  1525. /package/{esm → dist/esm}/pn-product-card_3.entry.js.map +0 -0
  1526. /package/{esm → dist/esm}/pn-product-pricelist-result.entry.js +0 -0
  1527. /package/{esm → dist/esm}/pn-product-pricelist-result.entry.js.map +0 -0
  1528. /package/{esm → dist/esm}/pn-product-pricelist.entry.js +0 -0
  1529. /package/{esm → dist/esm}/pn-product-pricelist.entry.js.map +0 -0
  1530. /package/{esm → dist/esm}/pn-product-tile-info_2.entry.js +0 -0
  1531. /package/{esm → dist/esm}/pn-product-tile-info_2.entry.js.map +0 -0
  1532. /package/{esm → dist/esm}/pn-product-tile.entry.js +0 -0
  1533. /package/{esm → dist/esm}/pn-product-tile.entry.js.map +0 -0
  1534. /package/{esm → dist/esm}/pn-profile-modal-customernumber.entry.js +0 -0
  1535. /package/{esm → dist/esm}/pn-profile-modal-customernumber.entry.js.map +0 -0
  1536. /package/{esm → dist/esm}/pn-profile-modal-profile.entry.js +0 -0
  1537. /package/{esm → dist/esm}/pn-profile-modal-profile.entry.js.map +0 -0
  1538. /package/{esm → dist/esm}/pn-profile-modal-store-5d651bd5.js +0 -0
  1539. /package/{esm → dist/esm}/pn-profile-modal-store-5d651bd5.js.map +0 -0
  1540. /package/{esm → dist/esm}/pn-profile-modal-type.entry.js +0 -0
  1541. /package/{esm → dist/esm}/pn-profile-modal-type.entry.js.map +0 -0
  1542. /package/{esm → dist/esm}/pn-profile-modal.entry.js +0 -0
  1543. /package/{esm → dist/esm}/pn-profile-modal.entry.js.map +0 -0
  1544. /package/{esm → dist/esm}/pn-profile-selector-option.entry.js +0 -0
  1545. /package/{esm → dist/esm}/pn-profile-selector-option.entry.js.map +0 -0
  1546. /package/{esm → dist/esm}/pn-profile-selector.entry.js +0 -0
  1547. /package/{esm → dist/esm}/pn-profile-selector.entry.js.map +0 -0
  1548. /package/{esm → dist/esm}/pn-proxio-findprice-result.entry.js +0 -0
  1549. /package/{esm → dist/esm}/pn-proxio-findprice-result.entry.js.map +0 -0
  1550. /package/{esm → dist/esm}/pn-proxio-findprice.entry.js +0 -0
  1551. /package/{esm → dist/esm}/pn-proxio-findprice.entry.js.map +0 -0
  1552. /package/{esm → dist/esm}/pn-proxio-pricegroup.entry.js +0 -0
  1553. /package/{esm → dist/esm}/pn-proxio-pricegroup.entry.js.map +0 -0
  1554. /package/{esm → dist/esm}/pn-proxio-productcard_4.entry.js +0 -0
  1555. /package/{esm → dist/esm}/pn-proxio-productcard_4.entry.js.map +0 -0
  1556. /package/{esm → dist/esm}/pn-qr-code-generator.entry.js +0 -0
  1557. /package/{esm → dist/esm}/pn-qr-code-generator.entry.js.map +0 -0
  1558. /package/{esm → dist/esm}/pn-quick-cta.entry.js +0 -0
  1559. /package/{esm → dist/esm}/pn-quick-cta.entry.js.map +0 -0
  1560. /package/{esm → dist/esm}/pn-quote-card.entry.js +0 -0
  1561. /package/{esm → dist/esm}/pn-quote-card.entry.js.map +0 -0
  1562. /package/{esm → dist/esm}/pn-scroll_2.entry.js +0 -0
  1563. /package/{esm → dist/esm}/pn-scroll_2.entry.js.map +0 -0
  1564. /package/{esm → dist/esm}/pn-share-item.entry.js +0 -0
  1565. /package/{esm → dist/esm}/pn-share-item.entry.js.map +0 -0
  1566. /package/{esm → dist/esm}/pn-share.entry.js +0 -0
  1567. /package/{esm → dist/esm}/pn-share.entry.js.map +0 -0
  1568. /package/{esm → dist/esm}/pn-sidenav-level.entry.js +0 -0
  1569. /package/{esm → dist/esm}/pn-sidenav-level.entry.js.map +0 -0
  1570. /package/{esm → dist/esm}/pn-sidenav-link.entry.js +0 -0
  1571. /package/{esm → dist/esm}/pn-sidenav-link.entry.js.map +0 -0
  1572. /package/{esm → dist/esm}/pn-sidenav-store-e2038d79.js +0 -0
  1573. /package/{esm → dist/esm}/pn-sidenav-store-e2038d79.js.map +0 -0
  1574. /package/{esm → dist/esm}/pn-sidenav-togglebutton.entry.js +0 -0
  1575. /package/{esm → dist/esm}/pn-sidenav-togglebutton.entry.js.map +0 -0
  1576. /package/{esm → dist/esm}/pn-sidenav.entry.js +0 -0
  1577. /package/{esm → dist/esm}/pn-sidenav.entry.js.map +0 -0
  1578. /package/{esm → dist/esm}/pn-site-footer_3.entry.js +0 -0
  1579. /package/{esm → dist/esm}/pn-site-footer_3.entry.js.map +0 -0
  1580. /package/{esm → dist/esm}/pn-spotlight.entry.js +0 -0
  1581. /package/{esm → dist/esm}/pn-spotlight.entry.js.map +0 -0
  1582. /package/{esm → dist/esm}/pn-stats-info-data.entry.js +0 -0
  1583. /package/{esm → dist/esm}/pn-stats-info-data.entry.js.map +0 -0
  1584. /package/{esm → dist/esm}/pn-stats-info.entry.js +0 -0
  1585. /package/{esm → dist/esm}/pn-stats-info.entry.js.map +0 -0
  1586. /package/{esm → dist/esm}/pn-teaser-card.entry.js +0 -0
  1587. /package/{esm → dist/esm}/pn-teaser-card.entry.js.map +0 -0
  1588. /package/{esm → dist/esm}/pn-titletag.entry.js +0 -0
  1589. /package/{esm → dist/esm}/pn-titletag.entry.js.map +0 -0
  1590. /package/{esm → dist/esm}/pn-usp-promoter.entry.js.map +0 -0
  1591. /package/{esm → dist/esm}/search-36631e55.js +0 -0
  1592. /package/{esm → dist/esm}/search-36631e55.js.map +0 -0
  1593. /package/{esm → dist/esm}/translations-a1ab2180.js +0 -0
  1594. /package/{esm → dist/esm}/translations-a1ab2180.js.map +0 -0
  1595. /package/{esm → dist/esm}/v4-964634d6.js +0 -0
  1596. /package/{esm → dist/esm}/v4-964634d6.js.map +0 -0
  1597. /package/{index.cjs.js → dist/index.cjs.js} +0 -0
  1598. /package/{index.js → dist/index.js} +0 -0
  1599. /package/{loader → dist/loader}/cdn.js +0 -0
  1600. /package/{loader → dist/loader}/index.cjs.js +0 -0
  1601. /package/{loader → dist/loader}/index.d.ts +0 -0
  1602. /package/{loader → dist/loader}/index.es2017.js +0 -0
  1603. /package/{loader → dist/loader}/index.js +0 -0
  1604. /package/{loader → dist/loader}/package.json +0 -0
  1605. /package/{pn-market-web-components → dist/pn-market-web-components}/index.esm.js +0 -0
  1606. /package/{pn-market-web-components → dist/pn-market-web-components}/index.esm.js.map +0 -0
  1607. /package/{pn-market-web-components → dist/pn-market-web-components}/p-015127bf.entry.js +0 -0
  1608. /package/{pn-market-web-components → dist/pn-market-web-components}/p-015127bf.entry.js.map +0 -0
  1609. /package/{pn-market-web-components → dist/pn-market-web-components}/p-08b473e0.entry.js +0 -0
  1610. /package/{pn-market-web-components → dist/pn-market-web-components}/p-08b473e0.entry.js.map +0 -0
  1611. /package/{pn-market-web-components → dist/pn-market-web-components}/p-0b5a125d.entry.js +0 -0
  1612. /package/{pn-market-web-components → dist/pn-market-web-components}/p-0b5a125d.entry.js.map +0 -0
  1613. /package/{pn-market-web-components → dist/pn-market-web-components}/p-0b920554.js +0 -0
  1614. /package/{pn-market-web-components → dist/pn-market-web-components}/p-0b920554.js.map +0 -0
  1615. /package/{pn-market-web-components → dist/pn-market-web-components}/p-0fc01d3f.entry.js +0 -0
  1616. /package/{pn-market-web-components → dist/pn-market-web-components}/p-0fc01d3f.entry.js.map +0 -0
  1617. /package/{pn-market-web-components → dist/pn-market-web-components}/p-12360e4c.js +0 -0
  1618. /package/{pn-market-web-components → dist/pn-market-web-components}/p-12360e4c.js.map +0 -0
  1619. /package/{pn-market-web-components → dist/pn-market-web-components}/p-17c43a96.entry.js +0 -0
  1620. /package/{pn-market-web-components → dist/pn-market-web-components}/p-17c43a96.entry.js.map +0 -0
  1621. /package/{pn-market-web-components → dist/pn-market-web-components}/p-19bbac6d.entry.js +0 -0
  1622. /package/{pn-market-web-components → dist/pn-market-web-components}/p-19bbac6d.entry.js.map +0 -0
  1623. /package/{pn-market-web-components → dist/pn-market-web-components}/p-230ef9aa.entry.js +0 -0
  1624. /package/{pn-market-web-components → dist/pn-market-web-components}/p-230ef9aa.entry.js.map +0 -0
  1625. /package/{pn-market-web-components → dist/pn-market-web-components}/p-268dc1fa.entry.js +0 -0
  1626. /package/{pn-market-web-components → dist/pn-market-web-components}/p-268dc1fa.entry.js.map +0 -0
  1627. /package/{pn-market-web-components → dist/pn-market-web-components}/p-28d2f7fa.entry.js +0 -0
  1628. /package/{pn-market-web-components → dist/pn-market-web-components}/p-28d2f7fa.entry.js.map +0 -0
  1629. /package/{pn-market-web-components → dist/pn-market-web-components}/p-292db484.entry.js +0 -0
  1630. /package/{pn-market-web-components → dist/pn-market-web-components}/p-292db484.entry.js.map +0 -0
  1631. /package/{pn-market-web-components → dist/pn-market-web-components}/p-2a58d83b.entry.js +0 -0
  1632. /package/{pn-market-web-components → dist/pn-market-web-components}/p-2a58d83b.entry.js.map +0 -0
  1633. /package/{pn-market-web-components → dist/pn-market-web-components}/p-2c19edca.entry.js +0 -0
  1634. /package/{pn-market-web-components → dist/pn-market-web-components}/p-2c19edca.entry.js.map +0 -0
  1635. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3478f368.js +0 -0
  1636. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3478f368.js.map +0 -0
  1637. /package/{pn-market-web-components → dist/pn-market-web-components}/p-34a98554.entry.js +0 -0
  1638. /package/{pn-market-web-components → dist/pn-market-web-components}/p-34a98554.entry.js.map +0 -0
  1639. /package/{pn-market-web-components → dist/pn-market-web-components}/p-35847eda.entry.js +0 -0
  1640. /package/{pn-market-web-components → dist/pn-market-web-components}/p-35847eda.entry.js.map +0 -0
  1641. /package/{pn-market-web-components → dist/pn-market-web-components}/p-366fd15a.js +0 -0
  1642. /package/{pn-market-web-components → dist/pn-market-web-components}/p-366fd15a.js.map +0 -0
  1643. /package/{pn-market-web-components → dist/pn-market-web-components}/p-36b39340.js +0 -0
  1644. /package/{pn-market-web-components → dist/pn-market-web-components}/p-36b39340.js.map +0 -0
  1645. /package/{pn-market-web-components → dist/pn-market-web-components}/p-389a94e7.entry.js +0 -0
  1646. /package/{pn-market-web-components → dist/pn-market-web-components}/p-389a94e7.entry.js.map +0 -0
  1647. /package/{pn-market-web-components → dist/pn-market-web-components}/p-39b75c62.entry.js +0 -0
  1648. /package/{pn-market-web-components → dist/pn-market-web-components}/p-39b75c62.entry.js.map +0 -0
  1649. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3d10bc37.entry.js +0 -0
  1650. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3d10bc37.entry.js.map +0 -0
  1651. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3e197670.entry.js +0 -0
  1652. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3e197670.entry.js.map +0 -0
  1653. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3e4d9396.js +0 -0
  1654. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3e4d9396.js.map +0 -0
  1655. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3fdca5bd.js +0 -0
  1656. /package/{pn-market-web-components → dist/pn-market-web-components}/p-3fdca5bd.js.map +0 -0
  1657. /package/{pn-market-web-components → dist/pn-market-web-components}/p-40bce1b1.entry.js +0 -0
  1658. /package/{pn-market-web-components → dist/pn-market-web-components}/p-40bce1b1.entry.js.map +0 -0
  1659. /package/{pn-market-web-components → dist/pn-market-web-components}/p-41cdac85.entry.js +0 -0
  1660. /package/{pn-market-web-components → dist/pn-market-web-components}/p-41cdac85.entry.js.map +0 -0
  1661. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4aedb76c.entry.js +0 -0
  1662. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4aedb76c.entry.js.map +0 -0
  1663. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4c30e4d5.js +0 -0
  1664. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4c30e4d5.js.map +0 -0
  1665. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4cb85336.js +0 -0
  1666. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4cb85336.js.map +0 -0
  1667. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4e924d13.entry.js +0 -0
  1668. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4e924d13.entry.js.map +0 -0
  1669. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4ed69de7.js +0 -0
  1670. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4ed69de7.js.map +0 -0
  1671. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4f639380.entry.js +0 -0
  1672. /package/{pn-market-web-components → dist/pn-market-web-components}/p-4f639380.entry.js.map +0 -0
  1673. /package/{pn-market-web-components → dist/pn-market-web-components}/p-51f136f3.entry.js +0 -0
  1674. /package/{pn-market-web-components → dist/pn-market-web-components}/p-51f136f3.entry.js.map +0 -0
  1675. /package/{pn-market-web-components → dist/pn-market-web-components}/p-542f949d.entry.js +0 -0
  1676. /package/{pn-market-web-components → dist/pn-market-web-components}/p-542f949d.entry.js.map +0 -0
  1677. /package/{pn-market-web-components → dist/pn-market-web-components}/p-575f557a.js +0 -0
  1678. /package/{pn-market-web-components → dist/pn-market-web-components}/p-575f557a.js.map +0 -0
  1679. /package/{pn-market-web-components → dist/pn-market-web-components}/p-5a981927.entry.js +0 -0
  1680. /package/{pn-market-web-components → dist/pn-market-web-components}/p-5a981927.entry.js.map +0 -0
  1681. /package/{pn-market-web-components → dist/pn-market-web-components}/p-5f4ccd8a.js +0 -0
  1682. /package/{pn-market-web-components → dist/pn-market-web-components}/p-5f4ccd8a.js.map +0 -0
  1683. /package/{pn-market-web-components → dist/pn-market-web-components}/p-60b77eed.entry.js +0 -0
  1684. /package/{pn-market-web-components → dist/pn-market-web-components}/p-60b77eed.entry.js.map +0 -0
  1685. /package/{pn-market-web-components → dist/pn-market-web-components}/p-619f2143.entry.js +0 -0
  1686. /package/{pn-market-web-components → dist/pn-market-web-components}/p-619f2143.entry.js.map +0 -0
  1687. /package/{pn-market-web-components → dist/pn-market-web-components}/p-61bd81d7.entry.js +0 -0
  1688. /package/{pn-market-web-components → dist/pn-market-web-components}/p-61bd81d7.entry.js.map +0 -0
  1689. /package/{pn-market-web-components → dist/pn-market-web-components}/p-64851da0.entry.js +0 -0
  1690. /package/{pn-market-web-components → dist/pn-market-web-components}/p-64851da0.entry.js.map +0 -0
  1691. /package/{pn-market-web-components → dist/pn-market-web-components}/p-659a4db5.entry.js +0 -0
  1692. /package/{pn-market-web-components → dist/pn-market-web-components}/p-659a4db5.entry.js.map +0 -0
  1693. /package/{pn-market-web-components → dist/pn-market-web-components}/p-65a046be.entry.js +0 -0
  1694. /package/{pn-market-web-components → dist/pn-market-web-components}/p-65a046be.entry.js.map +0 -0
  1695. /package/{pn-market-web-components → dist/pn-market-web-components}/p-66d71724.js +0 -0
  1696. /package/{pn-market-web-components → dist/pn-market-web-components}/p-66d71724.js.map +0 -0
  1697. /package/{pn-market-web-components → dist/pn-market-web-components}/p-66da6e15.entry.js +0 -0
  1698. /package/{pn-market-web-components → dist/pn-market-web-components}/p-66da6e15.entry.js.map +0 -0
  1699. /package/{pn-market-web-components → dist/pn-market-web-components}/p-6b1d045c.js +0 -0
  1700. /package/{pn-market-web-components → dist/pn-market-web-components}/p-6b1d045c.js.map +0 -0
  1701. /package/{pn-market-web-components → dist/pn-market-web-components}/p-6e056c20.js +0 -0
  1702. /package/{pn-market-web-components → dist/pn-market-web-components}/p-6e056c20.js.map +0 -0
  1703. /package/{pn-market-web-components → dist/pn-market-web-components}/p-71db6836.entry.js +0 -0
  1704. /package/{pn-market-web-components → dist/pn-market-web-components}/p-71db6836.entry.js.map +0 -0
  1705. /package/{pn-market-web-components → dist/pn-market-web-components}/p-72828265.js +0 -0
  1706. /package/{pn-market-web-components → dist/pn-market-web-components}/p-72828265.js.map +0 -0
  1707. /package/{pn-market-web-components → dist/pn-market-web-components}/p-72f57a04.entry.js +0 -0
  1708. /package/{pn-market-web-components → dist/pn-market-web-components}/p-72f57a04.entry.js.map +0 -0
  1709. /package/{pn-market-web-components → dist/pn-market-web-components}/p-763a4e13.entry.js +0 -0
  1710. /package/{pn-market-web-components → dist/pn-market-web-components}/p-763a4e13.entry.js.map +0 -0
  1711. /package/{pn-market-web-components → dist/pn-market-web-components}/p-76c2c01f.js +0 -0
  1712. /package/{pn-market-web-components → dist/pn-market-web-components}/p-76c2c01f.js.map +0 -0
  1713. /package/{pn-market-web-components → dist/pn-market-web-components}/p-793e1339.js +0 -0
  1714. /package/{pn-market-web-components → dist/pn-market-web-components}/p-793e1339.js.map +0 -0
  1715. /package/{pn-market-web-components → dist/pn-market-web-components}/p-79e4715c.entry.js +0 -0
  1716. /package/{pn-market-web-components → dist/pn-market-web-components}/p-79e4715c.entry.js.map +0 -0
  1717. /package/{pn-market-web-components → dist/pn-market-web-components}/p-7b4f9fdf.entry.js +0 -0
  1718. /package/{pn-market-web-components → dist/pn-market-web-components}/p-7b4f9fdf.entry.js.map +0 -0
  1719. /package/{pn-market-web-components → dist/pn-market-web-components}/p-7b7629c5.entry.js +0 -0
  1720. /package/{pn-market-web-components → dist/pn-market-web-components}/p-7b7629c5.entry.js.map +0 -0
  1721. /package/{pn-market-web-components → dist/pn-market-web-components}/p-7db6ef34.entry.js +0 -0
  1722. /package/{pn-market-web-components → dist/pn-market-web-components}/p-7db6ef34.entry.js.map +0 -0
  1723. /package/{pn-market-web-components → dist/pn-market-web-components}/p-7e3afa8c.js +0 -0
  1724. /package/{pn-market-web-components → dist/pn-market-web-components}/p-7e3afa8c.js.map +0 -0
  1725. /package/{pn-market-web-components → dist/pn-market-web-components}/p-809ed802.entry.js +0 -0
  1726. /package/{pn-market-web-components → dist/pn-market-web-components}/p-809ed802.entry.js.map +0 -0
  1727. /package/{pn-market-web-components → dist/pn-market-web-components}/p-82546a44.js +0 -0
  1728. /package/{pn-market-web-components → dist/pn-market-web-components}/p-82546a44.js.map +0 -0
  1729. /package/{pn-market-web-components → dist/pn-market-web-components}/p-84fc8e05.entry.js +0 -0
  1730. /package/{pn-market-web-components → dist/pn-market-web-components}/p-84fc8e05.entry.js.map +0 -0
  1731. /package/{pn-market-web-components → dist/pn-market-web-components}/p-85b42b44.entry.js +0 -0
  1732. /package/{pn-market-web-components → dist/pn-market-web-components}/p-85b42b44.entry.js.map +0 -0
  1733. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8644928d.js +0 -0
  1734. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8644928d.js.map +0 -0
  1735. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8836de82.js +0 -0
  1736. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8836de82.js.map +0 -0
  1737. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8a651698.entry.js +0 -0
  1738. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8a651698.entry.js.map +0 -0
  1739. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8d78b631.js +0 -0
  1740. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8d78b631.js.map +0 -0
  1741. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8d874454.entry.js +0 -0
  1742. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8d874454.entry.js.map +0 -0
  1743. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8d98f709.entry.js +0 -0
  1744. /package/{pn-market-web-components → dist/pn-market-web-components}/p-8d98f709.entry.js.map +0 -0
  1745. /package/{pn-market-web-components → dist/pn-market-web-components}/p-9088d3f5.entry.js +0 -0
  1746. /package/{pn-market-web-components → dist/pn-market-web-components}/p-9088d3f5.entry.js.map +0 -0
  1747. /package/{pn-market-web-components → dist/pn-market-web-components}/p-920ce5f2.entry.js +0 -0
  1748. /package/{pn-market-web-components → dist/pn-market-web-components}/p-920ce5f2.entry.js.map +0 -0
  1749. /package/{pn-market-web-components → dist/pn-market-web-components}/p-930e2943.js +0 -0
  1750. /package/{pn-market-web-components → dist/pn-market-web-components}/p-930e2943.js.map +0 -0
  1751. /package/{pn-market-web-components → dist/pn-market-web-components}/p-9454075f.entry.js +0 -0
  1752. /package/{pn-market-web-components → dist/pn-market-web-components}/p-9454075f.entry.js.map +0 -0
  1753. /package/{pn-market-web-components → dist/pn-market-web-components}/p-95d32ab4.entry.js +0 -0
  1754. /package/{pn-market-web-components → dist/pn-market-web-components}/p-95d32ab4.entry.js.map +0 -0
  1755. /package/{pn-market-web-components/p-cc7c596e.entry.js.map → dist/pn-market-web-components/p-a298a263.entry.js.map} +0 -0
  1756. /package/{pn-market-web-components → dist/pn-market-web-components}/p-a73e4811.entry.js +0 -0
  1757. /package/{pn-market-web-components → dist/pn-market-web-components}/p-a73e4811.entry.js.map +0 -0
  1758. /package/{pn-market-web-components → dist/pn-market-web-components}/p-aca71066.js +0 -0
  1759. /package/{pn-market-web-components → dist/pn-market-web-components}/p-aca71066.js.map +0 -0
  1760. /package/{pn-market-web-components → dist/pn-market-web-components}/p-ad282b7c.entry.js +0 -0
  1761. /package/{pn-market-web-components → dist/pn-market-web-components}/p-ad282b7c.entry.js.map +0 -0
  1762. /package/{pn-market-web-components → dist/pn-market-web-components}/p-ad9a7633.entry.js +0 -0
  1763. /package/{pn-market-web-components → dist/pn-market-web-components}/p-ad9a7633.entry.js.map +0 -0
  1764. /package/{pn-market-web-components → dist/pn-market-web-components}/p-b2f2fbb6.js +0 -0
  1765. /package/{pn-market-web-components → dist/pn-market-web-components}/p-b2f2fbb6.js.map +0 -0
  1766. /package/{pn-market-web-components → dist/pn-market-web-components}/p-b9590d81.entry.js +0 -0
  1767. /package/{pn-market-web-components → dist/pn-market-web-components}/p-b9590d81.entry.js.map +0 -0
  1768. /package/{pn-market-web-components → dist/pn-market-web-components}/p-c40f1e9a.js +0 -0
  1769. /package/{pn-market-web-components → dist/pn-market-web-components}/p-c40f1e9a.js.map +0 -0
  1770. /package/{pn-market-web-components → dist/pn-market-web-components}/p-c4e353b3.entry.js +0 -0
  1771. /package/{pn-market-web-components → dist/pn-market-web-components}/p-c4e353b3.entry.js.map +0 -0
  1772. /package/{pn-market-web-components → dist/pn-market-web-components}/p-c89cb749.entry.js +0 -0
  1773. /package/{pn-market-web-components → dist/pn-market-web-components}/p-c89cb749.entry.js.map +0 -0
  1774. /package/{pn-market-web-components → dist/pn-market-web-components}/p-c9038b03.entry.js +0 -0
  1775. /package/{pn-market-web-components → dist/pn-market-web-components}/p-c9038b03.entry.js.map +0 -0
  1776. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cbb1d57d.entry.js +0 -0
  1777. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cbb1d57d.entry.js.map +0 -0
  1778. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cd8db7cd.js +0 -0
  1779. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cd8db7cd.js.map +0 -0
  1780. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cda742ba.entry.js +0 -0
  1781. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cda742ba.entry.js.map +0 -0
  1782. /package/{pn-market-web-components → dist/pn-market-web-components}/p-ce87ff8a.entry.js +0 -0
  1783. /package/{pn-market-web-components → dist/pn-market-web-components}/p-ce87ff8a.entry.js.map +0 -0
  1784. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cf8a1fb9.js +0 -0
  1785. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cf8a1fb9.js.map +0 -0
  1786. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cfaf2eec.js +0 -0
  1787. /package/{pn-market-web-components → dist/pn-market-web-components}/p-cfaf2eec.js.map +0 -0
  1788. /package/{pn-market-web-components → dist/pn-market-web-components}/p-d17af75d.entry.js +0 -0
  1789. /package/{pn-market-web-components → dist/pn-market-web-components}/p-d17af75d.entry.js.map +0 -0
  1790. /package/{pn-market-web-components → dist/pn-market-web-components}/p-d5c45da2.entry.js +0 -0
  1791. /package/{pn-market-web-components → dist/pn-market-web-components}/p-d5c45da2.entry.js.map +0 -0
  1792. /package/{pn-market-web-components → dist/pn-market-web-components}/p-d7170c0e.entry.js +0 -0
  1793. /package/{pn-market-web-components → dist/pn-market-web-components}/p-d7170c0e.entry.js.map +0 -0
  1794. /package/{pn-market-web-components → dist/pn-market-web-components}/p-d75a2f7c.entry.js +0 -0
  1795. /package/{pn-market-web-components → dist/pn-market-web-components}/p-d75a2f7c.entry.js.map +0 -0
  1796. /package/{pn-market-web-components/p-f21311ad.entry.js.map → dist/pn-market-web-components/p-da56370b.entry.js.map} +0 -0
  1797. /package/{pn-market-web-components → dist/pn-market-web-components}/p-daa74e60.entry.js +0 -0
  1798. /package/{pn-market-web-components → dist/pn-market-web-components}/p-daa74e60.entry.js.map +0 -0
  1799. /package/{pn-market-web-components → dist/pn-market-web-components}/p-dc2ee6f8.entry.js +0 -0
  1800. /package/{pn-market-web-components → dist/pn-market-web-components}/p-dc2ee6f8.entry.js.map +0 -0
  1801. /package/{pn-market-web-components → dist/pn-market-web-components}/p-df8bfe03.js +0 -0
  1802. /package/{pn-market-web-components → dist/pn-market-web-components}/p-df8bfe03.js.map +0 -0
  1803. /package/{pn-market-web-components → dist/pn-market-web-components}/p-e1255160.js +0 -0
  1804. /package/{pn-market-web-components → dist/pn-market-web-components}/p-e1255160.js.map +0 -0
  1805. /package/{pn-market-web-components → dist/pn-market-web-components}/p-e8622338.entry.js +0 -0
  1806. /package/{pn-market-web-components → dist/pn-market-web-components}/p-e8622338.entry.js.map +0 -0
  1807. /package/{pn-market-web-components → dist/pn-market-web-components}/p-eb21f772.entry.js +0 -0
  1808. /package/{pn-market-web-components → dist/pn-market-web-components}/p-eb21f772.entry.js.map +0 -0
  1809. /package/{pn-market-web-components → dist/pn-market-web-components}/p-efab81a9.entry.js +0 -0
  1810. /package/{pn-market-web-components → dist/pn-market-web-components}/p-efab81a9.entry.js.map +0 -0
  1811. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f0df7694.entry.js +0 -0
  1812. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f0df7694.entry.js.map +0 -0
  1813. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f28059f4.entry.js +0 -0
  1814. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f28059f4.entry.js.map +0 -0
  1815. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f28d0971.entry.js +0 -0
  1816. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f28d0971.entry.js.map +0 -0
  1817. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f49e0b32.js +0 -0
  1818. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f49e0b32.js.map +0 -0
  1819. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f4b14be8.entry.js +0 -0
  1820. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f4b14be8.entry.js.map +0 -0
  1821. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f5d03222.entry.js +0 -0
  1822. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f5d03222.entry.js.map +0 -0
  1823. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f9083b7a.js +0 -0
  1824. /package/{pn-market-web-components → dist/pn-market-web-components}/p-f9083b7a.js.map +0 -0
  1825. /package/{pn-market-web-components → dist/pn-market-web-components}/p-fb4cdf98.js +0 -0
  1826. /package/{pn-market-web-components → dist/pn-market-web-components}/p-fb4cdf98.js.map +0 -0
  1827. /package/{pn-market-web-components → dist/pn-market-web-components}/p-fe466661.js +0 -0
  1828. /package/{pn-market-web-components → dist/pn-market-web-components}/p-fe466661.js.map +0 -0
  1829. /package/{types → dist/types}/components/animation/pn-animated-tile/pn-animated-tile.d.ts +0 -0
  1830. /package/{types → dist/types}/components/animation/pn-play-on-scroll/pn-play-on-scroll.d.ts +0 -0
  1831. /package/{types → dist/types}/components/animation/pn-play-on-scroll/pn-video-overlay/pn-video-overlay.d.ts +0 -0
  1832. /package/{types → dist/types}/components/animation/pn-play-on-scroll/pn-video-overlay/translations.d.ts +0 -0
  1833. /package/{types → dist/types}/components/animation/pn-scroll/pn-scroll.d.ts +0 -0
  1834. /package/{types → dist/types}/components/cards/pn-quote-card/pn-line-shape/pn-line-shape.d.ts +0 -0
  1835. /package/{types → dist/types}/components/cards/pn-quote-card/pn-quote-card.d.ts +0 -0
  1836. /package/{types → dist/types}/components/cards/pn-teaser-card/pn-teaser-card.d.ts +0 -0
  1837. /package/{types → dist/types}/components/charts/pn-chart/pn-chart-helper.d.ts +0 -0
  1838. /package/{types → dist/types}/components/charts/pn-chart/pn-chart.d.ts +0 -0
  1839. /package/{types → dist/types}/components/charts/pn-chart/types.d.ts +0 -0
  1840. /package/{types → dist/types}/components/charts/pn-charts-card/pn-charts-card.d.ts +0 -0
  1841. /package/{types → dist/types}/components/cta/pn-cta-block/pn-cta-block.d.ts +0 -0
  1842. /package/{types → dist/types}/components/cta/pn-parcel-tracker/pn-parcel-tracker.d.ts +0 -0
  1843. /package/{types → dist/types}/components/cta/pn-quick-cta/pn-quick-cta.d.ts +0 -0
  1844. /package/{types → dist/types}/components/cta/pn-share/pn-share-item.d.ts +0 -0
  1845. /package/{types → dist/types}/components/cta/pn-share/pn-share.d.ts +0 -0
  1846. /package/{types → dist/types}/components/cta/pn-share/translations.d.ts +0 -0
  1847. /package/{types → dist/types}/components/cta/pn-spotlight/pn-spotlight.d.ts +0 -0
  1848. /package/{types → dist/types}/components/data-visualization/pn-stats-info/pn-stats-info-data/animationHelper.d.ts +0 -0
  1849. /package/{types → dist/types}/components/data-visualization/pn-stats-info/pn-stats-info-data/animationHelper.test.d.ts +0 -0
  1850. /package/{types → dist/types}/components/data-visualization/pn-stats-info/pn-stats-info-data/numberFormats.d.ts +0 -0
  1851. /package/{types → dist/types}/components/data-visualization/pn-stats-info/pn-stats-info-data/pn-stats-info-data.d.ts +0 -0
  1852. /package/{types → dist/types}/components/data-visualization/pn-stats-info/pn-stats-info-data/viewIntersectionHelper.d.ts +0 -0
  1853. /package/{types → dist/types}/components/data-visualization/pn-stats-info/pn-stats-info.d.ts +0 -0
  1854. /package/{types → dist/types}/components/data-visualization/pn-stats-info/types.d.ts +0 -0
  1855. /package/{types → dist/types}/components/input/pn-address-autofill/pn-address-autofill.d.ts +0 -0
  1856. /package/{types → dist/types}/components/input/pn-address-autofill/translations.d.ts +0 -0
  1857. /package/{types → dist/types}/components/input/pn-address-autofill/types.d.ts +0 -0
  1858. /package/{types → dist/types}/components/input/pn-bonus-progressbar/pn-bonus-progressbar-level.d.ts +0 -0
  1859. /package/{types → dist/types}/components/input/pn-bonus-progressbar/pn-bonus-progressbar.d.ts +0 -0
  1860. /package/{types → dist/types}/components/input/pn-choice-button/pn-choice-button.d.ts +0 -0
  1861. /package/{types → dist/types}/components/input/pn-date-and-time/pn-date-and-time.d.ts +0 -0
  1862. /package/{types → dist/types}/components/input/pn-dropdown-choice-adds-row/pn-dropdown-choice-adds-row.d.ts +0 -0
  1863. /package/{types → dist/types}/components/input/pn-dropdown-choice-adds-row/types.d.ts +0 -0
  1864. /package/{types → dist/types}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows-row.d.ts +0 -0
  1865. /package/{types → dist/types}/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.d.ts +0 -0
  1866. /package/{types → dist/types}/components/input/pn-dropdown-with-multi-input-rows/translations.d.ts +0 -0
  1867. /package/{types → dist/types}/components/input/pn-dropdown-with-multi-input-rows/types.d.ts +0 -0
  1868. /package/{types → dist/types}/components/input/pn-filter-checkbox/pn-filter-checkbox.d.ts +0 -0
  1869. /package/{types → dist/types}/components/input/pn-marketweb-input/pn-marketweb-input.d.ts +0 -0
  1870. /package/{types → dist/types}/components/input/pn-marketweb-search/pn-marketweb-search.d.ts +0 -0
  1871. /package/{types → dist/types}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown-row.d.ts +0 -0
  1872. /package/{types → dist/types}/components/input/pn-multi-row-connected-dropdown/pn-multi-row-connected-dropdown.d.ts +0 -0
  1873. /package/{types → dist/types}/components/input/pn-multi-row-connected-dropdown/types.d.ts +0 -0
  1874. /package/{types → dist/types}/components/input/pn-multiple-input/pn-multiple-input.d.ts +0 -0
  1875. /package/{types → dist/types}/components/input/pn-multiple-input/types.d.ts +0 -0
  1876. /package/{types → dist/types}/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter-types.d.ts +0 -0
  1877. /package/{types → dist/types}/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.d.ts +0 -0
  1878. /package/{types → dist/types}/components/layout-components/pn-marketweb-sitefooter/socialMediaIcons.d.ts +0 -0
  1879. /package/{types → dist/types}/components/layout-components/pn-marketweb-sitefooter/translations.d.ts +0 -0
  1880. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-button.d.ts +0 -0
  1881. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-linklist.d.ts +0 -0
  1882. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-links.d.ts +0 -0
  1883. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-mypage-button.d.ts +0 -0
  1884. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-profileselection.d.ts +0 -0
  1885. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login.d.ts +0 -0
  1886. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-search-store.d.ts +0 -0
  1887. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-search.d.ts +0 -0
  1888. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-store.d.ts +0 -0
  1889. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-types.d.ts +0 -0
  1890. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-unified-login.d.ts +0 -0
  1891. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.d.ts +0 -0
  1892. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.stories.d.ts +0 -0
  1893. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/translations.d.ts +0 -0
  1894. /package/{types → dist/types}/components/layout-components/pn-marketweb-siteheader/unifiedLoginHelper.d.ts +0 -0
  1895. /package/{types → dist/types}/components/media/pn-media-block/pn-media-block.d.ts +0 -0
  1896. /package/{types → dist/types}/components/minor/pn-app-banner/pn-app-banner.d.ts +0 -0
  1897. /package/{types → dist/types}/components/minor/pn-marketweb-icon/pn-marketweb-icon.d.ts +0 -0
  1898. /package/{types → dist/types}/components/minor/pn-swan/pn-swan.d.ts +0 -0
  1899. /package/{types → dist/types}/components/minor/pn-swan/translations.d.ts +0 -0
  1900. /package/{types → dist/types}/components/minor/pn-titletag/pn-titletag.d.ts +0 -0
  1901. /package/{types → dist/types}/components/navigation/pn-language-selector/pn-language-selector-option.d.ts +0 -0
  1902. /package/{types → dist/types}/components/navigation/pn-language-selector/pn-language-selector-types.d.ts +0 -0
  1903. /package/{types → dist/types}/components/navigation/pn-language-selector/pn-language-selector.d.ts +0 -0
  1904. /package/{types → dist/types}/components/navigation/pn-language-selector/translations.d.ts +0 -0
  1905. /package/{types → dist/types}/components/navigation/pn-mainnav/pn-mainnav-level.d.ts +0 -0
  1906. /package/{types → dist/types}/components/navigation/pn-mainnav/pn-mainnav-link.d.ts +0 -0
  1907. /package/{types → dist/types}/components/navigation/pn-mainnav/pn-mainnav-list.d.ts +0 -0
  1908. /package/{types → dist/types}/components/navigation/pn-mainnav/pn-mainnav-store.d.ts +0 -0
  1909. /package/{types → dist/types}/components/navigation/pn-mainnav/pn-mainnav.d.ts +0 -0
  1910. /package/{types → dist/types}/components/navigation/pn-mainnav/translations.d.ts +0 -0
  1911. /package/{types → dist/types}/components/navigation/pn-mainnav/types.d.ts +0 -0
  1912. /package/{types → dist/types}/components/navigation/pn-sidenav/pn-sidenav-level.d.ts +0 -0
  1913. /package/{types → dist/types}/components/navigation/pn-sidenav/pn-sidenav-link.d.ts +0 -0
  1914. /package/{types → dist/types}/components/navigation/pn-sidenav/pn-sidenav-store.d.ts +0 -0
  1915. /package/{types → dist/types}/components/navigation/pn-sidenav/pn-sidenav-togglebutton.d.ts +0 -0
  1916. /package/{types → dist/types}/components/navigation/pn-sidenav/pn-sidenav.d.ts +0 -0
  1917. /package/{types → dist/types}/components/navigation/pn-sidenav/translations.d.ts +0 -0
  1918. /package/{types → dist/types}/components/navigation/pn-sidenav/types.d.ts +0 -0
  1919. /package/{types → dist/types}/components/navigation/pn-site-footer/pn-site-footer-col.d.ts +0 -0
  1920. /package/{types → dist/types}/components/navigation/pn-site-footer/pn-site-footer.d.ts +0 -0
  1921. /package/{types → dist/types}/components/navigation/pn-site-selector/pn-site-selector-item.d.ts +0 -0
  1922. /package/{types → dist/types}/components/navigation/pn-site-selector/pn-site-selector-types.d.ts +0 -0
  1923. /package/{types → dist/types}/components/navigation/pn-site-selector/pn-site-selector.d.ts +0 -0
  1924. /package/{types → dist/types}/components/profile/pn-customernumber-selector/pn-customernumber-selector-option.d.ts +0 -0
  1925. /package/{types → dist/types}/components/profile/pn-customernumber-selector/pn-customernumber-selector-types.d.ts +0 -0
  1926. /package/{types → dist/types}/components/profile/pn-customernumber-selector/pn-customernumber-selector.d.ts +0 -0
  1927. /package/{types → dist/types}/components/profile/pn-customernumber-selector/translations.d.ts +0 -0
  1928. /package/{types → dist/types}/components/profile/pn-profile-modal/pn-profile-modal-customernumber.d.ts +0 -0
  1929. /package/{types → dist/types}/components/profile/pn-profile-modal/pn-profile-modal-profile.d.ts +0 -0
  1930. /package/{types → dist/types}/components/profile/pn-profile-modal/pn-profile-modal-store.d.ts +0 -0
  1931. /package/{types → dist/types}/components/profile/pn-profile-modal/pn-profile-modal-type.d.ts +0 -0
  1932. /package/{types → dist/types}/components/profile/pn-profile-modal/pn-profile-modal.d.ts +0 -0
  1933. /package/{types → dist/types}/components/profile/pn-profile-selector/pn-profile-selector-option.d.ts +0 -0
  1934. /package/{types → dist/types}/components/profile/pn-profile-selector/pn-profile-selector-types.d.ts +0 -0
  1935. /package/{types → dist/types}/components/profile/pn-profile-selector/pn-profile-selector.d.ts +0 -0
  1936. /package/{types → dist/types}/components/profile/pn-profile-selector/translations.d.ts +0 -0
  1937. /package/{types → dist/types}/components/utilities/pn-breakpoints/pn-breakpoints.d.ts +0 -0
  1938. /package/{types → dist/types}/components/widgets/pn-chat/pn-chat-message/pn-chat-message.stories.d.ts +0 -0
  1939. /package/{types → dist/types}/components/widgets/pn-chat/pn-chat.d.ts +0 -0
  1940. /package/{types → dist/types}/components/widgets/pn-chat/pn-chat.models.d.ts +0 -0
  1941. /package/{types → dist/types}/components/widgets/pn-chat/pn-chat.service.d.ts +0 -0
  1942. /package/{types → dist/types}/components/widgets/pn-chat/pn-chat.stories.d.ts +0 -0
  1943. /package/{types → dist/types}/components/widgets/pn-chat/translations.d.ts +0 -0
  1944. /package/{types → dist/types}/components/widgets/pn-chat/types.d.ts +0 -0
  1945. /package/{types → dist/types}/components/widgets/pn-find-price/pn-find-price-result.d.ts +0 -0
  1946. /package/{types → dist/types}/components/widgets/pn-find-price/pn-find-price-store.d.ts +0 -0
  1947. /package/{types → dist/types}/components/widgets/pn-find-price/pn-find-price-translations.d.ts +0 -0
  1948. /package/{types → dist/types}/components/widgets/pn-find-price/pn-find-price-types.d.ts +0 -0
  1949. /package/{types → dist/types}/components/widgets/pn-find-price/pn-find-price.d.ts +0 -0
  1950. /package/{types → dist/types}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-result.d.ts +0 -0
  1951. /package/{types → dist/types}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-store.d.ts +0 -0
  1952. /package/{types → dist/types}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-translations.d.ts +0 -0
  1953. /package/{types → dist/types}/components/widgets/pn-find-service-and-price/pn-find-service-and-price-types.d.ts +0 -0
  1954. /package/{types → dist/types}/components/widgets/pn-find-service-and-price/pn-find-service-and-price.d.ts +0 -0
  1955. /package/{types → dist/types}/components/widgets/pn-hero-block-international/pn-hero-block-international.d.ts +0 -0
  1956. /package/{types → dist/types}/components/widgets/pn-level-up/pn-level-up-modal/pn-level-up-modal.d.ts +0 -0
  1957. /package/{types → dist/types}/components/widgets/pn-level-up/pn-level-up-modal/pn-level-up-modal.stories.d.ts +0 -0
  1958. /package/{types → dist/types}/components/widgets/pn-level-up/pn-level-up.d.ts +0 -0
  1959. /package/{types → dist/types}/components/widgets/pn-level-up/pn-level-up.models.d.ts +0 -0
  1960. /package/{types → dist/types}/components/widgets/pn-level-up/pn-level-up.service.d.ts +0 -0
  1961. /package/{types → dist/types}/components/widgets/pn-level-up/pn-level-up.stories.d.ts +0 -0
  1962. /package/{types → dist/types}/components/widgets/pn-level-up/types.d.ts +0 -0
  1963. /package/{types → dist/types}/components/widgets/pn-link-list/pn-link-list.d.ts +0 -0
  1964. /package/{types → dist/types}/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.d.ts +0 -0
  1965. /package/{types → dist/types}/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.stories.d.ts +0 -0
  1966. /package/{types → dist/types}/components/widgets/pn-marketweb-table/pn-marketweb-table.d.ts +0 -0
  1967. /package/{types → dist/types}/components/widgets/pn-marketweb-table/pn-marketweb-table.service.d.ts +0 -0
  1968. /package/{types → dist/types}/components/widgets/pn-marketweb-table/pn-marketweb-table.stories.d.ts +0 -0
  1969. /package/{types → dist/types}/components/widgets/pn-marketweb-table/types.d.ts +0 -0
  1970. /package/{types → dist/types}/components/widgets/pn-pex-pricefinder/pn-pex-pricefinder.d.ts +0 -0
  1971. /package/{types → dist/types}/components/widgets/pn-pex-pricefinder/translations.d.ts +0 -0
  1972. /package/{types → dist/types}/components/widgets/pn-pex-pricefinder/types.d.ts +0 -0
  1973. /package/{types → dist/types}/components/widgets/pn-product-card/pn-product-card-info.d.ts +0 -0
  1974. /package/{types → dist/types}/components/widgets/pn-product-card/pn-product-card-price.d.ts +0 -0
  1975. /package/{types → dist/types}/components/widgets/pn-product-card/pn-product-card.d.ts +0 -0
  1976. /package/{types → dist/types}/components/widgets/pn-product-pricelist/pn-product-pricelist-result.d.ts +0 -0
  1977. /package/{types → dist/types}/components/widgets/pn-product-pricelist/pn-product-pricelist-store.d.ts +0 -0
  1978. /package/{types → dist/types}/components/widgets/pn-product-pricelist/pn-product-pricelist-translations.d.ts +0 -0
  1979. /package/{types → dist/types}/components/widgets/pn-product-pricelist/pn-product-pricelist-types.d.ts +0 -0
  1980. /package/{types → dist/types}/components/widgets/pn-product-pricelist/pn-product-pricelist.d.ts +0 -0
  1981. /package/{types → dist/types}/components/widgets/pn-product-tile/pn-product-tile-info.d.ts +0 -0
  1982. /package/{types → dist/types}/components/widgets/pn-product-tile/pn-product-tile-price.d.ts +0 -0
  1983. /package/{types → dist/types}/components/widgets/pn-product-tile/pn-product-tile.d.ts +0 -0
  1984. /package/{types → dist/types}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.d.ts +0 -0
  1985. /package/{types → dist/types}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-store.d.ts +0 -0
  1986. /package/{types → dist/types}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-translations.d.ts +0 -0
  1987. /package/{types → dist/types}/components/widgets/pn-proxio-findprice/pn-proxio-findprice-types.d.ts +0 -0
  1988. /package/{types → dist/types}/components/widgets/pn-proxio-findprice/pn-proxio-findprice.d.ts +0 -0
  1989. /package/{types → dist/types}/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.d.ts +0 -0
  1990. /package/{types → dist/types}/components/widgets/pn-proxio-pricegroup/translations.d.ts +0 -0
  1991. /package/{types → dist/types}/components/widgets/pn-proxio-pricegroup/types.d.ts +0 -0
  1992. /package/{types → dist/types}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-description.d.ts +0 -0
  1993. /package/{types → dist/types}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-information.d.ts +0 -0
  1994. /package/{types → dist/types}/components/widgets/pn-proxio-productcard/pn-proxio-productcard-pricelink.d.ts +0 -0
  1995. /package/{types → dist/types}/components/widgets/pn-proxio-productcard/pn-proxio-productcard.d.ts +0 -0
  1996. /package/{types → dist/types}/components/widgets/pn-qr-code-generator/pn-qr-code-generator.d.ts +0 -0
  1997. /package/{types → dist/types}/components/widgets/pn-qr-code-generator/pn-qr-code-generator.stories.d.ts +0 -0
  1998. /package/{types → dist/types}/components/widgets/pn-usp-promoter/pn-usp-promoter.d.ts +0 -0
  1999. /package/{types → dist/types}/globals/FetchHelper.d.ts +0 -0
  2000. /package/{types → dist/types}/globals/HeadingTag.d.ts +0 -0
  2001. /package/{types → dist/types}/globals/LocalStorageService.d.ts +0 -0
  2002. /package/{types → dist/types}/globals/MarketWebContextService.d.ts +0 -0
  2003. /package/{types → dist/types}/globals/MarketWebLoginManager.d.ts +0 -0
  2004. /package/{types → dist/types}/globals/ScreensizeDetect.d.ts +0 -0
  2005. /package/{types → dist/types}/globals/documentation/story.d.ts +0 -0
  2006. /package/{types → dist/types}/globals/shared/productprice/product-price-types.d.ts +0 -0
  2007. /package/{types → dist/types}/globals/storybookGlobals.d.ts +0 -0
  2008. /package/{types → dist/types}/index.d.ts +0 -0
  2009. /package/{types → dist/types}/stencil-public-runtime.d.ts +0 -0
  2010. /package/{types → dist/types}/utils/utils.d.ts +0 -0
  2011. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/alert_exclamation_circle-7e28124d.js +0 -0
  2012. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/alert_exclamation_circle-7e28124d.js.map +0 -0
  2013. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/alert_info_circle-f2dd1d7d.js +0 -0
  2014. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/alert_info_circle-f2dd1d7d.js.map +0 -0
  2015. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/angle_down-0b63ebde.js +0 -0
  2016. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/angle_down-0b63ebde.js.map +0 -0
  2017. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/angle_right-c8c55b43.js +0 -0
  2018. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/angle_right-c8c55b43.js.map +0 -0
  2019. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/app-globals-db178d5b.js +0 -0
  2020. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/app-globals-db178d5b.js.map +0 -0
  2021. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/arrow_left-d8f2c601.js +0 -0
  2022. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/arrow_left-d8f2c601.js.map +0 -0
  2023. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/arrow_right-8a1192e2.js +0 -0
  2024. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/arrow_right-8a1192e2.js.map +0 -0
  2025. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/check-f1cf3ce9.js +0 -0
  2026. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/check-f1cf3ce9.js.map +0 -0
  2027. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/check_circle-9b773735.js +0 -0
  2028. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/check_circle-9b773735.js.map +0 -0
  2029. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/close-609c1e98.js +0 -0
  2030. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/close-609c1e98.js.map +0 -0
  2031. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/colors-b7314a6f.js +0 -0
  2032. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/colors-b7314a6f.js.map +0 -0
  2033. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/helpers-bff6a1c2.js +0 -0
  2034. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/helpers-bff6a1c2.js.map +0 -0
  2035. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/index-ec4ed1cc.js +0 -0
  2036. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/index-ec4ed1cc.js.map +0 -0
  2037. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/index.cjs.js +0 -0
  2038. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/index.cjs.js.map +0 -0
  2039. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/loader.cjs.js +0 -0
  2040. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/loader.cjs.js.map +0 -0
  2041. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/open_in_new-5149c4cf.js +0 -0
  2042. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/open_in_new-5149c4cf.js.map +0 -0
  2043. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-accordion-row.cjs.entry.js +0 -0
  2044. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-accordion-row.cjs.entry.js.map +0 -0
  2045. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-accordion.cjs.entry.js +0 -0
  2046. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-accordion.cjs.entry.js.map +0 -0
  2047. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-action-menu.cjs.entry.js +0 -0
  2048. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-action-menu.cjs.entry.js.map +0 -0
  2049. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-button-dropdown.cjs.entry.js +0 -0
  2050. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-button-dropdown.cjs.entry.js.map +0 -0
  2051. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-button_2.cjs.entry.js +0 -0
  2052. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-button_2.cjs.entry.js.map +0 -0
  2053. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-card.cjs.entry.js +0 -0
  2054. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-card.cjs.entry.js.map +0 -0
  2055. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-checkbox.cjs.entry.js +0 -0
  2056. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-checkbox.cjs.entry.js.map +0 -0
  2057. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-choice-chip.cjs.entry.js +0 -0
  2058. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-choice-chip.cjs.entry.js.map +0 -0
  2059. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-counter.cjs.entry.js +0 -0
  2060. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-counter.cjs.entry.js.map +0 -0
  2061. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-date-picker.cjs.entry.js +0 -0
  2062. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-date-picker.cjs.entry.js.map +0 -0
  2063. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-fieldset.cjs.entry.js +0 -0
  2064. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-fieldset.cjs.entry.js.map +0 -0
  2065. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-file-upload.cjs.entry.js +0 -0
  2066. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-file-upload.cjs.entry.js.map +0 -0
  2067. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-footer.cjs.entry.js +0 -0
  2068. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-footer.cjs.entry.js.map +0 -0
  2069. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-header.cjs.entry.js +0 -0
  2070. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-header.cjs.entry.js.map +0 -0
  2071. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-icon_2.cjs.entry.js +0 -0
  2072. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-icon_2.cjs.entry.js.map +0 -0
  2073. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-illustration.cjs.entry.js +0 -0
  2074. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-illustration.cjs.entry.js.map +0 -0
  2075. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-input.cjs.entry.js +0 -0
  2076. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-input.cjs.entry.js.map +0 -0
  2077. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-modal.cjs.entry.js +0 -0
  2078. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-modal.cjs.entry.js.map +0 -0
  2079. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-multiselect.cjs.entry.js +0 -0
  2080. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-multiselect.cjs.entry.js.map +0 -0
  2081. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-ocr-search.cjs.entry.js +0 -0
  2082. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-ocr-search.cjs.entry.js.map +0 -0
  2083. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-page-nav-dropdown-item.cjs.entry.js +0 -0
  2084. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-page-nav-dropdown-item.cjs.entry.js.map +0 -0
  2085. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-page-nav-item.cjs.entry.js +0 -0
  2086. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-page-nav-item.cjs.entry.js.map +0 -0
  2087. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-page-nav.cjs.entry.js +0 -0
  2088. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-page-nav.cjs.entry.js.map +0 -0
  2089. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-pagination.cjs.entry.js +0 -0
  2090. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-pagination.cjs.entry.js.map +0 -0
  2091. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-progress-bar.cjs.entry.js +0 -0
  2092. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-progress-bar.cjs.entry.js.map +0 -0
  2093. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-progress-indicator-step.cjs.entry.js +0 -0
  2094. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-progress-indicator-step.cjs.entry.js.map +0 -0
  2095. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-progress-indicator.cjs.entry.js +0 -0
  2096. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-progress-indicator.cjs.entry.js.map +0 -0
  2097. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-progress-stepper.cjs.entry.js +0 -0
  2098. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-progress-stepper.cjs.entry.js.map +0 -0
  2099. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-radio-button.cjs.entry.js +0 -0
  2100. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-radio-button.cjs.entry.js.map +0 -0
  2101. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-read-only-button.cjs.entry.js +0 -0
  2102. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-read-only-button.cjs.entry.js.map +0 -0
  2103. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-search-field.cjs.entry.js +0 -0
  2104. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-search-field.cjs.entry.js.map +0 -0
  2105. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-segment.cjs.entry.js +0 -0
  2106. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-segment.cjs.entry.js.map +0 -0
  2107. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-segmented-control.cjs.entry.js +0 -0
  2108. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-segmented-control.cjs.entry.js.map +0 -0
  2109. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-select.cjs.entry.js +0 -0
  2110. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-select.cjs.entry.js.map +0 -0
  2111. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-tab.cjs.entry.js +0 -0
  2112. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-tab.cjs.entry.js.map +0 -0
  2113. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-table.cjs.entry.js +0 -0
  2114. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-table.cjs.entry.js.map +0 -0
  2115. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-tablist.cjs.entry.js +0 -0
  2116. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-tablist.cjs.entry.js.map +0 -0
  2117. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-text-link.cjs.entry.js +0 -0
  2118. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-text-link.cjs.entry.js.map +0 -0
  2119. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-textarea.cjs.entry.js +0 -0
  2120. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-textarea.cjs.entry.js.map +0 -0
  2121. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-tile.cjs.entry.js +0 -0
  2122. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-tile.cjs.entry.js.map +0 -0
  2123. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-toast.cjs.entry.js +0 -0
  2124. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-toast.cjs.entry.js.map +0 -0
  2125. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-toggle-switch.cjs.entry.js +0 -0
  2126. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-toggle-switch.cjs.entry.js.map +0 -0
  2127. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-tooltip.cjs.entry.js +0 -0
  2128. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-tooltip.cjs.entry.js.map +0 -0
  2129. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-zipcode-search.cjs.entry.js +0 -0
  2130. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/pn-zipcode-search.cjs.entry.js.map +0 -0
  2131. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/postnord-web-components.cjs.js +0 -0
  2132. /package/{umd → dist/umd}/modules/@postnord/web-components/cjs/postnord-web-components.cjs.js.map +0 -0
  2133. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/collection-manifest.json +0 -0
  2134. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-action-menu/pn-action-menu.css +0 -0
  2135. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-action-menu/pn-action-menu.js +0 -0
  2136. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-action-menu/pn-action-menu.js.map +0 -0
  2137. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-action-menu/translation.js +0 -0
  2138. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-action-menu/translation.js.map +0 -0
  2139. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-button/pn-button.css +0 -0
  2140. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-button/pn-button.js +0 -0
  2141. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-button/pn-button.js.map +0 -0
  2142. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-button-dropdown/pn-button-dropdown.css +0 -0
  2143. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-button-dropdown/pn-button-dropdown.js +0 -0
  2144. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-button-dropdown/pn-button-dropdown.js.map +0 -0
  2145. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-read-only-button/pn-read-only-button.css +0 -0
  2146. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-read-only-button/pn-read-only-button.js +0 -0
  2147. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/buttons/pn-read-only-button/pn-read-only-button.js.map +0 -0
  2148. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-accordion/pn-accordion.css +0 -0
  2149. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-accordion/pn-accordion.js +0 -0
  2150. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-accordion/pn-accordion.js.map +0 -0
  2151. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-accordion/row/pn-accordion-row.css +0 -0
  2152. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-accordion/row/pn-accordion-row.js +0 -0
  2153. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-accordion/row/pn-accordion-row.js.map +0 -0
  2154. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-table/pn-table.css +0 -0
  2155. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-table/pn-table.js +0 -0
  2156. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-table/pn-table.js.map +0 -0
  2157. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-tag/pn-tag.css +0 -0
  2158. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-tag/pn-tag.js +0 -0
  2159. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/content/pn-tag/pn-tag.js.map +0 -0
  2160. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/design-tokens/pn-icon/pn-icon.css +0 -0
  2161. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/design-tokens/pn-icon/pn-icon.js +0 -0
  2162. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/design-tokens/pn-icon/pn-icon.js.map +0 -0
  2163. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/design-tokens/pn-illustration/pn-illustration.css +0 -0
  2164. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/design-tokens/pn-illustration/pn-illustration.js +0 -0
  2165. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/design-tokens/pn-illustration/pn-illustration.js.map +0 -0
  2166. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-modal/pn-modal.css +0 -0
  2167. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-modal/pn-modal.js +0 -0
  2168. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-modal/pn-modal.js.map +0 -0
  2169. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-modal/translation.js +0 -0
  2170. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-modal/translation.js.map +0 -0
  2171. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-bar/pn-progress-bar.css +0 -0
  2172. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-bar/pn-progress-bar.js +0 -0
  2173. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-bar/pn-progress-bar.js.map +0 -0
  2174. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-indicator/pn-progress-indicator-step/pn-progress-indicator-step.css +0 -0
  2175. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-indicator/pn-progress-indicator-step/pn-progress-indicator-step.js +0 -0
  2176. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-indicator/pn-progress-indicator-step/pn-progress-indicator-step.js.map +0 -0
  2177. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-indicator/pn-progress-indicator.css +0 -0
  2178. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-indicator/pn-progress-indicator.js +0 -0
  2179. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-indicator/pn-progress-indicator.js.map +0 -0
  2180. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-stepper/pn-progress-stepper.css +0 -0
  2181. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-stepper/pn-progress-stepper.js +0 -0
  2182. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-stepper/pn-progress-stepper.js.map +0 -0
  2183. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-stepper/translations.js +0 -0
  2184. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-progress-stepper/translations.js.map +0 -0
  2185. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-spinner/pn-spinner.css +0 -0
  2186. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-spinner/pn-spinner.js +0 -0
  2187. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-spinner/pn-spinner.js.map +0 -0
  2188. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-toast/pn-toast.css +0 -0
  2189. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-toast/pn-toast.js +0 -0
  2190. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-toast/pn-toast.js.map +0 -0
  2191. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-toast/translation.js +0 -0
  2192. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-toast/translation.js.map +0 -0
  2193. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-tooltip/pn-tooltip.css +0 -0
  2194. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-tooltip/pn-tooltip.js +0 -0
  2195. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/feedback/pn-tooltip/pn-tooltip.js.map +0 -0
  2196. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-checkbox/pn-checkbox.css +0 -0
  2197. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-checkbox/pn-checkbox.js +0 -0
  2198. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-checkbox/pn-checkbox.js.map +0 -0
  2199. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-choice-chip/pn-choice-chip.css +0 -0
  2200. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-choice-chip/pn-choice-chip.js +0 -0
  2201. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-choice-chip/pn-choice-chip.js.map +0 -0
  2202. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-counter/pn-counter.css +0 -0
  2203. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-counter/pn-counter.js +0 -0
  2204. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-counter/pn-counter.js.map +0 -0
  2205. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-counter/translations.js +0 -0
  2206. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-counter/translations.js.map +0 -0
  2207. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-date-picker/pn-date-picker.css +0 -0
  2208. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-date-picker/pn-date-picker.js +0 -0
  2209. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-date-picker/pn-date-picker.js.map +0 -0
  2210. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-date-picker/translations.js +0 -0
  2211. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-date-picker/translations.js.map +0 -0
  2212. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-fieldset/pn-fieldset.css +0 -0
  2213. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-fieldset/pn-fieldset.js +0 -0
  2214. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-fieldset/pn-fieldset.js.map +0 -0
  2215. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-file-upload/pn-file-upload-error.js +0 -0
  2216. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-file-upload/pn-file-upload-error.js.map +0 -0
  2217. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-file-upload/pn-file-upload.css +0 -0
  2218. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-file-upload/pn-file-upload.js +0 -0
  2219. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-file-upload/pn-file-upload.js.map +0 -0
  2220. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-file-upload/translation.js +0 -0
  2221. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-file-upload/translation.js.map +0 -0
  2222. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-input/pn-input.css +0 -0
  2223. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-input/pn-input.js +0 -0
  2224. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-input/pn-input.js.map +0 -0
  2225. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-input/translations.js +0 -0
  2226. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-input/translations.js.map +0 -0
  2227. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-multiselect/pn-multiselect.css +0 -0
  2228. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-multiselect/pn-multiselect.js +0 -0
  2229. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-multiselect/pn-multiselect.js.map +0 -0
  2230. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-multiselect/translations.js +0 -0
  2231. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-multiselect/translations.js.map +0 -0
  2232. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-radio-button/pn-radio-button.css +0 -0
  2233. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-radio-button/pn-radio-button.js +0 -0
  2234. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-radio-button/pn-radio-button.js.map +0 -0
  2235. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-search-field/pn-search-field.css +0 -0
  2236. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-search-field/pn-search-field.js +0 -0
  2237. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-search-field/pn-search-field.js.map +0 -0
  2238. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-search-field/translations.js +0 -0
  2239. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-search-field/translations.js.map +0 -0
  2240. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-segmented-control/pn-segmented-control.css +0 -0
  2241. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-segmented-control/pn-segmented-control.js +0 -0
  2242. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-segmented-control/pn-segmented-control.js.map +0 -0
  2243. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-segmented-control/segment/pn-segment.css +0 -0
  2244. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-segmented-control/segment/pn-segment.js +0 -0
  2245. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-segmented-control/segment/pn-segment.js.map +0 -0
  2246. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-select/pn-select.css +0 -0
  2247. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-select/pn-select.js +0 -0
  2248. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-select/pn-select.js.map +0 -0
  2249. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-select/translations.js +0 -0
  2250. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-select/translations.js.map +0 -0
  2251. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-textarea/pn-textarea.css +0 -0
  2252. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-textarea/pn-textarea.js +0 -0
  2253. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-textarea/pn-textarea.js.map +0 -0
  2254. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-toggle-switch/pn-toggle-switch.css +0 -0
  2255. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-toggle-switch/pn-toggle-switch.js +0 -0
  2256. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/input/pn-toggle-switch/pn-toggle-switch.js.map +0 -0
  2257. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/layout/pn-header/pn-header.css +0 -0
  2258. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/layout/pn-header/pn-header.js +0 -0
  2259. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/layout/pn-header/pn-header.js.map +0 -0
  2260. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-card/pn-card.css +0 -0
  2261. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-card/pn-card.js +0 -0
  2262. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-card/pn-card.js.map +0 -0
  2263. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-footer/pn-footer.css +0 -0
  2264. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-footer/pn-footer.js +0 -0
  2265. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-footer/pn-footer.js.map +0 -0
  2266. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-footer/translations.js +0 -0
  2267. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-footer/translations.js.map +0 -0
  2268. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-footer/urls.js +0 -0
  2269. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-footer/urls.js.map +0 -0
  2270. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/dropdown-item/pn-page-nav-dropdown-item.css +0 -0
  2271. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/dropdown-item/pn-page-nav-dropdown-item.js +0 -0
  2272. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/dropdown-item/pn-page-nav-dropdown-item.js.map +0 -0
  2273. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/item/pn-page-nav-item.css +0 -0
  2274. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/item/pn-page-nav-item.js +0 -0
  2275. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/item/pn-page-nav-item.js.map +0 -0
  2276. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/menu/pn-page-nav.css +0 -0
  2277. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/menu/pn-page-nav.js +0 -0
  2278. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/menu/pn-page-nav.js.map +0 -0
  2279. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-pagination/pn-pagination.css +0 -0
  2280. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-pagination/pn-pagination.js +0 -0
  2281. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-pagination/pn-pagination.js.map +0 -0
  2282. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-pagination/translations.js +0 -0
  2283. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-pagination/translations.js.map +0 -0
  2284. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tablist/pn-tablist.css +0 -0
  2285. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tablist/pn-tablist.js +0 -0
  2286. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tablist/pn-tablist.js.map +0 -0
  2287. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tablist/tab/pn-tab.css +0 -0
  2288. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tablist/tab/pn-tab.js +0 -0
  2289. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tablist/tab/pn-tab.js.map +0 -0
  2290. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tablist/translations.js +0 -0
  2291. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tablist/translations.js.map +0 -0
  2292. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-text-link/pn-text-link.css +0 -0
  2293. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-text-link/pn-text-link.js +0 -0
  2294. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-text-link/pn-text-link.js.map +0 -0
  2295. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tile/pn-tile.css +0 -0
  2296. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tile/pn-tile.js +0 -0
  2297. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/navigation/pn-tile/pn-tile.js.map +0 -0
  2298. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-ocr-search/pn-ocr-search.css +0 -0
  2299. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-ocr-search/pn-ocr-search.js +0 -0
  2300. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-ocr-search/pn-ocr-search.js.map +0 -0
  2301. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-ocr-search/translations.js +0 -0
  2302. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-ocr-search/translations.js.map +0 -0
  2303. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-zipcode-search/pn-zipcode-search.css +0 -0
  2304. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-zipcode-search/pn-zipcode-search.js +0 -0
  2305. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-zipcode-search/pn-zipcode-search.js.map +0 -0
  2306. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-zipcode-search/translations.js +0 -0
  2307. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/components/web-components/pn-zipcode-search/translations.js.map +0 -0
  2308. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/globals/date/index.js +0 -0
  2309. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/globals/date/index.js.map +0 -0
  2310. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/globals/helpers.js +0 -0
  2311. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/globals/helpers.js.map +0 -0
  2312. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/globals/types.js +0 -0
  2313. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/globals/types.js.map +0 -0
  2314. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/index.js +0 -0
  2315. /package/{umd → dist/umd}/modules/@postnord/web-components/collection/index.js.map +0 -0
  2316. /package/{umd → dist/umd}/modules/@postnord/web-components/components/alert_exclamation_circle.js +0 -0
  2317. /package/{umd → dist/umd}/modules/@postnord/web-components/components/alert_exclamation_circle.js.map +0 -0
  2318. /package/{umd → dist/umd}/modules/@postnord/web-components/components/alert_info_circle.js +0 -0
  2319. /package/{umd → dist/umd}/modules/@postnord/web-components/components/alert_info_circle.js.map +0 -0
  2320. /package/{umd → dist/umd}/modules/@postnord/web-components/components/angle_down.js +0 -0
  2321. /package/{umd → dist/umd}/modules/@postnord/web-components/components/angle_down.js.map +0 -0
  2322. /package/{umd → dist/umd}/modules/@postnord/web-components/components/angle_right.js +0 -0
  2323. /package/{umd → dist/umd}/modules/@postnord/web-components/components/angle_right.js.map +0 -0
  2324. /package/{umd → dist/umd}/modules/@postnord/web-components/components/arrow_left.js +0 -0
  2325. /package/{umd → dist/umd}/modules/@postnord/web-components/components/arrow_left.js.map +0 -0
  2326. /package/{umd → dist/umd}/modules/@postnord/web-components/components/arrow_right.js +0 -0
  2327. /package/{umd → dist/umd}/modules/@postnord/web-components/components/arrow_right.js.map +0 -0
  2328. /package/{umd → dist/umd}/modules/@postnord/web-components/components/check.js +0 -0
  2329. /package/{umd → dist/umd}/modules/@postnord/web-components/components/check.js.map +0 -0
  2330. /package/{umd → dist/umd}/modules/@postnord/web-components/components/check_circle.js +0 -0
  2331. /package/{umd → dist/umd}/modules/@postnord/web-components/components/check_circle.js.map +0 -0
  2332. /package/{umd → dist/umd}/modules/@postnord/web-components/components/close.js +0 -0
  2333. /package/{umd → dist/umd}/modules/@postnord/web-components/components/close.js.map +0 -0
  2334. /package/{umd → dist/umd}/modules/@postnord/web-components/components/colors.js +0 -0
  2335. /package/{umd → dist/umd}/modules/@postnord/web-components/components/colors.js.map +0 -0
  2336. /package/{umd → dist/umd}/modules/@postnord/web-components/components/helpers.js +0 -0
  2337. /package/{umd → dist/umd}/modules/@postnord/web-components/components/helpers.js.map +0 -0
  2338. /package/{umd → dist/umd}/modules/@postnord/web-components/components/index.d.ts +0 -0
  2339. /package/{umd → dist/umd}/modules/@postnord/web-components/components/index.js +0 -0
  2340. /package/{umd → dist/umd}/modules/@postnord/web-components/components/index.js.map +0 -0
  2341. /package/{umd → dist/umd}/modules/@postnord/web-components/components/open_in_new.js +0 -0
  2342. /package/{umd → dist/umd}/modules/@postnord/web-components/components/open_in_new.js.map +0 -0
  2343. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-accordion-row.d.ts +0 -0
  2344. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-accordion-row.js +0 -0
  2345. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-accordion-row.js.map +0 -0
  2346. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-accordion.d.ts +0 -0
  2347. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-accordion.js +0 -0
  2348. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-accordion.js.map +0 -0
  2349. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-action-menu.d.ts +0 -0
  2350. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-action-menu.js +0 -0
  2351. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-action-menu.js.map +0 -0
  2352. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-button-dropdown.d.ts +0 -0
  2353. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-button-dropdown.js +0 -0
  2354. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-button-dropdown.js.map +0 -0
  2355. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-button.d.ts +0 -0
  2356. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-button.js +0 -0
  2357. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-button.js.map +0 -0
  2358. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-button2.js +0 -0
  2359. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-button2.js.map +0 -0
  2360. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-card.d.ts +0 -0
  2361. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-card.js +0 -0
  2362. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-card.js.map +0 -0
  2363. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-checkbox.d.ts +0 -0
  2364. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-checkbox.js +0 -0
  2365. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-checkbox.js.map +0 -0
  2366. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-choice-chip.d.ts +0 -0
  2367. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-choice-chip.js +0 -0
  2368. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-choice-chip.js.map +0 -0
  2369. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-counter.d.ts +0 -0
  2370. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-counter.js +0 -0
  2371. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-counter.js.map +0 -0
  2372. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-date-picker.d.ts +0 -0
  2373. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-date-picker.js +0 -0
  2374. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-date-picker.js.map +0 -0
  2375. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-fieldset.d.ts +0 -0
  2376. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-fieldset.js +0 -0
  2377. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-fieldset.js.map +0 -0
  2378. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-file-upload.d.ts +0 -0
  2379. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-file-upload.js +0 -0
  2380. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-file-upload.js.map +0 -0
  2381. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-footer.d.ts +0 -0
  2382. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-footer.js +0 -0
  2383. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-footer.js.map +0 -0
  2384. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-header.d.ts +0 -0
  2385. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-header.js +0 -0
  2386. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-header.js.map +0 -0
  2387. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-icon.d.ts +0 -0
  2388. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-icon.js +0 -0
  2389. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-icon.js.map +0 -0
  2390. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-icon2.js +0 -0
  2391. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-icon2.js.map +0 -0
  2392. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-illustration.d.ts +0 -0
  2393. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-illustration.js +0 -0
  2394. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-illustration.js.map +0 -0
  2395. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-illustration2.js +0 -0
  2396. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-illustration2.js.map +0 -0
  2397. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-input.d.ts +0 -0
  2398. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-input.js +0 -0
  2399. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-input.js.map +0 -0
  2400. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-modal.d.ts +0 -0
  2401. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-modal.js +0 -0
  2402. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-modal.js.map +0 -0
  2403. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-multiselect.d.ts +0 -0
  2404. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-multiselect.js +0 -0
  2405. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-multiselect.js.map +0 -0
  2406. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-ocr-search.d.ts +0 -0
  2407. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-ocr-search.js +0 -0
  2408. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-ocr-search.js.map +0 -0
  2409. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav-dropdown-item.d.ts +0 -0
  2410. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav-dropdown-item.js +0 -0
  2411. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav-dropdown-item.js.map +0 -0
  2412. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav-item.d.ts +0 -0
  2413. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav-item.js +0 -0
  2414. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav-item.js.map +0 -0
  2415. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav.d.ts +0 -0
  2416. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav.js +0 -0
  2417. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-page-nav.js.map +0 -0
  2418. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-pagination.d.ts +0 -0
  2419. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-pagination.js +0 -0
  2420. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-pagination.js.map +0 -0
  2421. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-bar.d.ts +0 -0
  2422. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-bar.js +0 -0
  2423. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-bar.js.map +0 -0
  2424. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-bar2.js +0 -0
  2425. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-bar2.js.map +0 -0
  2426. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-indicator-step.d.ts +0 -0
  2427. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-indicator-step.js +0 -0
  2428. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-indicator-step.js.map +0 -0
  2429. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-indicator.d.ts +0 -0
  2430. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-indicator.js +0 -0
  2431. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-indicator.js.map +0 -0
  2432. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-stepper.d.ts +0 -0
  2433. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-stepper.js +0 -0
  2434. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-progress-stepper.js.map +0 -0
  2435. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-radio-button.d.ts +0 -0
  2436. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-radio-button.js +0 -0
  2437. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-radio-button.js.map +0 -0
  2438. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-read-only-button.d.ts +0 -0
  2439. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-read-only-button.js +0 -0
  2440. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-read-only-button.js.map +0 -0
  2441. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-search-field.d.ts +0 -0
  2442. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-search-field.js +0 -0
  2443. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-search-field.js.map +0 -0
  2444. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-search-field2.js +0 -0
  2445. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-search-field2.js.map +0 -0
  2446. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-segment.d.ts +0 -0
  2447. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-segment.js +0 -0
  2448. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-segment.js.map +0 -0
  2449. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-segmented-control.d.ts +0 -0
  2450. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-segmented-control.js +0 -0
  2451. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-segmented-control.js.map +0 -0
  2452. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-select.d.ts +0 -0
  2453. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-select.js +0 -0
  2454. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-select.js.map +0 -0
  2455. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-select2.js +0 -0
  2456. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-select2.js.map +0 -0
  2457. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-spinner.d.ts +0 -0
  2458. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-spinner.js +0 -0
  2459. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-spinner.js.map +0 -0
  2460. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-spinner2.js +0 -0
  2461. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-spinner2.js.map +0 -0
  2462. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tab.d.ts +0 -0
  2463. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tab.js +0 -0
  2464. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tab.js.map +0 -0
  2465. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-table.d.ts +0 -0
  2466. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-table.js +0 -0
  2467. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-table.js.map +0 -0
  2468. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tablist.d.ts +0 -0
  2469. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tablist.js +0 -0
  2470. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tablist.js.map +0 -0
  2471. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tag.d.ts +0 -0
  2472. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tag.js +0 -0
  2473. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tag.js.map +0 -0
  2474. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-text-link.d.ts +0 -0
  2475. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-text-link.js +0 -0
  2476. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-text-link.js.map +0 -0
  2477. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-text-link2.js +0 -0
  2478. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-text-link2.js.map +0 -0
  2479. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-textarea.d.ts +0 -0
  2480. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-textarea.js +0 -0
  2481. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-textarea.js.map +0 -0
  2482. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tile.d.ts +0 -0
  2483. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tile.js +0 -0
  2484. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tile.js.map +0 -0
  2485. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-toast.d.ts +0 -0
  2486. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-toast.js +0 -0
  2487. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-toast.js.map +0 -0
  2488. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-toggle-switch.d.ts +0 -0
  2489. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-toggle-switch.js +0 -0
  2490. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-toggle-switch.js.map +0 -0
  2491. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tooltip.d.ts +0 -0
  2492. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tooltip.js +0 -0
  2493. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-tooltip.js.map +0 -0
  2494. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-zipcode-search.d.ts +0 -0
  2495. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-zipcode-search.js +0 -0
  2496. /package/{umd → dist/umd}/modules/@postnord/web-components/components/pn-zipcode-search.js.map +0 -0
  2497. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/alert_exclamation_circle-7e58e19d.js +0 -0
  2498. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/alert_exclamation_circle-7e58e19d.js.map +0 -0
  2499. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/alert_info_circle-09cae69f.js +0 -0
  2500. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/alert_info_circle-09cae69f.js.map +0 -0
  2501. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/angle_down-d788f691.js +0 -0
  2502. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/angle_down-d788f691.js.map +0 -0
  2503. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/angle_right-b52095c9.js +0 -0
  2504. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/angle_right-b52095c9.js.map +0 -0
  2505. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/app-globals-c9b57479.js +0 -0
  2506. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/app-globals-c9b57479.js.map +0 -0
  2507. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/arrow_left-f0d725e6.js +0 -0
  2508. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/arrow_left-f0d725e6.js.map +0 -0
  2509. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/arrow_right-1b36bbb0.js +0 -0
  2510. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/arrow_right-1b36bbb0.js.map +0 -0
  2511. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/check-f615042e.js +0 -0
  2512. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/check-f615042e.js.map +0 -0
  2513. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/check_circle-1a968ce0.js +0 -0
  2514. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/check_circle-1a968ce0.js.map +0 -0
  2515. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/close-9e832820.js +0 -0
  2516. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/close-9e832820.js.map +0 -0
  2517. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/colors-fb335769.js +0 -0
  2518. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/colors-fb335769.js.map +0 -0
  2519. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/helpers-9dac5241.js +0 -0
  2520. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/helpers-9dac5241.js.map +0 -0
  2521. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/index-5606614b.js +0 -0
  2522. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/index-5606614b.js.map +0 -0
  2523. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/index.js +0 -0
  2524. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/index.js.map +0 -0
  2525. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/loader.js +0 -0
  2526. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/loader.js.map +0 -0
  2527. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/open_in_new-3f9f4e63.js +0 -0
  2528. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/open_in_new-3f9f4e63.js.map +0 -0
  2529. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-accordion-row.entry.js +0 -0
  2530. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-accordion-row.entry.js.map +0 -0
  2531. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-accordion.entry.js +0 -0
  2532. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-accordion.entry.js.map +0 -0
  2533. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-action-menu.entry.js +0 -0
  2534. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-action-menu.entry.js.map +0 -0
  2535. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-button-dropdown.entry.js +0 -0
  2536. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-button-dropdown.entry.js.map +0 -0
  2537. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-button_2.entry.js +0 -0
  2538. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-button_2.entry.js.map +0 -0
  2539. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-card.entry.js +0 -0
  2540. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-card.entry.js.map +0 -0
  2541. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-checkbox.entry.js +0 -0
  2542. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-checkbox.entry.js.map +0 -0
  2543. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-choice-chip.entry.js +0 -0
  2544. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-choice-chip.entry.js.map +0 -0
  2545. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-counter.entry.js +0 -0
  2546. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-counter.entry.js.map +0 -0
  2547. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-date-picker.entry.js +0 -0
  2548. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-date-picker.entry.js.map +0 -0
  2549. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-fieldset.entry.js +0 -0
  2550. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-fieldset.entry.js.map +0 -0
  2551. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-file-upload.entry.js +0 -0
  2552. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-file-upload.entry.js.map +0 -0
  2553. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-footer.entry.js +0 -0
  2554. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-footer.entry.js.map +0 -0
  2555. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-header.entry.js +0 -0
  2556. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-header.entry.js.map +0 -0
  2557. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-icon_2.entry.js +0 -0
  2558. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-icon_2.entry.js.map +0 -0
  2559. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-illustration.entry.js +0 -0
  2560. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-illustration.entry.js.map +0 -0
  2561. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-input.entry.js +0 -0
  2562. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-input.entry.js.map +0 -0
  2563. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-modal.entry.js +0 -0
  2564. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-modal.entry.js.map +0 -0
  2565. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-multiselect.entry.js +0 -0
  2566. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-multiselect.entry.js.map +0 -0
  2567. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-ocr-search.entry.js +0 -0
  2568. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-ocr-search.entry.js.map +0 -0
  2569. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-page-nav-dropdown-item.entry.js +0 -0
  2570. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-page-nav-dropdown-item.entry.js.map +0 -0
  2571. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-page-nav-item.entry.js +0 -0
  2572. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-page-nav-item.entry.js.map +0 -0
  2573. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-page-nav.entry.js +0 -0
  2574. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-page-nav.entry.js.map +0 -0
  2575. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-pagination.entry.js +0 -0
  2576. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-pagination.entry.js.map +0 -0
  2577. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-progress-bar.entry.js +0 -0
  2578. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-progress-bar.entry.js.map +0 -0
  2579. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-progress-indicator-step.entry.js +0 -0
  2580. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-progress-indicator-step.entry.js.map +0 -0
  2581. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-progress-indicator.entry.js +0 -0
  2582. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-progress-indicator.entry.js.map +0 -0
  2583. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-progress-stepper.entry.js +0 -0
  2584. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-progress-stepper.entry.js.map +0 -0
  2585. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-radio-button.entry.js +0 -0
  2586. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-radio-button.entry.js.map +0 -0
  2587. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-read-only-button.entry.js +0 -0
  2588. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-read-only-button.entry.js.map +0 -0
  2589. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-search-field.entry.js +0 -0
  2590. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-search-field.entry.js.map +0 -0
  2591. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-segment.entry.js +0 -0
  2592. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-segment.entry.js.map +0 -0
  2593. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-segmented-control.entry.js +0 -0
  2594. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-segmented-control.entry.js.map +0 -0
  2595. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-select.entry.js +0 -0
  2596. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-select.entry.js.map +0 -0
  2597. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-tab.entry.js +0 -0
  2598. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-tab.entry.js.map +0 -0
  2599. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-table.entry.js +0 -0
  2600. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-table.entry.js.map +0 -0
  2601. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-tablist.entry.js +0 -0
  2602. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-tablist.entry.js.map +0 -0
  2603. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-text-link.entry.js +0 -0
  2604. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-text-link.entry.js.map +0 -0
  2605. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-textarea.entry.js +0 -0
  2606. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-textarea.entry.js.map +0 -0
  2607. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-tile.entry.js +0 -0
  2608. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-tile.entry.js.map +0 -0
  2609. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-toast.entry.js +0 -0
  2610. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-toast.entry.js.map +0 -0
  2611. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-toggle-switch.entry.js +0 -0
  2612. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-toggle-switch.entry.js.map +0 -0
  2613. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-tooltip.entry.js +0 -0
  2614. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-tooltip.entry.js.map +0 -0
  2615. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-zipcode-search.entry.js +0 -0
  2616. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/pn-zipcode-search.entry.js.map +0 -0
  2617. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/postnord-web-components.js +0 -0
  2618. /package/{umd → dist/umd}/modules/@postnord/web-components/esm/postnord-web-components.js.map +0 -0
  2619. /package/{umd → dist/umd}/modules/@postnord/web-components/hydrate/index.d.ts +0 -0
  2620. /package/{umd → dist/umd}/modules/@postnord/web-components/hydrate/index.js +0 -0
  2621. /package/{umd → dist/umd}/modules/@postnord/web-components/hydrate/index.mjs +0 -0
  2622. /package/{umd → dist/umd}/modules/@postnord/web-components/hydrate/package.json +0 -0
  2623. /package/{umd → dist/umd}/modules/@postnord/web-components/index.cjs.js +0 -0
  2624. /package/{umd → dist/umd}/modules/@postnord/web-components/index.js +0 -0
  2625. /package/{umd → dist/umd}/modules/@postnord/web-components/loader/cdn.js +0 -0
  2626. /package/{umd → dist/umd}/modules/@postnord/web-components/loader/index.cjs.js +0 -0
  2627. /package/{umd → dist/umd}/modules/@postnord/web-components/loader/index.d.ts +0 -0
  2628. /package/{umd → dist/umd}/modules/@postnord/web-components/loader/index.es2017.js +0 -0
  2629. /package/{umd → dist/umd}/modules/@postnord/web-components/loader/index.js +0 -0
  2630. /package/{umd → dist/umd}/modules/@postnord/web-components/loader/package.json +0 -0
  2631. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/LICENSE.md +0 -0
  2632. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/bin/stencil +0 -0
  2633. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/cli/config-flags.d.ts +0 -0
  2634. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/cli/index.cjs +0 -0
  2635. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/cli/index.d.ts +0 -0
  2636. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/cli/index.js +0 -0
  2637. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/cli/package.json +0 -0
  2638. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.d.ts +0 -0
  2639. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.decorators.d.ts +0 -0
  2640. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.decorators.legacy.d.ts +0 -0
  2641. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.dom.asynciterable.d.ts +0 -0
  2642. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.dom.d.ts +0 -0
  2643. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.dom.iterable.d.ts +0 -0
  2644. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.collection.d.ts +0 -0
  2645. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.core.d.ts +0 -0
  2646. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.d.ts +0 -0
  2647. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.generator.d.ts +0 -0
  2648. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.iterable.d.ts +0 -0
  2649. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.promise.d.ts +0 -0
  2650. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.proxy.d.ts +0 -0
  2651. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.reflect.d.ts +0 -0
  2652. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.symbol.d.ts +0 -0
  2653. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2015.symbol.wellknown.d.ts +0 -0
  2654. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2016.array.include.d.ts +0 -0
  2655. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2016.d.ts +0 -0
  2656. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2016.full.d.ts +0 -0
  2657. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2016.intl.d.ts +0 -0
  2658. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2017.d.ts +0 -0
  2659. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2017.date.d.ts +0 -0
  2660. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2017.full.d.ts +0 -0
  2661. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2017.intl.d.ts +0 -0
  2662. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2017.object.d.ts +0 -0
  2663. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2017.sharedmemory.d.ts +0 -0
  2664. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2017.string.d.ts +0 -0
  2665. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2017.typedarrays.d.ts +0 -0
  2666. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2018.asyncgenerator.d.ts +0 -0
  2667. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2018.asynciterable.d.ts +0 -0
  2668. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2018.d.ts +0 -0
  2669. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2018.full.d.ts +0 -0
  2670. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2018.intl.d.ts +0 -0
  2671. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2018.promise.d.ts +0 -0
  2672. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2018.regexp.d.ts +0 -0
  2673. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2019.array.d.ts +0 -0
  2674. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2019.d.ts +0 -0
  2675. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2019.full.d.ts +0 -0
  2676. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2019.intl.d.ts +0 -0
  2677. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2019.object.d.ts +0 -0
  2678. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2019.string.d.ts +0 -0
  2679. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2019.symbol.d.ts +0 -0
  2680. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.bigint.d.ts +0 -0
  2681. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.d.ts +0 -0
  2682. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.date.d.ts +0 -0
  2683. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.full.d.ts +0 -0
  2684. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.intl.d.ts +0 -0
  2685. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.number.d.ts +0 -0
  2686. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.promise.d.ts +0 -0
  2687. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.sharedmemory.d.ts +0 -0
  2688. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.string.d.ts +0 -0
  2689. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2020.symbol.wellknown.d.ts +0 -0
  2690. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2021.d.ts +0 -0
  2691. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2021.full.d.ts +0 -0
  2692. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2021.intl.d.ts +0 -0
  2693. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2021.promise.d.ts +0 -0
  2694. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2021.string.d.ts +0 -0
  2695. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2021.weakref.d.ts +0 -0
  2696. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.array.d.ts +0 -0
  2697. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.d.ts +0 -0
  2698. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.error.d.ts +0 -0
  2699. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.full.d.ts +0 -0
  2700. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.intl.d.ts +0 -0
  2701. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.object.d.ts +0 -0
  2702. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.regexp.d.ts +0 -0
  2703. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.sharedmemory.d.ts +0 -0
  2704. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2022.string.d.ts +0 -0
  2705. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2023.array.d.ts +0 -0
  2706. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2023.collection.d.ts +0 -0
  2707. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2023.d.ts +0 -0
  2708. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2023.full.d.ts +0 -0
  2709. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es2023.intl.d.ts +0 -0
  2710. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es5.d.ts +0 -0
  2711. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.es6.d.ts +0 -0
  2712. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.array.d.ts +0 -0
  2713. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.collection.d.ts +0 -0
  2714. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.d.ts +0 -0
  2715. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.decorators.d.ts +0 -0
  2716. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.disposable.d.ts +0 -0
  2717. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.full.d.ts +0 -0
  2718. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.intl.d.ts +0 -0
  2719. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.object.d.ts +0 -0
  2720. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.promise.d.ts +0 -0
  2721. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.regexp.d.ts +0 -0
  2722. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.esnext.string.d.ts +0 -0
  2723. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.scripthost.d.ts +0 -0
  2724. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.webworker.asynciterable.d.ts +0 -0
  2725. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.webworker.d.ts +0 -0
  2726. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.webworker.importscripts.d.ts +0 -0
  2727. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/lib.webworker.iterable.d.ts +0 -0
  2728. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/package.json +0 -0
  2729. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/stencil.d.ts +0 -0
  2730. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/stencil.js +0 -0
  2731. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/sys/in-memory-fs.d.ts +0 -0
  2732. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/compiler/transpile.d.ts +0 -0
  2733. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/app-error.d.ts +0 -0
  2734. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/events.d.ts +0 -0
  2735. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/hmr-components.d.ts +0 -0
  2736. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/hmr-external-styles.d.ts +0 -0
  2737. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/hmr-images.d.ts +0 -0
  2738. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/hmr-inline-styles.d.ts +0 -0
  2739. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/hmr-util.d.ts +0 -0
  2740. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/hmr-window.d.ts +0 -0
  2741. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/index.d.ts +0 -0
  2742. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/index.js +0 -0
  2743. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/logger.d.ts +0 -0
  2744. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/package.json +0 -0
  2745. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/progress.d.ts +0 -0
  2746. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/status.d.ts +0 -0
  2747. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/test/hmr-util.spec.d.ts +0 -0
  2748. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/test/status.spec.d.ts +0 -0
  2749. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/connector.html +0 -0
  2750. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/index.d.ts +0 -0
  2751. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/index.js +0 -0
  2752. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/open-in-editor-api.js +0 -0
  2753. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/package.json +0 -0
  2754. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/server-process.js +0 -0
  2755. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/server-worker-thread.js +0 -0
  2756. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/static/favicon.ico +0 -0
  2757. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/templates/directory-index.html +0 -0
  2758. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/templates/initial-load.html +0 -0
  2759. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/visualstudio.vbs +0 -0
  2760. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/ws.js +0 -0
  2761. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/xdg-open +0 -0
  2762. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/app-data/index.cjs +0 -0
  2763. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/app-data/index.d.ts +0 -0
  2764. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/app-data/index.js +0 -0
  2765. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/app-data/package.json +0 -0
  2766. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/child_process.d.ts +0 -0
  2767. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/index.js +0 -0
  2768. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/package.json +0 -0
  2769. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/patch-browser.js +0 -0
  2770. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/polyfills/core-js.js +0 -0
  2771. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/polyfills/dom.js +0 -0
  2772. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/polyfills/es5-html-element.js +0 -0
  2773. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/polyfills/index.js +0 -0
  2774. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/polyfills/system.js +0 -0
  2775. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/shadow-css.js +0 -0
  2776. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/hydrate/index.js +0 -0
  2777. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/hydrate/package.json +0 -0
  2778. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/hydrate/runner.d.ts +0 -0
  2779. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/hydrate/runner.js +0 -0
  2780. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/index.d.ts +0 -0
  2781. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/index.js +0 -0
  2782. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/package.json +0 -0
  2783. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-core/index.cjs +0 -0
  2784. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-core/index.d.ts +0 -0
  2785. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-core/index.js +0 -0
  2786. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-ext-modules.d.ts +0 -0
  2787. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-private.d.ts +0 -0
  2788. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-public-compiler.d.ts +0 -0
  2789. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-public-docs.d.ts +0 -0
  2790. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-public-runtime.d.ts +0 -0
  2791. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/testing/index.js +0 -0
  2792. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/testing/package.json +0 -0
  2793. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/utils/index.d.ts +0 -0
  2794. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/internal/utils/result.d.ts +0 -0
  2795. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/mock-doc/index.cjs +0 -0
  2796. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/mock-doc/index.d.ts +0 -0
  2797. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/mock-doc/index.js +0 -0
  2798. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/mock-doc/package.json +0 -0
  2799. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/package.json +0 -0
  2800. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/readme.md +0 -0
  2801. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/assets/favicon.ico +0 -0
  2802. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/assets/logo.png +0 -0
  2803. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/app.css +0 -0
  2804. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/app.esm.js +0 -0
  2805. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/app.js +0 -0
  2806. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/index.esm.js +0 -0
  2807. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-081b0641.js +0 -0
  2808. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-227a1e18.entry.js +0 -0
  2809. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-2c298727.entry.js +0 -0
  2810. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-5479268c.entry.js +0 -0
  2811. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-573ec8a4.entry.js +0 -0
  2812. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-6ba08604.entry.js +0 -0
  2813. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-6bc63295.entry.js +0 -0
  2814. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-7a3759fd.entry.js +0 -0
  2815. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-7b4e3ba7.js +0 -0
  2816. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-988eb362.css +0 -0
  2817. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-9b6a9315.js +0 -0
  2818. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-b4cc611c.entry.js +0 -0
  2819. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-d1bf53f5.entry.js +0 -0
  2820. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-e2efe0df.js +0 -0
  2821. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-e8ca6d97.entry.js +0 -0
  2822. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-ec2f13e0.entry.js +0 -0
  2823. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-f0b99977.entry.js +0 -0
  2824. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-f4745c2f.entry.js +0 -0
  2825. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/build/p-fbbae598.js +0 -0
  2826. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/host.config.json +0 -0
  2827. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/index.html +0 -0
  2828. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/compare/manifest.json +0 -0
  2829. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/connector-base.d.ts +0 -0
  2830. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/connector-local.d.ts +0 -0
  2831. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/connector.js +0 -0
  2832. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/index.d.ts +0 -0
  2833. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/index.js +0 -0
  2834. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/local-connector.js +0 -0
  2835. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/package.json +0 -0
  2836. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/pixel-match.d.ts +0 -0
  2837. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/pixel-match.js +0 -0
  2838. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/screenshot-compare.d.ts +0 -0
  2839. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/screenshot-fs.d.ts +0 -0
  2840. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/460.node-fetch.js +0 -0
  2841. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/autoprefixer.js +0 -0
  2842. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/glob.js +0 -0
  2843. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/graceful-fs.js +0 -0
  2844. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/index.d.ts +0 -0
  2845. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/index.js +0 -0
  2846. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/node-fetch.js +0 -0
  2847. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/package.json +0 -0
  2848. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/prompts.js +0 -0
  2849. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/worker.js +0 -0
  2850. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/index.d.ts +0 -0
  2851. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/index.js +0 -0
  2852. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-config.d.ts +0 -0
  2853. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-environment.d.ts +0 -0
  2854. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-facade.d.ts +0 -0
  2855. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-preprocessor.d.ts +0 -0
  2856. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-preset.d.ts +0 -0
  2857. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-runner.d.ts +0 -0
  2858. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-screenshot.d.ts +0 -0
  2859. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-serializer.d.ts +0 -0
  2860. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/jest-setup-test-framework.d.ts +0 -0
  2861. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/matchers/attributes.d.ts +0 -0
  2862. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/matchers/class-list.d.ts +0 -0
  2863. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/matchers/events.d.ts +0 -0
  2864. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/matchers/html.d.ts +0 -0
  2865. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/matchers/index.d.ts +0 -0
  2866. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/matchers/screenshot.d.ts +0 -0
  2867. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/matchers/text.d.ts +0 -0
  2868. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/test/jest-config.spec.d.ts +0 -0
  2869. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/test/jest-preprocessor.spec.d.ts +0 -0
  2870. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/test/jest-runner.spec.d.ts +0 -0
  2871. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/test/jest-serializer.spec.d.ts +0 -0
  2872. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-27-and-under/test/jest-setup-test-framework.spec.d.ts +0 -0
  2873. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-config.d.ts +0 -0
  2874. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-environment.d.ts +0 -0
  2875. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-facade.d.ts +0 -0
  2876. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-preprocessor.d.ts +0 -0
  2877. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-preset.d.ts +0 -0
  2878. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-runner.d.ts +0 -0
  2879. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-screenshot.d.ts +0 -0
  2880. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-serializer.d.ts +0 -0
  2881. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/jest-setup-test-framework.d.ts +0 -0
  2882. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/matchers/attributes.d.ts +0 -0
  2883. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/matchers/class-list.d.ts +0 -0
  2884. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/matchers/events.d.ts +0 -0
  2885. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/matchers/html.d.ts +0 -0
  2886. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/matchers/index.d.ts +0 -0
  2887. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/matchers/screenshot.d.ts +0 -0
  2888. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/matchers/text.d.ts +0 -0
  2889. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/test/jest-config.spec.d.ts +0 -0
  2890. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/test/jest-preprocessor.spec.d.ts +0 -0
  2891. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/test/jest-runner.spec.d.ts +0 -0
  2892. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/test/jest-serializer.spec.d.ts +0 -0
  2893. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-28/test/jest-setup-test-framework.spec.d.ts +0 -0
  2894. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-config.d.ts +0 -0
  2895. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-environment.d.ts +0 -0
  2896. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-facade.d.ts +0 -0
  2897. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-preprocessor.d.ts +0 -0
  2898. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-preset.d.ts +0 -0
  2899. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-runner.d.ts +0 -0
  2900. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-screenshot.d.ts +0 -0
  2901. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-serializer.d.ts +0 -0
  2902. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/jest-setup-test-framework.d.ts +0 -0
  2903. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/matchers/attributes.d.ts +0 -0
  2904. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/matchers/class-list.d.ts +0 -0
  2905. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/matchers/events.d.ts +0 -0
  2906. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/matchers/html.d.ts +0 -0
  2907. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/matchers/index.d.ts +0 -0
  2908. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/matchers/screenshot.d.ts +0 -0
  2909. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/matchers/text.d.ts +0 -0
  2910. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/test/jest-config.spec.d.ts +0 -0
  2911. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/test/jest-preprocessor.spec.d.ts +0 -0
  2912. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/test/jest-runner.spec.d.ts +0 -0
  2913. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/test/jest-serializer.spec.d.ts +0 -0
  2914. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-29/test/jest-setup-test-framework.spec.d.ts +0 -0
  2915. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-apis.d.ts +0 -0
  2916. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-facade.d.ts +0 -0
  2917. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/jest-stencil-connector.d.ts +0 -0
  2918. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest/test/jest-stencil-connector.spec.d.ts +0 -0
  2919. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest-environment.js +0 -0
  2920. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest-preprocessor.js +0 -0
  2921. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest-preset.js +0 -0
  2922. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest-runner.js +0 -0
  2923. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/jest-setuptestframework.js +0 -0
  2924. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/mock-fetch.d.ts +0 -0
  2925. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/mocks.d.ts +0 -0
  2926. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/package.json +0 -0
  2927. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/index.d.ts +0 -0
  2928. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/puppeteer-browser.d.ts +0 -0
  2929. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/puppeteer-declarations.d.ts +0 -0
  2930. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/puppeteer-element.d.ts +0 -0
  2931. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/puppeteer-emulate.d.ts +0 -0
  2932. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/puppeteer-events.d.ts +0 -0
  2933. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/puppeteer-page.d.ts +0 -0
  2934. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/puppeteer-screenshot.d.ts +0 -0
  2935. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/puppeteer/test/puppeteer-screenshot.spec.d.ts +0 -0
  2936. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/reset-build-conditionals.d.ts +0 -0
  2937. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/spec-page.d.ts +0 -0
  2938. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/test/testing-utils.spec.d.ts +0 -0
  2939. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/test-transpile.d.ts +0 -0
  2940. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/testing-logger.d.ts +0 -0
  2941. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/testing-sys.d.ts +0 -0
  2942. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/testing-utils.d.ts +0 -0
  2943. /package/{umd → dist/umd}/modules/@postnord/web-components/node_modules/@stencil/core/testing/testing.d.ts +0 -0
  2944. /package/{umd → dist/umd}/modules/@postnord/web-components/package.json +0 -0
  2945. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/index.esm.js +0 -0
  2946. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/index.esm.js.map +0 -0
  2947. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-045cbd26.entry.js +0 -0
  2948. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-045cbd26.entry.js.map +0 -0
  2949. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-0ba378bd.entry.js +0 -0
  2950. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-0ba378bd.entry.js.map +0 -0
  2951. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-203ad7de.entry.js +0 -0
  2952. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-203ad7de.entry.js.map +0 -0
  2953. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-2615282e.entry.js +0 -0
  2954. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-2615282e.entry.js.map +0 -0
  2955. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-2e6481e5.js +0 -0
  2956. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-2e6481e5.js.map +0 -0
  2957. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-3bd59ac8.entry.js +0 -0
  2958. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-3bd59ac8.entry.js.map +0 -0
  2959. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-412fc8d6.entry.js +0 -0
  2960. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-412fc8d6.entry.js.map +0 -0
  2961. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-43660913.js +0 -0
  2962. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-43660913.js.map +0 -0
  2963. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-4f67fffa.entry.js +0 -0
  2964. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-4f67fffa.entry.js.map +0 -0
  2965. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-514107a5.entry.js +0 -0
  2966. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-514107a5.entry.js.map +0 -0
  2967. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-537bb3ff.entry.js +0 -0
  2968. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-537bb3ff.entry.js.map +0 -0
  2969. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-5b0000e9.entry.js +0 -0
  2970. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-5b0000e9.entry.js.map +0 -0
  2971. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-605d99df.entry.js +0 -0
  2972. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-605d99df.entry.js.map +0 -0
  2973. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-6a30576b.entry.js +0 -0
  2974. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-6a30576b.entry.js.map +0 -0
  2975. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-72a0088b.entry.js +0 -0
  2976. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-72a0088b.entry.js.map +0 -0
  2977. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-76b020f0.entry.js +0 -0
  2978. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-76b020f0.entry.js.map +0 -0
  2979. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-773aa70a.js +0 -0
  2980. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-773aa70a.js.map +0 -0
  2981. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-7ae9c053.entry.js +0 -0
  2982. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-7ae9c053.entry.js.map +0 -0
  2983. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-7b8d7267.entry.js +0 -0
  2984. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-7b8d7267.entry.js.map +0 -0
  2985. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-7bd6d804.entry.js +0 -0
  2986. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-7bd6d804.entry.js.map +0 -0
  2987. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-7e88df1f.entry.js +0 -0
  2988. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-7e88df1f.entry.js.map +0 -0
  2989. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-81f9f367.entry.js +0 -0
  2990. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-81f9f367.entry.js.map +0 -0
  2991. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-8773152d.entry.js +0 -0
  2992. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-8773152d.entry.js.map +0 -0
  2993. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-8bc8f614.entry.js +0 -0
  2994. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-8bc8f614.entry.js.map +0 -0
  2995. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-92b0338a.js +0 -0
  2996. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-92b0338a.js.map +0 -0
  2997. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-936ed2a1.entry.js +0 -0
  2998. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-936ed2a1.entry.js.map +0 -0
  2999. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-9a18b612.js +0 -0
  3000. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-9a18b612.js.map +0 -0
  3001. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-9b57dd6e.js +0 -0
  3002. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-9b57dd6e.js.map +0 -0
  3003. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-9bc1d14f.entry.js +0 -0
  3004. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-9bc1d14f.entry.js.map +0 -0
  3005. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-a4df55c4.entry.js +0 -0
  3006. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-a4df55c4.entry.js.map +0 -0
  3007. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-aae10869.js +0 -0
  3008. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-aae10869.js.map +0 -0
  3009. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ab29b9c0.entry.js +0 -0
  3010. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ab29b9c0.entry.js.map +0 -0
  3011. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-adc6404b.entry.js +0 -0
  3012. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-adc6404b.entry.js.map +0 -0
  3013. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-b556b835.entry.js +0 -0
  3014. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-b556b835.entry.js.map +0 -0
  3015. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-b9a494ae.entry.js +0 -0
  3016. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-b9a494ae.entry.js.map +0 -0
  3017. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-bc95d4b0.entry.js +0 -0
  3018. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-bc95d4b0.entry.js.map +0 -0
  3019. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-bd14cdca.entry.js +0 -0
  3020. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-bd14cdca.entry.js.map +0 -0
  3021. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-beec94ca.js +0 -0
  3022. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-beec94ca.js.map +0 -0
  3023. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-bf015c0f.entry.js +0 -0
  3024. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-bf015c0f.entry.js.map +0 -0
  3025. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-bf967b50.js +0 -0
  3026. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-bf967b50.js.map +0 -0
  3027. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-c0d19737.entry.js +0 -0
  3028. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-c0d19737.entry.js.map +0 -0
  3029. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-c2bbbcaa.entry.js +0 -0
  3030. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-c2bbbcaa.entry.js.map +0 -0
  3031. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-c45dc75d.entry.js +0 -0
  3032. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-c45dc75d.entry.js.map +0 -0
  3033. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-c96ff403.js +0 -0
  3034. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-c96ff403.js.map +0 -0
  3035. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-d3521b5d.entry.js +0 -0
  3036. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-d3521b5d.entry.js.map +0 -0
  3037. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-d74ccbb2.entry.js +0 -0
  3038. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-d74ccbb2.entry.js.map +0 -0
  3039. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-d82ef4a1.js +0 -0
  3040. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-d82ef4a1.js.map +0 -0
  3041. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-da713fc1.entry.js +0 -0
  3042. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-da713fc1.entry.js.map +0 -0
  3043. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-e087c5c5.entry.js +0 -0
  3044. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-e087c5c5.entry.js.map +0 -0
  3045. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ec6719ad.entry.js +0 -0
  3046. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ec6719ad.entry.js.map +0 -0
  3047. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ed4271af.entry.js +0 -0
  3048. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ed4271af.entry.js.map +0 -0
  3049. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-f64d17a6.js +0 -0
  3050. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-f64d17a6.js.map +0 -0
  3051. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-fc06684e.js +0 -0
  3052. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-fc06684e.js.map +0 -0
  3053. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-fc5f9092.entry.js +0 -0
  3054. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-fc5f9092.entry.js.map +0 -0
  3055. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-fcd5028f.entry.js +0 -0
  3056. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-fcd5028f.entry.js.map +0 -0
  3057. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ff068744.entry.js +0 -0
  3058. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ff068744.entry.js.map +0 -0
  3059. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ffa37a87.js +0 -0
  3060. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ffa37a87.js.map +0 -0
  3061. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ffe79fa4.entry.js +0 -0
  3062. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/p-ffe79fa4.entry.js.map +0 -0
  3063. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/postnord-web-components.esm.js +0 -0
  3064. /package/{umd → dist/umd}/modules/@postnord/web-components/postnord-web-components/postnord-web-components.esm.js.map +0 -0
  3065. /package/{umd → dist/umd}/modules/@postnord/web-components/readme.md +0 -0
  3066. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/buttons/pn-action-menu/pn-action-menu.d.ts +0 -0
  3067. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/buttons/pn-action-menu/translation.d.ts +0 -0
  3068. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/buttons/pn-button/pn-button.d.ts +0 -0
  3069. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/buttons/pn-button-dropdown/pn-button-dropdown.d.ts +0 -0
  3070. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/buttons/pn-read-only-button/pn-read-only-button.d.ts +0 -0
  3071. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/content/pn-accordion/pn-accordion.d.ts +0 -0
  3072. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/content/pn-accordion/row/pn-accordion-row.d.ts +0 -0
  3073. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/content/pn-table/pn-table.d.ts +0 -0
  3074. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/content/pn-tag/pn-tag.d.ts +0 -0
  3075. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/design-tokens/pn-icon/pn-icon.d.ts +0 -0
  3076. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/design-tokens/pn-illustration/pn-illustration.d.ts +0 -0
  3077. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-modal/pn-modal.d.ts +0 -0
  3078. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-modal/translation.d.ts +0 -0
  3079. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-progress-bar/pn-progress-bar.d.ts +0 -0
  3080. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-progress-indicator/pn-progress-indicator-step/pn-progress-indicator-step.d.ts +0 -0
  3081. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-progress-indicator/pn-progress-indicator.d.ts +0 -0
  3082. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-progress-stepper/pn-progress-stepper.d.ts +0 -0
  3083. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-progress-stepper/translations.d.ts +0 -0
  3084. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-spinner/pn-spinner.d.ts +0 -0
  3085. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-toast/pn-toast.d.ts +0 -0
  3086. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-toast/translation.d.ts +0 -0
  3087. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/feedback/pn-tooltip/pn-tooltip.d.ts +0 -0
  3088. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-checkbox/pn-checkbox.d.ts +0 -0
  3089. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-choice-chip/pn-choice-chip.d.ts +0 -0
  3090. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-counter/pn-counter.d.ts +0 -0
  3091. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-counter/translations.d.ts +0 -0
  3092. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-date-picker/pn-date-picker.d.ts +0 -0
  3093. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-date-picker/translations.d.ts +0 -0
  3094. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-fieldset/pn-fieldset.d.ts +0 -0
  3095. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-file-upload/pn-file-upload-error.d.ts +0 -0
  3096. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-file-upload/pn-file-upload.d.ts +0 -0
  3097. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-file-upload/translation.d.ts +0 -0
  3098. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-input/pn-input.d.ts +0 -0
  3099. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-input/translations.d.ts +0 -0
  3100. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-multiselect/pn-multiselect.d.ts +0 -0
  3101. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-multiselect/translations.d.ts +0 -0
  3102. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-radio-button/pn-radio-button.d.ts +0 -0
  3103. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-search-field/pn-search-field.d.ts +0 -0
  3104. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-search-field/translations.d.ts +0 -0
  3105. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-segmented-control/pn-segmented-control.d.ts +0 -0
  3106. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-segmented-control/segment/pn-segment.d.ts +0 -0
  3107. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-select/pn-select.d.ts +0 -0
  3108. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-select/translations.d.ts +0 -0
  3109. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-textarea/pn-textarea.d.ts +0 -0
  3110. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/input/pn-toggle-switch/pn-toggle-switch.d.ts +0 -0
  3111. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/layout/pn-header/pn-header.d.ts +0 -0
  3112. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-card/pn-card.d.ts +0 -0
  3113. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-footer/pn-footer.d.ts +0 -0
  3114. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-footer/translations.d.ts +0 -0
  3115. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-footer/urls.d.ts +0 -0
  3116. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-page-nav/dropdown-item/pn-page-nav-dropdown-item.d.ts +0 -0
  3117. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-page-nav/item/pn-page-nav-item.d.ts +0 -0
  3118. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-page-nav/menu/pn-page-nav.d.ts +0 -0
  3119. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-pagination/pn-pagination.d.ts +0 -0
  3120. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-pagination/translations.d.ts +0 -0
  3121. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-tablist/pn-tablist.d.ts +0 -0
  3122. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-tablist/tab/pn-tab.d.ts +0 -0
  3123. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-tablist/translations.d.ts +0 -0
  3124. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-text-link/pn-text-link.d.ts +0 -0
  3125. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/navigation/pn-tile/pn-tile.d.ts +0 -0
  3126. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/web-components/pn-ocr-search/pn-ocr-search.d.ts +0 -0
  3127. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/web-components/pn-ocr-search/translations.d.ts +0 -0
  3128. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/web-components/pn-zipcode-search/pn-zipcode-search.d.ts +0 -0
  3129. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components/web-components/pn-zipcode-search/translations.d.ts +0 -0
  3130. /package/{umd → dist/umd}/modules/@postnord/web-components/types/components.d.ts +0 -0
  3131. /package/{umd → dist/umd}/modules/@postnord/web-components/types/globals/date/index.d.ts +0 -0
  3132. /package/{umd → dist/umd}/modules/@postnord/web-components/types/globals/helpers.d.ts +0 -0
  3133. /package/{umd → dist/umd}/modules/@postnord/web-components/types/globals/types.d.ts +0 -0
  3134. /package/{umd → dist/umd}/modules/@postnord/web-components/types/index.d.ts +0 -0
  3135. /package/{umd → dist/umd}/modules/@postnord/web-components/types/stencil-public-runtime.d.ts +0 -0
  3136. /package/{umd → dist/umd}/modules/@postnord/web-components/vscode-data.json +0 -0
  3137. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/CHANGELOG.md +0 -0
  3138. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/LICENSE.md +0 -0
  3139. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/README.md +0 -0
  3140. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/custom-elements.min.js +0 -0
  3141. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/custom-elements.min.js.map +0 -0
  3142. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/externs/custom-elements.d.ts +0 -0
  3143. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/externs/custom-elements.js +0 -0
  3144. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/package.json +0 -0
  3145. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/AlreadyConstructedMarker.d.ts +0 -0
  3146. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/AlreadyConstructedMarker.js +0 -0
  3147. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/AlreadyConstructedMarker.js.map +0 -0
  3148. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementInternals.d.ts +0 -0
  3149. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementInternals.js +0 -0
  3150. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementInternals.js.map +0 -0
  3151. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementRegistry.d.ts +0 -0
  3152. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementRegistry.js +0 -0
  3153. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementRegistry.js.map +0 -0
  3154. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementState.d.ts +0 -0
  3155. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementState.js +0 -0
  3156. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/CustomElementState.js.map +0 -0
  3157. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Deferred.d.ts +0 -0
  3158. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Deferred.js +0 -0
  3159. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Deferred.js.map +0 -0
  3160. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/DocumentConstructionObserver.d.ts +0 -0
  3161. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/DocumentConstructionObserver.js +0 -0
  3162. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/DocumentConstructionObserver.js.map +0 -0
  3163. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Document.d.ts +0 -0
  3164. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Document.js +0 -0
  3165. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Document.js.map +0 -0
  3166. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/DocumentFragment.d.ts +0 -0
  3167. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/DocumentFragment.js +0 -0
  3168. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/DocumentFragment.js.map +0 -0
  3169. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Element.d.ts +0 -0
  3170. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Element.js +0 -0
  3171. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Element.js.map +0 -0
  3172. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/HTMLElement.d.ts +0 -0
  3173. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/HTMLElement.js +0 -0
  3174. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/HTMLElement.js.map +0 -0
  3175. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Interface/ChildNode.d.ts +0 -0
  3176. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Interface/ChildNode.js +0 -0
  3177. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Interface/ChildNode.js.map +0 -0
  3178. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Interface/ParentNode.d.ts +0 -0
  3179. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Interface/ParentNode.js +0 -0
  3180. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Interface/ParentNode.js.map +0 -0
  3181. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Native.d.ts +0 -0
  3182. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Native.js +0 -0
  3183. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Native.js.map +0 -0
  3184. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Node.d.ts +0 -0
  3185. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Node.js +0 -0
  3186. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Patch/Node.js.map +0 -0
  3187. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Utilities.d.ts +0 -0
  3188. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Utilities.js +0 -0
  3189. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/Utilities.js.map +0 -0
  3190. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/custom-elements.d.ts +0 -0
  3191. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/custom-elements.js +0 -0
  3192. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/custom-elements.js.map +0 -0
  3193. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/native-shim.d.ts +0 -0
  3194. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/native-shim.js +0 -0
  3195. /package/{umd → dist/umd}/modules/@webcomponents/custom-elements/src/native-shim.js.map +0 -0
@@ -0,0 +1 @@
1
+ {"file":"pn-marketweb-table.entry.js","mappings":"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","names":[],"sources":["src/globals/ScreensizeDetect.ts","src/components/widgets/pn-marketweb-table/translations.ts","src/components/widgets/pn-marketweb-table/pn-marketweb-table.service.ts","src/components/widgets/pn-marketweb-table/pn-marketweb-table.scss?tag=pn-marketweb-table","src/components/widgets/pn-marketweb-table/pn-marketweb-table.tsx"],"sourcesContent":["interface Breakpoints {\n mobile: number;\n tablet: number;\n desktop: number;\n}\n\ntype ScreenSize = 'mobile' | 'tablet' | 'desktop';\n\nexport interface ScreenWidthInfo {\n width: number;\n size: ScreenSize;\n isTouch: boolean;\n}\n\nexport const DEFAULT_BREAKPOINTS: Breakpoints = {\n mobile: 768,\n tablet: 1024,\n desktop: 1025,\n};\n\nexport class ScreenWidth {\n private static instance: ScreenWidth;\n private breakpoints: Breakpoints;\n private callbacks: Set<(info: ScreenWidthInfo) => void>;\n private resizeTimeout?: number;\n\n private constructor() {\n this.breakpoints = DEFAULT_BREAKPOINTS;\n this.callbacks = new Set();\n this.initializeListeners();\n }\n\n public static getInstance(): ScreenWidth {\n if (!ScreenWidth.instance) {\n ScreenWidth.instance = new ScreenWidth();\n }\n return ScreenWidth.instance;\n }\n\n public setBreakpoints(breakpoints: Partial<Breakpoints>): void {\n this.breakpoints = { ...this.breakpoints, ...breakpoints };\n this.notifyListeners();\n }\n\n private getWidth(): number {\n if (typeof window === 'undefined') return 0;\n\n return window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth || 0;\n }\n\n private isTouch(): boolean {\n if (typeof window === 'undefined') return false;\n\n return (\n 'ontouchstart' in window ||\n navigator.maxTouchPoints > 0 ||\n // @ts-ignore - Some browsers might not have msMaxTouchPoints\n navigator.msMaxTouchPoints > 0\n );\n }\n\n private getScreenSize(width: number): ScreenSize {\n if (width < this.breakpoints.mobile) return 'mobile';\n if (width < this.breakpoints.tablet) return 'tablet';\n return 'desktop';\n }\n\n public getScreenInfo(): ScreenWidthInfo {\n const width = this.getWidth();\n return {\n width,\n size: this.getScreenSize(width),\n isTouch: this.isTouch(),\n };\n }\n\n private initializeListeners(): void {\n if (typeof window === 'undefined') return;\n\n const handleResize = () => {\n if (this.resizeTimeout) {\n window.clearTimeout(this.resizeTimeout);\n }\n\n this.resizeTimeout = window.setTimeout(() => {\n this.notifyListeners();\n }, 250);\n };\n\n window.addEventListener('resize', handleResize);\n window.addEventListener('orientationchange', handleResize);\n }\n\n private notifyListeners(): void {\n const info = this.getScreenInfo();\n this.callbacks.forEach(callback => callback(info));\n }\n\n public subscribe(callback: (info: ScreenWidthInfo) => void): () => void {\n this.callbacks.add(callback);\n callback(this.getScreenInfo()); // Initial call\n\n return () => {\n this.callbacks.delete(callback);\n };\n }\n}\n","export const translations = {\n 'sv': {\n newMessage: 'Nytt meddelande',\n toggleButtonOn: 'Visa detaljer',\n toggleButtonOff: 'Dölj detaljer',\n showMoreLabel: 'Visa mer',\n },\n 'en': {\n newMessage: 'New message',\n toggleButtonOn: 'Show details',\n toggleButtonOff: 'Hide details',\n showMoreLabel: 'Show more',\n },\n 'da': {\n newMessage: 'Ny besked',\n toggleButtonOn: 'Vis detaljer',\n toggleButtonOff: 'Skjul detaljer',\n showMoreLabel: 'Vis mere',\n },\n 'no': {\n newMessage: 'Ny melding',\n toggleButtonOn: 'Vis detaljer',\n toggleButtonOff: 'Skjul detaljer',\n showMoreLabel: 'Vis mer',\n },\n 'fi': {\n newMessage: 'Uusi viesti',\n toggleButtonOn: 'Näytä tiedot',\n toggleButtonOff: 'Piilota tiedot',\n showMoreLabel: 'Näytä lisää',\n },\n 'de': {\n newMessage: 'Neue Nachricht',\n toggleButtonOn: 'Details anzeigen',\n toggleButtonOff: 'Details ausblenden',\n showMoreLabel: 'Mehr anzeigen',\n },\n 'zh': {\n newMessage: '新消息',\n toggleButtonOn: '显示详情',\n toggleButtonOff: '隐藏详情',\n showMoreLabel: '显示更多',\n },\n 'it': {\n newMessage: 'Nuovo messaggio',\n toggleButtonOn: 'Mostra dettagli',\n toggleButtonOff: 'Nascondi dettagli',\n showMoreLabel: 'Mostra di più',\n },\n 'nl': {\n newMessage: 'Nieuw bericht',\n toggleButtonOn: 'Toon details',\n toggleButtonOff: 'Verberg details',\n showMoreLabel: 'Meer tonen',\n },\n 'tr': {\n newMessage: 'Yeni mesaj',\n toggleButtonOn: 'Detayları göster',\n toggleButtonOff: 'Detayları gizle',\n showMoreLabel: 'Daha fazla göster',\n },\n 'pt': {\n newMessage: 'Nova mensagem',\n toggleButtonOn: 'Mostrar detalhes',\n toggleButtonOff: 'Ocultar detalhes',\n showMoreLabel: 'Mostrar mais',\n },\n 'pl': {\n newMessage: 'Nowa wiadomość',\n toggleButtonOn: 'Pokaż szczegóły',\n toggleButtonOff: 'Ukryj szczegóły',\n showMoreLabel: 'Pokaż więcej',\n },\n 'pt-BR': {\n newMessage: 'Nova mensagem',\n toggleButtonOn: 'Mostrar detalhes',\n toggleButtonOff: 'Ocultar detalhes',\n showMoreLabel: 'Mostrar mais',\n }\n};\n","import { FetchHelper } from '@/globals/FetchHelper';\nimport { ShipmentsBody, ShipmentsResponse, TableRowData } from './types';\n\nexport class MarketwebTableService {\n private readonly _endpoint;\n private readonly _language;\n private fetchHelper = new FetchHelper('MarketTableService');\n private readonly _getUserShipmentsPath = `/get-user-shipments`;\n\n\n constructor(endpoint: string, language: string) {\n this._endpoint = this.formatEndpoint(endpoint);\n this._language = language;\n }\n\n async getUserShipments(contentId: string, skip: number, take: number, isChatEnabled: boolean): Promise<TableRowData[]> {\n let model: ShipmentsBody =\n {\n skip: skip,\n take: take,\n isChatEnabled: isChatEnabled,\n language: this._language,\n contentId: contentId,\n };\n\n const fetchUrl = this._endpoint + this._getUserShipmentsPath;\n\n const data = (await this.fetchHelper.fetchJson(\n fetchUrl,\n this.getRequestInit(model),\n false\n )) as ShipmentsResponse;\n\n return JSON.parse(data.shipments) as TableRowData[];\n }\n\n private formatEndpoint(endpoint: string): string {\n var formattedEndpoint = endpoint.lastIndexOf('/') === endpoint.length - 1 ? endpoint.substring(0, endpoint.length - 1) : endpoint;\n return formattedEndpoint;\n }\n\n private getRequestInit(model: any, method: string = 'POST', mode: RequestMode = 'cors', contentTypes: string = 'application/json'): RequestInit {\n return {\n mode: mode,\n method: method,\n headers:\n {\n 'Content-Type': contentTypes\n },\n body: JSON.stringify(model)\n };\n }\n}\n","@import '../../../globals/main.scss';\n\n:host {\n display: block;\n}\n\n.pn-marketweb-table {\n .container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 1rem;\n }\n\n .heading-section {\n display: flex;\n justify-content: space-between;\n gap: 2rem;\n margin-bottom: 2rem;\n\n @media (max-width: $min-width-md) {\n flex-direction: column;\n }\n\n .heading-wrapper {\n display: flex;\n flex-direction: column;\n }\n\n .preamble-section {\n width: 80%;\n }\n\n .main-heading {\n margin-bottom: 1rem;\n }\n\n .summary {\n display: flex;\n height: 7rem;\n justify-content: flex-end;\n gap: clamp(1rem, 4vw, 2rem);\n\n @media (max-width: $min-width-md) {\n justify-content: center;\n }\n }\n\n .sub-heading-section {\n background-color: $blue25;\n border-radius: 1.6rem;\n display: flex;\n align-items: center;\n gap: clamp(0.6rem, 4vw, 1rem);\n padding: 0.6rem 1.2rem;\n width: 13.5rem;\n\n .icon-container {\n background-color: $blue50;\n border-radius: 50%;\n padding: 4px;\n }\n }\n\n .sub-heading {\n font-size: clamp(1rem, 3vw, 1.4rem);\n font-weight: 400;\n line-height: clamp(1.225rem, 4vw, 1.5rem);\n margin: 0;\n\n strong {\n color: $blue700;\n font-weight: 700;\n }\n }\n }\n\n .pn-marketweb-table__table {\n width: 100%;\n border-collapse: collapse;\n margin-bottom: 3.2rem;\n border: none;\n }\n\n .pn-marketweb-table__table tr {\n border-bottom: 1px solid $gray100;\n position: relative;\n border-left: 4px solid $white;\n transition: all .7s ease;\n\n &:last-child {\n border-bottom: none;\n }\n\n &:hover {\n border-left: 4px solid $blue200;\n background: $blue25;\n }\n\n &.row-new-message,\n &.row-new-messag:hover {\n border-left: 4px solid $green500;\n background: linear-gradient(90deg, rgba(220, 246, 231, 1) 0%, rgba(237, 251, 243, 1) 30%, rgba(255, 255, 255, 1) 70%);\n }\n }\n\n .pn-marketweb-table__table {\n td {\n padding: 1.6rem 1rem;\n }\n }\n\n .image-container {\n min-height: 5.8rem;\n }\n\n .cell-heading {\n color: $gray700;\n font-size: clamp(0.875rem, 4vw, 1.2rem);\n font-weight: 400;\n line-height: clamp(1.225rem, 4vw, 1.5rem);\n margin: 0;\n }\n\n .cell-value {\n color: $gray900;\n display: inline-block;\n font-size: clamp(1rem, 4vw, 1.5rem);\n font-weight: 400;\n line-height: clamp(1.4rem, 4vw, 1.8rem);\n margin: 0;\n padding: 0.5rem 0;\n }\n\n .row-image {\n border-radius: 0.5rem;\n }\n\n .actions {\n align-content: center;\n width: 20%;\n\n .button-wrapper {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n gap: 1.6rem;\n\n pn-button {\n min-width: 50%;\n }\n\n pn-button.toggle-widget {\n min-width: 30%;\n }\n\n .pn-button-text {\n white-space: nowrap;\n }\n\n @media screen and (max-width: $min-width-md) {\n justify-content: space-between;\n flex-direction: column;\n }\n }\n }\n\n @media screen and (max-width: $min-width-md) {\n tr {\n display: flex;\n flex-wrap: wrap;\n }\n\n td:not(.cell-content) {\n width: 100%;\n }\n\n td.cell-image {\n text-align: center;\n }\n\n td.cell-content {\n flex: 1 0 40%;\n\n &::before {\n content: attr(data-label);\n display: block;\n font-weight: bold;\n margin-bottom: 0.5em;\n }\n }\n\n td.actions .button-wrapper {\n gap: 2rem;\n }\n }\n\n @media (min-width: $min-width-md) {\n .row-image {\n max-width: 80px;\n }\n }\n\n .toggle-detail {\n display: none;\n color: $blue700;\n cursor: pointer;\n border: none;\n border-radius: 3em;\n outline: none;\n position: relative;\n font-size: 0.875em;\n min-width: 5.5em;\n font-weight: 500;\n background-color: transparent;\n justify-content: center;\n align-items: center;\n transition: color 0.3s;\n -webkit-tap-highlight-color: transparent;\n text-decoration: none;\n padding: 0.375em 1em;\n min-height: 2em;\n line-height: 1.65em;\n white-space: nowrap;\n\n &:hover {\n background-color: $blue50;\n opacity: 1;\n }\n }\n\n .shipment-id-active .button-wrapper {\n display: flex;\n }\n\n tr td.cell-content:first-child .cell-value {\n font-weight: 500;\n }\n\n .pn-widget-wrapper {\n display: flex;\n justify-content: center;\n }\n\n .shipment-id-active, .widget-row {\n background-color: $blue25;\n }\n\n .pn-market-table__show-more-wrapper {\n display: flex;\n justify-content: center;\n width: 100%;\n }\n}\n\n\n\n.row-new-message .button-wrapper:after {\n content: attr(data-label);\n background: $green500;\n border-radius: 0 0.4rem .4rem 0;\n color: $white;\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n font-size: 1.4rem;\n padding: 0 .4rem;\n}\n\n@media (min-width: $min-width-md) {\n .row-new-message .button-wrapper:after {\n background: $green700;\n border-radius: .4rem;\n left: auto;\n right: 1.6rem;\n\n font-size: 1.1rem;\n top: .3rem;\n\n }\n}","import { HeadingTag } from '@/globals/HeadingTag';\nimport { Component, Host, Prop, h, State, Fragment, Watch } from '@stencil/core';\nimport { ScreenWidth, ScreenWidthInfo, DEFAULT_BREAKPOINTS } from '@/globals/ScreensizeDetect';\nimport { HeadingLevel } from '@/globals/types';\nimport { angle_down, angle_up } from 'pn-design-assets/pn-assets/icons.js';\nimport { JSX } from 'react';\nimport { PnChatService } from '../pn-chat/pn-chat.service';\nimport { HeaderConfig, TableRowData, TableRowi18n } from './types'\nimport { translations } from './translations';\nimport { MarketwebTableService } from './pn-marketweb-table.service';\n\n@Component({\n tag: 'pn-marketweb-table',\n styleUrl: 'pn-marketweb-table.scss',\n})\nexport class PnMarketWebTable {\n @Prop() mainHeading?: string;\n @Prop() mainHeadingLevel: HeadingLevel = 'h2';\n @Prop() preamble: string\n @Prop() subHeadingLevel: HeadingLevel = 'h3';\n @Prop() headers!: string | HeaderConfig[];\n @Prop() rows!: string | TableRowData[];\n @Prop() showHeadersInCells: boolean = false;\n @Prop() cellHeaderLevel: HeadingLevel = 'h3';\n @Prop() tableRowCtaActionLabel: string;\n @Prop() imageColAriaHeader: string;\n @Prop() ctaColAriaHeader: string;\n @Prop() checkForNewShipments: boolean = false;\n @Prop() endpoint: string;\n @Prop() language: string = 'sv';\n @Prop() market: string;\n @Prop() toggleDetailLabel: string = 'View details';\n @Prop() checkForChat: boolean = false;\n @Prop({ reflect: true, mutable: true }) value: string = '';\n @Prop() shipmentType!: string;\n @Prop() contentId: string = '';\n @Prop() takeAmountRow: number = 2;\n @Prop() shipmentCount: number = 2;\n\n @State() i18n: TableRowi18n;\n @State() private _headers: HeaderConfig[] = [];\n @State() private _rows: TableRowData[] = [];\n @State() private _allKeys: Set<string> = new Set();\n @State() private screenInfo?: ScreenWidthInfo;\n\n private screenWidth = ScreenWidth.getInstance();\n private cleanup?: () => void;\n private _chatService: PnChatService;\n private _chatSegment: string = \"#chat\";\n private _marketwebTableService: MarketwebTableService;\n\n componentWillLoad(): void {\n this.setInitialValues();\n this.setTranslations();\n this._marketwebTableService = new MarketwebTableService(this.endpoint, this.language);\n\n this.cleanup = this.screenWidth.subscribe(info => {\n this.screenInfo = info;\n });\n\n if (this.checkForNewShipments) {\n this._chatService = new PnChatService(this.endpoint, this.market, this.language);\n setInterval(() => {\n this.checkForNewMessages();\n }, 60000);\n }\n }\n\n setTranslations() {\n if (translations[this.language]) {\n this.i18n = translations[this.language] as TableRowi18n;\n }\n else {\n const fallbackLang = 'sv';\n this.i18n = translations[fallbackLang] as TableRowi18n;\n }\n }\n\n @Watch('language')\n onLanguageChange() {\n this.setTranslations();\n }\n\n async componentDidLoad() {\n if (this.checkForChat) {\n const thisTable = document.querySelector('pn-marketweb-table.' + this.shipmentType);\n const chatHrefs = thisTable.querySelectorAll('[href*=\"#chat\"]');\n const openChatATags: HTMLAnchorElement[] = Array.from(chatHrefs).filter(\n (el): el is HTMLAnchorElement => el instanceof HTMLAnchorElement\n );\n this.OpenChatEvent(openChatATags);\n }\n }\n\n componentDidRender() {\n const thisTable = document.querySelector('pn-marketweb-table[shipment-type=' + this.shipmentType + ']');\n const toggleButtons = thisTable?.querySelectorAll('pn-button.toggle-widget');\n toggleButtons?.forEach(pnButton => {\n const btnText = pnButton.querySelector('.pn-button-text');\n if (btnText && btnText.innerHTML !== this.i18n.toggleButtonOn) {\n btnText.innerHTML = this.i18n.toggleButtonOn;\n }\n const button = pnButton.querySelector('button');\n if (button && !button.hasAttribute('data-toggle-initialized')) {\n button.addEventListener('click', this.toggleButton.bind(this));\n button.setAttribute('data-toggle-initialized', 'true');\n }\n });\n }\n\n private toggleButton(event) {\n const button = event.currentTarget as HTMLButtonElement;\n const parentRow = button.closest('tr');\n const parentPnButton = button.closest('pn-button');\n\n const isActive = parentRow.classList.contains(\"shipment-id-active\");\n\n const existingWidgetRows = document.querySelectorAll('.widget-row');\n existingWidgetRows.forEach(row => row.remove());\n\n const allRows = document.querySelectorAll('tr');\n allRows.forEach(row => row.classList.remove(\"shipment-id-active\"));\n\n const allPnButtons = document.querySelectorAll('pn-button.toggle-widget');\n allPnButtons.forEach(pnBtn => {\n pnBtn.setAttribute('icon', angle_down);\n pnBtn.querySelector('.pn-button-text').innerHTML = this.i18n.toggleButtonOn;\n });\n\n if (isActive) {\n return;\n }\n button.querySelector('.pn-button-text').innerHTML = this.i18n.toggleButtonOff;\n parentRow.classList.add(\"shipment-id-active\");\n\n const widgetRow = document.createElement('tr');\n widgetRow.classList.add('widget-row');\n\n const tdElement = document.createElement('td');\n tdElement.colSpan = parentRow.children.length;\n\n const divEl = document.createElement('div');\n divEl.classList.add('pn-widget-wrapper');\n\n const widget = document.createElement('pn-widget');\n widget.setAttribute('locale', this.language);\n widget.setAttribute('shipment-id', button.id);\n\n divEl.appendChild(widget);\n tdElement.appendChild(divEl);\n widgetRow.appendChild(tdElement);\n\n parentRow.parentNode.insertBefore(widgetRow, parentRow.nextSibling);\n\n parentPnButton.setAttribute('icon', angle_up);\n }\n\n private handleShowMore = async () => {\n let skip = this._rows.length;\n let data = await this._marketwebTableService.getUserShipments(this.contentId, skip, this.takeAmountRow, this.checkForChat);\n if (data) {\n this._rows = [...this._rows, ...data];\n }\n };\n\n async waitForComponent(selector: string, maxRetries = 10, delay = 300): Promise<HTMLElement | null> {\n for (let i = 0; i < maxRetries; i++) {\n const element = document.querySelector(selector);\n if (element) {\n return element as HTMLElement;\n }\n await new Promise(resolve => setTimeout(resolve, delay));\n }\n return null;\n }\n\n disconnectedCallback(): void {\n if (this.cleanup) {\n this.cleanup();\n }\n }\n\n private async checkForNewMessages() {\n for (let i = 0; i < this._rows.length; i++) {\n const row = this._rows[i];\n const itemId = row.id;\n\n if (itemId) {\n const hasNewMessages = await this._chatService.hasNewMessages(itemId);\n\n if (row.hasNewMessages !== hasNewMessages) {\n this._rows[i] = { ...row, hasNewMessages: hasNewMessages };\n }\n }\n }\n\n this._rows = [...this._rows];\n }\n\n private setInitialValues(): void {\n try {\n this.parseRows();\n this.parseHeaders();\n\n } catch (error) {\n console.error('Error parsing table data:', error);\n this._rows = [];\n this._headers = [];\n }\n }\n\n private parseRows() {\n this._rows = typeof this.rows === 'string' ? JSON.parse(this.rows) : this.rows;\n this._allKeys = new Set(this._rows.flatMap(row => Object.keys(row)));\n }\n\n private parseHeaders() {\n if (typeof this.headers === 'string') {\n this._headers = JSON.parse(this.headers);\n } else if (this.headers) {\n this._headers = this.headers;\n } else {\n this._headers = Array.from(this._allKeys).map(key => ({ key, label: key }));\n }\n }\n\n private renderCellContent(header: HeaderConfig, row: TableRowData): JSX.Element | string | number | boolean {\n const content = header.render ? header.render(row) : row[header.key] ?? '-';\n return content;\n }\n\n private renderCell(header: HeaderConfig, row: TableRowData): JSX.Element {\n const content = this.renderCellContent(header, row);\n\n if (this.showHeadersInCells || this.screenInfo.width <= DEFAULT_BREAKPOINTS.tablet) {\n return (\n <div class=\"cell-content\" role=\"cell\">\n <HeadingTag\n level={this.cellHeaderLevel}\n cssClass=\"cell-heading\"\n additionalProps={{\n 'aria-hidden': 'true',\n 'role': 'presentation',\n }}\n >\n {header.label}\n </HeadingTag>\n <span class=\"cell-value\">{content}</span>\n </div>\n );\n }\n\n return <>{content}</>;\n }\n\n private handleToggleClick = () => {\n const areaToggle = document.querySelector('.trackandtracewidgetblock');\n if (areaToggle?.parentElement) {\n areaToggle.parentElement.classList.toggle('hideRow');\n }\n };\n\n private renderActionButtons(row: TableRowData): JSX.Element | null {\n if (!row.actionButtons) return null;\n\n return (\n <td class=\"actions\" role=\"cell\">\n <div class=\"button-wrapper\" role=\"group\" aria-label={this.tableRowCtaActionLabel} data-label={this.i18n.newMessage}>\n {row.actionButtons.map(btn => (\n <pn-button\n appearance={btn.appearance}\n class={btn.class}\n variant={btn.variant}\n small={btn.small}\n loading={btn.loading}\n icon={btn.icon}\n leftIcon={btn.leftIcon}\n tooltip={btn.tooltip}\n href={btn.href}\n rel={btn.rel}\n download={btn.download}\n form={btn.form}\n buttonId={btn.buttonId}\n icon-only={btn.iconOnly}\n arialabel={btn.content}\n data-chat={btn.customAttribute}>\n {btn.content}\n </pn-button>\n ))}\n </div>\n </td>\n );\n }\n\n private async OpenChatEvent(aTags: HTMLAnchorElement[]) {\n aTags.forEach((aTag) => {\n aTag.addEventListener(\"click\", (e) => {\n e.preventDefault();\n const previousLocationHash = window?.location?.hash ?? \"\";\n\n const findShipmentIdInUrlRegex = /#chat:([a-zA-Z0-9]+)(?=#|$)/;\n const match = aTag.href.match(findShipmentIdInUrlRegex);\n const shipmentId = match ? match[1] : \"\";\n const shipmentHash = `${this._chatSegment}:${shipmentId}`;\n window.location.hash = shipmentHash;\n\n this.waitForComponent('pn-chat').then((chat) => {\n if (shipmentId) {\n chat.setAttribute('item-id', shipmentId);\n }\n else {\n chat.setAttribute('item-id', \"\");\n }\n\n let oldInitChatId = chat.getAttribute('pn-chat-id');\n\n const _defaultChatId = \"00000000-0000-0000-0000-000000000000\";\n const _defaultAlternativeChatId = \"1\";\n const _defaultTriggerChatId = oldInitChatId === _defaultChatId ? _defaultAlternativeChatId : _defaultChatId;\n let chatId = _defaultTriggerChatId;\n const reversedChatId = aTag?.parentElement?.getAttribute('data-chat');\n\n if (reversedChatId) {\n chatId = reversedChatId.split('').reverse().join('');\n }\n\n chat.setAttribute('is-logged-in', 'true');\n chat.setAttribute('pn-chat-id', chatId);\n\n if (previousLocationHash.includes(shipmentHash)) {\n let forceOpen = chat.getAttribute('force-open') ?? 'true';\n forceOpen = forceOpen === 'true' ? 'false' : 'true';\n chat.setAttribute('force-open', forceOpen);\n }\n });\n });\n });\n }\n\n render() {\n const tableId = `table-${Math.random().toString(36)}`;\n const headingId = `${tableId}-main-heading`;\n\n return (\n <Host language={this.language}>\n <div class='pn-marketweb-table'>\n <div role='region' aria-labelledby={this.mainHeading ? headingId : undefined}>\n <div class='heading-section'>\n <div class='heading-wrapper'>\n {this.mainHeading && (\n <HeadingTag level={this.mainHeadingLevel} cssClass='main-heading' id={headingId}>\n {this.mainHeading}\n </HeadingTag>\n )}\n {this.preamble && (\n <div class=\"preamble-section\">{this.preamble}</div>\n )}\n </div>\n </div>\n {this._rows.length > 0 && (\n <table class='pn-marketweb-table__table' aria-labelledby={this.mainHeading ? `${tableId}-main-heading` : undefined}>\n {this._headers && (\n <thead class={this.showHeadersInCells ? 'sr-only' : undefined} >\n <tr >\n {this._rows.some((row) => row.imageUrl) && this.imageColAriaHeader && (\n <th scope='col' class='sr-only'>\n {this.imageColAriaHeader}\n </th>\n )}\n {this._headers.map((header) => (\n <th key={header.key} scope='col' class='sr-only-mobile'>\n {header.label}\n </th>\n ))}\n {this._rows.some((row) => row.link1 || row.link2) && this.ctaColAriaHeader && (\n <th scope='col' class='sr-only'>\n {this.ctaColAriaHeader}\n </th>\n )}\n </tr>\n </thead>\n )}\n <tbody class=\"pn-marketweb-table__table-body\">\n {this._rows.slice(0, this.shipmentCount).map((row, rowIndex) => (\n <tr key={rowIndex} class={`cell-row ${row.hasNewMessages ? \"row-new-message\" : ''}`}>\n {row.imageUrl && (\n <td class='cell-image'>\n <div class='image-container'>\n <img src={row.imageUrl} alt='' class='row-image' />\n </div>\n </td>\n )}\n {this._headers.map((header) => (\n <td key={`${rowIndex}-${header.key}`} class='cell-content' >\n {this.renderCell(header, row)}\n </td>\n ))}\n {this.renderActionButtons(row)}\n </tr>\n ))}\n </tbody>\n </table>\n )}\n {this.shipmentCount > this._rows.length && (\n <div class=\"pn-market-table__show-more-wrapper\">\n <pn-button variant=\"outlined\" appearance=\"light\" label={this.i18n?.showMoreLabel || 'Show More'} onClick={() => this.handleShowMore()}></pn-button>\n </div>\n )}\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,40 @@
1
+ import { r as registerInstance, g as getElement, h, d as Host } from './index-c311acd6.js';
2
+
3
+ const pnUspPromoterCss = "pn-button-dropdown .pn-button-dropdown>pn-button>.pn-button{min-height:initial}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}@media screen and (max-width: 767px){.sr-only-mobile{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}}pn-usp-promoter{width:80%}pn-usp-promoter .usp-promoter{display:flex;justify-content:center;padding:3rem 0.8rem}pn-usp-promoter .usp-promoter--full-width{overflow:hidden;margin:0 calc(-50vw + 50%)}@media screen and (min-width: 768px){pn-usp-promoter .usp-promoter--full-width{padding:8rem 4rem}}pn-usp-promoter .usp-promoter__content{display:flex;flex-direction:row;width:100%;max-width:114rem}@media screen and (min-width: 768px){pn-usp-promoter .usp-promoter__content{align-items:center;text-align:left;justify-content:center}}pn-usp-promoter .usp-promoter__content-wrapper{display:flex;flex-direction:column;width:100%;max-width:75rem}@media screen and (min-width: 768px){pn-usp-promoter .usp-promoter__content-wrapper{align-items:flex-start;padding-left:4rem}}pn-usp-promoter .usp-promoter__content-heading{margin-bottom:0.8rem}@media screen and (min-width: 768px){pn-usp-promoter .usp-promoter__content-heading{font-size:4.2rem}}@media screen and (min-width: 1140px){pn-usp-promoter .usp-promoter__content-heading{font-size:4.8rem}}@media screen and (min-width: 1440px){pn-usp-promoter .usp-promoter__content-heading{font-size:5.6rem}}pn-usp-promoter .usp-promoter__no-margin-bottom{margin-bottom:0 !important}pn-usp-promoter .usp-promoter__content-text{font-size:1.6rem;max-width:47rem;margin-bottom:2.6rem}@media screen and (min-width: 768px){pn-usp-promoter .usp-promoter__content-text{text-wrap:balance}}@media screen and (min-width: 1140px){pn-usp-promoter .usp-promoter__content-text{font-size:1.8rem;max-width:60rem}}@media screen and (min-width: 1440px){pn-usp-promoter .usp-promoter__content-text{font-size:2rem;max-width:70rem}}pn-usp-promoter [slot=app-store]{display:flex;align-items:flex-start;margin-bottom:2.6rem;gap:1rem}pn-usp-promoter [slot=app-store]>a{background-color:black;border:0.1rem solid #a6a6a6;border-radius:0.8rem;color:#fff;display:inline-block;line-height:0;text-decoration:none;transition:background-color 0.2s ease-in-out}pn-usp-promoter [slot=app-store]>a::after{margin-left:0 !important;margin-right:0.5rem;top:0.2rem;position:relative}pn-usp-promoter [slot=app-store]>a:hover{background-color:#0d234b}pn-usp-promoter [slot=app-store]>a:focus{background-color:#0d234b;box-shadow:0 0 0 0.2rem #fff, 0 0 0 0.4rem #0d234b}pn-usp-promoter [slot=app-store]>a:focus-visible{outline:none}pn-usp-promoter [slot=app-store]>a img{height:4rem}pn-usp-promoter [slot=usp-buttons] pn-button{margin-bottom:1.6rem}pn-usp-promoter [slot=usp-buttons]>a{color:#005d92;font-weight:500;font-size:1.6rem;padding:0.1rem;text-decoration:none}pn-usp-promoter [slot=usp-buttons]>a pn-icon svg{transition:transform 0.3s ease-in-out}pn-usp-promoter [slot=usp-buttons]>a pn-icon svg path{fill:#005d92}pn-usp-promoter [slot=usp-buttons]>a:hover pn-icon svg{transition:transform 0.3s ease-in-out;transform:translateX(0.3rem)}pn-usp-promoter [slot=usp-buttons]>a:hover pn-icon svg path{fill:#005d92}pn-usp-promoter [slot=app-store],pn-usp-promoter [slot=usp-buttons]{flex-direction:column}@media screen and (min-width: 768px){pn-usp-promoter [slot=app-store],pn-usp-promoter [slot=usp-buttons]{display:flex;flex-direction:row;gap:1.6rem}}pn-usp-promoter [slot=illustration]{max-width:25%;position:relative;left:-1.6rem}pn-usp-promoter [slot=illustration] pn-scroll{position:sticky;top:0}@media screen and (min-width: 768px){pn-usp-promoter [slot=illustration]{display:block}}pn-usp-promoter [slot=illustration] picture img{max-width:100%}@media screen and (min-width: 1140px){pn-usp-promoter [slot=illustration] picture img{width:32rem}}@media screen and (min-width: 1440px){pn-usp-promoter [slot=illustration] picture img{width:33.6rem}}pn-usp-promoter .usp-promoter__heading-extension{display:flex;flex-direction:column}pn-usp-promoter .usp-promoter--right-align .usp-promoter__content{flex-direction:row-reverse;text-align:right}@media screen and (min-width: 768px){pn-usp-promoter .usp-promoter--right-align .usp-promoter__content{align-items:center}}pn-usp-promoter .usp-promoter--right-align .usp-promoter__content-wrapper{display:flex;flex-direction:column;align-items:flex-end;padding-left:0}@media screen and (min-width: 768px){pn-usp-promoter .usp-promoter--right-align .usp-promoter__content-wrapper{padding-right:4rem}}pn-usp-promoter .usp-promoter--right-align [slot=app-store],pn-usp-promoter .usp-promoter--right-align [slot=usp-buttons]{align-items:flex-end}pn-usp-promoter .usp-promoter--right-align [slot=illustration]{left:1.6rem}@media screen and (max-width: 768px){pn-usp-promoter .usp-promoter--hide-image-small-screen [slot=illustration] picture img{display:none}pn-usp-promoter .usp-promoter--hide-image-small-screen .usp-promoter__content{text-align:center}pn-usp-promoter .usp-promoter--hide-image-small-screen .usp-promoter__content-wrapper{align-items:center;padding-right:0}pn-usp-promoter .usp-promoter--hide-image-small-screen [slot=app-store],pn-usp-promoter .usp-promoter--hide-image-small-screen [slot=usp-buttons]{display:flex;flex-direction:row;justify-content:center}}";
4
+ const PnUspPromoterStyle0 = pnUspPromoterCss;
5
+
6
+ const PnUspPromoter = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.heading = null;
10
+ this.headingExtension = null;
11
+ this.bodyText = null;
12
+ this.backgroundGradient = null;
13
+ this.fullWidth = false;
14
+ this.rightAlign = false;
15
+ this.hideMobileImage = false;
16
+ }
17
+ get hostElement() { return getElement(this); }
18
+ centerMobileContent() {
19
+ const slot = this.hostElement.querySelector('[slot="illustration"]');
20
+ if (this.hideMobileImage || slot == null) {
21
+ return 'usp-promoter--hide-image-small-screen';
22
+ }
23
+ return "";
24
+ }
25
+ render() {
26
+ const { fullWidth, rightAlign } = this;
27
+ const classes = [
28
+ 'usp-promoter',
29
+ fullWidth ? "usp-promoter--full-width" : "",
30
+ rightAlign ? "usp-promoter--right-align" : "",
31
+ ].join(' ');
32
+ const hasHeadingExtension = this.headingExtension ? "usp-promoter__heading-extension" : "";
33
+ return (h(Host, { key: '23494c6ed3177f63b9cf483eaf28ae62c4050797' }, h("div", { key: '84cec740776a5f787933b6f7a8734ba00f898a71', class: ` ${classes} ${this.centerMobileContent()}`, style: { 'background': `${this.backgroundGradient}` } }, h("div", { key: '77d56ad9982b8e8d2459c881a797cd5fa3c51519', class: "usp-promoter__content" }, h("slot", { key: '3b0ddfeaec6ce47329f5a2d64df978f8779de532', name: "illustration" }), h("div", { key: '072080f41f6531333d154499c1b63d3822e3cdbb', class: "usp-promoter__content-wrapper" }, h("h2", { key: 'd09398e7a54f7a1a6a44ab1ede3aaac7a6e00261', class: `usp-promoter__content-heading ${hasHeadingExtension}` }, h("span", { key: '48f98ffcce6c0c6b2b6cf8bb754b84d414fedb8c' }, this.heading), this.headingExtension ? h("span", null, this.headingExtension) : null), h("p", { key: '3f0abe6fcd83e31ffa2ab932027b14f9c1e7c439', class: "usp-promoter__content-text" }, this.bodyText), h("slot", { key: '54fa5a5072c8897dd6ae7c216b2c5d7ad1d6a2b6', name: "app-store" }), h("slot", { key: '0bad1abdc12f5108a62f723136c764214bcc6143', name: "usp-buttons" }))))));
34
+ }
35
+ };
36
+ PnUspPromoter.style = PnUspPromoterStyle0;
37
+
38
+ export { PnUspPromoter as pn_usp_promoter };
39
+
40
+ //# sourceMappingURL=pn-usp-promoter.entry.js.map
@@ -0,0 +1,89 @@
1
+ {
2
+ "name": "@postnord/pn-marketweb-components",
3
+ "version": "4.0.2",
4
+ "description": "PostNord Market Websites Components",
5
+ "publishConfig": {
6
+ "registry": "https://registry.npmjs.org/"
7
+ },
8
+ "main": "./index.cjs.js",
9
+ "module": "./index.js",
10
+ "es2017": "./esm/index.mjs",
11
+ "types": "./types/index.d.ts",
12
+ "collection": "./collection/collection-manifest.json",
13
+ "collection:main": "./collection/index.js",
14
+ "unpkg": "./pn-market-web-components/pn-market-web-components.esm.js",
15
+ "files": [
16
+ "*",
17
+ "umd",
18
+ "LICENSE"
19
+ ],
20
+ "scripts": {
21
+ "start": "npm run dev",
22
+ "dev": "npm run stats:ts && npm run stats && npm-run-all --parallel stencil:watch storybook",
23
+ "build": "npm run stencil:build && npm run post:build",
24
+ "stencil:build": "cross-env stencil build --docs-custom",
25
+ "stencil:watch": "cross-env stencil build --watch",
26
+ "test": "stencil test --spec --e2e",
27
+ "test:watch": "stencil test --spec --e2e --watchAll",
28
+ "stencil": "cross-env STENCIL_ENV=dev stencil build --dev --watch --serve --docs-custom",
29
+ "storybook": "storybook dev -p 6008",
30
+ "build-storybook": "storybook build",
31
+ "post:build": "node ./scripts/post_build.js",
32
+ "format": "cd src && npx prettier --write .",
33
+ "stats": "node ./scripts/generateStats.js",
34
+ "stats:ts": "tsc --module NodeNext --moduleResolution NodeNext ./scripts/generateStats.ts",
35
+ "generate": "plop",
36
+ "docs.data": "stencil build --docs-json dist/docs.json"
37
+ },
38
+ "devDependencies": {
39
+ "@babel/core": "7.24.7",
40
+ "@chromatic-com/storybook": "^3.2.2",
41
+ "@postnord/web-components": "^7.14.0",
42
+ "@stencil/sass": "3.0.12",
43
+ "@stencil/store": "2.0.16",
44
+ "@storybook/addon-a11y": "^8.4.6",
45
+ "@storybook/addon-actions": "^8.4.6",
46
+ "@storybook/addon-essentials": "^8.4.6",
47
+ "@storybook/addon-links": "^8.4.6",
48
+ "@storybook/addon-mdx-gfm": "^8.4.6",
49
+ "@storybook/preset-scss": "1.0.3",
50
+ "@storybook/web-components": "^8.4.6",
51
+ "@storybook/web-components-vite": "^8.4.6",
52
+ "@types/chart.js": "^2.9.41",
53
+ "@types/jest": "^26.0.24",
54
+ "@webcomponents/custom-elements": "^1.5.0",
55
+ "chart.js": "2.9.4",
56
+ "chartjs-plugin-deferred": "^1.0.2",
57
+ "classnames": "^2.5.1",
58
+ "cross-env": "7.0.3",
59
+ "css-loader": "5.2.7",
60
+ "fast-glob": "^3.3.2",
61
+ "file-loader": "6.2.0",
62
+ "fs-extra": "11.2.0",
63
+ "jest": "29.7.0",
64
+ "jest-cli": "29.7.0",
65
+ "jest-environment-jsdom": "^29.7.0",
66
+ "npm-run-all": "4.1.5",
67
+ "plop": "4.0.1",
68
+ "pn-design-assets": "^2.2.0",
69
+ "puppeteer": "^22.11.2",
70
+ "sass": "^1.77.5",
71
+ "sass-loader": "14.2.1",
72
+ "storybook": "^8.4.6",
73
+ "style-loader": "2.0.0",
74
+ "uuid": "^9.0.0",
75
+ "vite": "^5.4.19",
76
+ "vite-tsconfig-paths": "^4.3.2"
77
+ },
78
+ "license": "MIT",
79
+ "dependencies": {
80
+ "@stencil/core": "4.22.3",
81
+ "@types/node": "^18.11.18",
82
+ "debounce": "^2.1.0",
83
+ "marked": "^12.0.0",
84
+ "qrcode": "^1.5.4",
85
+ "read-excel-file": "5.8.1",
86
+ "rimraf": "^5.0.7",
87
+ "sass": "^1.77.5"
88
+ }
89
+ }
@@ -0,0 +1,2 @@
1
+ import{r as e,h as t,d as s,g as a}from"./p-82546a44.js";import{a as i}from"./p-575f557a.js";import{a as n}from"./p-36b39340.js";const r='<svg class="pn-icon-svg" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10c-.97 0-1.908-.138-2.797-.397-1.242-.36-2.352-.61-3.409-.464l-2.095.29A1 1 0 0 1 2.572 20.3l.289-2.095c.146-1.057-.103-2.167-.464-3.41A10 10 0 0 1 2 12m10-8a8 8 0 0 0-7.683 10.239c.364 1.252.734 2.724.525 4.24l-.108.788.787-.11c1.516-.208 2.988.162 4.24.526.71.206 1.46.317 2.239.317a8 8 0 1 0 0-16m-.034 4.5c-.445 0-.84.285-.981.707l-.037.11a1 1 0 0 1-1.897-.633l.037-.11A3.03 3.03 0 0 1 11.966 6.5h.18C13.734 6.5 15 7.807 15 9.371a2.83 2.83 0 0 1-1.553 2.523.81.81 0 0 0-.447.724V13a1 1 0 1 1-2 0v-.382c0-1.064.6-2.037 1.553-2.512A.83.83 0 0 0 13 9.37a.87.87 0 0 0-.854-.871zm.034 6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd"/></svg>';const o=r;const h="pn-button-dropdown .pn-button-dropdown>pn-button>.pn-button{min-height:initial}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}@media screen and (max-width: 767px){.sr-only-mobile{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}}pn-chat-message{display:flex;text-align:left}pn-chat-message.user,pn-chat-message.buttonresponse{justify-content:flex-end}pn-chat-message.system-message{text-align:center;justify-content:center}pn-chat-message .message-container{border-radius:0.8rem;display:flex;gap:1rem;max-width:75%;overflow-x:hidden}pn-chat-message .message-container .category{width:2.6rem}pn-chat-message .message-container.bot .message,pn-chat-message .message-container.agent .message{background-color:#f3f2f2}pn-chat-message .message-container.link{flex-basis:100%}pn-chat-message .message-container.link .message{background-color:#effbff;box-shadow:0px 0.6px 1.8px 0px rgba(0, 0, 0, 0.1), 0px 3.2px 7.2px 0px rgba(0, 0, 0, 0.13);transition:box-shadow ease-in-out 0.5s;padding:0}pn-chat-message .message-container.link .message:hover{box-shadow:0px 0.6px 1.8px 0px rgba(0, 0, 0, 0.2), 0px 3.2px 7.2px 0px rgba(0, 0, 0, 0.23)}pn-chat-message .message-container.link .message a{color:#000000;display:flex;justify-content:space-between;padding:1rem 1.6rem;text-decoration:none}pn-chat-message .message-container.link .business.message{background-color:#fdefee}pn-chat-message .message-container.button{flex-basis:100%;text-align:center;max-width:unset}pn-chat-message .message-container.button .message{padding:0}pn-chat-message .message-container.card{border:solid 1px #d3cecb;border-radius:1.6rem;flex-basis:100%;max-width:100%}pn-chat-message .message-container.card .message{display:flex;flex-direction:column;gap:0.8rem;padding:1.6rem}pn-chat-message .message-container.card .card-heading{font-size:1.6rem;line-height:2.4rem;font-weight:700}pn-chat-message .message-container.card .cta{display:flex;flex-direction:row;gap:0.5rem}pn-chat-message .message-container.card .read-more{align-self:flex-start;margin-top:auto}pn-chat-message .message-container.user .message,pn-chat-message .message-container.buttonresponse .message{background-color:#e0f8ff;color:#2d2013;border-radius:0.8rem 0.8rem 0 0.8rem}pn-chat-message .message-container .message{border-radius:0 0.8rem 0.8rem 0.8rem;display:inline-block;flex:1 1 auto;font-size:1.4rem;line-height:2rem;padding:1rem 1.6rem;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;word-break:break-word}@media (max-width: 767px){pn-chat-message .message-container .message{font-size:1.6rem}}pn-chat-message .message-container.agent .category .pn-icon{background-color:#00a0d6;color:#ffffff;text-align:center;border-radius:50%;display:inline-block;width:2.5rem;height:2.5rem;font-weight:500;font-size:1.2rem;line-height:2.6rem}pn-chat-message[data-card]{height:100%}";const c=h;const l=class{constructor(t){e(this,t);this.category=undefined;this.customerSegment=undefined;this.agentName=undefined}robotIcon='<?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 20 20"> \x3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --\x3e <defs> <style> .st0 { fill: none; } .st1 { fill: #8eddf9; } .st2 { fill: #f3f2f2; } .st3 { fill: #0d234b; } .st4 { fill: #f06365; } .st5 { clip-path: url(#clippath); } .st6 { fill: #005d92; } </style> <clipPath id="clippath"> <rect class="st0" width="20" height="20"/> </clipPath> </defs> <g class="st5"> <g> <path class="st2" d="M10,20c5.5,0,10-4.5,10-10S15.5,0,10,0,0,4.5,0,10s4.5,10,10,10Z"/> <path class="st3" d="M10.5,4h-.5v2.8h.5v-2.8Z"/> <path class="st3" d="M10.2,4.3c.5,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z"/> <path class="st3" d="M9,5h2.4c1,0,1.8.8,1.8,1.8h-6c0-1,.8-1.8,1.8-1.8Z"/> <path class="st4" d="M17,10.3v-.8c0-1.9-1.5-3.5-3.5-3.5h-7.1c-1.9,0-3.5,1.6-3.5,3.5v.8h14.1Z"/> <path d="M13.9,16.1l-3.7.4v-.4s3.6-.4,3.6-.4c.8,0,1.6-.4,2.1-1s.7-2.9.7-3.7h.4c0,.9-.2,3.3-.8,3.9-.6.7-1.4,1.1-2.3,1.2Z"/> <path class="st4" d="M16.3,12.1v-3.6h.2c1,0,1.8.8,1.8,1.8s-.8,1.8-1.8,1.8h-.2Z"/> <path class="st4" d="M3.7,8.5v3.6h-.2c-1,0-1.8-.8-1.8-1.8s.8-1.8,1.8-1.8h.2Z"/> <path class="st3" d="M13.1,6.6h-6.2c-1.8,0-3.3,1.5-3.3,3.3v2.1c0,1.8,1.5,3.3,3.3,3.3h6.2c1.8,0,3.3-1.5,3.3-3.3v-2.1c0-1.8-1.5-3.3-3.3-3.3Z"/> <path class="st6" d="M12.8,7.8h-5.6c-1.4,0-2.5,1.1-2.5,2.5v1.4c0,1.4,1.1,2.4,2.5,2.4h5.6c1.4,0,2.4-1.1,2.4-2.4v-1.4c0-1.4-1.1-2.5-2.4-2.5Z"/> <path class="st1" d="M12.3,11.9c.5,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z"/> <path class="st1" d="M7.7,11.9c.5,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z"/> <path d="M11,15.8h-1.5c-.3,0-.5.2-.5.5h0c0,.3.2.5.5.5h1.5c.3,0,.5-.2.5-.5h0c0-.3-.2-.5-.5-.5Z"/> </g> </g> </svg>';blue700="blue700";getIcon(){let e=null;switch(this.category){case"Bot":return this.robotIcon;case"Agent":return this.agentName;case"Link":return o}return e}getMessageClass(){switch(this.category){case"ButtonResponse":return"buttonresponse";case"User":return"user";case"System":return"system-message";default:return undefined}}render(){const e=this.customerSegment?.toLowerCase()||"";const a=this.category?.toLowerCase()||"";return t(s,{key:"0bd86ed5a6709fca909aa09b9b8bf6c497c230a2",class:this.getMessageClass()},t("div",{key:"190cdd88c6b715022bad825d19f97ef2720005b9",class:`message-container ${a}`},this.getIcon()&&t("span",{key:"d7ae83dba633e39b5cc08e38526acd3f3b2f8427",class:"category"},t("pn-icon",{key:"8331458b12bc1669cba3cfc637abc2280516feec",icon:this.getIcon(),color:this.blue700,"aria-hidden":"true",role:"presentation"})),t("span",{key:"5aa89b7fe5ff9f65f69453b23d835aad16c68190",class:`message ${e}`},t("slot",{key:"1565b98e7b83884d8bc30a5dfcd9fce88e607a1d"}))))}};l.style=c;const d="pn-button-dropdown .pn-button-dropdown>pn-button>.pn-button{min-height:initial}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}@media screen and (max-width: 767px){.sr-only-mobile{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}}pn-marketweb-carousel{display:inline-block}pn-marketweb-carousel .pn-marketweb-carousel .slider-wrapper{margin:1rem;overflow:hidden;position:relative;touch-action:pan-y pinch-zoom}pn-marketweb-carousel .pn-marketweb-carousel .slides-container{display:flex;width:100%;list-style:none;margin:0;padding:0;overflow:hidden;position:relative;touch-action:none;transition:transform 0.5s ease-in-out;user-select:none}pn-marketweb-carousel .pn-marketweb-carousel .slides-container[data-partial=false] .slide{width:100%}pn-marketweb-carousel .pn-marketweb-carousel [data-slide]{flex:0 0 auto;transition:transform 0.5s ease-in-out}pn-marketweb-carousel .pn-marketweb-carousel .nav-button{cursor:pointer;display:flex;position:absolute;top:0;bottom:0;transform:translateY(-50%);height:2rem;margin:auto;padding:0;opacity:0.85;transition:opacity 200ms;z-index:1}pn-marketweb-carousel .pn-marketweb-carousel .nav-button.invisible{opacity:0}pn-marketweb-carousel .pn-marketweb-carousel .nav-button[data-show=false]{display:none}pn-marketweb-carousel .pn-marketweb-carousel .nav-button:hover,pn-marketweb-carousel .pn-marketweb-carousel .nav-button:focus{opacity:1}pn-marketweb-carousel .pn-marketweb-carousel [data-nav-button-prev]{left:1.75rem;border-radius:0 2rem 2rem 0}pn-marketweb-carousel .pn-marketweb-carousel [data-nav-button-next]{right:1.75rem;border-radius:2rem 0 0 2rem}@media (prefers-reduced-motion: reduce){pn-marketweb-carousel .slides-container{transition:none}pn-marketweb-carousel [data-slide]{transition:none}}";const p=d;const u=class{constructor(t){e(this,t);this.previousButtonLabel=undefined;this.nextButtonLabel=undefined;this.ariaNavigationLabel=undefined;this.source=undefined;this.slidesToShow=1;this.showCarouselButtons=true;this.showFirstSlidePrevButton=false;this.showLastSlideNextButton=false;this.slidesData=[];this.currentSlide=0;this.isDragging=false;this.slideWidth=0}static DEFAULTS={SWIPE_THRESHOLD_PX:50,ANIMATION_DURATION_MS:300,OVERSCROLL_LIMIT_PERCENT:30};get hostElement(){return a(this)}slides=null;slidesContainer=null;totalSlides=0;prevButton=null;nextButton=null;dragStartX=0;listeners=[];memoizedSlideWidth=null;componentWillLoad(){this.setInitialValues()}componentDidLoad(){this.setupCarousel();window.addEventListener("resize",this.handleResize)}disconnectedCallback(){this.cleanup();window.removeEventListener("resize",this.handleResize)}async goToSlide(e){if(e>=0&&e<this.totalSlides){this.currentSlide=e;this.moveSlides();this.updateNavButtons()}}async getCurrentSlide(){return this.currentSlide}handleSourceChange(e){if(e){this.setInitialValues()}}setInitialValues(){if(!this.source?.trim()){console.warn("No source provided for carousel");return}try{const e=JSON.parse(this.source);if(!e?.slides){throw new Error("Invalid slides data structure")}if(Array.isArray(e.slides)){this.slidesData=e.slides;this.showCarouselButtons=this.slidesData.length>1}else{throw new Error("Slides data is not an array")}}catch(e){console.error("Error parsing carousel source:",e instanceof Error?e.message:"Unknown error");this.slidesData=[]}}setupCarousel(){this.initializeElements();this.attachEventListeners();this.updateNavButtons()}initializeElements(){this.slidesContainer=this.hostElement.querySelector("[data-slides-container]");this.slides=this.hostElement.querySelectorAll("[data-slide]");this.totalSlides=this.slides?.length??0;if(this.showCarouselButtons){this.prevButton=this.hostElement.querySelector("[data-nav-button-prev]");this.nextButton=this.hostElement.querySelector("[data-nav-button-next]")}this.slideWidth=100/this.slidesToShow}attachEventListeners(){if(!this.slidesContainer)return;const e=(e,t,s,a)=>{e.addEventListener(t,s,a);this.listeners.push({element:e,event:t,handler:s})};e(this.slidesContainer,"touchstart",this.handleTouchStart,{passive:true});e(this.slidesContainer,"touchmove",this.handleTouchMove,{passive:false});e(this.slidesContainer,"touchend",this.handleTouchEnd,{passive:true});e(this.slidesContainer,"mousedown",this.handleTouchStart);e(this.slidesContainer,"mousemove",this.handleTouchMove);e(this.slidesContainer,"mouseup",this.handleTouchEnd);e(this.slidesContainer,"mouseleave",this.handleTouchEnd);if(this.showCarouselButtons){this.nextButton&&e(this.nextButton,"click",this.handleNextClick);this.prevButton&&e(this.prevButton,"click",this.handlePrevClick)}}cleanup(){this.listeners.forEach((({element:e,event:t,handler:s})=>{e.removeEventListener(t,s)}));this.listeners=[]}handleResize=()=>{this.memoizedSlideWidth=null};getSlideWidth(){if(!this.memoizedSlideWidth&&this.slidesContainer){this.memoizedSlideWidth=this.slidesContainer.offsetWidth}return this.memoizedSlideWidth??0}handleNextClick=e=>{e.stopPropagation();this.nextSlide()};handlePrevClick=e=>{e.stopPropagation();this.prevSlide()};handleTouchStart=e=>{if(e.target.classList.contains("nav-button"))return;this.isDragging=true;this.dragStartX="touches"in e?e.touches[0].clientX:e.clientX};handleTouchMove=e=>{if(!this.isDragging)return;if("touches"in e){e.preventDefault()}const t="touches"in e?e.touches[0].clientX:e.clientX;const s=t-this.dragStartX;const a=s/this.getSlideWidth()*100;this.moveSlides(a)};handleTouchEnd=e=>{if(!this.isDragging)return;this.isDragging=false;const t="changedTouches"in e?e.changedTouches[0].clientX:e.clientX;const s=t-this.dragStartX;if(Math.abs(s)>u.DEFAULTS.SWIPE_THRESHOLD_PX){if(s>0&&this.currentSlide>0){this.currentSlide--}else if(s<0&&this.currentSlide<this.totalSlides-1){this.currentSlide++}}this.moveSlides();this.updateNavButtons()};calculateProportionalTranslation(){return-200+(this.slidesToShow-1)*100}moveSlides(e=0){if(!this.slides||!this.slidesContainer){return}try{this.slides.forEach(((t,s)=>{if(t){t.style.width=`${this.slideWidth}%`;let a=0;if(this.slidesToShow===1){a=-100*this.currentSlide}else{if(this.totalSlides===2){if(this.currentSlide===1){a=-50}}else{if(this.currentSlide===1){a=-100}else if(this.currentSlide===2){if(s===0){a=-100}else{a=this.calculateProportionalTranslation()}}}}a+=e;t.style.transform=`translateX(${a}%)`;t.style.position="relative";let i;if(this.slidesToShow===1){i=s===this.currentSlide}else{i=this.currentSlide===0||this.totalSlides===2||this.currentSlide===1&&a===-100||this.currentSlide===2&&(s===0&&a===-100||s>0)}t.setAttribute("aria-hidden",(!i).toString())}}))}catch(e){console.error("Error moving slides:",e)}}updateNavButtons(){if(!this.showCarouselButtons)return;const e=this.currentSlide===0;const t=this.currentSlide===this.totalSlides-1;if(this.prevButton){this.prevButton.classList.toggle("invisible",e&&!this.showFirstSlidePrevButton);this.prevButton.dataset.show=e?`${this.showFirstSlidePrevButton}`:"true"}if(this.nextButton){this.nextButton.classList.toggle("invisible",t&&!this.showLastSlideNextButton);this.nextButton.dataset.show=t?`${this.showLastSlideNextButton}`:"true"}}nextSlide(){if(this.currentSlide>=this.totalSlides-1){this.currentSlide=0}else{this.currentSlide++}this.moveSlides();this.updateNavButtons()}prevSlide(){if(this.currentSlide<=0){this.currentSlide=this.totalSlides-1}else{this.currentSlide--}this.moveSlides();this.updateNavButtons()}render(){return t(s,{key:"c80db60a09f02cfeec55338910211c5a27ebedab"},t("div",{key:"836a9635ebfbadddadfececd8e7f1f94f355f89b",class:"pn-marketweb-carousel"},t("section",{key:"838b05eb1e8db65b84011b16ba7409dcf23b5eb3",class:"slider-wrapper"},this.showCarouselButtons&&t("div",{key:"3a3fe23b4a586f047b5391b5b8406e02884d1620",class:"nav-buttons",role:"group","aria-label":this.ariaNavigationLabel},t("pn-button",{key:"9d47e97795ad23bf118b54e2e72730e1819b9d3b",appearance:"light",icon:i,"icon-only":"true",tooltip:this.previousButtonLabel,class:`nav-button ${this.currentSlide===0&&!this.showFirstSlidePrevButton?"invisible":""}`,"data-nav-button-prev":true,"area-label":this.previousButtonLabel,"aria-disabled":this.currentSlide===0&&!this.showFirstSlidePrevButton}),t("pn-button",{key:"58e1c0363129d693f052ec59bd1a3b427db9bc56",appearance:"light",icon:n,"icon-only":"true",tooltip:this.nextButtonLabel,class:"nav-button","data-nav-button-next":true,"area-label":this.nextButtonLabel,"aria-disabled":this.currentSlide===this.totalSlides-1&&!this.showLastSlideNextButton})),this.slidesData&&t("ul",{key:"1c942f7d043a65e1b73a1bec69fbfdc3691c92f7",class:"slides-container","data-slides-container":true,"data-partial":this.slidesToShow===1?"false":"true","aria-live":"polite",style:{display:"flex",transform:"none"}},this.slidesData.map(((e,s)=>t("li",{class:"slide","data-slide":true,innerHTML:e,style:{width:this.slideWidth+"%"},"aria-hidden":s!==this.currentSlide})))))))}static get watchers(){return{source:["handleSourceChange"]}}};u.style=p;export{l as pn_chat_message,u as pn_marketweb_carousel};
2
+ //# sourceMappingURL=p-3a936c5d.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["icon","faq","pnChatMessageCss","PnChatMessageStyle0","PnChatMessage","robotIcon","blue700","getIcon","this","category","agentName","getMessageClass","undefined","render","segmentClass","customerSegment","toLowerCase","categoryClass","h","Host","key","class","color","role","pnMarketwebCarouselCss","PnMarketwebCarouselStyle0","PnMarketwebCarousel","static","SWIPE_THRESHOLD_PX","ANIMATION_DURATION_MS","OVERSCROLL_LIMIT_PERCENT","slides","slidesContainer","totalSlides","prevButton","nextButton","dragStartX","listeners","memoizedSlideWidth","componentWillLoad","setInitialValues","componentDidLoad","setupCarousel","window","addEventListener","handleResize","disconnectedCallback","cleanup","removeEventListener","goToSlide","index","currentSlide","moveSlides","updateNavButtons","getCurrentSlide","handleSourceChange","newValue","source","trim","console","warn","parsedData","JSON","parse","Error","Array","isArray","slidesData","showCarouselButtons","length","error","message","initializeElements","attachEventListeners","hostElement","querySelector","querySelectorAll","slideWidth","slidesToShow","addListener","element","event","handler","options","push","handleTouchStart","passive","handleTouchMove","handleTouchEnd","handleNextClick","handlePrevClick","forEach","getSlideWidth","offsetWidth","e","stopPropagation","nextSlide","prevSlide","target","classList","contains","isDragging","touches","clientX","preventDefault","currentPosition","diff","percentMove","changedTouches","Math","abs","DEFAULTS","calculateProportionalTranslation","extraTranslate","slide","style","width","translation","transform","position","isVisible","setAttribute","toString","isFirstSlide","isLastSlide","toggle","showFirstSlidePrevButton","dataset","show","showLastSlideNextButton","ariaNavigationLabel","appearance","arrow_left","tooltip","previousButtonLabel","arrow_right","nextButtonLabel","display","map","innerHTML"],"sources":["node_modules/pn-design-assets/pn-assets/icons/faq.js","src/components/widgets/pn-chat/pn-chat-message/pn-chat-message.scss?tag=pn-chat-message","src/components/widgets/pn-chat/pn-chat-message/pn-chat-message.tsx","src/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.scss?tag=pn-marketweb-carousel","src/components/widgets/pn-marketweb-carousel/pn-marketweb-carousel.tsx"],"sourcesContent":["const icon = '<svg class=\"pn-icon-svg\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"#000\" fill-rule=\"evenodd\" d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10c-.97 0-1.908-.138-2.797-.397-1.242-.36-2.352-.61-3.409-.464l-2.095.29A1 1 0 0 1 2.572 20.3l.289-2.095c.146-1.057-.103-2.167-.464-3.41A10 10 0 0 1 2 12m10-8a8 8 0 0 0-7.683 10.239c.364 1.252.734 2.724.525 4.24l-.108.788.787-.11c1.516-.208 2.988.162 4.24.526.71.206 1.46.317 2.239.317a8 8 0 1 0 0-16m-.034 4.5c-.445 0-.84.285-.981.707l-.037.11a1 1 0 0 1-1.897-.633l.037-.11A3.03 3.03 0 0 1 11.966 6.5h.18C13.734 6.5 15 7.807 15 9.371a2.83 2.83 0 0 1-1.553 2.523.81.81 0 0 0-.447.724V13a1 1 0 1 1-2 0v-.382c0-1.064.6-2.037 1.553-2.512A.83.83 0 0 0 13 9.37a.87.87 0 0 0-.854-.871zm.034 6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\" clip-rule=\"evenodd\"/></svg>';\nexport const faq = icon;\n","@import '../../../../globals/main.scss';\n$userChatMessageBackgroundColor: $blue50;\n$userChatMessageTextColor: $gray900;\n$privateChatMessageLinkColor: $blue25;\n$businessChatMessageLinkColor: $coral50;\n\n$message-padding: 1rem 1.6rem;\n\npn-chat-message {\n display: flex;\n text-align: left;\n\n &.user,\n &.buttonresponse {\n justify-content: flex-end;\n }\n\n &.system-message {\n text-align: center;\n justify-content: center;\n }\n\n .message-container {\n border-radius: 0.8rem;\n display: flex;\n gap: 1rem;\n max-width: 75%;\n overflow-x: hidden;\n\n .category {\n width: 2.6rem;\n }\n\n &.bot,\n &.agent {\n .message {\n background-color: $gray50;\n }\n }\n\n &.link {\n flex-basis: 100%;\n\n .message {\n $box-shadow-offset-x: 0px 0.6px 1.8px 0px;\n $box-shadow-offset-y: 0px 3.2px 7.2px 0px;\n\n background-color: $privateChatMessageLinkColor;\n box-shadow: $box-shadow-offset-x rgba(0, 0, 0, 0.10), $box-shadow-offset-y rgba(0, 0, 0, 0.13);\n transition: box-shadow ease-in-out 0.5s;\n\n &:hover {\n box-shadow: $box-shadow-offset-x rgba(0, 0, 0, 0.2), $box-shadow-offset-y rgba(0, 0, 0, 0.23);\n }\n\n padding: 0;\n\n a {\n color: $black;\n display: flex;\n justify-content: space-between;\n padding: $message-padding;\n text-decoration: none;\n }\n }\n }\n\n &.link .business.message {\n background-color: $businessChatMessageLinkColor;\n }\n\n &.button {\n flex-basis: 100%;\n text-align: center;\n max-width: unset;\n\n .message {\n padding: 0;\n }\n }\n\n &.card {\n border: solid 1px $gray200;\n border-radius: 1.6rem;\n flex-basis: 100%;\n max-width: 100%;\n\n .message {\n display: flex;\n flex-direction: column;\n gap: 0.8rem;\n padding: 1.6rem;\n }\n\n .card-heading {\n font-size: 1.6rem;\n line-height: 2.4rem;\n font-weight: 700;\n }\n\n .cta {\n display: flex;\n flex-direction: row;\n gap: 0.5rem;\n }\n\n .read-more {\n align-self: flex-start;\n margin-top: auto;\n }\n }\n\n &.user,\n &.buttonresponse {\n .message {\n background-color: $userChatMessageBackgroundColor;\n color: $userChatMessageTextColor;\n border-radius: 0.8rem 0.8rem 0 0.8rem;\n }\n }\n\n .message {\n border-radius: 0 0.8rem 0.8rem 0.8rem;\n display: inline-block;\n flex: 1 1 auto;\n font-size: 1.4rem;\n line-height: 2rem;\n padding: $message-padding;\n word-wrap: break-word;\n overflow-wrap: break-word;\n white-space: normal;\n word-break: break-word;\n\n @media (max-width: 767px) {\n font-size: 1.6rem;\n }\n }\n\n &.agent {\n .category .pn-icon {\n background-color: $blue400;\n color: $white;\n text-align: center;\n border-radius: 50%;\n display: inline-block;\n width: 2.5rem;\n height: 2.5rem;\n font-weight: 500;\n font-size: 1.2rem;\n line-height: 2.6rem;\n }\n }\n }\n\n &[data-card] {\n height: 100%;\n }\n}","import { Component, Host, Prop, h } from '@stencil/core';\nimport { faq, user } from 'pn-design-assets/pn-assets/icons.js';\n\nimport { AgentMessage, CustomerSegment, MessageCategory } from '../types';\n\n@Component({\n tag: 'pn-chat-message',\n styleUrl: 'pn-chat-message.scss',\n})\nexport class PnChatMessage {\n @Prop() category!: MessageCategory;\n @Prop() customerSegment!: CustomerSegment;\n @Prop() agentName: string;\n\n private robotIcon: string = '<?xml version=\"1.0\" encoding=\"UTF-8\"?> <svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" viewBox=\"0 0 20 20\"> <!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --> <defs> <style> .st0 { fill: none; } .st1 { fill: #8eddf9; } .st2 { fill: #f3f2f2; } .st3 { fill: #0d234b; } .st4 { fill: #f06365; } .st5 { clip-path: url(#clippath); } .st6 { fill: #005d92; } </style> <clipPath id=\"clippath\"> <rect class=\"st0\" width=\"20\" height=\"20\"/> </clipPath> </defs> <g class=\"st5\"> <g> <path class=\"st2\" d=\"M10,20c5.5,0,10-4.5,10-10S15.5,0,10,0,0,4.5,0,10s4.5,10,10,10Z\"/> <path class=\"st3\" d=\"M10.5,4h-.5v2.8h.5v-2.8Z\"/> <path class=\"st3\" d=\"M10.2,4.3c.5,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z\"/> <path class=\"st3\" d=\"M9,5h2.4c1,0,1.8.8,1.8,1.8h-6c0-1,.8-1.8,1.8-1.8Z\"/> <path class=\"st4\" d=\"M17,10.3v-.8c0-1.9-1.5-3.5-3.5-3.5h-7.1c-1.9,0-3.5,1.6-3.5,3.5v.8h14.1Z\"/> <path d=\"M13.9,16.1l-3.7.4v-.4s3.6-.4,3.6-.4c.8,0,1.6-.4,2.1-1s.7-2.9.7-3.7h.4c0,.9-.2,3.3-.8,3.9-.6.7-1.4,1.1-2.3,1.2Z\"/> <path class=\"st4\" d=\"M16.3,12.1v-3.6h.2c1,0,1.8.8,1.8,1.8s-.8,1.8-1.8,1.8h-.2Z\"/> <path class=\"st4\" d=\"M3.7,8.5v3.6h-.2c-1,0-1.8-.8-1.8-1.8s.8-1.8,1.8-1.8h.2Z\"/> <path class=\"st3\" d=\"M13.1,6.6h-6.2c-1.8,0-3.3,1.5-3.3,3.3v2.1c0,1.8,1.5,3.3,3.3,3.3h6.2c1.8,0,3.3-1.5,3.3-3.3v-2.1c0-1.8-1.5-3.3-3.3-3.3Z\"/> <path class=\"st6\" d=\"M12.8,7.8h-5.6c-1.4,0-2.5,1.1-2.5,2.5v1.4c0,1.4,1.1,2.4,2.5,2.4h5.6c1.4,0,2.4-1.1,2.4-2.4v-1.4c0-1.4-1.1-2.5-2.4-2.5Z\"/> <path class=\"st1\" d=\"M12.3,11.9c.5,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z\"/> <path class=\"st1\" d=\"M7.7,11.9c.5,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z\"/> <path d=\"M11,15.8h-1.5c-.3,0-.5.2-.5.5h0c0,.3.2.5.5.5h1.5c.3,0,.5-.2.5-.5h0c0-.3-.2-.5-.5-.5Z\"/> </g> </g> </svg>';\n private blue700 = 'blue700';\n\n getIcon() {\n let icon = null;\n \n switch (this.category) {\n case 'Bot':\n return this.robotIcon;\n case 'Agent':\n return this.agentName;\n case 'Link':\n return faq;\n }\n\n return icon;\n }\n\n getMessageClass(): string {\n switch (this.category) {\n case 'ButtonResponse':\n return 'buttonresponse';\n case 'User':\n return 'user';\n case 'System':\n return 'system-message';\n default: \n return undefined;\n }\n }\n\n render() {\n const segmentClass = this.customerSegment?.toLowerCase() || '';\n const categoryClass = this.category?.toLowerCase() || '';\n return (\n <Host class={ this.getMessageClass() }>\n <div class={`message-container ${categoryClass}`}>\n {this.getIcon() && (\n <span class=\"category\">\n <pn-icon icon={this.getIcon()} color={this.blue700} aria-hidden=\"true\" role=\"presentation\"></pn-icon>\n </span>\n )}\n <span class={`message ${segmentClass}`}>\n <slot></slot>\n </span>\n </div>\n </Host>\n );\n }\n}\n","@import '../../../globals/main.scss';\n\npn-marketweb-carousel {\n display: inline-block;\n\n .pn-marketweb-carousel {\n .slider-wrapper {\n margin: 1rem;\n overflow: hidden;\n position: relative;\n touch-action: pan-y pinch-zoom;\n }\n\n .slides-container {\n display: flex;\n width: 100%;\n list-style: none;\n margin: 0;\n padding: 0;\n overflow: hidden;\n position: relative;\n touch-action: none;\n transition: transform 0.5s ease-in-out;\n user-select: none;\n\n &[data-partial='false'] .slide {\n width: 100%;\n }\n }\n\n [data-slide] {\n flex: 0 0 auto;\n transition: transform 0.5s ease-in-out;\n }\n\n .nav-button {\n cursor: pointer;\n display: flex;\n position: absolute;\n top: 0;\n bottom: 0;\n transform: translateY(-50%);\n height: 2rem;\n margin: auto;\n padding: 0;\n opacity: 0.85;\n transition: opacity 200ms;\n z-index: 1;\n\n &.invisible {\n opacity: 0;\n }\n\n &[data-show='false'] {\n display: none;\n }\n\n &:hover,\n &:focus {\n opacity: 1;\n }\n }\n\n [data-nav-button-prev] {\n left: 1.75rem;\n border-radius: 0 2rem 2rem 0;\n }\n\n [data-nav-button-next] {\n right: 1.75rem;\n border-radius: 2rem 0 0 2rem;\n }\n }\n\n @media (prefers-reduced-motion: reduce) {\n .slides-container {\n transition: none;\n }\n\n [data-slide] {\n transition: none;\n }\n }\n}\n","import { Component, Host, Prop, Element, State, h, Watch, Method } from '@stencil/core';\nimport { arrow_left, arrow_right } from 'pn-design-assets/pn-assets/icons.js';\n\ninterface CarouselData {\n slides: string[];\n}\n\ninterface EventListenerConfig {\n element: HTMLElement;\n event: string;\n handler: EventListener;\n}\n\n@Component({\n tag: 'pn-marketweb-carousel',\n styleUrl: 'pn-marketweb-carousel.scss',\n})\nexport class PnMarketwebCarousel {\n private static readonly DEFAULTS = {\n SWIPE_THRESHOLD_PX: 50,\n ANIMATION_DURATION_MS: 300,\n OVERSCROLL_LIMIT_PERCENT: 30,\n } as const;\n\n @Element() private hostElement!: HTMLElement;\n\n @Prop() previousButtonLabel!: string;\n @Prop() nextButtonLabel!: string;\n @Prop() ariaNavigationLabel!: string;\n @Prop() source!: string;\n @Prop() slidesToShow: number = 1;\n @Prop() showCarouselButtons: boolean = true;\n @Prop() showFirstSlidePrevButton: boolean = false;\n @Prop() showLastSlideNextButton: boolean = false;\n\n @State() private slidesData: string[] = [];\n @State() private currentSlide: number = 0;\n @State() private isDragging: boolean = false;\n @State() private slideWidth: number = 0;\n\n private slides: NodeListOf<HTMLElement> | null = null;\n private slidesContainer: HTMLElement | null = null;\n private totalSlides: number = 0;\n private prevButton: HTMLElement | null = null;\n private nextButton: HTMLElement | null = null;\n private dragStartX: number = 0;\n private listeners: EventListenerConfig[] = [];\n private memoizedSlideWidth: number | null = null;\n\n componentWillLoad(): void {\n this.setInitialValues();\n }\n\n componentDidLoad(): void {\n this.setupCarousel();\n window.addEventListener('resize', this.handleResize);\n }\n\n disconnectedCallback(): void {\n this.cleanup();\n window.removeEventListener('resize', this.handleResize);\n }\n\n @Method()\n async goToSlide(index: number): Promise<void> {\n if (index >= 0 && index < this.totalSlides) {\n this.currentSlide = index;\n this.moveSlides();\n this.updateNavButtons();\n }\n }\n\n @Method()\n async getCurrentSlide(): Promise<number> {\n return this.currentSlide;\n }\n\n @Watch('source')\n handleSourceChange(newValue: string): void {\n if (newValue) {\n this.setInitialValues();\n }\n }\n\n private setInitialValues(): void {\n if (!this.source?.trim()) {\n console.warn('No source provided for carousel');\n return;\n }\n\n try {\n const parsedData = JSON.parse(this.source) as CarouselData;\n\n if (!parsedData?.slides) {\n throw new Error('Invalid slides data structure');\n }\n\n if (Array.isArray(parsedData.slides)) {\n this.slidesData = parsedData.slides;\n this.showCarouselButtons = this.slidesData.length > 1;\n } else {\n throw new Error('Slides data is not an array');\n }\n } catch (error) {\n console.error('Error parsing carousel source:', error instanceof Error ? error.message : 'Unknown error');\n this.slidesData = [];\n }\n }\n\n private setupCarousel(): void {\n this.initializeElements();\n this.attachEventListeners();\n this.updateNavButtons();\n }\n\n private initializeElements(): void {\n this.slidesContainer = this.hostElement.querySelector<HTMLElement>('[data-slides-container]');\n this.slides = this.hostElement.querySelectorAll<HTMLElement>('[data-slide]');\n this.totalSlides = this.slides?.length ?? 0;\n\n if (this.showCarouselButtons) {\n this.prevButton = this.hostElement.querySelector<HTMLElement>('[data-nav-button-prev]');\n this.nextButton = this.hostElement.querySelector<HTMLElement>('[data-nav-button-next]');\n }\n\n this.slideWidth = 100 / this.slidesToShow;\n }\n\n private attachEventListeners(): void {\n if (!this.slidesContainer) return;\n\n const addListener = (element: HTMLElement, event: string, handler: EventListener, options?: AddEventListenerOptions) => {\n element.addEventListener(event, handler, options);\n this.listeners.push({ element, event, handler });\n };\n\n // Touch events\n addListener(this.slidesContainer, 'touchstart', this.handleTouchStart as EventListener, { passive: true });\n addListener(this.slidesContainer, 'touchmove', this.handleTouchMove as EventListener, { passive: false });\n addListener(this.slidesContainer, 'touchend', this.handleTouchEnd as EventListener, { passive: true });\n\n // Mouse events\n addListener(this.slidesContainer, 'mousedown', this.handleTouchStart as EventListener);\n addListener(this.slidesContainer, 'mousemove', this.handleTouchMove as EventListener);\n addListener(this.slidesContainer, 'mouseup', this.handleTouchEnd as EventListener);\n addListener(this.slidesContainer, 'mouseleave', this.handleTouchEnd as EventListener);\n\n if (this.showCarouselButtons) {\n this.nextButton && addListener(this.nextButton, 'click', this.handleNextClick);\n this.prevButton && addListener(this.prevButton, 'click', this.handlePrevClick);\n }\n }\n\n private cleanup(): void {\n this.listeners.forEach(({ element, event, handler }) => {\n element.removeEventListener(event, handler);\n });\n this.listeners = [];\n }\n\n private handleResize = (): void => {\n this.memoizedSlideWidth = null;\n };\n\n private getSlideWidth(): number {\n if (!this.memoizedSlideWidth && this.slidesContainer) {\n this.memoizedSlideWidth = this.slidesContainer.offsetWidth;\n }\n return this.memoizedSlideWidth ?? 0;\n }\n\n private handleNextClick = (e: Event): void => {\n e.stopPropagation();\n this.nextSlide();\n };\n\n private handlePrevClick = (e: Event): void => {\n e.stopPropagation();\n this.prevSlide();\n };\n\n private handleTouchStart = (e: TouchEvent | MouseEvent): void => {\n if ((e.target as HTMLElement).classList.contains('nav-button')) return;\n\n this.isDragging = true;\n this.dragStartX = 'touches' in e ? e.touches[0].clientX : e.clientX;\n };\n\n private handleTouchMove = (e: TouchEvent | MouseEvent): void => {\n if (!this.isDragging) return;\n\n if ('touches' in e) {\n e.preventDefault();\n }\n\n const currentPosition = 'touches' in e ? e.touches[0].clientX : e.clientX;\n const diff = currentPosition - this.dragStartX;\n const percentMove = (diff / this.getSlideWidth()) * 100;\n\n this.moveSlides(percentMove);\n };\n\n private handleTouchEnd = (e: TouchEvent | MouseEvent): void => {\n if (!this.isDragging) return;\n\n this.isDragging = false;\n\n const currentPosition = 'changedTouches' in e ? e.changedTouches[0].clientX : e.clientX;\n const diff = currentPosition - this.dragStartX;\n\n if (Math.abs(diff) > PnMarketwebCarousel.DEFAULTS.SWIPE_THRESHOLD_PX) {\n if (diff > 0 && this.currentSlide > 0) {\n this.currentSlide--;\n } else if (diff < 0 && this.currentSlide < this.totalSlides - 1) {\n this.currentSlide++;\n }\n }\n\n this.moveSlides();\n this.updateNavButtons();\n };\n\n private calculateProportionalTranslation(): number {\n // Calculate proportional translation based on slidesToShow\n return -200 + (this.slidesToShow - 1) * 100;\n }\n\n private moveSlides(extraTranslate: number = 0): void {\n if (!this.slides || !this.slidesContainer) {\n return;\n }\n\n try {\n this.slides.forEach((slide, index) => {\n if (slide) {\n // Set each slide's width\n slide.style.width = `${this.slideWidth}%`;\n\n let translation = 0;\n\n if (this.slidesToShow === 1) {\n // Full slide view\n translation = -100 * this.currentSlide;\n } else {\n // Partial slide view\n if (this.totalSlides === 2) {\n // Special case for 2 slides\n if (this.currentSlide === 1) {\n translation = -50; // Both slides move by -50%\n }\n } else {\n // 3 or more slides\n if (this.currentSlide === 1) {\n // Second slide showing - all slides move -100%\n translation = -100;\n } else if (this.currentSlide === 2) {\n // Third slide showing\n if (index === 0) {\n translation = -100; // First slide stays at -100%\n } else {\n // Calculate proportional translation\n translation = this.calculateProportionalTranslation();\n }\n }\n }\n }\n\n // Add any extra translation from dragging\n translation += extraTranslate;\n\n slide.style.transform = `translateX(${translation}%)`;\n slide.style.position = 'relative';\n\n // Update visibility for screen readers\n let isVisible;\n\n if (this.slidesToShow === 1) {\n isVisible = index === this.currentSlide;\n } else {\n isVisible =\n this.currentSlide === 0 || // First slide showing\n this.totalSlides === 2 || // Two slides - both visible\n (this.currentSlide === 1 && translation === -100) || // Second slide showing\n (this.currentSlide === 2 &&\n ((index === 0 && translation === -100) || // First slide still visible\n index > 0)); // Second and third slides visible\n }\n\n slide.setAttribute('aria-hidden', (!isVisible).toString());\n }\n });\n } catch (error) {\n console.error('Error moving slides:', error);\n }\n }\n\n private updateNavButtons(): void {\n if (!this.showCarouselButtons) return;\n\n const isFirstSlide = this.currentSlide === 0;\n const isLastSlide = this.currentSlide === this.totalSlides - 1;\n\n if (this.prevButton) {\n this.prevButton.classList.toggle('invisible', isFirstSlide && !this.showFirstSlidePrevButton);\n this.prevButton.dataset.show = isFirstSlide ? `${this.showFirstSlidePrevButton}` : 'true';\n }\n\n if (this.nextButton) {\n this.nextButton.classList.toggle('invisible', isLastSlide && !this.showLastSlideNextButton);\n this.nextButton.dataset.show = isLastSlide ? `${this.showLastSlideNextButton}` : 'true';\n }\n }\n\n private nextSlide(): void {\n if (this.currentSlide >= this.totalSlides - 1) {\n this.currentSlide = 0;\n } else {\n this.currentSlide++;\n }\n this.moveSlides();\n this.updateNavButtons();\n }\n\n private prevSlide(): void {\n if (this.currentSlide <= 0) {\n this.currentSlide = this.totalSlides - 1;\n } else {\n this.currentSlide--;\n }\n this.moveSlides();\n this.updateNavButtons();\n }\n\n render() {\n return (\n <Host>\n <div class=\"pn-marketweb-carousel\">\n <section class=\"slider-wrapper\">\n {this.showCarouselButtons && (\n <div class=\"nav-buttons\" role=\"group\" aria-label={this.ariaNavigationLabel}>\n <pn-button\n appearance=\"light\"\n icon={arrow_left}\n icon-only=\"true\"\n tooltip={this.previousButtonLabel}\n class={`nav-button ${this.currentSlide === 0 && !this.showFirstSlidePrevButton ? 'invisible' : ''}`}\n data-nav-button-prev\n area-label={this.previousButtonLabel}\n aria-disabled={this.currentSlide === 0 && !this.showFirstSlidePrevButton}>\n </pn-button>\n <pn-button\n appearance=\"light\"\n icon={arrow_right}\n icon-only=\"true\"\n tooltip={this.nextButtonLabel}\n class=\"nav-button\"\n data-nav-button-next\n area-label={this.nextButtonLabel}\n aria-disabled={this.currentSlide === this.totalSlides - 1 && !this.showLastSlideNextButton}>\n </pn-button>\n </div>\n )}\n {this.slidesData && (\n <ul\n class=\"slides-container\"\n data-slides-container\n data-partial={this.slidesToShow === 1 ? 'false' : 'true'}\n aria-live=\"polite\"\n style={{ display: 'flex', transform: 'none' }}\n >\n {this.slidesData.map((slide, index) => (\n <li class=\"slide\" data-slide innerHTML={slide} style={{ width: this.slideWidth + '%' }} aria-hidden={index !== this.currentSlide}></li>\n ))}\n </ul>\n )}\n </section>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ import{F as t}from"./p-3478f368.js";class s{_endpoint;_market;_language;_currentUrl;fetchHelper=new t("PnChatService");_startChatPath=`/api/sfchat/start-chat`;_fetchChatMessagesPath=`/api/sfchat/get-conversation-entries`;_sendTextPath=`/api/sfchat/send-text-message`;_sendChoicePath=`/api/sfchat/send-choice-message`;_updateLastMessagePath=`/api/sfchat/update-last-message-id`;_hasNewMessagesPath=`/api/sfchat/has-new-messages`;constructor(t,s,e){this._endpoint=this.formatEndpoint(t);this._market=s;this._language=e;this._currentUrl=window.location.href}async startChat(t,s){let e={market:this._market,language:this._language,chatIdString:t,itemId:s,currentUrl:this._currentUrl};const a=this._endpoint+this._startChatPath;const i=await this.fetchHelper.fetchJson(a,this.getRequestInit(e),false);return this.handleResponse(i,t)}async fetchMessages(t,s){if(!t){return s}let e={market:this._market,language:this._language,chatIdString:t};const a=this._endpoint+this._fetchChatMessagesPath;const i=await this.fetchHelper.fetchJson(a,this.getRequestInit(e),false);if(!i){return s}return this.handleResponse(i,s)}async sendMessage(t,s,e,a,i){let h;switch(i){case"Choice":h=await this.sendChoiceMessage(t,s,e,a);break;default:h=await this.sendTextMessage(t,s,e,a);break}if(!h){return a}if(h.includes(",")){h=h.substring(h.lastIndexOf(",")+1)}return h}async updateLastMessageId(t,s){let e={chatIdString:t,latestMessageIdString:s};const a=this._endpoint+this._updateLastMessagePath;await this.fetchHelper.fetchJson(a,this.getRequestInit(e),false)}async hasNewMessages(t){let s={language:this._language,market:this._market,itemId:t,chatIdString:"",currentUrl:this._currentUrl};const e=this._endpoint+this._hasNewMessagesPath;let a=await this.fetchHelper.fetchJson(e,this.getRequestInit(s),false);if(!a){return false}return JSON.parse(a)}async sendTextMessage(t,s,e,a){if(!e||!t){return a}let i={market:this._market,language:this._language,chatIdString:e,content:t,itemId:s,currentUrl:this._currentUrl};const h=this._endpoint+this._sendTextPath;const n=await this.fetchHelper.fetchJson(h,this.getRequestInit(i),false);return this.handleResponse(n,a)?.id??a}async sendChoiceMessage(t,s,e,a){if(!e||!t){return a}let i={market:this._market,language:this._language,chatIdString:e,content:t,itemId:s,currentUrl:this._currentUrl};const h=this._endpoint+this._sendChoicePath;const n=await this.fetchHelper.fetchJson(h,this.getRequestInit(i),false);return this.handleResponse(n,a)?.id??a}formatEndpoint(t){return t.lastIndexOf("/")===t.length-1?t.substring(0,t.length-1):t}handleResponse(t,s,e=false){if(!t){return s}let a=JSON.parse(t);if(!a||e&&!Array.isArray(a)){return s}return a}getRequestInit(t,s="POST",e="cors",a="application/json"){return{mode:e,method:s,headers:{"Content-Type":a,CustomValidateAntiForgeryToken:"01001101010001010100111101010111"},body:JSON.stringify(t)}}GetLastMessageId(t,s){return t?.at(-1)?.messageId??s}}export{s as P};
2
+ //# sourceMappingURL=p-6bec8d72.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["PnChatService","_endpoint","_market","_language","_currentUrl","fetchHelper","FetchHelper","_startChatPath","_fetchChatMessagesPath","_sendTextPath","_sendChoicePath","_updateLastMessagePath","_hasNewMessagesPath","constructor","endpoint","market","language","this","formatEndpoint","window","location","href","startChat","chatId","itemId","model","chatIdString","currentUrl","fetchUrl","data","fetchJson","getRequestInit","handleResponse","fetchMessages","prevMessageData","sendMessage","content","lastMessageId","messageType","newLatestMessageId","sendChoiceMessage","sendTextMessage","includes","substring","lastIndexOf","updateLastMessageId","latestMessageIdString","hasNewMessages","JSON","parse","defaultReturn","id","length","checkForArray","parsedData","Array","isArray","method","mode","contentTypes","headers","CustomValidateAntiForgeryToken","body","stringify","GetLastMessageId","messages","at","messageId"],"sources":["src/components/widgets/pn-chat/pn-chat.service.ts"],"sourcesContent":["import { FetchHelper } from '@/globals/FetchHelper';\nimport { ChatMessage, ChatMessages, MessageType } from './types';\nimport { ChatParameters, ChatStartParameters, ChatMessageParameters, ChatUpdateParameters, ChatLastMessageParameters } from './pn-chat.models';\n\nexport class PnChatService {\n private readonly _endpoint;\n private readonly _market;\n private readonly _language;\n private readonly _currentUrl;\n private fetchHelper = new FetchHelper('PnChatService');\n private readonly _startChatPath = `/api/sfchat/start-chat`;\n private readonly _fetchChatMessagesPath = `/api/sfchat/get-conversation-entries`;\n private readonly _sendTextPath = `/api/sfchat/send-text-message`;\n private readonly _sendChoicePath = `/api/sfchat/send-choice-message`;\n private readonly _updateLastMessagePath = `/api/sfchat/update-last-message-id`;\n private readonly _hasNewMessagesPath = `/api/sfchat/has-new-messages`;\n\n constructor(endpoint: string, market: string, language: string) {\n this._endpoint = this.formatEndpoint(endpoint);\n this._market = market;\n this._language = language;\n this._currentUrl = window.location.href;\n }\n\n async startChat(chatId: string, itemId: string): Promise<string> {\n let model: ChatStartParameters = \n {\n market: this._market,\n language: this._language,\n chatIdString: chatId,\n itemId: itemId,\n currentUrl: this._currentUrl\n };\n\n const fetchUrl = this._endpoint + this._startChatPath;\n const data = (await this.fetchHelper.fetchJson(\n fetchUrl,\n this.getRequestInit(model),\n false\n )) as string;\n\n return this.handleResponse<string>(data, chatId);\n }\n\n async fetchMessages(chatId: string, prevMessageData: ChatMessages) : Promise<ChatMessages> {\n if (!chatId) {\n return prevMessageData;\n }\n\n let model: ChatParameters = {\n market: this._market,\n language: this._language,\n chatIdString: chatId\n };\n\n const fetchUrl = this._endpoint + this._fetchChatMessagesPath;\n const data = (await this.fetchHelper.fetchJson(\n fetchUrl,\n this.getRequestInit(model),\n false,\n )) as string;\n\n if (!data) {\n return prevMessageData;\n }\n \n return this.handleResponse<ChatMessages>(data, prevMessageData);\n }\n\n async sendMessage(content : string, itemId : string, chatId: string, lastMessageId: string, messageType: MessageType) : Promise<string> {\n let newLatestMessageId;\n\n switch (messageType) {\n case 'Choice':\n newLatestMessageId = await this.sendChoiceMessage(content, itemId, chatId, lastMessageId);\n break;\n default:\n newLatestMessageId = await this.sendTextMessage(content, itemId, chatId, lastMessageId);\n break;\n }\n\n if (!newLatestMessageId) {\n return lastMessageId;\n }\n\n if (newLatestMessageId.includes(\",\")) {\n newLatestMessageId = newLatestMessageId.substring(newLatestMessageId.lastIndexOf(\",\") + 1);\n }\n\n return newLatestMessageId;\n }\n\n async updateLastMessageId(chatId: string, lastMessageId: string) {\n let model: ChatLastMessageParameters = {\n chatIdString: chatId,\n latestMessageIdString: lastMessageId\n };\n\n const fetchUrl = this._endpoint + this._updateLastMessagePath;\n await this.fetchHelper.fetchJson(\n fetchUrl,\n this.getRequestInit(model),\n false,\n );\n }\n\n async hasNewMessages(itemId : string) : Promise<boolean> {\n let model: ChatStartParameters = {\n language: this._language,\n market: this._market,\n itemId: itemId,\n chatIdString: \"\",\n currentUrl: this._currentUrl\n };\n\n const fetchUrl = this._endpoint + this._hasNewMessagesPath;\n let data = await this.fetchHelper.fetchJson(\n fetchUrl,\n this.getRequestInit(model),\n false,\n ) as string;\n\n if (!data) {\n return false;\n }\n\n return JSON.parse(data) as boolean;\n }\n\n private async sendTextMessage(content : string, itemId : string, chatId: string, defaultReturn: string) : Promise<string> {\n if (!chatId || !content) {\n return defaultReturn;\n }\n\n let model: ChatMessageParameters = {\n market: this._market,\n language: this._language,\n chatIdString: chatId,\n content: content,\n itemId: itemId,\n currentUrl: this._currentUrl\n };\n\n const fetchUrl = this._endpoint + this._sendTextPath;\n const data = (await this.fetchHelper.fetchJson(\n fetchUrl,\n this.getRequestInit(model),\n false,\n )) as string;\n\n return this.handleResponse<string>(data, defaultReturn)?.id ?? defaultReturn;\n }\n\n private async sendChoiceMessage(content : string, itemId : string, chatId: string, defaultReturn: string) : Promise<string> {\n if (!chatId || !content) {\n return defaultReturn;\n }\n\n let model: ChatMessageParameters = \n {\n market: this._market,\n language: this._language,\n chatIdString: chatId,\n content: content,\n itemId: itemId,\n currentUrl: this._currentUrl\n };\n\n const fetchUrl = this._endpoint + this._sendChoicePath;\n const data = (await this.fetchHelper.fetchJson(\n fetchUrl,\n this.getRequestInit(model),\n false,\n )) as string;\n\n return this.handleResponse<string>(data, defaultReturn)?.id ?? defaultReturn;\n }\n\n private formatEndpoint(endpoint: string) : string {\n return endpoint.lastIndexOf('/') === endpoint.length - 1 ? endpoint.substring(0, endpoint.length - 1) : endpoint;\n }\n\n private handleResponse<T>(data : any, defaultReturn : any, checkForArray: boolean = false) {\n if (!data) {\n return defaultReturn;\n }\n\n let parsedData = JSON.parse(data) as T;\n if (!parsedData || checkForArray && !Array.isArray(parsedData)) {\n return defaultReturn;\n }\n\n return parsedData;\n }\n \n private getRequestInit(model: any, method: string = 'POST', mode: RequestMode = 'cors', contentTypes: string = 'application/json'): RequestInit {\n return {\n mode: mode,\n method: method,\n headers: \n {\n 'Content-Type': contentTypes,\n 'CustomValidateAntiForgeryToken': \"01001101010001010100111101010111\"\n },\n body: JSON.stringify(model)\n };\n }\n\n GetLastMessageId(messages : ChatMessage[], lastMessageId : string) {\n return messages?.at(-1)?.messageId ?? lastMessageId;\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ import{r as e,h as t,F as n,d as a}from"./p-82546a44.js";import{H as i}from"./p-0b920554.js";import{b as s,a as o}from"./p-5f4ccd8a.js";import{P as r}from"./p-6bec8d72.js";import{F as l}from"./p-3478f368.js";const d={mobile:768,tablet:1024,desktop:1025};class c{static instance;breakpoints;callbacks;resizeTimeout;constructor(){this.breakpoints=d;this.callbacks=new Set;this.initializeListeners()}static getInstance(){if(!c.instance){c.instance=new c}return c.instance}setBreakpoints(e){this.breakpoints={...this.breakpoints,...e};this.notifyListeners()}getWidth(){if(typeof window==="undefined")return 0;return window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth||0}isTouch(){if(typeof window==="undefined")return false;return"ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0}getScreenSize(e){if(e<this.breakpoints.mobile)return"mobile";if(e<this.breakpoints.tablet)return"tablet";return"desktop"}getScreenInfo(){const e=this.getWidth();return{width:e,size:this.getScreenSize(e),isTouch:this.isTouch()}}initializeListeners(){if(typeof window==="undefined")return;const e=()=>{if(this.resizeTimeout){window.clearTimeout(this.resizeTimeout)}this.resizeTimeout=window.setTimeout((()=>{this.notifyListeners()}),250)};window.addEventListener("resize",e);window.addEventListener("orientationchange",e)}notifyListeners(){const e=this.getScreenInfo();this.callbacks.forEach((t=>t(e)))}subscribe(e){this.callbacks.add(e);e(this.getScreenInfo());return()=>{this.callbacks.delete(e)}}}const h={sv:{newMessage:"Nytt meddelande",toggleButtonOn:"Visa detaljer",toggleButtonOff:"Dölj detaljer",showMoreLabel:"Visa mer"},en:{newMessage:"New message",toggleButtonOn:"Show details",toggleButtonOff:"Hide details",showMoreLabel:"Show more"},da:{newMessage:"Ny besked",toggleButtonOn:"Vis detaljer",toggleButtonOff:"Skjul detaljer",showMoreLabel:"Vis mere"},no:{newMessage:"Ny melding",toggleButtonOn:"Vis detaljer",toggleButtonOff:"Skjul detaljer",showMoreLabel:"Vis mer"},fi:{newMessage:"Uusi viesti",toggleButtonOn:"Näytä tiedot",toggleButtonOff:"Piilota tiedot",showMoreLabel:"Näytä lisää"},de:{newMessage:"Neue Nachricht",toggleButtonOn:"Details anzeigen",toggleButtonOff:"Details ausblenden",showMoreLabel:"Mehr anzeigen"},zh:{newMessage:"新消息",toggleButtonOn:"显示详情",toggleButtonOff:"隐藏详情",showMoreLabel:"显示更多"},it:{newMessage:"Nuovo messaggio",toggleButtonOn:"Mostra dettagli",toggleButtonOff:"Nascondi dettagli",showMoreLabel:"Mostra di più"},nl:{newMessage:"Nieuw bericht",toggleButtonOn:"Toon details",toggleButtonOff:"Verberg details",showMoreLabel:"Meer tonen"},tr:{newMessage:"Yeni mesaj",toggleButtonOn:"Detayları göster",toggleButtonOff:"Detayları gizle",showMoreLabel:"Daha fazla göster"},pt:{newMessage:"Nova mensagem",toggleButtonOn:"Mostrar detalhes",toggleButtonOff:"Ocultar detalhes",showMoreLabel:"Mostrar mais"},pl:{newMessage:"Nowa wiadomość",toggleButtonOn:"Pokaż szczegóły",toggleButtonOff:"Ukryj szczegóły",showMoreLabel:"Pokaż więcej"},"pt-BR":{newMessage:"Nova mensagem",toggleButtonOn:"Mostrar detalhes",toggleButtonOff:"Ocultar detalhes",showMoreLabel:"Mostrar mais"}};class b{_endpoint;_language;fetchHelper=new l("MarketTableService");_getUserShipmentsPath=`/get-user-shipments`;constructor(e,t){this._endpoint=this.formatEndpoint(e);this._language=t}async getUserShipments(e,t,n,a){let i={skip:t,take:n,isChatEnabled:a,language:this._language,contentId:e};const s=this._endpoint+this._getUserShipmentsPath;const o=await this.fetchHelper.fetchJson(s,this.getRequestInit(i),false);return JSON.parse(o.shipments)}formatEndpoint(e){var t=e.lastIndexOf("/")===e.length-1?e.substring(0,e.length-1):e;return t}getRequestInit(e,t="POST",n="cors",a="application/json"){return{mode:n,method:t,headers:{"Content-Type":a},body:JSON.stringify(e)}}}const p="pn-button-dropdown .pn-button-dropdown>pn-button>.pn-button{min-height:initial}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}@media screen and (max-width: 767px){.sr-only-mobile{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}}:host{display:block}.pn-marketweb-table .container{max-width:1200px;margin:0 auto;padding:1rem}.pn-marketweb-table .heading-section{display:flex;justify-content:space-between;gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.pn-marketweb-table .heading-section{flex-direction:column}}.pn-marketweb-table .heading-section .heading-wrapper{display:flex;flex-direction:column}.pn-marketweb-table .heading-section .preamble-section{width:80%}.pn-marketweb-table .heading-section .main-heading{margin-bottom:1rem}.pn-marketweb-table .heading-section .summary{display:flex;height:7rem;justify-content:flex-end;gap:clamp(1rem, 4vw, 2rem)}@media (max-width: 768px){.pn-marketweb-table .heading-section .summary{justify-content:center}}.pn-marketweb-table .heading-section .sub-heading-section{background-color:#effbff;border-radius:1.6rem;display:flex;align-items:center;gap:clamp(0.6rem, 4vw, 1rem);padding:0.6rem 1.2rem;width:13.5rem}.pn-marketweb-table .heading-section .sub-heading-section .icon-container{background-color:#e0f8ff;border-radius:50%;padding:4px}.pn-marketweb-table .heading-section .sub-heading{font-size:clamp(1rem, 3vw, 1.4rem);font-weight:400;line-height:clamp(1.225rem, 4vw, 1.5rem);margin:0}.pn-marketweb-table .heading-section .sub-heading strong{color:#005d92;font-weight:700}.pn-marketweb-table .pn-marketweb-table__table{width:100%;border-collapse:collapse;margin-bottom:3.2rem;border:none}.pn-marketweb-table .pn-marketweb-table__table tr{border-bottom:1px solid #e9e6e5;position:relative;border-left:4px solid #ffffff;transition:all 0.7s ease}.pn-marketweb-table .pn-marketweb-table__table tr:last-child{border-bottom:none}.pn-marketweb-table .pn-marketweb-table__table tr:hover{border-left:4px solid #8eddf9;background:#effbff}.pn-marketweb-table .pn-marketweb-table__table tr.row-new-message,.pn-marketweb-table .pn-marketweb-table__table tr.row-new-messag:hover{border-left:4px solid #0aa85c;background:linear-gradient(90deg, rgb(220, 246, 231) 0%, rgb(237, 251, 243) 30%, rgb(255, 255, 255) 70%)}.pn-marketweb-table .pn-marketweb-table__table td{padding:1.6rem 1rem}.pn-marketweb-table .image-container{min-height:5.8rem}.pn-marketweb-table .cell-heading{color:#5e554a;font-size:clamp(0.875rem, 4vw, 1.2rem);font-weight:400;line-height:clamp(1.225rem, 4vw, 1.5rem);margin:0}.pn-marketweb-table .cell-value{color:#2d2013;display:inline-block;font-size:clamp(1rem, 4vw, 1.5rem);font-weight:400;line-height:clamp(1.4rem, 4vw, 1.8rem);margin:0;padding:0.5rem 0}.pn-marketweb-table .row-image{border-radius:0.5rem}.pn-marketweb-table .actions{align-content:center;width:20%}.pn-marketweb-table .actions .button-wrapper{display:flex;flex-direction:row;justify-content:flex-end;gap:1.6rem}.pn-marketweb-table .actions .button-wrapper pn-button{min-width:50%}.pn-marketweb-table .actions .button-wrapper pn-button.toggle-widget{min-width:30%}.pn-marketweb-table .actions .button-wrapper .pn-button-text{white-space:nowrap}@media screen and (max-width: 768px){.pn-marketweb-table .actions .button-wrapper{justify-content:space-between;flex-direction:column}}@media screen and (max-width: 768px){.pn-marketweb-table tr{display:flex;flex-wrap:wrap}.pn-marketweb-table td:not(.cell-content){width:100%}.pn-marketweb-table td.cell-image{text-align:center}.pn-marketweb-table td.cell-content{flex:1 0 40%}.pn-marketweb-table td.cell-content::before{content:attr(data-label);display:block;font-weight:bold;margin-bottom:0.5em}.pn-marketweb-table td.actions .button-wrapper{gap:2rem}}@media (min-width: 768px){.pn-marketweb-table .row-image{max-width:80px}}.pn-marketweb-table .toggle-detail{display:none;color:#005d92;cursor:pointer;border:none;border-radius:3em;outline:none;position:relative;font-size:0.875em;min-width:5.5em;font-weight:500;background-color:transparent;justify-content:center;align-items:center;transition:color 0.3s;-webkit-tap-highlight-color:transparent;text-decoration:none;padding:0.375em 1em;min-height:2em;line-height:1.65em;white-space:nowrap}.pn-marketweb-table .toggle-detail:hover{background-color:#e0f8ff;opacity:1}.pn-marketweb-table .shipment-id-active .button-wrapper{display:flex}.pn-marketweb-table tr td.cell-content:first-child .cell-value{font-weight:500}.pn-marketweb-table .pn-widget-wrapper{display:flex;justify-content:center}.pn-marketweb-table .shipment-id-active,.pn-marketweb-table .widget-row{background-color:#effbff}.pn-marketweb-table .pn-market-table__show-more-wrapper{display:flex;justify-content:center;width:100%}.row-new-message .button-wrapper:after{content:attr(data-label);background:#0aa85c;border-radius:0 0.4rem 0.4rem 0;color:#ffffff;display:block;position:absolute;left:0;top:0;font-size:1.4rem;padding:0 0.4rem}@media (min-width: 768px){.row-new-message .button-wrapper:after{background:#005e41;border-radius:0.4rem;left:auto;right:1.6rem;font-size:1.1rem;top:0.3rem}}";const m=p;const g=class{constructor(t){e(this,t);this.mainHeading=undefined;this.mainHeadingLevel="h2";this.preamble=undefined;this.subHeadingLevel="h3";this.headers=undefined;this.rows=undefined;this.showHeadersInCells=false;this.cellHeaderLevel="h3";this.tableRowCtaActionLabel=undefined;this.imageColAriaHeader=undefined;this.ctaColAriaHeader=undefined;this.checkForNewShipments=false;this.endpoint=undefined;this.language="sv";this.market=undefined;this.toggleDetailLabel="View details";this.checkForChat=false;this.value="";this.shipmentType=undefined;this.contentId="";this.takeAmountRow=2;this.shipmentCount=2;this.i18n=undefined;this._headers=[];this._rows=[];this._allKeys=new Set;this.screenInfo=undefined}screenWidth=c.getInstance();cleanup;_chatService;_chatSegment="#chat";_marketwebTableService;componentWillLoad(){this.setInitialValues();this.setTranslations();this._marketwebTableService=new b(this.endpoint,this.language);this.cleanup=this.screenWidth.subscribe((e=>{this.screenInfo=e}));if(this.checkForNewShipments){this._chatService=new r(this.endpoint,this.market,this.language);setInterval((()=>{this.checkForNewMessages()}),6e4)}}setTranslations(){if(h[this.language]){this.i18n=h[this.language]}else{const e="sv";this.i18n=h[e]}}onLanguageChange(){this.setTranslations()}async componentDidLoad(){if(this.checkForChat){const e=document.querySelector("pn-marketweb-table."+this.shipmentType);const t=e.querySelectorAll('[href*="#chat"]');const n=Array.from(t).filter((e=>e instanceof HTMLAnchorElement));this.OpenChatEvent(n)}}componentDidRender(){const e=document.querySelector("pn-marketweb-table[shipment-type="+this.shipmentType+"]");const t=e?.querySelectorAll("pn-button.toggle-widget");t?.forEach((e=>{const t=e.querySelector(".pn-button-text");if(t&&t.innerHTML!==this.i18n.toggleButtonOn){t.innerHTML=this.i18n.toggleButtonOn}const n=e.querySelector("button");if(n&&!n.hasAttribute("data-toggle-initialized")){n.addEventListener("click",this.toggleButton.bind(this));n.setAttribute("data-toggle-initialized","true")}}))}toggleButton(e){const t=e.currentTarget;const n=t.closest("tr");const a=t.closest("pn-button");const i=n.classList.contains("shipment-id-active");const r=document.querySelectorAll(".widget-row");r.forEach((e=>e.remove()));const l=document.querySelectorAll("tr");l.forEach((e=>e.classList.remove("shipment-id-active")));const d=document.querySelectorAll("pn-button.toggle-widget");d.forEach((e=>{e.setAttribute("icon",s);e.querySelector(".pn-button-text").innerHTML=this.i18n.toggleButtonOn}));if(i){return}t.querySelector(".pn-button-text").innerHTML=this.i18n.toggleButtonOff;n.classList.add("shipment-id-active");const c=document.createElement("tr");c.classList.add("widget-row");const h=document.createElement("td");h.colSpan=n.children.length;const b=document.createElement("div");b.classList.add("pn-widget-wrapper");const p=document.createElement("pn-widget");p.setAttribute("locale",this.language);p.setAttribute("shipment-id",t.id);b.appendChild(p);h.appendChild(b);c.appendChild(h);n.parentNode.insertBefore(c,n.nextSibling);a.setAttribute("icon",o)}handleShowMore=async()=>{let e=this._rows.length;let t=await this._marketwebTableService.getUserShipments(this.contentId,e,this.takeAmountRow,this.checkForChat);if(t){this._rows=[...this._rows,...t]}};async waitForComponent(e,t=10,n=300){for(let a=0;a<t;a++){const t=document.querySelector(e);if(t){return t}await new Promise((e=>setTimeout(e,n)))}return null}disconnectedCallback(){if(this.cleanup){this.cleanup()}}async checkForNewMessages(){for(let e=0;e<this._rows.length;e++){const t=this._rows[e];const n=t.id;if(n){const a=await this._chatService.hasNewMessages(n);if(t.hasNewMessages!==a){this._rows[e]={...t,hasNewMessages:a}}}}this._rows=[...this._rows]}setInitialValues(){try{this.parseRows();this.parseHeaders()}catch(e){console.error("Error parsing table data:",e);this._rows=[];this._headers=[]}}parseRows(){this._rows=typeof this.rows==="string"?JSON.parse(this.rows):this.rows;this._allKeys=new Set(this._rows.flatMap((e=>Object.keys(e))))}parseHeaders(){if(typeof this.headers==="string"){this._headers=JSON.parse(this.headers)}else if(this.headers){this._headers=this.headers}else{this._headers=Array.from(this._allKeys).map((e=>({key:e,label:e})))}}renderCellContent(e,t){const n=e.render?e.render(t):t[e.key]??"-";return n}renderCell(e,a){const s=this.renderCellContent(e,a);if(this.showHeadersInCells||this.screenInfo.width<=d.tablet){return t("div",{class:"cell-content",role:"cell"},t(i,{level:this.cellHeaderLevel,cssClass:"cell-heading",additionalProps:{"aria-hidden":"true",role:"presentation"}},e.label),t("span",{class:"cell-value"},s))}return t(n,null,s)}handleToggleClick=()=>{const e=document.querySelector(".trackandtracewidgetblock");if(e?.parentElement){e.parentElement.classList.toggle("hideRow")}};renderActionButtons(e){if(!e.actionButtons)return null;return t("td",{class:"actions",role:"cell"},t("div",{class:"button-wrapper",role:"group","aria-label":this.tableRowCtaActionLabel,"data-label":this.i18n.newMessage},e.actionButtons.map((e=>t("pn-button",{appearance:e.appearance,class:e.class,variant:e.variant,small:e.small,loading:e.loading,icon:e.icon,leftIcon:e.leftIcon,tooltip:e.tooltip,href:e.href,rel:e.rel,download:e.download,form:e.form,buttonId:e.buttonId,"icon-only":e.iconOnly,arialabel:e.content,"data-chat":e.customAttribute},e.content)))))}async OpenChatEvent(e){e.forEach((e=>{e.addEventListener("click",(t=>{t.preventDefault();const n=window?.location?.hash??"";const a=/#chat:([a-zA-Z0-9]+)(?=#|$)/;const i=e.href.match(a);const s=i?i[1]:"";const o=`${this._chatSegment}:${s}`;window.location.hash=o;this.waitForComponent("pn-chat").then((t=>{if(s){t.setAttribute("item-id",s)}else{t.setAttribute("item-id","")}let a=t.getAttribute("pn-chat-id");const i="00000000-0000-0000-0000-000000000000";const r="1";const l=a===i?r:i;let d=l;const c=e?.parentElement?.getAttribute("data-chat");if(c){d=c.split("").reverse().join("")}t.setAttribute("is-logged-in","true");t.setAttribute("pn-chat-id",d);if(n.includes(o)){let e=t.getAttribute("force-open")??"true";e=e==="true"?"false":"true";t.setAttribute("force-open",e)}}))}))}))}render(){const e=`table-${Math.random().toString(36)}`;const n=`${e}-main-heading`;return t(a,{key:"98283a658faabafcb813eeb447c4bc406f05f18c",language:this.language},t("div",{key:"baea729e089500c3c99757e4e614f9f710000603",class:"pn-marketweb-table"},t("div",{key:"ef40e29179a3d9f380360ed54099e5724d4368df",role:"region","aria-labelledby":this.mainHeading?n:undefined},t("div",{key:"61c96ab70681a3ec976c94f385c9d4136d73cb8e",class:"heading-section"},t("div",{key:"4ed87bda71059736a9d0dbe8a55d89a34a81a89c",class:"heading-wrapper"},this.mainHeading&&t(i,{key:"0ef856c0259011be63c5b6a169bd69285ee09c13",level:this.mainHeadingLevel,cssClass:"main-heading",id:n},this.mainHeading),this.preamble&&t("div",{key:"9eb7c8d520843e331a2ec77bc434a135d82c4699",class:"preamble-section"},this.preamble))),this._rows.length>0&&t("table",{key:"6346e44c176d834b2fe66dea162c5976fae61441",class:"pn-marketweb-table__table","aria-labelledby":this.mainHeading?`${e}-main-heading`:undefined},this._headers&&t("thead",{key:"92d29b69db5ca91664df5dd9ee3fb7b9c3fc97bb",class:this.showHeadersInCells?"sr-only":undefined},t("tr",{key:"fa3d3ec4062835a13f6292a70e37559e7ba90fb7"},this._rows.some((e=>e.imageUrl))&&this.imageColAriaHeader&&t("th",{key:"5d2e43ee1cd03b1a722ee5ae9594226500c0fbe3",scope:"col",class:"sr-only"},this.imageColAriaHeader),this._headers.map((e=>t("th",{key:e.key,scope:"col",class:"sr-only-mobile"},e.label))),this._rows.some((e=>e.link1||e.link2))&&this.ctaColAriaHeader&&t("th",{key:"07356d07d91450352ea9a425286e1f9876e2e578",scope:"col",class:"sr-only"},this.ctaColAriaHeader))),t("tbody",{key:"3b0357be0ffccef7e768d055379f75a8fdd1b6e7",class:"pn-marketweb-table__table-body"},this._rows.slice(0,this.shipmentCount).map(((e,n)=>t("tr",{key:n,class:`cell-row ${e.hasNewMessages?"row-new-message":""}`},e.imageUrl&&t("td",{class:"cell-image"},t("div",{class:"image-container"},t("img",{src:e.imageUrl,alt:"",class:"row-image"}))),this._headers.map((a=>t("td",{key:`${n}-${a.key}`,class:"cell-content"},this.renderCell(a,e)))),this.renderActionButtons(e)))))),this.shipmentCount>this._rows.length&&t("div",{key:"ff1ab5516f505a6315a45e60275e0ca1167840f1",class:"pn-market-table__show-more-wrapper"},t("pn-button",{key:"c34362a272f682e5e7a2f9bb6498d1713afcf6fa",variant:"outlined",appearance:"light",label:this.i18n?.showMoreLabel||"Show More",onClick:()=>this.handleShowMore()})))))}static get watchers(){return{language:["onLanguageChange"]}}};g.style=m;export{g as pn_marketweb_table};
2
+ //# sourceMappingURL=p-923aa6d2.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["DEFAULT_BREAKPOINTS","mobile","tablet","desktop","ScreenWidth","static","breakpoints","callbacks","resizeTimeout","constructor","this","Set","initializeListeners","getInstance","instance","setBreakpoints","notifyListeners","getWidth","window","innerWidth","document","documentElement","clientWidth","body","isTouch","navigator","maxTouchPoints","msMaxTouchPoints","getScreenSize","width","getScreenInfo","size","handleResize","clearTimeout","setTimeout","addEventListener","info","forEach","callback","subscribe","add","delete","translations","sv","newMessage","toggleButtonOn","toggleButtonOff","showMoreLabel","en","da","no","fi","de","zh","it","nl","tr","pt","pl","MarketwebTableService","_endpoint","_language","fetchHelper","FetchHelper","_getUserShipmentsPath","endpoint","language","formatEndpoint","getUserShipments","contentId","skip","take","isChatEnabled","model","fetchUrl","data","fetchJson","getRequestInit","JSON","parse","shipments","formattedEndpoint","lastIndexOf","length","substring","method","mode","contentTypes","headers","stringify","pnMarketwebTableCss","PnMarketwebTableStyle0","PnMarketWebTable","screenWidth","cleanup","_chatService","_chatSegment","_marketwebTableService","componentWillLoad","setInitialValues","setTranslations","screenInfo","checkForNewShipments","PnChatService","market","setInterval","checkForNewMessages","i18n","fallbackLang","onLanguageChange","componentDidLoad","checkForChat","thisTable","querySelector","shipmentType","chatHrefs","querySelectorAll","openChatATags","Array","from","filter","el","HTMLAnchorElement","OpenChatEvent","componentDidRender","toggleButtons","pnButton","btnText","innerHTML","button","hasAttribute","toggleButton","bind","setAttribute","event","currentTarget","parentRow","closest","parentPnButton","isActive","classList","contains","existingWidgetRows","row","remove","allRows","allPnButtons","pnBtn","angle_down","widgetRow","createElement","tdElement","colSpan","children","divEl","widget","id","appendChild","parentNode","insertBefore","nextSibling","angle_up","handleShowMore","async","_rows","takeAmountRow","waitForComponent","selector","maxRetries","delay","i","element","Promise","resolve","disconnectedCallback","itemId","hasNewMessages","parseRows","parseHeaders","error","console","_headers","rows","_allKeys","flatMap","Object","keys","map","key","label","renderCellContent","header","content","render","renderCell","showHeadersInCells","h","class","role","HeadingTag","level","cellHeaderLevel","cssClass","additionalProps","Fragment","handleToggleClick","areaToggle","parentElement","toggle","renderActionButtons","actionButtons","tableRowCtaActionLabel","btn","appearance","variant","small","loading","icon","leftIcon","tooltip","href","rel","download","form","buttonId","iconOnly","arialabel","customAttribute","aTags","aTag","e","preventDefault","previousLocationHash","location","hash","findShipmentIdInUrlRegex","match","shipmentId","shipmentHash","then","chat","oldInitChatId","getAttribute","_defaultChatId","_defaultAlternativeChatId","_defaultTriggerChatId","chatId","reversedChatId","split","reverse","join","includes","forceOpen","tableId","Math","random","toString","headingId","Host","mainHeading","undefined","mainHeadingLevel","preamble","some","imageUrl","imageColAriaHeader","scope","link1","link2","ctaColAriaHeader","slice","shipmentCount","rowIndex","src","alt","onClick"],"sources":["src/globals/ScreensizeDetect.ts","src/components/widgets/pn-marketweb-table/translations.ts","src/components/widgets/pn-marketweb-table/pn-marketweb-table.service.ts","src/components/widgets/pn-marketweb-table/pn-marketweb-table.scss?tag=pn-marketweb-table","src/components/widgets/pn-marketweb-table/pn-marketweb-table.tsx"],"sourcesContent":["interface Breakpoints {\n mobile: number;\n tablet: number;\n desktop: number;\n}\n\ntype ScreenSize = 'mobile' | 'tablet' | 'desktop';\n\nexport interface ScreenWidthInfo {\n width: number;\n size: ScreenSize;\n isTouch: boolean;\n}\n\nexport const DEFAULT_BREAKPOINTS: Breakpoints = {\n mobile: 768,\n tablet: 1024,\n desktop: 1025,\n};\n\nexport class ScreenWidth {\n private static instance: ScreenWidth;\n private breakpoints: Breakpoints;\n private callbacks: Set<(info: ScreenWidthInfo) => void>;\n private resizeTimeout?: number;\n\n private constructor() {\n this.breakpoints = DEFAULT_BREAKPOINTS;\n this.callbacks = new Set();\n this.initializeListeners();\n }\n\n public static getInstance(): ScreenWidth {\n if (!ScreenWidth.instance) {\n ScreenWidth.instance = new ScreenWidth();\n }\n return ScreenWidth.instance;\n }\n\n public setBreakpoints(breakpoints: Partial<Breakpoints>): void {\n this.breakpoints = { ...this.breakpoints, ...breakpoints };\n this.notifyListeners();\n }\n\n private getWidth(): number {\n if (typeof window === 'undefined') return 0;\n\n return window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth || 0;\n }\n\n private isTouch(): boolean {\n if (typeof window === 'undefined') return false;\n\n return (\n 'ontouchstart' in window ||\n navigator.maxTouchPoints > 0 ||\n // @ts-ignore - Some browsers might not have msMaxTouchPoints\n navigator.msMaxTouchPoints > 0\n );\n }\n\n private getScreenSize(width: number): ScreenSize {\n if (width < this.breakpoints.mobile) return 'mobile';\n if (width < this.breakpoints.tablet) return 'tablet';\n return 'desktop';\n }\n\n public getScreenInfo(): ScreenWidthInfo {\n const width = this.getWidth();\n return {\n width,\n size: this.getScreenSize(width),\n isTouch: this.isTouch(),\n };\n }\n\n private initializeListeners(): void {\n if (typeof window === 'undefined') return;\n\n const handleResize = () => {\n if (this.resizeTimeout) {\n window.clearTimeout(this.resizeTimeout);\n }\n\n this.resizeTimeout = window.setTimeout(() => {\n this.notifyListeners();\n }, 250);\n };\n\n window.addEventListener('resize', handleResize);\n window.addEventListener('orientationchange', handleResize);\n }\n\n private notifyListeners(): void {\n const info = this.getScreenInfo();\n this.callbacks.forEach(callback => callback(info));\n }\n\n public subscribe(callback: (info: ScreenWidthInfo) => void): () => void {\n this.callbacks.add(callback);\n callback(this.getScreenInfo()); // Initial call\n\n return () => {\n this.callbacks.delete(callback);\n };\n }\n}\n","export const translations = {\n 'sv': {\n newMessage: 'Nytt meddelande',\n toggleButtonOn: 'Visa detaljer',\n toggleButtonOff: 'Dölj detaljer',\n showMoreLabel: 'Visa mer',\n },\n 'en': {\n newMessage: 'New message',\n toggleButtonOn: 'Show details',\n toggleButtonOff: 'Hide details',\n showMoreLabel: 'Show more',\n },\n 'da': {\n newMessage: 'Ny besked',\n toggleButtonOn: 'Vis detaljer',\n toggleButtonOff: 'Skjul detaljer',\n showMoreLabel: 'Vis mere',\n },\n 'no': {\n newMessage: 'Ny melding',\n toggleButtonOn: 'Vis detaljer',\n toggleButtonOff: 'Skjul detaljer',\n showMoreLabel: 'Vis mer',\n },\n 'fi': {\n newMessage: 'Uusi viesti',\n toggleButtonOn: 'Näytä tiedot',\n toggleButtonOff: 'Piilota tiedot',\n showMoreLabel: 'Näytä lisää',\n },\n 'de': {\n newMessage: 'Neue Nachricht',\n toggleButtonOn: 'Details anzeigen',\n toggleButtonOff: 'Details ausblenden',\n showMoreLabel: 'Mehr anzeigen',\n },\n 'zh': {\n newMessage: '新消息',\n toggleButtonOn: '显示详情',\n toggleButtonOff: '隐藏详情',\n showMoreLabel: '显示更多',\n },\n 'it': {\n newMessage: 'Nuovo messaggio',\n toggleButtonOn: 'Mostra dettagli',\n toggleButtonOff: 'Nascondi dettagli',\n showMoreLabel: 'Mostra di più',\n },\n 'nl': {\n newMessage: 'Nieuw bericht',\n toggleButtonOn: 'Toon details',\n toggleButtonOff: 'Verberg details',\n showMoreLabel: 'Meer tonen',\n },\n 'tr': {\n newMessage: 'Yeni mesaj',\n toggleButtonOn: 'Detayları göster',\n toggleButtonOff: 'Detayları gizle',\n showMoreLabel: 'Daha fazla göster',\n },\n 'pt': {\n newMessage: 'Nova mensagem',\n toggleButtonOn: 'Mostrar detalhes',\n toggleButtonOff: 'Ocultar detalhes',\n showMoreLabel: 'Mostrar mais',\n },\n 'pl': {\n newMessage: 'Nowa wiadomość',\n toggleButtonOn: 'Pokaż szczegóły',\n toggleButtonOff: 'Ukryj szczegóły',\n showMoreLabel: 'Pokaż więcej',\n },\n 'pt-BR': {\n newMessage: 'Nova mensagem',\n toggleButtonOn: 'Mostrar detalhes',\n toggleButtonOff: 'Ocultar detalhes',\n showMoreLabel: 'Mostrar mais',\n }\n};\n","import { FetchHelper } from '@/globals/FetchHelper';\nimport { ShipmentsBody, ShipmentsResponse, TableRowData } from './types';\n\nexport class MarketwebTableService {\n private readonly _endpoint;\n private readonly _language;\n private fetchHelper = new FetchHelper('MarketTableService');\n private readonly _getUserShipmentsPath = `/get-user-shipments`;\n\n\n constructor(endpoint: string, language: string) {\n this._endpoint = this.formatEndpoint(endpoint);\n this._language = language;\n }\n\n async getUserShipments(contentId: string, skip: number, take: number, isChatEnabled: boolean): Promise<TableRowData[]> {\n let model: ShipmentsBody =\n {\n skip: skip,\n take: take,\n isChatEnabled: isChatEnabled,\n language: this._language,\n contentId: contentId,\n };\n\n const fetchUrl = this._endpoint + this._getUserShipmentsPath;\n\n const data = (await this.fetchHelper.fetchJson(\n fetchUrl,\n this.getRequestInit(model),\n false\n )) as ShipmentsResponse;\n\n return JSON.parse(data.shipments) as TableRowData[];\n }\n\n private formatEndpoint(endpoint: string): string {\n var formattedEndpoint = endpoint.lastIndexOf('/') === endpoint.length - 1 ? endpoint.substring(0, endpoint.length - 1) : endpoint;\n return formattedEndpoint;\n }\n\n private getRequestInit(model: any, method: string = 'POST', mode: RequestMode = 'cors', contentTypes: string = 'application/json'): RequestInit {\n return {\n mode: mode,\n method: method,\n headers:\n {\n 'Content-Type': contentTypes\n },\n body: JSON.stringify(model)\n };\n }\n}\n","@import '../../../globals/main.scss';\n\n:host {\n display: block;\n}\n\n.pn-marketweb-table {\n .container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 1rem;\n }\n\n .heading-section {\n display: flex;\n justify-content: space-between;\n gap: 2rem;\n margin-bottom: 2rem;\n\n @media (max-width: $min-width-md) {\n flex-direction: column;\n }\n\n .heading-wrapper {\n display: flex;\n flex-direction: column;\n }\n\n .preamble-section {\n width: 80%;\n }\n\n .main-heading {\n margin-bottom: 1rem;\n }\n\n .summary {\n display: flex;\n height: 7rem;\n justify-content: flex-end;\n gap: clamp(1rem, 4vw, 2rem);\n\n @media (max-width: $min-width-md) {\n justify-content: center;\n }\n }\n\n .sub-heading-section {\n background-color: $blue25;\n border-radius: 1.6rem;\n display: flex;\n align-items: center;\n gap: clamp(0.6rem, 4vw, 1rem);\n padding: 0.6rem 1.2rem;\n width: 13.5rem;\n\n .icon-container {\n background-color: $blue50;\n border-radius: 50%;\n padding: 4px;\n }\n }\n\n .sub-heading {\n font-size: clamp(1rem, 3vw, 1.4rem);\n font-weight: 400;\n line-height: clamp(1.225rem, 4vw, 1.5rem);\n margin: 0;\n\n strong {\n color: $blue700;\n font-weight: 700;\n }\n }\n }\n\n .pn-marketweb-table__table {\n width: 100%;\n border-collapse: collapse;\n margin-bottom: 3.2rem;\n border: none;\n }\n\n .pn-marketweb-table__table tr {\n border-bottom: 1px solid $gray100;\n position: relative;\n border-left: 4px solid $white;\n transition: all .7s ease;\n\n &:last-child {\n border-bottom: none;\n }\n\n &:hover {\n border-left: 4px solid $blue200;\n background: $blue25;\n }\n\n &.row-new-message,\n &.row-new-messag:hover {\n border-left: 4px solid $green500;\n background: linear-gradient(90deg, rgba(220, 246, 231, 1) 0%, rgba(237, 251, 243, 1) 30%, rgba(255, 255, 255, 1) 70%);\n }\n }\n\n .pn-marketweb-table__table {\n td {\n padding: 1.6rem 1rem;\n }\n }\n\n .image-container {\n min-height: 5.8rem;\n }\n\n .cell-heading {\n color: $gray700;\n font-size: clamp(0.875rem, 4vw, 1.2rem);\n font-weight: 400;\n line-height: clamp(1.225rem, 4vw, 1.5rem);\n margin: 0;\n }\n\n .cell-value {\n color: $gray900;\n display: inline-block;\n font-size: clamp(1rem, 4vw, 1.5rem);\n font-weight: 400;\n line-height: clamp(1.4rem, 4vw, 1.8rem);\n margin: 0;\n padding: 0.5rem 0;\n }\n\n .row-image {\n border-radius: 0.5rem;\n }\n\n .actions {\n align-content: center;\n width: 20%;\n\n .button-wrapper {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n gap: 1.6rem;\n\n pn-button {\n min-width: 50%;\n }\n\n pn-button.toggle-widget {\n min-width: 30%;\n }\n\n .pn-button-text {\n white-space: nowrap;\n }\n\n @media screen and (max-width: $min-width-md) {\n justify-content: space-between;\n flex-direction: column;\n }\n }\n }\n\n @media screen and (max-width: $min-width-md) {\n tr {\n display: flex;\n flex-wrap: wrap;\n }\n\n td:not(.cell-content) {\n width: 100%;\n }\n\n td.cell-image {\n text-align: center;\n }\n\n td.cell-content {\n flex: 1 0 40%;\n\n &::before {\n content: attr(data-label);\n display: block;\n font-weight: bold;\n margin-bottom: 0.5em;\n }\n }\n\n td.actions .button-wrapper {\n gap: 2rem;\n }\n }\n\n @media (min-width: $min-width-md) {\n .row-image {\n max-width: 80px;\n }\n }\n\n .toggle-detail {\n display: none;\n color: $blue700;\n cursor: pointer;\n border: none;\n border-radius: 3em;\n outline: none;\n position: relative;\n font-size: 0.875em;\n min-width: 5.5em;\n font-weight: 500;\n background-color: transparent;\n justify-content: center;\n align-items: center;\n transition: color 0.3s;\n -webkit-tap-highlight-color: transparent;\n text-decoration: none;\n padding: 0.375em 1em;\n min-height: 2em;\n line-height: 1.65em;\n white-space: nowrap;\n\n &:hover {\n background-color: $blue50;\n opacity: 1;\n }\n }\n\n .shipment-id-active .button-wrapper {\n display: flex;\n }\n\n tr td.cell-content:first-child .cell-value {\n font-weight: 500;\n }\n\n .pn-widget-wrapper {\n display: flex;\n justify-content: center;\n }\n\n .shipment-id-active, .widget-row {\n background-color: $blue25;\n }\n\n .pn-market-table__show-more-wrapper {\n display: flex;\n justify-content: center;\n width: 100%;\n }\n}\n\n\n\n.row-new-message .button-wrapper:after {\n content: attr(data-label);\n background: $green500;\n border-radius: 0 0.4rem .4rem 0;\n color: $white;\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n font-size: 1.4rem;\n padding: 0 .4rem;\n}\n\n@media (min-width: $min-width-md) {\n .row-new-message .button-wrapper:after {\n background: $green700;\n border-radius: .4rem;\n left: auto;\n right: 1.6rem;\n\n font-size: 1.1rem;\n top: .3rem;\n\n }\n}","import { HeadingTag } from '@/globals/HeadingTag';\nimport { Component, Host, Prop, h, State, Fragment, Watch } from '@stencil/core';\nimport { ScreenWidth, ScreenWidthInfo, DEFAULT_BREAKPOINTS } from '@/globals/ScreensizeDetect';\nimport { HeadingLevel } from '@/globals/types';\nimport { angle_down, angle_up } from 'pn-design-assets/pn-assets/icons.js';\nimport { JSX } from 'react';\nimport { PnChatService } from '../pn-chat/pn-chat.service';\nimport { HeaderConfig, TableRowData, TableRowi18n } from './types'\nimport { translations } from './translations';\nimport { MarketwebTableService } from './pn-marketweb-table.service';\n\n@Component({\n tag: 'pn-marketweb-table',\n styleUrl: 'pn-marketweb-table.scss',\n})\nexport class PnMarketWebTable {\n @Prop() mainHeading?: string;\n @Prop() mainHeadingLevel: HeadingLevel = 'h2';\n @Prop() preamble: string\n @Prop() subHeadingLevel: HeadingLevel = 'h3';\n @Prop() headers!: string | HeaderConfig[];\n @Prop() rows!: string | TableRowData[];\n @Prop() showHeadersInCells: boolean = false;\n @Prop() cellHeaderLevel: HeadingLevel = 'h3';\n @Prop() tableRowCtaActionLabel: string;\n @Prop() imageColAriaHeader: string;\n @Prop() ctaColAriaHeader: string;\n @Prop() checkForNewShipments: boolean = false;\n @Prop() endpoint: string;\n @Prop() language: string = 'sv';\n @Prop() market: string;\n @Prop() toggleDetailLabel: string = 'View details';\n @Prop() checkForChat: boolean = false;\n @Prop({ reflect: true, mutable: true }) value: string = '';\n @Prop() shipmentType!: string;\n @Prop() contentId: string = '';\n @Prop() takeAmountRow: number = 2;\n @Prop() shipmentCount: number = 2;\n\n @State() i18n: TableRowi18n;\n @State() private _headers: HeaderConfig[] = [];\n @State() private _rows: TableRowData[] = [];\n @State() private _allKeys: Set<string> = new Set();\n @State() private screenInfo?: ScreenWidthInfo;\n\n private screenWidth = ScreenWidth.getInstance();\n private cleanup?: () => void;\n private _chatService: PnChatService;\n private _chatSegment: string = \"#chat\";\n private _marketwebTableService: MarketwebTableService;\n\n componentWillLoad(): void {\n this.setInitialValues();\n this.setTranslations();\n this._marketwebTableService = new MarketwebTableService(this.endpoint, this.language);\n\n this.cleanup = this.screenWidth.subscribe(info => {\n this.screenInfo = info;\n });\n\n if (this.checkForNewShipments) {\n this._chatService = new PnChatService(this.endpoint, this.market, this.language);\n setInterval(() => {\n this.checkForNewMessages();\n }, 60000);\n }\n }\n\n setTranslations() {\n if (translations[this.language]) {\n this.i18n = translations[this.language] as TableRowi18n;\n }\n else {\n const fallbackLang = 'sv';\n this.i18n = translations[fallbackLang] as TableRowi18n;\n }\n }\n\n @Watch('language')\n onLanguageChange() {\n this.setTranslations();\n }\n\n async componentDidLoad() {\n if (this.checkForChat) {\n const thisTable = document.querySelector('pn-marketweb-table.' + this.shipmentType);\n const chatHrefs = thisTable.querySelectorAll('[href*=\"#chat\"]');\n const openChatATags: HTMLAnchorElement[] = Array.from(chatHrefs).filter(\n (el): el is HTMLAnchorElement => el instanceof HTMLAnchorElement\n );\n this.OpenChatEvent(openChatATags);\n }\n }\n\n componentDidRender() {\n const thisTable = document.querySelector('pn-marketweb-table[shipment-type=' + this.shipmentType + ']');\n const toggleButtons = thisTable?.querySelectorAll('pn-button.toggle-widget');\n toggleButtons?.forEach(pnButton => {\n const btnText = pnButton.querySelector('.pn-button-text');\n if (btnText && btnText.innerHTML !== this.i18n.toggleButtonOn) {\n btnText.innerHTML = this.i18n.toggleButtonOn;\n }\n const button = pnButton.querySelector('button');\n if (button && !button.hasAttribute('data-toggle-initialized')) {\n button.addEventListener('click', this.toggleButton.bind(this));\n button.setAttribute('data-toggle-initialized', 'true');\n }\n });\n }\n\n private toggleButton(event) {\n const button = event.currentTarget as HTMLButtonElement;\n const parentRow = button.closest('tr');\n const parentPnButton = button.closest('pn-button');\n\n const isActive = parentRow.classList.contains(\"shipment-id-active\");\n\n const existingWidgetRows = document.querySelectorAll('.widget-row');\n existingWidgetRows.forEach(row => row.remove());\n\n const allRows = document.querySelectorAll('tr');\n allRows.forEach(row => row.classList.remove(\"shipment-id-active\"));\n\n const allPnButtons = document.querySelectorAll('pn-button.toggle-widget');\n allPnButtons.forEach(pnBtn => {\n pnBtn.setAttribute('icon', angle_down);\n pnBtn.querySelector('.pn-button-text').innerHTML = this.i18n.toggleButtonOn;\n });\n\n if (isActive) {\n return;\n }\n button.querySelector('.pn-button-text').innerHTML = this.i18n.toggleButtonOff;\n parentRow.classList.add(\"shipment-id-active\");\n\n const widgetRow = document.createElement('tr');\n widgetRow.classList.add('widget-row');\n\n const tdElement = document.createElement('td');\n tdElement.colSpan = parentRow.children.length;\n\n const divEl = document.createElement('div');\n divEl.classList.add('pn-widget-wrapper');\n\n const widget = document.createElement('pn-widget');\n widget.setAttribute('locale', this.language);\n widget.setAttribute('shipment-id', button.id);\n\n divEl.appendChild(widget);\n tdElement.appendChild(divEl);\n widgetRow.appendChild(tdElement);\n\n parentRow.parentNode.insertBefore(widgetRow, parentRow.nextSibling);\n\n parentPnButton.setAttribute('icon', angle_up);\n }\n\n private handleShowMore = async () => {\n let skip = this._rows.length;\n let data = await this._marketwebTableService.getUserShipments(this.contentId, skip, this.takeAmountRow, this.checkForChat);\n if (data) {\n this._rows = [...this._rows, ...data];\n }\n };\n\n async waitForComponent(selector: string, maxRetries = 10, delay = 300): Promise<HTMLElement | null> {\n for (let i = 0; i < maxRetries; i++) {\n const element = document.querySelector(selector);\n if (element) {\n return element as HTMLElement;\n }\n await new Promise(resolve => setTimeout(resolve, delay));\n }\n return null;\n }\n\n disconnectedCallback(): void {\n if (this.cleanup) {\n this.cleanup();\n }\n }\n\n private async checkForNewMessages() {\n for (let i = 0; i < this._rows.length; i++) {\n const row = this._rows[i];\n const itemId = row.id;\n\n if (itemId) {\n const hasNewMessages = await this._chatService.hasNewMessages(itemId);\n\n if (row.hasNewMessages !== hasNewMessages) {\n this._rows[i] = { ...row, hasNewMessages: hasNewMessages };\n }\n }\n }\n\n this._rows = [...this._rows];\n }\n\n private setInitialValues(): void {\n try {\n this.parseRows();\n this.parseHeaders();\n\n } catch (error) {\n console.error('Error parsing table data:', error);\n this._rows = [];\n this._headers = [];\n }\n }\n\n private parseRows() {\n this._rows = typeof this.rows === 'string' ? JSON.parse(this.rows) : this.rows;\n this._allKeys = new Set(this._rows.flatMap(row => Object.keys(row)));\n }\n\n private parseHeaders() {\n if (typeof this.headers === 'string') {\n this._headers = JSON.parse(this.headers);\n } else if (this.headers) {\n this._headers = this.headers;\n } else {\n this._headers = Array.from(this._allKeys).map(key => ({ key, label: key }));\n }\n }\n\n private renderCellContent(header: HeaderConfig, row: TableRowData): JSX.Element | string | number | boolean {\n const content = header.render ? header.render(row) : row[header.key] ?? '-';\n return content;\n }\n\n private renderCell(header: HeaderConfig, row: TableRowData): JSX.Element {\n const content = this.renderCellContent(header, row);\n\n if (this.showHeadersInCells || this.screenInfo.width <= DEFAULT_BREAKPOINTS.tablet) {\n return (\n <div class=\"cell-content\" role=\"cell\">\n <HeadingTag\n level={this.cellHeaderLevel}\n cssClass=\"cell-heading\"\n additionalProps={{\n 'aria-hidden': 'true',\n 'role': 'presentation',\n }}\n >\n {header.label}\n </HeadingTag>\n <span class=\"cell-value\">{content}</span>\n </div>\n );\n }\n\n return <>{content}</>;\n }\n\n private handleToggleClick = () => {\n const areaToggle = document.querySelector('.trackandtracewidgetblock');\n if (areaToggle?.parentElement) {\n areaToggle.parentElement.classList.toggle('hideRow');\n }\n };\n\n private renderActionButtons(row: TableRowData): JSX.Element | null {\n if (!row.actionButtons) return null;\n\n return (\n <td class=\"actions\" role=\"cell\">\n <div class=\"button-wrapper\" role=\"group\" aria-label={this.tableRowCtaActionLabel} data-label={this.i18n.newMessage}>\n {row.actionButtons.map(btn => (\n <pn-button\n appearance={btn.appearance}\n class={btn.class}\n variant={btn.variant}\n small={btn.small}\n loading={btn.loading}\n icon={btn.icon}\n leftIcon={btn.leftIcon}\n tooltip={btn.tooltip}\n href={btn.href}\n rel={btn.rel}\n download={btn.download}\n form={btn.form}\n buttonId={btn.buttonId}\n icon-only={btn.iconOnly}\n arialabel={btn.content}\n data-chat={btn.customAttribute}>\n {btn.content}\n </pn-button>\n ))}\n </div>\n </td>\n );\n }\n\n private async OpenChatEvent(aTags: HTMLAnchorElement[]) {\n aTags.forEach((aTag) => {\n aTag.addEventListener(\"click\", (e) => {\n e.preventDefault();\n const previousLocationHash = window?.location?.hash ?? \"\";\n\n const findShipmentIdInUrlRegex = /#chat:([a-zA-Z0-9]+)(?=#|$)/;\n const match = aTag.href.match(findShipmentIdInUrlRegex);\n const shipmentId = match ? match[1] : \"\";\n const shipmentHash = `${this._chatSegment}:${shipmentId}`;\n window.location.hash = shipmentHash;\n\n this.waitForComponent('pn-chat').then((chat) => {\n if (shipmentId) {\n chat.setAttribute('item-id', shipmentId);\n }\n else {\n chat.setAttribute('item-id', \"\");\n }\n\n let oldInitChatId = chat.getAttribute('pn-chat-id');\n\n const _defaultChatId = \"00000000-0000-0000-0000-000000000000\";\n const _defaultAlternativeChatId = \"1\";\n const _defaultTriggerChatId = oldInitChatId === _defaultChatId ? _defaultAlternativeChatId : _defaultChatId;\n let chatId = _defaultTriggerChatId;\n const reversedChatId = aTag?.parentElement?.getAttribute('data-chat');\n\n if (reversedChatId) {\n chatId = reversedChatId.split('').reverse().join('');\n }\n\n chat.setAttribute('is-logged-in', 'true');\n chat.setAttribute('pn-chat-id', chatId);\n\n if (previousLocationHash.includes(shipmentHash)) {\n let forceOpen = chat.getAttribute('force-open') ?? 'true';\n forceOpen = forceOpen === 'true' ? 'false' : 'true';\n chat.setAttribute('force-open', forceOpen);\n }\n });\n });\n });\n }\n\n render() {\n const tableId = `table-${Math.random().toString(36)}`;\n const headingId = `${tableId}-main-heading`;\n\n return (\n <Host language={this.language}>\n <div class='pn-marketweb-table'>\n <div role='region' aria-labelledby={this.mainHeading ? headingId : undefined}>\n <div class='heading-section'>\n <div class='heading-wrapper'>\n {this.mainHeading && (\n <HeadingTag level={this.mainHeadingLevel} cssClass='main-heading' id={headingId}>\n {this.mainHeading}\n </HeadingTag>\n )}\n {this.preamble && (\n <div class=\"preamble-section\">{this.preamble}</div>\n )}\n </div>\n </div>\n {this._rows.length > 0 && (\n <table class='pn-marketweb-table__table' aria-labelledby={this.mainHeading ? `${tableId}-main-heading` : undefined}>\n {this._headers && (\n <thead class={this.showHeadersInCells ? 'sr-only' : undefined} >\n <tr >\n {this._rows.some((row) => row.imageUrl) && this.imageColAriaHeader && (\n <th scope='col' class='sr-only'>\n {this.imageColAriaHeader}\n </th>\n )}\n {this._headers.map((header) => (\n <th key={header.key} scope='col' class='sr-only-mobile'>\n {header.label}\n </th>\n ))}\n {this._rows.some((row) => row.link1 || row.link2) && this.ctaColAriaHeader && (\n <th scope='col' class='sr-only'>\n {this.ctaColAriaHeader}\n </th>\n )}\n </tr>\n </thead>\n )}\n <tbody class=\"pn-marketweb-table__table-body\">\n {this._rows.slice(0, this.shipmentCount).map((row, rowIndex) => (\n <tr key={rowIndex} class={`cell-row ${row.hasNewMessages ? \"row-new-message\" : ''}`}>\n {row.imageUrl && (\n <td class='cell-image'>\n <div class='image-container'>\n <img src={row.imageUrl} alt='' class='row-image' />\n </div>\n </td>\n )}\n {this._headers.map((header) => (\n <td key={`${rowIndex}-${header.key}`} class='cell-content' >\n {this.renderCell(header, row)}\n </td>\n ))}\n {this.renderActionButtons(row)}\n </tr>\n ))}\n </tbody>\n </table>\n )}\n {this.shipmentCount > this._rows.length && (\n <div class=\"pn-market-table__show-more-wrapper\">\n <pn-button variant=\"outlined\" appearance=\"light\" label={this.i18n?.showMoreLabel || 'Show More'} onClick={() => this.handleShowMore()}></pn-button>\n </div>\n )}\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"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","ignoreList":[]}