@moul-dev/ui 2026.9.10 → 2026.9.13
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 +40 -0
- package/dist/moul-ui.js +1933 -1552
- package/dist/src/components/Autocomplete/Autocomplete.d.ts +92 -0
- package/dist/src/components/Autocomplete/Autocomplete.styles.d.ts +200 -0
- package/dist/src/components/Autocomplete/index.d.ts +2 -0
- package/dist/src/components/ComboBox/ComboBox.d.ts +15 -4
- package/dist/src/components/ComboBox/ComboBox.styles.d.ts +3 -3
- package/dist/src/components/NumberField/NumberField.styles.d.ts +3 -3
- package/dist/src/components/SearchField/SearchField.styles.d.ts +4 -3
- package/dist/src/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -335,6 +335,10 @@
|
|
|
335
335
|
padding-block: var(--x1jforli);
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
+
.xj255od {
|
|
339
|
+
padding-block: var(--x1xsmz2k);
|
|
340
|
+
}
|
|
341
|
+
|
|
338
342
|
.xn1dw51 {
|
|
339
343
|
padding-block: var(--x3461u0);
|
|
340
344
|
}
|
|
@@ -469,10 +473,18 @@
|
|
|
469
473
|
border-color: var(--x6l5ye8);
|
|
470
474
|
}
|
|
471
475
|
|
|
476
|
+
.x1gkf66c:hover {
|
|
477
|
+
border-color: var(--x79fgis);
|
|
478
|
+
}
|
|
479
|
+
|
|
472
480
|
.xu5hgim:hover {
|
|
473
481
|
border-color: var(--xaubso4);
|
|
474
482
|
}
|
|
475
483
|
|
|
484
|
+
.xyfqscc:hover {
|
|
485
|
+
border-color: var(--xgm7y0w);
|
|
486
|
+
}
|
|
487
|
+
|
|
476
488
|
.xt0b8zv:hover {
|
|
477
489
|
text-decoration: underline;
|
|
478
490
|
}
|
|
@@ -1409,6 +1421,10 @@
|
|
|
1409
1421
|
margin-inline-start: 0;
|
|
1410
1422
|
}
|
|
1411
1423
|
|
|
1424
|
+
.xvc5jky {
|
|
1425
|
+
margin-inline-start: auto;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1412
1428
|
.x1dy3sbh {
|
|
1413
1429
|
margin-inline-start: var(--x1fim08e);
|
|
1414
1430
|
}
|
|
@@ -1633,6 +1649,10 @@
|
|
|
1633
1649
|
transform: translateX(calc(var(--x3461u0) - var(--xpmkuee)));
|
|
1634
1650
|
}
|
|
1635
1651
|
|
|
1652
|
+
.xgdialr {
|
|
1653
|
+
transition-duration: .12s;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1636
1656
|
.xx6bhzk {
|
|
1637
1657
|
transition-duration: .15s;
|
|
1638
1658
|
}
|
|
@@ -2506,6 +2526,10 @@
|
|
|
2506
2526
|
max-height: 300px;
|
|
2507
2527
|
}
|
|
2508
2528
|
|
|
2529
|
+
.x1sslpiy {
|
|
2530
|
+
max-height: 320px;
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2509
2533
|
.x1p6zaud {
|
|
2510
2534
|
max-height: 340px;
|
|
2511
2535
|
}
|
|
@@ -2514,6 +2538,10 @@
|
|
|
2514
2538
|
max-height: calc(100dvh - var(--x9epbqz) * 2);
|
|
2515
2539
|
}
|
|
2516
2540
|
|
|
2541
|
+
.x7ab17h {
|
|
2542
|
+
max-height: none;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2517
2545
|
.x193iq5w {
|
|
2518
2546
|
max-width: 100%;
|
|
2519
2547
|
}
|
|
@@ -2562,6 +2590,18 @@
|
|
|
2562
2590
|
min-height: 260px;
|
|
2563
2591
|
}
|
|
2564
2592
|
|
|
2593
|
+
.xe0p6wg {
|
|
2594
|
+
min-height: 28px;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
.xu0aao5 {
|
|
2598
|
+
min-height: 36px;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.x1gg8mnh {
|
|
2602
|
+
min-height: 44px;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2565
2605
|
.x1wxaq2x {
|
|
2566
2606
|
min-height: 48px;
|
|
2567
2607
|
}
|