@julseb-lib/react 1.0.51 → 1.0.53
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/index.cjs +8 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/types/components-props.d.cts +1 -0
- package/dist/types/components-props.d.ts +1 -0
- package/package.json +27 -26
|
@@ -1057,6 +1057,7 @@ interface ILibMeta {
|
|
|
1057
1057
|
author?: string;
|
|
1058
1058
|
authorUrl?: string;
|
|
1059
1059
|
publisher?: string;
|
|
1060
|
+
appName?: string;
|
|
1060
1061
|
type?: "article" | "book" | "music.album" | "music.playlist" | "music.radio_station" | "music.song" | "profile" | "video.episode" | "video.movie" | "video.other" | "video. tv_show" | "website";
|
|
1061
1062
|
cover?: string;
|
|
1062
1063
|
siteName?: string;
|
|
@@ -1057,6 +1057,7 @@ interface ILibMeta {
|
|
|
1057
1057
|
author?: string;
|
|
1058
1058
|
authorUrl?: string;
|
|
1059
1059
|
publisher?: string;
|
|
1060
|
+
appName?: string;
|
|
1060
1061
|
type?: "article" | "book" | "music.album" | "music.playlist" | "music.radio_station" | "music.song" | "profile" | "video.episode" | "video.movie" | "video.other" | "video. tv_show" | "website";
|
|
1061
1062
|
cover?: string;
|
|
1062
1063
|
siteName?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@julseb-lib/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.53",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
@@ -13,13 +13,14 @@
|
|
|
13
13
|
"plop": "cross-env NODE_OPTIONS='--import tsx' plop --plopfile=./plop/plopfile.ts",
|
|
14
14
|
"plop:c": "pnpm plop component",
|
|
15
15
|
"plop:p": "pnpm plop preview",
|
|
16
|
-
"plop:st": "pnpm plop subtype"
|
|
16
|
+
"plop:st": "pnpm plop subtype",
|
|
17
|
+
"cssgen": "cssjson src/lib/index.css --output src/data/styles.json"
|
|
17
18
|
},
|
|
18
19
|
"dependencies": {
|
|
19
|
-
"@julseb-lib/utils": "^0.0
|
|
20
|
+
"@julseb-lib/utils": "^1.0.0",
|
|
20
21
|
"@tailwindcss/forms": "^0.5.10",
|
|
21
|
-
"@tailwindcss/postcss": "^4.1.
|
|
22
|
-
"@tailwindcss/vite": "^4.1.
|
|
22
|
+
"@tailwindcss/postcss": "^4.1.13",
|
|
23
|
+
"@tailwindcss/vite": "^4.1.13",
|
|
23
24
|
"clsx": "^2.1.1",
|
|
24
25
|
"csstype": "^3.1.3",
|
|
25
26
|
"fuse.js": "^7.1.0",
|
|
@@ -29,10 +30,10 @@
|
|
|
29
30
|
"react": "^19.1.1",
|
|
30
31
|
"react-dom": "^19.1.1",
|
|
31
32
|
"react-icons": "^5.5.0",
|
|
32
|
-
"react-router-dom": "^7.
|
|
33
|
+
"react-router-dom": "^7.9.1",
|
|
33
34
|
"react-toastify": "^11.0.5",
|
|
34
35
|
"tailwind-merge": "^3.3.1",
|
|
35
|
-
"tailwindcss": "^4.1.
|
|
36
|
+
"tailwindcss": "^4.1.13",
|
|
36
37
|
"tailwindest": "^3.2.2"
|
|
37
38
|
},
|
|
38
39
|
"peerDependencies": {
|
|
@@ -41,41 +42,41 @@
|
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
44
|
"@eslint/compat": "^1.3.2",
|
|
44
|
-
"@eslint/js": "^9.
|
|
45
|
-
"@react-docgen/cli": "^3.0.
|
|
45
|
+
"@eslint/js": "^9.36.0",
|
|
46
|
+
"@react-docgen/cli": "^3.0.3",
|
|
46
47
|
"@types/figlet": "^1.7.0",
|
|
47
|
-
"@types/node": "^24.
|
|
48
|
-
"@types/react": "^19.1.
|
|
48
|
+
"@types/node": "^24.5.2",
|
|
49
|
+
"@types/react": "^19.1.13",
|
|
49
50
|
"@types/react-dom": "^19.1.9",
|
|
50
51
|
"@types/react-router-dom": "^5.3.3",
|
|
51
52
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
53
|
-
"@typescript-eslint/parser": "^8.
|
|
54
|
-
"@vitejs/plugin-react": "^5.0.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^8.44.0",
|
|
54
|
+
"@typescript-eslint/parser": "^8.44.0",
|
|
55
|
+
"@vitejs/plugin-react": "^5.0.3",
|
|
55
56
|
"autoprefixer": "^10.4.21",
|
|
56
|
-
"axios": "^1.
|
|
57
|
-
"chalk": "^5.6.
|
|
57
|
+
"axios": "^1.12.2",
|
|
58
|
+
"chalk": "^5.6.2",
|
|
58
59
|
"cross-env": "^10.0.0",
|
|
59
60
|
"cssjson-cli": "^1.0.1",
|
|
60
|
-
"dotenv": "^17.2.
|
|
61
|
-
"eslint": "^9.
|
|
61
|
+
"dotenv": "^17.2.2",
|
|
62
|
+
"eslint": "^9.36.0",
|
|
62
63
|
"eslint-plugin-import": "^2.32.0",
|
|
63
64
|
"eslint-plugin-react": "^7.37.5",
|
|
64
65
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
65
66
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
66
|
-
"figlet": "^1.
|
|
67
|
-
"globals": "^16.
|
|
68
|
-
"plop": "^4.0.
|
|
67
|
+
"figlet": "^1.9.3",
|
|
68
|
+
"globals": "^16.4.0",
|
|
69
|
+
"plop": "^4.0.3",
|
|
69
70
|
"postcss": "^8.5.6",
|
|
70
71
|
"prettier": "^3.6.2",
|
|
71
72
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
72
|
-
"react-router-dom": "^7.
|
|
73
|
-
"tailwindcss": "^4.1.
|
|
73
|
+
"react-router-dom": "^7.9.1",
|
|
74
|
+
"tailwindcss": "^4.1.13",
|
|
74
75
|
"tsup": "^8.5.0",
|
|
75
76
|
"tsx": "^4.20.5",
|
|
76
77
|
"typescript": "^5.9.2",
|
|
77
|
-
"typescript-eslint": "^8.
|
|
78
|
-
"vite": "^7.1.
|
|
78
|
+
"typescript-eslint": "^8.44.0",
|
|
79
|
+
"vite": "^7.1.6",
|
|
79
80
|
"vite-plugin-checker": "^0.10.3",
|
|
80
81
|
"vite-plugin-dts": "^4.5.4",
|
|
81
82
|
"vite-plugin-eslint": "^1.8.1"
|
|
@@ -106,5 +107,5 @@
|
|
|
106
107
|
}
|
|
107
108
|
},
|
|
108
109
|
"types": "./dist/index.d.ts",
|
|
109
|
-
"packageManager": "pnpm@10.
|
|
110
|
+
"packageManager": "pnpm@10.17.0"
|
|
110
111
|
}
|