@movable/ui 2.13.4 → 2.13.5
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/lib/index.mjs +5 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -18260,6 +18260,11 @@ function G1({ id: e, name: t, label: r, menuOptions: o, inputProps: i, helperTex
|
|
|
18260
18260
|
PaperProps: {
|
|
18261
18261
|
style: {
|
|
18262
18262
|
maxHeight: `${h}px`
|
|
18263
|
+
},
|
|
18264
|
+
sx: {
|
|
18265
|
+
".Mui-selected": {
|
|
18266
|
+
bgcolor: "primary.selected"
|
|
18267
|
+
}
|
|
18263
18268
|
}
|
|
18264
18269
|
},
|
|
18265
18270
|
anchorOrigin: {
|