@postnord/pn-marketweb-components 2.4.27 → 2.4.29

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 (66) hide show
  1. package/cjs/index-4199ff85.js +20 -4
  2. package/cjs/loader.cjs.js +1 -1
  3. package/cjs/pn-cta-block.cjs.entry.js +33 -0
  4. package/cjs/pn-dropdown-with-multi-input-rows-row.cjs.entry.js +183 -0
  5. package/cjs/pn-dropdown-with-multi-input-rows.cjs.entry.js +309 -0
  6. package/cjs/pn-market-web-components.cjs.js +1 -1
  7. package/cjs/pn-multiple-input.cjs.entry.js +105 -0
  8. package/collection/collection-manifest.json +4 -0
  9. package/collection/components/cta/pn-cta-block/cta-block.stories.js +252 -0
  10. package/collection/components/cta/pn-cta-block/pn-cta-block.css +187 -0
  11. package/collection/components/cta/pn-cta-block/pn-cta-block.js +169 -0
  12. package/collection/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows-row.css +27 -0
  13. package/collection/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows-row.js +673 -0
  14. package/collection/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.css +26 -0
  15. package/collection/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.js +970 -0
  16. package/collection/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.stories.js +86 -0
  17. package/collection/components/input/pn-dropdown-with-multi-input-rows/types.js +1 -0
  18. package/collection/components/input/pn-multiple-input/pn-multiple-input.css +16 -0
  19. package/collection/components/input/pn-multiple-input/pn-multiple-input.js +185 -0
  20. package/collection/components/input/pn-multiple-input/pn-multiple-input.stories.js +24 -0
  21. package/collection/components/input/pn-multiple-input/types.js +1 -0
  22. package/components/index.d.ts +4 -0
  23. package/components/index.js +4 -0
  24. package/components/pn-cta-block.d.ts +11 -0
  25. package/components/pn-cta-block.js +57 -0
  26. package/components/pn-dropdown-with-multi-input-rows-row.d.ts +11 -0
  27. package/components/pn-dropdown-with-multi-input-rows-row.js +6 -0
  28. package/components/pn-dropdown-with-multi-input-rows-row2.js +232 -0
  29. package/components/pn-dropdown-with-multi-input-rows.d.ts +11 -0
  30. package/components/pn-dropdown-with-multi-input-rows.js +379 -0
  31. package/components/pn-multiple-input.d.ts +11 -0
  32. package/components/pn-multiple-input.js +130 -0
  33. package/esm/index-ee44c065.js +20 -4
  34. package/esm/loader.js +1 -1
  35. package/esm/pn-cta-block.entry.js +29 -0
  36. package/esm/pn-dropdown-with-multi-input-rows-row.entry.js +179 -0
  37. package/esm/pn-dropdown-with-multi-input-rows.entry.js +305 -0
  38. package/esm/pn-market-web-components.js +1 -1
  39. package/esm/pn-multiple-input.entry.js +101 -0
  40. package/esm-es5/index-ee44c065.js +1 -1
  41. package/esm-es5/loader.js +1 -1
  42. package/esm-es5/pn-cta-block.entry.js +1 -0
  43. package/esm-es5/pn-dropdown-with-multi-input-rows-row.entry.js +1 -0
  44. package/esm-es5/pn-dropdown-with-multi-input-rows.entry.js +1 -0
  45. package/esm-es5/pn-market-web-components.js +1 -1
  46. package/esm-es5/pn-multiple-input.entry.js +1 -0
  47. package/package.json +1 -1
  48. package/pn-market-web-components/p-313658e7.entry.js +1 -0
  49. package/pn-market-web-components/p-47239bce.system.entry.js +1 -0
  50. package/pn-market-web-components/p-52e8d0ec.system.entry.js +1 -0
  51. package/pn-market-web-components/p-71740e7e.system.entry.js +1 -0
  52. package/pn-market-web-components/p-7787ca3b.entry.js +1 -0
  53. package/pn-market-web-components/p-ad952e14.system.entry.js +1 -0
  54. package/pn-market-web-components/p-e05b6e0c.entry.js +1 -0
  55. package/pn-market-web-components/p-f02617fc.entry.js +1 -0
  56. package/pn-market-web-components/p-fcdb7381.system.js +1 -1
  57. package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
  58. package/types/components/cta/pn-cta-block/pn-cta-block.d.ts +14 -0
  59. package/types/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows-row.d.ts +59 -0
  60. package/types/components/input/pn-dropdown-with-multi-input-rows/pn-dropdown-with-multi-input-rows.d.ts +77 -0
  61. package/types/components/input/pn-dropdown-with-multi-input-rows/types.d.ts +18 -0
  62. package/types/components/input/pn-multiple-input/pn-multiple-input.d.ts +22 -0
  63. package/types/components/input/pn-multiple-input/types.d.ts +11 -0
  64. package/types/components.d.ts +207 -6
  65. package/umd/modules/@postnord/web-components/package.json +32 -62
  66. package/umd/modules/@webcomponents/custom-elements/package.json +23 -58
