@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.
Files changed (2) hide show
  1. package/dist/uikit.js +7 -0
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdtl/uikit",
3
- "version": "0.0.56",
3
+ "version": "0.0.58",
4
4
  "type": "module",
5
5
  "main": "./dist/uikit.js",
6
6
  "types": "./dist/index.d.ts",