@astryxdesign/theme-stone 0.1.7 → 0.1.8-canary.0db5dfd
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/stone.d.ts +1 -1
- package/dist/stone.js +1 -1
- package/dist/theme.css +23 -1
- package/package.json +3 -3
package/dist/stone.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/stoneTheme.ts
|
|
4
4
|
* Command: astryx theme build src/stoneTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-07-
|
|
5
|
+
* Generated: 2026-07-26T00:50:17.001Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type { DefinedTheme } from '@astryxdesign/core/theme';
|
package/dist/stone.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/stoneTheme.ts
|
|
4
4
|
* Command: astryx theme build src/stoneTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-07-
|
|
5
|
+
* Generated: 2026-07-26T00:50:17.000Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { stoneIconRegistry } 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/stoneTheme.ts
|
|
4
4
|
* Command: astryx theme build src/stoneTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-07-
|
|
5
|
+
* Generated: 2026-07-26T00:50:17.000Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
@layer reset {
|
|
@@ -591,6 +591,28 @@
|
|
|
591
591
|
.astryx-text.accent { color: var(--color-text-accent); }
|
|
592
592
|
|
|
593
593
|
.astryx-heading.accent { color: var(--color-text-accent); }
|
|
594
|
+
|
|
595
|
+
.astryx-text.size-4xs { font-size: var(--font-size-4xs); }
|
|
596
|
+
|
|
597
|
+
.astryx-text.size-3xs { font-size: var(--font-size-3xs); }
|
|
598
|
+
|
|
599
|
+
.astryx-text.size-2xs { font-size: var(--font-size-2xs); }
|
|
600
|
+
|
|
601
|
+
.astryx-text.xsm { font-size: var(--font-size-xs); }
|
|
602
|
+
|
|
603
|
+
.astryx-text.sm { font-size: var(--font-size-sm); }
|
|
604
|
+
|
|
605
|
+
.astryx-text.base { font-size: var(--font-size-base); }
|
|
606
|
+
|
|
607
|
+
.astryx-text.lg { font-size: var(--font-size-lg); }
|
|
608
|
+
|
|
609
|
+
.astryx-text.xl { font-size: var(--font-size-xl); }
|
|
610
|
+
|
|
611
|
+
.astryx-text.size-2xl { font-size: var(--font-size-2xl); }
|
|
612
|
+
|
|
613
|
+
.astryx-text.size-3xl { font-size: var(--font-size-3xl); }
|
|
614
|
+
|
|
615
|
+
.astryx-text.size-4xl { font-size: var(--font-size-4xl); }
|
|
594
616
|
}
|
|
595
617
|
}
|
|
596
618
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-stone",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8-canary.0db5dfd",
|
|
4
4
|
"displayName": "Stone Theme",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Warm stone and slate, earthy and understated, with just enough character to feel handcrafted.",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"lucide-react": "^1.18.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@astryxdesign/core": "0.1.
|
|
52
|
+
"@astryxdesign/core": "0.1.8-canary.0db5dfd",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.1.
|
|
56
|
+
"@astryxdesign/cli": "0.1.8-canary.0db5dfd"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|