@moul-dev/ui 2026.8.20 → 2026.8.21
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 +32 -0
- package/dist/moul-ui.js +1614 -1685
- package/dist/src/components/Button/Button.styles.d.ts +1 -0
- package/dist/src/components/ComboBox/ComboBox.styles.d.ts +8 -0
- package/dist/src/components/LogsViewer/Logs.styles.d.ts +4 -0
- package/dist/src/components/NumberField/NumberField.styles.d.ts +8 -0
- package/dist/src/components/SearchField/SearchField.styles.d.ts +23 -0
- package/dist/src/components/TextArea/TextArea.styles.d.ts +2 -0
- package/dist/src/components/TextField/TextField.styles.d.ts +2 -0
- package/dist/src/components/ToggleButton/ToggleButton.styles.d.ts +16 -9
- package/dist/src/index.d.ts +2 -1
- package/dist/src/tokens/tokens.stylex.d.ts +1 -0
- package/dist/tokens.stylex.js +126 -0
- package/package.json +9 -1
package/dist/assets/stylex.css
CHANGED
|
@@ -1277,6 +1277,10 @@
|
|
|
1277
1277
|
resize: vertical;
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
|
+
.xkcv6ua {
|
|
1281
|
+
scroll-behavior: smooth;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1280
1284
|
.x1rohswg {
|
|
1281
1285
|
scrollbar-width: none;
|
|
1282
1286
|
}
|
|
@@ -1827,6 +1831,10 @@
|
|
|
1827
1831
|
}
|
|
1828
1832
|
|
|
1829
1833
|
@media (prefers-reduced-motion: reduce) {
|
|
1834
|
+
.xg83hb1.xg83hb1 {
|
|
1835
|
+
scroll-behavior: auto;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1830
1838
|
.x4wkmsb.x4wkmsb {
|
|
1831
1839
|
transition-property: none;
|
|
1832
1840
|
}
|
|
@@ -2522,9 +2530,33 @@
|
|
|
2522
2530
|
}
|
|
2523
2531
|
|
|
2524
2532
|
@layer priority6 {
|
|
2533
|
+
.x1lvj5ml::-webkit-search-decoration {
|
|
2534
|
+
-webkit-appearance: none;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
.x85pmdh::-webkit-search-cancel-button {
|
|
2538
|
+
-webkit-appearance: none;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
.x1hcrkkg::-webkit-search-cancel-button {
|
|
2542
|
+
display: none;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2525
2545
|
.xfk6m8::-webkit-scrollbar {
|
|
2526
2546
|
display: none;
|
|
2527
2547
|
}
|
|
2548
|
+
|
|
2549
|
+
.xfvqz1d::-webkit-search-results-button {
|
|
2550
|
+
display: none;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
.xgpabu4::-webkit-search-results-decoration {
|
|
2554
|
+
display: none;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
.xzwh6sb::-webkit-search-decoration {
|
|
2558
|
+
display: none;
|
|
2559
|
+
}
|
|
2528
2560
|
}
|
|
2529
2561
|
|
|
2530
2562
|
@keyframes xetzqjq-B {
|