@xelto.npm/xc-lib 1.1.5 → 1.1.7

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/index.cjs.js CHANGED
@@ -35691,7 +35691,7 @@ var Utils = {
35691
35691
  }
35692
35692
  };
35693
35693
 
35694
- var theme = core.createTheme({
35694
+ var theme = core.createMuiTheme({
35695
35695
  props: {
35696
35696
  MuiButtonBase: {
35697
35697
  disableRipple: true
package/dist/index.esm.js CHANGED
@@ -2,7 +2,7 @@ import * as React$a from 'react';
2
2
  import React__default, { Children, isValidElement, cloneElement, createContext, useMemo, createElement, useContext, useEffect, useLayoutEffect, Fragment, useRef, Component, useCallback, memo, forwardRef, useState, useDebugValue } from 'react';
3
3
  import * as ReactDOM from 'react-dom';
4
4
  import ReactDOM__default from 'react-dom';
5
- import { Grid as Grid$2, Dialog as Dialog$3, Typography as Typography$2, SvgIcon as SvgIcon$2, Paper as Paper$2, FormControl as FormControl$2, RadioGroup, FormControlLabel, Radio, createTheme as createTheme$1 } from '@material-ui/core';
5
+ import { Grid as Grid$2, Dialog as Dialog$3, Typography as Typography$2, SvgIcon as SvgIcon$2, Paper as Paper$2, FormControl as FormControl$2, RadioGroup, FormControlLabel, Radio, createMuiTheme } from '@material-ui/core';
6
6
  import require$$0$1 from 'crypto';
7
7
  import { push } from 'connected-react-router';
8
8
  import { create as create$1, CancelToken } from 'apisauce';
@@ -35671,7 +35671,7 @@ var Utils = {
35671
35671
  }
35672
35672
  };
35673
35673
 
35674
- var theme = createTheme$1({
35674
+ var theme = createMuiTheme({
35675
35675
  props: {
35676
35676
  MuiButtonBase: {
35677
35677
  disableRipple: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelto.npm/xc-lib",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Xelcode Library containing components and utilities",
5
5
  "author": "",
6
6
  "license": "MIT",