@astryxdesign/theme-stone 0.5.2-canary.e4f8e4e → 0.5.2-canary.ea04834
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 +1 -1
- package/dist/source.mjs +1 -1
- package/package.json +3 -3
- package/src/stoneTheme.ts +1 -1
package/dist/source.js
CHANGED
package/dist/source.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-stone",
|
|
3
|
-
"version": "0.5.2-canary.
|
|
3
|
+
"version": "0.5.2-canary.ea04834",
|
|
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.5.2-canary.
|
|
52
|
+
"@astryxdesign/core": "0.5.2-canary.ea04834",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.5.2-canary.
|
|
56
|
+
"@astryxdesign/cli": "0.5.2-canary.ea04834"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|
package/src/stoneTheme.ts
CHANGED
|
@@ -40,7 +40,7 @@ const INPUT_STATUS_VARS = {
|
|
|
40
40
|
* the stone neutral palette doesn't carry a distinct green stop.
|
|
41
41
|
*/
|
|
42
42
|
const stoneSyntax = defineSyntaxTheme({
|
|
43
|
-
name: '
|
|
43
|
+
name: 'astryx-stone',
|
|
44
44
|
tokens: {
|
|
45
45
|
keyword: ['#645a72', '#b2a7c1'], // Purple T40 / T70
|
|
46
46
|
string: ['#4e6357', '#9bb19a'], // Teal T40 / Green T70
|