@moul-dev/ui 2026.8.26 → 2026.9.7
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 +30 -6
- package/dist/moul-ui.js +2636 -2332
- 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 +28 -0
- package/dist/src/components/Sidebar/Sidebar.styles.d.ts +203 -7
- package/dist/src/components/Sidebar/index.d.ts +2 -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
|
}
|
|
@@ -1361,6 +1365,10 @@
|
|
|
1361
1365
|
margin-inline-end: 0;
|
|
1362
1366
|
}
|
|
1363
1367
|
|
|
1368
|
+
.xwx0qce {
|
|
1369
|
+
margin-inline-end: var(--x1fim08e);
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1364
1372
|
.xu79t4l {
|
|
1365
1373
|
margin-inline-end: var(--x9epbqz);
|
|
1366
1374
|
}
|
|
@@ -1637,6 +1645,10 @@
|
|
|
1637
1645
|
transition-duration: .2s;
|
|
1638
1646
|
}
|
|
1639
1647
|
|
|
1648
|
+
.xwdz9tm {
|
|
1649
|
+
transition-property: background-color, border-color, box-shadow, margin, border-radius;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1640
1652
|
.xyim87l {
|
|
1641
1653
|
transition-property: background-color, border-color, box-shadow, transform;
|
|
1642
1654
|
}
|
|
@@ -1665,6 +1677,10 @@
|
|
|
1665
1677
|
transition-property: background-color, color;
|
|
1666
1678
|
}
|
|
1667
1679
|
|
|
1680
|
+
.xuo13n2 {
|
|
1681
|
+
transition-property: background-color, transform;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1668
1684
|
.x15406qy {
|
|
1669
1685
|
transition-property: background-color;
|
|
1670
1686
|
}
|
|
@@ -1717,8 +1733,8 @@
|
|
|
1717
1733
|
transition-property: translate, width, height;
|
|
1718
1734
|
}
|
|
1719
1735
|
|
|
1720
|
-
.
|
|
1721
|
-
transition-property: width, background-color, border-color, box-shadow;
|
|
1736
|
+
.x1m6fue9 {
|
|
1737
|
+
transition-property: width, background-color, border-color, box-shadow, margin, border-radius;
|
|
1722
1738
|
}
|
|
1723
1739
|
|
|
1724
1740
|
.xwwtwea {
|
|
@@ -2430,6 +2446,10 @@
|
|
|
2430
2446
|
margin-bottom: 0;
|
|
2431
2447
|
}
|
|
2432
2448
|
|
|
2449
|
+
.x1fkvfwz {
|
|
2450
|
+
margin-bottom: var(--x1fim08e);
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2433
2453
|
.x1wegvi1 {
|
|
2434
2454
|
margin-bottom: var(--x1jforli);
|
|
2435
2455
|
}
|
|
@@ -2446,6 +2466,10 @@
|
|
|
2446
2466
|
margin-top: 0;
|
|
2447
2467
|
}
|
|
2448
2468
|
|
|
2469
|
+
.xr9ek0c {
|
|
2470
|
+
margin-top: 2px;
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2449
2473
|
.xr1yuqi {
|
|
2450
2474
|
margin-top: auto;
|
|
2451
2475
|
}
|