@asafarim/react-themes 1.6.0 → 1.6.1

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ A comprehensive theme management system for React applications with automatic da
8
8
 
9
9
  ## 📸 Preview
10
10
 
11
- Experience the theme system in action with our **[Live Interactive Demo](https://bibliography.asafarim.com/react-themes/demo)**
11
+ Experience the theme system in action with our **[Live Interactive Demo](https://alisafari-it.github.io/react-themes/)**
12
12
 
13
13
  ### 🎯 Demo Showcases
14
14
 
@@ -38,7 +38,7 @@ The live demo demonstrates all package capabilities:
38
38
 
39
39
  ### 🚀 Try It Live
40
40
 
41
- Visit **[bibliography.asafarim.com/react-themes/demo](https://bibliography.asafarim.com/react-themes/demo)** to:
41
+ Visit **[alisafari-it.github.io/react-themes](https://alisafari-it.github.io/react-themes)** to:
42
42
 
43
43
  1. **Interactive Testing**: Toggle between themes and see instant changes
44
44
  2. **Code Examples**: View implementation examples for each feature
@@ -676,9 +676,9 @@ MIT License - see the [LICENSE](LICENSE) file for details.
676
676
 
677
677
  ### 🌟 **Experience the Future of React Theming**
678
678
 
679
- **[Try the Live Demo](https://bibliography.asafarim.com/react-themes/demo)** | **[View Documentation](https://www.npmjs.com/package/@asafarim/react-themes)** | **[See Source Code](https://github.com/AliSafari-IT/asafarim)**
679
+ **[Try the Live Demo](https://alisafari-it.github.io/react-themes)** | **[View Documentation](https://www.npmjs.com/package/@asafarim/react-themes)** | **[See Source Code](https://github.com/AliSafari-IT/react-themes)**
680
680
 
681
- Made with ❤️ and ☕ by **[ASafariM](https://github.com/AliSafari-IT)**
681
+ Made with ❤️ and ☕ by **[ASafariM](https://asafarim.com)**
682
682
 
683
683
  *Empowering developers to create beautiful, accessible, and user-friendly themed applications*
684
684
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asafarim/react-themes",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "A comprehensive theme management system for React applications with automatic dark/light mode detection, custom theme creation, and smooth transitions.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",