@astryxdesign/theme-stone 0.1.0 → 0.1.1-canary.a514b99
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 +2 -2
- package/dist/source.mjs +2 -2
- package/dist/stone.d.ts +1 -1
- package/dist/stone.js +2 -2
- package/dist/stone.variants.d.ts +1 -1
- package/dist/theme.css +2 -2
- package/package.json +4 -4
- package/src/stoneTheme.ts +1 -1
package/dist/source.js
CHANGED
|
@@ -143,8 +143,8 @@ var stoneTheme = (0, import_theme.defineTheme)({
|
|
|
143
143
|
// light: Stone Neutral T15
|
|
144
144
|
"--color-accent-muted": ["#25252a14", "#f3f3f5"],
|
|
145
145
|
// light: Stone Neutral T15 · 8%
|
|
146
|
-
"--color-neutral": ["#25252a0f", "#
|
|
147
|
-
// light: Stone Neutral T15 · 6%
|
|
146
|
+
"--color-neutral": ["#25252a0f", "#f3f3f51a"],
|
|
147
|
+
// light: Stone Neutral T15 · 6% / dark: T96 · 10%
|
|
148
148
|
"--color-background-surface": ["#ffffff", "#1b1b1f"],
|
|
149
149
|
// dark: Stone Neutral T10
|
|
150
150
|
"--color-background-body": ["#f3f3f5", "#111015"],
|
package/dist/source.mjs
CHANGED
|
@@ -81,8 +81,8 @@ var stoneTheme = defineTheme({
|
|
|
81
81
|
// light: Stone Neutral T15
|
|
82
82
|
"--color-accent-muted": ["#25252a14", "#f3f3f5"],
|
|
83
83
|
// light: Stone Neutral T15 · 8%
|
|
84
|
-
"--color-neutral": ["#25252a0f", "#
|
|
85
|
-
// light: Stone Neutral T15 · 6%
|
|
84
|
+
"--color-neutral": ["#25252a0f", "#f3f3f51a"],
|
|
85
|
+
// light: Stone Neutral T15 · 6% / dark: T96 · 10%
|
|
86
86
|
"--color-background-surface": ["#ffffff", "#1b1b1f"],
|
|
87
87
|
// dark: Stone Neutral T10
|
|
88
88
|
"--color-background-body": ["#f3f3f5", "#111015"],
|
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-06-
|
|
5
|
+
* Generated: 2026-06-26T02:15:47.711Z
|
|
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-06-
|
|
5
|
+
* Generated: 2026-06-26T02:15:47.711Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { stoneIconRegistry } from './icons';
|
|
@@ -99,7 +99,7 @@ export const stoneTheme = {
|
|
|
99
99
|
"--color-syntax-background": "light-dark(#f3f3f5, #171719)",
|
|
100
100
|
"--color-accent": "light-dark(#25252a, #f3f3f5)",
|
|
101
101
|
"--color-accent-muted": "light-dark(#25252a14, #f3f3f5)",
|
|
102
|
-
"--color-neutral": "light-dark(#25252a0f, #
|
|
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)",
|
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-06-
|
|
5
|
+
* Generated: 2026-06-26T02:15:47.720Z
|
|
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-06-
|
|
5
|
+
* Generated: 2026-06-26T02:15:47.710Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
@layer reset {
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
--color-syntax-background: light-dark(#f3f3f5, #171719);
|
|
164
164
|
--color-accent: light-dark(#25252a, #f3f3f5);
|
|
165
165
|
--color-accent-muted: light-dark(#25252a14, #f3f3f5);
|
|
166
|
-
--color-neutral: light-dark(#25252a0f, #
|
|
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);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-stone",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-canary.a514b99",
|
|
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.",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "https://github.com/facebook/astryx/issues"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
|
-
"
|
|
19
|
+
"astryx",
|
|
20
20
|
"theme",
|
|
21
21
|
"design-system",
|
|
22
22
|
"lucide",
|
|
@@ -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.1-canary.a514b99",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.1.
|
|
56
|
+
"@astryxdesign/cli": "0.1.1-canary.a514b99"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|
package/src/stoneTheme.ts
CHANGED
|
@@ -95,7 +95,7 @@ export const stoneTheme = defineTheme({
|
|
|
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
97
|
'--color-accent-muted': ['#25252a14', '#f3f3f5'], // light: Stone Neutral T15 · 8%
|
|
98
|
-
'--color-neutral': ['#25252a0f', '#
|
|
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%
|