@citron-systems/citron-ui 1.9.0 → 1.10.0
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 +1 -0
- package/dist/index.d.cts +818 -13
- package/dist/index.d.ts +818 -13
- package/dist/index.js +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,7 @@ The project consumes design tokens from the **@citron-systems/citron-ds** NPM pa
|
|
|
23
23
|
| `src/components` | React components. Each component lives in its own folder with the component file and optional stories. |
|
|
24
24
|
| `src/utils/inkblotTheme.ts` | Maps @citron-systems/citron-ds resolved tokens (Inkblot prefix) to Tailwind spacing and borderRadius. |
|
|
25
25
|
| `src/index.ts` | Library entry point. Exports all public components and their types. |
|
|
26
|
+
| `docs/LOVABLE_CITRON_INVENTORY.md` | Lovable→Citron inventory: equivalences (refactor vs create), Phase 1 scope, and token mapping matrix. |
|
|
26
27
|
|
|
27
28
|
## Development Workflow
|
|
28
29
|
|