@astryxdesign/theme-y2k 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/theme.css ADDED
@@ -0,0 +1,529 @@
1
+ /*
2
+ * @generated by `astryx theme build` — do not edit manually.
3
+ * Source: src/y2kTheme.ts
4
+ * Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
5
+ * Generated: 2026-06-24T18:16:21.621Z
6
+ */
7
+
8
+ @layer reset {
9
+ @scope ([data-astryx-theme="y2k"]) to ([data-astryx-theme]) {
10
+ :where(h1, h2, h3, h4, h5, h6) {
11
+ font-family: var(--font-family-heading);
12
+ color: var(--color-text-primary);
13
+ }
14
+
15
+ :where(h1) {
16
+ font-size: var(--font-size-2xl);
17
+ font-weight: var(--font-weight-semibold);
18
+ line-height: 1.4194;
19
+ }
20
+
21
+ :where(h2) {
22
+ font-size: var(--font-size-xl);
23
+ font-weight: var(--font-weight-semibold);
24
+ line-height: 1.44;
25
+ }
26
+
27
+ :where(h3) {
28
+ font-size: var(--font-size-lg);
29
+ font-weight: var(--font-weight-semibold);
30
+ line-height: 1.4;
31
+ }
32
+
33
+ :where(h4) {
34
+ font-size: var(--font-size-base);
35
+ font-weight: var(--font-weight-semibold);
36
+ line-height: 1.5;
37
+ }
38
+
39
+ :where(h5) {
40
+ font-size: var(--font-size-sm);
41
+ font-weight: var(--font-weight-semibold);
42
+ line-height: 1.5385;
43
+ }
44
+
45
+ :where(h6) {
46
+ font-size: var(--font-size-xs);
47
+ font-weight: var(--font-weight-semibold);
48
+ line-height: 1.6;
49
+ }
50
+
51
+ :where(p) {
52
+ font-family: var(--font-family-body);
53
+ font-size: var(--font-size-base);
54
+ font-weight: var(--font-weight-normal);
55
+ line-height: 1.5;
56
+ color: var(--color-text-primary);
57
+ }
58
+
59
+ :where(small) {
60
+ font-size: 12px;
61
+ font-weight: var(--font-weight-normal);
62
+ line-height: 1.5385;
63
+ color: var(--color-text-secondary);
64
+ }
65
+
66
+ :where(code, pre) {
67
+ font-family: var(--font-family-code);
68
+ font-size: var(--font-size-base);
69
+ line-height: 1.5;
70
+ }
71
+
72
+ :where(hr) {
73
+ border: none;
74
+ border-top: 1px solid var(--color-border);
75
+ }
76
+ }
77
+ }
78
+
79
+ @layer astryx-theme {
80
+ :root { color-scheme: light dark; }
81
+
82
+ @scope ([data-astryx-theme="y2k"]) to ([data-astryx-theme]) {
83
+ :scope {
84
+ --font-size-4xs: 0.3125rem;
85
+ --font-size-3xs: 0.4375rem;
86
+ --font-size-2xs: 0.5rem;
87
+ --font-size-xs: 0.625rem;
88
+ --font-size-sm: 0.8125rem;
89
+ --font-size-base: 1rem;
90
+ --font-size-lg: 1.25rem;
91
+ --font-size-xl: 1.5625rem;
92
+ --font-size-2xl: 1.9375rem;
93
+ --font-size-3xl: 2.4375rem;
94
+ --font-size-4xl: 3.0625rem;
95
+ --font-size-5xl: 3.8125rem;
96
+ --text-heading-1-size: var(--font-size-2xl);
97
+ --text-heading-1-weight: var(--font-weight-semibold);
98
+ --text-heading-1-leading: 1.4194;
99
+ --text-heading-2-size: var(--font-size-xl);
100
+ --text-heading-2-weight: var(--font-weight-semibold);
101
+ --text-heading-2-leading: 1.44;
102
+ --text-heading-3-size: var(--font-size-lg);
103
+ --text-heading-3-weight: var(--font-weight-semibold);
104
+ --text-heading-3-leading: 1.4;
105
+ --text-heading-4-size: var(--font-size-base);
106
+ --text-heading-4-weight: var(--font-weight-semibold);
107
+ --text-heading-4-leading: 1.5;
108
+ --text-heading-5-size: var(--font-size-sm);
109
+ --text-heading-5-weight: var(--font-weight-semibold);
110
+ --text-heading-5-leading: 1.5385;
111
+ --text-heading-6-size: var(--font-size-xs);
112
+ --text-heading-6-weight: var(--font-weight-semibold);
113
+ --text-heading-6-leading: 1.6;
114
+ --text-body-size: var(--font-size-base);
115
+ --text-body-weight: var(--font-weight-normal);
116
+ --text-body-leading: 1.5;
117
+ --text-large-size: var(--font-size-lg);
118
+ --text-large-weight: var(--font-weight-semibold);
119
+ --text-large-leading: 1.4;
120
+ --text-label-size: var(--font-size-base);
121
+ --text-label-weight: var(--font-weight-medium);
122
+ --text-label-leading: 1.5;
123
+ --text-code-size: var(--font-size-base);
124
+ --text-code-weight: var(--font-weight-normal);
125
+ --text-code-leading: 1.5;
126
+ --text-supporting-size: 12px;
127
+ --text-supporting-weight: var(--font-weight-normal);
128
+ --text-supporting-leading: 1.5385;
129
+ --text-display-1-size: var(--font-size-5xl);
130
+ --text-display-1-weight: var(--font-weight-normal);
131
+ --text-display-1-leading: 1.2459;
132
+ --text-display-2-size: var(--font-size-4xl);
133
+ --text-display-2-weight: var(--font-weight-normal);
134
+ --text-display-2-leading: 1.2245;
135
+ --text-display-3-size: var(--font-size-3xl);
136
+ --text-display-3-weight: var(--font-weight-normal);
137
+ --text-display-3-leading: 1.2308;
138
+ --radius-none: 0px;
139
+ --radius-inner: 0px;
140
+ --radius-element: 0px;
141
+ --radius-container: 0px;
142
+ --radius-page: 0px;
143
+ --radius-chat: 0px;
144
+ --radius-full: 0px;
145
+ --duration-fast-min: 80ms;
146
+ --duration-fast: 100ms;
147
+ --duration-fast-max: 125ms;
148
+ --duration-medium-min: 200ms;
149
+ --duration-medium: 250ms;
150
+ --duration-medium-max: 315ms;
151
+ --duration-slow-min: 480ms;
152
+ --duration-slow: 600ms;
153
+ --duration-slow-max: 750ms;
154
+ --font-family-body: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
155
+ --font-family-heading: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
156
+ --font-family-code: "JetBrains Mono", "SF Mono", Monaco, Consolas, monospace;
157
+ --color-syntax-keyword: light-dark(#615a7a, #aea6ca);
158
+ --color-syntax-string: light-dark(#586242, #a5af8b);
159
+ --color-syntax-comment: light-dark(#5e5e5e, #ababab);
160
+ --color-syntax-number: light-dark(#775843, #c8a48c);
161
+ --color-syntax-function: light-dark(#39637d, #87b0cd);
162
+ --color-syntax-type: light-dark(#615a7a, #aea6ca);
163
+ --color-syntax-variable: light-dark(#5e5e5e, #ababab);
164
+ --color-syntax-operator: light-dark(#5e5e5e, #ababab);
165
+ --color-syntax-constant: light-dark(#775843, #c8a48c);
166
+ --color-syntax-tag: light-dark(#7f5351, #d19f9d);
167
+ --color-syntax-attribute: light-dark(#6c5c3e, #bca987);
168
+ --color-syntax-property: light-dark(#3c6755, #87b5a1);
169
+ --color-syntax-punctuation: light-dark(#5e5e5e, #ababab);
170
+ --color-syntax-background: light-dark(#FFF6ED, #190f00);
171
+ --spacing-0-5: 3px;
172
+ --spacing-1: 6px;
173
+ --spacing-1-5: 9px;
174
+ --spacing-2: 12px;
175
+ --spacing-3: 18px;
176
+ --spacing-4: 24px;
177
+ --spacing-5: 30px;
178
+ --spacing-6: 36px;
179
+ --spacing-7: 42px;
180
+ --spacing-8: 48px;
181
+ --size-element-sm: 32px;
182
+ --size-element-md: 40px;
183
+ --size-element-lg: 48px;
184
+ --color-accent: light-dark(#2d241b, #EDEFFC);
185
+ --color-accent-muted: light-dark(#2d241b14, #EDEFFC20);
186
+ --color-neutral: light-dark(#2d241b10, #EDEFFC1A);
187
+ --color-background-surface: light-dark(#FFFFFF, #16182b);
188
+ --color-background-body: light-dark(#CCCFFA, #0e0f1a);
189
+ --color-overlay: light-dark(#2d241b80, #0a0b14CC);
190
+ --color-overlay-hover: light-dark(#2d241b0D, #EDEFFC0D);
191
+ --color-overlay-pressed: light-dark(#2d241b1A, #EDEFFC1A);
192
+ --color-background-muted: light-dark(#ede0d4, #1f2238);
193
+ --color-text-primary: light-dark(#2d241b, #EDEFFC);
194
+ --color-text-secondary: light-dark(#675d52, #a6acd6);
195
+ --color-text-disabled: light-dark(#d1c5b8, #4a4f6b);
196
+ --color-text-accent: light-dark(#2d241b, #EDEFFC);
197
+ --color-on-dark: #FFFFFF;
198
+ --color-on-light: #2d241b;
199
+ --color-on-accent: light-dark(#FFFFFF, #16182b);
200
+ --color-on-success: light-dark(#3a5500, #1e3200);
201
+ --color-on-error: light-dark(#8b1d24, #5c0008);
202
+ --color-on-warning: light-dark(#614400, #3f2600);
203
+ --color-icon-accent: light-dark(#2d241b, #EDEFFC);
204
+ --color-icon-primary: light-dark(#2d241b, #EDEFFC);
205
+ --color-icon-secondary: light-dark(#675d52, #a6acd6);
206
+ --color-icon-disabled: light-dark(#d1c5b8, #4a4f6b);
207
+ --color-background-card: light-dark(#FFFFFF, #16182b);
208
+ --color-background-popover: light-dark(#FFFFFF, #1f2238);
209
+ --color-background-inverted: light-dark(#2d241b, #EDEFFC);
210
+ --color-success: light-dark(#C5E17A, #C5E17A);
211
+ --color-success-muted: light-dark(#C5E17A, #C5E17A);
212
+ --color-error: light-dark(#FFC5C3, #FFC5C3);
213
+ --color-error-muted: light-dark(#FFC5C3, #FFC5C3);
214
+ --color-warning: light-dark(#FFE08A, #FFE08A);
215
+ --color-warning-muted: light-dark(#FFE08A, #FFE08A);
216
+ --color-border: light-dark(#2F292E, #EDEFFC1A);
217
+ --color-border-emphasized: light-dark(#2F292E, #3a3f5e);
218
+ --color-skeleton: light-dark(#d1c5b8, #2a2e47);
219
+ --color-shadow: light-dark(#2d241b1A, #0000004D);
220
+ --color-tint-hover: light-dark(#2d241b, #EDEFFC);
221
+ --color-background-green: light-dark(#C5E17A, #C5E17A);
222
+ --color-border-green: light-dark(#B5D16A, #B5D16A);
223
+ --color-icon-green: light-dark(#3a5500, #1e3200);
224
+ --color-text-green: light-dark(#3a5500, #1e3200);
225
+ --color-background-red: light-dark(#FFC5C3, #FFC5C3);
226
+ --color-border-red: light-dark(#FF9E9A, #FF9E9A);
227
+ --color-icon-red: light-dark(#8b1d24, #5c0008);
228
+ --color-text-red: light-dark(#8b1d24, #5c0008);
229
+ --color-background-yellow: light-dark(#FFE08A, #FFE08A);
230
+ --color-border-yellow: light-dark(#FFCC55, #FFCC55);
231
+ --color-icon-yellow: light-dark(#614400, #3f2600);
232
+ --color-text-yellow: light-dark(#614400, #3f2600);
233
+ --color-background-blue: light-dark(#B8E0FF, #B8E0FF);
234
+ --color-border-blue: light-dark(#8ECFFF, #8ECFFF);
235
+ --color-icon-blue: light-dark(#004e74, #002c4d);
236
+ --color-text-blue: light-dark(#004e74, #002c4d);
237
+ --color-background-pink: light-dark(#FFC8E0, #FFC8E0);
238
+ --color-border-pink: light-dark(#FFA0C8, #FFA0C8);
239
+ --color-icon-pink: light-dark(#822050, #580030);
240
+ --color-text-pink: light-dark(#822050, #580030);
241
+ --color-background-purple: light-dark(#DDD0FF, #DDD0FF);
242
+ --color-border-purple: light-dark(#C0AAFF, #C0AAFF);
243
+ --color-icon-purple: light-dark(#453080, #201058);
244
+ --color-text-purple: light-dark(#453080, #201058);
245
+ --color-background-cyan: light-dark(#A8F0E2, #A8F0E2);
246
+ --color-border-cyan: light-dark(#70E8D0, #70E8D0);
247
+ --color-icon-cyan: light-dark(#005548, #003028);
248
+ --color-text-cyan: light-dark(#005548, #003028);
249
+ --color-background-orange: light-dark(#FFCCA0, #FFCCA0);
250
+ --color-border-orange: light-dark(#FFAA66, #FFAA66);
251
+ --color-icon-orange: light-dark(#703500, #4a1800);
252
+ --color-text-orange: light-dark(#703500, #4a1800);
253
+ --color-background-teal: light-dark(#A8EED0, #A8EED0);
254
+ --color-border-teal: light-dark(#78E0B0, #78E0B0);
255
+ --color-icon-teal: light-dark(#005530, #003018);
256
+ --color-text-teal: light-dark(#005530, #003018);
257
+ --color-background-gray: light-dark(#ede0d4, #ede0d4);
258
+ --color-border-gray: light-dark(#dfd2c6, #dfd2c6);
259
+ --color-icon-gray: light-dark(#4f453b, #2d241b);
260
+ --color-text-gray: light-dark(#4f453b, #2d241b);
261
+ --shadow-low: 0 2px 4px #2d241b0D, 0 4px 8px #2d241b1A;
262
+ --shadow-med: 0 2px 4px #2d241b0D, 0 4px 12px #2d241b1A;
263
+ --shadow-high: 0 4px 6px #2d241b1A, 0 12px 24px #2d241b26;
264
+ --shadow-inset-hover: inset 0px 0px 0px 2px #2d241b30;
265
+ --shadow-inset-selected: inset 0px 0px 0px 2px #2d241b50;
266
+ --shadow-inset-success: inset 0px 0px 0px 2px #3a550050;
267
+ --shadow-inset-warning: inset 0px 0px 0px 2px #61440050;
268
+ --shadow-inset-error: inset 0px 0px 0px 2px #8b1d2450;
269
+ }
270
+
271
+ .astryx-heading.level-1 {
272
+ font-family: var(--font-family-heading);
273
+ font-size: var(--text-heading-1-size);
274
+ font-weight: var(--text-heading-1-weight);
275
+ line-height: var(--text-heading-1-leading);
276
+ }
277
+
278
+ .astryx-heading.level-2 {
279
+ font-family: var(--font-family-heading);
280
+ font-size: var(--text-heading-2-size);
281
+ font-weight: var(--text-heading-2-weight);
282
+ line-height: var(--text-heading-2-leading);
283
+ }
284
+
285
+ .astryx-heading.level-3 {
286
+ font-family: var(--font-family-heading);
287
+ font-size: var(--text-heading-3-size);
288
+ font-weight: var(--text-heading-3-weight);
289
+ line-height: var(--text-heading-3-leading);
290
+ }
291
+
292
+ .astryx-heading.level-4 {
293
+ font-family: var(--font-family-heading);
294
+ font-size: var(--text-heading-4-size);
295
+ font-weight: var(--text-heading-4-weight);
296
+ line-height: var(--text-heading-4-leading);
297
+ }
298
+
299
+ .astryx-heading.level-5 {
300
+ font-family: var(--font-family-heading);
301
+ font-size: var(--text-heading-5-size);
302
+ font-weight: var(--text-heading-5-weight);
303
+ line-height: var(--text-heading-5-leading);
304
+ }
305
+
306
+ .astryx-heading.level-6 {
307
+ font-family: var(--font-family-heading);
308
+ font-size: var(--text-heading-6-size);
309
+ font-weight: var(--text-heading-6-weight);
310
+ line-height: var(--text-heading-6-leading);
311
+ }
312
+
313
+ .astryx-text.body {
314
+ font-family: var(--font-family-body);
315
+ font-size: var(--text-body-size);
316
+ line-height: var(--text-body-leading);
317
+ }
318
+
319
+ .astryx-text.large {
320
+ font-family: var(--font-family-body);
321
+ font-size: var(--text-large-size);
322
+ line-height: var(--text-large-leading);
323
+ }
324
+
325
+ .astryx-text.label {
326
+ font-family: var(--font-family-body);
327
+ font-size: var(--text-label-size);
328
+ line-height: var(--text-label-leading);
329
+ }
330
+
331
+ .astryx-text.code {
332
+ font-family: var(--font-family-code);
333
+ font-size: var(--text-code-size);
334
+ line-height: var(--text-code-leading);
335
+ }
336
+
337
+ .astryx-text.supporting {
338
+ font-family: var(--font-family-body);
339
+ font-size: var(--text-supporting-size);
340
+ line-height: var(--text-supporting-leading);
341
+ }
342
+
343
+ .astryx-text.display-1 {
344
+ font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
345
+ font-size: var(--text-display-1-size);
346
+ line-height: var(--text-display-1-leading);
347
+ }
348
+
349
+ .astryx-text.display-2 {
350
+ font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
351
+ font-size: var(--text-display-2-size);
352
+ line-height: var(--text-display-2-leading);
353
+ }
354
+
355
+ .astryx-text.display-3 {
356
+ font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
357
+ font-size: var(--text-display-3-size);
358
+ line-height: var(--text-display-3-leading);
359
+ }
360
+
361
+ .astryx-top-nav-item.selected {
362
+ background-color: transparent;
363
+ }
364
+
365
+ .astryx-top-nav-item.selected:hover {
366
+ background-color: var(--color-overlay-hover);
367
+ }
368
+
369
+ .astryx-top-nav-item.selected:active {
370
+ background-color: var(--color-overlay-pressed);
371
+ }
372
+
373
+ .astryx-button {
374
+ border-radius: 0px;
375
+ border-width: 1px;
376
+ border-style: solid;
377
+ border-color: var(--color-border);
378
+ --_button-radius: 0px;
379
+ }
380
+
381
+ .astryx-button.primary {
382
+ background-color: var(--color-text-primary);
383
+ color: var(--color-background-body);
384
+ border-color: transparent;
385
+ }
386
+
387
+ .astryx-button.secondary {
388
+ background-color: var(--color-background-green);
389
+ border-width: 1px;
390
+ border-style: solid;
391
+ border-color: var(--color-text-green);
392
+ color: var(--color-text-green);
393
+ }
394
+
395
+ .astryx-button.secondary:hover {
396
+ background-color: var(--color-border-green);
397
+ }
398
+
399
+ .astryx-button.ghost {
400
+ border-color: transparent;
401
+ }
402
+
403
+ .astryx-button.destructive {
404
+ background-color: var(--color-background-red);
405
+ color: var(--color-text-red);
406
+ border-width: 1px;
407
+ border-style: solid;
408
+ border-color: var(--color-text-red);
409
+ }
410
+
411
+ .astryx-badge {
412
+ border-radius: 9999px;
413
+ border-width: 1.5px;
414
+ border-style: solid;
415
+ border-color: color-mix(in srgb, currentColor 30%, transparent);
416
+ }
417
+
418
+ .astryx-badge.info {
419
+ background-color: var(--color-background-blue);
420
+ color: var(--color-text-blue);
421
+ }
422
+
423
+ .astryx-badge.neutral {
424
+ background-color: var(--color-background-gray);
425
+ color: var(--color-text-gray);
426
+ }
427
+
428
+ .astryx-badge.success {
429
+ background-color: var(--color-background-green);
430
+ color: var(--color-text-green);
431
+ }
432
+
433
+ .astryx-badge.warning {
434
+ background-color: var(--color-background-yellow);
435
+ color: var(--color-text-yellow);
436
+ }
437
+
438
+ .astryx-badge.error {
439
+ background-color: var(--color-background-red);
440
+ color: var(--color-text-red);
441
+ }
442
+
443
+ .astryx-banner {
444
+ border-radius: 0px;
445
+ --_banner-radius: 0px;
446
+ }
447
+
448
+ .astryx-banner.info {
449
+ background-color: var(--color-background-blue);
450
+ --color-text-primary: var(--color-text-blue);
451
+ --color-text-secondary: var(--color-text-blue);
452
+ --color-accent: var(--color-text-blue);
453
+ }
454
+
455
+ .astryx-banner.success {
456
+ background-color: var(--color-background-green);
457
+ --color-text-primary: var(--color-text-green);
458
+ --color-text-secondary: var(--color-text-green);
459
+ --color-success: var(--color-text-green);
460
+ }
461
+
462
+ .astryx-banner.warning {
463
+ background-color: var(--color-background-yellow);
464
+ --color-text-primary: var(--color-text-yellow);
465
+ --color-text-secondary: var(--color-text-yellow);
466
+ --color-warning: var(--color-text-yellow);
467
+ }
468
+
469
+ .astryx-banner.error {
470
+ background-color: var(--color-background-red);
471
+ --color-text-primary: var(--color-text-red);
472
+ --color-text-secondary: var(--color-text-red);
473
+ --color-error: var(--color-text-red);
474
+ }
475
+
476
+ .astryx-field {
477
+ border-radius: 0px;
478
+ --_field-radius: 0px;
479
+ }
480
+
481
+ .astryx-card {
482
+ border-radius: 0px;
483
+ --astryx-card-padding: var(--spacing-3);
484
+ --_card-radius: 0px;
485
+ }
486
+
487
+ .astryx-section {
488
+ --astryx-section-padding: var(--spacing-3);
489
+ }
490
+
491
+ .astryx-text.primary { color: var(--color-text-primary); }
492
+
493
+ .astryx-heading.primary { color: var(--color-text-primary); }
494
+
495
+ .astryx-text.secondary { color: var(--color-text-secondary); }
496
+
497
+ .astryx-heading.secondary { color: var(--color-text-secondary); }
498
+
499
+ .astryx-text.disabled { color: var(--color-text-disabled); }
500
+
501
+ .astryx-heading.disabled { color: var(--color-text-disabled); }
502
+
503
+ .astryx-text.placeholder { color: var(--color-text-secondary); }
504
+
505
+ .astryx-heading.placeholder { color: var(--color-text-secondary); }
506
+
507
+ .astryx-text.active { color: var(--color-accent); }
508
+
509
+ .astryx-heading.active { color: var(--color-accent); }
510
+ }
511
+ }
512
+
513
+ @layer astryx-theme {
514
+ @scope ([data-astryx-theme="y2k"]) to ([data-astryx-theme]) {
515
+ [data-astryx-media="dark"] {
516
+ color-scheme: dark;
517
+ --color-text-primary: var(--color-on-dark);
518
+ --color-icon-primary: var(--color-on-dark);
519
+ --color-accent: var(--color-on-dark);
520
+ }
521
+
522
+ [data-astryx-media="light"] {
523
+ color-scheme: light;
524
+ --color-text-primary: var(--color-on-light);
525
+ --color-icon-primary: var(--color-on-light);
526
+ --color-accent: var(--color-on-light);
527
+ }
528
+ }
529
+ }
package/dist/y2k.d.ts ADDED
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @generated by `astryx theme build` — do not edit manually.
3
+ * Source: src/y2kTheme.ts
4
+ * Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
5
+ * Generated: 2026-06-24T18:16:21.622Z
6
+ */
7
+
8
+ import type { DefinedTheme } from '@astryxdesign/core/theme';
9
+ import type { IconRegistry } from '@astryxdesign/core/Icon';
10
+ export declare const y2kIconRegistry: IconRegistry;
11
+ export declare const y2kTheme: DefinedTheme;