@postnord/pn-marketweb-components 2.0.119 → 2.0.121

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 (81) 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-marketweb-siteheader.cjs.entry.js +4 -2
  10. package/cjs/pn-product-pricelist.cjs.entry.js +2 -1
  11. package/collection/collection-manifest.json +2 -0
  12. package/collection/components/charts/pn-chart/pn-chart-helper.js +52 -0
  13. package/collection/components/charts/pn-chart/pn-chart.css +26 -0
  14. package/collection/components/charts/pn-chart/pn-chart.js +94 -0
  15. package/collection/components/charts/pn-chart/pn-chart.stories.js +0 -0
  16. package/collection/components/charts/pn-chart/types.js +1 -0
  17. package/collection/components/charts/pn-charts-card/pn-charts-card.css +106 -0
  18. package/collection/components/charts/pn-charts-card/pn-charts-card.js +156 -0
  19. package/collection/components/charts/pn-charts-card/pn-charts-card.stories.js +75 -0
  20. package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.css +10 -1
  21. package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.js +21 -1
  22. package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.stories.js +4 -2
  23. package/custom-elements/index.d.ts +12 -0
  24. package/custom-elements/index.js +21968 -20
  25. package/esm/_commonjsHelpers-27f122dd.js +32 -0
  26. package/esm/{convert-ae809f9c.js → convert-f6377d13.js} +2 -16
  27. package/esm/loader.js +1 -1
  28. package/esm/pn-chart.entry.js +21915 -0
  29. package/esm/pn-charts-card.entry.js +17 -0
  30. package/esm/pn-find-price.entry.js +2 -1
  31. package/esm/pn-find-service-and-price.entry.js +2 -1
  32. package/esm/pn-market-web-components.js +1 -1
  33. package/esm/pn-marketweb-siteheader.entry.js +4 -2
  34. package/esm/pn-product-pricelist.entry.js +2 -1
  35. package/esm-es5/_commonjsHelpers-27f122dd.js +1 -0
  36. package/esm-es5/{convert-ae809f9c.js → convert-f6377d13.js} +2 -2
  37. package/esm-es5/loader.js +1 -1
  38. package/esm-es5/pn-chart.entry.js +16 -0
  39. package/esm-es5/pn-charts-card.entry.js +1 -0
  40. package/esm-es5/pn-find-price.entry.js +1 -1
  41. package/esm-es5/pn-find-service-and-price.entry.js +1 -1
  42. package/esm-es5/pn-market-web-components.js +1 -1
  43. package/esm-es5/pn-marketweb-siteheader.entry.js +1 -1
  44. package/esm-es5/pn-product-pricelist.entry.js +1 -1
  45. package/package.json +3 -1
  46. package/pn-market-web-components/p-1751415f.entry.js +16 -0
  47. package/pn-market-web-components/p-35fcd76c.system.entry.js +1 -0
  48. package/pn-market-web-components/p-3c0d63fb.system.entry.js +1 -0
  49. package/pn-market-web-components/p-67887512.system.js +1 -1
  50. package/pn-market-web-components/p-736e5b84.system.entry.js +1 -0
  51. package/pn-market-web-components/p-77557da8.entry.js +1 -0
  52. package/pn-market-web-components/p-814af281.js +1 -0
  53. package/pn-market-web-components/{p-0ea97ca0.system.js → p-8766fa86.system.js} +2 -2
  54. package/pn-market-web-components/p-8e4d292f.entry.js +1 -0
  55. package/pn-market-web-components/p-93b6310e.system.entry.js +1 -0
  56. package/pn-market-web-components/p-aab2e28f.entry.js +1 -0
  57. package/pn-market-web-components/p-b97cb315.system.entry.js +16 -0
  58. package/pn-market-web-components/p-b9f2577c.entry.js +1 -0
  59. package/pn-market-web-components/p-bfe239ca.js +13 -0
  60. package/pn-market-web-components/p-d3a0ed9b.system.entry.js +1 -0
  61. package/pn-market-web-components/p-effbbf45.entry.js +1 -0
  62. package/pn-market-web-components/p-fe1f76a3.system.js +1 -0
  63. package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
  64. package/types/components/charts/pn-chart/pn-chart-helper.d.ts +46 -0
  65. package/types/components/charts/pn-chart/pn-chart.d.ts +17 -0
  66. package/types/components/charts/pn-chart/types.d.ts +7 -0
  67. package/types/components/charts/pn-charts-card/pn-charts-card.d.ts +12 -0
  68. package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.d.ts +2 -0
  69. package/types/components.d.ts +54 -0
  70. package/umd/pn-marketweb-init.js +41 -37
  71. package/umd/pn-marketweb-salesforce.js +2 -2
  72. package/cjs/convert-362ef5e6.js +0 -1840
  73. package/pn-market-web-components/p-0ed41da6.system.entry.js +0 -1
  74. package/pn-market-web-components/p-3231d8c0.entry.js +0 -1
  75. package/pn-market-web-components/p-513e3c62.entry.js +0 -1
  76. package/pn-market-web-components/p-774b7a9f.entry.js +0 -1
  77. package/pn-market-web-components/p-8144bcbc.system.entry.js +0 -1
  78. package/pn-market-web-components/p-9adc3940.js +0 -13
  79. package/pn-market-web-components/p-b32a8507.entry.js +0 -1
  80. package/pn-market-web-components/p-bc22baf1.system.entry.js +0 -1
  81. package/pn-market-web-components/p-fecc53bb.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.