@crowdstrike/tailwind-toucan-base 4.0.0 → 4.1.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.
- package/index.css +825 -0
- package/index.d.ts +150 -0
- package/package.json +14 -11
- package/src/theme-data.js +150 -0
- package/src/themes.json +150 -0
- package/toucan.css +825 -0
package/index.css
CHANGED
@@ -628,6 +628,9 @@ video {
|
|
628
628
|
--informational: #9dc1fd;
|
629
629
|
--lines-dark: #09090c;
|
630
630
|
--lines-light: #14141a;
|
631
|
+
--border-reg: #4b4b58;
|
632
|
+
--border-faint: #383842;
|
633
|
+
--border-bold: #676c79;
|
631
634
|
--low: #cef2ce;
|
632
635
|
--medium: #ffcc00;
|
633
636
|
--mezzanine: #212121;
|
@@ -640,6 +643,7 @@ video {
|
|
640
643
|
--overlay-0\.5: #00000021;
|
641
644
|
--overlay-1: #00000040;
|
642
645
|
--overlay-2: #00000099;
|
646
|
+
--overlay-reverse-0\.5: #666666;
|
643
647
|
--positive: #06e5b7;
|
644
648
|
--primary-hover: #e1ecfe;
|
645
649
|
--primary-idle: #c8dcfe;
|
@@ -654,6 +658,7 @@ video {
|
|
654
658
|
--surface-lg: #343337;
|
655
659
|
--surface-md: #2d2c31;
|
656
660
|
--surface-xl: #38373c;
|
661
|
+
--surface-dash-widget: #000000;
|
657
662
|
--text-and-icons: #fafafa;
|
658
663
|
--titles-and-attributes: #e2e2e4;
|
659
664
|
}
|
@@ -692,6 +697,9 @@ video {
|
|
692
697
|
--informational: #5082d2;
|
693
698
|
--lines-dark: #d9d9d9;
|
694
699
|
--lines-light: #eeeeee;
|
700
|
+
--border-reg: #c8c8d0;
|
701
|
+
--border-faint: #dedee3;
|
702
|
+
--border-bold: #9c9caa;
|
695
703
|
--low: #649f64;
|
696
704
|
--medium: #edb000;
|
697
705
|
--mezzanine: #242424;
|
@@ -704,6 +712,7 @@ video {
|
|
704
712
|
--overlay-0\.5: #00000008;
|
705
713
|
--overlay-1: #0000000d;
|
706
714
|
--overlay-2: #00000026;
|
715
|
+
--overlay-reverse-0\.5: #999999;
|
707
716
|
--positive: #1b8e67;
|
708
717
|
--primary-hover: #168093;
|
709
718
|
--primary-idle: #036678;
|
@@ -718,6 +727,7 @@ video {
|
|
718
727
|
--surface-lg: #ffffff;
|
719
728
|
--surface-md: #ffffff;
|
720
729
|
--surface-xl: #ffffff;
|
730
|
+
--surface-dash-widget: #ffffff;
|
721
731
|
--text-and-icons: #202020;
|
722
732
|
--titles-and-attributes: #3d3d3d;
|
723
733
|
}
|
@@ -20301,6 +20311,18 @@ video {
|
|
20301
20311
|
border-color: var(--lines-light);
|
20302
20312
|
}
|
20303
20313
|
|
20314
|
+
.divide-border-reg > :not([hidden]) ~ :not([hidden]) {
|
20315
|
+
border-color: var(--border-reg);
|
20316
|
+
}
|
20317
|
+
|
20318
|
+
.divide-border-faint > :not([hidden]) ~ :not([hidden]) {
|
20319
|
+
border-color: var(--border-faint);
|
20320
|
+
}
|
20321
|
+
|
20322
|
+
.divide-border-bold > :not([hidden]) ~ :not([hidden]) {
|
20323
|
+
border-color: var(--border-bold);
|
20324
|
+
}
|
20325
|
+
|
20304
20326
|
.divide-low > :not([hidden]) ~ :not([hidden]) {
|
20305
20327
|
border-color: var(--low);
|
20306
20328
|
}
|
@@ -20349,6 +20371,10 @@ video {
|
|
20349
20371
|
border-color: var(--overlay-2);
|
20350
20372
|
}
|
20351
20373
|
|
20374
|
+
.divide-overlay-reverse-0\.5 > :not([hidden]) ~ :not([hidden]) {
|
20375
|
+
border-color: var(--overlay-reverse-0\.5);
|
20376
|
+
}
|
20377
|
+
|
20352
20378
|
.divide-positive > :not([hidden]) ~ :not([hidden]) {
|
20353
20379
|
border-color: var(--positive);
|
20354
20380
|
}
|
@@ -20405,6 +20431,10 @@ video {
|
|
20405
20431
|
border-color: var(--surface-xl);
|
20406
20432
|
}
|
20407
20433
|
|
20434
|
+
.divide-surface-dash-widget > :not([hidden]) ~ :not([hidden]) {
|
20435
|
+
border-color: var(--surface-dash-widget);
|
20436
|
+
}
|
20437
|
+
|
20408
20438
|
.divide-text-and-icons > :not([hidden]) ~ :not([hidden]) {
|
20409
20439
|
border-color: var(--text-and-icons);
|
20410
20440
|
}
|
@@ -22672,6 +22702,18 @@ video {
|
|
22672
22702
|
border-color: var(--lines-light);
|
22673
22703
|
}
|
22674
22704
|
|
22705
|
+
.border-border-reg {
|
22706
|
+
border-color: var(--border-reg);
|
22707
|
+
}
|
22708
|
+
|
22709
|
+
.border-border-faint {
|
22710
|
+
border-color: var(--border-faint);
|
22711
|
+
}
|
22712
|
+
|
22713
|
+
.border-border-bold {
|
22714
|
+
border-color: var(--border-bold);
|
22715
|
+
}
|
22716
|
+
|
22675
22717
|
.border-low {
|
22676
22718
|
border-color: var(--low);
|
22677
22719
|
}
|
@@ -22720,6 +22762,10 @@ video {
|
|
22720
22762
|
border-color: var(--overlay-2);
|
22721
22763
|
}
|
22722
22764
|
|
22765
|
+
.border-overlay-reverse-0\.5 {
|
22766
|
+
border-color: var(--overlay-reverse-0\.5);
|
22767
|
+
}
|
22768
|
+
|
22723
22769
|
.border-positive {
|
22724
22770
|
border-color: var(--positive);
|
22725
22771
|
}
|
@@ -22776,6 +22822,10 @@ video {
|
|
22776
22822
|
border-color: var(--surface-xl);
|
22777
22823
|
}
|
22778
22824
|
|
22825
|
+
.border-surface-dash-widget {
|
22826
|
+
border-color: var(--surface-dash-widget);
|
22827
|
+
}
|
22828
|
+
|
22779
22829
|
.border-text-and-icons {
|
22780
22830
|
border-color: var(--text-and-icons);
|
22781
22831
|
}
|
@@ -22928,6 +22978,18 @@ video {
|
|
22928
22978
|
border-color: var(--lines-light);
|
22929
22979
|
}
|
22930
22980
|
|
22981
|
+
.hover\:border-border-reg:hover {
|
22982
|
+
border-color: var(--border-reg);
|
22983
|
+
}
|
22984
|
+
|
22985
|
+
.hover\:border-border-faint:hover {
|
22986
|
+
border-color: var(--border-faint);
|
22987
|
+
}
|
22988
|
+
|
22989
|
+
.hover\:border-border-bold:hover {
|
22990
|
+
border-color: var(--border-bold);
|
22991
|
+
}
|
22992
|
+
|
22931
22993
|
.hover\:border-low:hover {
|
22932
22994
|
border-color: var(--low);
|
22933
22995
|
}
|
@@ -22976,6 +23038,10 @@ video {
|
|
22976
23038
|
border-color: var(--overlay-2);
|
22977
23039
|
}
|
22978
23040
|
|
23041
|
+
.hover\:border-overlay-reverse-0\.5:hover {
|
23042
|
+
border-color: var(--overlay-reverse-0\.5);
|
23043
|
+
}
|
23044
|
+
|
22979
23045
|
.hover\:border-positive:hover {
|
22980
23046
|
border-color: var(--positive);
|
22981
23047
|
}
|
@@ -23032,6 +23098,10 @@ video {
|
|
23032
23098
|
border-color: var(--surface-xl);
|
23033
23099
|
}
|
23034
23100
|
|
23101
|
+
.hover\:border-surface-dash-widget:hover {
|
23102
|
+
border-color: var(--surface-dash-widget);
|
23103
|
+
}
|
23104
|
+
|
23035
23105
|
.hover\:border-text-and-icons:hover {
|
23036
23106
|
border-color: var(--text-and-icons);
|
23037
23107
|
}
|
@@ -23184,6 +23254,18 @@ video {
|
|
23184
23254
|
border-color: var(--lines-light);
|
23185
23255
|
}
|
23186
23256
|
|
23257
|
+
.active\:border-border-reg:active {
|
23258
|
+
border-color: var(--border-reg);
|
23259
|
+
}
|
23260
|
+
|
23261
|
+
.active\:border-border-faint:active {
|
23262
|
+
border-color: var(--border-faint);
|
23263
|
+
}
|
23264
|
+
|
23265
|
+
.active\:border-border-bold:active {
|
23266
|
+
border-color: var(--border-bold);
|
23267
|
+
}
|
23268
|
+
|
23187
23269
|
.active\:border-low:active {
|
23188
23270
|
border-color: var(--low);
|
23189
23271
|
}
|
@@ -23232,6 +23314,10 @@ video {
|
|
23232
23314
|
border-color: var(--overlay-2);
|
23233
23315
|
}
|
23234
23316
|
|
23317
|
+
.active\:border-overlay-reverse-0\.5:active {
|
23318
|
+
border-color: var(--overlay-reverse-0\.5);
|
23319
|
+
}
|
23320
|
+
|
23235
23321
|
.active\:border-positive:active {
|
23236
23322
|
border-color: var(--positive);
|
23237
23323
|
}
|
@@ -23288,6 +23374,10 @@ video {
|
|
23288
23374
|
border-color: var(--surface-xl);
|
23289
23375
|
}
|
23290
23376
|
|
23377
|
+
.active\:border-surface-dash-widget:active {
|
23378
|
+
border-color: var(--surface-dash-widget);
|
23379
|
+
}
|
23380
|
+
|
23291
23381
|
.active\:border-text-and-icons:active {
|
23292
23382
|
border-color: var(--text-and-icons);
|
23293
23383
|
}
|
@@ -23620,6 +23710,18 @@ video {
|
|
23620
23710
|
background-color: var(--lines-light);
|
23621
23711
|
}
|
23622
23712
|
|
23713
|
+
.bg-border-reg {
|
23714
|
+
background-color: var(--border-reg);
|
23715
|
+
}
|
23716
|
+
|
23717
|
+
.bg-border-faint {
|
23718
|
+
background-color: var(--border-faint);
|
23719
|
+
}
|
23720
|
+
|
23721
|
+
.bg-border-bold {
|
23722
|
+
background-color: var(--border-bold);
|
23723
|
+
}
|
23724
|
+
|
23623
23725
|
.bg-low {
|
23624
23726
|
background-color: var(--low);
|
23625
23727
|
}
|
@@ -23668,6 +23770,10 @@ video {
|
|
23668
23770
|
background-color: var(--overlay-2);
|
23669
23771
|
}
|
23670
23772
|
|
23773
|
+
.bg-overlay-reverse-0\.5 {
|
23774
|
+
background-color: var(--overlay-reverse-0\.5);
|
23775
|
+
}
|
23776
|
+
|
23671
23777
|
.bg-positive {
|
23672
23778
|
background-color: var(--positive);
|
23673
23779
|
}
|
@@ -23724,6 +23830,10 @@ video {
|
|
23724
23830
|
background-color: var(--surface-xl);
|
23725
23831
|
}
|
23726
23832
|
|
23833
|
+
.bg-surface-dash-widget {
|
23834
|
+
background-color: var(--surface-dash-widget);
|
23835
|
+
}
|
23836
|
+
|
23727
23837
|
.bg-text-and-icons {
|
23728
23838
|
background-color: var(--text-and-icons);
|
23729
23839
|
}
|
@@ -23876,6 +23986,18 @@ video {
|
|
23876
23986
|
background-color: var(--lines-light);
|
23877
23987
|
}
|
23878
23988
|
|
23989
|
+
.even\:bg-border-reg:nth-child(even) {
|
23990
|
+
background-color: var(--border-reg);
|
23991
|
+
}
|
23992
|
+
|
23993
|
+
.even\:bg-border-faint:nth-child(even) {
|
23994
|
+
background-color: var(--border-faint);
|
23995
|
+
}
|
23996
|
+
|
23997
|
+
.even\:bg-border-bold:nth-child(even) {
|
23998
|
+
background-color: var(--border-bold);
|
23999
|
+
}
|
24000
|
+
|
23879
24001
|
.even\:bg-low:nth-child(even) {
|
23880
24002
|
background-color: var(--low);
|
23881
24003
|
}
|
@@ -23924,6 +24046,10 @@ video {
|
|
23924
24046
|
background-color: var(--overlay-2);
|
23925
24047
|
}
|
23926
24048
|
|
24049
|
+
.even\:bg-overlay-reverse-0\.5:nth-child(even) {
|
24050
|
+
background-color: var(--overlay-reverse-0\.5);
|
24051
|
+
}
|
24052
|
+
|
23927
24053
|
.even\:bg-positive:nth-child(even) {
|
23928
24054
|
background-color: var(--positive);
|
23929
24055
|
}
|
@@ -23980,6 +24106,10 @@ video {
|
|
23980
24106
|
background-color: var(--surface-xl);
|
23981
24107
|
}
|
23982
24108
|
|
24109
|
+
.even\:bg-surface-dash-widget:nth-child(even) {
|
24110
|
+
background-color: var(--surface-dash-widget);
|
24111
|
+
}
|
24112
|
+
|
23983
24113
|
.even\:bg-text-and-icons:nth-child(even) {
|
23984
24114
|
background-color: var(--text-and-icons);
|
23985
24115
|
}
|
@@ -24132,6 +24262,18 @@ video {
|
|
24132
24262
|
background-color: var(--lines-light);
|
24133
24263
|
}
|
24134
24264
|
|
24265
|
+
.group:hover .group-hover\:bg-border-reg {
|
24266
|
+
background-color: var(--border-reg);
|
24267
|
+
}
|
24268
|
+
|
24269
|
+
.group:hover .group-hover\:bg-border-faint {
|
24270
|
+
background-color: var(--border-faint);
|
24271
|
+
}
|
24272
|
+
|
24273
|
+
.group:hover .group-hover\:bg-border-bold {
|
24274
|
+
background-color: var(--border-bold);
|
24275
|
+
}
|
24276
|
+
|
24135
24277
|
.group:hover .group-hover\:bg-low {
|
24136
24278
|
background-color: var(--low);
|
24137
24279
|
}
|
@@ -24180,6 +24322,10 @@ video {
|
|
24180
24322
|
background-color: var(--overlay-2);
|
24181
24323
|
}
|
24182
24324
|
|
24325
|
+
.group:hover .group-hover\:bg-overlay-reverse-0\.5 {
|
24326
|
+
background-color: var(--overlay-reverse-0\.5);
|
24327
|
+
}
|
24328
|
+
|
24183
24329
|
.group:hover .group-hover\:bg-positive {
|
24184
24330
|
background-color: var(--positive);
|
24185
24331
|
}
|
@@ -24236,6 +24382,10 @@ video {
|
|
24236
24382
|
background-color: var(--surface-xl);
|
24237
24383
|
}
|
24238
24384
|
|
24385
|
+
.group:hover .group-hover\:bg-surface-dash-widget {
|
24386
|
+
background-color: var(--surface-dash-widget);
|
24387
|
+
}
|
24388
|
+
|
24239
24389
|
.group:hover .group-hover\:bg-text-and-icons {
|
24240
24390
|
background-color: var(--text-and-icons);
|
24241
24391
|
}
|
@@ -24388,6 +24538,18 @@ video {
|
|
24388
24538
|
background-color: var(--lines-light);
|
24389
24539
|
}
|
24390
24540
|
|
24541
|
+
.hover\:bg-border-reg:hover {
|
24542
|
+
background-color: var(--border-reg);
|
24543
|
+
}
|
24544
|
+
|
24545
|
+
.hover\:bg-border-faint:hover {
|
24546
|
+
background-color: var(--border-faint);
|
24547
|
+
}
|
24548
|
+
|
24549
|
+
.hover\:bg-border-bold:hover {
|
24550
|
+
background-color: var(--border-bold);
|
24551
|
+
}
|
24552
|
+
|
24391
24553
|
.hover\:bg-low:hover {
|
24392
24554
|
background-color: var(--low);
|
24393
24555
|
}
|
@@ -24436,6 +24598,10 @@ video {
|
|
24436
24598
|
background-color: var(--overlay-2);
|
24437
24599
|
}
|
24438
24600
|
|
24601
|
+
.hover\:bg-overlay-reverse-0\.5:hover {
|
24602
|
+
background-color: var(--overlay-reverse-0\.5);
|
24603
|
+
}
|
24604
|
+
|
24439
24605
|
.hover\:bg-positive:hover {
|
24440
24606
|
background-color: var(--positive);
|
24441
24607
|
}
|
@@ -24492,6 +24658,10 @@ video {
|
|
24492
24658
|
background-color: var(--surface-xl);
|
24493
24659
|
}
|
24494
24660
|
|
24661
|
+
.hover\:bg-surface-dash-widget:hover {
|
24662
|
+
background-color: var(--surface-dash-widget);
|
24663
|
+
}
|
24664
|
+
|
24495
24665
|
.hover\:bg-text-and-icons:hover {
|
24496
24666
|
background-color: var(--text-and-icons);
|
24497
24667
|
}
|
@@ -24644,6 +24814,18 @@ video {
|
|
24644
24814
|
background-color: var(--lines-light);
|
24645
24815
|
}
|
24646
24816
|
|
24817
|
+
.focus\:bg-border-reg:focus {
|
24818
|
+
background-color: var(--border-reg);
|
24819
|
+
}
|
24820
|
+
|
24821
|
+
.focus\:bg-border-faint:focus {
|
24822
|
+
background-color: var(--border-faint);
|
24823
|
+
}
|
24824
|
+
|
24825
|
+
.focus\:bg-border-bold:focus {
|
24826
|
+
background-color: var(--border-bold);
|
24827
|
+
}
|
24828
|
+
|
24647
24829
|
.focus\:bg-low:focus {
|
24648
24830
|
background-color: var(--low);
|
24649
24831
|
}
|
@@ -24692,6 +24874,10 @@ video {
|
|
24692
24874
|
background-color: var(--overlay-2);
|
24693
24875
|
}
|
24694
24876
|
|
24877
|
+
.focus\:bg-overlay-reverse-0\.5:focus {
|
24878
|
+
background-color: var(--overlay-reverse-0\.5);
|
24879
|
+
}
|
24880
|
+
|
24695
24881
|
.focus\:bg-positive:focus {
|
24696
24882
|
background-color: var(--positive);
|
24697
24883
|
}
|
@@ -24748,6 +24934,10 @@ video {
|
|
24748
24934
|
background-color: var(--surface-xl);
|
24749
24935
|
}
|
24750
24936
|
|
24937
|
+
.focus\:bg-surface-dash-widget:focus {
|
24938
|
+
background-color: var(--surface-dash-widget);
|
24939
|
+
}
|
24940
|
+
|
24751
24941
|
.focus\:bg-text-and-icons:focus {
|
24752
24942
|
background-color: var(--text-and-icons);
|
24753
24943
|
}
|
@@ -24900,6 +25090,18 @@ video {
|
|
24900
25090
|
background-color: var(--lines-light);
|
24901
25091
|
}
|
24902
25092
|
|
25093
|
+
.focus-within\:bg-border-reg:focus-within {
|
25094
|
+
background-color: var(--border-reg);
|
25095
|
+
}
|
25096
|
+
|
25097
|
+
.focus-within\:bg-border-faint:focus-within {
|
25098
|
+
background-color: var(--border-faint);
|
25099
|
+
}
|
25100
|
+
|
25101
|
+
.focus-within\:bg-border-bold:focus-within {
|
25102
|
+
background-color: var(--border-bold);
|
25103
|
+
}
|
25104
|
+
|
24903
25105
|
.focus-within\:bg-low:focus-within {
|
24904
25106
|
background-color: var(--low);
|
24905
25107
|
}
|
@@ -24948,6 +25150,10 @@ video {
|
|
24948
25150
|
background-color: var(--overlay-2);
|
24949
25151
|
}
|
24950
25152
|
|
25153
|
+
.focus-within\:bg-overlay-reverse-0\.5:focus-within {
|
25154
|
+
background-color: var(--overlay-reverse-0\.5);
|
25155
|
+
}
|
25156
|
+
|
24951
25157
|
.focus-within\:bg-positive:focus-within {
|
24952
25158
|
background-color: var(--positive);
|
24953
25159
|
}
|
@@ -25004,6 +25210,10 @@ video {
|
|
25004
25210
|
background-color: var(--surface-xl);
|
25005
25211
|
}
|
25006
25212
|
|
25213
|
+
.focus-within\:bg-surface-dash-widget:focus-within {
|
25214
|
+
background-color: var(--surface-dash-widget);
|
25215
|
+
}
|
25216
|
+
|
25007
25217
|
.focus-within\:bg-text-and-icons:focus-within {
|
25008
25218
|
background-color: var(--text-and-icons);
|
25009
25219
|
}
|
@@ -25156,6 +25366,18 @@ video {
|
|
25156
25366
|
background-color: var(--lines-light);
|
25157
25367
|
}
|
25158
25368
|
|
25369
|
+
.focus-visible\:bg-border-reg:focus-visible {
|
25370
|
+
background-color: var(--border-reg);
|
25371
|
+
}
|
25372
|
+
|
25373
|
+
.focus-visible\:bg-border-faint:focus-visible {
|
25374
|
+
background-color: var(--border-faint);
|
25375
|
+
}
|
25376
|
+
|
25377
|
+
.focus-visible\:bg-border-bold:focus-visible {
|
25378
|
+
background-color: var(--border-bold);
|
25379
|
+
}
|
25380
|
+
|
25159
25381
|
.focus-visible\:bg-low:focus-visible {
|
25160
25382
|
background-color: var(--low);
|
25161
25383
|
}
|
@@ -25204,6 +25426,10 @@ video {
|
|
25204
25426
|
background-color: var(--overlay-2);
|
25205
25427
|
}
|
25206
25428
|
|
25429
|
+
.focus-visible\:bg-overlay-reverse-0\.5:focus-visible {
|
25430
|
+
background-color: var(--overlay-reverse-0\.5);
|
25431
|
+
}
|
25432
|
+
|
25207
25433
|
.focus-visible\:bg-positive:focus-visible {
|
25208
25434
|
background-color: var(--positive);
|
25209
25435
|
}
|
@@ -25260,6 +25486,10 @@ video {
|
|
25260
25486
|
background-color: var(--surface-xl);
|
25261
25487
|
}
|
25262
25488
|
|
25489
|
+
.focus-visible\:bg-surface-dash-widget:focus-visible {
|
25490
|
+
background-color: var(--surface-dash-widget);
|
25491
|
+
}
|
25492
|
+
|
25263
25493
|
.focus-visible\:bg-text-and-icons:focus-visible {
|
25264
25494
|
background-color: var(--text-and-icons);
|
25265
25495
|
}
|
@@ -25412,6 +25642,18 @@ video {
|
|
25412
25642
|
background-color: var(--lines-light);
|
25413
25643
|
}
|
25414
25644
|
|
25645
|
+
.active\:bg-border-reg:active {
|
25646
|
+
background-color: var(--border-reg);
|
25647
|
+
}
|
25648
|
+
|
25649
|
+
.active\:bg-border-faint:active {
|
25650
|
+
background-color: var(--border-faint);
|
25651
|
+
}
|
25652
|
+
|
25653
|
+
.active\:bg-border-bold:active {
|
25654
|
+
background-color: var(--border-bold);
|
25655
|
+
}
|
25656
|
+
|
25415
25657
|
.active\:bg-low:active {
|
25416
25658
|
background-color: var(--low);
|
25417
25659
|
}
|
@@ -25460,6 +25702,10 @@ video {
|
|
25460
25702
|
background-color: var(--overlay-2);
|
25461
25703
|
}
|
25462
25704
|
|
25705
|
+
.active\:bg-overlay-reverse-0\.5:active {
|
25706
|
+
background-color: var(--overlay-reverse-0\.5);
|
25707
|
+
}
|
25708
|
+
|
25463
25709
|
.active\:bg-positive:active {
|
25464
25710
|
background-color: var(--positive);
|
25465
25711
|
}
|
@@ -25516,6 +25762,10 @@ video {
|
|
25516
25762
|
background-color: var(--surface-xl);
|
25517
25763
|
}
|
25518
25764
|
|
25765
|
+
.active\:bg-surface-dash-widget:active {
|
25766
|
+
background-color: var(--surface-dash-widget);
|
25767
|
+
}
|
25768
|
+
|
25519
25769
|
.active\:bg-text-and-icons:active {
|
25520
25770
|
background-color: var(--text-and-icons);
|
25521
25771
|
}
|
@@ -25668,6 +25918,18 @@ video {
|
|
25668
25918
|
background-color: var(--lines-light);
|
25669
25919
|
}
|
25670
25920
|
|
25921
|
+
.disabled\:bg-border-reg:disabled {
|
25922
|
+
background-color: var(--border-reg);
|
25923
|
+
}
|
25924
|
+
|
25925
|
+
.disabled\:bg-border-faint:disabled {
|
25926
|
+
background-color: var(--border-faint);
|
25927
|
+
}
|
25928
|
+
|
25929
|
+
.disabled\:bg-border-bold:disabled {
|
25930
|
+
background-color: var(--border-bold);
|
25931
|
+
}
|
25932
|
+
|
25671
25933
|
.disabled\:bg-low:disabled {
|
25672
25934
|
background-color: var(--low);
|
25673
25935
|
}
|
@@ -25716,6 +25978,10 @@ video {
|
|
25716
25978
|
background-color: var(--overlay-2);
|
25717
25979
|
}
|
25718
25980
|
|
25981
|
+
.disabled\:bg-overlay-reverse-0\.5:disabled {
|
25982
|
+
background-color: var(--overlay-reverse-0\.5);
|
25983
|
+
}
|
25984
|
+
|
25719
25985
|
.disabled\:bg-positive:disabled {
|
25720
25986
|
background-color: var(--positive);
|
25721
25987
|
}
|
@@ -25772,6 +26038,10 @@ video {
|
|
25772
26038
|
background-color: var(--surface-xl);
|
25773
26039
|
}
|
25774
26040
|
|
26041
|
+
.disabled\:bg-surface-dash-widget:disabled {
|
26042
|
+
background-color: var(--surface-dash-widget);
|
26043
|
+
}
|
26044
|
+
|
25775
26045
|
.disabled\:bg-text-and-icons:disabled {
|
25776
26046
|
background-color: var(--text-and-icons);
|
25777
26047
|
}
|
@@ -26176,6 +26446,21 @@ video {
|
|
26176
26446
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26177
26447
|
}
|
26178
26448
|
|
26449
|
+
.from-border-reg {
|
26450
|
+
--tw-gradient-from: var(--border-reg);
|
26451
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26452
|
+
}
|
26453
|
+
|
26454
|
+
.from-border-faint {
|
26455
|
+
--tw-gradient-from: var(--border-faint);
|
26456
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26457
|
+
}
|
26458
|
+
|
26459
|
+
.from-border-bold {
|
26460
|
+
--tw-gradient-from: var(--border-bold);
|
26461
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26462
|
+
}
|
26463
|
+
|
26179
26464
|
.from-low {
|
26180
26465
|
--tw-gradient-from: var(--low);
|
26181
26466
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26236,6 +26521,11 @@ video {
|
|
26236
26521
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26237
26522
|
}
|
26238
26523
|
|
26524
|
+
.from-overlay-reverse-0\.5 {
|
26525
|
+
--tw-gradient-from: var(--overlay-reverse-0\.5);
|
26526
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26527
|
+
}
|
26528
|
+
|
26239
26529
|
.from-positive {
|
26240
26530
|
--tw-gradient-from: var(--positive);
|
26241
26531
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26306,6 +26596,11 @@ video {
|
|
26306
26596
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26307
26597
|
}
|
26308
26598
|
|
26599
|
+
.from-surface-dash-widget {
|
26600
|
+
--tw-gradient-from: var(--surface-dash-widget);
|
26601
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26602
|
+
}
|
26603
|
+
|
26309
26604
|
.from-text-and-icons {
|
26310
26605
|
--tw-gradient-from: var(--text-and-icons);
|
26311
26606
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26496,6 +26791,21 @@ video {
|
|
26496
26791
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26497
26792
|
}
|
26498
26793
|
|
26794
|
+
.hover\:from-border-reg:hover {
|
26795
|
+
--tw-gradient-from: var(--border-reg);
|
26796
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26797
|
+
}
|
26798
|
+
|
26799
|
+
.hover\:from-border-faint:hover {
|
26800
|
+
--tw-gradient-from: var(--border-faint);
|
26801
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26802
|
+
}
|
26803
|
+
|
26804
|
+
.hover\:from-border-bold:hover {
|
26805
|
+
--tw-gradient-from: var(--border-bold);
|
26806
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26807
|
+
}
|
26808
|
+
|
26499
26809
|
.hover\:from-low:hover {
|
26500
26810
|
--tw-gradient-from: var(--low);
|
26501
26811
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26556,6 +26866,11 @@ video {
|
|
26556
26866
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26557
26867
|
}
|
26558
26868
|
|
26869
|
+
.hover\:from-overlay-reverse-0\.5:hover {
|
26870
|
+
--tw-gradient-from: var(--overlay-reverse-0\.5);
|
26871
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26872
|
+
}
|
26873
|
+
|
26559
26874
|
.hover\:from-positive:hover {
|
26560
26875
|
--tw-gradient-from: var(--positive);
|
26561
26876
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26626,6 +26941,11 @@ video {
|
|
26626
26941
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26627
26942
|
}
|
26628
26943
|
|
26944
|
+
.hover\:from-surface-dash-widget:hover {
|
26945
|
+
--tw-gradient-from: var(--surface-dash-widget);
|
26946
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26947
|
+
}
|
26948
|
+
|
26629
26949
|
.hover\:from-text-and-icons:hover {
|
26630
26950
|
--tw-gradient-from: var(--text-and-icons);
|
26631
26951
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26816,6 +27136,21 @@ video {
|
|
26816
27136
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26817
27137
|
}
|
26818
27138
|
|
27139
|
+
.focus\:from-border-reg:focus {
|
27140
|
+
--tw-gradient-from: var(--border-reg);
|
27141
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27142
|
+
}
|
27143
|
+
|
27144
|
+
.focus\:from-border-faint:focus {
|
27145
|
+
--tw-gradient-from: var(--border-faint);
|
27146
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27147
|
+
}
|
27148
|
+
|
27149
|
+
.focus\:from-border-bold:focus {
|
27150
|
+
--tw-gradient-from: var(--border-bold);
|
27151
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27152
|
+
}
|
27153
|
+
|
26819
27154
|
.focus\:from-low:focus {
|
26820
27155
|
--tw-gradient-from: var(--low);
|
26821
27156
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26876,6 +27211,11 @@ video {
|
|
26876
27211
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26877
27212
|
}
|
26878
27213
|
|
27214
|
+
.focus\:from-overlay-reverse-0\.5:focus {
|
27215
|
+
--tw-gradient-from: var(--overlay-reverse-0\.5);
|
27216
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27217
|
+
}
|
27218
|
+
|
26879
27219
|
.focus\:from-positive:focus {
|
26880
27220
|
--tw-gradient-from: var(--positive);
|
26881
27221
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26946,6 +27286,11 @@ video {
|
|
26946
27286
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26947
27287
|
}
|
26948
27288
|
|
27289
|
+
.focus\:from-surface-dash-widget:focus {
|
27290
|
+
--tw-gradient-from: var(--surface-dash-widget);
|
27291
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27292
|
+
}
|
27293
|
+
|
26949
27294
|
.focus\:from-text-and-icons:focus {
|
26950
27295
|
--tw-gradient-from: var(--text-and-icons);
|
26951
27296
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -27100,6 +27445,18 @@ video {
|
|
27100
27445
|
--tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27101
27446
|
}
|
27102
27447
|
|
27448
|
+
.via-border-reg {
|
27449
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-reg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27450
|
+
}
|
27451
|
+
|
27452
|
+
.via-border-faint {
|
27453
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-faint), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27454
|
+
}
|
27455
|
+
|
27456
|
+
.via-border-bold {
|
27457
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-bold), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27458
|
+
}
|
27459
|
+
|
27103
27460
|
.via-low {
|
27104
27461
|
--tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27105
27462
|
}
|
@@ -27148,6 +27505,10 @@ video {
|
|
27148
27505
|
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27149
27506
|
}
|
27150
27507
|
|
27508
|
+
.via-overlay-reverse-0\.5 {
|
27509
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-reverse-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27510
|
+
}
|
27511
|
+
|
27151
27512
|
.via-positive {
|
27152
27513
|
--tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27153
27514
|
}
|
@@ -27204,6 +27565,10 @@ video {
|
|
27204
27565
|
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27205
27566
|
}
|
27206
27567
|
|
27568
|
+
.via-surface-dash-widget {
|
27569
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-dash-widget), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27570
|
+
}
|
27571
|
+
|
27207
27572
|
.via-text-and-icons {
|
27208
27573
|
--tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27209
27574
|
}
|
@@ -27356,6 +27721,18 @@ video {
|
|
27356
27721
|
--tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27357
27722
|
}
|
27358
27723
|
|
27724
|
+
.hover\:via-border-reg:hover {
|
27725
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-reg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27726
|
+
}
|
27727
|
+
|
27728
|
+
.hover\:via-border-faint:hover {
|
27729
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-faint), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27730
|
+
}
|
27731
|
+
|
27732
|
+
.hover\:via-border-bold:hover {
|
27733
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-bold), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27734
|
+
}
|
27735
|
+
|
27359
27736
|
.hover\:via-low:hover {
|
27360
27737
|
--tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27361
27738
|
}
|
@@ -27404,6 +27781,10 @@ video {
|
|
27404
27781
|
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27405
27782
|
}
|
27406
27783
|
|
27784
|
+
.hover\:via-overlay-reverse-0\.5:hover {
|
27785
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-reverse-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27786
|
+
}
|
27787
|
+
|
27407
27788
|
.hover\:via-positive:hover {
|
27408
27789
|
--tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27409
27790
|
}
|
@@ -27460,6 +27841,10 @@ video {
|
|
27460
27841
|
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27461
27842
|
}
|
27462
27843
|
|
27844
|
+
.hover\:via-surface-dash-widget:hover {
|
27845
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-dash-widget), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27846
|
+
}
|
27847
|
+
|
27463
27848
|
.hover\:via-text-and-icons:hover {
|
27464
27849
|
--tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27465
27850
|
}
|
@@ -27612,6 +27997,18 @@ video {
|
|
27612
27997
|
--tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27613
27998
|
}
|
27614
27999
|
|
28000
|
+
.focus\:via-border-reg:focus {
|
28001
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-reg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28002
|
+
}
|
28003
|
+
|
28004
|
+
.focus\:via-border-faint:focus {
|
28005
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-faint), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28006
|
+
}
|
28007
|
+
|
28008
|
+
.focus\:via-border-bold:focus {
|
28009
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-bold), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28010
|
+
}
|
28011
|
+
|
27615
28012
|
.focus\:via-low:focus {
|
27616
28013
|
--tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27617
28014
|
}
|
@@ -27660,6 +28057,10 @@ video {
|
|
27660
28057
|
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27661
28058
|
}
|
27662
28059
|
|
28060
|
+
.focus\:via-overlay-reverse-0\.5:focus {
|
28061
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-reverse-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28062
|
+
}
|
28063
|
+
|
27663
28064
|
.focus\:via-positive:focus {
|
27664
28065
|
--tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27665
28066
|
}
|
@@ -27716,6 +28117,10 @@ video {
|
|
27716
28117
|
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27717
28118
|
}
|
27718
28119
|
|
28120
|
+
.focus\:via-surface-dash-widget:focus {
|
28121
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-dash-widget), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28122
|
+
}
|
28123
|
+
|
27719
28124
|
.focus\:via-text-and-icons:focus {
|
27720
28125
|
--tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27721
28126
|
}
|
@@ -27868,6 +28273,18 @@ video {
|
|
27868
28273
|
--tw-gradient-to: var(--lines-light);
|
27869
28274
|
}
|
27870
28275
|
|
28276
|
+
.to-border-reg {
|
28277
|
+
--tw-gradient-to: var(--border-reg);
|
28278
|
+
}
|
28279
|
+
|
28280
|
+
.to-border-faint {
|
28281
|
+
--tw-gradient-to: var(--border-faint);
|
28282
|
+
}
|
28283
|
+
|
28284
|
+
.to-border-bold {
|
28285
|
+
--tw-gradient-to: var(--border-bold);
|
28286
|
+
}
|
28287
|
+
|
27871
28288
|
.to-low {
|
27872
28289
|
--tw-gradient-to: var(--low);
|
27873
28290
|
}
|
@@ -27916,6 +28333,10 @@ video {
|
|
27916
28333
|
--tw-gradient-to: var(--overlay-2);
|
27917
28334
|
}
|
27918
28335
|
|
28336
|
+
.to-overlay-reverse-0\.5 {
|
28337
|
+
--tw-gradient-to: var(--overlay-reverse-0\.5);
|
28338
|
+
}
|
28339
|
+
|
27919
28340
|
.to-positive {
|
27920
28341
|
--tw-gradient-to: var(--positive);
|
27921
28342
|
}
|
@@ -27972,6 +28393,10 @@ video {
|
|
27972
28393
|
--tw-gradient-to: var(--surface-xl);
|
27973
28394
|
}
|
27974
28395
|
|
28396
|
+
.to-surface-dash-widget {
|
28397
|
+
--tw-gradient-to: var(--surface-dash-widget);
|
28398
|
+
}
|
28399
|
+
|
27975
28400
|
.to-text-and-icons {
|
27976
28401
|
--tw-gradient-to: var(--text-and-icons);
|
27977
28402
|
}
|
@@ -28124,6 +28549,18 @@ video {
|
|
28124
28549
|
--tw-gradient-to: var(--lines-light);
|
28125
28550
|
}
|
28126
28551
|
|
28552
|
+
.hover\:to-border-reg:hover {
|
28553
|
+
--tw-gradient-to: var(--border-reg);
|
28554
|
+
}
|
28555
|
+
|
28556
|
+
.hover\:to-border-faint:hover {
|
28557
|
+
--tw-gradient-to: var(--border-faint);
|
28558
|
+
}
|
28559
|
+
|
28560
|
+
.hover\:to-border-bold:hover {
|
28561
|
+
--tw-gradient-to: var(--border-bold);
|
28562
|
+
}
|
28563
|
+
|
28127
28564
|
.hover\:to-low:hover {
|
28128
28565
|
--tw-gradient-to: var(--low);
|
28129
28566
|
}
|
@@ -28172,6 +28609,10 @@ video {
|
|
28172
28609
|
--tw-gradient-to: var(--overlay-2);
|
28173
28610
|
}
|
28174
28611
|
|
28612
|
+
.hover\:to-overlay-reverse-0\.5:hover {
|
28613
|
+
--tw-gradient-to: var(--overlay-reverse-0\.5);
|
28614
|
+
}
|
28615
|
+
|
28175
28616
|
.hover\:to-positive:hover {
|
28176
28617
|
--tw-gradient-to: var(--positive);
|
28177
28618
|
}
|
@@ -28228,6 +28669,10 @@ video {
|
|
28228
28669
|
--tw-gradient-to: var(--surface-xl);
|
28229
28670
|
}
|
28230
28671
|
|
28672
|
+
.hover\:to-surface-dash-widget:hover {
|
28673
|
+
--tw-gradient-to: var(--surface-dash-widget);
|
28674
|
+
}
|
28675
|
+
|
28231
28676
|
.hover\:to-text-and-icons:hover {
|
28232
28677
|
--tw-gradient-to: var(--text-and-icons);
|
28233
28678
|
}
|
@@ -28380,6 +28825,18 @@ video {
|
|
28380
28825
|
--tw-gradient-to: var(--lines-light);
|
28381
28826
|
}
|
28382
28827
|
|
28828
|
+
.focus\:to-border-reg:focus {
|
28829
|
+
--tw-gradient-to: var(--border-reg);
|
28830
|
+
}
|
28831
|
+
|
28832
|
+
.focus\:to-border-faint:focus {
|
28833
|
+
--tw-gradient-to: var(--border-faint);
|
28834
|
+
}
|
28835
|
+
|
28836
|
+
.focus\:to-border-bold:focus {
|
28837
|
+
--tw-gradient-to: var(--border-bold);
|
28838
|
+
}
|
28839
|
+
|
28383
28840
|
.focus\:to-low:focus {
|
28384
28841
|
--tw-gradient-to: var(--low);
|
28385
28842
|
}
|
@@ -28428,6 +28885,10 @@ video {
|
|
28428
28885
|
--tw-gradient-to: var(--overlay-2);
|
28429
28886
|
}
|
28430
28887
|
|
28888
|
+
.focus\:to-overlay-reverse-0\.5:focus {
|
28889
|
+
--tw-gradient-to: var(--overlay-reverse-0\.5);
|
28890
|
+
}
|
28891
|
+
|
28431
28892
|
.focus\:to-positive:focus {
|
28432
28893
|
--tw-gradient-to: var(--positive);
|
28433
28894
|
}
|
@@ -28484,6 +28945,10 @@ video {
|
|
28484
28945
|
--tw-gradient-to: var(--surface-xl);
|
28485
28946
|
}
|
28486
28947
|
|
28948
|
+
.focus\:to-surface-dash-widget:focus {
|
28949
|
+
--tw-gradient-to: var(--surface-dash-widget);
|
28950
|
+
}
|
28951
|
+
|
28487
28952
|
.focus\:to-text-and-icons:focus {
|
28488
28953
|
--tw-gradient-to: var(--text-and-icons);
|
28489
28954
|
}
|
@@ -30347,6 +30812,18 @@ video {
|
|
30347
30812
|
color: var(--lines-light);
|
30348
30813
|
}
|
30349
30814
|
|
30815
|
+
.text-border-reg {
|
30816
|
+
color: var(--border-reg);
|
30817
|
+
}
|
30818
|
+
|
30819
|
+
.text-border-faint {
|
30820
|
+
color: var(--border-faint);
|
30821
|
+
}
|
30822
|
+
|
30823
|
+
.text-border-bold {
|
30824
|
+
color: var(--border-bold);
|
30825
|
+
}
|
30826
|
+
|
30350
30827
|
.text-low {
|
30351
30828
|
color: var(--low);
|
30352
30829
|
}
|
@@ -30395,6 +30872,10 @@ video {
|
|
30395
30872
|
color: var(--overlay-2);
|
30396
30873
|
}
|
30397
30874
|
|
30875
|
+
.text-overlay-reverse-0\.5 {
|
30876
|
+
color: var(--overlay-reverse-0\.5);
|
30877
|
+
}
|
30878
|
+
|
30398
30879
|
.text-positive {
|
30399
30880
|
color: var(--positive);
|
30400
30881
|
}
|
@@ -30451,6 +30932,10 @@ video {
|
|
30451
30932
|
color: var(--surface-xl);
|
30452
30933
|
}
|
30453
30934
|
|
30935
|
+
.text-surface-dash-widget {
|
30936
|
+
color: var(--surface-dash-widget);
|
30937
|
+
}
|
30938
|
+
|
30454
30939
|
.text-text-and-icons {
|
30455
30940
|
color: var(--text-and-icons);
|
30456
30941
|
}
|
@@ -30603,6 +31088,18 @@ video {
|
|
30603
31088
|
color: var(--lines-light);
|
30604
31089
|
}
|
30605
31090
|
|
31091
|
+
.hover\:text-border-reg:hover {
|
31092
|
+
color: var(--border-reg);
|
31093
|
+
}
|
31094
|
+
|
31095
|
+
.hover\:text-border-faint:hover {
|
31096
|
+
color: var(--border-faint);
|
31097
|
+
}
|
31098
|
+
|
31099
|
+
.hover\:text-border-bold:hover {
|
31100
|
+
color: var(--border-bold);
|
31101
|
+
}
|
31102
|
+
|
30606
31103
|
.hover\:text-low:hover {
|
30607
31104
|
color: var(--low);
|
30608
31105
|
}
|
@@ -30651,6 +31148,10 @@ video {
|
|
30651
31148
|
color: var(--overlay-2);
|
30652
31149
|
}
|
30653
31150
|
|
31151
|
+
.hover\:text-overlay-reverse-0\.5:hover {
|
31152
|
+
color: var(--overlay-reverse-0\.5);
|
31153
|
+
}
|
31154
|
+
|
30654
31155
|
.hover\:text-positive:hover {
|
30655
31156
|
color: var(--positive);
|
30656
31157
|
}
|
@@ -30707,6 +31208,10 @@ video {
|
|
30707
31208
|
color: var(--surface-xl);
|
30708
31209
|
}
|
30709
31210
|
|
31211
|
+
.hover\:text-surface-dash-widget:hover {
|
31212
|
+
color: var(--surface-dash-widget);
|
31213
|
+
}
|
31214
|
+
|
30710
31215
|
.hover\:text-text-and-icons:hover {
|
30711
31216
|
color: var(--text-and-icons);
|
30712
31217
|
}
|
@@ -30859,6 +31364,18 @@ video {
|
|
30859
31364
|
color: var(--lines-light);
|
30860
31365
|
}
|
30861
31366
|
|
31367
|
+
.focus\:text-border-reg:focus {
|
31368
|
+
color: var(--border-reg);
|
31369
|
+
}
|
31370
|
+
|
31371
|
+
.focus\:text-border-faint:focus {
|
31372
|
+
color: var(--border-faint);
|
31373
|
+
}
|
31374
|
+
|
31375
|
+
.focus\:text-border-bold:focus {
|
31376
|
+
color: var(--border-bold);
|
31377
|
+
}
|
31378
|
+
|
30862
31379
|
.focus\:text-low:focus {
|
30863
31380
|
color: var(--low);
|
30864
31381
|
}
|
@@ -30907,6 +31424,10 @@ video {
|
|
30907
31424
|
color: var(--overlay-2);
|
30908
31425
|
}
|
30909
31426
|
|
31427
|
+
.focus\:text-overlay-reverse-0\.5:focus {
|
31428
|
+
color: var(--overlay-reverse-0\.5);
|
31429
|
+
}
|
31430
|
+
|
30910
31431
|
.focus\:text-positive:focus {
|
30911
31432
|
color: var(--positive);
|
30912
31433
|
}
|
@@ -30963,6 +31484,10 @@ video {
|
|
30963
31484
|
color: var(--surface-xl);
|
30964
31485
|
}
|
30965
31486
|
|
31487
|
+
.focus\:text-surface-dash-widget:focus {
|
31488
|
+
color: var(--surface-dash-widget);
|
31489
|
+
}
|
31490
|
+
|
30966
31491
|
.focus\:text-text-and-icons:focus {
|
30967
31492
|
color: var(--text-and-icons);
|
30968
31493
|
}
|
@@ -31115,6 +31640,18 @@ video {
|
|
31115
31640
|
color: var(--lines-light);
|
31116
31641
|
}
|
31117
31642
|
|
31643
|
+
.focus-visible\:text-border-reg:focus-visible {
|
31644
|
+
color: var(--border-reg);
|
31645
|
+
}
|
31646
|
+
|
31647
|
+
.focus-visible\:text-border-faint:focus-visible {
|
31648
|
+
color: var(--border-faint);
|
31649
|
+
}
|
31650
|
+
|
31651
|
+
.focus-visible\:text-border-bold:focus-visible {
|
31652
|
+
color: var(--border-bold);
|
31653
|
+
}
|
31654
|
+
|
31118
31655
|
.focus-visible\:text-low:focus-visible {
|
31119
31656
|
color: var(--low);
|
31120
31657
|
}
|
@@ -31163,6 +31700,10 @@ video {
|
|
31163
31700
|
color: var(--overlay-2);
|
31164
31701
|
}
|
31165
31702
|
|
31703
|
+
.focus-visible\:text-overlay-reverse-0\.5:focus-visible {
|
31704
|
+
color: var(--overlay-reverse-0\.5);
|
31705
|
+
}
|
31706
|
+
|
31166
31707
|
.focus-visible\:text-positive:focus-visible {
|
31167
31708
|
color: var(--positive);
|
31168
31709
|
}
|
@@ -31219,6 +31760,10 @@ video {
|
|
31219
31760
|
color: var(--surface-xl);
|
31220
31761
|
}
|
31221
31762
|
|
31763
|
+
.focus-visible\:text-surface-dash-widget:focus-visible {
|
31764
|
+
color: var(--surface-dash-widget);
|
31765
|
+
}
|
31766
|
+
|
31222
31767
|
.focus-visible\:text-text-and-icons:focus-visible {
|
31223
31768
|
color: var(--text-and-icons);
|
31224
31769
|
}
|
@@ -31371,6 +31916,18 @@ video {
|
|
31371
31916
|
color: var(--lines-light);
|
31372
31917
|
}
|
31373
31918
|
|
31919
|
+
.group:hover .group-hover\:text-border-reg {
|
31920
|
+
color: var(--border-reg);
|
31921
|
+
}
|
31922
|
+
|
31923
|
+
.group:hover .group-hover\:text-border-faint {
|
31924
|
+
color: var(--border-faint);
|
31925
|
+
}
|
31926
|
+
|
31927
|
+
.group:hover .group-hover\:text-border-bold {
|
31928
|
+
color: var(--border-bold);
|
31929
|
+
}
|
31930
|
+
|
31374
31931
|
.group:hover .group-hover\:text-low {
|
31375
31932
|
color: var(--low);
|
31376
31933
|
}
|
@@ -31419,6 +31976,10 @@ video {
|
|
31419
31976
|
color: var(--overlay-2);
|
31420
31977
|
}
|
31421
31978
|
|
31979
|
+
.group:hover .group-hover\:text-overlay-reverse-0\.5 {
|
31980
|
+
color: var(--overlay-reverse-0\.5);
|
31981
|
+
}
|
31982
|
+
|
31422
31983
|
.group:hover .group-hover\:text-positive {
|
31423
31984
|
color: var(--positive);
|
31424
31985
|
}
|
@@ -31475,6 +32036,10 @@ video {
|
|
31475
32036
|
color: var(--surface-xl);
|
31476
32037
|
}
|
31477
32038
|
|
32039
|
+
.group:hover .group-hover\:text-surface-dash-widget {
|
32040
|
+
color: var(--surface-dash-widget);
|
32041
|
+
}
|
32042
|
+
|
31478
32043
|
.group:hover .group-hover\:text-text-and-icons {
|
31479
32044
|
color: var(--text-and-icons);
|
31480
32045
|
}
|
@@ -31627,6 +32192,18 @@ video {
|
|
31627
32192
|
color: var(--lines-light);
|
31628
32193
|
}
|
31629
32194
|
|
32195
|
+
.active\:text-border-reg:active {
|
32196
|
+
color: var(--border-reg);
|
32197
|
+
}
|
32198
|
+
|
32199
|
+
.active\:text-border-faint:active {
|
32200
|
+
color: var(--border-faint);
|
32201
|
+
}
|
32202
|
+
|
32203
|
+
.active\:text-border-bold:active {
|
32204
|
+
color: var(--border-bold);
|
32205
|
+
}
|
32206
|
+
|
31630
32207
|
.active\:text-low:active {
|
31631
32208
|
color: var(--low);
|
31632
32209
|
}
|
@@ -31675,6 +32252,10 @@ video {
|
|
31675
32252
|
color: var(--overlay-2);
|
31676
32253
|
}
|
31677
32254
|
|
32255
|
+
.active\:text-overlay-reverse-0\.5:active {
|
32256
|
+
color: var(--overlay-reverse-0\.5);
|
32257
|
+
}
|
32258
|
+
|
31678
32259
|
.active\:text-positive:active {
|
31679
32260
|
color: var(--positive);
|
31680
32261
|
}
|
@@ -31731,6 +32312,10 @@ video {
|
|
31731
32312
|
color: var(--surface-xl);
|
31732
32313
|
}
|
31733
32314
|
|
32315
|
+
.active\:text-surface-dash-widget:active {
|
32316
|
+
color: var(--surface-dash-widget);
|
32317
|
+
}
|
32318
|
+
|
31734
32319
|
.active\:text-text-and-icons:active {
|
31735
32320
|
color: var(--text-and-icons);
|
31736
32321
|
}
|
@@ -31883,6 +32468,18 @@ video {
|
|
31883
32468
|
color: var(--lines-light);
|
31884
32469
|
}
|
31885
32470
|
|
32471
|
+
.disabled\:text-border-reg:disabled {
|
32472
|
+
color: var(--border-reg);
|
32473
|
+
}
|
32474
|
+
|
32475
|
+
.disabled\:text-border-faint:disabled {
|
32476
|
+
color: var(--border-faint);
|
32477
|
+
}
|
32478
|
+
|
32479
|
+
.disabled\:text-border-bold:disabled {
|
32480
|
+
color: var(--border-bold);
|
32481
|
+
}
|
32482
|
+
|
31886
32483
|
.disabled\:text-low:disabled {
|
31887
32484
|
color: var(--low);
|
31888
32485
|
}
|
@@ -31931,6 +32528,10 @@ video {
|
|
31931
32528
|
color: var(--overlay-2);
|
31932
32529
|
}
|
31933
32530
|
|
32531
|
+
.disabled\:text-overlay-reverse-0\.5:disabled {
|
32532
|
+
color: var(--overlay-reverse-0\.5);
|
32533
|
+
}
|
32534
|
+
|
31934
32535
|
.disabled\:text-positive:disabled {
|
31935
32536
|
color: var(--positive);
|
31936
32537
|
}
|
@@ -31987,6 +32588,10 @@ video {
|
|
31987
32588
|
color: var(--surface-xl);
|
31988
32589
|
}
|
31989
32590
|
|
32591
|
+
.disabled\:text-surface-dash-widget:disabled {
|
32592
|
+
color: var(--surface-dash-widget);
|
32593
|
+
}
|
32594
|
+
|
31990
32595
|
.disabled\:text-text-and-icons:disabled {
|
31991
32596
|
color: var(--text-and-icons);
|
31992
32597
|
}
|
@@ -32509,6 +33114,30 @@ video {
|
|
32509
33114
|
color: var(--lines-light);
|
32510
33115
|
}
|
32511
33116
|
|
33117
|
+
.placeholder-border-reg::-moz-placeholder {
|
33118
|
+
color: var(--border-reg);
|
33119
|
+
}
|
33120
|
+
|
33121
|
+
.placeholder-border-reg::placeholder {
|
33122
|
+
color: var(--border-reg);
|
33123
|
+
}
|
33124
|
+
|
33125
|
+
.placeholder-border-faint::-moz-placeholder {
|
33126
|
+
color: var(--border-faint);
|
33127
|
+
}
|
33128
|
+
|
33129
|
+
.placeholder-border-faint::placeholder {
|
33130
|
+
color: var(--border-faint);
|
33131
|
+
}
|
33132
|
+
|
33133
|
+
.placeholder-border-bold::-moz-placeholder {
|
33134
|
+
color: var(--border-bold);
|
33135
|
+
}
|
33136
|
+
|
33137
|
+
.placeholder-border-bold::placeholder {
|
33138
|
+
color: var(--border-bold);
|
33139
|
+
}
|
33140
|
+
|
32512
33141
|
.placeholder-low::-moz-placeholder {
|
32513
33142
|
color: var(--low);
|
32514
33143
|
}
|
@@ -32605,6 +33234,14 @@ video {
|
|
32605
33234
|
color: var(--overlay-2);
|
32606
33235
|
}
|
32607
33236
|
|
33237
|
+
.placeholder-overlay-reverse-0\.5::-moz-placeholder {
|
33238
|
+
color: var(--overlay-reverse-0\.5);
|
33239
|
+
}
|
33240
|
+
|
33241
|
+
.placeholder-overlay-reverse-0\.5::placeholder {
|
33242
|
+
color: var(--overlay-reverse-0\.5);
|
33243
|
+
}
|
33244
|
+
|
32608
33245
|
.placeholder-positive::-moz-placeholder {
|
32609
33246
|
color: var(--positive);
|
32610
33247
|
}
|
@@ -32717,6 +33354,14 @@ video {
|
|
32717
33354
|
color: var(--surface-xl);
|
32718
33355
|
}
|
32719
33356
|
|
33357
|
+
.placeholder-surface-dash-widget::-moz-placeholder {
|
33358
|
+
color: var(--surface-dash-widget);
|
33359
|
+
}
|
33360
|
+
|
33361
|
+
.placeholder-surface-dash-widget::placeholder {
|
33362
|
+
color: var(--surface-dash-widget);
|
33363
|
+
}
|
33364
|
+
|
32720
33365
|
.placeholder-text-and-icons::-moz-placeholder {
|
32721
33366
|
color: var(--text-and-icons);
|
32722
33367
|
}
|
@@ -33021,6 +33666,30 @@ video {
|
|
33021
33666
|
color: var(--lines-light);
|
33022
33667
|
}
|
33023
33668
|
|
33669
|
+
.focus\:placeholder-border-reg:focus::-moz-placeholder {
|
33670
|
+
color: var(--border-reg);
|
33671
|
+
}
|
33672
|
+
|
33673
|
+
.focus\:placeholder-border-reg:focus::placeholder {
|
33674
|
+
color: var(--border-reg);
|
33675
|
+
}
|
33676
|
+
|
33677
|
+
.focus\:placeholder-border-faint:focus::-moz-placeholder {
|
33678
|
+
color: var(--border-faint);
|
33679
|
+
}
|
33680
|
+
|
33681
|
+
.focus\:placeholder-border-faint:focus::placeholder {
|
33682
|
+
color: var(--border-faint);
|
33683
|
+
}
|
33684
|
+
|
33685
|
+
.focus\:placeholder-border-bold:focus::-moz-placeholder {
|
33686
|
+
color: var(--border-bold);
|
33687
|
+
}
|
33688
|
+
|
33689
|
+
.focus\:placeholder-border-bold:focus::placeholder {
|
33690
|
+
color: var(--border-bold);
|
33691
|
+
}
|
33692
|
+
|
33024
33693
|
.focus\:placeholder-low:focus::-moz-placeholder {
|
33025
33694
|
color: var(--low);
|
33026
33695
|
}
|
@@ -33117,6 +33786,14 @@ video {
|
|
33117
33786
|
color: var(--overlay-2);
|
33118
33787
|
}
|
33119
33788
|
|
33789
|
+
.focus\:placeholder-overlay-reverse-0\.5:focus::-moz-placeholder {
|
33790
|
+
color: var(--overlay-reverse-0\.5);
|
33791
|
+
}
|
33792
|
+
|
33793
|
+
.focus\:placeholder-overlay-reverse-0\.5:focus::placeholder {
|
33794
|
+
color: var(--overlay-reverse-0\.5);
|
33795
|
+
}
|
33796
|
+
|
33120
33797
|
.focus\:placeholder-positive:focus::-moz-placeholder {
|
33121
33798
|
color: var(--positive);
|
33122
33799
|
}
|
@@ -33229,6 +33906,14 @@ video {
|
|
33229
33906
|
color: var(--surface-xl);
|
33230
33907
|
}
|
33231
33908
|
|
33909
|
+
.focus\:placeholder-surface-dash-widget:focus::-moz-placeholder {
|
33910
|
+
color: var(--surface-dash-widget);
|
33911
|
+
}
|
33912
|
+
|
33913
|
+
.focus\:placeholder-surface-dash-widget:focus::placeholder {
|
33914
|
+
color: var(--surface-dash-widget);
|
33915
|
+
}
|
33916
|
+
|
33232
33917
|
.focus\:placeholder-text-and-icons:focus::-moz-placeholder {
|
33233
33918
|
color: var(--text-and-icons);
|
33234
33919
|
}
|
@@ -33629,6 +34314,18 @@ video {
|
|
33629
34314
|
caret-color: var(--lines-light);
|
33630
34315
|
}
|
33631
34316
|
|
34317
|
+
.caret-border-reg {
|
34318
|
+
caret-color: var(--border-reg);
|
34319
|
+
}
|
34320
|
+
|
34321
|
+
.caret-border-faint {
|
34322
|
+
caret-color: var(--border-faint);
|
34323
|
+
}
|
34324
|
+
|
34325
|
+
.caret-border-bold {
|
34326
|
+
caret-color: var(--border-bold);
|
34327
|
+
}
|
34328
|
+
|
33632
34329
|
.caret-low {
|
33633
34330
|
caret-color: var(--low);
|
33634
34331
|
}
|
@@ -33677,6 +34374,10 @@ video {
|
|
33677
34374
|
caret-color: var(--overlay-2);
|
33678
34375
|
}
|
33679
34376
|
|
34377
|
+
.caret-overlay-reverse-0\.5 {
|
34378
|
+
caret-color: var(--overlay-reverse-0\.5);
|
34379
|
+
}
|
34380
|
+
|
33680
34381
|
.caret-positive {
|
33681
34382
|
caret-color: var(--positive);
|
33682
34383
|
}
|
@@ -33733,6 +34434,10 @@ video {
|
|
33733
34434
|
caret-color: var(--surface-xl);
|
33734
34435
|
}
|
33735
34436
|
|
34437
|
+
.caret-surface-dash-widget {
|
34438
|
+
caret-color: var(--surface-dash-widget);
|
34439
|
+
}
|
34440
|
+
|
33736
34441
|
.caret-text-and-icons {
|
33737
34442
|
caret-color: var(--text-and-icons);
|
33738
34443
|
}
|
@@ -35076,6 +35781,18 @@ video {
|
|
35076
35781
|
--tw-ring-color: var(--lines-light);
|
35077
35782
|
}
|
35078
35783
|
|
35784
|
+
.ring-border-reg {
|
35785
|
+
--tw-ring-color: var(--border-reg);
|
35786
|
+
}
|
35787
|
+
|
35788
|
+
.ring-border-faint {
|
35789
|
+
--tw-ring-color: var(--border-faint);
|
35790
|
+
}
|
35791
|
+
|
35792
|
+
.ring-border-bold {
|
35793
|
+
--tw-ring-color: var(--border-bold);
|
35794
|
+
}
|
35795
|
+
|
35079
35796
|
.ring-low {
|
35080
35797
|
--tw-ring-color: var(--low);
|
35081
35798
|
}
|
@@ -35124,6 +35841,10 @@ video {
|
|
35124
35841
|
--tw-ring-color: var(--overlay-2);
|
35125
35842
|
}
|
35126
35843
|
|
35844
|
+
.ring-overlay-reverse-0\.5 {
|
35845
|
+
--tw-ring-color: var(--overlay-reverse-0\.5);
|
35846
|
+
}
|
35847
|
+
|
35127
35848
|
.ring-positive {
|
35128
35849
|
--tw-ring-color: var(--positive);
|
35129
35850
|
}
|
@@ -35180,6 +35901,10 @@ video {
|
|
35180
35901
|
--tw-ring-color: var(--surface-xl);
|
35181
35902
|
}
|
35182
35903
|
|
35904
|
+
.ring-surface-dash-widget {
|
35905
|
+
--tw-ring-color: var(--surface-dash-widget);
|
35906
|
+
}
|
35907
|
+
|
35183
35908
|
.ring-text-and-icons {
|
35184
35909
|
--tw-ring-color: var(--text-and-icons);
|
35185
35910
|
}
|
@@ -35332,6 +36057,18 @@ video {
|
|
35332
36057
|
--tw-ring-color: var(--lines-light);
|
35333
36058
|
}
|
35334
36059
|
|
36060
|
+
.focus-within\:ring-border-reg:focus-within {
|
36061
|
+
--tw-ring-color: var(--border-reg);
|
36062
|
+
}
|
36063
|
+
|
36064
|
+
.focus-within\:ring-border-faint:focus-within {
|
36065
|
+
--tw-ring-color: var(--border-faint);
|
36066
|
+
}
|
36067
|
+
|
36068
|
+
.focus-within\:ring-border-bold:focus-within {
|
36069
|
+
--tw-ring-color: var(--border-bold);
|
36070
|
+
}
|
36071
|
+
|
35335
36072
|
.focus-within\:ring-low:focus-within {
|
35336
36073
|
--tw-ring-color: var(--low);
|
35337
36074
|
}
|
@@ -35380,6 +36117,10 @@ video {
|
|
35380
36117
|
--tw-ring-color: var(--overlay-2);
|
35381
36118
|
}
|
35382
36119
|
|
36120
|
+
.focus-within\:ring-overlay-reverse-0\.5:focus-within {
|
36121
|
+
--tw-ring-color: var(--overlay-reverse-0\.5);
|
36122
|
+
}
|
36123
|
+
|
35383
36124
|
.focus-within\:ring-positive:focus-within {
|
35384
36125
|
--tw-ring-color: var(--positive);
|
35385
36126
|
}
|
@@ -35436,6 +36177,10 @@ video {
|
|
35436
36177
|
--tw-ring-color: var(--surface-xl);
|
35437
36178
|
}
|
35438
36179
|
|
36180
|
+
.focus-within\:ring-surface-dash-widget:focus-within {
|
36181
|
+
--tw-ring-color: var(--surface-dash-widget);
|
36182
|
+
}
|
36183
|
+
|
35439
36184
|
.focus-within\:ring-text-and-icons:focus-within {
|
35440
36185
|
--tw-ring-color: var(--text-and-icons);
|
35441
36186
|
}
|
@@ -35588,6 +36333,18 @@ video {
|
|
35588
36333
|
--tw-ring-color: var(--lines-light);
|
35589
36334
|
}
|
35590
36335
|
|
36336
|
+
.focus\:ring-border-reg:focus {
|
36337
|
+
--tw-ring-color: var(--border-reg);
|
36338
|
+
}
|
36339
|
+
|
36340
|
+
.focus\:ring-border-faint:focus {
|
36341
|
+
--tw-ring-color: var(--border-faint);
|
36342
|
+
}
|
36343
|
+
|
36344
|
+
.focus\:ring-border-bold:focus {
|
36345
|
+
--tw-ring-color: var(--border-bold);
|
36346
|
+
}
|
36347
|
+
|
35591
36348
|
.focus\:ring-low:focus {
|
35592
36349
|
--tw-ring-color: var(--low);
|
35593
36350
|
}
|
@@ -35636,6 +36393,10 @@ video {
|
|
35636
36393
|
--tw-ring-color: var(--overlay-2);
|
35637
36394
|
}
|
35638
36395
|
|
36396
|
+
.focus\:ring-overlay-reverse-0\.5:focus {
|
36397
|
+
--tw-ring-color: var(--overlay-reverse-0\.5);
|
36398
|
+
}
|
36399
|
+
|
35639
36400
|
.focus\:ring-positive:focus {
|
35640
36401
|
--tw-ring-color: var(--positive);
|
35641
36402
|
}
|
@@ -35692,6 +36453,10 @@ video {
|
|
35692
36453
|
--tw-ring-color: var(--surface-xl);
|
35693
36454
|
}
|
35694
36455
|
|
36456
|
+
.focus\:ring-surface-dash-widget:focus {
|
36457
|
+
--tw-ring-color: var(--surface-dash-widget);
|
36458
|
+
}
|
36459
|
+
|
35695
36460
|
.focus\:ring-text-and-icons:focus {
|
35696
36461
|
--tw-ring-color: var(--text-and-icons);
|
35697
36462
|
}
|
@@ -36084,6 +36849,18 @@ video {
|
|
36084
36849
|
--tw-ring-offset-color: var(--lines-light);
|
36085
36850
|
}
|
36086
36851
|
|
36852
|
+
.ring-offset-border-reg {
|
36853
|
+
--tw-ring-offset-color: var(--border-reg);
|
36854
|
+
}
|
36855
|
+
|
36856
|
+
.ring-offset-border-faint {
|
36857
|
+
--tw-ring-offset-color: var(--border-faint);
|
36858
|
+
}
|
36859
|
+
|
36860
|
+
.ring-offset-border-bold {
|
36861
|
+
--tw-ring-offset-color: var(--border-bold);
|
36862
|
+
}
|
36863
|
+
|
36087
36864
|
.ring-offset-low {
|
36088
36865
|
--tw-ring-offset-color: var(--low);
|
36089
36866
|
}
|
@@ -36132,6 +36909,10 @@ video {
|
|
36132
36909
|
--tw-ring-offset-color: var(--overlay-2);
|
36133
36910
|
}
|
36134
36911
|
|
36912
|
+
.ring-offset-overlay-reverse-0\.5 {
|
36913
|
+
--tw-ring-offset-color: var(--overlay-reverse-0\.5);
|
36914
|
+
}
|
36915
|
+
|
36135
36916
|
.ring-offset-positive {
|
36136
36917
|
--tw-ring-offset-color: var(--positive);
|
36137
36918
|
}
|
@@ -36188,6 +36969,10 @@ video {
|
|
36188
36969
|
--tw-ring-offset-color: var(--surface-xl);
|
36189
36970
|
}
|
36190
36971
|
|
36972
|
+
.ring-offset-surface-dash-widget {
|
36973
|
+
--tw-ring-offset-color: var(--surface-dash-widget);
|
36974
|
+
}
|
36975
|
+
|
36191
36976
|
.ring-offset-text-and-icons {
|
36192
36977
|
--tw-ring-offset-color: var(--text-and-icons);
|
36193
36978
|
}
|
@@ -36340,6 +37125,18 @@ video {
|
|
36340
37125
|
--tw-ring-offset-color: var(--lines-light);
|
36341
37126
|
}
|
36342
37127
|
|
37128
|
+
.focus-within\:ring-offset-border-reg:focus-within {
|
37129
|
+
--tw-ring-offset-color: var(--border-reg);
|
37130
|
+
}
|
37131
|
+
|
37132
|
+
.focus-within\:ring-offset-border-faint:focus-within {
|
37133
|
+
--tw-ring-offset-color: var(--border-faint);
|
37134
|
+
}
|
37135
|
+
|
37136
|
+
.focus-within\:ring-offset-border-bold:focus-within {
|
37137
|
+
--tw-ring-offset-color: var(--border-bold);
|
37138
|
+
}
|
37139
|
+
|
36343
37140
|
.focus-within\:ring-offset-low:focus-within {
|
36344
37141
|
--tw-ring-offset-color: var(--low);
|
36345
37142
|
}
|
@@ -36388,6 +37185,10 @@ video {
|
|
36388
37185
|
--tw-ring-offset-color: var(--overlay-2);
|
36389
37186
|
}
|
36390
37187
|
|
37188
|
+
.focus-within\:ring-offset-overlay-reverse-0\.5:focus-within {
|
37189
|
+
--tw-ring-offset-color: var(--overlay-reverse-0\.5);
|
37190
|
+
}
|
37191
|
+
|
36391
37192
|
.focus-within\:ring-offset-positive:focus-within {
|
36392
37193
|
--tw-ring-offset-color: var(--positive);
|
36393
37194
|
}
|
@@ -36444,6 +37245,10 @@ video {
|
|
36444
37245
|
--tw-ring-offset-color: var(--surface-xl);
|
36445
37246
|
}
|
36446
37247
|
|
37248
|
+
.focus-within\:ring-offset-surface-dash-widget:focus-within {
|
37249
|
+
--tw-ring-offset-color: var(--surface-dash-widget);
|
37250
|
+
}
|
37251
|
+
|
36447
37252
|
.focus-within\:ring-offset-text-and-icons:focus-within {
|
36448
37253
|
--tw-ring-offset-color: var(--text-and-icons);
|
36449
37254
|
}
|
@@ -36596,6 +37401,18 @@ video {
|
|
36596
37401
|
--tw-ring-offset-color: var(--lines-light);
|
36597
37402
|
}
|
36598
37403
|
|
37404
|
+
.focus\:ring-offset-border-reg:focus {
|
37405
|
+
--tw-ring-offset-color: var(--border-reg);
|
37406
|
+
}
|
37407
|
+
|
37408
|
+
.focus\:ring-offset-border-faint:focus {
|
37409
|
+
--tw-ring-offset-color: var(--border-faint);
|
37410
|
+
}
|
37411
|
+
|
37412
|
+
.focus\:ring-offset-border-bold:focus {
|
37413
|
+
--tw-ring-offset-color: var(--border-bold);
|
37414
|
+
}
|
37415
|
+
|
36599
37416
|
.focus\:ring-offset-low:focus {
|
36600
37417
|
--tw-ring-offset-color: var(--low);
|
36601
37418
|
}
|
@@ -36644,6 +37461,10 @@ video {
|
|
36644
37461
|
--tw-ring-offset-color: var(--overlay-2);
|
36645
37462
|
}
|
36646
37463
|
|
37464
|
+
.focus\:ring-offset-overlay-reverse-0\.5:focus {
|
37465
|
+
--tw-ring-offset-color: var(--overlay-reverse-0\.5);
|
37466
|
+
}
|
37467
|
+
|
36647
37468
|
.focus\:ring-offset-positive:focus {
|
36648
37469
|
--tw-ring-offset-color: var(--positive);
|
36649
37470
|
}
|
@@ -36700,6 +37521,10 @@ video {
|
|
36700
37521
|
--tw-ring-offset-color: var(--surface-xl);
|
36701
37522
|
}
|
36702
37523
|
|
37524
|
+
.focus\:ring-offset-surface-dash-widget:focus {
|
37525
|
+
--tw-ring-offset-color: var(--surface-dash-widget);
|
37526
|
+
}
|
37527
|
+
|
36703
37528
|
.focus\:ring-offset-text-and-icons:focus {
|
36704
37529
|
--tw-ring-offset-color: var(--text-and-icons);
|
36705
37530
|
}
|