@moul-dev/ui 2026.8.27 → 2026.9.10
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 -10
- package/dist/moul-ui.js +1128 -1035
- 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/components/Tabs/Tabs.styles.d.ts +40 -3
- package/dist/src/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -841,12 +841,12 @@
|
|
|
841
841
|
border-inline-end-color: var(--x1t7g4u6);
|
|
842
842
|
}
|
|
843
843
|
|
|
844
|
-
.
|
|
845
|
-
border-inline-end-color: var(--
|
|
844
|
+
.xpr187n {
|
|
845
|
+
border-inline-end-color: var(--x8ovk6j);
|
|
846
846
|
}
|
|
847
847
|
|
|
848
|
-
.
|
|
849
|
-
border-inline-end-
|
|
848
|
+
.x1m0o7uu {
|
|
849
|
+
border-inline-end-color: var(--xrlp4ei);
|
|
850
850
|
}
|
|
851
851
|
|
|
852
852
|
.x18b5jzi {
|
|
@@ -861,6 +861,10 @@
|
|
|
861
861
|
border-inline-start-color: var(--x1t7g4u6);
|
|
862
862
|
}
|
|
863
863
|
|
|
864
|
+
.xvuzu53 {
|
|
865
|
+
border-inline-start-color: var(--x8ovk6j);
|
|
866
|
+
}
|
|
867
|
+
|
|
864
868
|
.x1bfpz3b {
|
|
865
869
|
border-inline-start-color: var(--xrlp4ei);
|
|
866
870
|
}
|
|
@@ -1365,6 +1369,10 @@
|
|
|
1365
1369
|
margin-inline-end: 0;
|
|
1366
1370
|
}
|
|
1367
1371
|
|
|
1372
|
+
.xwx0qce {
|
|
1373
|
+
margin-inline-end: var(--x1fim08e);
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1368
1376
|
.xu79t4l {
|
|
1369
1377
|
margin-inline-end: var(--x9epbqz);
|
|
1370
1378
|
}
|
|
@@ -1641,6 +1649,10 @@
|
|
|
1641
1649
|
transition-duration: .2s;
|
|
1642
1650
|
}
|
|
1643
1651
|
|
|
1652
|
+
.xwdz9tm {
|
|
1653
|
+
transition-property: background-color, border-color, box-shadow, margin, border-radius;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1644
1656
|
.xyim87l {
|
|
1645
1657
|
transition-property: background-color, border-color, box-shadow, transform;
|
|
1646
1658
|
}
|
|
@@ -1725,8 +1737,12 @@
|
|
|
1725
1737
|
transition-property: translate, width, height;
|
|
1726
1738
|
}
|
|
1727
1739
|
|
|
1728
|
-
.
|
|
1729
|
-
transition-property: width, background-color, border-color, box-shadow;
|
|
1740
|
+
.x1m6fue9 {
|
|
1741
|
+
transition-property: width, background-color, border-color, box-shadow, margin, border-radius;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.x1pbvl4h {
|
|
1745
|
+
transition-timing-function: cubic-bezier(.16, 1, .3, 1);
|
|
1730
1746
|
}
|
|
1731
1747
|
|
|
1732
1748
|
.xwwtwea {
|
|
@@ -2166,6 +2182,10 @@
|
|
|
2166
2182
|
border-bottom-color: var(--x1t7g4u6);
|
|
2167
2183
|
}
|
|
2168
2184
|
|
|
2185
|
+
.x8fj7n0 {
|
|
2186
|
+
border-bottom-color: var(--x8ovk6j);
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2169
2189
|
.x1brjula {
|
|
2170
2190
|
border-bottom-color: var(--xrlp4ei);
|
|
2171
2191
|
}
|
|
@@ -2178,10 +2198,6 @@
|
|
|
2178
2198
|
border-bottom-right-radius: var(--x8ikvy7);
|
|
2179
2199
|
}
|
|
2180
2200
|
|
|
2181
|
-
.x1sy0etr {
|
|
2182
|
-
border-bottom-style: none;
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
2201
|
.x1q0q8m5 {
|
|
2186
2202
|
border-bottom-style: solid;
|
|
2187
2203
|
}
|
|
@@ -2222,6 +2238,10 @@
|
|
|
2222
2238
|
border-top-color: var(--x1t7g4u6);
|
|
2223
2239
|
}
|
|
2224
2240
|
|
|
2241
|
+
.x1x196t4 {
|
|
2242
|
+
border-top-color: var(--x8ovk6j);
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2225
2245
|
.xttvo13 {
|
|
2226
2246
|
border-top-color: var(--xrlp4ei);
|
|
2227
2247
|
}
|