@astryxdesign/theme-matcha 0.1.8 → 0.1.9

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/dist/matcha.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/matchaTheme.ts
4
4
  * Command: astryx theme build src/matchaTheme.ts --out dist/theme.css
5
- * Generated: 2026-07-23T00:19:07.378Z
5
+ * Generated: 2026-07-27T19:19:13.621Z
6
6
  */
7
7
 
8
8
  import type { DefinedTheme } from '@astryxdesign/core/theme';
package/dist/matcha.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/matchaTheme.ts
4
4
  * Command: astryx theme build src/matchaTheme.ts --out dist/theme.css
5
- * Generated: 2026-07-23T00:19:07.377Z
5
+ * Generated: 2026-07-27T19:19:13.621Z
6
6
  */
7
7
 
8
8
  import { matchaIconRegistry } from './icons';
package/dist/theme.css CHANGED
@@ -2,7 +2,7 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/matchaTheme.ts
4
4
  * Command: astryx theme build src/matchaTheme.ts --out dist/theme.css
5
- * Generated: 2026-07-23T00:19:07.377Z
5
+ * Generated: 2026-07-27T19:19:13.621Z
6
6
  */
7
7
 
8
8
  @layer reset {
@@ -395,6 +395,28 @@
395
395
  .astryx-text.accent { color: var(--color-text-accent); }
396
396
 
397
397
  .astryx-heading.accent { color: var(--color-text-accent); }
398
+
399
+ .astryx-text.size-4xs { font-size: var(--font-size-4xs); }
400
+
401
+ .astryx-text.size-3xs { font-size: var(--font-size-3xs); }
402
+
403
+ .astryx-text.size-2xs { font-size: var(--font-size-2xs); }
404
+
405
+ .astryx-text.xsm { font-size: var(--font-size-xs); }
406
+
407
+ .astryx-text.sm { font-size: var(--font-size-sm); }
408
+
409
+ .astryx-text.base { font-size: var(--font-size-base); }
410
+
411
+ .astryx-text.lg { font-size: var(--font-size-lg); }
412
+
413
+ .astryx-text.xl { font-size: var(--font-size-xl); }
414
+
415
+ .astryx-text.size-2xl { font-size: var(--font-size-2xl); }
416
+
417
+ .astryx-text.size-3xl { font-size: var(--font-size-3xl); }
418
+
419
+ .astryx-text.size-4xl { font-size: var(--font-size-4xl); }
398
420
  }
399
421
  }
400
422
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-matcha",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "description": "Earthy greens with a calm, organic feel. Naturalistic and grounded, great for wellness or content-first apps.",
6
6
  "author": "Meta Open Source",
@@ -48,11 +48,11 @@
48
48
  "lucide-react": "^1.18.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@astryxdesign/core": "0.1.8",
51
+ "@astryxdesign/core": "0.1.9",
52
52
  "react": ">=19"
53
53
  },
54
54
  "devDependencies": {
55
- "@astryxdesign/cli": "0.1.8"
55
+ "@astryxdesign/cli": "0.1.9"
56
56
  },
57
57
  "module": "./dist/source.mjs",
58
58
  "scripts": {