@purpurds/promotion-card 6.1.4 → 6.3.0
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.
- package/dist/LICENSE.txt +6 -6
- package/package.json +31 -17
package/dist/LICENSE.txt
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
Name: @purpurds/badge
|
|
2
|
-
Version: 6.
|
|
2
|
+
Version: 6.2.0
|
|
3
3
|
License: AGPL-3.0-only
|
|
4
4
|
Private: false
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
Name: @purpurds/button
|
|
9
|
-
Version: 6.
|
|
9
|
+
Version: 6.2.0
|
|
10
10
|
License: AGPL-3.0-only
|
|
11
11
|
Private: false
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
15
|
Name: @purpurds/card
|
|
16
|
-
Version: 6.
|
|
16
|
+
Version: 6.2.0
|
|
17
17
|
License: AGPL-3.0-only
|
|
18
18
|
Private: false
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
Name: @purpurds/cta-link
|
|
23
|
-
Version: 6.
|
|
23
|
+
Version: 6.2.0
|
|
24
24
|
License: AGPL-3.0-only
|
|
25
25
|
Private: false
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
29
|
Name: @purpurds/heading
|
|
30
|
-
Version: 6.
|
|
30
|
+
Version: 6.2.0
|
|
31
31
|
License: AGPL-3.0-only
|
|
32
32
|
Private: false
|
|
33
33
|
|
|
34
34
|
---
|
|
35
35
|
|
|
36
36
|
Name: @purpurds/paragraph
|
|
37
|
-
Version: 6.
|
|
37
|
+
Version: 6.2.0
|
|
38
38
|
License: AGPL-3.0-only
|
|
39
39
|
Private: false
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/promotion-card",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/promotion-card.cjs.js",
|
|
6
6
|
"types": "./dist/promotion-card.d.ts",
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
"source": "src/promotion-card.tsx",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"classnames": "~2.5.0",
|
|
20
|
-
"@purpurds/button": "6.
|
|
21
|
-
"@purpurds/card": "6.
|
|
22
|
-
"@purpurds/badge": "6.
|
|
23
|
-
"@purpurds/cta-link": "6.
|
|
24
|
-
"@purpurds/heading": "6.
|
|
25
|
-
"@purpurds/paragraph": "6.
|
|
26
|
-
"@purpurds/icon": "6.
|
|
27
|
-
"@purpurds/tokens": "6.
|
|
20
|
+
"@purpurds/button": "6.3.0",
|
|
21
|
+
"@purpurds/card": "6.3.0",
|
|
22
|
+
"@purpurds/badge": "6.3.0",
|
|
23
|
+
"@purpurds/cta-link": "6.3.0",
|
|
24
|
+
"@purpurds/heading": "6.3.0",
|
|
25
|
+
"@purpurds/paragraph": "6.3.0",
|
|
26
|
+
"@purpurds/icon": "6.3.0",
|
|
27
|
+
"@purpurds/tokens": "6.3.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@rushstack/eslint-patch": "~1.10.0",
|
|
@@ -32,25 +32,39 @@
|
|
|
32
32
|
"storybook": "^8.3.5",
|
|
33
33
|
"@telia/base-rig": "~8.2.0",
|
|
34
34
|
"@telia/react-rig": "~3.2.0",
|
|
35
|
-
"@testing-library/dom": "~
|
|
35
|
+
"@testing-library/dom": "~10.4.0",
|
|
36
36
|
"@testing-library/jest-dom": "~6.4.0",
|
|
37
|
-
"@testing-library/react": "~
|
|
37
|
+
"@testing-library/react": "~ 16.2.0",
|
|
38
38
|
"@types/node": "20.12.12",
|
|
39
|
-
"@types/react-dom": "^
|
|
40
|
-
"@types/react": "^
|
|
39
|
+
"@types/react-dom": "^19.0.4",
|
|
40
|
+
"@types/react": "^19.0.10",
|
|
41
41
|
"eslint-plugin-testing-library": "~6.2.0",
|
|
42
42
|
"eslint": "^8.57.0",
|
|
43
43
|
"jsdom": "~22.1.0",
|
|
44
44
|
"lint-staged": "~10.5.3",
|
|
45
45
|
"prettier": "~2.8.8",
|
|
46
|
-
"react-dom": "^
|
|
47
|
-
"react": "^
|
|
46
|
+
"react-dom": "^19.0.0",
|
|
47
|
+
"react": "^19.0.0",
|
|
48
48
|
"typescript": "^5.6.3",
|
|
49
49
|
"vite": "5.4.8",
|
|
50
50
|
"vitest": "^2.1.2",
|
|
51
51
|
"@purpurds/component-rig": "1.0.0",
|
|
52
|
-
"@purpurds/
|
|
53
|
-
"@purpurds/
|
|
52
|
+
"@purpurds/grid": "6.3.0",
|
|
53
|
+
"@purpurds/text-spacing": "6.3.0"
|
|
54
|
+
},
|
|
55
|
+
"peerDependencies": {
|
|
56
|
+
"@types/react": "^18 || ^19",
|
|
57
|
+
"@types/react-dom": "^18 || ^19",
|
|
58
|
+
"react": "^18 || ^19",
|
|
59
|
+
"react-dom": "^18 || ^19"
|
|
60
|
+
},
|
|
61
|
+
"peerDependenciesMeta": {
|
|
62
|
+
"@types/react": {
|
|
63
|
+
"optional": true
|
|
64
|
+
},
|
|
65
|
+
"@types/react-dom": {
|
|
66
|
+
"optional": true
|
|
67
|
+
}
|
|
54
68
|
},
|
|
55
69
|
"scripts": {
|
|
56
70
|
"build:dev": "vite",
|