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