@astryxdesign/theme-matcha 0.6.2 → 0.6.3-canary.01fa439
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 +2 -2
- package/dist/matcha.js +2 -2
- package/dist/theme.css +6 -2
- package/package.json +3 -3
package/dist/matcha.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
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
|
-
* CLI: @astryxdesign/cli@0.6.
|
|
6
|
-
* Core: @astryxdesign/core@0.6.
|
|
5
|
+
* CLI: @astryxdesign/cli@0.6.3
|
|
6
|
+
* Core: @astryxdesign/core@0.6.3
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import type { DefinedTheme } from '@astryxdesign/core/theme';
|
package/dist/matcha.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
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
|
-
* CLI: @astryxdesign/cli@0.6.
|
|
6
|
-
* Core: @astryxdesign/core@0.6.
|
|
5
|
+
* CLI: @astryxdesign/cli@0.6.3
|
|
6
|
+
* Core: @astryxdesign/core@0.6.3
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { matchaIconRegistry } from "./icons.mjs";
|
package/dist/theme.css
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
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
|
-
* CLI: @astryxdesign/cli@0.6.
|
|
6
|
-
* Core: @astryxdesign/core@0.6.
|
|
5
|
+
* CLI: @astryxdesign/cli@0.6.3
|
|
6
|
+
* Core: @astryxdesign/core@0.6.3
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
@layer reset {
|
|
@@ -333,6 +333,10 @@
|
|
|
333
333
|
--shadow-inset-error: inset 0px 0px 0px 2px #FD000050;
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
+
:scope {
|
|
337
|
+
font-family: var(--font-family-body);
|
|
338
|
+
}
|
|
339
|
+
|
|
336
340
|
.astryx-heading[data-level="1"] {
|
|
337
341
|
font-family: var(--font-family-heading);
|
|
338
342
|
font-size: var(--text-heading-1-size);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-matcha",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3-canary.01fa439",
|
|
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.6.
|
|
51
|
+
"@astryxdesign/core": "0.6.3-canary.01fa439",
|
|
52
52
|
"react": ">=19"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@astryxdesign/cli": "0.6.
|
|
55
|
+
"@astryxdesign/cli": "0.6.3-canary.01fa439"
|
|
56
56
|
},
|
|
57
57
|
"module": "./dist/source.mjs",
|
|
58
58
|
"scripts": {
|