@ory/elements-react 0.0.0-pr.8e964fc1 → 0.0.0-pr.96c07cce
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/CHANGELOG.md +245 -0
- package/DEVELOPMENT.md +19 -4
- package/README.md +253 -4
- package/babel.config.js +10 -0
- package/dist/client/frontendClient.d.mts +5 -2
- package/dist/client/frontendClient.d.ts +5 -2
- package/dist/client/frontendClient.js +25 -2
- package/dist/client/frontendClient.js.map +1 -1
- package/dist/client/frontendClient.mjs +25 -2
- package/dist/client/frontendClient.mjs.map +1 -1
- package/dist/client/index.js +3 -3
- package/dist/index.d.mts +97 -27
- package/dist/index.d.ts +97 -27
- package/dist/index.js +943 -352
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +946 -356
- package/dist/index.mjs.map +1 -1
- package/dist/theme/default/index.css +187 -117
- package/dist/theme/default/index.css.map +1 -1
- package/dist/theme/default/index.d.mts +31 -5
- package/dist/theme/default/index.d.ts +31 -5
- package/dist/theme/default/index.js +4320 -814
- package/dist/theme/default/index.js.map +1 -1
- package/dist/theme/default/index.mjs +4377 -793
- package/dist/theme/default/index.mjs.map +1 -1
- package/package.json +22 -15
- package/tailwind/generated/default-variables.css +1 -1
- package/tsconfig.json +3 -2
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--ui-900: #0f172a;
|
|
13
13
|
--ui-950: #020617;
|
|
14
14
|
--ui-black: #000000;
|
|
15
|
-
--ui-danger: #
|
|
15
|
+
--ui-danger: #dc2626;
|
|
16
16
|
--ui-success: #22c55e;
|
|
17
17
|
--ui-transparent: #ffffff00;
|
|
18
18
|
--ui-warning: #eab308;
|
|
@@ -154,6 +154,114 @@
|
|
|
154
154
|
/* src/theme/default/global.css */
|
|
155
155
|
*,
|
|
156
156
|
::before,
|
|
157
|
+
::after {
|
|
158
|
+
--tw-border-spacing-x: 0;
|
|
159
|
+
--tw-border-spacing-y: 0;
|
|
160
|
+
--tw-translate-x: 0;
|
|
161
|
+
--tw-translate-y: 0;
|
|
162
|
+
--tw-rotate: 0;
|
|
163
|
+
--tw-skew-x: 0;
|
|
164
|
+
--tw-skew-y: 0;
|
|
165
|
+
--tw-scale-x: 1;
|
|
166
|
+
--tw-scale-y: 1;
|
|
167
|
+
--tw-pan-x: ;
|
|
168
|
+
--tw-pan-y: ;
|
|
169
|
+
--tw-pinch-zoom: ;
|
|
170
|
+
--tw-scroll-snap-strictness: proximity;
|
|
171
|
+
--tw-gradient-from-position: ;
|
|
172
|
+
--tw-gradient-via-position: ;
|
|
173
|
+
--tw-gradient-to-position: ;
|
|
174
|
+
--tw-ordinal: ;
|
|
175
|
+
--tw-slashed-zero: ;
|
|
176
|
+
--tw-numeric-figure: ;
|
|
177
|
+
--tw-numeric-spacing: ;
|
|
178
|
+
--tw-numeric-fraction: ;
|
|
179
|
+
--tw-ring-inset: ;
|
|
180
|
+
--tw-ring-offset-width: 0px;
|
|
181
|
+
--tw-ring-offset-color: #fff;
|
|
182
|
+
--tw-ring-color: rgb(147 197 253 / 0.5);
|
|
183
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
184
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
185
|
+
--tw-shadow: 0 0 #0000;
|
|
186
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
187
|
+
--tw-blur: ;
|
|
188
|
+
--tw-brightness: ;
|
|
189
|
+
--tw-contrast: ;
|
|
190
|
+
--tw-grayscale: ;
|
|
191
|
+
--tw-hue-rotate: ;
|
|
192
|
+
--tw-invert: ;
|
|
193
|
+
--tw-saturate: ;
|
|
194
|
+
--tw-sepia: ;
|
|
195
|
+
--tw-drop-shadow: ;
|
|
196
|
+
--tw-backdrop-blur: ;
|
|
197
|
+
--tw-backdrop-brightness: ;
|
|
198
|
+
--tw-backdrop-contrast: ;
|
|
199
|
+
--tw-backdrop-grayscale: ;
|
|
200
|
+
--tw-backdrop-hue-rotate: ;
|
|
201
|
+
--tw-backdrop-invert: ;
|
|
202
|
+
--tw-backdrop-opacity: ;
|
|
203
|
+
--tw-backdrop-saturate: ;
|
|
204
|
+
--tw-backdrop-sepia: ;
|
|
205
|
+
--tw-contain-size: ;
|
|
206
|
+
--tw-contain-layout: ;
|
|
207
|
+
--tw-contain-paint: ;
|
|
208
|
+
--tw-contain-style: ;
|
|
209
|
+
}
|
|
210
|
+
::backdrop {
|
|
211
|
+
--tw-border-spacing-x: 0;
|
|
212
|
+
--tw-border-spacing-y: 0;
|
|
213
|
+
--tw-translate-x: 0;
|
|
214
|
+
--tw-translate-y: 0;
|
|
215
|
+
--tw-rotate: 0;
|
|
216
|
+
--tw-skew-x: 0;
|
|
217
|
+
--tw-skew-y: 0;
|
|
218
|
+
--tw-scale-x: 1;
|
|
219
|
+
--tw-scale-y: 1;
|
|
220
|
+
--tw-pan-x: ;
|
|
221
|
+
--tw-pan-y: ;
|
|
222
|
+
--tw-pinch-zoom: ;
|
|
223
|
+
--tw-scroll-snap-strictness: proximity;
|
|
224
|
+
--tw-gradient-from-position: ;
|
|
225
|
+
--tw-gradient-via-position: ;
|
|
226
|
+
--tw-gradient-to-position: ;
|
|
227
|
+
--tw-ordinal: ;
|
|
228
|
+
--tw-slashed-zero: ;
|
|
229
|
+
--tw-numeric-figure: ;
|
|
230
|
+
--tw-numeric-spacing: ;
|
|
231
|
+
--tw-numeric-fraction: ;
|
|
232
|
+
--tw-ring-inset: ;
|
|
233
|
+
--tw-ring-offset-width: 0px;
|
|
234
|
+
--tw-ring-offset-color: #fff;
|
|
235
|
+
--tw-ring-color: rgb(147 197 253 / 0.5);
|
|
236
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
237
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
238
|
+
--tw-shadow: 0 0 #0000;
|
|
239
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
240
|
+
--tw-blur: ;
|
|
241
|
+
--tw-brightness: ;
|
|
242
|
+
--tw-contrast: ;
|
|
243
|
+
--tw-grayscale: ;
|
|
244
|
+
--tw-hue-rotate: ;
|
|
245
|
+
--tw-invert: ;
|
|
246
|
+
--tw-saturate: ;
|
|
247
|
+
--tw-sepia: ;
|
|
248
|
+
--tw-drop-shadow: ;
|
|
249
|
+
--tw-backdrop-blur: ;
|
|
250
|
+
--tw-backdrop-brightness: ;
|
|
251
|
+
--tw-backdrop-contrast: ;
|
|
252
|
+
--tw-backdrop-grayscale: ;
|
|
253
|
+
--tw-backdrop-hue-rotate: ;
|
|
254
|
+
--tw-backdrop-invert: ;
|
|
255
|
+
--tw-backdrop-opacity: ;
|
|
256
|
+
--tw-backdrop-saturate: ;
|
|
257
|
+
--tw-backdrop-sepia: ;
|
|
258
|
+
--tw-contain-size: ;
|
|
259
|
+
--tw-contain-layout: ;
|
|
260
|
+
--tw-contain-paint: ;
|
|
261
|
+
--tw-contain-style: ;
|
|
262
|
+
}
|
|
263
|
+
*,
|
|
264
|
+
::before,
|
|
157
265
|
::after {
|
|
158
266
|
box-sizing: border-box;
|
|
159
267
|
border-width: 0;
|
|
@@ -367,117 +475,9 @@ video {
|
|
|
367
475
|
max-width: 100%;
|
|
368
476
|
height: auto;
|
|
369
477
|
}
|
|
370
|
-
[hidden] {
|
|
478
|
+
[hidden]:where(:not([hidden=until-found])) {
|
|
371
479
|
display: none;
|
|
372
480
|
}
|
|
373
|
-
*,
|
|
374
|
-
::before,
|
|
375
|
-
::after {
|
|
376
|
-
--tw-border-spacing-x: 0;
|
|
377
|
-
--tw-border-spacing-y: 0;
|
|
378
|
-
--tw-translate-x: 0;
|
|
379
|
-
--tw-translate-y: 0;
|
|
380
|
-
--tw-rotate: 0;
|
|
381
|
-
--tw-skew-x: 0;
|
|
382
|
-
--tw-skew-y: 0;
|
|
383
|
-
--tw-scale-x: 1;
|
|
384
|
-
--tw-scale-y: 1;
|
|
385
|
-
--tw-pan-x: ;
|
|
386
|
-
--tw-pan-y: ;
|
|
387
|
-
--tw-pinch-zoom: ;
|
|
388
|
-
--tw-scroll-snap-strictness: proximity;
|
|
389
|
-
--tw-gradient-from-position: ;
|
|
390
|
-
--tw-gradient-via-position: ;
|
|
391
|
-
--tw-gradient-to-position: ;
|
|
392
|
-
--tw-ordinal: ;
|
|
393
|
-
--tw-slashed-zero: ;
|
|
394
|
-
--tw-numeric-figure: ;
|
|
395
|
-
--tw-numeric-spacing: ;
|
|
396
|
-
--tw-numeric-fraction: ;
|
|
397
|
-
--tw-ring-inset: ;
|
|
398
|
-
--tw-ring-offset-width: 0px;
|
|
399
|
-
--tw-ring-offset-color: #fff;
|
|
400
|
-
--tw-ring-color: rgb(147 197 253 / 0.5);
|
|
401
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
402
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
403
|
-
--tw-shadow: 0 0 #0000;
|
|
404
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
405
|
-
--tw-blur: ;
|
|
406
|
-
--tw-brightness: ;
|
|
407
|
-
--tw-contrast: ;
|
|
408
|
-
--tw-grayscale: ;
|
|
409
|
-
--tw-hue-rotate: ;
|
|
410
|
-
--tw-invert: ;
|
|
411
|
-
--tw-saturate: ;
|
|
412
|
-
--tw-sepia: ;
|
|
413
|
-
--tw-drop-shadow: ;
|
|
414
|
-
--tw-backdrop-blur: ;
|
|
415
|
-
--tw-backdrop-brightness: ;
|
|
416
|
-
--tw-backdrop-contrast: ;
|
|
417
|
-
--tw-backdrop-grayscale: ;
|
|
418
|
-
--tw-backdrop-hue-rotate: ;
|
|
419
|
-
--tw-backdrop-invert: ;
|
|
420
|
-
--tw-backdrop-opacity: ;
|
|
421
|
-
--tw-backdrop-saturate: ;
|
|
422
|
-
--tw-backdrop-sepia: ;
|
|
423
|
-
--tw-contain-size: ;
|
|
424
|
-
--tw-contain-layout: ;
|
|
425
|
-
--tw-contain-paint: ;
|
|
426
|
-
--tw-contain-style: ;
|
|
427
|
-
}
|
|
428
|
-
::backdrop {
|
|
429
|
-
--tw-border-spacing-x: 0;
|
|
430
|
-
--tw-border-spacing-y: 0;
|
|
431
|
-
--tw-translate-x: 0;
|
|
432
|
-
--tw-translate-y: 0;
|
|
433
|
-
--tw-rotate: 0;
|
|
434
|
-
--tw-skew-x: 0;
|
|
435
|
-
--tw-skew-y: 0;
|
|
436
|
-
--tw-scale-x: 1;
|
|
437
|
-
--tw-scale-y: 1;
|
|
438
|
-
--tw-pan-x: ;
|
|
439
|
-
--tw-pan-y: ;
|
|
440
|
-
--tw-pinch-zoom: ;
|
|
441
|
-
--tw-scroll-snap-strictness: proximity;
|
|
442
|
-
--tw-gradient-from-position: ;
|
|
443
|
-
--tw-gradient-via-position: ;
|
|
444
|
-
--tw-gradient-to-position: ;
|
|
445
|
-
--tw-ordinal: ;
|
|
446
|
-
--tw-slashed-zero: ;
|
|
447
|
-
--tw-numeric-figure: ;
|
|
448
|
-
--tw-numeric-spacing: ;
|
|
449
|
-
--tw-numeric-fraction: ;
|
|
450
|
-
--tw-ring-inset: ;
|
|
451
|
-
--tw-ring-offset-width: 0px;
|
|
452
|
-
--tw-ring-offset-color: #fff;
|
|
453
|
-
--tw-ring-color: rgb(147 197 253 / 0.5);
|
|
454
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
455
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
456
|
-
--tw-shadow: 0 0 #0000;
|
|
457
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
458
|
-
--tw-blur: ;
|
|
459
|
-
--tw-brightness: ;
|
|
460
|
-
--tw-contrast: ;
|
|
461
|
-
--tw-grayscale: ;
|
|
462
|
-
--tw-hue-rotate: ;
|
|
463
|
-
--tw-invert: ;
|
|
464
|
-
--tw-saturate: ;
|
|
465
|
-
--tw-sepia: ;
|
|
466
|
-
--tw-drop-shadow: ;
|
|
467
|
-
--tw-backdrop-blur: ;
|
|
468
|
-
--tw-backdrop-brightness: ;
|
|
469
|
-
--tw-backdrop-contrast: ;
|
|
470
|
-
--tw-backdrop-grayscale: ;
|
|
471
|
-
--tw-backdrop-hue-rotate: ;
|
|
472
|
-
--tw-backdrop-invert: ;
|
|
473
|
-
--tw-backdrop-opacity: ;
|
|
474
|
-
--tw-backdrop-saturate: ;
|
|
475
|
-
--tw-backdrop-sepia: ;
|
|
476
|
-
--tw-contain-size: ;
|
|
477
|
-
--tw-contain-layout: ;
|
|
478
|
-
--tw-contain-paint: ;
|
|
479
|
-
--tw-contain-style: ;
|
|
480
|
-
}
|
|
481
481
|
.container {
|
|
482
482
|
width: 100%;
|
|
483
483
|
}
|
|
@@ -509,6 +509,12 @@ video {
|
|
|
509
509
|
.pointer-events-none {
|
|
510
510
|
pointer-events: none;
|
|
511
511
|
}
|
|
512
|
+
.visible {
|
|
513
|
+
visibility: visible;
|
|
514
|
+
}
|
|
515
|
+
.invisible {
|
|
516
|
+
visibility: hidden;
|
|
517
|
+
}
|
|
512
518
|
.fixed {
|
|
513
519
|
position: fixed;
|
|
514
520
|
}
|
|
@@ -521,9 +527,15 @@ video {
|
|
|
521
527
|
.inset-0 {
|
|
522
528
|
inset: 0px;
|
|
523
529
|
}
|
|
530
|
+
.right-0 {
|
|
531
|
+
right: 0px;
|
|
532
|
+
}
|
|
524
533
|
.z-50 {
|
|
525
534
|
z-index: 50;
|
|
526
535
|
}
|
|
536
|
+
.col-span-2 {
|
|
537
|
+
grid-column: span 2 / span 2;
|
|
538
|
+
}
|
|
527
539
|
.col-span-full {
|
|
528
540
|
grid-column: 1 / -1;
|
|
529
541
|
}
|
|
@@ -545,6 +557,9 @@ video {
|
|
|
545
557
|
.mt-16 {
|
|
546
558
|
margin-top: 4rem;
|
|
547
559
|
}
|
|
560
|
+
.block {
|
|
561
|
+
display: block;
|
|
562
|
+
}
|
|
548
563
|
.inline-block {
|
|
549
564
|
display: inline-block;
|
|
550
565
|
}
|
|
@@ -557,6 +572,9 @@ video {
|
|
|
557
572
|
.grid {
|
|
558
573
|
display: grid;
|
|
559
574
|
}
|
|
575
|
+
.list-item {
|
|
576
|
+
display: list-item;
|
|
577
|
+
}
|
|
560
578
|
.hidden {
|
|
561
579
|
display: none;
|
|
562
580
|
}
|
|
@@ -567,6 +585,10 @@ video {
|
|
|
567
585
|
width: 2.5rem;
|
|
568
586
|
height: 2.5rem;
|
|
569
587
|
}
|
|
588
|
+
.size-2 {
|
|
589
|
+
width: 0.5rem;
|
|
590
|
+
height: 0.5rem;
|
|
591
|
+
}
|
|
570
592
|
.size-4 {
|
|
571
593
|
width: 1rem;
|
|
572
594
|
height: 1rem;
|
|
@@ -583,9 +605,6 @@ video {
|
|
|
583
605
|
width: 100%;
|
|
584
606
|
height: 100%;
|
|
585
607
|
}
|
|
586
|
-
.h-10 {
|
|
587
|
-
height: 2.5rem;
|
|
588
|
-
}
|
|
589
608
|
.h-4 {
|
|
590
609
|
height: 1rem;
|
|
591
610
|
}
|
|
@@ -595,6 +614,9 @@ video {
|
|
|
595
614
|
.h-5 {
|
|
596
615
|
height: 1.25rem;
|
|
597
616
|
}
|
|
617
|
+
.h-full {
|
|
618
|
+
height: 100%;
|
|
619
|
+
}
|
|
598
620
|
.max-h-10 {
|
|
599
621
|
max-height: 2.5rem;
|
|
600
622
|
}
|
|
@@ -607,12 +629,21 @@ video {
|
|
|
607
629
|
.min-h-screen {
|
|
608
630
|
min-height: 100vh;
|
|
609
631
|
}
|
|
632
|
+
.w-12 {
|
|
633
|
+
width: 3rem;
|
|
634
|
+
}
|
|
635
|
+
.w-7 {
|
|
636
|
+
width: 1.75rem;
|
|
637
|
+
}
|
|
610
638
|
.w-full {
|
|
611
639
|
width: 100%;
|
|
612
640
|
}
|
|
613
641
|
.w-px {
|
|
614
642
|
width: 1px;
|
|
615
643
|
}
|
|
644
|
+
.min-w-1 {
|
|
645
|
+
min-width: 0.25rem;
|
|
646
|
+
}
|
|
616
647
|
.min-w-\[19rem\] {
|
|
617
648
|
min-width: 19rem;
|
|
618
649
|
}
|
|
@@ -738,12 +769,20 @@ video {
|
|
|
738
769
|
.overflow-hidden {
|
|
739
770
|
overflow: hidden;
|
|
740
771
|
}
|
|
772
|
+
.truncate {
|
|
773
|
+
overflow: hidden;
|
|
774
|
+
text-overflow: ellipsis;
|
|
775
|
+
white-space: nowrap;
|
|
776
|
+
}
|
|
741
777
|
.text-ellipsis {
|
|
742
778
|
text-overflow: ellipsis;
|
|
743
779
|
}
|
|
744
780
|
.text-nowrap {
|
|
745
781
|
text-wrap: nowrap;
|
|
746
782
|
}
|
|
783
|
+
.break-words {
|
|
784
|
+
overflow-wrap: break-word;
|
|
785
|
+
}
|
|
747
786
|
.rounded-\[999px\] {
|
|
748
787
|
border-radius: 999px;
|
|
749
788
|
}
|
|
@@ -794,6 +833,9 @@ video {
|
|
|
794
833
|
.border-button-social-border-default {
|
|
795
834
|
border-color: var(--button-social-border-default);
|
|
796
835
|
}
|
|
836
|
+
.border-button-social-border-generic-provider {
|
|
837
|
+
border-color: var(--button-social-border-generic-provider);
|
|
838
|
+
}
|
|
797
839
|
.border-checkbox-border-checkbox-border-default {
|
|
798
840
|
border-color: var(--checkbox-border-checkbox-border-default);
|
|
799
841
|
}
|
|
@@ -815,9 +857,12 @@ video {
|
|
|
815
857
|
.border-ory-border-default {
|
|
816
858
|
border-color: var(--ory-border-default);
|
|
817
859
|
}
|
|
860
|
+
.border-toggle-border-default {
|
|
861
|
+
border-color: var(--toggle-border-default);
|
|
862
|
+
}
|
|
818
863
|
.bg-\[white\] {
|
|
819
864
|
--tw-bg-opacity: 1;
|
|
820
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
865
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
821
866
|
}
|
|
822
867
|
.bg-button-identifier-background-default {
|
|
823
868
|
background-color: var(--button-identifier-background-default);
|
|
@@ -831,6 +876,9 @@ video {
|
|
|
831
876
|
.bg-button-social-background-default {
|
|
832
877
|
background-color: var(--button-social-background-default);
|
|
833
878
|
}
|
|
879
|
+
.bg-button-social-background-generic-provider {
|
|
880
|
+
background-color: var(--button-social-background-generic-provider);
|
|
881
|
+
}
|
|
834
882
|
.bg-checkbox-background-default {
|
|
835
883
|
background-color: var(--checkbox-background-default);
|
|
836
884
|
}
|
|
@@ -852,6 +900,12 @@ video {
|
|
|
852
900
|
.bg-ory-background-default {
|
|
853
901
|
background-color: var(--ory-background-default);
|
|
854
902
|
}
|
|
903
|
+
.bg-toggle-background-default {
|
|
904
|
+
background-color: var(--toggle-background-default);
|
|
905
|
+
}
|
|
906
|
+
.bg-toggle-foreground-default {
|
|
907
|
+
background-color: var(--toggle-foreground-default);
|
|
908
|
+
}
|
|
855
909
|
.fill-checkbox-foreground-checked {
|
|
856
910
|
fill: var(--checkbox-foreground-checked);
|
|
857
911
|
}
|
|
@@ -871,6 +925,9 @@ video {
|
|
|
871
925
|
.p-8 {
|
|
872
926
|
padding: 2rem;
|
|
873
927
|
}
|
|
928
|
+
.p-\[3px\] {
|
|
929
|
+
padding: 3px;
|
|
930
|
+
}
|
|
874
931
|
.px-2 {
|
|
875
932
|
padding-left: 0.5rem;
|
|
876
933
|
padding-right: 0.5rem;
|
|
@@ -974,9 +1031,6 @@ video {
|
|
|
974
1031
|
.font-semibold {
|
|
975
1032
|
font-weight: 600;
|
|
976
1033
|
}
|
|
977
|
-
.capitalize {
|
|
978
|
-
text-transform: capitalize;
|
|
979
|
-
}
|
|
980
1034
|
.leading-none {
|
|
981
1035
|
line-height: 1;
|
|
982
1036
|
}
|
|
@@ -1004,6 +1058,9 @@ video {
|
|
|
1004
1058
|
.text-button-social-foreground-default {
|
|
1005
1059
|
color: var(--button-social-foreground-default);
|
|
1006
1060
|
}
|
|
1061
|
+
.text-button-social-foreground-generic-provider {
|
|
1062
|
+
color: var(--button-social-foreground-generic-provider);
|
|
1063
|
+
}
|
|
1007
1064
|
.text-input-foreground-primary {
|
|
1008
1065
|
color: var(--input-foreground-primary);
|
|
1009
1066
|
}
|
|
@@ -1278,9 +1335,22 @@ video {
|
|
|
1278
1335
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
1279
1336
|
pointer-events: none;
|
|
1280
1337
|
}
|
|
1338
|
+
.data-\[state\=checked\]\:translate-x-3[data-state=checked] {
|
|
1339
|
+
--tw-translate-x: 0.75rem;
|
|
1340
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1341
|
+
}
|
|
1342
|
+
.data-\[state\=checked\]\:border-toggle-border-checked[data-state=checked] {
|
|
1343
|
+
border-color: var(--toggle-border-checked);
|
|
1344
|
+
}
|
|
1281
1345
|
.data-\[disabled\]\:bg-button-secondary-background-disabled[data-disabled] {
|
|
1282
1346
|
background-color: var(--button-secondary-background-disabled);
|
|
1283
1347
|
}
|
|
1348
|
+
.data-\[state\=checked\]\:bg-toggle-background-checked[data-state=checked] {
|
|
1349
|
+
background-color: var(--toggle-background-checked);
|
|
1350
|
+
}
|
|
1351
|
+
.data-\[state\=checked\]\:bg-toggle-foreground-checked[data-state=checked] {
|
|
1352
|
+
background-color: var(--toggle-foreground-checked);
|
|
1353
|
+
}
|
|
1284
1354
|
.data-\[disabled\]\:text-button-secondary-foreground-disabled[data-disabled] {
|
|
1285
1355
|
color: var(--button-secondary-foreground-disabled);
|
|
1286
1356
|
}
|