@astryxdesign/theme-stone 0.1.4-canary.ff77e1c → 0.1.4
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/stone.variants.d.ts +93 -0
- package/dist/theme.css +1 -3
- 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-07T20:21:43.308Z
|
|
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-07T20:21:43.307Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { stoneIconRegistry } from './icons';
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated by `astryx theme build` — do not edit manually.
|
|
3
|
+
* Source: src/stoneTheme.ts
|
|
4
|
+
* Command: astryx theme build src/stoneTheme.ts --out dist/theme.css
|
|
5
|
+
* Generated: 2026-07-07T20:21:43.318Z
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
// Generated by astryx theme build
|
|
9
|
+
export {};
|
|
10
|
+
|
|
11
|
+
declare module '@astryxdesign/core/Heading' {
|
|
12
|
+
interface XDSHeadingLevelMap {
|
|
13
|
+
'1': true;
|
|
14
|
+
'2': true;
|
|
15
|
+
'3': true;
|
|
16
|
+
'4': true;
|
|
17
|
+
'5': true;
|
|
18
|
+
'6': true;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
declare module '@astryxdesign/core/ProgressbarFill' {
|
|
23
|
+
interface XDSProgressbarFillVariantMap {
|
|
24
|
+
'accent': true;
|
|
25
|
+
'success': true;
|
|
26
|
+
'warning': true;
|
|
27
|
+
'error': true;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
declare module '@astryxdesign/core/FieldStatus' {
|
|
32
|
+
interface XDSFieldStatusTypeMap {
|
|
33
|
+
'success': true;
|
|
34
|
+
'warning': true;
|
|
35
|
+
'error': true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
declare module '@astryxdesign/core/TextInput' {
|
|
40
|
+
interface XDSTextInputStatusMap {
|
|
41
|
+
'success': true;
|
|
42
|
+
'warning': true;
|
|
43
|
+
'error': true;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
declare module '@astryxdesign/core/NumberInput' {
|
|
48
|
+
interface XDSNumberInputStatusMap {
|
|
49
|
+
'success': true;
|
|
50
|
+
'warning': true;
|
|
51
|
+
'error': true;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
declare module '@astryxdesign/core/DateInput' {
|
|
56
|
+
interface XDSDateInputStatusMap {
|
|
57
|
+
'success': true;
|
|
58
|
+
'warning': true;
|
|
59
|
+
'error': true;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
declare module '@astryxdesign/core/TimeInput' {
|
|
64
|
+
interface XDSTimeInputStatusMap {
|
|
65
|
+
'success': true;
|
|
66
|
+
'warning': true;
|
|
67
|
+
'error': true;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
declare module '@astryxdesign/core/MultiSelector' {
|
|
72
|
+
interface XDSMultiSelectorStatusMap {
|
|
73
|
+
'success': true;
|
|
74
|
+
'warning': true;
|
|
75
|
+
'error': true;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
declare module '@astryxdesign/core/Typeahead' {
|
|
80
|
+
interface XDSTypeaheadStatusMap {
|
|
81
|
+
'success': true;
|
|
82
|
+
'warning': true;
|
|
83
|
+
'error': true;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
declare module '@astryxdesign/core/Tokenizer' {
|
|
88
|
+
interface XDSTokenizerStatusMap {
|
|
89
|
+
'success': true;
|
|
90
|
+
'warning': true;
|
|
91
|
+
'error': true;
|
|
92
|
+
}
|
|
93
|
+
}
|
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-07T20:21:43.307Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
@layer reset {
|
|
@@ -78,8 +78,6 @@
|
|
|
78
78
|
|
|
79
79
|
@layer astryx-theme {
|
|
80
80
|
:root { color-scheme: light dark; }
|
|
81
|
-
html[data-theme="light"] { color-scheme: light; }
|
|
82
|
-
html[data-theme="dark"] { color-scheme: dark; }
|
|
83
81
|
|
|
84
82
|
@scope ([data-astryx-theme="stone"]) to ([data-astryx-theme]) {
|
|
85
83
|
:scope {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-stone",
|
|
3
|
-
"version": "0.1.4
|
|
3
|
+
"version": "0.1.4",
|
|
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.4
|
|
52
|
+
"@astryxdesign/core": "0.1.4",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.1.4
|
|
56
|
+
"@astryxdesign/cli": "0.1.4"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|