cyhip-dynamic-themes 0.1.3 → 0.1.5
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/README.md +1 -1
- package/dist/package.json +7 -7
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|

|
|
4
4
|
[](https://www.npmjs.com/package/cyhip-dynamic-themes)
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Implement dynamic color themes in your React apps with Tailwind CSS in a simple and practical way. This package also includes native support for dark mode.
|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cyhip-dynamic-themes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Tailwind-powered dynamic color themes for React apps.",
|
|
5
5
|
"author": "@KassioRF, @CyberHippie-io",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/culori": "^2.1.1",
|
|
55
|
-
"@types/node": "^
|
|
56
|
-
"@types/react": "^18
|
|
55
|
+
"@types/node": "^20",
|
|
56
|
+
"@types/react": "^18",
|
|
57
57
|
"commander": "^12.1.0",
|
|
58
58
|
"ts-node": "^10.9.2",
|
|
59
59
|
"tsx": "^4.19.1",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"chalk": "^5.3.0",
|
|
64
64
|
"culori": "^4.0.1",
|
|
65
65
|
"inquirer": "^12.0.0",
|
|
66
|
-
"react": "^18
|
|
67
|
-
"react-dom": "^18
|
|
66
|
+
"react": "^18",
|
|
67
|
+
"react-dom": "^18"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"react": "^18
|
|
71
|
-
"react-dom": "^18
|
|
70
|
+
"react": "^18",
|
|
71
|
+
"react-dom": "^18"
|
|
72
72
|
},
|
|
73
73
|
"exports": {
|
|
74
74
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cyhip-dynamic-themes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Tailwind-powered dynamic color themes for React apps.",
|
|
5
5
|
"author": "@KassioRF, @CyberHippie-io",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/culori": "^2.1.1",
|
|
50
|
-
"@types/node": "^
|
|
51
|
-
"@types/react": "^18
|
|
50
|
+
"@types/node": "^20",
|
|
51
|
+
"@types/react": "^18",
|
|
52
52
|
"commander": "^12.1.0",
|
|
53
53
|
"ts-node": "^10.9.2",
|
|
54
54
|
"tsx": "^4.19.1",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"chalk": "^5.3.0",
|
|
59
59
|
"culori": "^4.0.1",
|
|
60
60
|
"inquirer": "^12.0.0",
|
|
61
|
-
"react": "^18
|
|
62
|
-
"react-dom": "^18
|
|
61
|
+
"react": "^18",
|
|
62
|
+
"react-dom": "^18"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"react": "^18
|
|
66
|
-
"react-dom": "^18
|
|
65
|
+
"react": "^18",
|
|
66
|
+
"react-dom": "^18"
|
|
67
67
|
},
|
|
68
68
|
"exports": {
|
|
69
69
|
".": {
|