vibe-now 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/lib/packages.js +7 -0
  2. package/package.json +1 -1
package/lib/packages.js CHANGED
@@ -53,6 +53,13 @@ export const PACKAGE_GROUPS = [
53
53
  default: true,
54
54
  guidance: 'Base components live in `components/ui/`. DO NOT modify them unless absolutely necessary for global design changes. Compose them in `components/` for feature-specific needs.',
55
55
  },
56
+ {
57
+ id: 'nextThemes',
58
+ name: 'next-themes (Dark Mode)',
59
+ install: ['next-themes'],
60
+ default: true,
61
+ guidance: 'Wrap the root layout with `ThemeProvider`. Use the `useTheme` hook to switch between dark, light, and system themes. Ensure `attribute="class"` is set for Tailwind support.',
62
+ },
56
63
  ],
57
64
  },
58
65
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-now",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "bin": {