@mdtl/uikit 0.0.62 → 0.0.63

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 +6 -1
  2. package/package.json +1 -1
package/dist/uikit.js CHANGED
@@ -5715,7 +5715,12 @@ const Im = (e) => /* @__PURE__ */ f(ht, { ...e, children: /* @__PURE__ */ f("svg
5715
5715
  MuiToggleButton: ag,
5716
5716
  MuiToggleButtonGroup: sg,
5717
5717
  MuiAutocomplete: lg,
5718
- MuiFormControlLabel: cg
5718
+ MuiFormControlLabel: cg,
5719
+ MuiButtonBase: {
5720
+ defaultProps: {
5721
+ disableRipple: !0
5722
+ }
5723
+ }
5719
5724
  },
5720
5725
  shadows: [
5721
5726
  "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdtl/uikit",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "type": "module",
5
5
  "main": "./dist/uikit.js",
6
6
  "types": "./dist/index.d.ts",