@astryxdesign/theme-matcha 0.1.1 → 0.1.2-canary.04e71b2

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-06-26T02:45:29.639Z
5
+ * Generated: 2026-07-04T03:16:51.367Z
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-06-26T02:45:29.639Z
5
+ * Generated: 2026-07-04T03:16:51.367Z
6
6
  */
7
7
 
8
8
  import { matchaIconRegistry } from './icons';
@@ -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-06-26T02:45:29.645Z
5
+ * Generated: 2026-07-04T03:16:51.371Z
6
6
  */
7
7
 
8
8
  // Generated by astryx theme build
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-06-26T02:45:29.639Z
5
+ * Generated: 2026-07-04T03:16:51.366Z
6
6
  */
7
7
 
8
8
  @layer reset {
@@ -390,9 +390,9 @@
390
390
 
391
391
  .astryx-heading.placeholder { color: var(--color-text-secondary); }
392
392
 
393
- .astryx-text.active { color: var(--color-accent); }
393
+ .astryx-text.accent { color: var(--color-text-accent); }
394
394
 
395
- .astryx-heading.active { color: var(--color-accent); }
395
+ .astryx-heading.accent { color: var(--color-text-accent); }
396
396
  }
397
397
  }
398
398
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-matcha",
3
- "version": "0.1.1",
3
+ "version": "0.1.2-canary.04e71b2",
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.1",
51
+ "@astryxdesign/core": "0.1.2-canary.04e71b2",
52
52
  "react": ">=19"
53
53
  },
54
54
  "devDependencies": {
55
- "@astryxdesign/cli": "0.1.1"
55
+ "@astryxdesign/cli": "0.1.2-canary.04e71b2"
56
56
  },
57
57
  "module": "./dist/source.mjs",
58
58
  "scripts": {