@mdtl/uikit 0.0.57 → 0.0.58
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/uikit.js +3 -1
- package/package.json +1 -1
package/dist/uikit.js
CHANGED
|
@@ -5699,7 +5699,9 @@ const Im = (e) => /* @__PURE__ */ f(ht, { ...e, children: /* @__PURE__ */ f("svg
|
|
|
5699
5699
|
MuiButton: nf,
|
|
5700
5700
|
MuiButtonBase: {
|
|
5701
5701
|
defaultProps: {
|
|
5702
|
-
disableRipple: !0
|
|
5702
|
+
disableRipple: !0,
|
|
5703
|
+
disableFocusRipple: !0,
|
|
5704
|
+
disableTouchRipple: !0
|
|
5703
5705
|
}
|
|
5704
5706
|
},
|
|
5705
5707
|
MuiCheckbox: Lm,
|