@nghitrum/dsforge 0.1.5-alpha.7 → 0.1.5-alpha.8
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 +0 -5
- package/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,6 @@ design-system.config.json → dsforge generate
|
|
|
24
24
|
dist-ds/
|
|
25
25
|
├── src/ 9 typed React components
|
|
26
26
|
├── tokens/ CSS custom properties, JS map, Tailwind extension
|
|
27
|
-
├── docs/ MDX documentation per component
|
|
28
27
|
├── metadata/ AI-readable JSON contracts per component
|
|
29
28
|
└── showcase.html visual docs — open directly in the browser, no server
|
|
30
29
|
```
|
|
@@ -97,10 +96,6 @@ Each component is typed, themed with your actual tokens, and ships with a prop t
|
|
|
97
96
|
`tokens.js` — JS token map for runtime use
|
|
98
97
|
`tailwind.js` — Tailwind theme extension, ready to drop into `tailwind.config.js`
|
|
99
98
|
|
|
100
|
-
### MDX docs
|
|
101
|
-
|
|
102
|
-
One `.mdx` file per component, generated from your config. Import them into any docs site.
|
|
103
|
-
|
|
104
99
|
### AI metadata contracts
|
|
105
100
|
|
|
106
101
|
Each component emits `dist-ds/metadata/<component>.json`:
|
package/dist/cli/index.js
CHANGED
|
@@ -5343,7 +5343,7 @@ async function runMenu() {
|
|
|
5343
5343
|
// package.json
|
|
5344
5344
|
var package_default = {
|
|
5345
5345
|
name: "@nghitrum/dsforge",
|
|
5346
|
-
version: "0.1.5-alpha.
|
|
5346
|
+
version: "0.1.5-alpha.8",
|
|
5347
5347
|
description: "AI-native design system generator \u2014 tokens \u2192 components \u2192 docs \u2192 npm",
|
|
5348
5348
|
keywords: [
|
|
5349
5349
|
"design-system",
|