@purpurds/promotion-card 7.7.0 → 7.9.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 +4 -4
- package/package.json +15 -15
- package/src/promotion-card.stories.tsx +1 -1
package/dist/LICENSE.txt
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
Name: @purpurds/badge
|
|
2
|
-
Version: 7.
|
|
2
|
+
Version: 7.8.0
|
|
3
3
|
License: AGPL-3.0-only
|
|
4
4
|
Private: false
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
Name: @purpurds/card
|
|
9
|
-
Version: 7.
|
|
9
|
+
Version: 7.8.0
|
|
10
10
|
License: AGPL-3.0-only
|
|
11
11
|
Private: false
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
15
|
Name: @purpurds/heading
|
|
16
|
-
Version: 7.
|
|
16
|
+
Version: 7.8.0
|
|
17
17
|
License: AGPL-3.0-only
|
|
18
18
|
Private: false
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
Name: @purpurds/paragraph
|
|
23
|
-
Version: 7.
|
|
23
|
+
Version: 7.8.0
|
|
24
24
|
License: AGPL-3.0-only
|
|
25
25
|
Private: false
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/promotion-card",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.9.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,37 +17,37 @@
|
|
|
17
17
|
"source": "src/promotion-card.tsx",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"classnames": "~2.5.0",
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/
|
|
23
|
-
"@purpurds/
|
|
24
|
-
"@purpurds/
|
|
25
|
-
"@purpurds/
|
|
26
|
-
"@purpurds/
|
|
27
|
-
"@purpurds/
|
|
28
|
-
"@purpurds/
|
|
20
|
+
"@purpurds/button": "7.9.0",
|
|
21
|
+
"@purpurds/card": "7.9.0",
|
|
22
|
+
"@purpurds/cta-link": "7.9.0",
|
|
23
|
+
"@purpurds/heading": "7.9.0",
|
|
24
|
+
"@purpurds/paragraph": "7.9.0",
|
|
25
|
+
"@purpurds/icon": "7.9.0",
|
|
26
|
+
"@purpurds/tokens": "7.9.0",
|
|
27
|
+
"@purpurds/badge": "7.9.0",
|
|
28
|
+
"@purpurds/common-types": "7.9.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"
|
|
32
|
-
"@storybook/react": "^8.6.4",
|
|
33
|
-
"storybook": "^8.6.4",
|
|
31
|
+
"@storybook/react-vite": "^9.0.18",
|
|
34
32
|
"@testing-library/dom": "~10.4.0",
|
|
35
33
|
"@testing-library/jest-dom": "~6.4.0",
|
|
36
34
|
"@testing-library/react": "~16.2.0",
|
|
37
35
|
"@types/node": "20.12.12",
|
|
38
36
|
"@types/react-dom": "^19.0.4",
|
|
39
37
|
"@types/react": "^19.0.10",
|
|
38
|
+
"eslint": "9.24.0",
|
|
40
39
|
"jsdom": "~22.1.0",
|
|
41
40
|
"lint-staged": "15.5.0",
|
|
42
41
|
"prettier": "~2.8.8",
|
|
43
42
|
"react-dom": "^19.0.0",
|
|
44
43
|
"react": "^19.0.0",
|
|
44
|
+
"storybook": "^9.0.18",
|
|
45
45
|
"typescript": "^5.6.3",
|
|
46
46
|
"vite": "^6.2.1",
|
|
47
47
|
"vitest": "^3.1.2",
|
|
48
48
|
"@purpurds/component-rig": "1.0.0",
|
|
49
|
-
"@purpurds/
|
|
50
|
-
"@purpurds/
|
|
49
|
+
"@purpurds/grid": "7.9.0",
|
|
50
|
+
"@purpurds/text-spacing": "7.9.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@types/react": "^18 || ^19",
|
|
@@ -6,7 +6,7 @@ import { HeadingTag, TitleVariant } from "@purpurds/heading";
|
|
|
6
6
|
import { IconCheckmark } from "@purpurds/icon/checkmark";
|
|
7
7
|
import { IconOffering } from "@purpurds/icon/offering";
|
|
8
8
|
import { Paragraph } from "@purpurds/paragraph";
|
|
9
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
9
|
+
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
10
10
|
|
|
11
11
|
import "@purpurds/badge/styles";
|
|
12
12
|
import "@purpurds/button/styles";
|