@moul-dev/ui 2026.8.27 → 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 +10 -2
- package/dist/moul-ui.js +1085 -1029
- package/dist/src/components/Sidebar/Sidebar.d.ts +3 -0
- package/dist/src/components/Sidebar/Sidebar.styles.d.ts +56 -6
- package/dist/src/components/Sidebar/index.d.ts +1 -1
- package/dist/src/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -1365,6 +1365,10 @@
|
|
|
1365
1365
|
margin-inline-end: 0;
|
|
1366
1366
|
}
|
|
1367
1367
|
|
|
1368
|
+
.xwx0qce {
|
|
1369
|
+
margin-inline-end: var(--x1fim08e);
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1368
1372
|
.xu79t4l {
|
|
1369
1373
|
margin-inline-end: var(--x9epbqz);
|
|
1370
1374
|
}
|
|
@@ -1641,6 +1645,10 @@
|
|
|
1641
1645
|
transition-duration: .2s;
|
|
1642
1646
|
}
|
|
1643
1647
|
|
|
1648
|
+
.xwdz9tm {
|
|
1649
|
+
transition-property: background-color, border-color, box-shadow, margin, border-radius;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1644
1652
|
.xyim87l {
|
|
1645
1653
|
transition-property: background-color, border-color, box-shadow, transform;
|
|
1646
1654
|
}
|
|
@@ -1725,8 +1733,8 @@
|
|
|
1725
1733
|
transition-property: translate, width, height;
|
|
1726
1734
|
}
|
|
1727
1735
|
|
|
1728
|
-
.
|
|
1729
|
-
transition-property: width, background-color, border-color, box-shadow;
|
|
1736
|
+
.x1m6fue9 {
|
|
1737
|
+
transition-property: width, background-color, border-color, box-shadow, margin, border-radius;
|
|
1730
1738
|
}
|
|
1731
1739
|
|
|
1732
1740
|
.xwwtwea {
|