@moul-dev/ui 2026.9.12 → 2026.9.16
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 +60 -0
- package/dist/moul-ui.js +1570 -1137
- package/dist/src/components/ComboBox/ComboBox.d.ts +15 -4
- package/dist/src/components/ListBox/ListBox.d.ts +44 -0
- package/dist/src/components/ListBox/ListBox.styles.d.ts +260 -0
- package/dist/src/components/ListBox/index.d.ts +2 -0
- package/dist/src/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -271,6 +271,10 @@
|
|
|
271
271
|
list-style: none;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
+
.x16sahtb {
|
|
275
|
+
margin-block: -1px;
|
|
276
|
+
}
|
|
277
|
+
|
|
274
278
|
.x1k7x39 {
|
|
275
279
|
margin-block: var(--x1fim08e);
|
|
276
280
|
}
|
|
@@ -279,6 +283,10 @@
|
|
|
279
283
|
margin-block: var(--x9epbqz);
|
|
280
284
|
}
|
|
281
285
|
|
|
286
|
+
.xz95peq {
|
|
287
|
+
margin-inline: -1px;
|
|
288
|
+
}
|
|
289
|
+
|
|
282
290
|
.xrxpjvj {
|
|
283
291
|
margin-inline: 0;
|
|
284
292
|
}
|
|
@@ -303,6 +311,10 @@
|
|
|
303
311
|
outline: none;
|
|
304
312
|
}
|
|
305
313
|
|
|
314
|
+
.xysyzu8 {
|
|
315
|
+
overflow: auto;
|
|
316
|
+
}
|
|
317
|
+
|
|
306
318
|
.x7giv3 {
|
|
307
319
|
overflow: clip;
|
|
308
320
|
}
|
|
@@ -529,6 +541,10 @@
|
|
|
529
541
|
-webkit-backdrop-filter: blur(24px);
|
|
530
542
|
}
|
|
531
543
|
|
|
544
|
+
.x1l0vmcy {
|
|
545
|
+
-webkit-backdrop-filter: blur(8px);
|
|
546
|
+
}
|
|
547
|
+
|
|
532
548
|
.x1i10hfl {
|
|
533
549
|
-webkit-tap-highlight-color: transparent;
|
|
534
550
|
}
|
|
@@ -697,6 +713,10 @@
|
|
|
697
713
|
backdrop-filter: blur(4px);
|
|
698
714
|
}
|
|
699
715
|
|
|
716
|
+
.x1dmgsgi {
|
|
717
|
+
backdrop-filter: blur(8px);
|
|
718
|
+
}
|
|
719
|
+
|
|
700
720
|
.xjbqb8w {
|
|
701
721
|
background-color: #0000;
|
|
702
722
|
}
|
|
@@ -1245,6 +1265,10 @@
|
|
|
1245
1265
|
font-size: var(--xz9ra21);
|
|
1246
1266
|
}
|
|
1247
1267
|
|
|
1268
|
+
.x1k4tb9n {
|
|
1269
|
+
font-style: italic;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1248
1272
|
.xss6m8b {
|
|
1249
1273
|
font-variant-numeric: tabular-nums;
|
|
1250
1274
|
}
|
|
@@ -1265,10 +1289,18 @@
|
|
|
1265
1289
|
font-weight: var(--xrtlgup);
|
|
1266
1290
|
}
|
|
1267
1291
|
|
|
1292
|
+
.x1kzknox {
|
|
1293
|
+
forced-color-adjust: none;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1268
1296
|
.x1lx7tbc {
|
|
1269
1297
|
grid-template-columns: minmax(100px, 1.5fr) 2fr minmax(60px, auto);
|
|
1270
1298
|
}
|
|
1271
1299
|
|
|
1300
|
+
.x1iuxcc1 {
|
|
1301
|
+
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1272
1304
|
.x19vt64s {
|
|
1273
1305
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
1274
1306
|
}
|
|
@@ -1473,6 +1505,10 @@
|
|
|
1473
1505
|
outline-color: var(--x11vz4nw);
|
|
1474
1506
|
}
|
|
1475
1507
|
|
|
1508
|
+
.x5z5t8c {
|
|
1509
|
+
outline-color: var(--x19wncxt);
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1476
1512
|
.xhy12a5 {
|
|
1477
1513
|
outline-color: var(--x79fgis);
|
|
1478
1514
|
}
|
|
@@ -1481,6 +1517,14 @@
|
|
|
1481
1517
|
outline-color: var(--xaubso4);
|
|
1482
1518
|
}
|
|
1483
1519
|
|
|
1520
|
+
.x15dcbu1 {
|
|
1521
|
+
outline-color: var(--xms5kwx);
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.x1g40iwv {
|
|
1525
|
+
outline-offset: -1px;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1484
1528
|
.x2ssjo2 {
|
|
1485
1529
|
outline-offset: -2px;
|
|
1486
1530
|
}
|
|
@@ -1693,6 +1737,10 @@
|
|
|
1693
1737
|
transition-property: background-color, box-shadow;
|
|
1694
1738
|
}
|
|
1695
1739
|
|
|
1740
|
+
.x1j8x57s {
|
|
1741
|
+
transition-property: background-color, color, border-color, box-shadow;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1696
1744
|
.x101pvzj {
|
|
1697
1745
|
transition-property: background-color, color, transform;
|
|
1698
1746
|
}
|
|
@@ -1838,6 +1886,10 @@
|
|
|
1838
1886
|
z-index: 2;
|
|
1839
1887
|
}
|
|
1840
1888
|
|
|
1889
|
+
.x1u8a7rm {
|
|
1890
|
+
z-index: 5;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1841
1893
|
.x4nc38b {
|
|
1842
1894
|
z-index: var(--x1r4igc);
|
|
1843
1895
|
}
|
|
@@ -2346,6 +2398,10 @@
|
|
|
2346
2398
|
height: 28px;
|
|
2347
2399
|
}
|
|
2348
2400
|
|
|
2401
|
+
.x36qwtl {
|
|
2402
|
+
height: 2px;
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2349
2405
|
.x1gnnpzl {
|
|
2350
2406
|
height: 30px;
|
|
2351
2407
|
}
|
|
@@ -2538,6 +2594,10 @@
|
|
|
2538
2594
|
max-height: calc(100dvh - var(--x9epbqz) * 2);
|
|
2539
2595
|
}
|
|
2540
2596
|
|
|
2597
|
+
.xedcshv {
|
|
2598
|
+
max-height: inherit;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2541
2601
|
.x7ab17h {
|
|
2542
2602
|
max-height: none;
|
|
2543
2603
|
}
|