@goldlabelapps/theme 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
- # @goldlabelapps/theme
1
+ # NX°
2
+ ## @goldlabelapps/theme
2
3
 
3
4
  > Shared Tailwind CSS v4 & Next.js theme tokens, UI primitives, and layout showcase blocks for Goldlabel applications.
4
5
 
@@ -46,6 +47,10 @@ export default function RootLayout({ children }: { children: React.ReactNode })
46
47
  - **Context & Config**: `ConfigProvider`, `useSiteConfig`, `ThemeProvider`, `useTheme`
47
48
  - **Utilities & Types**: `cn`, `detectUserOS`, full TypeScript definitions (`SiteConfig`, `BrandConfig`, etc.)
48
49
 
50
+ ## Reference Implementation
51
+
52
+ The [`apps/template`](../../apps/template) application serves as the complete reference implementation demonstrating how to build a fully config-driven Next.js app using `@goldlabelapps/theme`.
53
+
49
54
  ## License
50
55
 
51
- MIT © [Goldlabel Apps](https://github.com/goldlabelapps)
56
+ MIT ©[Goldlabel Apps Ltd](https://github.com/goldlabelapps)
@@ -94,7 +94,7 @@ export const defaultConfig = {
94
94
  trustBadge: "TypeScript • Next.js • Tailwind CSS • Vitest",
95
95
  },
96
96
  footer: {
97
- tagline: "Next-Generation Application",
97
+ tagline: "Beyond Frameworks",
98
98
  brandName: "Goldlabel",
99
99
  columns: [],
100
100
  bottomLinks: [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@goldlabelapps/theme",
3
- "version": "1.0.0",
4
- "description": "Shared Tailwind CSS v4 & Next.js theme tokens, UI primitives, and layout showcase blocks for NX apps",
3
+ "version": "1.0.1",
4
+ "description": "NX° theme tokens, UI primitives, and layout showcase blocks",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },