@astryxdesign/theme-stone 0.1.2 → 0.1.3-canary.102854d
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/source.js +6 -6
- package/dist/source.mjs +6 -6
- package/dist/stone.d.ts +1 -1
- package/dist/stone.js +4 -4
- package/dist/stone.variants.d.ts +1 -1
- package/dist/theme.css +4 -4
- package/package.json +3 -3
- package/src/stoneTheme.ts +3 -3
package/dist/source.js
CHANGED
|
@@ -141,8 +141,8 @@ var stoneTheme = (0, import_theme.defineTheme)({
|
|
|
141
141
|
// Stone 900 T=16 C=1.4, Stone 500 T=55 C=4, Stone 300 T=86 C=1.6, Stone 100 T=96 C=1
|
|
142
142
|
"--color-accent": ["#25252a", "#f3f3f5"],
|
|
143
143
|
// light: Stone Neutral T15
|
|
144
|
-
"--color-accent-muted": ["#25252a14", "#
|
|
145
|
-
// light: Stone Neutral T15 · 8%
|
|
144
|
+
"--color-accent-muted": ["#25252a14", "#f3f3f520"],
|
|
145
|
+
// light: Stone Neutral T15 · 8% / dark: T96 · 12.5%
|
|
146
146
|
"--color-neutral": ["#25252a0f", "#f3f3f51a"],
|
|
147
147
|
// light: Stone Neutral T15 · 6% / dark: T96 · 10%
|
|
148
148
|
"--color-background-surface": ["#ffffff", "#1b1b1f"],
|
|
@@ -151,10 +151,10 @@ var stoneTheme = (0, import_theme.defineTheme)({
|
|
|
151
151
|
// dark: Stone Neutral T5
|
|
152
152
|
"--color-overlay": ["#25252a80", "#28282a"],
|
|
153
153
|
// light: Stone Neutral T15 · 50%
|
|
154
|
-
"--color-overlay-hover": ["#25252a0d", "#
|
|
155
|
-
// light: Stone Neutral T15 · 5%
|
|
156
|
-
"--color-overlay-pressed": ["#25252a1a", "#
|
|
157
|
-
// light: Stone Neutral T15 · 10%
|
|
154
|
+
"--color-overlay-hover": ["#25252a0d", "#f3f3f50d"],
|
|
155
|
+
// light: Stone Neutral T15 · 5% / dark: T96 · 5%
|
|
156
|
+
"--color-overlay-pressed": ["#25252a1a", "#f3f3f51a"],
|
|
157
|
+
// light: Stone Neutral T15 · 10% / dark: T96 · 10%
|
|
158
158
|
"--color-background-muted": ["#e2e2e8", "#3b3b3f"],
|
|
159
159
|
// light: Stone Neutral T90
|
|
160
160
|
// Text — H=291
|
package/dist/source.mjs
CHANGED
|
@@ -79,8 +79,8 @@ var stoneTheme = defineTheme({
|
|
|
79
79
|
// Stone 900 T=16 C=1.4, Stone 500 T=55 C=4, Stone 300 T=86 C=1.6, Stone 100 T=96 C=1
|
|
80
80
|
"--color-accent": ["#25252a", "#f3f3f5"],
|
|
81
81
|
// light: Stone Neutral T15
|
|
82
|
-
"--color-accent-muted": ["#25252a14", "#
|
|
83
|
-
// light: Stone Neutral T15 · 8%
|
|
82
|
+
"--color-accent-muted": ["#25252a14", "#f3f3f520"],
|
|
83
|
+
// light: Stone Neutral T15 · 8% / dark: T96 · 12.5%
|
|
84
84
|
"--color-neutral": ["#25252a0f", "#f3f3f51a"],
|
|
85
85
|
// light: Stone Neutral T15 · 6% / dark: T96 · 10%
|
|
86
86
|
"--color-background-surface": ["#ffffff", "#1b1b1f"],
|
|
@@ -89,10 +89,10 @@ var stoneTheme = defineTheme({
|
|
|
89
89
|
// dark: Stone Neutral T5
|
|
90
90
|
"--color-overlay": ["#25252a80", "#28282a"],
|
|
91
91
|
// light: Stone Neutral T15 · 50%
|
|
92
|
-
"--color-overlay-hover": ["#25252a0d", "#
|
|
93
|
-
// light: Stone Neutral T15 · 5%
|
|
94
|
-
"--color-overlay-pressed": ["#25252a1a", "#
|
|
95
|
-
// light: Stone Neutral T15 · 10%
|
|
92
|
+
"--color-overlay-hover": ["#25252a0d", "#f3f3f50d"],
|
|
93
|
+
// light: Stone Neutral T15 · 5% / dark: T96 · 5%
|
|
94
|
+
"--color-overlay-pressed": ["#25252a1a", "#f3f3f51a"],
|
|
95
|
+
// light: Stone Neutral T15 · 10% / dark: T96 · 10%
|
|
96
96
|
"--color-background-muted": ["#e2e2e8", "#3b3b3f"],
|
|
97
97
|
// light: Stone Neutral T90
|
|
98
98
|
// Text — H=291
|
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-
|
|
5
|
+
* Generated: 2026-07-07T02:42:07.419Z
|
|
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-
|
|
5
|
+
* Generated: 2026-07-07T02:42:07.419Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { stoneIconRegistry } from './icons';
|
|
@@ -98,13 +98,13 @@ export const stoneTheme = {
|
|
|
98
98
|
"--color-syntax-punctuation": "light-dark(#5e5e5e, #ababb0)",
|
|
99
99
|
"--color-syntax-background": "light-dark(#f3f3f5, #171719)",
|
|
100
100
|
"--color-accent": "light-dark(#25252a, #f3f3f5)",
|
|
101
|
-
"--color-accent-muted": "light-dark(#25252a14, #
|
|
101
|
+
"--color-accent-muted": "light-dark(#25252a14, #f3f3f520)",
|
|
102
102
|
"--color-neutral": "light-dark(#25252a0f, #f3f3f51a)",
|
|
103
103
|
"--color-background-surface": "light-dark(#ffffff, #1b1b1f)",
|
|
104
104
|
"--color-background-body": "light-dark(#f3f3f5, #111015)",
|
|
105
105
|
"--color-overlay": "light-dark(#25252a80, #28282a)",
|
|
106
|
-
"--color-overlay-hover": "light-dark(#25252a0d, #
|
|
107
|
-
"--color-overlay-pressed": "light-dark(#25252a1a, #
|
|
106
|
+
"--color-overlay-hover": "light-dark(#25252a0d, #f3f3f50d)",
|
|
107
|
+
"--color-overlay-pressed": "light-dark(#25252a1a, #f3f3f51a)",
|
|
108
108
|
"--color-background-muted": "light-dark(#e2e2e8, #3b3b3f)",
|
|
109
109
|
"--color-text-primary": "light-dark(#25252a, #f3f3f5)",
|
|
110
110
|
"--color-text-secondary": "light-dark(#83838a, #9d9da3)",
|
package/dist/stone.variants.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-
|
|
5
|
+
* Generated: 2026-07-07T02:42:07.429Z
|
|
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/stoneTheme.ts
|
|
4
4
|
* Command: astryx theme build src/stoneTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-
|
|
5
|
+
* Generated: 2026-07-07T02:42:07.419Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
@layer reset {
|
|
@@ -162,13 +162,13 @@
|
|
|
162
162
|
--color-syntax-punctuation: light-dark(#5e5e5e, #ababb0);
|
|
163
163
|
--color-syntax-background: light-dark(#f3f3f5, #171719);
|
|
164
164
|
--color-accent: light-dark(#25252a, #f3f3f5);
|
|
165
|
-
--color-accent-muted: light-dark(#25252a14, #
|
|
165
|
+
--color-accent-muted: light-dark(#25252a14, #f3f3f520);
|
|
166
166
|
--color-neutral: light-dark(#25252a0f, #f3f3f51a);
|
|
167
167
|
--color-background-surface: light-dark(#ffffff, #1b1b1f);
|
|
168
168
|
--color-background-body: light-dark(#f3f3f5, #111015);
|
|
169
169
|
--color-overlay: light-dark(#25252a80, #28282a);
|
|
170
|
-
--color-overlay-hover: light-dark(#25252a0d, #
|
|
171
|
-
--color-overlay-pressed: light-dark(#25252a1a, #
|
|
170
|
+
--color-overlay-hover: light-dark(#25252a0d, #f3f3f50d);
|
|
171
|
+
--color-overlay-pressed: light-dark(#25252a1a, #f3f3f51a);
|
|
172
172
|
--color-background-muted: light-dark(#e2e2e8, #3b3b3f);
|
|
173
173
|
--color-text-primary: light-dark(#25252a, #f3f3f5);
|
|
174
174
|
--color-text-secondary: light-dark(#83838a, #9d9da3);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-stone",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-canary.102854d",
|
|
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.3-canary.102854d",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.1.
|
|
56
|
+
"@astryxdesign/cli": "0.1.3-canary.102854d"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|
package/src/stoneTheme.ts
CHANGED
|
@@ -94,13 +94,13 @@ export const stoneTheme = defineTheme({
|
|
|
94
94
|
// Core semantic — all neutrals H=291
|
|
95
95
|
// Stone 900 T=16 C=1.4, Stone 500 T=55 C=4, Stone 300 T=86 C=1.6, Stone 100 T=96 C=1
|
|
96
96
|
'--color-accent': ['#25252a', '#f3f3f5'], // light: Stone Neutral T15
|
|
97
|
-
'--color-accent-muted': ['#25252a14', '#
|
|
97
|
+
'--color-accent-muted': ['#25252a14', '#f3f3f520'], // light: Stone Neutral T15 · 8% / dark: T96 · 12.5%
|
|
98
98
|
'--color-neutral': ['#25252a0f', '#f3f3f51a'], // light: Stone Neutral T15 · 6% / dark: T96 · 10%
|
|
99
99
|
'--color-background-surface': ['#ffffff', '#1b1b1f'], // dark: Stone Neutral T10
|
|
100
100
|
'--color-background-body': ['#f3f3f5', '#111015'], // dark: Stone Neutral T5
|
|
101
101
|
'--color-overlay': ['#25252a80', '#28282a'], // light: Stone Neutral T15 · 50%
|
|
102
|
-
'--color-overlay-hover': ['#25252a0d', '#
|
|
103
|
-
'--color-overlay-pressed': ['#25252a1a', '#
|
|
102
|
+
'--color-overlay-hover': ['#25252a0d', '#f3f3f50d'], // light: Stone Neutral T15 · 5% / dark: T96 · 5%
|
|
103
|
+
'--color-overlay-pressed': ['#25252a1a', '#f3f3f51a'], // light: Stone Neutral T15 · 10% / dark: T96 · 10%
|
|
104
104
|
'--color-background-muted': ['#e2e2e8', '#3b3b3f'], // light: Stone Neutral T90
|
|
105
105
|
|
|
106
106
|
// Text — H=291
|