@philiprehberger/react-theme-provider 0.1.7 → 0.1.8
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @philiprehberger/react-theme-provider
|
|
2
2
|
|
|
3
|
-
[](https://github.com/philiprehberger/react-theme-provider/actions/workflows/ci.yml)
|
|
3
|
+
[](https://github.com/philiprehberger/ts-react-theme-provider/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/@philiprehberger/react-theme-provider)
|
|
5
|
-
[](https://github.com/philiprehberger/react-theme-provider/commits/main)
|
|
5
|
+
[](https://github.com/philiprehberger/ts-react-theme-provider/commits/main)
|
|
6
6
|
|
|
7
7
|
Dark/light/system theme provider for React with localStorage persistence and system preference detection
|
|
8
8
|
|
|
@@ -86,11 +86,11 @@ npm test
|
|
|
86
86
|
|
|
87
87
|
If you find this project useful:
|
|
88
88
|
|
|
89
|
-
⭐ [Star the repo](https://github.com/philiprehberger/react-theme-provider)
|
|
89
|
+
⭐ [Star the repo](https://github.com/philiprehberger/ts-react-theme-provider)
|
|
90
90
|
|
|
91
|
-
🐛 [Report issues](https://github.com/philiprehberger/react-theme-provider/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
91
|
+
🐛 [Report issues](https://github.com/philiprehberger/ts-react-theme-provider/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
92
92
|
|
|
93
|
-
💡 [Suggest features](https://github.com/philiprehberger/react-theme-provider/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
93
|
+
💡 [Suggest features](https://github.com/philiprehberger/ts-react-theme-provider/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
94
94
|
|
|
95
95
|
❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
|
|
96
96
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@philiprehberger/react-theme-provider",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Dark/light/system theme provider for React with localStorage persistence and system preference detection",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|