@arcanejs/toolkit-frontend 0.9.0 → 0.10.0

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.
@@ -0,0 +1,712 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ .pointer-events-none {
4
+ pointer-events: none;
5
+ }
6
+ .absolute {
7
+ position: absolute;
8
+ }
9
+ .relative {
10
+ position: relative;
11
+ }
12
+ .-inset-1\.5 {
13
+ inset: calc(calc(var(--arcane-spacing) / 2 * 3) * -1);
14
+ }
15
+ .-inset-arcane-touch-indicator {
16
+ inset: calc(6px * -1);
17
+ }
18
+ .inset-x-2 {
19
+ inset-inline: calc(var(--arcane-spacing));
20
+ }
21
+ .inset-y-0 {
22
+ inset-block: 0px;
23
+ }
24
+ .-top-px {
25
+ top: -1px;
26
+ }
27
+ .top-0 {
28
+ top: 0px;
29
+ }
30
+ .bottom-1 {
31
+ bottom: calc(var(--arcane-spacing) / 2);
32
+ }
33
+ .-left-arcane-switch-label {
34
+ left: calc(40px * -1);
35
+ }
36
+ .-left-px {
37
+ left: -1px;
38
+ }
39
+ .left-0 {
40
+ left: 0px;
41
+ }
42
+ .left-arcane-switch-label {
43
+ left: 40px;
44
+ }
45
+ .left-arcane-switch-off-left {
46
+ left: 28px;
47
+ }
48
+ .z-arcane-slider-touching {
49
+ z-index: 100;
50
+ }
51
+ .m-0 {
52
+ margin: 0px;
53
+ }
54
+ .-mx-arcane-slider-input-hidden {
55
+ margin-inline: calc(9px * -1);
56
+ }
57
+ .-mx-arcane-slider-value-hidden {
58
+ margin-inline: calc(30px * -1);
59
+ }
60
+ .mx-0 {
61
+ margin-inline: 0px;
62
+ }
63
+ .mx-0\.5 {
64
+ margin-inline: calc(var(--arcane-spacing) / 4);
65
+ }
66
+ .mx-arcane-slider-pad {
67
+ margin-inline: 7.5px;
68
+ }
69
+ .my-0 {
70
+ margin-block: 0px;
71
+ }
72
+ .mr-px {
73
+ margin-right: 1px;
74
+ }
75
+ .mb-2 {
76
+ margin-bottom: calc(var(--arcane-spacing));
77
+ }
78
+ .box-border {
79
+ box-sizing: border-box;
80
+ }
81
+ .block {
82
+ display: block;
83
+ }
84
+ .flex {
85
+ display: flex;
86
+ }
87
+ .inline-block {
88
+ display: inline-block;
89
+ }
90
+ .size-arcane-btn {
91
+ width: 30px;
92
+ height: 30px;
93
+ }
94
+ .size-full {
95
+ width: 100%;
96
+ height: 100%;
97
+ }
98
+ .h-0\.5 {
99
+ height: calc(var(--arcane-spacing) / 4);
100
+ }
101
+ .h-arcane-btn {
102
+ height: 30px;
103
+ }
104
+ .h-arcane-rect {
105
+ height: 30px;
106
+ }
107
+ .h-arcane-slider-display {
108
+ height: 4px;
109
+ }
110
+ .h-arcane-slider-gradient-display {
111
+ height: 10px;
112
+ }
113
+ .h-arcane-switch-knob {
114
+ height: 30px;
115
+ }
116
+ .h-arcane-tabs-item {
117
+ height: calc(var(--arcane-spacing) * 3);
118
+ }
119
+ .h-arcane-timeline-bar {
120
+ height: 10px;
121
+ }
122
+ .h-full {
123
+ height: 100%;
124
+ }
125
+ .min-h-arcane-btn {
126
+ min-height: 30px;
127
+ }
128
+ .\!w-arcane-slider-open {
129
+ width: 400px !important;
130
+ }
131
+ .w-0 {
132
+ width: 0px;
133
+ }
134
+ .w-3\/5 {
135
+ width: calc(3/5 * 100%);
136
+ }
137
+ .w-arcane-slider-value {
138
+ width: 60px;
139
+ }
140
+ .w-arcane-switch-label {
141
+ width: 40px;
142
+ }
143
+ .w-arcane-switch-track {
144
+ width: 70px;
145
+ }
146
+ .w-full {
147
+ width: 100%;
148
+ }
149
+ .min-w-arcane-rect {
150
+ min-width: 30px;
151
+ }
152
+ .min-w-arcane-slider-min {
153
+ min-width: 100px;
154
+ }
155
+ .min-w-arcane-switch-track {
156
+ min-width: 70px;
157
+ }
158
+ .grow {
159
+ flex-grow: 1;
160
+ }
161
+ .cursor-pointer {
162
+ cursor: pointer;
163
+ }
164
+ .flex-col {
165
+ flex-direction: column;
166
+ }
167
+ .flex-row {
168
+ flex-direction: row;
169
+ }
170
+ .flex-nowrap {
171
+ flex-wrap: nowrap;
172
+ }
173
+ .flex-wrap {
174
+ flex-wrap: wrap;
175
+ }
176
+ .items-center {
177
+ align-items: center;
178
+ }
179
+ .items-end {
180
+ align-items: flex-end;
181
+ }
182
+ .justify-center {
183
+ justify-content: center;
184
+ }
185
+ .gap-0\.5 {
186
+ gap: calc(var(--arcane-spacing) / 4);
187
+ }
188
+ .gap-2 {
189
+ gap: calc(var(--arcane-spacing));
190
+ }
191
+ .overflow-hidden {
192
+ overflow: hidden;
193
+ }
194
+ .overflow-visible {
195
+ overflow: visible;
196
+ }
197
+ .rounded-arcane-btn {
198
+ border-radius: 3px;
199
+ }
200
+ .rounded-arcane-touch-indicator {
201
+ border-radius: 6px;
202
+ }
203
+ .rounded-md {
204
+ border-radius: calc(var(--arcane-spacing) * 6 / 15);
205
+ }
206
+ .border {
207
+ border-style: var(--tw-border-style);
208
+ border-width: 1px;
209
+ }
210
+ .border-2 {
211
+ border-style: var(--tw-border-style);
212
+ border-width: 2px;
213
+ }
214
+ .border-r-\[2px\] {
215
+ border-right-style: var(--tw-border-style);
216
+ border-right-width: 2px;
217
+ }
218
+ .border-b {
219
+ border-bottom-style: var(--tw-border-style);
220
+ border-bottom-width: 1px;
221
+ }
222
+ .border-b-0 {
223
+ border-bottom-style: var(--tw-border-style);
224
+ border-bottom-width: 0px;
225
+ }
226
+ .border-none {
227
+ --tw-border-style: none;
228
+ border-style: none;
229
+ }
230
+ .border-arcane-bg-light-1 {
231
+ border-color: var(--arcane-bg-light-1);
232
+ }
233
+ .border-arcane-btn-border {
234
+ border-color: var(--arcane-border-dark);
235
+ }
236
+ .border-arcane-btn-err {
237
+ border-color: var(--arcane-color-red);
238
+ }
239
+ .border-arcane-hint {
240
+ border-color: var(--arcane-hint);
241
+ }
242
+ .border-transparent {
243
+ border-color: transparent;
244
+ }
245
+ .\!bg-arcane-bg-dark-1 {
246
+ background-color: var(--arcane-bg-dark-1) !important;
247
+ }
248
+ .bg-arcane-bg {
249
+ background-color: var(--arcane-bg);
250
+ }
251
+ .bg-arcane-bg-dark-1 {
252
+ background-color: var(--arcane-bg-dark-1);
253
+ }
254
+ .bg-arcane-bg-light-1 {
255
+ background-color: var(--arcane-bg-light-1);
256
+ }
257
+ .bg-arcane-btn-border {
258
+ background-color: var(--arcane-border-dark);
259
+ }
260
+ .bg-arcane-hint {
261
+ background-color: var(--arcane-hint);
262
+ }
263
+ .bg-arcane-hint-soft {
264
+ background-color: rgba(var(--val-arcane-hint-rgb), 0.2);
265
+ }
266
+ .bg-transparent {
267
+ background-color: transparent;
268
+ }
269
+ .\!bg-arcane-grad-btn-active {
270
+ background-image: var(--arcane-gradient-button-active) !important;
271
+ }
272
+ .bg-arcane-grad-btn {
273
+ background-image: var(--arcane-gradient-button);
274
+ }
275
+ .bg-arcane-grad-btn-active {
276
+ background-image: var(--arcane-gradient-button-active);
277
+ }
278
+ .bg-arcane-grad-hint-pressed {
279
+ background-image: var(
280
+ --arcane-gradient-hint-pressed
281
+ );
282
+ }
283
+ .bg-repeat {
284
+ background-repeat: repeat;
285
+ }
286
+ .p-1 {
287
+ padding: calc(var(--arcane-spacing) / 2);
288
+ }
289
+ .p-2 {
290
+ padding: calc(var(--arcane-spacing));
291
+ }
292
+ .px-0\.5 {
293
+ padding-inline: calc(var(--arcane-spacing) / 4);
294
+ }
295
+ .px-1 {
296
+ padding-inline: calc(var(--arcane-spacing) / 2);
297
+ }
298
+ .px-arcane {
299
+ padding-inline: var(--arcane-spacing);
300
+ }
301
+ .px-arcane-slider-input-px {
302
+ padding-inline: 5px;
303
+ }
304
+ .px-arcane-slider-pad {
305
+ padding-inline: 7.5px;
306
+ }
307
+ .py-0 {
308
+ padding-block: 0px;
309
+ }
310
+ .py-0\.5 {
311
+ padding-block: calc(var(--arcane-spacing) / 4);
312
+ }
313
+ .text-center {
314
+ text-align: center;
315
+ }
316
+ .font-arcane-icon {
317
+ font-family: 'Material Symbols Outlined', sans-serif;
318
+ }
319
+ .text-arcane-icon {
320
+ font-size: 22px;
321
+ }
322
+ .text-arcane-normal {
323
+ font-size: 1em;
324
+ }
325
+ .text-arcane-subtitle {
326
+ font-size: 1em;
327
+ }
328
+ .text-arcane-timeline-indicator {
329
+ font-size: 40px;
330
+ }
331
+ .text-arcane-title {
332
+ font-size: 1.5em;
333
+ }
334
+ .leading-arcane-slider-value-hidden {
335
+ --tw-leading: 30px;
336
+ line-height: 30px;
337
+ }
338
+ .leading-arcane-switch-label {
339
+ --tw-leading: 28px;
340
+ line-height: 28px;
341
+ }
342
+ .leading-none {
343
+ --tw-leading: 1;
344
+ line-height: 1;
345
+ }
346
+ .font-bold {
347
+ --tw-font-weight: 700;
348
+ font-weight: 700;
349
+ }
350
+ .font-normal {
351
+ --tw-font-weight: 400;
352
+ font-weight: 400;
353
+ }
354
+ .tracking-normal {
355
+ --tw-tracking: 0em;
356
+ letter-spacing: 0em;
357
+ }
358
+ .whitespace-nowrap {
359
+ white-space: nowrap;
360
+ }
361
+ .text-arcane-btn-err {
362
+ color: var(--arcane-color-red);
363
+ }
364
+ .text-arcane-btn-text {
365
+ color: var(--arcane-text-normal);
366
+ }
367
+ .text-arcane-hint {
368
+ color: var(--arcane-hint);
369
+ }
370
+ .text-arcane-text {
371
+ color: var(--arcane-text-normal);
372
+ }
373
+ .text-arcane-text-muted {
374
+ color: var(--arcane-text-muted);
375
+ }
376
+ .opacity-0 {
377
+ opacity: 0%;
378
+ }
379
+ .opacity-100 {
380
+ opacity: 100%;
381
+ }
382
+ .\!shadow-arcane-btn-active {
383
+ --tw-shadow: inset 0 1px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.2)), 0 1px 0 0 var(--tw-shadow-color, rgba(255, 255, 255, 0.15)) !important;
384
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
385
+ }
386
+ .shadow-arcane-box-inset {
387
+ --tw-shadow: var(--arcane-shadow-box-inset);
388
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
389
+ }
390
+ .shadow-arcane-btn {
391
+ --tw-shadow: inset 0 1px 0 var(--tw-shadow-color, rgba(255, 255, 255, 0.15)), 0 1px 0 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.25));
392
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
393
+ }
394
+ .shadow-arcane-btn-active {
395
+ --tw-shadow: inset 0 1px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.2)), 0 1px 0 0 var(--tw-shadow-color, rgba(255, 255, 255, 0.15));
396
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
397
+ }
398
+ .transition-all {
399
+ transition-property: all;
400
+ transition-timing-function: var(--tw-ease, ease);
401
+ transition-duration: var(--tw-duration, 0s);
402
+ }
403
+ .transition-colors {
404
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
405
+ transition-timing-function: var(--tw-ease, ease);
406
+ transition-duration: var(--tw-duration, 0s);
407
+ }
408
+ .\!duration-50 {
409
+ --tw-duration: 50ms !important;
410
+ transition-duration: 50ms !important;
411
+ }
412
+ .duration-0 {
413
+ --tw-duration: 0ms;
414
+ transition-duration: 0ms;
415
+ }
416
+ .duration-50 {
417
+ --tw-duration: 50ms;
418
+ transition-duration: 50ms;
419
+ }
420
+ .duration-200 {
421
+ --tw-duration: 200ms;
422
+ transition-duration: 200ms;
423
+ }
424
+ .duration-300 {
425
+ --tw-duration: 300ms;
426
+ transition-duration: 300ms;
427
+ }
428
+ .outline-none {
429
+ --tw-outline-style: none;
430
+ outline-style: none;
431
+ }
432
+ .\!text-shadow-arcane-btn-active {
433
+ text-shadow: var(--arcane-shadow-text-active) !important;
434
+ }
435
+ .text-shadow-arcane-btn {
436
+ text-shadow: var(--arcane-shadow-text);
437
+ }
438
+ .text-shadow-arcane-btn-active {
439
+ text-shadow: var(--arcane-shadow-text-active);
440
+ }
441
+ .group-hover\:text-arcane-hint {
442
+ &:is(:where(.group):hover *) {
443
+ @media (hover: hover) {
444
+ color: var(--arcane-hint);
445
+ }
446
+ }
447
+ }
448
+ .before\:absolute {
449
+ &::before {
450
+ content: var(--tw-content);
451
+ position: absolute;
452
+ }
453
+ }
454
+ .before\:-top-\[5px\] {
455
+ &::before {
456
+ content: var(--tw-content);
457
+ top: calc(5px * -1);
458
+ }
459
+ }
460
+ .before\:-right-\[3px\] {
461
+ &::before {
462
+ content: var(--tw-content);
463
+ right: calc(3px * -1);
464
+ }
465
+ }
466
+ .before\:-bottom-\[5px\] {
467
+ &::before {
468
+ content: var(--tw-content);
469
+ bottom: calc(5px * -1);
470
+ }
471
+ }
472
+ .before\:w-\[4px\] {
473
+ &::before {
474
+ content: var(--tw-content);
475
+ width: 4px;
476
+ }
477
+ }
478
+ .before\:bg-arcane-btn-border {
479
+ &::before {
480
+ content: var(--tw-content);
481
+ background-color: var(--arcane-border-dark);
482
+ }
483
+ }
484
+ .after\:absolute {
485
+ &::after {
486
+ content: var(--tw-content);
487
+ position: absolute;
488
+ }
489
+ }
490
+ .after\:-top-\[4px\] {
491
+ &::after {
492
+ content: var(--tw-content);
493
+ top: calc(4px * -1);
494
+ }
495
+ }
496
+ .after\:-right-\[2px\] {
497
+ &::after {
498
+ content: var(--tw-content);
499
+ right: calc(2px * -1);
500
+ }
501
+ }
502
+ .after\:-bottom-\[4px\] {
503
+ &::after {
504
+ content: var(--tw-content);
505
+ bottom: calc(4px * -1);
506
+ }
507
+ }
508
+ .after\:w-\[2px\] {
509
+ &::after {
510
+ content: var(--tw-content);
511
+ width: 2px;
512
+ }
513
+ }
514
+ .after\:bg-arcane-btn-text {
515
+ &::after {
516
+ content: var(--tw-content);
517
+ background-color: var(--arcane-text-normal);
518
+ }
519
+ }
520
+ .hover\:bg-arcane-bg {
521
+ &:hover {
522
+ @media (hover: hover) {
523
+ background-color: var(--arcane-bg);
524
+ }
525
+ }
526
+ }
527
+ .hover\:bg-arcane-bg-light-1 {
528
+ &:hover {
529
+ @media (hover: hover) {
530
+ background-color: var(--arcane-bg-light-1);
531
+ }
532
+ }
533
+ }
534
+ .hover\:bg-arcane-grad-btn-hover {
535
+ &:hover {
536
+ @media (hover: hover) {
537
+ background-image: var(--arcane-gradient-button-hover);
538
+ }
539
+ }
540
+ }
541
+ .active\:bg-arcane-grad-btn-active {
542
+ &:active {
543
+ background-image: var(--arcane-gradient-button-active);
544
+ }
545
+ }
546
+ .active\:shadow-arcane-btn-active {
547
+ &:active {
548
+ --tw-shadow: inset 0 1px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.2)), 0 1px 0 0 var(--tw-shadow-color, rgba(255, 255, 255, 0.15));
549
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
550
+ }
551
+ }
552
+ .active\:duration-50 {
553
+ &:active {
554
+ --tw-duration: 50ms;
555
+ transition-duration: 50ms;
556
+ }
557
+ }
558
+ .active\:text-shadow-arcane-btn-active {
559
+ &:active {
560
+ text-shadow: var(--arcane-shadow-text-active);
561
+ }
562
+ }
563
+ :root, :host {
564
+ --val-arcane-hint-rgb: var(--arcane-hint-rgb);
565
+ }
566
+ * {
567
+ box-sizing: border-box;
568
+ }
569
+ body {
570
+ background: var(--arcane-page-bg);
571
+ margin: 0;
572
+ padding: 0;
573
+ font-size: 14px;
574
+ font-family: sans-serif;
575
+ }
576
+ body.touch-mode * {
577
+ cursor: none !important;
578
+ }
579
+ .arcane-stage {
580
+ width: 100%;
581
+ height: 100%;
582
+ background: var(--arcane-page-bg);
583
+ color: var(--arcane-text-normal);
584
+ }
585
+ @property --tw-border-style {
586
+ syntax: "*";
587
+ inherits: false;
588
+ initial-value: solid;
589
+ }
590
+ @property --tw-leading {
591
+ syntax: "*";
592
+ inherits: false;
593
+ }
594
+ @property --tw-font-weight {
595
+ syntax: "*";
596
+ inherits: false;
597
+ }
598
+ @property --tw-tracking {
599
+ syntax: "*";
600
+ inherits: false;
601
+ }
602
+ @property --tw-shadow {
603
+ syntax: "*";
604
+ inherits: false;
605
+ initial-value: 0 0 #0000;
606
+ }
607
+ @property --tw-shadow-color {
608
+ syntax: "*";
609
+ inherits: false;
610
+ }
611
+ @property --tw-shadow-alpha {
612
+ syntax: "<percentage>";
613
+ inherits: false;
614
+ initial-value: 100%;
615
+ }
616
+ @property --tw-inset-shadow {
617
+ syntax: "*";
618
+ inherits: false;
619
+ initial-value: 0 0 #0000;
620
+ }
621
+ @property --tw-inset-shadow-color {
622
+ syntax: "*";
623
+ inherits: false;
624
+ }
625
+ @property --tw-inset-shadow-alpha {
626
+ syntax: "<percentage>";
627
+ inherits: false;
628
+ initial-value: 100%;
629
+ }
630
+ @property --tw-ring-color {
631
+ syntax: "*";
632
+ inherits: false;
633
+ }
634
+ @property --tw-ring-shadow {
635
+ syntax: "*";
636
+ inherits: false;
637
+ initial-value: 0 0 #0000;
638
+ }
639
+ @property --tw-inset-ring-color {
640
+ syntax: "*";
641
+ inherits: false;
642
+ }
643
+ @property --tw-inset-ring-shadow {
644
+ syntax: "*";
645
+ inherits: false;
646
+ initial-value: 0 0 #0000;
647
+ }
648
+ @property --tw-ring-inset {
649
+ syntax: "*";
650
+ inherits: false;
651
+ }
652
+ @property --tw-ring-offset-width {
653
+ syntax: "<length>";
654
+ inherits: false;
655
+ initial-value: 0px;
656
+ }
657
+ @property --tw-ring-offset-color {
658
+ syntax: "*";
659
+ inherits: false;
660
+ initial-value: #fff;
661
+ }
662
+ @property --tw-ring-offset-shadow {
663
+ syntax: "*";
664
+ inherits: false;
665
+ initial-value: 0 0 #0000;
666
+ }
667
+ @property --tw-duration {
668
+ syntax: "*";
669
+ inherits: false;
670
+ }
671
+ @property --tw-text-shadow-color {
672
+ syntax: "*";
673
+ inherits: false;
674
+ }
675
+ @property --tw-text-shadow-alpha {
676
+ syntax: "<percentage>";
677
+ inherits: false;
678
+ initial-value: 100%;
679
+ }
680
+ @property --tw-content {
681
+ syntax: "*";
682
+ initial-value: "";
683
+ inherits: false;
684
+ }
685
+ @layer properties {
686
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
687
+ *, ::before, ::after, ::backdrop {
688
+ --tw-border-style: solid;
689
+ --tw-leading: initial;
690
+ --tw-font-weight: initial;
691
+ --tw-tracking: initial;
692
+ --tw-shadow: 0 0 #0000;
693
+ --tw-shadow-color: initial;
694
+ --tw-shadow-alpha: 100%;
695
+ --tw-inset-shadow: 0 0 #0000;
696
+ --tw-inset-shadow-color: initial;
697
+ --tw-inset-shadow-alpha: 100%;
698
+ --tw-ring-color: initial;
699
+ --tw-ring-shadow: 0 0 #0000;
700
+ --tw-inset-ring-color: initial;
701
+ --tw-inset-ring-shadow: 0 0 #0000;
702
+ --tw-ring-inset: initial;
703
+ --tw-ring-offset-width: 0px;
704
+ --tw-ring-offset-color: #fff;
705
+ --tw-ring-offset-shadow: 0 0 #0000;
706
+ --tw-duration: initial;
707
+ --tw-text-shadow-color: initial;
708
+ --tw-text-shadow-alpha: 100%;
709
+ --tw-content: "";
710
+ }
711
+ }
712
+ }
@@ -0,0 +1,5 @@
1
+ declare const CORE_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/core.css";
2
+ declare const THEME_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/theme.css";
3
+ declare const BASE_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/base.css";
4
+
5
+ export { BASE_STYLE_PATH, CORE_STYLE_PATH, THEME_STYLE_PATH };
@@ -0,0 +1,5 @@
1
+ declare const CORE_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/core.css";
2
+ declare const THEME_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/theme.css";
3
+ declare const BASE_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/base.css";
4
+
5
+ export { BASE_STYLE_PATH, CORE_STYLE_PATH, THEME_STYLE_PATH };
@@ -0,0 +1,11 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-MLKGABMK.js');
2
+
3
+ // src/styles/index.ts
4
+ var CORE_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/core.css";
5
+ var THEME_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/theme.css";
6
+ var BASE_STYLE_PATH = "@arcanejs/toolkit-frontend/styles/base.css";
7
+
8
+
9
+
10
+
11
+ exports.BASE_STYLE_PATH = BASE_STYLE_PATH; exports.CORE_STYLE_PATH = CORE_STYLE_PATH; exports.THEME_STYLE_PATH = THEME_STYLE_PATH;