@angularui/theme
Advanced tools
+4
-3
| { | ||
| "name": "@angularui/theme", | ||
| "version": "0.1.2", | ||
| "description": "Modern Theme Management for Angular - A lightweight, feature-rich theme library with automatic dark mode detection, SSR support, and zero configuration required.", | ||
| "version": "0.1.3", | ||
| "description": "⚠️ DEPRECATED: This package has been rebranded to @slateui/theme. Please migrate to the new package. Modern Theme Management for Angular - A lightweight, feature-rich theme library with automatic dark mode detection, SSR support, and zero configuration required.", | ||
| "keywords": [ | ||
@@ -29,3 +29,4 @@ "angular", | ||
| "theme-toggle", | ||
| "responsive-design" | ||
| "responsive-design", | ||
| "deprecated" | ||
| ], | ||
@@ -32,0 +33,0 @@ "author": { |
+20
-0
@@ -7,2 +7,22 @@ # @angularui/theme | ||
| > **⚠️ DEPRECATED: This package has been rebranded to [@slateui/theme](https://github.com/angularcafe/slateui-theme)** | ||
| > | ||
| > **@angularui/theme is deprecated and will no longer receive updates. Please migrate to the new package:** | ||
| > | ||
| > ```bash | ||
| > npm uninstall @angularui/theme | ||
| > npm install @slateui/theme | ||
| > ``` | ||
| > | ||
| > | ||
| > **Quick Migration:** | ||
| > - Replace all imports from `@angularui/theme` to `@slateui/theme` | ||
| > - Update provider from `provideUiTheme()` to `provideSlateUiTheme()` | ||
| > - Update your `app.config.ts` and component imports | ||
| > | ||
| > **New Repository:** [https://github.com/angularcafe/slateui-theme](https://github.com/your-username/slateui-theme) | ||
| > | ||
| > **Documentation:** [https://github.com/angularcafe/slateui-theme#readme](https://github.com/your-username/slateui-theme#readme) | ||
| Modern Theme Management for Angular - A lightweight, feature-rich theme library with automatic dark mode detection, SSR-safe, and zero configuration required. | ||
@@ -9,0 +29,0 @@ |
30203
3.12%450
4.65%