@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 +7 -2
- package/dist/context/ConfigContext.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
#
|
|
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 ©
|
|
56
|
+
MIT ©[Goldlabel Apps Ltd](https://github.com/goldlabelapps)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldlabelapps/theme",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
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
|
},
|