@citron-systems/citron-ds 1.0.2 → 1.0.3

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,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- <img src="assets/brand/readme-hero.svg" width="100%" alt="Citron Design System — mascot and wordmark on citron-toned dark background" />
3
+ <img src="assets/brand/readme-hero.png" width="100%" alt="Citron Design System — mascot and wordmark on citron-toned dark background" />
4
4
 
5
5
  <br />
6
6
 
@@ -112,9 +112,10 @@ Source SVGs live in `assets/brand/`; `npm run build` copies them into `dist/bran
112
112
  |------|-----|
113
113
  | `citron-mascot.svg` | Full-color mark (`#c4a030` citron **500**) |
114
114
  | `citron-mascot-mono.svg` | Single-color / `currentColor` lockups |
115
- | `readme-hero.svg` | README banner (warm dark + citron accent **900→950**) |
115
+ | `readme-hero.svg` | Vector source for the README banner (export to PNG when refreshing art) |
116
+ | `readme-hero.png` | **GitHub README** header (GitHub does not reliably render SVG in `<img>`) |
116
117
 
117
- **GitHub (maintainers):** Set the repository **Social preview** (Settings → General) to a **1280×640** image exported from `readme-hero.svg` (or a wider crop). Use `citron-mascot-mono.svg` for the repo or org avatar so the mark stays clear at small sizes.
118
+ **GitHub (maintainers):** Set **Social preview** (Settings → General) to **`readme-hero.png`** or a **1280×640** crop of the same art. Use `citron-mascot-mono.svg` for the repo or org avatar so the mark stays clear at small sizes.
118
119
 
119
120
  ---
120
121
 
Binary file
@@ -14,7 +14,7 @@ Single folder with design tokens, system metadata, and brand assets. Generated o
14
14
  | `tokens-schema.json` | Present when Style Dictionary emits it. |
15
15
  | `tokens/` | Authoritative DTCG-style source JSON (primitive + semantic). |
16
16
  | `system/` | Extra system JSON (foundations, motion, icons, `cli.json` for terminal/TUI/AI CLIs, etc.). |
17
- | `brand/` | SVG logos / mascot. |
17
+ | `brand/` | Logos / mascot (SVG + PNG readme banner). |
18
18
  | `preview/mascot.html` | Double-click mascot preview in a browser (no server). |
19
19
 
20
20
  ## Rust / Tauri / egui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citron-systems/citron-ds",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Inkblot Studio design token system — Apple-inspired, accessible, AI-ready. Citron design language.",
5
5
  "type": "module",
6
6
  "main": "dist/js/inkblot-tokens.js",