@moul-dev/ui 2026.8.26 → 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 +20 -4
- package/dist/moul-ui.js +2547 -2299
- 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 +25 -0
- package/dist/src/components/Sidebar/Sidebar.styles.d.ts +147 -1
- 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
|
}
|
|
@@ -1665,6 +1669,10 @@
|
|
|
1665
1669
|
transition-property: background-color, color;
|
|
1666
1670
|
}
|
|
1667
1671
|
|
|
1672
|
+
.xuo13n2 {
|
|
1673
|
+
transition-property: background-color, transform;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1668
1676
|
.x15406qy {
|
|
1669
1677
|
transition-property: background-color;
|
|
1670
1678
|
}
|
|
@@ -2430,6 +2438,10 @@
|
|
|
2430
2438
|
margin-bottom: 0;
|
|
2431
2439
|
}
|
|
2432
2440
|
|
|
2441
|
+
.x1fkvfwz {
|
|
2442
|
+
margin-bottom: var(--x1fim08e);
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2433
2445
|
.x1wegvi1 {
|
|
2434
2446
|
margin-bottom: var(--x1jforli);
|
|
2435
2447
|
}
|
|
@@ -2446,6 +2458,10 @@
|
|
|
2446
2458
|
margin-top: 0;
|
|
2447
2459
|
}
|
|
2448
2460
|
|
|
2461
|
+
.xr9ek0c {
|
|
2462
|
+
margin-top: 2px;
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2449
2465
|
.xr1yuqi {
|
|
2450
2466
|
margin-top: auto;
|
|
2451
2467
|
}
|