@astryxdesign/theme-stone 0.0.0-bootstrap.0 → 0.0.15

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.js ADDED
@@ -0,0 +1,195 @@
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-06-24T18:16:14.109Z
6
+ */
7
+
8
+ import { stoneIconRegistry } from './icons';
9
+ /**
10
+ * stone theme — built by `pnpm exec astryx theme build`
11
+ * Import the CSS file alongside this module:
12
+ *
13
+ * import { stoneTheme } from './stone';
14
+ * import './stone.css';
15
+ */
16
+ export const stoneTheme = {
17
+ name: 'stone',
18
+ __built: true,
19
+ tokens: {
20
+ "--font-size-4xs": "0.3125rem",
21
+ "--font-size-3xs": "0.375rem",
22
+ "--font-size-2xs": "0.4375rem",
23
+ "--font-size-xs": "0.5625rem",
24
+ "--font-size-sm": "0.6875rem",
25
+ "--font-size-base": "0.875rem",
26
+ "--font-size-lg": "1.125rem",
27
+ "--font-size-xl": "1.375rem",
28
+ "--font-size-2xl": "1.6875rem",
29
+ "--font-size-3xl": "2.125rem",
30
+ "--font-size-4xl": "2.6875rem",
31
+ "--font-size-5xl": "3.3125rem",
32
+ "--text-heading-1-size": "var(--font-size-2xl)",
33
+ "--text-heading-1-weight": "var(--font-weight-semibold)",
34
+ "--text-heading-1-leading": "1.3333",
35
+ "--text-heading-2-size": "var(--font-size-xl)",
36
+ "--text-heading-2-weight": "var(--font-weight-semibold)",
37
+ "--text-heading-2-leading": "1.4545",
38
+ "--text-heading-3-size": "var(--font-size-lg)",
39
+ "--text-heading-3-weight": "var(--font-weight-bold)",
40
+ "--text-heading-3-leading": "1.5556",
41
+ "--text-heading-4-size": "var(--font-size-base)",
42
+ "--text-heading-4-weight": "var(--font-weight-bold)",
43
+ "--text-heading-4-leading": "1.4286",
44
+ "--text-heading-5-size": "var(--font-size-sm)",
45
+ "--text-heading-5-weight": "var(--font-weight-semibold)",
46
+ "--text-heading-5-leading": "1.4545",
47
+ "--text-heading-6-size": "var(--font-size-xs)",
48
+ "--text-heading-6-weight": "var(--font-weight-semibold)",
49
+ "--text-heading-6-leading": "1.7778",
50
+ "--text-body-size": "var(--font-size-base)",
51
+ "--text-body-weight": "var(--font-weight-normal)",
52
+ "--text-body-leading": "1.4286",
53
+ "--text-large-size": "var(--font-size-lg)",
54
+ "--text-large-weight": "var(--font-weight-semibold)",
55
+ "--text-large-leading": "1.5556",
56
+ "--text-label-size": "var(--font-size-base)",
57
+ "--text-label-weight": "var(--font-weight-medium)",
58
+ "--text-label-leading": "1.4286",
59
+ "--text-code-size": "var(--font-size-base)",
60
+ "--text-code-weight": "var(--font-weight-normal)",
61
+ "--text-code-leading": "1.4286",
62
+ "--text-supporting-size": "12px",
63
+ "--text-supporting-weight": "var(--font-weight-normal)",
64
+ "--text-supporting-leading": "1.4545",
65
+ "--text-display-1-size": "var(--font-size-5xl)",
66
+ "--text-display-1-weight": "var(--font-weight-normal)",
67
+ "--text-display-1-leading": "1.283",
68
+ "--text-display-2-size": "var(--font-size-4xl)",
69
+ "--text-display-2-weight": "var(--font-weight-normal)",
70
+ "--text-display-2-leading": "1.2093",
71
+ "--text-display-3-size": "var(--font-size-3xl)",
72
+ "--text-display-3-weight": "var(--font-weight-normal)",
73
+ "--text-display-3-leading": "1.2941",
74
+ "--duration-fast-min": "95ms",
75
+ "--duration-fast": "125ms",
76
+ "--duration-fast-max": "165ms",
77
+ "--duration-medium-min": "225ms",
78
+ "--duration-medium": "300ms",
79
+ "--duration-medium-max": "400ms",
80
+ "--duration-slow-min": "525ms",
81
+ "--duration-slow": "700ms",
82
+ "--duration-slow-max": "935ms",
83
+ "--font-family-body": "Figtree, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif",
84
+ "--font-family-heading": "Montserrat, \"Figtree\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif",
85
+ "--font-family-code": "\"JetBrains Mono\", \"SF Mono\", Monaco, Consolas, monospace",
86
+ "--color-syntax-keyword": "light-dark(#645a72, #b2a7c1)",
87
+ "--color-syntax-string": "light-dark(#4e6357, #9bb19a)",
88
+ "--color-syntax-comment": "light-dark(#5e5e5e, #ababb0)",
89
+ "--color-syntax-number": "light-dark(#755752, #bea792)",
90
+ "--color-syntax-function": "light-dark(#506072, #99adc6)",
91
+ "--color-syntax-type": "light-dark(#645a72, #b2a7c1)",
92
+ "--color-syntax-variable": "light-dark(#5e5e5e, #ababb0)",
93
+ "--color-syntax-operator": "light-dark(#5e5e5e, #ababb0)",
94
+ "--color-syntax-constant": "light-dark(#755752, #bea792)",
95
+ "--color-syntax-tag": "light-dark(#775751, #c7a39d)",
96
+ "--color-syntax-attribute": "light-dark(#79693f, #b6aa90)",
97
+ "--color-syntax-property": "light-dark(#4e6357, #94b2a0)",
98
+ "--color-syntax-punctuation": "light-dark(#5e5e5e, #ababb0)",
99
+ "--color-syntax-background": "light-dark(#f3f3f5, #171719)",
100
+ "--color-accent": "light-dark(#25252a, #f3f3f5)",
101
+ "--color-accent-muted": "light-dark(#25252a14, #f3f3f5)",
102
+ "--color-neutral": "light-dark(#25252a0f, #f3f3f5)",
103
+ "--color-background-surface": "light-dark(#ffffff, #1b1b1f)",
104
+ "--color-background-body": "light-dark(#f3f3f5, #111015)",
105
+ "--color-overlay": "light-dark(#25252a80, #28282a)",
106
+ "--color-overlay-hover": "light-dark(#25252a0d, #f3f3f5)",
107
+ "--color-overlay-pressed": "light-dark(#25252a1a, #f3f3f5)",
108
+ "--color-background-muted": "light-dark(#e2e2e8, #3b3b3f)",
109
+ "--color-text-primary": "light-dark(#25252a, #f3f3f5)",
110
+ "--color-text-secondary": "light-dark(#83838a, #9d9da3)",
111
+ "--color-text-disabled": "light-dark(#d7d7da, #5e5e61)",
112
+ "--color-text-accent": "light-dark(#25252a, #f3f3f5)",
113
+ "--color-on-dark": "#FFFFFF",
114
+ "--color-on-light": "light-dark(#25252a, #28282a)",
115
+ "--color-on-accent": "light-dark(#ffffff, #25252a)",
116
+ "--color-on-success": "light-dark(#374c36, #d0e9ce)",
117
+ "--color-on-error": "light-dark(#58413e, #f9dcd7)",
118
+ "--color-on-warning": "light-dark(#524622, #f4e1b7)",
119
+ "--color-icon-accent": "light-dark(#25252a, #f3f3f5)",
120
+ "--color-icon-primary": "light-dark(#25252a, #f3f3f5)",
121
+ "--color-icon-secondary": "light-dark(#83838a, #9d9da3)",
122
+ "--color-icon-disabled": "light-dark(#d7d7da, #5e5e61)",
123
+ "--color-background-card": "light-dark(#FFFFFF, #242325)",
124
+ "--color-background-popover": "light-dark(#ffffff, #25252a)",
125
+ "--color-background-inverted": "light-dark(#25252a, #f3f3f5)",
126
+ "--color-success": "light-dark(#374c36, #b4cdb2)",
127
+ "--color-success-muted": "light-dark(#d0e9ce, #b4cdb2)",
128
+ "--color-error": "light-dark(#58413e, #dcc0bc)",
129
+ "--color-error-muted": "light-dark(#f9dcd7, #dcc0bc)",
130
+ "--color-warning": "light-dark(#524622, #d7c59c)",
131
+ "--color-warning-muted": "light-dark(#f4e1b7, #d7c59c)",
132
+ "--color-border": "light-dark(#e2e2e8, #f3f3f5)",
133
+ "--color-border-emphasized": "light-dark(#83838a, #5e5e61)",
134
+ "--color-skeleton": "light-dark(#d4d4da, #5e5e64)",
135
+ "--color-shadow": "light-dark(#25252a1a, #000000)",
136
+ "--color-tint-hover": "light-dark(black, white)",
137
+ "--color-background-blue": "light-dark(#d7e4f5, #485362)",
138
+ "--color-border-blue": "light-dark(#c9d6e7, #313c4a)",
139
+ "--color-icon-blue": "light-dark(#3c4856, #d7e4f5)",
140
+ "--color-text-blue": "light-dark(#3c4856, #d7e4f5)",
141
+ "--color-background-cyan": "light-dark(#cce8e5, #3e5755)",
142
+ "--color-border-cyan": "light-dark(#bedad7, #28403e)",
143
+ "--color-icon-cyan": "light-dark(#334b49, #cce8e5)",
144
+ "--color-text-cyan": "light-dark(#334b49, #cce8e5)",
145
+ "--color-background-gray": "light-dark(#e2e2e8, #525257)",
146
+ "--color-border-gray": "light-dark(#d4d4da, #3b3b3f)",
147
+ "--color-icon-gray": "light-dark(#46464b, #e2e2e8)",
148
+ "--color-text-gray": "light-dark(#46464b, #e2e2e8)",
149
+ "--color-background-green": "light-dark(#d0e9ce, #425841)",
150
+ "--color-border-green": "light-dark(#c2dbc0, #2b402b)",
151
+ "--color-icon-green": "light-dark(#374c36, #d0e9ce)",
152
+ "--color-text-green": "light-dark(#374c36, #d0e9ce)",
153
+ "--color-background-orange": "light-dark(#ffdcbb, #684d32)",
154
+ "--color-border-orange": "light-dark(#f1ceae, #4f361c)",
155
+ "--color-icon-orange": "light-dark(#5b4227, #ffdcbb)",
156
+ "--color-text-orange": "light-dark(#5b4227, #ffdcbb)",
157
+ "--color-background-pink": "light-dark(#f0dde8, #5e4e57)",
158
+ "--color-border-pink": "light-dark(#e2cfda, #463740)",
159
+ "--color-icon-pink": "light-dark(#52424c, #f0dde8)",
160
+ "--color-text-pink": "light-dark(#52424c, #f0dde8)",
161
+ "--color-background-purple": "light-dark(#e8dff3, #564f60)",
162
+ "--color-border-purple": "light-dark(#d9d1e5, #3f3949)",
163
+ "--color-icon-purple": "light-dark(#4b4454, #e8dff3)",
164
+ "--color-text-purple": "light-dark(#4b4454, #e8dff3)",
165
+ "--color-background-red": "light-dark(#f9dcd7, #644d49)",
166
+ "--color-border-red": "light-dark(#ebcec9, #4c3633)",
167
+ "--color-icon-red": "light-dark(#58413e, #f9dcd7)",
168
+ "--color-text-red": "light-dark(#58413e, #f9dcd7)",
169
+ "--color-background-teal": "light-dark(#d4e7dc, #46564d)",
170
+ "--color-border-teal": "light-dark(#c6d9ce, #303f36)",
171
+ "--color-icon-teal": "light-dark(#3b4a41, #d4e7dc)",
172
+ "--color-text-teal": "light-dark(#3b4a41, #d4e7dc)",
173
+ "--color-background-yellow": "light-dark(#f4e1b7, #5e512d)",
174
+ "--color-border-yellow": "light-dark(#e5d3a9, #463a18)",
175
+ "--color-icon-yellow": "light-dark(#524622, #f4e1b7)",
176
+ "--color-text-yellow": "light-dark(#524622, #f4e1b7)",
177
+ "--radius-none": "0.125rem",
178
+ "--radius-inner": "0.25rem",
179
+ "--radius-element": "0.5rem",
180
+ "--radius-container": "0.75rem",
181
+ "--radius-page": "1.5rem",
182
+ "--radius-full": "9999px",
183
+ "--shadow-low": "0 2px 4px #28282A0D, 0 4px 8px #28282A1A",
184
+ "--shadow-med": "0 2px 4px #28282A0D, 0 4px 12px #28282A1A",
185
+ "--shadow-high": "0 4px 6px #28282A1A, 0 12px 24px #28282A26",
186
+ "--shadow-inset-hover": "inset 0px 0px 0px 2px #28282A30",
187
+ "--shadow-inset-selected": "inset 0px 0px 0px 2px #28282A50",
188
+ "--shadow-inset-success": "inset 0px 0px 0px 2px #83838a30",
189
+ "--shadow-inset-warning": "inset 0px 0px 0px 2px #83838a30",
190
+ "--shadow-inset-error": "inset 0px 0px 0px 2px #83838a30"
191
+ },
192
+ icons: stoneIconRegistry,
193
+ };
194
+
195
+ export { stoneIconRegistry };
@@ -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-06-24T18:16:14.121Z
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
+ }
@@ -0,0 +1,259 @@
1
+ export declare const stoneTheme: import("@astryxdesign/core/theme").DefinedTheme;
2
+ /**
3
+ * Raw tonal palettes — every color at every tone step (0–100 in 5s).
4
+ * Same hue and chroma used to derive all theme tokens.
5
+ * Use these for custom components or data visualization.
6
+ */
7
+ export declare const stonePalettes: {
8
+ readonly neutral: {
9
+ readonly hue: 291;
10
+ readonly chroma: 3;
11
+ readonly 0: "#000000";
12
+ readonly 5: "#111015";
13
+ readonly 10: "#1b1b1f";
14
+ readonly 15: "#25252a";
15
+ readonly 20: "#303034";
16
+ readonly 25: "#3b3b3f";
17
+ readonly 30: "#46464b";
18
+ readonly 35: "#525257";
19
+ readonly 40: "#5e5e63";
20
+ readonly 45: "#6a6a6f";
21
+ readonly 50: "#77777c";
22
+ readonly 55: "#838388";
23
+ readonly 60: "#909095";
24
+ readonly 65: "#9d9da3";
25
+ readonly 70: "#ababb0";
26
+ readonly 75: "#b8b8be";
27
+ readonly 80: "#c6c6cc";
28
+ readonly 85: "#d4d4da";
29
+ readonly 90: "#e2e2e8";
30
+ readonly 95: "#f0f0f6";
31
+ readonly 100: "#ffffff";
32
+ };
33
+ readonly blue: {
34
+ readonly hue: 265;
35
+ readonly chroma: 10;
36
+ readonly 0: "#000000";
37
+ readonly 5: "#04121e";
38
+ readonly 10: "#111c29";
39
+ readonly 15: "#1b2734";
40
+ readonly 20: "#26313f";
41
+ readonly 25: "#313c4a";
42
+ readonly 30: "#3c4856";
43
+ readonly 35: "#485362";
44
+ readonly 40: "#545f6e";
45
+ readonly 45: "#606c7b";
46
+ readonly 50: "#6c7888";
47
+ readonly 55: "#798595";
48
+ readonly 60: "#8692a2";
49
+ readonly 65: "#939faf";
50
+ readonly 70: "#a0acbd";
51
+ readonly 75: "#adbacb";
52
+ readonly 80: "#bbc8d9";
53
+ readonly 85: "#c9d6e7";
54
+ readonly 90: "#d7e4f5";
55
+ readonly 95: "#e7f2ff";
56
+ readonly 100: "#ffffff";
57
+ };
58
+ readonly cyan: {
59
+ readonly hue: 190;
60
+ readonly chroma: 10;
61
+ readonly 0: "#000000";
62
+ readonly 5: "#001613";
63
+ readonly 10: "#071f1e";
64
+ readonly 15: "#122a28";
65
+ readonly 20: "#1d3433";
66
+ readonly 25: "#28403e";
67
+ readonly 30: "#334b49";
68
+ readonly 35: "#3e5755";
69
+ readonly 40: "#4a6361";
70
+ readonly 45: "#566f6d";
71
+ readonly 50: "#627c7a";
72
+ readonly 55: "#6f8986";
73
+ readonly 60: "#7b9693";
74
+ readonly 65: "#88a3a0";
75
+ readonly 70: "#95b1ae";
76
+ readonly 75: "#a3bebb";
77
+ readonly 80: "#b0ccc9";
78
+ readonly 85: "#bedad7";
79
+ readonly 90: "#cce8e5";
80
+ readonly 95: "#daf7f4";
81
+ readonly 100: "#ffffff";
82
+ };
83
+ readonly green: {
84
+ readonly hue: 142;
85
+ readonly chroma: 17;
86
+ readonly 0: "#000000";
87
+ readonly 5: "#001700";
88
+ readonly 10: "#0c200a";
89
+ readonly 15: "#162a16";
90
+ readonly 20: "#213521";
91
+ readonly 25: "#2b402b";
92
+ readonly 30: "#374c36";
93
+ readonly 35: "#425841";
94
+ readonly 40: "#4e644d";
95
+ readonly 45: "#5a7059";
96
+ readonly 50: "#667d65";
97
+ readonly 55: "#728a71";
98
+ readonly 60: "#7f977e";
99
+ readonly 65: "#8ca48b";
100
+ readonly 70: "#99b298";
101
+ readonly 75: "#a7bfa5";
102
+ readonly 80: "#b4cdb2";
103
+ readonly 85: "#c2dbc0";
104
+ readonly 90: "#d0e9ce";
105
+ readonly 95: "#def8dc";
106
+ readonly 100: "#ffffff";
107
+ };
108
+ readonly teal: {
109
+ readonly hue: 158;
110
+ readonly chroma: 9;
111
+ readonly 0: "#000000";
112
+ readonly 5: "#00150a";
113
+ readonly 10: "#101e17";
114
+ readonly 15: "#1a2921";
115
+ readonly 20: "#25342b";
116
+ readonly 25: "#303f36";
117
+ readonly 30: "#3b4a41";
118
+ readonly 35: "#46564d";
119
+ readonly 40: "#526259";
120
+ readonly 45: "#5e6e65";
121
+ readonly 50: "#6a7b71";
122
+ readonly 55: "#77887e";
123
+ readonly 60: "#83958a";
124
+ readonly 65: "#90a297";
125
+ readonly 70: "#9dafa5";
126
+ readonly 75: "#abbdb2";
127
+ readonly 80: "#b8cbc0";
128
+ readonly 85: "#c6d9ce";
129
+ readonly 90: "#d4e7dc";
130
+ readonly 95: "#e2f5ea";
131
+ readonly 100: "#ffffff";
132
+ };
133
+ readonly yellow: {
134
+ readonly hue: 90;
135
+ readonly chroma: 23;
136
+ readonly 0: "#000000";
137
+ readonly 5: "#1f0f00";
138
+ readonly 10: "#261a00";
139
+ readonly 15: "#2f2500";
140
+ readonly 20: "#3a2f0d";
141
+ readonly 25: "#463a18";
142
+ readonly 30: "#524622";
143
+ readonly 35: "#5e512d";
144
+ readonly 40: "#6b5d39";
145
+ readonly 45: "#786944";
146
+ readonly 50: "#857650";
147
+ readonly 55: "#92825c";
148
+ readonly 60: "#9f8f68";
149
+ readonly 65: "#ad9c75";
150
+ readonly 70: "#bbaa81";
151
+ readonly 75: "#c9b78e";
152
+ readonly 80: "#d7c59c";
153
+ readonly 85: "#e5d3a9";
154
+ readonly 90: "#f4e1b7";
155
+ readonly 95: "#ffefc7";
156
+ readonly 100: "#ffffff";
157
+ };
158
+ readonly orange: {
159
+ readonly hue: 70;
160
+ readonly chroma: 22;
161
+ readonly 0: "#000000";
162
+ readonly 5: "#250a00";
163
+ readonly 10: "#2d1700";
164
+ readonly 15: "#372104";
165
+ readonly 20: "#432c12";
166
+ readonly 25: "#4f361c";
167
+ readonly 30: "#5b4227";
168
+ readonly 35: "#684d32";
169
+ readonly 40: "#75593d";
170
+ readonly 45: "#826548";
171
+ readonly 50: "#8f7154";
172
+ readonly 55: "#9d7e60";
173
+ readonly 60: "#aa8b6d";
174
+ readonly 65: "#b89879";
175
+ readonly 70: "#c6a586";
176
+ readonly 75: "#d4b393";
177
+ readonly 80: "#e3c0a0";
178
+ readonly 85: "#f1ceae";
179
+ readonly 90: "#ffdcbb";
180
+ readonly 95: "#ffeddc";
181
+ readonly 100: "#ffffff";
182
+ };
183
+ readonly red: {
184
+ readonly hue: 33;
185
+ readonly chroma: 11;
186
+ readonly 0: "#000000";
187
+ readonly 5: "#210a04";
188
+ readonly 10: "#2a1714";
189
+ readonly 15: "#35211e";
190
+ readonly 20: "#402b28";
191
+ readonly 25: "#4c3633";
192
+ readonly 30: "#58413e";
193
+ readonly 35: "#644d49";
194
+ readonly 40: "#715955";
195
+ readonly 45: "#7e6561";
196
+ readonly 50: "#8a716d";
197
+ readonly 55: "#987e7a";
198
+ readonly 60: "#a58b86";
199
+ readonly 65: "#b39893";
200
+ readonly 70: "#c0a5a1";
201
+ readonly 75: "#ceb3ae";
202
+ readonly 80: "#dcc0bc";
203
+ readonly 85: "#ebcec9";
204
+ readonly 90: "#f9dcd7";
205
+ readonly 95: "#ffece9";
206
+ readonly 100: "#ffffff";
207
+ };
208
+ readonly pink: {
209
+ readonly hue: 340;
210
+ readonly chroma: 9;
211
+ readonly 0: "#000000";
212
+ readonly 5: "#1b0c16";
213
+ readonly 10: "#251720";
214
+ readonly 15: "#30222a";
215
+ readonly 20: "#3b2c35";
216
+ readonly 25: "#463740";
217
+ readonly 30: "#52424c";
218
+ readonly 35: "#5e4e57";
219
+ readonly 40: "#6a5a63";
220
+ readonly 45: "#776670";
221
+ readonly 50: "#83727c";
222
+ readonly 55: "#907f89";
223
+ readonly 60: "#9d8c96";
224
+ readonly 65: "#ab99a3";
225
+ readonly 70: "#b8a6b1";
226
+ readonly 75: "#c6b4be";
227
+ readonly 80: "#d4c1cc";
228
+ readonly 85: "#e2cfda";
229
+ readonly 90: "#f0dde8";
230
+ readonly 95: "#ffebf7";
231
+ readonly 100: "#ffffff";
232
+ };
233
+ readonly purple: {
234
+ readonly hue: 307;
235
+ readonly chroma: 11;
236
+ readonly 0: "#000000";
237
+ readonly 5: "#150e1d";
238
+ readonly 10: "#1f1927";
239
+ readonly 15: "#292332";
240
+ readonly 20: "#342e3d";
241
+ readonly 25: "#3f3949";
242
+ readonly 30: "#4b4454";
243
+ readonly 35: "#564f60";
244
+ readonly 40: "#635b6d";
245
+ readonly 45: "#6f6779";
246
+ readonly 50: "#7b7486";
247
+ readonly 55: "#888193";
248
+ readonly 60: "#958da0";
249
+ readonly 65: "#a39aad";
250
+ readonly 70: "#b0a8bb";
251
+ readonly 75: "#beb5c9";
252
+ readonly 80: "#cbc3d7";
253
+ readonly 85: "#d9d1e5";
254
+ readonly 90: "#e8dff3";
255
+ readonly 95: "#f6edff";
256
+ readonly 100: "#ffffff";
257
+ };
258
+ };
259
+ //# sourceMappingURL=stoneTheme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stoneTheme.d.ts","sourceRoot":"","sources":["../src/stoneTheme.ts"],"names":[],"mappings":"AA6DA,eAAO,MAAM,UAAU,iDA4UrB,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2PhB,CAAC"}