@moul-dev/ui 2026.8.25 → 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 +28 -0
- package/dist/moul-ui.js +1434 -1324
- 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 +10 -0
- package/dist/src/components/Table/Table.styles.d.ts +33 -2
- package/dist/src/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -837,6 +837,10 @@
|
|
|
837
837
|
border-inline-end-color: var(--x1t7g4u6);
|
|
838
838
|
}
|
|
839
839
|
|
|
840
|
+
.x1m0o7uu {
|
|
841
|
+
border-inline-end-color: var(--xrlp4ei);
|
|
842
|
+
}
|
|
843
|
+
|
|
840
844
|
.x18oe1m7 {
|
|
841
845
|
border-inline-end-style: none;
|
|
842
846
|
}
|
|
@@ -1876,6 +1880,10 @@
|
|
|
1876
1880
|
margin-inline-start: 0;
|
|
1877
1881
|
}
|
|
1878
1882
|
|
|
1883
|
+
.x1qlsc9e:last-child {
|
|
1884
|
+
border-inline-end-width: 0;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1879
1887
|
.x1gljcq2:nth-child(2n) {
|
|
1880
1888
|
background-color: var(--x1ox3f4o);
|
|
1881
1889
|
}
|
|
@@ -2222,6 +2230,10 @@
|
|
|
2222
2230
|
border-top-style: solid;
|
|
2223
2231
|
}
|
|
2224
2232
|
|
|
2233
|
+
.x972fbf {
|
|
2234
|
+
border-top-width: 0;
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2225
2237
|
.x178xt8z {
|
|
2226
2238
|
border-top-width: 1px;
|
|
2227
2239
|
}
|
|
@@ -2286,6 +2298,10 @@
|
|
|
2286
2298
|
height: 28px;
|
|
2287
2299
|
}
|
|
2288
2300
|
|
|
2301
|
+
.x1gnnpzl {
|
|
2302
|
+
height: 30px;
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2289
2305
|
.x90ne7k {
|
|
2290
2306
|
height: 34px;
|
|
2291
2307
|
}
|
|
@@ -2394,6 +2410,10 @@
|
|
|
2394
2410
|
height: var(--x1jforli);
|
|
2395
2411
|
}
|
|
2396
2412
|
|
|
2413
|
+
.xhjm25h {
|
|
2414
|
+
height: var(--x1xsmz2k);
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2397
2417
|
.x1y99m2t {
|
|
2398
2418
|
height: var(--x3461u0);
|
|
2399
2419
|
}
|
|
@@ -2506,6 +2526,10 @@
|
|
|
2506
2526
|
min-height: 260px;
|
|
2507
2527
|
}
|
|
2508
2528
|
|
|
2529
|
+
.x1wxaq2x {
|
|
2530
|
+
min-height: 48px;
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2509
2533
|
.x1wiwyrm {
|
|
2510
2534
|
min-height: 52px;
|
|
2511
2535
|
}
|
|
@@ -2698,6 +2722,10 @@
|
|
|
2698
2722
|
width: 2px;
|
|
2699
2723
|
}
|
|
2700
2724
|
|
|
2725
|
+
.x1849jeq {
|
|
2726
|
+
width: 30px;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2701
2729
|
.x1691je0 {
|
|
2702
2730
|
width: 34px;
|
|
2703
2731
|
}
|