@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
@@ -55,4 +55,25 @@ export const translations = {
55
55
  menuStartButton: 'Start',
56
56
  navLabel: 'Main navigation',
57
57
  },
58
+ tr: {
59
+ menuHomeButton: 'Anasayfa',
60
+ menuGoBackButton: 'Go back',
61
+ mainMenuButton: 'Menu',
62
+ menuStartButton: 'Start',
63
+ navLabel: 'Main navigation',
64
+ },
65
+ pt: {
66
+ menuHomeButton: 'Página inicial',
67
+ menuGoBackButton: 'Go back',
68
+ mainMenuButton: 'Menu',
69
+ menuStartButton: 'Start',
70
+ navLabel: 'Main navigation',
71
+ },
72
+ pl: {
73
+ menuHomeButton: 'Główna',
74
+ menuGoBackButton: 'Go back',
75
+ mainMenuButton: 'Menu',
76
+ menuStartButton: 'Start',
77
+ navLabel: 'Main navigation',
78
+ }
58
79
  };
@@ -34,17 +34,17 @@ const weights = {
34
34
  const RealValues = {
35
35
  WebUrl: "https://riktigavykort.postnord.se/sv",
36
36
  AndroidAppUrl: "https://play.google.com/store/apps/details?id=se.posten.riktigavykort&hl=sv",
37
- AndroidImg: "https://com-integration.postnord.com/globalassets/icons/logos-and-badges/google-play-badge_se.svg",
37
+ AndroidImg: "https://com-inte.postnord.com/globalassets/icons/logos-and-badges/google-play-badge_se.svg",
38
38
  IosAppUrl: "https://apps.apple.com/se/app/riktiga-vykort/id444458799?l=sv",
39
- IosImg: "https://com-integration.postnord.com/globalassets/icons/logos-and-badges/app_store_badge_se_rgb_blk.svg",
39
+ IosImg: "https://com-inte.postnord.com/globalassets/icons/logos-and-badges/app_store_badge_se_rgb_blk.svg",
40
40
  };
41
41
 
42
- const fileLocation = "https://com-integration.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
42
+ const fileLocation = "https://com-inte.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
43
43
 
44
44
  const sendDirectUrl = "https://portal.postnord.com/skickadirekt/";
45
45
 
46
46
  const stampShopUrl = "https://shop.postnord.se/ebutik/default.aspx";
47
47
 
48
- const productDescriptionUrl = "https://se-integration.postnord.com/skicka-forsandelser/brev-och-vykort/";
48
+ const productDescriptionUrl = "https://se-inte.postnord.com/skicka-forsandelser/brev-och-vykort/";
49
49
 
50
50
  export { weights, sizeCategories, fileLocation, sendDirectUrl, stampShopUrl, RealValues };
@@ -21,7 +21,7 @@ const Template = ({ ...args }) => {
21
21
 
22
22
  export const Primary = Template.bind({});
23
23
  Primary.args = {
24
- source: "https://com-integration.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx",
24
+ source: "https://com-inte.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx",
25
25
  language: "sv",
26
26
  market: "se",
27
27
  };
@@ -5,7 +5,7 @@ import { convertFileFromStream } from "../../../globals/shared/productprice/conv
5
5
  import { state } from "./pn-find-service-and-price-store";
6
6
  export class PnfindServiceAndPrice {
7
7
  constructor() {
8
- this.source = "https://com-integration.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx";
8
+ this.source = "https://com-inte.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx";
9
9
  this.language = "sv";
10
10
  this.market = "se";
11
11
  this.filteredItems = [];
@@ -168,7 +168,7 @@ export class PnfindServiceAndPrice {
168
168
  },
169
169
  "attribute": "source",
170
170
  "reflect": false,
171
- "defaultValue": "\"https://com-integration.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx\""
171
+ "defaultValue": "\"https://com-inte.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx\""
172
172
  },
173
173
  "language": {
174
174
  "type": "string",
@@ -47,7 +47,7 @@ const weights = {
47
47
  ],
48
48
  };
49
49
 
50
- const fileLocation = "https://com-integration.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
50
+ const fileLocation = "https://com-inte.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
51
51
 
52
52
  const servicePointUrl = "https://www.postnord.se/vara-verktyg/sok-brevlada-eller-servicestalle";
53
53
 
@@ -6,7 +6,7 @@ import { convertFileFromStream } from "../../../globals/shared/productprice/conv
6
6
  import { state } from "../pn-find-price/pn-find-price-store";
7
7
  export class PnFindProductPricelist {
8
8
  constructor() {
9
- this.source = "https://com-integration.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
9
+ this.source = "https://com-inte.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
10
10
  this.language = "sv";
11
11
  this.market = "se";
12
12
  this.productid = "";
@@ -153,7 +153,7 @@ export class PnFindProductPricelist {
153
153
  },
154
154
  "attribute": "source",
155
155
  "reflect": false,
156
- "defaultValue": "\"https://com-integration.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx\""
156
+ "defaultValue": "\"https://com-inte.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx\""
157
157
  },
158
158
  "language": {
159
159
  "type": "string",
@@ -26,7 +26,7 @@ export const Primary = Template.bind({});
26
26
  Primary.args = {
27
27
  heading: "",
28
28
  description: "",
29
- source: "https://com-integration.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx",
29
+ source: "https://com-inte.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx",
30
30
  language: "sv",
31
31
  market: "se",
32
32
  productid: "letter",
@@ -77,15 +77,15 @@ const weights = {
77
77
  const RealValues = {
78
78
  WebUrl: "https://riktigavykort.postnord.se/sv",
79
79
  AndroidAppUrl: "https://play.google.com/store/apps/details?id=se.posten.riktigavykort&hl=sv",
80
- AndroidImg: "https://com-integration.postnord.com/globalassets/icons/logos-and-badges/google-play-badge_se.svg",
80
+ AndroidImg: "https://com-inte.postnord.com/globalassets/icons/logos-and-badges/google-play-badge_se.svg",
81
81
  IosAppUrl: "https://apps.apple.com/se/app/riktiga-vykort/id444458799?l=sv",
82
- IosImg: "https://com-integration.postnord.com/globalassets/icons/logos-and-badges/app_store_badge_se_rgb_blk.svg",
82
+ IosImg: "https://com-inte.postnord.com/globalassets/icons/logos-and-badges/app_store_badge_se_rgb_blk.svg",
83
83
  };
84
84
 
85
85
  const sendDirectUrl = "https://portal.postnord.com/skickadirekt/";
86
86
 
87
87
  const stampShopUrl = "https://shop.postnord.se/ebutik/default.aspx";
88
88
 
89
- const productDescriptionUrl = "https://se-integration.postnord.com/skicka-forsandelser/brev-och-vykort/";
89
+ const productDescriptionUrl = "https://se-inte.postnord.com/skicka-forsandelser/brev-och-vykort/";
90
90
 
91
91
  export { weights, sizeCategories, sendDirectUrl, stampShopUrl, RealValues };
@@ -12,55 +12,55 @@ class MarketWebContextService {
12
12
  this.markets = {
13
13
  se: {
14
14
  fallbackLanguage: "sv",
15
- integration: "se-integration.postnord.com",
16
- preproduction: "se-preproduction.postnord.com",
17
- production: "se-production.postnord.com",
15
+ integration: "se-inte.postnord.com",
16
+ preproduction: "se-prep.postnord.com",
17
+ production: "se-prod.postnord.com",
18
18
  live: "www.postnord.se",
19
19
  },
20
20
  dk: {
21
21
  fallbackLanguage: "da",
22
- integration: "dk-integration.postnord.com",
23
- preproduction: "dk-preproduction.postnord.com",
24
- production: "dk-production.postnord.com",
22
+ integration: "dk-inte.postnord.com",
23
+ preproduction: "dk-prep.postnord.com",
24
+ production: "dk-prod.postnord.com",
25
25
  live: "www.postnord.dk",
26
26
  },
27
27
  fi: {
28
28
  fallbackLanguage: "fi",
29
- integration: "fi-integration.postnord.com",
30
- preproduction: "fi-preproduction.postnord.com",
31
- production: "fi-production.postnord.com",
29
+ integration: "fi-inte.postnord.com",
30
+ preproduction: "fi-prep.postnord.com",
31
+ production: "fi-prod.postnord.com",
32
32
  live: "www.postnord.fi",
33
33
  },
34
34
  no: {
35
35
  fallbackLanguage: "no",
36
- integration: "no-integration.postnord.com",
37
- preproduction: "no-preproduction.postnord.com",
38
- production: "no-production.postnord.com",
36
+ integration: "no-inte.postnord.com",
37
+ preproduction: "no-prep.postnord.com",
38
+ production: "no-prod.postnord.com",
39
39
  live: "www.postnord.no",
40
40
  },
41
41
  com: {
42
42
  fallbackLanguage: "en",
43
- integration: "com-integration.postnord.com",
44
- preproduction: "com-preproduction.postnord.com",
45
- production: "com-production.postnord.com",
43
+ integration: "com-inte.postnord.com",
44
+ preproduction: "com-prep.postnord.com",
45
+ production: "com-prod.postnord.com",
46
46
  live: "www.postnord.com",
47
47
  },
48
48
  de: {
49
49
  fallbackLanguage: "en",
50
- integration: "de-integration.postnord.com",
51
- preproduction: "de-preproduction.postnord.com",
52
- production: "de-production.postnord.com",
50
+ integration: "de-inte.postnord.com",
51
+ preproduction: "de-prep.postnord.com",
52
+ production: "de-prod.postnord.com",
53
53
  live: "www.postnord.de",
54
54
  },
55
55
  tpl: {
56
56
  fallbackLanguage: "sv",
57
- integration: "tpl-integration.postnord.com",
58
- preproduction: "tpl-preproduction.postnord.com",
59
- production: "tpl-production.postnord.com",
57
+ integration: "tpl-inte.postnord.com",
58
+ preproduction: "tpl-prep.postnord.com",
59
+ production: "tpl-prod.postnord.com",
60
60
  live: "tpl.postnord.com",
61
61
  },
62
62
  };
63
- this.environmentTypes = ["integration", "preproduction", "production"];
63
+ this.environmentTypes = ["integration", "preproduction", "production", "inte", "prep", "prod"];
64
64
  this.environments = {
65
65
  production: {
66
66
  name: "production",
@@ -68,11 +68,11 @@ class MarketWebContextService {
68
68
  },
69
69
  preproduction: {
70
70
  name: "preproduction",
71
- url: "https://com-preproduction.postnord.com/",
71
+ url: "https://com-prep.postnord.com/",
72
72
  },
73
73
  integration: {
74
74
  name: "integration",
75
- url: "https://com-integration.postnord.com/",
75
+ url: "https://com-inte.postnord.com/",
76
76
  },
77
77
  };
78
78
  this.href = href;
@@ -12,55 +12,55 @@ class MarketWebContextService {
12
12
  this.markets = {
13
13
  se: {
14
14
  fallbackLanguage: "sv",
15
- integration: "se-integration.postnord.com",
16
- preproduction: "se-preproduction.postnord.com",
17
- production: "se-production.postnord.com",
15
+ integration: "se-inte.postnord.com",
16
+ preproduction: "se-prep.postnord.com",
17
+ production: "se-prod.postnord.com",
18
18
  live: "www.postnord.se",
19
19
  },
20
20
  dk: {
21
21
  fallbackLanguage: "da",
22
- integration: "dk-integration.postnord.com",
23
- preproduction: "dk-preproduction.postnord.com",
24
- production: "dk-production.postnord.com",
22
+ integration: "dk-inte.postnord.com",
23
+ preproduction: "dk-prep.postnord.com",
24
+ production: "dk-prod.postnord.com",
25
25
  live: "www.postnord.dk",
26
26
  },
27
27
  fi: {
28
28
  fallbackLanguage: "fi",
29
- integration: "fi-integration.postnord.com",
30
- preproduction: "fi-preproduction.postnord.com",
31
- production: "fi-production.postnord.com",
29
+ integration: "fi-inte.postnord.com",
30
+ preproduction: "fi-prep.postnord.com",
31
+ production: "fi-prod.postnord.com",
32
32
  live: "www.postnord.fi",
33
33
  },
34
34
  no: {
35
35
  fallbackLanguage: "no",
36
- integration: "no-integration.postnord.com",
37
- preproduction: "no-preproduction.postnord.com",
38
- production: "no-production.postnord.com",
36
+ integration: "no-inte.postnord.com",
37
+ preproduction: "no-prep.postnord.com",
38
+ production: "no-prod.postnord.com",
39
39
  live: "www.postnord.no",
40
40
  },
41
41
  com: {
42
42
  fallbackLanguage: "en",
43
- integration: "com-integration.postnord.com",
44
- preproduction: "com-preproduction.postnord.com",
45
- production: "com-production.postnord.com",
43
+ integration: "com-inte.postnord.com",
44
+ preproduction: "com-prep.postnord.com",
45
+ production: "com-prod.postnord.com",
46
46
  live: "www.postnord.com",
47
47
  },
48
48
  de: {
49
49
  fallbackLanguage: "en",
50
- integration: "de-integration.postnord.com",
51
- preproduction: "de-preproduction.postnord.com",
52
- production: "de-production.postnord.com",
50
+ integration: "de-inte.postnord.com",
51
+ preproduction: "de-prep.postnord.com",
52
+ production: "de-prod.postnord.com",
53
53
  live: "www.postnord.de",
54
54
  },
55
55
  tpl: {
56
56
  fallbackLanguage: "sv",
57
- integration: "tpl-integration.postnord.com",
58
- preproduction: "tpl-preproduction.postnord.com",
59
- production: "tpl-production.postnord.com",
57
+ integration: "tpl-inte.postnord.com",
58
+ preproduction: "tpl-prep.postnord.com",
59
+ production: "tpl-prod.postnord.com",
60
60
  live: "tpl.postnord.com",
61
61
  },
62
62
  };
63
- this.environmentTypes = ["integration", "preproduction", "production"];
63
+ this.environmentTypes = ["integration", "preproduction", "production", "inte", "prep", "prod"];
64
64
  this.environments = {
65
65
  production: {
66
66
  name: "production",
@@ -68,11 +68,11 @@ class MarketWebContextService {
68
68
  },
69
69
  preproduction: {
70
70
  name: "preproduction",
71
- url: "https://com-preproduction.postnord.com/",
71
+ url: "https://com-prep.postnord.com/",
72
72
  },
73
73
  integration: {
74
74
  name: "integration",
75
- url: "https://com-integration.postnord.com/",
75
+ url: "https://com-inte.postnord.com/",
76
76
  },
77
77
  };
78
78
  this.href = href;
@@ -41,12 +41,12 @@ const weights = {
41
41
  const RealValues = {
42
42
  WebUrl: "https://riktigavykort.postnord.se/sv",
43
43
  AndroidAppUrl: "https://play.google.com/store/apps/details?id=se.posten.riktigavykort&hl=sv",
44
- AndroidImg: "https://com-integration.postnord.com/globalassets/icons/logos-and-badges/google-play-badge_se.svg",
44
+ AndroidImg: "https://com-inte.postnord.com/globalassets/icons/logos-and-badges/google-play-badge_se.svg",
45
45
  IosAppUrl: "https://apps.apple.com/se/app/riktiga-vykort/id444458799?l=sv",
46
- IosImg: "https://com-integration.postnord.com/globalassets/icons/logos-and-badges/app_store_badge_se_rgb_blk.svg",
46
+ IosImg: "https://com-inte.postnord.com/globalassets/icons/logos-and-badges/app_store_badge_se_rgb_blk.svg",
47
47
  };
48
48
 
49
- const fileLocation = "https://com-integration.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
49
+ const fileLocation = "https://com-inte.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
50
50
 
51
51
  const sendDirectUrl = "https://portal.postnord.com/skickadirekt/";
52
52
 
@@ -134,7 +134,7 @@ const PnfindServiceAndPrice = /*@__PURE__*/ proxyCustomElement(class extends HTM
134
134
  constructor() {
135
135
  super();
136
136
  this.__registerHost();
137
- this.source = "https://com-integration.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx";
137
+ this.source = "https://com-inte.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx";
138
138
  this.language = "sv";
139
139
  this.market = "se";
140
140
  this.filteredItems = [];
@@ -34,6 +34,15 @@ const translations = {
34
34
  it: {
35
35
  heading: 'Idioma',
36
36
  },
37
+ tr: {
38
+ heading: 'Dil',
39
+ },
40
+ pl: {
41
+ heading: 'Język',
42
+ },
43
+ pt: {
44
+ heading: 'Linguagem',
45
+ },
37
46
  };
38
47
 
39
48
  const pnLanguageSelectorCss = "pn-language-selector{max-height:5.2rem}pn-language-selector pn-nav-dropdown:not([data-open]) .nav-dropdown-content-container,pn-language-selector pn-nav-dropdown[data-open=false] .nav-dropdown-content-container{display:none}pn-language-selector pn-nav-dropdown{display:block}.languageselector{position:relative}.languageselector-togglebtn{cursor:pointer;border:0;padding:0.64rem 0;background-color:#FFFFFF;color:#005D92;font-size:1.6rem}.languageselector-togglebtn:hover,.languageselector-togglebtn:focus,.languageselector-togglebtn:active{color:#0D234B;text-decoration:underline}.languageselector-togglebtn svg{width:1.9rem;height:1.9rem}.languageselector-title{padding:0.8rem 1.6rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.languageselector-list{margin:0;padding:0;list-style:none}";
@@ -58,6 +58,27 @@ const translations = {
58
58
  menuStartButton: 'Start',
59
59
  navLabel: 'Main navigation',
60
60
  },
61
+ tr: {
62
+ menuHomeButton: 'Anasayfa',
63
+ menuGoBackButton: 'Go back',
64
+ mainMenuButton: 'Menu',
65
+ menuStartButton: 'Start',
66
+ navLabel: 'Main navigation',
67
+ },
68
+ pt: {
69
+ menuHomeButton: 'Página inicial',
70
+ menuGoBackButton: 'Go back',
71
+ mainMenuButton: 'Menu',
72
+ menuStartButton: 'Start',
73
+ navLabel: 'Main navigation',
74
+ },
75
+ pl: {
76
+ menuHomeButton: 'Główna',
77
+ menuGoBackButton: 'Go back',
78
+ mainMenuButton: 'Menu',
79
+ menuStartButton: 'Start',
80
+ navLabel: 'Main navigation',
81
+ }
61
82
  };
62
83
 
63
84
  const pnMainnavCss = "pn-mainnav{display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse;position:relative;width:100%;min-height:5.1rem}@media screen and (min-width: 48em){pn-mainnav{-ms-flex-flow:row;flex-flow:row}}@media screen and (min-width: 64em){pn-mainnav{-ms-flex-flow:column;flex-flow:column}}@media screen and (min-width: 64em){pn-mainnav [slot=footer]{display:none}}pn-mainnav>nav{height:auto;width:100vw;background-color:#FFFFFF;z-index:2;-webkit-transform:translateX(100vw);transform:translateX(100vw);-webkit-transition:-webkit-transform 0.2s 0s;transition:-webkit-transform 0.2s 0s;transition:transform 0.2s 0s;transition:transform 0.2s 0s, -webkit-transform 0.2s 0s;-webkit-transition-property:visibility, -webkit-transform;transition-property:visibility, -webkit-transform;transition-property:transform, visibility;transition-property:transform, visibility, -webkit-transform;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;visibility:hidden;position:fixed;top:3em;bottom:0;left:0}@media screen and (min-width: 48em){pn-mainnav>nav{top:6.5em}}pn-mainnav>nav[data-menu-open=true]{visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (min-width: 64em){pn-mainnav>nav{-ms-flex-flow:row-reverse;flex-flow:row-reverse;top:0;position:static;height:auto;width:100%;-ms-flex-pack:justify;justify-content:space-between;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}}pn-mainnav>nav a{text-decoration:none}pn-mainnav>nav button{cursor:pointer}.mainnav-toggle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center}@media screen and (min-width: 64em){.mainnav-toggle{display:none}}.mainnav-toggle>button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#005D92;color:#FFFFFF;border-radius:2.4rem;border:none;padding:0.6rem 1.6rem;cursor:pointer;font-size:1.6rem}.mainnav-toggle>button:focus{outline:0}.mainnav-toggle>button pn-icon{margin-left:0.8rem;display:block}.mainnav-toggle>button svg{display:block;margin:-0.2rem -0.5rem -0.2rem 0;height:1.9rem;width:1.9rem}";
@@ -8,7 +8,7 @@ const { state, onChange } = createStore({
8
8
  requestAbortController: new AbortController()
9
9
  });
10
10
 
11
- const pnMarketwebSiteheaderSearchCss = ".siteheader-search a{display:none}@media screen and (min-width: 48em){.siteheader-search a{display:block}}.siteheader-search pn-search-field>.input-container button{background:#FFFFFF}.siteheader-search pn-search-field.button-icon pn-button,.siteheader-search pn-button{display:-ms-inline-flexbox;display:inline-flex}.siteheader-search pn-search-field.button-icon pn-button button,.siteheader-search pn-button button{-ms-flex-item-align:center;align-self:center;padding:0;height:2.3em;width:2.3em;line-height:0;min-height:unset;min-width:unset}.siteheader-search pn-search-field.button-icon pn-button pn-icon,.siteheader-search pn-button pn-icon{margin-left:0}.siteheader-search pn-search-field.button-icon pn-button .button-tooltip,.siteheader-search pn-button .button-tooltip{line-height:initial}.siteheader-search form{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:stretch;align-items:stretch;width:auto;-ms-flex:none;flex:none;display:-ms-flexbox;display:flex;padding:0;margin:0 0 0 0.4rem;position:relative;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 60em){.siteheader-search form{margin-right:1.6rem}}.siteheader-search form pn-search-field{min-width:13.5em}.siteheader-search form pn-search-field .input-container{-ms-flex-item-align:center;align-self:center}.siteheader-search form pn-search-field input{height:auto;min-height:1em;padding:0.6em 0.75em}";
11
+ const pnMarketwebSiteheaderSearchCss = ".siteheader-search a{display:none}@media screen and (min-width: 48em){.siteheader-search a{display:block}}.siteheader-search pn-search-field>.input-container button{background:#FFFFFF}.siteheader-search pn-search-field.button-icon pn-button,.siteheader-search pn-button{display:-ms-inline-flexbox;display:inline-flex}.siteheader-search pn-search-field.button-icon pn-button button,.siteheader-search pn-button button{-ms-flex-item-align:center;align-self:center;padding:0;height:2.3em;width:2.3em;line-height:0;min-height:unset;min-width:unset}.siteheader-search pn-search-field.button-icon pn-button pn-icon,.siteheader-search pn-button pn-icon{margin-left:0}.siteheader-search pn-search-field.button-icon pn-button .button-tooltip,.siteheader-search pn-button .button-tooltip{line-height:initial !important}.siteheader-search form{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:stretch;align-items:stretch;width:auto;-ms-flex:none;flex:none;display:-ms-flexbox;display:flex;padding:0;margin:0 0 0 0.4rem;position:relative;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 60em){.siteheader-search form{margin-right:1.6rem}}.siteheader-search form pn-search-field{min-width:13.5em}.siteheader-search form pn-search-field .input-container{-ms-flex-item-align:center;align-self:center}.siteheader-search form pn-search-field input{height:auto;min-height:1em;padding:0.6em 0.75em}";
12
12
 
13
13
  const PnMarketwebSiteheaderSearch = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
14
14
  constructor() {
@@ -146,6 +146,42 @@ const translations = {
146
146
  profileSelectionFlyoutHeading: 'Logged in as',
147
147
  unifiedLoginButton: 'Log in',
148
148
  unifiedMyPagesButton: 'My pages',
149
+ },
150
+ tr: {
151
+ searchlabel: 'Search',
152
+ searchplaceholder: 'Search',
153
+ searchbuttontext: 'Search',
154
+ menuHomeButton: 'Anasayfa',
155
+ menuGoBackButton: 'Go back',
156
+ mainMenuButton: 'Menu',
157
+ menuStartButton: 'Start',
158
+ profileSelectionFlyoutHeading: 'Logged in as',
159
+ unifiedLoginButton: 'Log in',
160
+ unifiedMyPagesButton: 'My pages',
161
+ },
162
+ pt: {
163
+ searchlabel: 'Search',
164
+ searchplaceholder: 'Search',
165
+ searchbuttontext: 'Search',
166
+ menuHomeButton: 'Página inicial',
167
+ menuGoBackButton: 'Go back',
168
+ mainMenuButton: 'Menu',
169
+ menuStartButton: 'Start',
170
+ profileSelectionFlyoutHeading: 'Logged in as',
171
+ unifiedLoginButton: 'Log in',
172
+ unifiedMyPagesButton: 'My pages',
173
+ },
174
+ pl: {
175
+ searchlabel: 'Search',
176
+ searchplaceholder: 'Search',
177
+ searchbuttontext: 'Search',
178
+ menuHomeButton: 'Główna',
179
+ menuGoBackButton: 'Go back',
180
+ mainMenuButton: 'Menu',
181
+ menuStartButton: 'Start',
182
+ profileSelectionFlyoutHeading: 'Logged in as',
183
+ unifiedLoginButton: 'Log in',
184
+ unifiedMyPagesButton: 'My pages',
149
185
  }
150
186
  };
151
187
 
@@ -86,7 +86,7 @@ const PnFindProductPricelist = /*@__PURE__*/ proxyCustomElement(class extends HT
86
86
  constructor() {
87
87
  super();
88
88
  this.__registerHost();
89
- this.source = "https://com-integration.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
89
+ this.source = "https://com-inte.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
90
90
  this.language = "sv";
91
91
  this.market = "se";
92
92
  this.productid = "";
@@ -12,55 +12,55 @@ class MarketWebContextService {
12
12
  this.markets = {
13
13
  se: {
14
14
  fallbackLanguage: "sv",
15
- integration: "se-integration.postnord.com",
16
- preproduction: "se-preproduction.postnord.com",
17
- production: "se-production.postnord.com",
15
+ integration: "se-inte.postnord.com",
16
+ preproduction: "se-prep.postnord.com",
17
+ production: "se-prod.postnord.com",
18
18
  live: "www.postnord.se",
19
19
  },
20
20
  dk: {
21
21
  fallbackLanguage: "da",
22
- integration: "dk-integration.postnord.com",
23
- preproduction: "dk-preproduction.postnord.com",
24
- production: "dk-production.postnord.com",
22
+ integration: "dk-inte.postnord.com",
23
+ preproduction: "dk-prep.postnord.com",
24
+ production: "dk-prod.postnord.com",
25
25
  live: "www.postnord.dk",
26
26
  },
27
27
  fi: {
28
28
  fallbackLanguage: "fi",
29
- integration: "fi-integration.postnord.com",
30
- preproduction: "fi-preproduction.postnord.com",
31
- production: "fi-production.postnord.com",
29
+ integration: "fi-inte.postnord.com",
30
+ preproduction: "fi-prep.postnord.com",
31
+ production: "fi-prod.postnord.com",
32
32
  live: "www.postnord.fi",
33
33
  },
34
34
  no: {
35
35
  fallbackLanguage: "no",
36
- integration: "no-integration.postnord.com",
37
- preproduction: "no-preproduction.postnord.com",
38
- production: "no-production.postnord.com",
36
+ integration: "no-inte.postnord.com",
37
+ preproduction: "no-prep.postnord.com",
38
+ production: "no-prod.postnord.com",
39
39
  live: "www.postnord.no",
40
40
  },
41
41
  com: {
42
42
  fallbackLanguage: "en",
43
- integration: "com-integration.postnord.com",
44
- preproduction: "com-preproduction.postnord.com",
45
- production: "com-production.postnord.com",
43
+ integration: "com-inte.postnord.com",
44
+ preproduction: "com-prep.postnord.com",
45
+ production: "com-prod.postnord.com",
46
46
  live: "www.postnord.com",
47
47
  },
48
48
  de: {
49
49
  fallbackLanguage: "en",
50
- integration: "de-integration.postnord.com",
51
- preproduction: "de-preproduction.postnord.com",
52
- production: "de-production.postnord.com",
50
+ integration: "de-inte.postnord.com",
51
+ preproduction: "de-prep.postnord.com",
52
+ production: "de-prod.postnord.com",
53
53
  live: "www.postnord.de",
54
54
  },
55
55
  tpl: {
56
56
  fallbackLanguage: "sv",
57
- integration: "tpl-integration.postnord.com",
58
- preproduction: "tpl-preproduction.postnord.com",
59
- production: "tpl-production.postnord.com",
57
+ integration: "tpl-inte.postnord.com",
58
+ preproduction: "tpl-prep.postnord.com",
59
+ production: "tpl-prod.postnord.com",
60
60
  live: "tpl.postnord.com",
61
61
  },
62
62
  };
63
- this.environmentTypes = ["integration", "preproduction", "production"];
63
+ this.environmentTypes = ["integration", "preproduction", "production", "inte", "prep", "prod"];
64
64
  this.environments = {
65
65
  production: {
66
66
  name: "production",
@@ -68,11 +68,11 @@ class MarketWebContextService {
68
68
  },
69
69
  preproduction: {
70
70
  name: "preproduction",
71
- url: "https://com-preproduction.postnord.com/",
71
+ url: "https://com-prep.postnord.com/",
72
72
  },
73
73
  integration: {
74
74
  name: "integration",
75
- url: "https://com-integration.postnord.com/",
75
+ url: "https://com-inte.postnord.com/",
76
76
  },
77
77
  };
78
78
  this.href = href;
@@ -34,12 +34,12 @@ const weights = {
34
34
  const RealValues = {
35
35
  WebUrl: "https://riktigavykort.postnord.se/sv",
36
36
  AndroidAppUrl: "https://play.google.com/store/apps/details?id=se.posten.riktigavykort&hl=sv",
37
- AndroidImg: "https://com-integration.postnord.com/globalassets/icons/logos-and-badges/google-play-badge_se.svg",
37
+ AndroidImg: "https://com-inte.postnord.com/globalassets/icons/logos-and-badges/google-play-badge_se.svg",
38
38
  IosAppUrl: "https://apps.apple.com/se/app/riktiga-vykort/id444458799?l=sv",
39
- IosImg: "https://com-integration.postnord.com/globalassets/icons/logos-and-badges/app_store_badge_se_rgb_blk.svg",
39
+ IosImg: "https://com-inte.postnord.com/globalassets/icons/logos-and-badges/app_store_badge_se_rgb_blk.svg",
40
40
  };
41
41
 
42
- const fileLocation = "https://com-integration.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
42
+ const fileLocation = "https://com-inte.postnord.com/globalassets/global/prices/sv-findprice-1-PN.xlsx";
43
43
 
44
44
  const sendDirectUrl = "https://portal.postnord.com/skickadirekt/";
45
45
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, a as Host, g as getElement } from './index-be8c3299.js';
2
- import { F as FetchHelper, M as MarketWebContextService } from './FetchHelper-eb0357e9.js';
2
+ import { F as FetchHelper, M as MarketWebContextService } from './FetchHelper-90e30133.js';
3
3
  import { d as debounce_1 } from './index-8976f360.js';
4
4
 
5
5
  const pnAddressAutofillCss = "pn-address-autofill pn-marketweb-input{width:50%}pn-address-autofill .input-container-row{display:-ms-flexbox;display:flex;gap:1rem;margin-bottom:1rem}pn-address-autofill .label-container{color:#5E554A;font-size:0.875em;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end}pn-address-autofill .autocomplete-items{position:absolute;border-radius:0.8rem;border:0.1rem solid #5E554A;width:100%;max-height:30rem;overflow-y:auto}pn-address-autofill .autocomplete-items:hover,pn-address-autofill .autocomplete-items :focus{border:0.1rem solid #00A0D6}pn-address-autofill .autocomplete-items div{padding:1.6rem;cursor:pointer;background-color:#fff;border:0.1rem solid transparent}pn-address-autofill .autocomplete-items div:first-child{border-radius:0.8rem 0.8rem 0 0}pn-address-autofill .autocomplete-items div:last-child{border-radius:0 0 0.8rem 0.8rem}pn-address-autofill .autocomplete-items div:hover{background-color:#e0f8ff}pn-address-autofill .autocomplete-items .autocomplete-active{background-color:#e0f8ff}";
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h, a as Host } from './index-be8c3299.js';
2
2
  import { s as state } from './pn-find-price-store-9d2df21a.js';
3
- import { a as stampShopUrl, b as sendDirectUrl, R as RealValues } from './data-82a26ab4.js';
3
+ import { a as stampShopUrl, b as sendDirectUrl, R as RealValues } from './data-b2909ec8.js';
4
4
  import './index-e6fbe66d.js';
5
5
 
6
6
  const pnFindPriceResultCss = "pn-find-price-result .test{margin:3em 0}.resultcontent{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-positive:1;flex-grow:1}";
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h } from './index-be8c3299.js';
2
- import { f as fileLocation, s as sizeCategories, w as weights } from './data-82a26ab4.js';
2
+ import { f as fileLocation, s as sizeCategories, w as weights } from './data-b2909ec8.js';
3
3
  import { c as convertFileForSizeCategogy } from './convert-f6377d13.js';
4
4
  import { s as state } from './pn-find-price-store-9d2df21a.js';
5
5
  import './_commonjsHelpers-27f122dd.js';
@@ -131,7 +131,7 @@ const pnFindServiceAndPriceCss = "pn-find-service-and-price .findprice-form{max-
131
131
  const PnfindServiceAndPrice = class {
132
132
  constructor(hostRef) {
133
133
  registerInstance(this, hostRef);
134
- this.source = "https://com-integration.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx";
134
+ this.source = "https://com-inte.postnord.com/globalassets/global/prices/sv-se-findprice.xlsx";
135
135
  this.language = "sv";
136
136
  this.market = "se";
137
137
  this.filteredItems = [];