@moul-dev/ui 2026.8.22 → 2026.8.26
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 +82 -4
- package/dist/moul-ui.js +1744 -1502
- package/dist/src/components/Sidebar/Sidebar.d.ts +7 -0
- package/dist/src/components/Sidebar/Sidebar.styles.d.ts +43 -0
- package/dist/src/components/Table/Table.d.ts +105 -19
- package/dist/src/components/Table/Table.styles.d.ts +177 -59
- package/dist/src/components/Table/index.d.ts +2 -2
- package/dist/src/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -573,6 +573,10 @@
|
|
|
573
573
|
animation-duration: 1.5s;
|
|
574
574
|
}
|
|
575
575
|
|
|
576
|
+
.x18hd8ej {
|
|
577
|
+
animation-duration: 1.6s;
|
|
578
|
+
}
|
|
579
|
+
|
|
576
580
|
.x1q3qbx4 {
|
|
577
581
|
animation-duration: 1s;
|
|
578
582
|
}
|
|
@@ -605,6 +609,10 @@
|
|
|
605
609
|
animation-name: x44muo0-B;
|
|
606
610
|
}
|
|
607
611
|
|
|
612
|
+
.x1ob6hld {
|
|
613
|
+
animation-name: xa7v4tk-B;
|
|
614
|
+
}
|
|
615
|
+
|
|
608
616
|
.xhcg92z {
|
|
609
617
|
animation-name: xaiqkx-B;
|
|
610
618
|
}
|
|
@@ -641,6 +649,10 @@
|
|
|
641
649
|
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
642
650
|
}
|
|
643
651
|
|
|
652
|
+
.x4hg4is {
|
|
653
|
+
animation-timing-function: ease-in-out;
|
|
654
|
+
}
|
|
655
|
+
|
|
644
656
|
.xa3vuyk {
|
|
645
657
|
animation-timing-function: ease-out;
|
|
646
658
|
}
|
|
@@ -825,6 +837,10 @@
|
|
|
825
837
|
border-inline-end-color: var(--x1t7g4u6);
|
|
826
838
|
}
|
|
827
839
|
|
|
840
|
+
.x1m0o7uu {
|
|
841
|
+
border-inline-end-color: var(--xrlp4ei);
|
|
842
|
+
}
|
|
843
|
+
|
|
828
844
|
.x18oe1m7 {
|
|
829
845
|
border-inline-end-style: none;
|
|
830
846
|
}
|
|
@@ -893,6 +909,10 @@
|
|
|
893
909
|
box-shadow: 0 1px 0 var(--colorShadow);
|
|
894
910
|
}
|
|
895
911
|
|
|
912
|
+
.x15x4my2 {
|
|
913
|
+
box-shadow: inset 1px 0 0 var(--xrlp4ei);
|
|
914
|
+
}
|
|
915
|
+
|
|
896
916
|
.x1gnnqk1 {
|
|
897
917
|
box-shadow: none;
|
|
898
918
|
}
|
|
@@ -917,6 +937,14 @@
|
|
|
917
937
|
box-sizing: content-box;
|
|
918
938
|
}
|
|
919
939
|
|
|
940
|
+
.xhdg8po {
|
|
941
|
+
caption-side: bottom;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.xvd3k3c {
|
|
945
|
+
caption-side: top;
|
|
946
|
+
}
|
|
947
|
+
|
|
920
948
|
.xzpqnlu {
|
|
921
949
|
clip: rect(0,0,0,0);
|
|
922
950
|
}
|
|
@@ -1521,6 +1549,14 @@
|
|
|
1521
1549
|
stroke: var(--x1t7g4u6);
|
|
1522
1550
|
}
|
|
1523
1551
|
|
|
1552
|
+
.x1drmoe9 {
|
|
1553
|
+
table-layout: auto;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.x140o2bo {
|
|
1557
|
+
table-layout: fixed;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1524
1560
|
.x2b8uid {
|
|
1525
1561
|
text-align: center;
|
|
1526
1562
|
}
|
|
@@ -1750,6 +1786,10 @@
|
|
|
1750
1786
|
z-index: 10;
|
|
1751
1787
|
}
|
|
1752
1788
|
|
|
1789
|
+
.x1x85hfe {
|
|
1790
|
+
z-index: 12;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1753
1793
|
.xhtitgo {
|
|
1754
1794
|
z-index: 2;
|
|
1755
1795
|
}
|
|
@@ -1840,6 +1880,14 @@
|
|
|
1840
1880
|
margin-inline-start: 0;
|
|
1841
1881
|
}
|
|
1842
1882
|
|
|
1883
|
+
.x1qlsc9e:last-child {
|
|
1884
|
+
border-inline-end-width: 0;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.x1gljcq2:nth-child(2n) {
|
|
1888
|
+
background-color: var(--x1ox3f4o);
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1843
1891
|
.x1n5bzlp:hover {
|
|
1844
1892
|
background-color: #0000;
|
|
1845
1893
|
}
|
|
@@ -2134,10 +2182,6 @@
|
|
|
2134
2182
|
border-bottom-width: 1px;
|
|
2135
2183
|
}
|
|
2136
2184
|
|
|
2137
|
-
.xlxy82 {
|
|
2138
|
-
border-bottom-width: 2px;
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
2185
|
.x4y1qgl {
|
|
2142
2186
|
border-left-color: var(--x14tkvwa);
|
|
2143
2187
|
}
|
|
@@ -2186,6 +2230,10 @@
|
|
|
2186
2230
|
border-top-style: solid;
|
|
2187
2231
|
}
|
|
2188
2232
|
|
|
2233
|
+
.x972fbf {
|
|
2234
|
+
border-top-width: 0;
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2189
2237
|
.x178xt8z {
|
|
2190
2238
|
border-top-width: 1px;
|
|
2191
2239
|
}
|
|
@@ -2250,6 +2298,10 @@
|
|
|
2250
2298
|
height: 28px;
|
|
2251
2299
|
}
|
|
2252
2300
|
|
|
2301
|
+
.x1gnnpzl {
|
|
2302
|
+
height: 30px;
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2253
2305
|
.x90ne7k {
|
|
2254
2306
|
height: 34px;
|
|
2255
2307
|
}
|
|
@@ -2358,6 +2410,10 @@
|
|
|
2358
2410
|
height: var(--x1jforli);
|
|
2359
2411
|
}
|
|
2360
2412
|
|
|
2413
|
+
.xhjm25h {
|
|
2414
|
+
height: var(--x1xsmz2k);
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2361
2417
|
.x1y99m2t {
|
|
2362
2418
|
height: var(--x3461u0);
|
|
2363
2419
|
}
|
|
@@ -2470,6 +2526,10 @@
|
|
|
2470
2526
|
min-height: 260px;
|
|
2471
2527
|
}
|
|
2472
2528
|
|
|
2529
|
+
.x1wxaq2x {
|
|
2530
|
+
min-height: 48px;
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2473
2533
|
.x1wiwyrm {
|
|
2474
2534
|
min-height: 52px;
|
|
2475
2535
|
}
|
|
@@ -2662,6 +2722,10 @@
|
|
|
2662
2722
|
width: 2px;
|
|
2663
2723
|
}
|
|
2664
2724
|
|
|
2725
|
+
.x1849jeq {
|
|
2726
|
+
width: 30px;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2665
2729
|
.x1691je0 {
|
|
2666
2730
|
width: 34px;
|
|
2667
2731
|
}
|
|
@@ -2935,6 +2999,20 @@
|
|
|
2935
2999
|
}
|
|
2936
3000
|
}
|
|
2937
3001
|
|
|
3002
|
+
@keyframes xa7v4tk-B {
|
|
3003
|
+
0% {
|
|
3004
|
+
opacity: .4;
|
|
3005
|
+
}
|
|
3006
|
+
|
|
3007
|
+
50% {
|
|
3008
|
+
opacity: .85;
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
100% {
|
|
3012
|
+
opacity: .4;
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
|
|
2938
3016
|
@keyframes xetzqjq-B {
|
|
2939
3017
|
0%, 100% {
|
|
2940
3018
|
opacity: 1;
|