@mdtl/uikit 0.0.56 → 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 +7 -0
- package/package.json +1 -1
package/dist/uikit.js
CHANGED
|
@@ -5697,6 +5697,13 @@ const Im = (e) => /* @__PURE__ */ f(ht, { ...e, children: /* @__PURE__ */ f("svg
|
|
|
5697
5697
|
}
|
|
5698
5698
|
},
|
|
5699
5699
|
MuiButton: nf,
|
|
5700
|
+
MuiButtonBase: {
|
|
5701
|
+
defaultProps: {
|
|
5702
|
+
disableRipple: !0,
|
|
5703
|
+
disableFocusRipple: !0,
|
|
5704
|
+
disableTouchRipple: !0
|
|
5705
|
+
}
|
|
5706
|
+
},
|
|
5700
5707
|
MuiCheckbox: Lm,
|
|
5701
5708
|
MuiRadio: Qm,
|
|
5702
5709
|
MuiTooltip: Jm,
|