@astryxdesign/theme-matcha 0.3.0 → 0.4.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/dist/matcha.d.ts +2 -2
- package/dist/matcha.js +3 -3
- package/dist/theme.css +20 -2
- package/package.json +4 -4
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
|
-
* Core: @astryxdesign/core@0.
|
|
5
|
+
* CLI: @astryxdesign/cli@0.4.0
|
|
6
|
+
* Core: @astryxdesign/core@0.4.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import type { DefinedTheme } from '@astryxdesign/core/theme';
|
package/dist/matcha.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
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
|
-
* Core: @astryxdesign/core@0.
|
|
5
|
+
* CLI: @astryxdesign/cli@0.4.0
|
|
6
|
+
* Core: @astryxdesign/core@0.4.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import { matchaIconRegistry } from
|
|
9
|
+
import { matchaIconRegistry } from "./icons.mjs";
|
|
10
10
|
/**
|
|
11
11
|
* matcha theme — built by `pnpm exec astryx theme build`
|
|
12
12
|
* Import the CSS file alongside this module:
|
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
|
-
* Core: @astryxdesign/core@0.
|
|
5
|
+
* CLI: @astryxdesign/cli@0.4.0
|
|
6
|
+
* Core: @astryxdesign/core@0.4.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
@layer reset {
|
|
@@ -314,6 +314,24 @@
|
|
|
314
314
|
line-height: var(--text-heading-6-leading);
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
+
.astryx-heading.display-1 {
|
|
318
|
+
font-family: var(--font-family-heading);
|
|
319
|
+
font-size: var(--text-display-1-size);
|
|
320
|
+
line-height: var(--text-display-1-leading);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.astryx-heading.display-2 {
|
|
324
|
+
font-family: var(--font-family-heading);
|
|
325
|
+
font-size: var(--text-display-2-size);
|
|
326
|
+
line-height: var(--text-display-2-leading);
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.astryx-heading.display-3 {
|
|
330
|
+
font-family: var(--font-family-heading);
|
|
331
|
+
font-size: var(--text-display-3-size);
|
|
332
|
+
line-height: var(--text-display-3-leading);
|
|
333
|
+
}
|
|
334
|
+
|
|
317
335
|
.astryx-text.body {
|
|
318
336
|
font-family: var(--font-family-body);
|
|
319
337
|
font-size: var(--text-body-size);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-matcha",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
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,14 +48,14 @@
|
|
|
48
48
|
"lucide-react": "^1.18.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@astryxdesign/core": "0.
|
|
51
|
+
"@astryxdesign/core": "0.4.0",
|
|
52
52
|
"react": ">=19"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@astryxdesign/cli": "0.
|
|
55
|
+
"@astryxdesign/cli": "0.4.0"
|
|
56
56
|
},
|
|
57
57
|
"module": "./dist/source.mjs",
|
|
58
58
|
"scripts": {
|
|
59
|
-
"build": "astryx theme build src/matchaTheme.ts -o dist/theme.css && tsup && tsc --project tsconfig.build.json"
|
|
59
|
+
"build": "astryx theme build src/matchaTheme.ts -o dist/theme.css --icons-specifier ./icons.mjs && tsup && tsc --project tsconfig.build.json"
|
|
60
60
|
}
|
|
61
61
|
}
|