@moul-dev/ui 2026.8.18 → 2026.8.21
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 +204 -8
- package/dist/moul-ui.js +4887 -3446
- package/dist/src/components/Button/Button.d.ts +1 -0
- package/dist/src/components/Button/Button.styles.d.ts +17 -0
- package/dist/src/components/ComboBox/ComboBox.styles.d.ts +8 -0
- package/dist/src/components/LogsViewer/Logs.d.ts +29 -0
- package/dist/src/components/LogsViewer/Logs.styles.d.ts +482 -0
- package/dist/src/components/LogsViewer/Logs.types.d.ts +208 -0
- package/dist/src/components/LogsViewer/exampleLogs.d.ts +3 -0
- package/dist/src/components/LogsViewer/index.d.ts +4 -0
- package/dist/src/components/LogsViewer/parseLogs.d.ts +21 -0
- package/dist/src/components/NumberField/NumberField.styles.d.ts +8 -0
- package/dist/src/components/SearchField/SearchField.styles.d.ts +23 -0
- package/dist/src/components/Sidebar/Sidebar.d.ts +3 -1
- package/dist/src/components/Sidebar/Sidebar.styles.d.ts +9 -5
- 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.d.ts +1 -1
- package/dist/src/components/ToggleButton/ToggleButton.styles.d.ts +20 -12
- package/dist/src/index.d.ts +4 -1
- package/dist/src/tokens/tokens.stylex.d.ts +1 -0
- package/dist/tokens.stylex.js +126 -0
- package/package.json +10 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
inset: 0;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
+
.xkdpibf {
|
|
9
|
+
margin: -1px;
|
|
10
|
+
}
|
|
11
|
+
|
|
8
12
|
.x1ghz6dp {
|
|
9
13
|
margin: 0;
|
|
10
14
|
}
|
|
@@ -259,6 +263,10 @@
|
|
|
259
263
|
padding-block: 0;
|
|
260
264
|
}
|
|
261
265
|
|
|
266
|
+
.xsplgde {
|
|
267
|
+
padding-block: 1px;
|
|
268
|
+
}
|
|
269
|
+
|
|
262
270
|
.xj8oexa {
|
|
263
271
|
padding-block: 2px;
|
|
264
272
|
}
|
|
@@ -343,6 +351,12 @@
|
|
|
343
351
|
transition: width .3s ease-in-out;
|
|
344
352
|
}
|
|
345
353
|
|
|
354
|
+
@supports (backdrop-filter: blur(1px)) {
|
|
355
|
+
.x1d4ru57.x1d4ru57 {
|
|
356
|
+
border-color: var(--x8ovk6j);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
|
|
346
360
|
.xz5s84m:focus-visible {
|
|
347
361
|
border-color: var(--x79fgis);
|
|
348
362
|
}
|
|
@@ -415,10 +429,6 @@
|
|
|
415
429
|
}
|
|
416
430
|
|
|
417
431
|
@layer priority4 {
|
|
418
|
-
.xoy38ig {
|
|
419
|
-
-webkit-backdrop-filter: blur(20px);
|
|
420
|
-
}
|
|
421
|
-
|
|
422
432
|
.xkb926n {
|
|
423
433
|
-webkit-backdrop-filter: blur(24px);
|
|
424
434
|
}
|
|
@@ -555,10 +565,6 @@
|
|
|
555
565
|
aspect-ratio: 1;
|
|
556
566
|
}
|
|
557
567
|
|
|
558
|
-
.x1qb2erx {
|
|
559
|
-
backdrop-filter: blur(20px);
|
|
560
|
-
}
|
|
561
|
-
|
|
562
568
|
.xwhdwdg {
|
|
563
569
|
backdrop-filter: blur(24px);
|
|
564
570
|
}
|
|
@@ -751,6 +757,10 @@
|
|
|
751
757
|
box-sizing: border-box;
|
|
752
758
|
}
|
|
753
759
|
|
|
760
|
+
.xzpqnlu {
|
|
761
|
+
clip: rect(0,0,0,0);
|
|
762
|
+
}
|
|
763
|
+
|
|
754
764
|
.xntwwlm {
|
|
755
765
|
color-scheme: dark;
|
|
756
766
|
}
|
|
@@ -775,6 +785,10 @@
|
|
|
775
785
|
color: var(--x11vz4nw);
|
|
776
786
|
}
|
|
777
787
|
|
|
788
|
+
.xw5efua {
|
|
789
|
+
color: var(--x14tkvwa);
|
|
790
|
+
}
|
|
791
|
+
|
|
778
792
|
.xi2mch {
|
|
779
793
|
color: var(--x16n9mb9);
|
|
780
794
|
}
|
|
@@ -783,6 +797,10 @@
|
|
|
783
797
|
color: var(--x1f1ph2q);
|
|
784
798
|
}
|
|
785
799
|
|
|
800
|
+
.xlwof4h {
|
|
801
|
+
color: var(--x1foz1o3);
|
|
802
|
+
}
|
|
803
|
+
|
|
786
804
|
.x1fcr4i {
|
|
787
805
|
color: var(--x1i80a2t);
|
|
788
806
|
}
|
|
@@ -807,6 +825,10 @@
|
|
|
807
825
|
color: var(--x21z8aa);
|
|
808
826
|
}
|
|
809
827
|
|
|
828
|
+
.x4hek4v {
|
|
829
|
+
color: var(--x27tw8h);
|
|
830
|
+
}
|
|
831
|
+
|
|
810
832
|
.xvyu1bt {
|
|
811
833
|
color: var(--x6beaur);
|
|
812
834
|
}
|
|
@@ -827,6 +849,10 @@
|
|
|
827
849
|
color: var(--xaubso4);
|
|
828
850
|
}
|
|
829
851
|
|
|
852
|
+
.x1uvyghg {
|
|
853
|
+
color: var(--xftmch4);
|
|
854
|
+
}
|
|
855
|
+
|
|
830
856
|
.xg5guvn {
|
|
831
857
|
color: var(--xgm7y0w);
|
|
832
858
|
}
|
|
@@ -879,6 +905,10 @@
|
|
|
879
905
|
display: inline-flex;
|
|
880
906
|
}
|
|
881
907
|
|
|
908
|
+
.xt0psk2 {
|
|
909
|
+
display: inline;
|
|
910
|
+
}
|
|
911
|
+
|
|
882
912
|
.x1s85apg {
|
|
883
913
|
display: none;
|
|
884
914
|
}
|
|
@@ -911,10 +941,22 @@
|
|
|
911
941
|
flex-shrink: 0;
|
|
912
942
|
}
|
|
913
943
|
|
|
944
|
+
.xozqiw3 {
|
|
945
|
+
flex-wrap: nowrap;
|
|
946
|
+
}
|
|
947
|
+
|
|
914
948
|
.x1a02dak {
|
|
915
949
|
flex-wrap: wrap;
|
|
916
950
|
}
|
|
917
951
|
|
|
952
|
+
.x4w1nh8 {
|
|
953
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.x17yh6e0 {
|
|
957
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
958
|
+
}
|
|
959
|
+
|
|
918
960
|
.xiqomwy {
|
|
919
961
|
font-family: var(--xb7uvbd);
|
|
920
962
|
}
|
|
@@ -983,6 +1025,10 @@
|
|
|
983
1025
|
grid-template-columns: minmax(100px, 1.5fr) 2fr minmax(60px, auto);
|
|
984
1026
|
}
|
|
985
1027
|
|
|
1028
|
+
.x19vt64s {
|
|
1029
|
+
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
1030
|
+
}
|
|
1031
|
+
|
|
986
1032
|
.xihq33y {
|
|
987
1033
|
grid-template-rows: 0fr;
|
|
988
1034
|
}
|
|
@@ -1027,6 +1073,10 @@
|
|
|
1027
1073
|
justify-content: space-between;
|
|
1028
1074
|
}
|
|
1029
1075
|
|
|
1076
|
+
.xjat59b {
|
|
1077
|
+
letter-spacing: -.01em;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1030
1080
|
.x16q24ku {
|
|
1031
1081
|
letter-spacing: .02em;
|
|
1032
1082
|
}
|
|
@@ -1035,6 +1085,10 @@
|
|
|
1035
1085
|
letter-spacing: .05em;
|
|
1036
1086
|
}
|
|
1037
1087
|
|
|
1088
|
+
.x1dgsrnt {
|
|
1089
|
+
letter-spacing: .06em;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1038
1092
|
.xo5v014 {
|
|
1039
1093
|
line-height: 1;
|
|
1040
1094
|
}
|
|
@@ -1115,6 +1169,10 @@
|
|
|
1115
1169
|
opacity: .5;
|
|
1116
1170
|
}
|
|
1117
1171
|
|
|
1172
|
+
.x197sbye {
|
|
1173
|
+
opacity: .6;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1118
1176
|
.x1ks1olk {
|
|
1119
1177
|
opacity: .7;
|
|
1120
1178
|
}
|
|
@@ -1219,6 +1277,10 @@
|
|
|
1219
1277
|
resize: vertical;
|
|
1220
1278
|
}
|
|
1221
1279
|
|
|
1280
|
+
.xkcv6ua {
|
|
1281
|
+
scroll-behavior: smooth;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1222
1284
|
.x1rohswg {
|
|
1223
1285
|
scrollbar-width: none;
|
|
1224
1286
|
}
|
|
@@ -1231,6 +1293,10 @@
|
|
|
1231
1293
|
stroke: var(--x1t7g4u6);
|
|
1232
1294
|
}
|
|
1233
1295
|
|
|
1296
|
+
.x2b8uid {
|
|
1297
|
+
text-align: center;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1234
1300
|
.xp4054r {
|
|
1235
1301
|
text-align: end;
|
|
1236
1302
|
}
|
|
@@ -1319,6 +1385,10 @@
|
|
|
1319
1385
|
transition-property: background-color, color;
|
|
1320
1386
|
}
|
|
1321
1387
|
|
|
1388
|
+
.x15406qy {
|
|
1389
|
+
transition-property: background-color;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1322
1392
|
.x1tv3a4w {
|
|
1323
1393
|
transition-property: border-color, box-shadow, background-color;
|
|
1324
1394
|
}
|
|
@@ -1388,14 +1458,34 @@
|
|
|
1388
1458
|
vertical-align: middle;
|
|
1389
1459
|
}
|
|
1390
1460
|
|
|
1461
|
+
.x16dsc37 {
|
|
1462
|
+
vertical-align: top;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1391
1465
|
.xlshs6z {
|
|
1392
1466
|
visibility: hidden;
|
|
1393
1467
|
}
|
|
1394
1468
|
|
|
1469
|
+
.xq9mrsl {
|
|
1470
|
+
white-space: inherit;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1395
1473
|
.xuxw1ft {
|
|
1396
1474
|
white-space: nowrap;
|
|
1397
1475
|
}
|
|
1398
1476
|
|
|
1477
|
+
.x126k92a {
|
|
1478
|
+
white-space: pre-wrap;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.x1yn0g08 {
|
|
1482
|
+
word-break: break-all;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.x13faqbe {
|
|
1486
|
+
word-break: break-word;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1399
1489
|
.x8knxv4 {
|
|
1400
1490
|
z-index: -1;
|
|
1401
1491
|
}
|
|
@@ -1436,6 +1526,20 @@
|
|
|
1436
1526
|
z-index: var(--xjyalnt);
|
|
1437
1527
|
}
|
|
1438
1528
|
|
|
1529
|
+
@supports (backdrop-filter: blur(1px)) {
|
|
1530
|
+
.x1s81ebe.x1s81ebe {
|
|
1531
|
+
-webkit-backdrop-filter: blur(20px);
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
.xe2z377.xe2z377 {
|
|
1535
|
+
backdrop-filter: blur(20px);
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
.x1jltm6i.x1jltm6i {
|
|
1539
|
+
background-color: var(--x7we1u4);
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1439
1543
|
.xnp4op9:focus-visible {
|
|
1440
1544
|
box-shadow: 0 0 0 1px var(--x79fgis);
|
|
1441
1545
|
}
|
|
@@ -1727,6 +1831,10 @@
|
|
|
1727
1831
|
}
|
|
1728
1832
|
|
|
1729
1833
|
@media (prefers-reduced-motion: reduce) {
|
|
1834
|
+
.xg83hb1.xg83hb1 {
|
|
1835
|
+
scroll-behavior: auto;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1730
1838
|
.x4wkmsb.x4wkmsb {
|
|
1731
1839
|
transition-property: none;
|
|
1732
1840
|
}
|
|
@@ -1774,6 +1882,26 @@
|
|
|
1774
1882
|
border-bottom-width: 2px;
|
|
1775
1883
|
}
|
|
1776
1884
|
|
|
1885
|
+
.x4y1qgl {
|
|
1886
|
+
border-left-color: var(--x14tkvwa);
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
.x127nmog {
|
|
1890
|
+
border-left-color: var(--x9boa8o);
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
.x114bvnu {
|
|
1894
|
+
border-left-color: var(--xgm7y0w);
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
.x19ypqd9 {
|
|
1898
|
+
border-left-style: solid;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
.x19sr0n1 {
|
|
1902
|
+
border-left-width: 2px;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1777
1905
|
.x1v8p93f {
|
|
1778
1906
|
border-top-color: #0000;
|
|
1779
1907
|
}
|
|
@@ -1978,6 +2106,10 @@
|
|
|
1978
2106
|
margin-top: var(--x9epbqz);
|
|
1979
2107
|
}
|
|
1980
2108
|
|
|
2109
|
+
.xmz0i5r {
|
|
2110
|
+
max-height: 100%;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
1981
2113
|
.x1bwycvy {
|
|
1982
2114
|
max-height: 100vh;
|
|
1983
2115
|
}
|
|
@@ -2034,6 +2166,14 @@
|
|
|
2034
2166
|
min-height: calc(var(--x3461u0) * 2);
|
|
2035
2167
|
}
|
|
2036
2168
|
|
|
2169
|
+
.xeuugli {
|
|
2170
|
+
min-width: 0;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
.xktpd3l {
|
|
2174
|
+
min-width: 100px;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2037
2177
|
.x1d77m7x {
|
|
2038
2178
|
min-width: 140px;
|
|
2039
2179
|
}
|
|
@@ -2042,6 +2182,10 @@
|
|
|
2042
2182
|
min-width: 160px;
|
|
2043
2183
|
}
|
|
2044
2184
|
|
|
2185
|
+
.xlm99nl {
|
|
2186
|
+
min-width: 240px;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2045
2189
|
.x2ixbly {
|
|
2046
2190
|
min-width: 250px;
|
|
2047
2191
|
}
|
|
@@ -2146,6 +2290,10 @@
|
|
|
2146
2290
|
width: 14px;
|
|
2147
2291
|
}
|
|
2148
2292
|
|
|
2293
|
+
.xq1dxzn {
|
|
2294
|
+
width: 160px;
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2149
2297
|
.x1kky2od {
|
|
2150
2298
|
width: 16px;
|
|
2151
2299
|
}
|
|
@@ -2154,6 +2302,10 @@
|
|
|
2154
2302
|
width: 18px;
|
|
2155
2303
|
}
|
|
2156
2304
|
|
|
2305
|
+
.x1i1rx1s {
|
|
2306
|
+
width: 1px;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2157
2309
|
.xw4jnvo {
|
|
2158
2310
|
width: 20px;
|
|
2159
2311
|
}
|
|
@@ -2178,14 +2330,26 @@
|
|
|
2178
2330
|
width: 400px;
|
|
2179
2331
|
}
|
|
2180
2332
|
|
|
2333
|
+
.x1useyqa {
|
|
2334
|
+
width: 48px;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2181
2337
|
.x14rvwrp {
|
|
2182
2338
|
width: 600px;
|
|
2183
2339
|
}
|
|
2184
2340
|
|
|
2341
|
+
.x1fu8urw {
|
|
2342
|
+
width: 64px;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2185
2345
|
.x1v4s8kt {
|
|
2186
2346
|
width: 6px;
|
|
2187
2347
|
}
|
|
2188
2348
|
|
|
2349
|
+
.xni59qk {
|
|
2350
|
+
width: 72px;
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2189
2353
|
.xdpfuu1 {
|
|
2190
2354
|
width: 800px;
|
|
2191
2355
|
}
|
|
@@ -2194,6 +2358,10 @@
|
|
|
2194
2358
|
width: 8px;
|
|
2195
2359
|
}
|
|
2196
2360
|
|
|
2361
|
+
.x14atkfc {
|
|
2362
|
+
width: auto;
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2197
2365
|
.x14tbcap {
|
|
2198
2366
|
width: calc(100vw - var(--x9epbqz) * 2);
|
|
2199
2367
|
}
|
|
@@ -2282,6 +2450,10 @@
|
|
|
2282
2450
|
border-bottom-right-radius: var(--x11qts0k);
|
|
2283
2451
|
}
|
|
2284
2452
|
|
|
2453
|
+
.x1t1lzn6:last-child {
|
|
2454
|
+
border-bottom-width: 0;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2285
2457
|
.x1rzcnm2:last-child {
|
|
2286
2458
|
border-top-right-radius: var(--x11qts0k);
|
|
2287
2459
|
}
|
|
@@ -2358,9 +2530,33 @@
|
|
|
2358
2530
|
}
|
|
2359
2531
|
|
|
2360
2532
|
@layer priority6 {
|
|
2533
|
+
.x1lvj5ml::-webkit-search-decoration {
|
|
2534
|
+
-webkit-appearance: none;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
.x85pmdh::-webkit-search-cancel-button {
|
|
2538
|
+
-webkit-appearance: none;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
.x1hcrkkg::-webkit-search-cancel-button {
|
|
2542
|
+
display: none;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2361
2545
|
.xfk6m8::-webkit-scrollbar {
|
|
2362
2546
|
display: none;
|
|
2363
2547
|
}
|
|
2548
|
+
|
|
2549
|
+
.xfvqz1d::-webkit-search-results-button {
|
|
2550
|
+
display: none;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
.xgpabu4::-webkit-search-results-decoration {
|
|
2554
|
+
display: none;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
.xzwh6sb::-webkit-search-decoration {
|
|
2558
|
+
display: none;
|
|
2559
|
+
}
|
|
2364
2560
|
}
|
|
2365
2561
|
|
|
2366
2562
|
@keyframes xetzqjq-B {
|