@purpurds/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 +5 -5
- package/package.json +16 -16
- package/src/card.stories.tsx +1 -1
package/dist/LICENSE.txt
CHANGED
|
@@ -33,34 +33,34 @@ SOFTWARE.
|
|
|
33
33
|
---
|
|
34
34
|
|
|
35
35
|
Name: @purpurds/badge
|
|
36
|
-
Version: 7.
|
|
36
|
+
Version: 7.8.0
|
|
37
37
|
License: AGPL-3.0-only
|
|
38
38
|
Private: false
|
|
39
39
|
|
|
40
40
|
---
|
|
41
41
|
|
|
42
42
|
Name: @purpurds/spinner
|
|
43
|
-
Version: 7.
|
|
43
|
+
Version: 7.8.0
|
|
44
44
|
License: AGPL-3.0-only
|
|
45
45
|
Private: false
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
49
49
|
Name: @purpurds/icon
|
|
50
|
-
Version: 7.
|
|
50
|
+
Version: 7.8.0
|
|
51
51
|
License: AGPL-3.0-only
|
|
52
52
|
Private: false
|
|
53
53
|
|
|
54
54
|
---
|
|
55
55
|
|
|
56
56
|
Name: @purpurds/paragraph
|
|
57
|
-
Version: 7.
|
|
57
|
+
Version: 7.8.0
|
|
58
58
|
License: AGPL-3.0-only
|
|
59
59
|
Private: false
|
|
60
60
|
|
|
61
61
|
---
|
|
62
62
|
|
|
63
63
|
Name: @purpurds/heading
|
|
64
|
-
Version: 7.
|
|
64
|
+
Version: 7.8.0
|
|
65
65
|
License: AGPL-3.0-only
|
|
66
66
|
Private: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/card",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.9.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/card.cjs.js",
|
|
6
6
|
"types": "./dist/card.d.ts",
|
|
@@ -16,18 +16,16 @@
|
|
|
16
16
|
"source": "src/card.tsx",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"classnames": "~2.5.0",
|
|
19
|
-
"@purpurds/
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/icon": "7.
|
|
23
|
-
"@purpurds/
|
|
24
|
-
"@purpurds/
|
|
25
|
-
"@purpurds/
|
|
19
|
+
"@purpurds/common-types": "7.9.0",
|
|
20
|
+
"@purpurds/paragraph": "7.9.0",
|
|
21
|
+
"@purpurds/tokens": "7.9.0",
|
|
22
|
+
"@purpurds/icon": "7.9.0",
|
|
23
|
+
"@purpurds/visually-hidden": "7.9.0",
|
|
24
|
+
"@purpurds/spinner": "7.9.0",
|
|
25
|
+
"@purpurds/badge": "7.9.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"
|
|
29
|
-
"@storybook/react": "^8.6.4",
|
|
30
|
-
"storybook": "^8.6.4",
|
|
28
|
+
"@storybook/react-vite": "^9.0.18",
|
|
31
29
|
"@testing-library/dom": "~10.4.0",
|
|
32
30
|
"@testing-library/jest-dom": "~6.4.0",
|
|
33
31
|
"@testing-library/react": "~16.2.0",
|
|
@@ -35,19 +33,21 @@
|
|
|
35
33
|
"@types/node": "20.12.12",
|
|
36
34
|
"@types/react-dom": "^19.0.4",
|
|
37
35
|
"@types/react": "^19.0.10",
|
|
36
|
+
"eslint": "9.24.0",
|
|
38
37
|
"jsdom": "~22.1.0",
|
|
39
38
|
"lint-staged": "15.5.0",
|
|
40
39
|
"prettier": "~2.8.8",
|
|
41
40
|
"react-dom": "^19.0.0",
|
|
42
41
|
"react": "^19.0.0",
|
|
42
|
+
"storybook": "^9.0.18",
|
|
43
43
|
"typescript": "^5.6.3",
|
|
44
44
|
"vite": "^6.2.1",
|
|
45
45
|
"vitest": "^3.1.2",
|
|
46
|
-
"@purpurds/action": "7.
|
|
47
|
-
"@purpurds/button": "7.
|
|
48
|
-
"@purpurds/heading": "7.
|
|
49
|
-
"@purpurds/
|
|
50
|
-
"@purpurds/
|
|
46
|
+
"@purpurds/action": "7.9.0",
|
|
47
|
+
"@purpurds/button": "7.9.0",
|
|
48
|
+
"@purpurds/heading": "7.9.0",
|
|
49
|
+
"@purpurds/grid": "7.9.0",
|
|
50
|
+
"@purpurds/component-rig": "1.0.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@types/react": "^18 || ^19",
|
package/src/card.stories.tsx
CHANGED
|
@@ -6,7 +6,7 @@ import { IconArrowRight } from "@purpurds/icon/arrow-right";
|
|
|
6
6
|
import { IconCart } from "@purpurds/icon/cart";
|
|
7
7
|
import { IconSimcard } from "@purpurds/icon/simcard";
|
|
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/grid/styles";
|
|
12
12
|
import "@purpurds/heading/styles";
|