jrs-react 1.2.48 → 1.2.50

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/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "jrs-react",
3
- "version": "1.2.48",
4
- "description": "",
5
- "main": "build/index.js",
6
- "module": "build/index.es.js",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1",
9
- "build": "rollup -c",
10
- "storybook": "storybook dev -p 6006",
11
- "build-storybook": "storybook build",
12
- "vite": "vite"
13
- },
14
- "author": "JorenLai",
15
- "license": "MIT",
16
- "dependencies": {
17
- "@rollup/plugin-commonjs": "^28.0.3",
18
- "@rollup/plugin-json": "^6.1.0",
19
- "@types/react": "^19.0.10",
20
- "@types/react-dom": "^19.0.4",
21
- "@vitejs/plugin-react": "^4.3.4",
22
- "antd": "^5.12.5",
23
- "axios": "^1.6.2",
24
- "create-react-class": "^15.7.0",
25
- "globals": "^15.15.0",
26
- "jrs-js": "^0.0.0",
27
- "react": "^18.2.0",
28
- "react-dom": "^18.2.0",
29
- "react-router-dom": "^7.4.0",
30
- "styled-components": "^6.1.15",
31
- "vite": "^6.2.0",
32
- "vite-plugin-svgr": "^4.3.0"
33
- },
34
- "peerDependencies": {
35
- "react": "^18.2.0",
36
- "react-dom": "^18.2.0"
37
- },
38
- "devDependencies": {
39
- "@babel/core": "^7.26.10",
40
- "@chromatic-com/storybook": "^3.2.6",
41
- "@rollup/plugin-node-resolve": "^16.0.1",
42
- "@storybook/addon-essentials": "^8.6.6",
43
- "@storybook/addon-onboarding": "^8.6.6",
44
- "@storybook/blocks": "^8.6.6",
45
- "@storybook/experimental-addon-test": "^8.6.6",
46
- "@storybook/react": "^8.6.6",
47
- "@storybook/react-vite": "^8.6.6",
48
- "@storybook/test": "^8.6.6",
49
- "@svgr/rollup": "^8.1.0",
50
- "@vitest/browser": "^3.0.8",
51
- "@vitest/coverage-v8": "^3.0.8",
52
- "prop-types": "^15.8.1",
53
- "rollup": "^2.79.2",
54
- "rollup-plugin-babel": "^4.4.0",
55
- "rollup-plugin-peer-deps-external": "^2.2.4",
56
- "rollup-plugin-postcss": "^4.0.2",
57
- "rollup-plugin-terser": "^7.0.2",
58
- "storybook": "^8.6.6",
59
- "vitest": "^3.0.8"
60
- }
61
- }
1
+ {
2
+ "name": "jrs-react",
3
+ "version": "1.2.50",
4
+ "description": "",
5
+ "main": "build/index.js",
6
+ "module": "build/index.es.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "build": "rollup -c",
10
+ "storybook": "storybook dev -p 6006",
11
+ "build-storybook": "storybook build",
12
+ "vite": "vite"
13
+ },
14
+ "author": "JorenLai",
15
+ "license": "MIT",
16
+ "dependencies": {
17
+ "@rollup/plugin-commonjs": "^28.0.3",
18
+ "@rollup/plugin-json": "^6.1.0",
19
+ "@types/react": "^19.0.10",
20
+ "@types/react-dom": "^19.0.4",
21
+ "@vitejs/plugin-react": "^4.3.4",
22
+ "antd": "^5.12.5",
23
+ "axios": "^1.6.2",
24
+ "create-react-class": "^15.7.0",
25
+ "globals": "^15.15.0",
26
+ "jrs-js": "^0.0.0",
27
+ "react": "^18.2.0",
28
+ "react-dom": "^18.2.0",
29
+ "react-router-dom": "^7.4.0",
30
+ "styled-components": "^6.1.15",
31
+ "vite": "^6.2.0",
32
+ "vite-plugin-svgr": "^4.3.0"
33
+ },
34
+ "peerDependencies": {
35
+ "react": "^18.2.0",
36
+ "react-dom": "^18.2.0"
37
+ },
38
+ "devDependencies": {
39
+ "@babel/core": "^7.26.10",
40
+ "@chromatic-com/storybook": "^3.2.6",
41
+ "@rollup/plugin-node-resolve": "^16.0.1",
42
+ "@storybook/addon-essentials": "^8.6.6",
43
+ "@storybook/addon-onboarding": "^8.6.6",
44
+ "@storybook/blocks": "^8.6.6",
45
+ "@storybook/experimental-addon-test": "^8.6.6",
46
+ "@storybook/react": "^8.6.6",
47
+ "@storybook/react-vite": "^8.6.6",
48
+ "@storybook/test": "^8.6.6",
49
+ "@svgr/rollup": "^8.1.0",
50
+ "@vitest/browser": "^3.0.8",
51
+ "@vitest/coverage-v8": "^3.0.8",
52
+ "prop-types": "^15.8.1",
53
+ "rollup": "^2.79.2",
54
+ "rollup-plugin-babel": "^4.4.0",
55
+ "rollup-plugin-peer-deps-external": "^2.2.4",
56
+ "rollup-plugin-postcss": "^4.0.2",
57
+ "rollup-plugin-terser": "^7.0.2",
58
+ "storybook": "^8.6.6",
59
+ "vitest": "^3.0.8"
60
+ }
61
+ }
@@ -1,14 +1,14 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- stroke="currentColor"
8
- stroke-width="2"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- >
12
- <rect x="1" y="4" width="22" height="16" rx="2" ry="2" />
13
- <line x1="1" y1="10" x2="23" y2="10" />
14
- </svg>
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <rect x="1" y="4" width="22" height="16" rx="2" ry="2" />
13
+ <line x1="1" y1="10" x2="23" y2="10" />
14
+ </svg>
@@ -1,14 +1,14 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- stroke="currentColor"
8
- stroke-width="2"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- >
12
- <rect x="9" y="9" width="13" height="13" rx="2" ry="2" />
13
- <path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" />
14
- </svg>
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <rect x="9" y="9" width="13" height="13" rx="2" ry="2" />
13
+ <path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" />
14
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- stroke="currentColor"
8
- stroke-width="2"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- >
12
- <line x1="5" y1="12" x2="19" y2="12" />
13
- </svg>
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <line x1="5" y1="12" x2="19" y2="12" />
13
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- stroke="currentColor"
8
- stroke-width="2"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- >
12
- <rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
13
- </svg>
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
13
+ </svg>
@@ -1,14 +1,14 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- stroke="currentColor"
8
- stroke-width="2"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- >
12
- <line x1="18" y1="6" x2="6" y2="18" />
13
- <line x1="6" y1="6" x2="18" y2="18" />
14
- </svg>
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <line x1="18" y1="6" x2="6" y2="18" />
13
+ <line x1="6" y1="6" x2="18" y2="18" />
14
+ </svg>