@arcanejs/toolkit 6.0.0 → 7.0.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.
Files changed (72) hide show
  1. package/README.md +156 -12
  2. package/dist/backend/components/base.d.mts +1 -1
  3. package/dist/backend/components/base.d.ts +1 -1
  4. package/dist/backend/components/button.d.mts +1 -1
  5. package/dist/backend/components/button.d.ts +1 -1
  6. package/dist/backend/components/button.js +2 -2
  7. package/dist/backend/components/button.mjs +1 -1
  8. package/dist/backend/components/group.d.mts +1 -1
  9. package/dist/backend/components/group.d.ts +1 -1
  10. package/dist/backend/components/group.js +2 -2
  11. package/dist/backend/components/group.mjs +1 -1
  12. package/dist/backend/components/label.d.mts +2 -2
  13. package/dist/backend/components/label.d.ts +2 -2
  14. package/dist/backend/components/label.js +2 -2
  15. package/dist/backend/components/label.mjs +1 -1
  16. package/dist/backend/components/rect.d.mts +2 -2
  17. package/dist/backend/components/rect.d.ts +2 -2
  18. package/dist/backend/components/rect.js +2 -2
  19. package/dist/backend/components/rect.mjs +1 -1
  20. package/dist/backend/components/slider-button.d.mts +2 -2
  21. package/dist/backend/components/slider-button.d.ts +2 -2
  22. package/dist/backend/components/slider-button.js +2 -2
  23. package/dist/backend/components/slider-button.mjs +1 -1
  24. package/dist/backend/components/switch.d.mts +2 -2
  25. package/dist/backend/components/switch.d.ts +2 -2
  26. package/dist/backend/components/switch.js +2 -2
  27. package/dist/backend/components/switch.mjs +1 -1
  28. package/dist/backend/components/tabs.d.mts +3 -3
  29. package/dist/backend/components/tabs.d.ts +3 -3
  30. package/dist/backend/components/tabs.js +2 -2
  31. package/dist/backend/components/tabs.mjs +1 -1
  32. package/dist/backend/components/text-input.d.mts +2 -2
  33. package/dist/backend/components/text-input.d.ts +2 -2
  34. package/dist/backend/components/text-input.js +2 -2
  35. package/dist/backend/components/text-input.mjs +1 -1
  36. package/dist/backend/components/timeline.d.mts +2 -2
  37. package/dist/backend/components/timeline.d.ts +2 -2
  38. package/dist/backend/components/timeline.js +2 -2
  39. package/dist/backend/components/timeline.mjs +1 -1
  40. package/dist/{chunk-53EOA4UE.js → chunk-2K4UT5QB.js} +1 -1
  41. package/dist/{chunk-4OCRZD4F.js → chunk-4AGKM5NT.js} +1 -1
  42. package/dist/{chunk-QAH2OSHR.js → chunk-5B65Q7RL.js} +1 -1
  43. package/dist/{chunk-3TXBS2UN.mjs → chunk-6PS3Q66F.mjs} +1 -1
  44. package/dist/{chunk-LK6MGXYC.mjs → chunk-7MQHRTBE.mjs} +1 -1
  45. package/dist/{chunk-U6FSQBQ3.js → chunk-A3RWE7HZ.js} +6 -4
  46. package/dist/{chunk-NL3W4M7J.js → chunk-CVY55KAR.js} +1 -1
  47. package/dist/{chunk-WDB3IMOP.mjs → chunk-GXJ3JRRK.mjs} +1 -1
  48. package/dist/{chunk-HTCWMJUA.js → chunk-IV3AE3CW.js} +1 -1
  49. package/dist/{chunk-UQWCTVMC.mjs → chunk-JHWFQLLE.mjs} +1 -1
  50. package/dist/{chunk-QB2WPBWV.mjs → chunk-K6V55JTG.mjs} +1 -1
  51. package/dist/{chunk-PG5EAV5X.mjs → chunk-MHSAHTVN.mjs} +1 -1
  52. package/dist/{chunk-KMEDXCBI.mjs → chunk-R5OA7LLZ.mjs} +6 -4
  53. package/dist/{chunk-6ELB27LK.mjs → chunk-RJLYYTZ6.mjs} +1 -1
  54. package/dist/{chunk-3GTEUTFT.js → chunk-TF7N4O5G.js} +1 -1
  55. package/dist/{chunk-E6FGU7DA.mjs → chunk-TULW7CRV.mjs} +4 -4
  56. package/dist/{chunk-6QWYIJLM.js → chunk-UHEZQR2Q.js} +1 -1
  57. package/dist/{chunk-7JIC2XBC.js → chunk-XSKWLJOQ.js} +4 -4
  58. package/dist/frontend/entrypoint.css +836 -0
  59. package/dist/frontend/entrypoint.css.map +7 -0
  60. package/dist/frontend/entrypoint.js +26049 -26682
  61. package/dist/frontend/entrypoint.js.map +4 -4
  62. package/dist/frontend/index.d.mts +4 -6
  63. package/dist/frontend/index.d.ts +4 -6
  64. package/dist/frontend/index.js +83 -300
  65. package/dist/frontend/index.mjs +90 -307
  66. package/dist/index.d.mts +1 -1
  67. package/dist/index.d.ts +1 -1
  68. package/dist/index.js +280 -98
  69. package/dist/index.mjs +250 -68
  70. package/dist/{toolkit-CohVRj6u.d.mts → toolkit-BPqxbDbk.d.mts} +82 -19
  71. package/dist/{toolkit-C_2Y8N9R.d.ts → toolkit-Bglbv3ix.d.ts} +82 -19
  72. package/package.json +15 -20
