@postnord/pn-marketweb-components 2.0.120 → 2.0.122

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 (111) hide show
  1. package/cjs/_commonjsHelpers-206db00d.js +37 -0
  2. package/cjs/convert-b219d02d.js +1826 -0
  3. package/cjs/loader.cjs.js +1 -1
  4. package/cjs/pn-chart.cjs.entry.js +21919 -0
  5. package/cjs/pn-charts-card.cjs.entry.js +21 -0
  6. package/cjs/pn-find-price.cjs.entry.js +2 -1
  7. package/cjs/pn-find-service-and-price.cjs.entry.js +2 -1
  8. package/cjs/pn-market-web-components.cjs.js +1 -1
  9. package/cjs/pn-product-pricelist.cjs.entry.js +2 -1
  10. package/cjs/pn-quick-cta.cjs.entry.js +1 -1
  11. package/cjs/pn-quote-card.cjs.entry.js +1 -1
  12. package/cjs/pn-spotlight.cjs.entry.js +1 -1
  13. package/cjs/pn-stats-info-data.cjs.entry.js +1 -1
  14. package/cjs/pn-teaser-card.cjs.entry.js +4 -2
  15. package/collection/collection-manifest.json +2 -0
  16. package/collection/components/cards/pn-quote-card/pn-quote-card.css +62 -1
  17. package/collection/components/cards/pn-quote-card/pn-quote-card.stories.js +4 -4
  18. package/collection/components/cards/pn-teaser-card/pn-teaser-card.css +40 -6
  19. package/collection/components/cards/pn-teaser-card/pn-teaser-card.js +5 -2
  20. package/collection/components/cards/pn-teaser-card/pn-teaser-card.stories.js +23 -12
  21. package/collection/components/charts/pn-chart/pn-chart-helper.js +52 -0
  22. package/collection/components/charts/pn-chart/pn-chart.css +26 -0
  23. package/collection/components/charts/pn-chart/pn-chart.js +94 -0
  24. package/collection/components/charts/pn-chart/pn-chart.stories.js +0 -0
  25. package/collection/components/charts/pn-chart/types.js +1 -0
  26. package/collection/components/charts/pn-charts-card/pn-charts-card.css +106 -0
  27. package/collection/components/charts/pn-charts-card/pn-charts-card.js +156 -0
  28. package/collection/components/charts/pn-charts-card/pn-charts-card.stories.js +75 -0
  29. package/collection/components/cta/pn-quick-cta/pn-quick-cta.css +2 -0
  30. package/collection/components/cta/pn-spotlight/pn-spotlight.css +1 -0
  31. package/collection/components/data-visualization/pn-stats-info/pn-stats-info-data/pn-stats-info-data.css +1 -1
  32. package/custom-elements/index.d.ts +12 -0
  33. package/custom-elements/index.js +21972 -24
  34. package/esm/_commonjsHelpers-27f122dd.js +32 -0
  35. package/esm/{convert-ae809f9c.js → convert-f6377d13.js} +2 -16
  36. package/esm/loader.js +1 -1
  37. package/esm/pn-chart.entry.js +21915 -0
  38. package/esm/pn-charts-card.entry.js +17 -0
  39. package/esm/pn-find-price.entry.js +2 -1
  40. package/esm/pn-find-service-and-price.entry.js +2 -1
  41. package/esm/pn-market-web-components.js +1 -1
  42. package/esm/pn-product-pricelist.entry.js +2 -1
  43. package/esm/pn-quick-cta.entry.js +1 -1
  44. package/esm/pn-quote-card.entry.js +1 -1
  45. package/esm/pn-spotlight.entry.js +1 -1
  46. package/esm/pn-stats-info-data.entry.js +1 -1
  47. package/esm/pn-teaser-card.entry.js +4 -2
  48. package/esm-es5/_commonjsHelpers-27f122dd.js +1 -0
  49. package/esm-es5/{convert-ae809f9c.js → convert-f6377d13.js} +2 -2
  50. package/esm-es5/loader.js +1 -1
  51. package/esm-es5/pn-chart.entry.js +16 -0
  52. package/esm-es5/pn-charts-card.entry.js +1 -0
  53. package/esm-es5/pn-find-price.entry.js +1 -1
  54. package/esm-es5/pn-find-service-and-price.entry.js +1 -1
  55. package/esm-es5/pn-market-web-components.js +1 -1
  56. package/esm-es5/pn-product-pricelist.entry.js +1 -1
  57. package/esm-es5/pn-quick-cta.entry.js +1 -1
  58. package/esm-es5/pn-quote-card.entry.js +1 -1
  59. package/esm-es5/pn-spotlight.entry.js +1 -1
  60. package/esm-es5/pn-stats-info-data.entry.js +1 -1
  61. package/esm-es5/pn-teaser-card.entry.js +1 -1
  62. package/package.json +3 -1
  63. package/pn-market-web-components/p-0b6ceed4.entry.js +1 -0
  64. package/pn-market-web-components/p-1751415f.entry.js +16 -0
  65. package/pn-market-web-components/p-1c38553b.system.entry.js +1 -0
  66. package/pn-market-web-components/p-35fcd76c.system.entry.js +1 -0
  67. package/pn-market-web-components/p-3c0d63fb.system.entry.js +1 -0
  68. package/pn-market-web-components/p-48c3225c.entry.js +1 -0
  69. package/pn-market-web-components/{p-15ae4d8a.system.entry.js → p-620d647d.system.entry.js} +1 -1
  70. package/pn-market-web-components/{p-4e0757d5.entry.js → p-63176326.entry.js} +1 -1
  71. package/pn-market-web-components/p-67887512.system.js +1 -1
  72. package/pn-market-web-components/p-736e5b84.system.entry.js +1 -0
  73. package/pn-market-web-components/p-77557da8.entry.js +1 -0
  74. package/pn-market-web-components/{p-489412d3.entry.js → p-7fd8b012.entry.js} +1 -1
  75. package/pn-market-web-components/p-810c3a61.system.entry.js +1 -0
  76. package/pn-market-web-components/p-814af281.js +1 -0
  77. package/pn-market-web-components/{p-0ea97ca0.system.js → p-8766fa86.system.js} +2 -2
  78. package/pn-market-web-components/p-8e38c337.entry.js +1 -0
  79. package/pn-market-web-components/p-8e4d292f.entry.js +1 -0
  80. package/pn-market-web-components/p-aab2e28f.entry.js +1 -0
  81. package/pn-market-web-components/p-af415c1a.system.entry.js +1 -0
  82. package/pn-market-web-components/p-b07ec226.system.entry.js +1 -0
  83. package/pn-market-web-components/p-b97cb315.system.entry.js +16 -0
  84. package/pn-market-web-components/p-bfe239ca.js +13 -0
  85. package/pn-market-web-components/p-d3a0ed9b.system.entry.js +1 -0
  86. package/pn-market-web-components/p-effbbf45.entry.js +1 -0
  87. package/pn-market-web-components/p-fe1f76a3.system.js +1 -0
  88. package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
  89. package/types/components/cards/pn-teaser-card/pn-teaser-card.d.ts +1 -0
  90. package/types/components/charts/pn-chart/pn-chart-helper.d.ts +46 -0
  91. package/types/components/charts/pn-chart/pn-chart.d.ts +17 -0
  92. package/types/components/charts/pn-chart/types.d.ts +7 -0
  93. package/types/components/charts/pn-charts-card/pn-charts-card.d.ts +12 -0
  94. package/types/components.d.ts +46 -0
  95. package/umd/pn-marketweb-init.js +41 -37
  96. package/umd/pn-marketweb-salesforce.js +2 -2
  97. package/cjs/convert-362ef5e6.js +0 -1840
  98. package/pn-market-web-components/p-496c4b55.entry.js +0 -1
  99. package/pn-market-web-components/p-513e3c62.entry.js +0 -1
  100. package/pn-market-web-components/p-774b7a9f.entry.js +0 -1
  101. package/pn-market-web-components/p-8144bcbc.system.entry.js +0 -1
  102. package/pn-market-web-components/p-906c9278.system.entry.js +0 -1
  103. package/pn-market-web-components/p-93352282.entry.js +0 -1
  104. package/pn-market-web-components/p-95d13488.system.entry.js +0 -1
  105. package/pn-market-web-components/p-9854fc3d.system.entry.js +0 -1
  106. package/pn-market-web-components/p-9adc3940.js +0 -13
  107. package/pn-market-web-components/p-a2469aa9.entry.js +0 -1
  108. package/pn-market-web-components/p-b32a8507.entry.js +0 -1
  109. package/pn-market-web-components/p-bc22baf1.system.entry.js +0 -1
  110. package/pn-market-web-components/p-cd12c6b1.system.entry.js +0 -1
  111. package/pn-market-web-components/p-fecc53bb.system.entry.js +0 -1
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
+
5
+ function createCommonjsModule(fn, basedir, module) {
6
+ return module = {
7
+ path: basedir,
8
+ exports: {},
9
+ require: function (path, base) {
10
+ return commonjsRequire();
11
+ }
12
+ }, fn(module, module.exports), module.exports;
13
+ }
14
+
15
+ function getAugmentedNamespace(n) {
16
+ if (n.__esModule) return n;
17
+ var a = Object.defineProperty({}, '__esModule', {value: true});
18
+ Object.keys(n).forEach(function (k) {
19
+ var d = Object.getOwnPropertyDescriptor(n, k);
20
+ Object.defineProperty(a, k, d.get ? d : {
21
+ enumerable: true,
22
+ get: function () {
23
+ return n[k];
24
+ }
25
+ });
26
+ });
27
+ return a;
28
+ }
29
+
30
+ function commonjsRequire () {
31
+ throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
32
+ }
33
+
34
+ exports.commonjsGlobal = commonjsGlobal;
35
+ exports.commonjsRequire = commonjsRequire;
36
+ exports.createCommonjsModule = createCommonjsModule;
37
+ exports.getAugmentedNamespace = getAugmentedNamespace;