@moul-dev/ui 2026.8.25 → 2026.8.27
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 +48 -4
- package/dist/moul-ui.js +3033 -2675
- package/dist/src/App.d.ts +1 -1
- package/dist/src/components/Alert/Alert.styles.d.ts +11 -14
- package/dist/src/components/Sidebar/Sidebar.d.ts +32 -0
- package/dist/src/components/Sidebar/Sidebar.styles.d.ts +190 -1
- package/dist/src/components/Sidebar/index.d.ts +2 -2
- package/dist/src/components/Table/Table.d.ts +10 -0
- package/dist/src/components/Table/Table.styles.d.ts +33 -2
- package/dist/src/components/Table/index.d.ts +1 -1
- package/dist/src/index.d.ts +6 -4
- package/dist/src/sandbox/icons.d.ts +13 -0
- package/dist/src/sandbox/sections/ActionsSection.d.ts +2 -0
- package/dist/src/sandbox/sections/BlocksSection.d.ts +14 -0
- package/dist/src/sandbox/sections/ChartsSection.d.ts +2 -0
- package/dist/src/sandbox/sections/FeedbackSection.d.ts +2 -0
- package/dist/src/sandbox/sections/FormsSection.d.ts +2 -0
- package/dist/src/sandbox/sections/LayoutSection.d.ts +2 -0
- package/dist/src/sandbox/sections/NavigationSection.d.ts +2 -0
- package/dist/src/sandbox/sections/OverlaysSection.d.ts +6 -0
- package/dist/src/sandbox/types.d.ts +7 -0
- package/package.json +5 -8
package/dist/assets/stylex.css
CHANGED
|
@@ -279,6 +279,14 @@
|
|
|
279
279
|
margin-block: var(--x9epbqz);
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
+
.xrxpjvj {
|
|
283
|
+
margin-inline: 0;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.xuv784r {
|
|
287
|
+
margin-inline: calc(-1 * var(--x9epbqz));
|
|
288
|
+
}
|
|
289
|
+
|
|
282
290
|
.x5bswd9 {
|
|
283
291
|
margin-inline: var(--x1djehx3);
|
|
284
292
|
}
|
|
@@ -407,10 +415,6 @@
|
|
|
407
415
|
transition: background-color .15s, border-color .15s;
|
|
408
416
|
}
|
|
409
417
|
|
|
410
|
-
.x16bokkd {
|
|
411
|
-
transition: background-color .15s, color .15s;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
418
|
.x1nxrq82 {
|
|
415
419
|
transition: border-color .15s, box-shadow .15s;
|
|
416
420
|
}
|
|
@@ -837,6 +841,10 @@
|
|
|
837
841
|
border-inline-end-color: var(--x1t7g4u6);
|
|
838
842
|
}
|
|
839
843
|
|
|
844
|
+
.x1m0o7uu {
|
|
845
|
+
border-inline-end-color: var(--xrlp4ei);
|
|
846
|
+
}
|
|
847
|
+
|
|
840
848
|
.x18oe1m7 {
|
|
841
849
|
border-inline-end-style: none;
|
|
842
850
|
}
|
|
@@ -1661,6 +1669,10 @@
|
|
|
1661
1669
|
transition-property: background-color, color;
|
|
1662
1670
|
}
|
|
1663
1671
|
|
|
1672
|
+
.xuo13n2 {
|
|
1673
|
+
transition-property: background-color, transform;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1664
1676
|
.x15406qy {
|
|
1665
1677
|
transition-property: background-color;
|
|
1666
1678
|
}
|
|
@@ -1876,6 +1888,10 @@
|
|
|
1876
1888
|
margin-inline-start: 0;
|
|
1877
1889
|
}
|
|
1878
1890
|
|
|
1891
|
+
.x1qlsc9e:last-child {
|
|
1892
|
+
border-inline-end-width: 0;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1879
1895
|
.x1gljcq2:nth-child(2n) {
|
|
1880
1896
|
background-color: var(--x1ox3f4o);
|
|
1881
1897
|
}
|
|
@@ -2222,6 +2238,10 @@
|
|
|
2222
2238
|
border-top-style: solid;
|
|
2223
2239
|
}
|
|
2224
2240
|
|
|
2241
|
+
.x972fbf {
|
|
2242
|
+
border-top-width: 0;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2225
2245
|
.x178xt8z {
|
|
2226
2246
|
border-top-width: 1px;
|
|
2227
2247
|
}
|
|
@@ -2286,6 +2306,10 @@
|
|
|
2286
2306
|
height: 28px;
|
|
2287
2307
|
}
|
|
2288
2308
|
|
|
2309
|
+
.x1gnnpzl {
|
|
2310
|
+
height: 30px;
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2289
2313
|
.x90ne7k {
|
|
2290
2314
|
height: 34px;
|
|
2291
2315
|
}
|
|
@@ -2394,6 +2418,10 @@
|
|
|
2394
2418
|
height: var(--x1jforli);
|
|
2395
2419
|
}
|
|
2396
2420
|
|
|
2421
|
+
.xhjm25h {
|
|
2422
|
+
height: var(--x1xsmz2k);
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2397
2425
|
.x1y99m2t {
|
|
2398
2426
|
height: var(--x3461u0);
|
|
2399
2427
|
}
|
|
@@ -2410,6 +2438,10 @@
|
|
|
2410
2438
|
margin-bottom: 0;
|
|
2411
2439
|
}
|
|
2412
2440
|
|
|
2441
|
+
.x1fkvfwz {
|
|
2442
|
+
margin-bottom: var(--x1fim08e);
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2413
2445
|
.x1wegvi1 {
|
|
2414
2446
|
margin-bottom: var(--x1jforli);
|
|
2415
2447
|
}
|
|
@@ -2426,6 +2458,10 @@
|
|
|
2426
2458
|
margin-top: 0;
|
|
2427
2459
|
}
|
|
2428
2460
|
|
|
2461
|
+
.xr9ek0c {
|
|
2462
|
+
margin-top: 2px;
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2429
2465
|
.xr1yuqi {
|
|
2430
2466
|
margin-top: auto;
|
|
2431
2467
|
}
|
|
@@ -2506,6 +2542,10 @@
|
|
|
2506
2542
|
min-height: 260px;
|
|
2507
2543
|
}
|
|
2508
2544
|
|
|
2545
|
+
.x1wxaq2x {
|
|
2546
|
+
min-height: 48px;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2509
2549
|
.x1wiwyrm {
|
|
2510
2550
|
min-height: 52px;
|
|
2511
2551
|
}
|
|
@@ -2698,6 +2738,10 @@
|
|
|
2698
2738
|
width: 2px;
|
|
2699
2739
|
}
|
|
2700
2740
|
|
|
2741
|
+
.x1849jeq {
|
|
2742
|
+
width: 30px;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2701
2745
|
.x1691je0 {
|
|
2702
2746
|
width: 34px;
|
|
2703
2747
|
}
|