@moul-dev/ui 2026.8.20 → 2026.8.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/stylex.css +434 -0
- package/dist/moul-ui.js +4860 -2148
- package/dist/src/components/Avatar/Avatar.d.ts +10 -0
- package/dist/src/components/Avatar/Avatar.styles.d.ts +178 -6
- package/dist/src/components/Avatar/AvatarGroup.d.ts +18 -0
- package/dist/src/components/Avatar/index.d.ts +3 -1
- package/dist/src/components/Badge/Badge.d.ts +4 -1
- package/dist/src/components/Badge/Badge.styles.d.ts +59 -3
- package/dist/src/components/Badge/index.d.ts +1 -1
- package/dist/src/components/Button/Button.styles.d.ts +1 -0
- package/dist/src/components/Calendar/Calendar.d.ts +24 -0
- package/dist/src/components/Calendar/Calendar.styles.d.ts +161 -0
- package/dist/src/components/Calendar/index.d.ts +2 -0
- package/dist/src/components/ComboBox/ComboBox.styles.d.ts +8 -0
- package/dist/src/components/CommandPalette/CommandPalette.d.ts +81 -0
- package/dist/src/components/CommandPalette/CommandPalette.styles.d.ts +216 -0
- package/dist/src/components/CommandPalette/index.d.ts +2 -0
- package/dist/src/components/DateField/DateField.d.ts +24 -0
- package/dist/src/components/DateField/DateField.styles.d.ts +99 -0
- package/dist/src/components/DateField/index.d.ts +2 -0
- package/dist/src/components/DatePicker/DatePicker.d.ts +23 -0
- package/dist/src/components/DatePicker/DatePicker.styles.d.ts +127 -0
- package/dist/src/components/DatePicker/index.d.ts +2 -0
- package/dist/src/components/EmptyState/EmptyState.d.ts +44 -0
- package/dist/src/components/EmptyState/EmptyState.styles.d.ts +134 -0
- package/dist/src/components/EmptyState/index.d.ts +2 -0
- package/dist/src/components/LogsViewer/Logs.styles.d.ts +4 -0
- package/dist/src/components/NumberField/NumberField.styles.d.ts +8 -0
- package/dist/src/components/Pagination/Pagination.d.ts +105 -0
- package/dist/src/components/Pagination/Pagination.styles.d.ts +152 -0
- package/dist/src/components/Pagination/index.d.ts +2 -0
- package/dist/src/components/ProgressBar/ProgressBar.d.ts +22 -0
- package/dist/src/components/ProgressBar/ProgressBar.styles.d.ts +83 -0
- package/dist/src/components/ProgressBar/index.d.ts +2 -0
- package/dist/src/components/SearchField/SearchField.styles.d.ts +23 -0
- package/dist/src/components/Skeleton/Skeleton.d.ts +5 -0
- package/dist/src/components/Skeleton/Skeleton.styles.d.ts +22 -1
- package/dist/src/components/Skeleton/index.d.ts +1 -1
- package/dist/src/components/Spinner/Spinner.d.ts +2 -0
- package/dist/src/components/Spinner/Spinner.styles.d.ts +19 -1
- package/dist/src/components/Spinner/index.d.ts +1 -1
- package/dist/src/components/Table/Table.d.ts +11 -2
- package/dist/src/components/Table/Table.styles.d.ts +54 -0
- package/dist/src/components/TextArea/TextArea.styles.d.ts +2 -0
- package/dist/src/components/TextField/TextField.styles.d.ts +2 -0
- package/dist/src/components/ToggleButton/ToggleButton.styles.d.ts +16 -9
- package/dist/src/index.d.ts +21 -6
- package/dist/src/tokens/tokens.stylex.d.ts +1 -0
- package/dist/tokens.stylex.js +138 -0
- package/package.json +9 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -21,6 +21,10 @@
|
|
|
21
21
|
padding: 2px;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
.x694sll {
|
|
25
|
+
padding: var(--x1djehx3) var(--x1fim08e);
|
|
26
|
+
}
|
|
27
|
+
|
|
24
28
|
.xmw63kd {
|
|
25
29
|
padding: var(--x1djehx3);
|
|
26
30
|
}
|
|
@@ -33,10 +37,18 @@
|
|
|
33
37
|
padding: var(--x1jforli);
|
|
34
38
|
}
|
|
35
39
|
|
|
40
|
+
.xmz6kuy {
|
|
41
|
+
padding: var(--x1xsmz2k) var(--x1djehx3);
|
|
42
|
+
}
|
|
43
|
+
|
|
36
44
|
.x1t6wb6j {
|
|
37
45
|
padding: var(--x1xsmz2k);
|
|
38
46
|
}
|
|
39
47
|
|
|
48
|
+
.x19sadtk {
|
|
49
|
+
padding: var(--x3461u0) var(--x1xsmz2k);
|
|
50
|
+
}
|
|
51
|
+
|
|
40
52
|
.x1tmzr97 {
|
|
41
53
|
padding: var(--x9epbqz);
|
|
42
54
|
}
|
|
@@ -79,6 +91,10 @@
|
|
|
79
91
|
border-color: var(--x1ol9w3z);
|
|
80
92
|
}
|
|
81
93
|
|
|
94
|
+
.x4fmzx0 {
|
|
95
|
+
border-color: var(--x1poa4dm);
|
|
96
|
+
}
|
|
97
|
+
|
|
82
98
|
.xra1spc {
|
|
83
99
|
border-color: var(--x1smr4m2);
|
|
84
100
|
}
|
|
@@ -123,6 +139,10 @@
|
|
|
123
139
|
border-color: var(--xtwqyzw);
|
|
124
140
|
}
|
|
125
141
|
|
|
142
|
+
.x1xn7fc0 {
|
|
143
|
+
border-color: var(--xvy7zpp);
|
|
144
|
+
}
|
|
145
|
+
|
|
126
146
|
.x5xteue {
|
|
127
147
|
border-color: var(--xwq48n1);
|
|
128
148
|
}
|
|
@@ -131,6 +151,10 @@
|
|
|
131
151
|
border-radius: 0;
|
|
132
152
|
}
|
|
133
153
|
|
|
154
|
+
.x1cum3z5 {
|
|
155
|
+
border-radius: 2px;
|
|
156
|
+
}
|
|
157
|
+
|
|
134
158
|
.xef35v1 {
|
|
135
159
|
border-radius: calc(var(--x11qts0k) - 3px);
|
|
136
160
|
}
|
|
@@ -147,6 +171,10 @@
|
|
|
147
171
|
border-radius: calc(var(--xcxkm4p) - var(--x1jforli));
|
|
148
172
|
}
|
|
149
173
|
|
|
174
|
+
.x1pjcqnp {
|
|
175
|
+
border-radius: inherit;
|
|
176
|
+
}
|
|
177
|
+
|
|
150
178
|
.xiyv3an {
|
|
151
179
|
border-radius: var(--x10dfn0a);
|
|
152
180
|
}
|
|
@@ -167,6 +195,10 @@
|
|
|
167
195
|
border-radius: var(--xcxkm4p);
|
|
168
196
|
}
|
|
169
197
|
|
|
198
|
+
.xbsl7fq {
|
|
199
|
+
border-style: dashed;
|
|
200
|
+
}
|
|
201
|
+
|
|
170
202
|
.xng3xce {
|
|
171
203
|
border-style: none;
|
|
172
204
|
}
|
|
@@ -179,14 +211,26 @@
|
|
|
179
211
|
border-width: 0;
|
|
180
212
|
}
|
|
181
213
|
|
|
214
|
+
.xvndefy {
|
|
215
|
+
border-width: 1.5px;
|
|
216
|
+
}
|
|
217
|
+
|
|
182
218
|
.xmkeg23 {
|
|
183
219
|
border-width: 1px;
|
|
184
220
|
}
|
|
185
221
|
|
|
222
|
+
.x1eovdha {
|
|
223
|
+
border-width: 2.5px;
|
|
224
|
+
}
|
|
225
|
+
|
|
186
226
|
.xdh2fpr {
|
|
187
227
|
border-width: 2px;
|
|
188
228
|
}
|
|
189
229
|
|
|
230
|
+
.x9r2w2z {
|
|
231
|
+
border-width: 3px;
|
|
232
|
+
}
|
|
233
|
+
|
|
190
234
|
.xf62zp5 {
|
|
191
235
|
border-width: var(--x1jforli);
|
|
192
236
|
}
|
|
@@ -299,6 +343,14 @@
|
|
|
299
343
|
padding-inline: 0;
|
|
300
344
|
}
|
|
301
345
|
|
|
346
|
+
.x1gbt3hs {
|
|
347
|
+
padding-inline: 1px;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.x5k8d2m {
|
|
351
|
+
padding-inline: 2px;
|
|
352
|
+
}
|
|
353
|
+
|
|
302
354
|
.x1ljgv6d {
|
|
303
355
|
padding-inline: var(--x1djehx3);
|
|
304
356
|
}
|
|
@@ -327,6 +379,10 @@
|
|
|
327
379
|
padding-inline: var(--xpmkuee);
|
|
328
380
|
}
|
|
329
381
|
|
|
382
|
+
.xmqliwb {
|
|
383
|
+
text-decoration: line-through;
|
|
384
|
+
}
|
|
385
|
+
|
|
330
386
|
.x1hl2dhg {
|
|
331
387
|
text-decoration: none;
|
|
332
388
|
}
|
|
@@ -343,10 +399,34 @@
|
|
|
343
399
|
transition: all .2s;
|
|
344
400
|
}
|
|
345
401
|
|
|
402
|
+
.x2hblnl {
|
|
403
|
+
transition: background-color .12s, color .12s;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.x1ylc3s0 {
|
|
407
|
+
transition: background-color .15s, border-color .15s;
|
|
408
|
+
}
|
|
409
|
+
|
|
346
410
|
.x16bokkd {
|
|
347
411
|
transition: background-color .15s, color .15s;
|
|
348
412
|
}
|
|
349
413
|
|
|
414
|
+
.x1nxrq82 {
|
|
415
|
+
transition: border-color .15s, box-shadow .15s;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.xq8jedv {
|
|
419
|
+
transition: color .15s, background-color .15s;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.x103a99x {
|
|
423
|
+
transition: transform .15s, z-index .15s;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.x4mtobw {
|
|
427
|
+
transition: width .3s cubic-bezier(.4, 0, .2, 1);
|
|
428
|
+
}
|
|
429
|
+
|
|
350
430
|
.x8tlwfa {
|
|
351
431
|
transition: width .3s ease-in-out;
|
|
352
432
|
}
|
|
@@ -453,6 +533,10 @@
|
|
|
453
533
|
align-items: flex-start;
|
|
454
534
|
}
|
|
455
535
|
|
|
536
|
+
.x1h91t0o {
|
|
537
|
+
align-items: inherit;
|
|
538
|
+
}
|
|
539
|
+
|
|
456
540
|
.x1qjc9v5 {
|
|
457
541
|
align-items: stretch;
|
|
458
542
|
}
|
|
@@ -521,6 +605,14 @@
|
|
|
521
605
|
animation-name: x44muo0-B;
|
|
522
606
|
}
|
|
523
607
|
|
|
608
|
+
.xhcg92z {
|
|
609
|
+
animation-name: xaiqkx-B;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.x1vp2x8x {
|
|
613
|
+
animation-name: xbfugmq-B;
|
|
614
|
+
}
|
|
615
|
+
|
|
524
616
|
.x1ol1z9a {
|
|
525
617
|
animation-name: xetzqjq-B;
|
|
526
618
|
}
|
|
@@ -553,6 +645,10 @@
|
|
|
553
645
|
animation-timing-function: ease-out;
|
|
554
646
|
}
|
|
555
647
|
|
|
648
|
+
.x1xf60yi {
|
|
649
|
+
animation-timing-function: easeInOut;
|
|
650
|
+
}
|
|
651
|
+
|
|
556
652
|
.x1esw782 {
|
|
557
653
|
animation-timing-function: linear;
|
|
558
654
|
}
|
|
@@ -569,6 +665,10 @@
|
|
|
569
665
|
backdrop-filter: blur(24px);
|
|
570
666
|
}
|
|
571
667
|
|
|
668
|
+
.xpivpjv {
|
|
669
|
+
backdrop-filter: blur(4px);
|
|
670
|
+
}
|
|
671
|
+
|
|
572
672
|
.xjbqb8w {
|
|
573
673
|
background-color: #0000;
|
|
574
674
|
}
|
|
@@ -637,10 +737,22 @@
|
|
|
637
737
|
background-color: var(--x4npmm6);
|
|
638
738
|
}
|
|
639
739
|
|
|
740
|
+
.xco6srq {
|
|
741
|
+
background-color: var(--x6l5ye8);
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.x1ujr0wo {
|
|
745
|
+
background-color: var(--x7rwqrp);
|
|
746
|
+
}
|
|
747
|
+
|
|
640
748
|
.x1ts685x {
|
|
641
749
|
background-color: var(--x7we1u4);
|
|
642
750
|
}
|
|
643
751
|
|
|
752
|
+
.xkqprv5 {
|
|
753
|
+
background-color: var(--x9boa8o);
|
|
754
|
+
}
|
|
755
|
+
|
|
644
756
|
.x1ae029q {
|
|
645
757
|
background-color: var(--xaubso4);
|
|
646
758
|
}
|
|
@@ -665,6 +777,10 @@
|
|
|
665
777
|
background-color: var(--xgm7y0w);
|
|
666
778
|
}
|
|
667
779
|
|
|
780
|
+
.xf1mq91 {
|
|
781
|
+
background-color: var(--xo79180);
|
|
782
|
+
}
|
|
783
|
+
|
|
668
784
|
.x12bdm6x {
|
|
669
785
|
background-color: var(--xrlp4ei);
|
|
670
786
|
}
|
|
@@ -689,6 +805,22 @@
|
|
|
689
805
|
border-collapse: collapse;
|
|
690
806
|
}
|
|
691
807
|
|
|
808
|
+
.x16uus16 {
|
|
809
|
+
border-end-end-radius: 0;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.xnpd9io {
|
|
813
|
+
border-end-end-radius: var(--xcxkm4p);
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.xbiv7yw {
|
|
817
|
+
border-end-start-radius: 0;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.xefxtlz {
|
|
821
|
+
border-end-start-radius: var(--xcxkm4p);
|
|
822
|
+
}
|
|
823
|
+
|
|
692
824
|
.x68a8g9 {
|
|
693
825
|
border-inline-end-color: var(--x1t7g4u6);
|
|
694
826
|
}
|
|
@@ -721,6 +853,22 @@
|
|
|
721
853
|
border-inline-start-width: 1px;
|
|
722
854
|
}
|
|
723
855
|
|
|
856
|
+
.x1ga7v0g {
|
|
857
|
+
border-start-end-radius: 0;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.xca9i15 {
|
|
861
|
+
border-start-end-radius: var(--xcxkm4p);
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.x15mokao {
|
|
865
|
+
border-start-start-radius: 0;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.x1t1ishd {
|
|
869
|
+
border-start-start-radius: var(--xcxkm4p);
|
|
870
|
+
}
|
|
871
|
+
|
|
724
872
|
.x68u2t3 {
|
|
725
873
|
box-shadow: 0 0 0 1px var(--x79fgis);
|
|
726
874
|
}
|
|
@@ -729,6 +877,14 @@
|
|
|
729
877
|
box-shadow: 0 0 0 1px var(--xgm7y0w);
|
|
730
878
|
}
|
|
731
879
|
|
|
880
|
+
.xwkl8hi {
|
|
881
|
+
box-shadow: 0 0 0 2px var(--x1poa4dm),0 0 0 4px var(--x79fgis);
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.xl4ymmc {
|
|
885
|
+
box-shadow: 0 0 0 2px var(--x1poa4dm);
|
|
886
|
+
}
|
|
887
|
+
|
|
732
888
|
.xx5a3qy {
|
|
733
889
|
box-shadow: 0 0 0 2px var(--x79fgis);
|
|
734
890
|
}
|
|
@@ -757,6 +913,10 @@
|
|
|
757
913
|
box-sizing: border-box;
|
|
758
914
|
}
|
|
759
915
|
|
|
916
|
+
.x1afcbsf {
|
|
917
|
+
box-sizing: content-box;
|
|
918
|
+
}
|
|
919
|
+
|
|
760
920
|
.xzpqnlu {
|
|
761
921
|
clip: rect(0,0,0,0);
|
|
762
922
|
}
|
|
@@ -793,6 +953,10 @@
|
|
|
793
953
|
color: var(--x16n9mb9);
|
|
794
954
|
}
|
|
795
955
|
|
|
956
|
+
.x172moaz {
|
|
957
|
+
color: var(--x19wncxt);
|
|
958
|
+
}
|
|
959
|
+
|
|
796
960
|
.x168k8y {
|
|
797
961
|
color: var(--x1f1ph2q);
|
|
798
962
|
}
|
|
@@ -829,10 +993,18 @@
|
|
|
829
993
|
color: var(--x27tw8h);
|
|
830
994
|
}
|
|
831
995
|
|
|
996
|
+
.x1985pff {
|
|
997
|
+
color: var(--x4npmm6);
|
|
998
|
+
}
|
|
999
|
+
|
|
832
1000
|
.xvyu1bt {
|
|
833
1001
|
color: var(--x6beaur);
|
|
834
1002
|
}
|
|
835
1003
|
|
|
1004
|
+
.x171h1hi {
|
|
1005
|
+
color: var(--x6l5ye8);
|
|
1006
|
+
}
|
|
1007
|
+
|
|
836
1008
|
.x1vg8jgu {
|
|
837
1009
|
color: var(--x7rwqrp);
|
|
838
1010
|
}
|
|
@@ -913,6 +1085,10 @@
|
|
|
913
1085
|
display: none;
|
|
914
1086
|
}
|
|
915
1087
|
|
|
1088
|
+
.xf5m44m {
|
|
1089
|
+
display: table-row;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
916
1092
|
.x117rol3 {
|
|
917
1093
|
fill: currentColor;
|
|
918
1094
|
}
|
|
@@ -965,6 +1141,22 @@
|
|
|
965
1141
|
font-size: .625rem;
|
|
966
1142
|
}
|
|
967
1143
|
|
|
1144
|
+
.x1k6wstc {
|
|
1145
|
+
font-size: 10px;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.xosj86m {
|
|
1149
|
+
font-size: 18px;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.x1pvqxga {
|
|
1153
|
+
font-size: 24px;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.x1s3cmhv {
|
|
1157
|
+
font-size: 32px;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
968
1160
|
.xdzlmae {
|
|
969
1161
|
font-size: 8px;
|
|
970
1162
|
}
|
|
@@ -1005,6 +1197,10 @@
|
|
|
1005
1197
|
font-size: var(--xz9ra21);
|
|
1006
1198
|
}
|
|
1007
1199
|
|
|
1200
|
+
.xss6m8b {
|
|
1201
|
+
font-variant-numeric: tabular-nums;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1008
1204
|
.x1fzl42d {
|
|
1009
1205
|
font-weight: var(--x1i7new4);
|
|
1010
1206
|
}
|
|
@@ -1093,6 +1289,10 @@
|
|
|
1093
1289
|
line-height: 1;
|
|
1094
1290
|
}
|
|
1095
1291
|
|
|
1292
|
+
.x1wfe3co {
|
|
1293
|
+
line-height: 12px;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1096
1296
|
.xs9xs7g {
|
|
1097
1297
|
line-height: var(--x107177a);
|
|
1098
1298
|
}
|
|
@@ -1137,10 +1337,34 @@
|
|
|
1137
1337
|
margin-inline-end: var(--x9epbqz);
|
|
1138
1338
|
}
|
|
1139
1339
|
|
|
1340
|
+
.x1a5kqlc {
|
|
1341
|
+
margin-inline-start: -10px;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.x18xomjl {
|
|
1345
|
+
margin-inline-start: -12px;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.x4m0w28 {
|
|
1349
|
+
margin-inline-start: -14px;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.x162z183 {
|
|
1353
|
+
margin-inline-start: -16px;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1140
1356
|
.x1hb08if {
|
|
1141
1357
|
margin-inline-start: -1px;
|
|
1142
1358
|
}
|
|
1143
1359
|
|
|
1360
|
+
.xw01apr {
|
|
1361
|
+
margin-inline-start: -6px;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.x1qfufaz {
|
|
1365
|
+
margin-inline-start: -8px;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1144
1368
|
.x1lziwak {
|
|
1145
1369
|
margin-inline-start: 0;
|
|
1146
1370
|
}
|
|
@@ -1161,6 +1385,10 @@
|
|
|
1161
1385
|
object-fit: cover;
|
|
1162
1386
|
}
|
|
1163
1387
|
|
|
1388
|
+
.x3onkmb {
|
|
1389
|
+
opacity: .35;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1164
1392
|
.xti2d7y {
|
|
1165
1393
|
opacity: .4;
|
|
1166
1394
|
}
|
|
@@ -1277,6 +1505,10 @@
|
|
|
1277
1505
|
resize: vertical;
|
|
1278
1506
|
}
|
|
1279
1507
|
|
|
1508
|
+
.xkcv6ua {
|
|
1509
|
+
scroll-behavior: smooth;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1280
1512
|
.x1rohswg {
|
|
1281
1513
|
scrollbar-width: none;
|
|
1282
1514
|
}
|
|
@@ -1309,6 +1541,10 @@
|
|
|
1309
1541
|
text-transform: uppercase;
|
|
1310
1542
|
}
|
|
1311
1543
|
|
|
1544
|
+
.x1nf803f {
|
|
1545
|
+
transform-origin: 0;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1312
1548
|
.x1iffjtl {
|
|
1313
1549
|
transform: rotate(90deg);
|
|
1314
1550
|
}
|
|
@@ -1329,6 +1565,14 @@
|
|
|
1329
1565
|
transform: translate(-50%, -50%);
|
|
1330
1566
|
}
|
|
1331
1567
|
|
|
1568
|
+
.x1dlkh6b {
|
|
1569
|
+
transform: translate(10%, -10%);
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
.x5rjim9 {
|
|
1573
|
+
transform: translate(10%, 10%);
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1332
1576
|
.x11e568v {
|
|
1333
1577
|
transform: translateX(-10px);
|
|
1334
1578
|
}
|
|
@@ -1365,6 +1609,10 @@
|
|
|
1365
1609
|
transition-property: background-color, border-color, box-shadow;
|
|
1366
1610
|
}
|
|
1367
1611
|
|
|
1612
|
+
.xgzoi8n {
|
|
1613
|
+
transition-property: background-color, border-color, color, box-shadow;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1368
1616
|
.xv65o4f {
|
|
1369
1617
|
transition-property: background-color, border-color, color, transform;
|
|
1370
1618
|
}
|
|
@@ -1401,6 +1649,10 @@
|
|
|
1401
1649
|
transition-property: color, background-color;
|
|
1402
1650
|
}
|
|
1403
1651
|
|
|
1652
|
+
.x2m66ac {
|
|
1653
|
+
transition-property: color, transform;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1404
1656
|
.xt3l3uh {
|
|
1405
1657
|
transition-property: color;
|
|
1406
1658
|
}
|
|
@@ -1692,6 +1944,10 @@
|
|
|
1692
1944
|
transform: translate(-50%, -50%);
|
|
1693
1945
|
}
|
|
1694
1946
|
|
|
1947
|
+
.xu9xbu2:hover {
|
|
1948
|
+
z-index: 10;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1695
1951
|
.xwrbsis:focus {
|
|
1696
1952
|
box-shadow: 0 0 0 1px var(--x79fgis);
|
|
1697
1953
|
}
|
|
@@ -1793,6 +2049,10 @@
|
|
|
1793
2049
|
}
|
|
1794
2050
|
|
|
1795
2051
|
@media (width <= 640px) {
|
|
2052
|
+
.xp7j7s0.xp7j7s0 {
|
|
2053
|
+
align-items: center;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
1796
2056
|
.x1p86maa.x1p86maa {
|
|
1797
2057
|
align-items: flex-end;
|
|
1798
2058
|
}
|
|
@@ -1827,6 +2087,10 @@
|
|
|
1827
2087
|
}
|
|
1828
2088
|
|
|
1829
2089
|
@media (prefers-reduced-motion: reduce) {
|
|
2090
|
+
.xg83hb1.xg83hb1 {
|
|
2091
|
+
scroll-behavior: auto;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
1830
2094
|
.x4wkmsb.x4wkmsb {
|
|
1831
2095
|
transition-property: none;
|
|
1832
2096
|
}
|
|
@@ -1978,6 +2242,18 @@
|
|
|
1978
2242
|
height: 22px;
|
|
1979
2243
|
}
|
|
1980
2244
|
|
|
2245
|
+
.xxk0z11 {
|
|
2246
|
+
height: 24px;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
.x1fgtraw {
|
|
2250
|
+
height: 28px;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
.x90ne7k {
|
|
2254
|
+
height: 34px;
|
|
2255
|
+
}
|
|
2256
|
+
|
|
1981
2257
|
.xc9qbxq {
|
|
1982
2258
|
height: 36px;
|
|
1983
2259
|
}
|
|
@@ -1994,6 +2270,18 @@
|
|
|
1994
2270
|
height: 400px;
|
|
1995
2271
|
}
|
|
1996
2272
|
|
|
2273
|
+
.x1vqgdyp {
|
|
2274
|
+
height: 40px;
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
.xn3w4p2 {
|
|
2278
|
+
height: 44px;
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
.xsdox4t {
|
|
2282
|
+
height: 48px;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
1997
2285
|
.xqu0tyb {
|
|
1998
2286
|
height: 4px;
|
|
1999
2287
|
}
|
|
@@ -2002,10 +2290,22 @@
|
|
|
2002
2290
|
height: 50%;
|
|
2003
2291
|
}
|
|
2004
2292
|
|
|
2293
|
+
.x10vz0mv {
|
|
2294
|
+
height: 55%;
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
.xnnlda6 {
|
|
2298
|
+
height: 56px;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2005
2301
|
.x1jn0hjm {
|
|
2006
2302
|
height: 600px;
|
|
2007
2303
|
}
|
|
2008
2304
|
|
|
2305
|
+
.x1peatla {
|
|
2306
|
+
height: 64px;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2009
2309
|
.xols6we {
|
|
2010
2310
|
height: 6px;
|
|
2011
2311
|
}
|
|
@@ -2054,6 +2354,10 @@
|
|
|
2054
2354
|
height: var(--x1fim08e);
|
|
2055
2355
|
}
|
|
2056
2356
|
|
|
2357
|
+
.xkoxchw {
|
|
2358
|
+
height: var(--x1jforli);
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2057
2361
|
.x1y99m2t {
|
|
2058
2362
|
height: var(--x3461u0);
|
|
2059
2363
|
}
|
|
@@ -2110,6 +2414,10 @@
|
|
|
2110
2414
|
max-height: 300px;
|
|
2111
2415
|
}
|
|
2112
2416
|
|
|
2417
|
+
.x1p6zaud {
|
|
2418
|
+
max-height: 340px;
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2113
2421
|
.x2fefue {
|
|
2114
2422
|
max-height: calc(100dvh - var(--x9epbqz) * 2);
|
|
2115
2423
|
}
|
|
@@ -2126,14 +2434,30 @@
|
|
|
2126
2434
|
max-width: 400px;
|
|
2127
2435
|
}
|
|
2128
2436
|
|
|
2437
|
+
.xq2pcee {
|
|
2438
|
+
max-width: 440px;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
.x1pfbilc {
|
|
2442
|
+
max-width: 460px;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2129
2445
|
.x65f84u {
|
|
2130
2446
|
max-width: 500px;
|
|
2131
2447
|
}
|
|
2132
2448
|
|
|
2449
|
+
.xp73w0s {
|
|
2450
|
+
max-width: 580px;
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2133
2453
|
.x11gisft {
|
|
2134
2454
|
max-width: 640px;
|
|
2135
2455
|
}
|
|
2136
2456
|
|
|
2457
|
+
.xrgej4m {
|
|
2458
|
+
max-width: 700px;
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2137
2461
|
.x5n70c2 {
|
|
2138
2462
|
max-width: calc(100vw - var(--x9epbqz) * 2);
|
|
2139
2463
|
}
|
|
@@ -2146,6 +2470,10 @@
|
|
|
2146
2470
|
min-height: 260px;
|
|
2147
2471
|
}
|
|
2148
2472
|
|
|
2473
|
+
.x1wiwyrm {
|
|
2474
|
+
min-height: 52px;
|
|
2475
|
+
}
|
|
2476
|
+
|
|
2149
2477
|
.x8nclml {
|
|
2150
2478
|
min-height: 64px;
|
|
2151
2479
|
}
|
|
@@ -2182,6 +2510,18 @@
|
|
|
2182
2510
|
min-width: 250px;
|
|
2183
2511
|
}
|
|
2184
2512
|
|
|
2513
|
+
.x1264ykn {
|
|
2514
|
+
min-width: 28px;
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
.x15hfatp {
|
|
2518
|
+
min-width: 36px;
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
.x1nb6za0 {
|
|
2522
|
+
min-width: 44px;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2185
2525
|
.x1wbik15 {
|
|
2186
2526
|
min-width: var(--trigger-width);
|
|
2187
2527
|
}
|
|
@@ -2226,6 +2566,10 @@
|
|
|
2226
2566
|
padding-bottom: var(--xpmkuee);
|
|
2227
2567
|
}
|
|
2228
2568
|
|
|
2569
|
+
.x15imoyu {
|
|
2570
|
+
padding-top: 12vh;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2229
2573
|
.x11r5io {
|
|
2230
2574
|
padding-top: var(--x1djehx3);
|
|
2231
2575
|
}
|
|
@@ -2278,6 +2622,10 @@
|
|
|
2278
2622
|
width: 10px;
|
|
2279
2623
|
}
|
|
2280
2624
|
|
|
2625
|
+
.xsmyaan {
|
|
2626
|
+
width: 12px;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2281
2629
|
.x6jxa94 {
|
|
2282
2630
|
width: 14px;
|
|
2283
2631
|
}
|
|
@@ -2306,10 +2654,18 @@
|
|
|
2306
2654
|
width: 22px;
|
|
2307
2655
|
}
|
|
2308
2656
|
|
|
2657
|
+
.xvy4d1p {
|
|
2658
|
+
width: 24px;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2309
2661
|
.xfo62xy {
|
|
2310
2662
|
width: 2px;
|
|
2311
2663
|
}
|
|
2312
2664
|
|
|
2665
|
+
.x1691je0 {
|
|
2666
|
+
width: 34px;
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2313
2669
|
.x14qfxbe {
|
|
2314
2670
|
width: 36px;
|
|
2315
2671
|
}
|
|
@@ -2322,10 +2678,22 @@
|
|
|
2322
2678
|
width: 400px;
|
|
2323
2679
|
}
|
|
2324
2680
|
|
|
2681
|
+
.x100vrsf {
|
|
2682
|
+
width: 40px;
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2325
2685
|
.x1useyqa {
|
|
2326
2686
|
width: 48px;
|
|
2327
2687
|
}
|
|
2328
2688
|
|
|
2689
|
+
.x1kmanbg {
|
|
2690
|
+
width: 55%;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
.x15yg21f {
|
|
2694
|
+
width: 56px;
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2329
2697
|
.x14rvwrp {
|
|
2330
2698
|
width: 600px;
|
|
2331
2699
|
}
|
|
@@ -2370,6 +2738,10 @@
|
|
|
2370
2738
|
width: calc(var(--x9epbqz) * 2 + var(--x1bapz3m));
|
|
2371
2739
|
}
|
|
2372
2740
|
|
|
2741
|
+
.xeq5yr9 {
|
|
2742
|
+
width: fit-content;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2373
2745
|
.x1u5fxiv {
|
|
2374
2746
|
width: var(--sidebar-collapsed-width, 72px);
|
|
2375
2747
|
}
|
|
@@ -2390,6 +2762,10 @@
|
|
|
2390
2762
|
width: var(--x1fim08e);
|
|
2391
2763
|
}
|
|
2392
2764
|
|
|
2765
|
+
.x1tud5wn {
|
|
2766
|
+
width: var(--x1jforli);
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2393
2769
|
.x1gbck44 {
|
|
2394
2770
|
width: var(--x1xsmz2k);
|
|
2395
2771
|
}
|
|
@@ -2515,6 +2891,10 @@
|
|
|
2515
2891
|
max-width: 100vw;
|
|
2516
2892
|
}
|
|
2517
2893
|
|
|
2894
|
+
.x1vy0343.x1vy0343 {
|
|
2895
|
+
padding-top: 0;
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2518
2898
|
.xwq8cf5.xwq8cf5 {
|
|
2519
2899
|
width: 100vw;
|
|
2520
2900
|
}
|
|
@@ -2522,9 +2902,37 @@
|
|
|
2522
2902
|
}
|
|
2523
2903
|
|
|
2524
2904
|
@layer priority6 {
|
|
2905
|
+
.x1lvj5ml::-webkit-search-decoration {
|
|
2906
|
+
-webkit-appearance: none;
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
.x85pmdh::-webkit-search-cancel-button {
|
|
2910
|
+
-webkit-appearance: none;
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2913
|
+
.x14riyr1::placeholder {
|
|
2914
|
+
color: var(--xaffrw6);
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
.x1hcrkkg::-webkit-search-cancel-button {
|
|
2918
|
+
display: none;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2525
2921
|
.xfk6m8::-webkit-scrollbar {
|
|
2526
2922
|
display: none;
|
|
2527
2923
|
}
|
|
2924
|
+
|
|
2925
|
+
.xfvqz1d::-webkit-search-results-button {
|
|
2926
|
+
display: none;
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
.xgpabu4::-webkit-search-results-decoration {
|
|
2930
|
+
display: none;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
.xzwh6sb::-webkit-search-decoration {
|
|
2934
|
+
display: none;
|
|
2935
|
+
}
|
|
2528
2936
|
}
|
|
2529
2937
|
|
|
2530
2938
|
@keyframes xetzqjq-B {
|
|
@@ -2567,6 +2975,18 @@
|
|
|
2567
2975
|
}
|
|
2568
2976
|
}
|
|
2569
2977
|
|
|
2978
|
+
@keyframes xaiqkx-B {
|
|
2979
|
+
from {
|
|
2980
|
+
opacity: 0;
|
|
2981
|
+
transform: scale(.96) translateY(-8px);
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
to {
|
|
2985
|
+
opacity: 1;
|
|
2986
|
+
transform: scale(1) translateY(0);
|
|
2987
|
+
}
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2570
2990
|
@keyframes x44muo0-B {
|
|
2571
2991
|
from {
|
|
2572
2992
|
transform: translateX(100%);
|
|
@@ -2587,6 +3007,20 @@
|
|
|
2587
3007
|
}
|
|
2588
3008
|
}
|
|
2589
3009
|
|
|
3010
|
+
@keyframes xbfugmq-B {
|
|
3011
|
+
0% {
|
|
3012
|
+
transform: translateX(-100%) scaleX(.2);
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
50% {
|
|
3016
|
+
transform: translateX(0%) scaleX(.7);
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
100% {
|
|
3020
|
+
transform: translateX(100%) scaleX(.2);
|
|
3021
|
+
}
|
|
3022
|
+
}
|
|
3023
|
+
|
|
2590
3024
|
@keyframes x1q62cp-B {
|
|
2591
3025
|
from {
|
|
2592
3026
|
transform: translateY(-100%);
|