@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/source.js ADDED
@@ -0,0 +1,713 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/source.ts
21
+ var source_exports = {};
22
+ __export(source_exports, {
23
+ stoneIconRegistry: () => stoneIconRegistry,
24
+ stonePalettes: () => stonePalettes,
25
+ stoneTheme: () => stoneTheme
26
+ });
27
+ module.exports = __toCommonJS(source_exports);
28
+
29
+ // src/stoneTheme.ts
30
+ var import_theme = require("@astryxdesign/core/theme");
31
+
32
+ // src/icons.tsx
33
+ var import_lucide_react = require("lucide-react");
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var iconProps = {
36
+ size: "1em",
37
+ "aria-hidden": true
38
+ };
39
+ var stoneIconRegistry = {
40
+ close: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.X, { ...iconProps }),
41
+ chevronDown: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronDown, { ...iconProps }),
42
+ chevronLeft: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronLeft, { ...iconProps }),
43
+ chevronRight: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronRight, { ...iconProps }),
44
+ check: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Check, { ...iconProps }),
45
+ success: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.CheckCircle, { ...iconProps }),
46
+ error: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.XCircle, { ...iconProps }),
47
+ warning: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.AlertTriangle, { ...iconProps }),
48
+ info: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Info, { ...iconProps }),
49
+ calendar: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Calendar, { ...iconProps }),
50
+ clock: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Clock, { ...iconProps }),
51
+ externalLink: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ExternalLink, { ...iconProps }),
52
+ menu: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Menu, { ...iconProps }),
53
+ moreHorizontal: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.MoreHorizontal, { ...iconProps }),
54
+ search: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Search, { ...iconProps }),
55
+ arrowUp: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ArrowUp, { ...iconProps }),
56
+ arrowDown: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ArrowDown, { ...iconProps }),
57
+ arrowsUpDown: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ArrowUpDown, { ...iconProps }),
58
+ funnel: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Filter, { ...iconProps }),
59
+ eyeSlash: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.EyeOff, { ...iconProps }),
60
+ viewColumns: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Columns, { ...iconProps }),
61
+ copy: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Copy, { ...iconProps }),
62
+ checkDouble: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.CheckCheck, { ...iconProps }),
63
+ wrench: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Wrench, { ...iconProps }),
64
+ stop: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Square, { ...iconProps }),
65
+ microphone: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Mic, { ...iconProps })
66
+ };
67
+
68
+ // src/stoneTheme.ts
69
+ var INPUT_STATUS_VARS = {
70
+ "status:success": {
71
+ "--color-success": "light-dark(#7f977e, #99b298)"
72
+ // Green T60 / T70
73
+ },
74
+ "status:warning": {
75
+ "--color-warning": "light-dark(#9f8f68, #bbaa81)"
76
+ // Yellow T60 / T70
77
+ },
78
+ "status:error": {
79
+ "--color-error": "light-dark(#a58b86, #c0a5a1)"
80
+ // Red T60 / T70
81
+ }
82
+ };
83
+ var stoneSyntax = (0, import_theme.defineSyntaxTheme)({
84
+ name: "xds-stone",
85
+ tokens: {
86
+ keyword: ["#645a72", "#b2a7c1"],
87
+ // Purple T40 / T70
88
+ string: ["#4e6357", "#9bb19a"],
89
+ // Teal T40 / Green T70
90
+ comment: ["#5e5e5e", "#ababb0"],
91
+ // Stone Neutral T40 / T70
92
+ number: ["#755752", "#bea792"],
93
+ // Red T40 / Orange T70
94
+ function: ["#506072", "#99adc6"],
95
+ // Blue T40 / T70
96
+ type: ["#645a72", "#b2a7c1"],
97
+ // Purple T40 / T70
98
+ variable: ["#5e5e5e", "#ababb0"],
99
+ // Stone Neutral T40 / T70
100
+ operator: ["#5e5e5e", "#ababb0"],
101
+ // Stone Neutral T40 / T70
102
+ constant: ["#755752", "#bea792"],
103
+ // Red T40 / Orange T70
104
+ tag: ["#775751", "#c7a39d"],
105
+ // Red T40 / T70
106
+ attribute: ["#79693f", "#b6aa90"],
107
+ // Yellow T45 / T70
108
+ property: ["#4e6357", "#94b2a0"],
109
+ // Teal T40 / T70
110
+ punctuation: ["#5e5e5e", "#ababb0"],
111
+ // Stone Neutral T40 / T70
112
+ background: ["#f3f3f5", "#171719"]
113
+ }
114
+ });
115
+ var stoneTheme = (0, import_theme.defineTheme)({
116
+ name: "stone",
117
+ typography: {
118
+ scale: { base: 14, ratio: 1.25 },
119
+ body: {
120
+ family: "Figtree",
121
+ fallbacks: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'
122
+ },
123
+ heading: {
124
+ family: "Montserrat",
125
+ fallbacks: '"Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
126
+ weights: { 3: "bold", 4: "bold" }
127
+ },
128
+ code: {
129
+ family: "JetBrains Mono",
130
+ fallbacks: '"SF Mono", Monaco, Consolas, monospace'
131
+ }
132
+ },
133
+ motion: { fast: 125, medium: 300, slow: 700, ratio: 0.75 },
134
+ syntax: stoneSyntax,
135
+ tokens: {
136
+ // =========================================================================
137
+ // Colors — warm stone palette
138
+ // Core: #28282A, #84848B, #D8D8DB, #f3f3f5, #FFFFFF
139
+ // =========================================================================
140
+ // Core semantic — all neutrals H=291
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
+ "--color-accent": ["#25252a", "#f3f3f5"],
143
+ // light: Stone Neutral T15
144
+ "--color-accent-muted": ["#25252a14", "#f3f3f5"],
145
+ // light: Stone Neutral T15 · 8%
146
+ "--color-neutral": ["#25252a0f", "#f3f3f5"],
147
+ // light: Stone Neutral T15 · 6%
148
+ "--color-background-surface": ["#ffffff", "#1b1b1f"],
149
+ // dark: Stone Neutral T10
150
+ "--color-background-body": ["#f3f3f5", "#111015"],
151
+ // dark: Stone Neutral T5
152
+ "--color-overlay": ["#25252a80", "#28282a"],
153
+ // light: Stone Neutral T15 · 50%
154
+ "--color-overlay-hover": ["#25252a0d", "#f3f3f5"],
155
+ // light: Stone Neutral T15 · 5%
156
+ "--color-overlay-pressed": ["#25252a1a", "#f3f3f5"],
157
+ // light: Stone Neutral T15 · 10%
158
+ "--color-background-muted": ["#e2e2e8", "#3b3b3f"],
159
+ // light: Stone Neutral T90
160
+ // Text — H=291
161
+ "--color-text-primary": ["#25252a", "#f3f3f5"],
162
+ // light: Stone Neutral T15
163
+ "--color-text-secondary": ["#83838a", "#9d9da3"],
164
+ // T55 C=4 / T65 C=3
165
+ "--color-text-disabled": ["#d7d7da", "#5e5e61"],
166
+ // T86 C=1.6 / T40 C=2
167
+ "--color-text-accent": ["#25252a", "#f3f3f5"],
168
+ // light: Stone Neutral T15
169
+ "--color-on-dark": "#FFFFFF",
170
+ "--color-on-light": ["#25252a", "#28282a"],
171
+ // light: Stone Neutral T15
172
+ "--color-on-accent": ["#ffffff", "#25252a"],
173
+ // dark: Stone Neutral T15
174
+ // Text on top of matching status surface (badge fill, banner content).
175
+ "--color-on-success": ["#374c36", "#d0e9ce"],
176
+ // Green T30 / T90
177
+ "--color-on-error": ["#58413e", "#f9dcd7"],
178
+ // Red T30 / T90
179
+ "--color-on-warning": ["#524622", "#f4e1b7"],
180
+ // Yellow T30 / T90
181
+ // Icon — H=291
182
+ "--color-icon-accent": ["#25252a", "#f3f3f5"],
183
+ // light: Stone Neutral T15
184
+ "--color-icon-primary": ["#25252a", "#f3f3f5"],
185
+ // light: Stone Neutral T15
186
+ "--color-icon-secondary": ["#83838a", "#9d9da3"],
187
+ // T55 C=4 / T65 C=3
188
+ "--color-icon-disabled": ["#d7d7da", "#5e5e61"],
189
+ // T86 C=1.6 / T40 C=2
190
+ // Surface variants — H=291
191
+ "--color-background-card": ["#FFFFFF", "#242325"],
192
+ // T14
193
+ "--color-background-popover": ["#ffffff", "#25252a"],
194
+ // dark: Stone Neutral T15
195
+ "--color-background-inverted": ["#25252a", "#f3f3f5"],
196
+ // light: Stone Neutral T15
197
+ // Status / Sentiment — T50 from palette for icons/borders (visible color)
198
+ "--color-success": ["#374c36", "#b4cdb2"],
199
+ // Green T30 / T80
200
+ "--color-success-muted": ["#d0e9ce", "#b4cdb2"],
201
+ // Green T90 / T80
202
+ "--color-error": ["#58413e", "#dcc0bc"],
203
+ // Red T30 / T80
204
+ "--color-error-muted": ["#f9dcd7", "#dcc0bc"],
205
+ // Red T90 / T80
206
+ "--color-warning": ["#524622", "#d7c59c"],
207
+ // Yellow T30 / T80
208
+ "--color-warning-muted": ["#f4e1b7", "#d7c59c"],
209
+ // Yellow T90 / T80
210
+ // Border — H=291
211
+ "--color-border": ["#e2e2e8", "#f3f3f5"],
212
+ // light: Stone Neutral T90
213
+ "--color-border-emphasized": ["#83838a", "#5e5e61"],
214
+ // T55 C=4 / T40 C=2
215
+ // Effects — H=291
216
+ "--color-skeleton": ["#d4d4da", "#5e5e64"],
217
+ // T85 / T40 from H=291 C=3
218
+ "--color-shadow": ["#25252a1a", "#000000"],
219
+ // light: Stone Neutral T15 · 10%
220
+ "--color-tint-hover": ["black", "white"],
221
+ // Typography override
222
+ "--text-supporting-size": "12px",
223
+ // Categorical hues
224
+ // Light: T90 solid bg + T30 text (pastel surface, dark text)
225
+ // Dark: T35 solid bg + T90 text — snaps to canonical palette stops
226
+ // per theming-infra.mdc §7. T90 dark text is the SAME hex as
227
+ // the light-mode bg pastel — clean palette symmetry, ~6–9:1
228
+ // contrast on the T35 surface across all hues (passes AA Body).
229
+ // Borders: light T85 / dark T25 — one step inward from surface in both
230
+ // modes, matching the light-mode T90/T85 spacing.
231
+ // Categorical — Blue H=265 C=10
232
+ "--color-background-blue": ["#d7e4f5", "#485362"],
233
+ // light T90 / dark T35
234
+ "--color-border-blue": ["#c9d6e7", "#313c4a"],
235
+ // light T85 / dark T25
236
+ "--color-icon-blue": ["#3c4856", "#d7e4f5"],
237
+ // light T30 / dark T90
238
+ "--color-text-blue": ["#3c4856", "#d7e4f5"],
239
+ // Categorical — Cyan H=190 C=10
240
+ "--color-background-cyan": ["#cce8e5", "#3e5755"],
241
+ "--color-border-cyan": ["#bedad7", "#28403e"],
242
+ "--color-icon-cyan": ["#334b49", "#cce8e5"],
243
+ "--color-text-cyan": ["#334b49", "#cce8e5"],
244
+ // Categorical — Gray (pure neutral, C=0). Same T35/T25/T90 pattern from
245
+ // the neutral H=291 C=3 ramp.
246
+ "--color-background-gray": ["#e2e2e8", "#525257"],
247
+ // light: Stone Neutral T90
248
+ "--color-border-gray": ["#d4d4da", "#3b3b3f"],
249
+ // light: Stone Neutral T85
250
+ "--color-icon-gray": ["#46464b", "#e2e2e8"],
251
+ // light: Stone Neutral T30
252
+ "--color-text-gray": ["#46464b", "#e2e2e8"],
253
+ // light: Stone Neutral T30
254
+ // Categorical — Green H=142 C=17
255
+ "--color-background-green": ["#d0e9ce", "#425841"],
256
+ "--color-border-green": ["#c2dbc0", "#2b402b"],
257
+ "--color-icon-green": ["#374c36", "#d0e9ce"],
258
+ "--color-text-green": ["#374c36", "#d0e9ce"],
259
+ // Categorical — Orange H=70 C=22
260
+ "--color-background-orange": ["#ffdcbb", "#684d32"],
261
+ "--color-border-orange": ["#f1ceae", "#4f361c"],
262
+ "--color-icon-orange": ["#5b4227", "#ffdcbb"],
263
+ "--color-text-orange": ["#5b4227", "#ffdcbb"],
264
+ // Categorical — Pink H=340 C=9
265
+ "--color-background-pink": ["#f0dde8", "#5e4e57"],
266
+ "--color-border-pink": ["#e2cfda", "#463740"],
267
+ "--color-icon-pink": ["#52424c", "#f0dde8"],
268
+ "--color-text-pink": ["#52424c", "#f0dde8"],
269
+ // Categorical — Purple H=307 C=11
270
+ "--color-background-purple": ["#e8dff3", "#564f60"],
271
+ "--color-border-purple": ["#d9d1e5", "#3f3949"],
272
+ "--color-icon-purple": ["#4b4454", "#e8dff3"],
273
+ "--color-text-purple": ["#4b4454", "#e8dff3"],
274
+ // Categorical — Red H=33 C=11
275
+ "--color-background-red": ["#f9dcd7", "#644d49"],
276
+ "--color-border-red": ["#ebcec9", "#4c3633"],
277
+ "--color-icon-red": ["#58413e", "#f9dcd7"],
278
+ "--color-text-red": ["#58413e", "#f9dcd7"],
279
+ // Categorical — Teal H=158 C=9
280
+ "--color-background-teal": ["#d4e7dc", "#46564d"],
281
+ "--color-border-teal": ["#c6d9ce", "#303f36"],
282
+ "--color-icon-teal": ["#3b4a41", "#d4e7dc"],
283
+ "--color-text-teal": ["#3b4a41", "#d4e7dc"],
284
+ // Categorical — Yellow H=90 C=23
285
+ "--color-background-yellow": ["#f4e1b7", "#5e512d"],
286
+ "--color-border-yellow": ["#e5d3a9", "#463a18"],
287
+ "--color-icon-yellow": ["#524622", "#f4e1b7"],
288
+ "--color-text-yellow": ["#524622", "#f4e1b7"],
289
+ // =========================================================================
290
+ // Radius — clean and subtle
291
+ // =========================================================================
292
+ "--radius-none": "0.125rem",
293
+ "--radius-inner": "0.25rem",
294
+ "--radius-element": "0.5rem",
295
+ "--radius-container": "0.75rem",
296
+ "--radius-page": "1.5rem",
297
+ "--radius-full": "9999px",
298
+ // =========================================================================
299
+ // Shadows
300
+ // =========================================================================
301
+ "--shadow-low": "0 2px 4px #28282A0D, 0 4px 8px #28282A1A",
302
+ "--shadow-med": "0 2px 4px #28282A0D, 0 4px 12px #28282A1A",
303
+ "--shadow-high": "0 4px 6px #28282A1A, 0 12px 24px #28282A26",
304
+ "--shadow-inset-hover": "inset 0px 0px 0px 2px #28282A30",
305
+ "--shadow-inset-selected": "inset 0px 0px 0px 2px #28282A50",
306
+ "--shadow-inset-success": "inset 0px 0px 0px 2px #83838a30",
307
+ "--shadow-inset-warning": "inset 0px 0px 0px 2px #83838a30",
308
+ "--shadow-inset-error": "inset 0px 0px 0px 2px #83838a30"
309
+ },
310
+ components: {
311
+ button: {
312
+ base: {
313
+ borderRadius: "var(--radius-full)"
314
+ },
315
+ "variant:secondary": {
316
+ backgroundColor: "transparent",
317
+ borderWidth: "1.5px",
318
+ borderStyle: "solid",
319
+ borderColor: "var(--color-border-emphasized)",
320
+ ":hover": {
321
+ backgroundColor: "var(--color-neutral)"
322
+ }
323
+ },
324
+ "variant:destructive": {
325
+ backgroundColor: "var(--color-background-red)",
326
+ color: "var(--color-text-red)"
327
+ }
328
+ },
329
+ // Semantic variants point at categorical hue tokens — single source of truth.
330
+ badge: {
331
+ "variant:info": {
332
+ backgroundColor: "var(--color-background-blue)",
333
+ color: "var(--color-text-blue)"
334
+ },
335
+ "variant:neutral": {
336
+ backgroundColor: "var(--color-background-gray)",
337
+ color: "var(--color-text-gray)"
338
+ },
339
+ "variant:success": {
340
+ backgroundColor: "var(--color-background-green)",
341
+ color: "var(--color-text-green)"
342
+ },
343
+ "variant:warning": {
344
+ backgroundColor: "var(--color-background-yellow)",
345
+ color: "var(--color-text-yellow)"
346
+ },
347
+ "variant:error": {
348
+ backgroundColor: "var(--color-background-red)",
349
+ color: "var(--color-text-red)"
350
+ }
351
+ },
352
+ // StyleX paints the banner surface from @layer priority4 (above
353
+ // @layer astryx-theme), so a direct backgroundColor override loses the
354
+ // cascade. Redefine the muted token instead so StyleX's var() resolves
355
+ // to the categorical bg in our scope.
356
+ banner: {
357
+ "status:info": {
358
+ "--color-accent-muted": "var(--color-background-blue)",
359
+ "--color-text-primary": "var(--color-text-blue)",
360
+ "--color-text-secondary": "var(--color-text-blue)",
361
+ "--color-accent": "var(--color-text-blue)"
362
+ },
363
+ "status:success": {
364
+ "--color-success-muted": "var(--color-background-green)",
365
+ "--color-text-primary": "var(--color-text-green)",
366
+ "--color-text-secondary": "var(--color-text-green)",
367
+ "--color-success": "var(--color-text-green)"
368
+ },
369
+ "status:warning": {
370
+ "--color-warning-muted": "var(--color-background-yellow)",
371
+ "--color-text-primary": "var(--color-text-yellow)",
372
+ "--color-text-secondary": "var(--color-text-yellow)",
373
+ "--color-warning": "var(--color-text-yellow)"
374
+ },
375
+ "status:error": {
376
+ "--color-error-muted": "var(--color-background-red)",
377
+ "--color-text-primary": "var(--color-text-red)",
378
+ "--color-text-secondary": "var(--color-text-red)",
379
+ "--color-error": "var(--color-text-red)"
380
+ }
381
+ },
382
+ // Fill: light = T90 (same hex as banner/badge surface — fill reads as
383
+ // the same color family as the matching status surface). Dark = T70.
384
+ // Hexes from the preview Tonal Palettes ramp. accent (default) +
385
+ // indeterminate both route to blue for the in-progress / loading look.
386
+ "progressbar-fill": {
387
+ "variant:accent": {
388
+ backgroundColor: "light-dark(#d7e4f5, #a0acbc)"
389
+ // Blue T90 / T70
390
+ },
391
+ "variant:success": {
392
+ backgroundColor: "light-dark(#d0e9ce, #9ab298)"
393
+ // Green T90 / T70
394
+ },
395
+ "variant:warning": {
396
+ backgroundColor: "light-dark(#f4e1b7, #bbaa82)"
397
+ // Yellow T90 / T70
398
+ },
399
+ "variant:error": {
400
+ backgroundColor: "light-dark(#f9dcd7, #c0a5a0)"
401
+ // Red T90 / T70
402
+ }
403
+ },
404
+ // Track default --color-background-muted reads near-body in stone;
405
+ // redirect to --color-skeleton so the channel stays visible.
406
+ "progressbar-track": {
407
+ base: {
408
+ backgroundColor: "var(--color-skeleton)"
409
+ }
410
+ },
411
+ // Switch off-state track reads --color-background-gray by default.
412
+ // Redefine it inside the switch scope to --color-skeleton, matching
413
+ // the ProgressBar track. The on-state reads --color-accent (unaffected);
414
+ // disabled-off also picks up --color-skeleton for consistency.
415
+ switch: {
416
+ base: {
417
+ "--color-background-gray": "var(--color-skeleton)"
418
+ }
419
+ },
420
+ // FieldStatus surface matches badge — see badge override above.
421
+ "field-status": {
422
+ "type:success": {
423
+ backgroundColor: "var(--color-background-green)"
424
+ },
425
+ "type:warning": {
426
+ backgroundColor: "var(--color-background-yellow)"
427
+ },
428
+ "type:error": {
429
+ backgroundColor: "var(--color-background-red)"
430
+ }
431
+ },
432
+ // Input status borders + icons across all 9 input components share the
433
+ // same softer T60/T70 redirection. See INPUT_STATUS_VARS above.
434
+ "text-input": INPUT_STATUS_VARS,
435
+ textarea: INPUT_STATUS_VARS,
436
+ "number-input": INPUT_STATUS_VARS,
437
+ "date-input": INPUT_STATUS_VARS,
438
+ "time-input": INPUT_STATUS_VARS,
439
+ selector: INPUT_STATUS_VARS,
440
+ "multi-selector": INPUT_STATUS_VARS,
441
+ typeahead: INPUT_STATUS_VARS,
442
+ tokenizer: INPUT_STATUS_VARS,
443
+ card: {
444
+ base: {
445
+ padding: "var(--spacing-3)"
446
+ }
447
+ },
448
+ section: {
449
+ base: {
450
+ padding: "var(--spacing-3)"
451
+ }
452
+ }
453
+ },
454
+ icons: stoneIconRegistry
455
+ });
456
+ var stonePalettes = {
457
+ neutral: {
458
+ hue: 291,
459
+ chroma: 3,
460
+ 0: "#000000",
461
+ 5: "#111015",
462
+ 10: "#1b1b1f",
463
+ 15: "#25252a",
464
+ 20: "#303034",
465
+ 25: "#3b3b3f",
466
+ 30: "#46464b",
467
+ 35: "#525257",
468
+ 40: "#5e5e63",
469
+ 45: "#6a6a6f",
470
+ 50: "#77777c",
471
+ 55: "#838388",
472
+ 60: "#909095",
473
+ 65: "#9d9da3",
474
+ 70: "#ababb0",
475
+ 75: "#b8b8be",
476
+ 80: "#c6c6cc",
477
+ 85: "#d4d4da",
478
+ 90: "#e2e2e8",
479
+ 95: "#f0f0f6",
480
+ 100: "#ffffff"
481
+ },
482
+ blue: {
483
+ hue: 265,
484
+ chroma: 10,
485
+ 0: "#000000",
486
+ 5: "#04121e",
487
+ 10: "#111c29",
488
+ 15: "#1b2734",
489
+ 20: "#26313f",
490
+ 25: "#313c4a",
491
+ 30: "#3c4856",
492
+ 35: "#485362",
493
+ 40: "#545f6e",
494
+ 45: "#606c7b",
495
+ 50: "#6c7888",
496
+ 55: "#798595",
497
+ 60: "#8692a2",
498
+ 65: "#939faf",
499
+ 70: "#a0acbd",
500
+ 75: "#adbacb",
501
+ 80: "#bbc8d9",
502
+ 85: "#c9d6e7",
503
+ 90: "#d7e4f5",
504
+ 95: "#e7f2ff",
505
+ 100: "#ffffff"
506
+ },
507
+ cyan: {
508
+ hue: 190,
509
+ chroma: 10,
510
+ 0: "#000000",
511
+ 5: "#001613",
512
+ 10: "#071f1e",
513
+ 15: "#122a28",
514
+ 20: "#1d3433",
515
+ 25: "#28403e",
516
+ 30: "#334b49",
517
+ 35: "#3e5755",
518
+ 40: "#4a6361",
519
+ 45: "#566f6d",
520
+ 50: "#627c7a",
521
+ 55: "#6f8986",
522
+ 60: "#7b9693",
523
+ 65: "#88a3a0",
524
+ 70: "#95b1ae",
525
+ 75: "#a3bebb",
526
+ 80: "#b0ccc9",
527
+ 85: "#bedad7",
528
+ 90: "#cce8e5",
529
+ 95: "#daf7f4",
530
+ 100: "#ffffff"
531
+ },
532
+ green: {
533
+ hue: 142,
534
+ chroma: 17,
535
+ 0: "#000000",
536
+ 5: "#001700",
537
+ 10: "#0c200a",
538
+ 15: "#162a16",
539
+ 20: "#213521",
540
+ 25: "#2b402b",
541
+ 30: "#374c36",
542
+ 35: "#425841",
543
+ 40: "#4e644d",
544
+ 45: "#5a7059",
545
+ 50: "#667d65",
546
+ 55: "#728a71",
547
+ 60: "#7f977e",
548
+ 65: "#8ca48b",
549
+ 70: "#99b298",
550
+ 75: "#a7bfa5",
551
+ 80: "#b4cdb2",
552
+ 85: "#c2dbc0",
553
+ 90: "#d0e9ce",
554
+ 95: "#def8dc",
555
+ 100: "#ffffff"
556
+ },
557
+ teal: {
558
+ hue: 158,
559
+ chroma: 9,
560
+ 0: "#000000",
561
+ 5: "#00150a",
562
+ 10: "#101e17",
563
+ 15: "#1a2921",
564
+ 20: "#25342b",
565
+ 25: "#303f36",
566
+ 30: "#3b4a41",
567
+ 35: "#46564d",
568
+ 40: "#526259",
569
+ 45: "#5e6e65",
570
+ 50: "#6a7b71",
571
+ 55: "#77887e",
572
+ 60: "#83958a",
573
+ 65: "#90a297",
574
+ 70: "#9dafa5",
575
+ 75: "#abbdb2",
576
+ 80: "#b8cbc0",
577
+ 85: "#c6d9ce",
578
+ 90: "#d4e7dc",
579
+ 95: "#e2f5ea",
580
+ 100: "#ffffff"
581
+ },
582
+ yellow: {
583
+ hue: 90,
584
+ chroma: 23,
585
+ 0: "#000000",
586
+ 5: "#1f0f00",
587
+ 10: "#261a00",
588
+ 15: "#2f2500",
589
+ 20: "#3a2f0d",
590
+ 25: "#463a18",
591
+ 30: "#524622",
592
+ 35: "#5e512d",
593
+ 40: "#6b5d39",
594
+ 45: "#786944",
595
+ 50: "#857650",
596
+ 55: "#92825c",
597
+ 60: "#9f8f68",
598
+ 65: "#ad9c75",
599
+ 70: "#bbaa81",
600
+ 75: "#c9b78e",
601
+ 80: "#d7c59c",
602
+ 85: "#e5d3a9",
603
+ 90: "#f4e1b7",
604
+ 95: "#ffefc7",
605
+ 100: "#ffffff"
606
+ },
607
+ orange: {
608
+ hue: 70,
609
+ chroma: 22,
610
+ 0: "#000000",
611
+ 5: "#250a00",
612
+ 10: "#2d1700",
613
+ 15: "#372104",
614
+ 20: "#432c12",
615
+ 25: "#4f361c",
616
+ 30: "#5b4227",
617
+ 35: "#684d32",
618
+ 40: "#75593d",
619
+ 45: "#826548",
620
+ 50: "#8f7154",
621
+ 55: "#9d7e60",
622
+ 60: "#aa8b6d",
623
+ 65: "#b89879",
624
+ 70: "#c6a586",
625
+ 75: "#d4b393",
626
+ 80: "#e3c0a0",
627
+ 85: "#f1ceae",
628
+ 90: "#ffdcbb",
629
+ 95: "#ffeddc",
630
+ 100: "#ffffff"
631
+ },
632
+ red: {
633
+ hue: 33,
634
+ chroma: 11,
635
+ 0: "#000000",
636
+ 5: "#210a04",
637
+ 10: "#2a1714",
638
+ 15: "#35211e",
639
+ 20: "#402b28",
640
+ 25: "#4c3633",
641
+ 30: "#58413e",
642
+ 35: "#644d49",
643
+ 40: "#715955",
644
+ 45: "#7e6561",
645
+ 50: "#8a716d",
646
+ 55: "#987e7a",
647
+ 60: "#a58b86",
648
+ 65: "#b39893",
649
+ 70: "#c0a5a1",
650
+ 75: "#ceb3ae",
651
+ 80: "#dcc0bc",
652
+ 85: "#ebcec9",
653
+ 90: "#f9dcd7",
654
+ 95: "#ffece9",
655
+ 100: "#ffffff"
656
+ },
657
+ pink: {
658
+ hue: 340,
659
+ chroma: 9,
660
+ 0: "#000000",
661
+ 5: "#1b0c16",
662
+ 10: "#251720",
663
+ 15: "#30222a",
664
+ 20: "#3b2c35",
665
+ 25: "#463740",
666
+ 30: "#52424c",
667
+ 35: "#5e4e57",
668
+ 40: "#6a5a63",
669
+ 45: "#776670",
670
+ 50: "#83727c",
671
+ 55: "#907f89",
672
+ 60: "#9d8c96",
673
+ 65: "#ab99a3",
674
+ 70: "#b8a6b1",
675
+ 75: "#c6b4be",
676
+ 80: "#d4c1cc",
677
+ 85: "#e2cfda",
678
+ 90: "#f0dde8",
679
+ 95: "#ffebf7",
680
+ 100: "#ffffff"
681
+ },
682
+ purple: {
683
+ hue: 307,
684
+ chroma: 11,
685
+ 0: "#000000",
686
+ 5: "#150e1d",
687
+ 10: "#1f1927",
688
+ 15: "#292332",
689
+ 20: "#342e3d",
690
+ 25: "#3f3949",
691
+ 30: "#4b4454",
692
+ 35: "#564f60",
693
+ 40: "#635b6d",
694
+ 45: "#6f6779",
695
+ 50: "#7b7486",
696
+ 55: "#888193",
697
+ 60: "#958da0",
698
+ 65: "#a39aad",
699
+ 70: "#b0a8bb",
700
+ 75: "#beb5c9",
701
+ 80: "#cbc3d7",
702
+ 85: "#d9d1e5",
703
+ 90: "#e8dff3",
704
+ 95: "#f6edff",
705
+ 100: "#ffffff"
706
+ }
707
+ };
708
+ // Annotate the CommonJS export names for ESM import in node:
709
+ 0 && (module.exports = {
710
+ stoneIconRegistry,
711
+ stonePalettes,
712
+ stoneTheme
713
+ });