@movable/ui 0.12.0 → 0.13.1
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 +4 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3207,8 +3207,8 @@ const Zo = {
|
|
|
3207
3207
|
letterSpacing: "0.46px",
|
|
3208
3208
|
minWidth: "unset",
|
|
3209
3209
|
borderRadius: e.spacing(1),
|
|
3210
|
-
"&:active": {
|
|
3211
|
-
|
|
3210
|
+
"&:active,&.Mui-focusVisible,&:focus,&:focus-visible": {
|
|
3211
|
+
outline: `1px solid ${D.primary.light}`
|
|
3212
3212
|
},
|
|
3213
3213
|
"&.Mui-disabled": {
|
|
3214
3214
|
backgroundColor: D.neutral200,
|
|
@@ -3359,7 +3359,8 @@ const Zo = {
|
|
|
3359
3359
|
MuiTextField: {
|
|
3360
3360
|
defaultProps: {
|
|
3361
3361
|
size: "medium",
|
|
3362
|
-
variant: "filled"
|
|
3362
|
+
variant: "filled",
|
|
3363
|
+
hiddenLabel: !0
|
|
3363
3364
|
}
|
|
3364
3365
|
},
|
|
3365
3366
|
MuiFormControl: {
|