@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 +1 -1
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -35691,7 +35691,7 @@ var Utils = {
|
|
|
35691
35691
|
}
|
|
35692
35692
|
};
|
|
35693
35693
|
|
|
35694
|
-
var theme = core.
|
|
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,
|
|
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 =
|
|
35674
|
+
var theme = createMuiTheme({
|
|
35675
35675
|
props: {
|
|
35676
35676
|
MuiButtonBase: {
|
|
35677
35677
|
disableRipple: true
|