@@ -1,45 +1,25 @@
1
1
  {
2
- "_args": [
3
- [
4
- "@webcomponents/custom-elements@1.5.0",
5
- "/opt/atlassian/pipelines/agent/build"
6
- ]
7
- ],
8
- "_development": true,
9
- "_from": "@webcomponents/custom-elements@1.5.0",
10
- "_id": "@webcomponents/custom-elements@1.5.0",
11
- "_inBundle": false,
12
- "_integrity": "sha512-c+7jPQCs9h/BYVcZ2Kna/3tsl3A/9EyXfvWjp5RiTDm1OpTcbZaCa1z4RNcTe/hUtXaqn64JjNW1yrWT+rZ8gg==",
13
- "_location": "/@webcomponents/custom-elements",
14
- "_phantomChildren": {},
15
- "_requested": {
16
- "type": "version",
17
- "registry": true,
18
- "raw": "@webcomponents/custom-elements@1.5.0",
19
- "name": "@webcomponents/custom-elements",
20
- "escapedName": "@webcomponents%2fcustom-elements",
21
- "scope": "@webcomponents",
22
- "rawSpec": "1.5.0",
23
- "saveSpec": null,
24
- "fetchSpec": "1.5.0"
25
- },
26
- "_requiredBy": [
27
- "#DEV:/"
28
- ],
29
- "_resolved": "https://registry.npmjs.org/@webcomponents/custom-elements/-/custom-elements-1.5.0.tgz",
30
- "_spec": "1.5.0",
31
- "_where": "/opt/atlassian/pipelines/agent/build",
32
- "author": {
33
- "name": "The Polymer Project Authors",
34
- "url": "https://polymer.github.io/AUTHORS.txt"
35
- },
36
- "bugs": {
37
- "url": "https://github.com/webcomponents/polyfills/issues?q=is%3Aissue+is%3Aopen+label%3A\"Package%3A+custom-elements\""
2
+ "name": "@webcomponents/custom-elements",
3
+ "version": "1.5.0",
4
+ "publishConfig": {
5
+ "access": "public"
38
6
  },
39
7
  "description": "HTML Custom Elements Polyfill",
40
- "devDependencies": {
41
- "@webcomponents/html-imports": "^1.3.0",
42
- "@webcomponents/shadydom": "^1.9.0"
8
+ "license": "BSD-3-Clause",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/webcomponents/polyfills.git",
12
+ "directory": "packages/custom-elements"
13
+ },
14
+ "author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)",
15
+ "homepage": "https://github.com/webcomponents/polyfills/tree/master/packages/custom-elements",
16
+ "bugs": "https://github.com/webcomponents/polyfills/issues?q=is%3Aissue+is%3Aopen+label%3A\"Package%3A+custom-elements\"",
17
+ "main": "custom-elements.min.js",
18
+ "scripts": {
19
+ "build": "tsc && gulp",
20
+ "build:watch": "chokidar --initial 'ts_src/**/*.ts' -c 'npm run build'",
21
+ "debug": "rollup -c",
22
+ "prepack": "npm run build"
43
23
  },
44
24
  "files": [
45
25
  "CHANGELOG.md",
@@ -47,8 +27,6 @@
47
27
  "externs/",
48
28
  "src/"
49
29
  ],
50
- "gitHead": "966c28a79fcd46dedc4367be6b93404565ab9cf6",
51
- "homepage": "https://github.com/webcomponents/polyfills/tree/master/packages/custom-elements",
52
30
  "keywords": [
53
31
  "custom-elements",
54
32
  "customelements",
@@ -57,22 +35,9 @@
57
35
  "polyfill",
58
36
  "shim"
59
37
  ],
60
- "license": "BSD-3-Clause",
61
- "main": "custom-elements.min.js",
62
- "name": "@webcomponents/custom-elements",
63
- "publishConfig": {
64
- "access": "public"
65
- },
66
- "repository": {
67
- "type": "git",
68
- "url": "git+https://github.com/webcomponents/polyfills.git",
69
- "directory": "packages/custom-elements"
70
- },
71
- "scripts": {
72
- "build": "tsc && gulp",
73
- "build:watch": "chokidar --initial 'ts_src/**/*.ts' -c 'npm run build'",
74
- "debug": "rollup -c",
75
- "prepack": "npm run build"
38
+ "devDependencies": {
39
+ "@webcomponents/html-imports": "^1.3.0",
40
+ "@webcomponents/shadydom": "^1.9.0"
76
41
  },
77
- "version": "1.5.0"
42
+ "gitHead": "966c28a79fcd46dedc4367be6b93404565ab9cf6"
78
43
  }