@@ -0,0 +1,836 @@
1
+ /* ../toolkit-frontend/dist/styles/core.css */
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( --arcane-gradient-hint-pressed );
280
+ }
281
+ .bg-repeat {
282
+ background-repeat: repeat;
283
+ }
284
+ .p-1 {
285
+ padding: calc(var(--arcane-spacing) / 2);
286
+ }
287
+ .p-2 {
288
+ padding: calc(var(--arcane-spacing));
289
+ }
290
+ .px-0\.5 {
291
+ padding-inline: calc(var(--arcane-spacing) / 4);
292
+ }
293
+ .px-1 {
294
+ padding-inline: calc(var(--arcane-spacing) / 2);
295
+ }
296
+ .px-arcane {
297
+ padding-inline: var(--arcane-spacing);
298
+ }
299
+ .px-arcane-slider-input-px {
300
+ padding-inline: 5px;
301
+ }
302
+ .px-arcane-slider-pad {
303
+ padding-inline: 7.5px;
304
+ }
305
+ .py-0 {
306
+ padding-block: 0px;
307
+ }
308
+ .py-0\.5 {
309
+ padding-block: calc(var(--arcane-spacing) / 4);
310
+ }
311
+ .text-center {
312
+ text-align: center;
313
+ }
314
+ .font-arcane-icon {
315
+ font-family: "Material Symbols Outlined", sans-serif;
316
+ }
317
+ .text-arcane-icon {
318
+ font-size: 22px;
319
+ }
320
+ .text-arcane-normal {
321
+ font-size: 1em;
322
+ }
323
+ .text-arcane-subtitle {
324
+ font-size: 1em;
325
+ }
326
+ .text-arcane-timeline-indicator {
327
+ font-size: 40px;
328
+ }
329
+ .text-arcane-title {
330
+ font-size: 1.5em;
331
+ }
332
+ .leading-arcane-slider-value-hidden {
333
+ --tw-leading: 30px;
334
+ line-height: 30px;
335
+ }
336
+ .leading-arcane-switch-label {
337
+ --tw-leading: 28px;
338
+ line-height: 28px;
339
+ }
340
+ .leading-none {
341
+ --tw-leading: 1;
342
+ line-height: 1;
343
+ }
344
+ .font-bold {
345
+ --tw-font-weight: 700;
346
+ font-weight: 700;
347
+ }
348
+ .font-normal {
349
+ --tw-font-weight: 400;
350
+ font-weight: 400;
351
+ }
352
+ .tracking-normal {
353
+ --tw-tracking: 0em;
354
+ letter-spacing: 0em;
355
+ }
356
+ .whitespace-nowrap {
357
+ white-space: nowrap;
358
+ }
359
+ .text-arcane-btn-err {
360
+ color: var(--arcane-color-red);
361
+ }
362
+ .text-arcane-btn-text {
363
+ color: var(--arcane-text-normal);
364
+ }
365
+ .text-arcane-hint {
366
+ color: var(--arcane-hint);
367
+ }
368
+ .text-arcane-text {
369
+ color: var(--arcane-text-normal);
370
+ }
371
+ .text-arcane-text-muted {
372
+ color: var(--arcane-text-muted);
373
+ }
374
+ .opacity-0 {
375
+ opacity: 0%;
376
+ }
377
+ .opacity-100 {
378
+ opacity: 100%;
379
+ }
380
+ .\!shadow-arcane-btn-active {
381
+ --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;
382
+ box-shadow:
383
+ var(--tw-inset-shadow),
384
+ var(--tw-inset-ring-shadow),
385
+ var(--tw-ring-offset-shadow),
386
+ var(--tw-ring-shadow),
387
+ var(--tw-shadow) !important;
388
+ }
389
+ .shadow-arcane-box-inset {
390
+ --tw-shadow: var(--arcane-shadow-box-inset);
391
+ box-shadow:
392
+ var(--tw-inset-shadow),
393
+ var(--tw-inset-ring-shadow),
394
+ var(--tw-ring-offset-shadow),
395
+ var(--tw-ring-shadow),
396
+ var(--tw-shadow);
397
+ }
398
+ .shadow-arcane-btn {
399
+ --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));
400
+ box-shadow:
401
+ var(--tw-inset-shadow),
402
+ var(--tw-inset-ring-shadow),
403
+ var(--tw-ring-offset-shadow),
404
+ var(--tw-ring-shadow),
405
+ var(--tw-shadow);
406
+ }
407
+ .shadow-arcane-btn-active {
408
+ --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));
409
+ box-shadow:
410
+ var(--tw-inset-shadow),
411
+ var(--tw-inset-ring-shadow),
412
+ var(--tw-ring-offset-shadow),
413
+ var(--tw-ring-shadow),
414
+ var(--tw-shadow);
415
+ }
416
+ .transition-all {
417
+ transition-property: all;
418
+ transition-timing-function: var(--tw-ease, ease);
419
+ transition-duration: var(--tw-duration, 0s);
420
+ }
421
+ .transition-colors {
422
+ transition-property:
423
+ color,
424
+ background-color,
425
+ border-color,
426
+ outline-color,
427
+ text-decoration-color,
428
+ fill,
429
+ stroke,
430
+ --tw-gradient-from,
431
+ --tw-gradient-via,
432
+ --tw-gradient-to;
433
+ transition-timing-function: var(--tw-ease, ease);
434
+ transition-duration: var(--tw-duration, 0s);
435
+ }
436
+ .\!duration-50 {
437
+ --tw-duration: 50ms !important;
438
+ transition-duration: 50ms !important;
439
+ }
440
+ .duration-0 {
441
+ --tw-duration: 0ms;
442
+ transition-duration: 0ms;
443
+ }
444
+ .duration-50 {
445
+ --tw-duration: 50ms;
446
+ transition-duration: 50ms;
447
+ }
448
+ .duration-200 {
449
+ --tw-duration: 200ms;
450
+ transition-duration: 200ms;
451
+ }
452
+ .duration-300 {
453
+ --tw-duration: 300ms;
454
+ transition-duration: 300ms;
455
+ }
456
+ .outline-none {
457
+ --tw-outline-style: none;
458
+ outline-style: none;
459
+ }
460
+ .\!text-shadow-arcane-btn-active {
461
+ text-shadow: var(--arcane-shadow-text-active) !important;
462
+ }
463
+ .text-shadow-arcane-btn {
464
+ text-shadow: var(--arcane-shadow-text);
465
+ }
466
+ .text-shadow-arcane-btn-active {
467
+ text-shadow: var(--arcane-shadow-text-active);
468
+ }
469
+ .group-hover\:text-arcane-hint {
470
+ &:is(:where(.group):hover *) {
471
+ @media (hover: hover) {
472
+ color: var(--arcane-hint);
473
+ }
474
+ }
475
+ }
476
+ .before\:absolute {
477
+ &::before {
478
+ content: var(--tw-content);
479
+ position: absolute;
480
+ }
481
+ }
482
+ .before\:-top-\[5px\] {
483
+ &::before {
484
+ content: var(--tw-content);
485
+ top: calc(5px * -1);
486
+ }
487
+ }
488
+ .before\:-right-\[3px\] {
489
+ &::before {
490
+ content: var(--tw-content);
491
+ right: calc(3px * -1);
492
+ }
493
+ }
494
+ .before\:-bottom-\[5px\] {
495
+ &::before {
496
+ content: var(--tw-content);
497
+ bottom: calc(5px * -1);
498
+ }
499
+ }
500
+ .before\:w-\[4px\] {
501
+ &::before {
502
+ content: var(--tw-content);
503
+ width: 4px;
504
+ }
505
+ }
506
+ .before\:bg-arcane-btn-border {
507
+ &::before {
508
+ content: var(--tw-content);
509
+ background-color: var(--arcane-border-dark);
510
+ }
511
+ }
512
+ .after\:absolute {
513
+ &::after {
514
+ content: var(--tw-content);
515
+ position: absolute;
516
+ }
517
+ }
518
+ .after\:-top-\[4px\] {
519
+ &::after {
520
+ content: var(--tw-content);
521
+ top: calc(4px * -1);
522
+ }
523
+ }
524
+ .after\:-right-\[2px\] {
525
+ &::after {
526
+ content: var(--tw-content);
527
+ right: calc(2px * -1);
528
+ }
529
+ }
530
+ .after\:-bottom-\[4px\] {
531
+ &::after {
532
+ content: var(--tw-content);
533
+ bottom: calc(4px * -1);
534
+ }
535
+ }
536
+ .after\:w-\[2px\] {
537
+ &::after {
538
+ content: var(--tw-content);
539
+ width: 2px;
540
+ }
541
+ }
542
+ .after\:bg-arcane-btn-text {
543
+ &::after {
544
+ content: var(--tw-content);
545
+ background-color: var(--arcane-text-normal);
546
+ }
547
+ }
548
+ .hover\:bg-arcane-bg {
549
+ &:hover {
550
+ @media (hover: hover) {
551
+ background-color: var(--arcane-bg);
552
+ }
553
+ }
554
+ }
555
+ .hover\:bg-arcane-bg-light-1 {
556
+ &:hover {
557
+ @media (hover: hover) {
558
+ background-color: var(--arcane-bg-light-1);
559
+ }
560
+ }
561
+ }
562
+ .hover\:bg-arcane-grad-btn-hover {
563
+ &:hover {
564
+ @media (hover: hover) {
565
+ background-image: var(--arcane-gradient-button-hover);
566
+ }
567
+ }
568
+ }
569
+ .active\:bg-arcane-grad-btn-active {
570
+ &:active {
571
+ background-image: var(--arcane-gradient-button-active);
572
+ }
573
+ }
574
+ .active\:shadow-arcane-btn-active {
575
+ &:active {
576
+ --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));
577
+ box-shadow:
578
+ var(--tw-inset-shadow),
579
+ var(--tw-inset-ring-shadow),
580
+ var(--tw-ring-offset-shadow),
581
+ var(--tw-ring-shadow),
582
+ var(--tw-shadow);
583
+ }
584
+ }
585
+ .active\:duration-50 {
586
+ &:active {
587
+ --tw-duration: 50ms;
588
+ transition-duration: 50ms;
589
+ }
590
+ }
591
+ .active\:text-shadow-arcane-btn-active {
592
+ &:active {
593
+ text-shadow: var(--arcane-shadow-text-active);
594
+ }
595
+ }
596
+ :root,
597
+ :host {
598
+ --val-arcane-hint-rgb: var(--arcane-hint-rgb);
599
+ }
600
+ * {
601
+ box-sizing: border-box;
602
+ }
603
+ body {
604
+ background: var(--arcane-page-bg);
605
+ margin: 0;
606
+ padding: 0;
607
+ font-size: 14px;
608
+ font-family: sans-serif;
609
+ }
610
+ body.touch-mode * {
611
+ cursor: none !important;
612
+ }
613
+ .arcane-stage {
614
+ width: 100%;
615
+ height: 100%;
616
+ background: var(--arcane-page-bg);
617
+ color: var(--arcane-text-normal);
618
+ }
619
+ @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
620
+ @property --tw-leading { syntax: "*"; inherits: false; }
621
+ @property --tw-font-weight { syntax: "*"; inherits: false; }
622
+ @property --tw-tracking { syntax: "*"; inherits: false; }
623
+ @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
624
+ @property --tw-shadow-color { syntax: "*"; inherits: false; }
625
+ @property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
626
+ @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
627
+ @property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
628
+ @property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
629
+ @property --tw-ring-color { syntax: "*"; inherits: false; }
630
+ @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
631
+ @property --tw-inset-ring-color { syntax: "*"; inherits: false; }
632
+ @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
633
+ @property --tw-ring-inset { syntax: "*"; inherits: false; }
634
+ @property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
635
+ @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
636
+ @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
637
+ @property --tw-duration { syntax: "*"; inherits: false; }
638
+ @property --tw-text-shadow-color { syntax: "*"; inherits: false; }
639
+ @property --tw-text-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
640
+ @property --tw-content { syntax: "*"; initial-value: ""; inherits: false; }
641
+ @layer properties {
642
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
643
+ *,
644
+ ::before,
645
+ ::after,
646
+ ::backdrop {
647
+ --tw-border-style: solid;
648
+ --tw-leading: initial;
649
+ --tw-font-weight: initial;
650
+ --tw-tracking: initial;
651
+ --tw-shadow: 0 0 #0000;
652
+ --tw-shadow-color: initial;
653
+ --tw-shadow-alpha: 100%;
654
+ --tw-inset-shadow: 0 0 #0000;
655
+ --tw-inset-shadow-color: initial;
656
+ --tw-inset-shadow-alpha: 100%;
657
+ --tw-ring-color: initial;
658
+ --tw-ring-shadow: 0 0 #0000;
659
+ --tw-inset-ring-color: initial;
660
+ --tw-inset-ring-shadow: 0 0 #0000;
661
+ --tw-ring-inset: initial;
662
+ --tw-ring-offset-width: 0px;
663
+ --tw-ring-offset-color: #fff;
664
+ --tw-ring-offset-shadow: 0 0 #0000;
665
+ --tw-duration: initial;
666
+ --tw-text-shadow-color: initial;
667
+ --tw-text-shadow-alpha: 100%;
668
+ --tw-content: "";
669
+ }
670
+ }
671
+ }
672
+
673
+ /* ../toolkit-frontend/dist/styles/theme.css */
674
+ .arcane-theme-root {
675
+ --arcane-page-bg: #f8f9fa;
676
+ --arcane-color-green: #22863a;
677
+ --arcane-color-red: #d73a49;
678
+ --arcane-color-amber: #b08800;
679
+ --arcane-bg-dark-1: #e9ecef;
680
+ --arcane-bg: #ffffff;
681
+ --arcane-bg-light-1: #f5f5f5;
682
+ --arcane-border-dark: #c7c7c7;
683
+ --arcane-border-light: #d7d7d7;
684
+ --arcane-border-lighter: #eaecef;
685
+ --arcane-border-lighterer: #f6f8fa;
686
+ --arcane-hint: #4286f4;
687
+ --arcane-hint-rgb:
688
+ 0,
689
+ 92,
690
+ 197;
691
+ --arcane-hint-dark-1: #2a77f3;
692
+ --arcane-text-normal: #24292e;
693
+ --arcane-text-active: #202020;
694
+ --arcane-text-muted: #6a737d;
695
+ --arcane-shadow-box-inset: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
696
+ --arcane-shadow-text: 0 1px rgba(255, 255, 255, 0.7);
697
+ --arcane-shadow-text-active: 0 1px rgba(255, 255, 255, 0.4);
698
+ --arcane-gradient-button:
699
+ linear-gradient(
700
+ to bottom,
701
+ #e1e4e8,
702
+ #d1d5da);
703
+ --arcane-gradient-button-hover:
704
+ linear-gradient(
705
+ to bottom,
706
+ #d1d5da,
707
+ #c1c6cc);
708
+ --arcane-gradient-button-active:
709
+ linear-gradient(
710
+ to bottom,
711
+ #b1b6bc,
712
+ #d2d6da);
713
+ --arcane-gradient-button-pressed-hover:
714
+ linear-gradient(
715
+
716
+ to bottom,
717
+ #a1a6ac,
718
+ #91969c );
719
+ --arcane-gradient-hint-pressed:
720
+ linear-gradient(
721
+ to bottom,
722
+ #438bff,
723
+ #85b3ff);
724
+ --arcane-spacing: 15px;
725
+ --arcane-unit-height: 40px;
726
+ }
727
+ .arcane-theme-root.theme-dark {
728
+ --arcane-page-bg: #333;
729
+ --arcane-color-green: #98c379;
730
+ --arcane-color-red: #e06c75;
731
+ --arcane-color-amber: #d19a66;
732
+ --arcane-bg-dark-1: #252524;
733
+ --arcane-bg: #2a2a2b;
734
+ --arcane-bg-light-1: #353638;
735
+ --arcane-border-dark: #151516;
736
+ --arcane-border-light: #1c1d1d;
737
+ --arcane-border-lighter: #252524;
738
+ --arcane-border-lighterer: #6b6b67;
739
+ --arcane-hint: #4286f4;
740
+ --arcane-hint-rgb:
741
+ 66,
742
+ 134,
743
+ 244;
744
+ --arcane-hint-dark-1: #2a77f3;
745
+ --arcane-text-normal: #f3f3f5;
746
+ --arcane-text-active: #ffffff;
747
+ --arcane-text-muted: #777777;
748
+ --arcane-shadow-box-inset: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
749
+ --arcane-shadow-text: 0 -1px rgba(0, 0, 0, 0.7);
750
+ --arcane-shadow-text-active: 0 -1px rgba(0, 0, 0, 0.4);
751
+ --arcane-gradient-button:
752
+ linear-gradient(
753
+ to bottom,
754
+ #4f5053,
755
+ #343436);
756
+ --arcane-gradient-button-hover:
757
+ linear-gradient(
758
+ to bottom,
759
+ #5e6064,
760
+ #393a3b);
761
+ --arcane-gradient-button-active:
762
+ linear-gradient(
763
+ to bottom,
764
+ #242525,
765
+ #37383a);
766
+ --arcane-gradient-button-pressed-hover:
767
+ linear-gradient(
768
+
769
+ to bottom,
770
+ #282929,
771
+ #414243 );
772
+ --arcane-gradient-hint-pressed:
773
+ linear-gradient(
774
+ to bottom,
775
+ #2a77f3,
776
+ #4286f4);
777
+ }
778
+ @media (prefers-color-scheme: dark) {
779
+ .arcane-theme-root.theme-auto {
780
+ --arcane-page-bg: #333;
781
+ --arcane-color-green: #98c379;
782
+ --arcane-color-red: #e06c75;
783
+ --arcane-color-amber: #d19a66;
784
+ --arcane-bg-dark-1: #252524;
785
+ --arcane-bg: #2a2a2b;
786
+ --arcane-bg-light-1: #353638;
787
+ --arcane-border-dark: #151516;
788
+ --arcane-border-light: #1c1d1d;
789
+ --arcane-border-lighter: #252524;
790
+ --arcane-border-lighterer: #6b6b67;
791
+ --arcane-hint: #4286f4;
792
+ --arcane-hint-rgb:
793
+ 66,
794
+ 134,
795
+ 244;
796
+ --arcane-hint-dark-1: #2a77f3;
797
+ --arcane-text-normal: #f3f3f5;
798
+ --arcane-text-active: #ffffff;
799
+ --arcane-text-muted: #777777;
800
+ --arcane-shadow-box-inset: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
801
+ --arcane-shadow-text: 0 -1px rgba(0, 0, 0, 0.7);
802
+ --arcane-shadow-text-active: 0 -1px rgba(0, 0, 0, 0.4);
803
+ --arcane-gradient-button:
804
+ linear-gradient(
805
+
806
+ to bottom,
807
+ #4f5053,
808
+ #343436 );
809
+ --arcane-gradient-button-hover:
810
+ linear-gradient(
811
+
812
+ to bottom,
813
+ #5e6064,
814
+ #393a3b );
815
+ --arcane-gradient-button-active:
816
+ linear-gradient(
817
+
818
+ to bottom,
819
+ #242525,
820
+ #37383a );
821
+ --arcane-gradient-button-pressed-hover:
822
+ linear-gradient(
823
+
824
+ to bottom,
825
+ #282929,
826
+ #414243 );
827
+ --arcane-gradient-hint-pressed:
828
+ linear-gradient(
829
+
830
+ to bottom,
831
+ #2a77f3,
832
+ #4286f4 );
833
+ }
834
+ }
835
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
836
+ /*# sourceMappingURL=entrypoint.css.map */