@postnord/pn-marketweb-components 2.7.0 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/cjs/{FetchHelper-f6a2cff4.js → FetchHelper-e2a3b779.js} +24 -24
  2. package/cjs/{data-5de56280.js → data-86e43c6a.js} +3 -3
  3. package/cjs/pn-address-autofill.cjs.entry.js +1 -1
  4. package/cjs/pn-find-price-result.cjs.entry.js +1 -1
  5. package/cjs/pn-find-price.cjs.entry.js +1 -1
  6. package/cjs/pn-find-service-and-price.cjs.entry.js +1 -1
  7. package/cjs/pn-language-selector_9.cjs.entry.js +31 -1
  8. package/cjs/pn-marketweb-sitefooter.cjs.entry.js +1 -1
  9. package/cjs/pn-marketweb-siteheader.cjs.entry.js +37 -1
  10. package/cjs/pn-product-pricelist.cjs.entry.js +1 -1
  11. package/cjs/pn-proxio-findprice.cjs.entry.js +1 -1
  12. package/cjs/pn-proxio-pricegroup.cjs.entry.js +1 -1
  13. package/collection/components/cards/pn-quote-card/pn-quote-card.stories.js +2 -2
  14. package/collection/components/cards/pn-teaser-card/pn-teaser-card.stories.js +2 -2
  15. package/collection/components/cta/pn-parcel-tracker/pn-parcel-tracker.stories.js +3 -3
  16. package/collection/components/data-visualization/pn-stats-info/pn-stats-info.stories.js +6 -6
  17. package/collection/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.stories.js +5 -5
  18. package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-search.css +1 -1
  19. package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.stories.js +10 -10
  20. package/collection/components/layout-components/pn-marketweb-siteheader/translations.js +36 -0
  21. package/collection/components/navigation/pn-language-selector/translations.js +9 -0
  22. package/collection/components/navigation/pn-mainnav/pn-main-nav-mockdata.js +574 -574
  23. package/collection/components/navigation/pn-mainnav/translations.js +21 -0
  24. package/collection/components/widgets/pn-find-price/data.js +4 -4
  25. package/collection/components/widgets/pn-find-service-and-price/find-service-and-price.stories.js +1 -1
  26. package/collection/components/widgets/pn-find-service-and-price/pn-find-service-and-price.js +2 -2
  27. package/collection/components/widgets/pn-product-pricelist/data.js +1 -1
  28. package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist.js +2 -2
  29. package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist.stories.js +1 -1
  30. package/collection/components/widgets/pn-proxio-findprice/data.js +3 -3
  31. package/collection/globals/MarketWebContextService.js +24 -24
  32. package/components/FetchHelper.js +24 -24
  33. package/components/pn-find-price-result2.js +3 -3
  34. package/components/pn-find-service-and-price.js +1 -1
  35. package/components/pn-language-selector2.js +9 -0
  36. package/components/pn-mainnav2.js +21 -0
  37. package/components/pn-marketweb-siteheader-search2.js +1 -1
  38. package/components/pn-marketweb-siteheader.js +36 -0
  39. package/components/pn-product-pricelist.js +1 -1
  40. package/esm/{FetchHelper-eb0357e9.js → FetchHelper-90e30133.js} +24 -24
  41. package/esm/{data-82a26ab4.js → data-b2909ec8.js} +3 -3
  42. package/esm/pn-address-autofill.entry.js +1 -1
  43. package/esm/pn-find-price-result.entry.js +1 -1
  44. package/esm/pn-find-price.entry.js +1 -1
  45. package/esm/pn-find-service-and-price.entry.js +1 -1
  46. package/esm/pn-language-selector_9.entry.js +31 -1
  47. package/esm/pn-marketweb-sitefooter.entry.js +1 -1
  48. package/esm/pn-marketweb-siteheader.entry.js +37 -1
  49. package/esm/pn-product-pricelist.entry.js +1 -1
  50. package/esm/pn-proxio-findprice.entry.js +1 -1
  51. package/esm/pn-proxio-pricegroup.entry.js +1 -1
  52. package/esm-es5/FetchHelper-90e30133.js +1 -0
  53. package/esm-es5/{data-82a26ab4.js → data-b2909ec8.js} +1 -1
  54. package/esm-es5/pn-address-autofill.entry.js +1 -1
  55. package/esm-es5/pn-find-price-result.entry.js +1 -1
  56. package/esm-es5/pn-find-price.entry.js +1 -1
  57. package/esm-es5/pn-find-service-and-price.entry.js +1 -1
  58. package/esm-es5/pn-language-selector_9.entry.js +1 -1
  59. package/esm-es5/pn-marketweb-sitefooter.entry.js +1 -1
  60. package/esm-es5/pn-marketweb-siteheader.entry.js +1 -1
  61. package/esm-es5/pn-product-pricelist.entry.js +1 -1
  62. package/esm-es5/pn-proxio-findprice.entry.js +1 -1
  63. package/esm-es5/pn-proxio-pricegroup.entry.js +1 -1
  64. package/package.json +1 -1
  65. package/pn-market-web-components/{p-72ed65c3.js → p-0fe7d566.js} +1 -1
  66. package/pn-market-web-components/{p-a84cf081.entry.js → p-2974d1e2.entry.js} +1 -1
  67. package/pn-market-web-components/{p-4dd222be.system.entry.js → p-2c448c7e.system.entry.js} +1 -1
  68. package/pn-market-web-components/p-469524f3.entry.js +1 -0
  69. package/pn-market-web-components/p-4b710959.entry.js +1 -0
  70. package/pn-market-web-components/{p-25e531e2.entry.js → p-4bf57a22.entry.js} +1 -1
  71. package/pn-market-web-components/{p-fd1d6d1f.system.entry.js → p-517602ef.system.entry.js} +1 -1
  72. package/pn-market-web-components/p-53e8427d.entry.js +1 -0
  73. package/pn-market-web-components/{p-9fbb1a52.system.entry.js → p-54ffd368.system.entry.js} +1 -1
  74. package/pn-market-web-components/p-602484e1.system.js +1 -0
  75. package/pn-market-web-components/p-66f50e2c.system.entry.js +1 -0
  76. package/pn-market-web-components/p-67f5cd23.entry.js +1 -0
  77. package/pn-market-web-components/{p-42630ad8.system.entry.js → p-7587b935.system.entry.js} +1 -1
  78. package/pn-market-web-components/{p-5d2ef297.system.entry.js → p-75e56082.system.entry.js} +1 -1
  79. package/pn-market-web-components/{p-04f5fdcd.system.entry.js → p-936eab9c.system.entry.js} +1 -1
  80. package/pn-market-web-components/{p-d04e241e.system.js → p-9ad4e291.system.js} +1 -1
  81. package/pn-market-web-components/{p-b75c4de5.entry.js → p-9c477df8.entry.js} +1 -1
  82. package/pn-market-web-components/{p-2c1a9293.entry.js → p-9f856003.entry.js} +1 -1
  83. package/pn-market-web-components/p-a28fce54.system.js +1 -1
  84. package/pn-market-web-components/p-d2f8cd78.system.entry.js +1 -0
  85. package/pn-market-web-components/p-dbfeae15.js +1 -0
  86. package/pn-market-web-components/{p-d5c43a05.system.entry.js → p-e505ebd8.system.entry.js} +1 -1
  87. package/pn-market-web-components/{p-1fdcbca3.system.entry.js → p-e9d7d7af.system.entry.js} +1 -1
  88. package/pn-market-web-components/{p-4f237552.entry.js → p-f91cee83.entry.js} +1 -1
  89. package/pn-market-web-components/{p-e261ccbf.entry.js → p-fedeefd9.entry.js} +1 -1
  90. package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
  91. package/types/components/layout-components/pn-marketweb-siteheader/translations.d.ts +36 -0
  92. package/types/components/navigation/pn-language-selector/translations.d.ts +9 -0
  93. package/types/components/navigation/pn-mainnav/translations.d.ts +21 -0
  94. package/umd/pn-marketweb-init.js +1 -1
  95. package/umd/pn-marketweb-salesforce.js +2 -2
  96. package/esm-es5/FetchHelper-eb0357e9.js +0 -1
  97. package/pn-market-web-components/p-214cd6a4.entry.js +0 -1
  98. package/pn-market-web-components/p-3b4c1957.system.entry.js +0 -1
  99. package/pn-market-web-components/p-517692db.entry.js +0 -1
  100. package/pn-market-web-components/p-5685ac83.entry.js +0 -1
  101. package/pn-market-web-components/p-6a71dc95.entry.js +0 -1
  102. package/pn-market-web-components/p-7f52f032.system.js +0 -1
  103. package/pn-market-web-components/p-aa2c8f12.js +0 -1
  104. package/pn-market-web-components/p-f8ad020c.system.entry.js +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.