@mdtl/uikit 0.0.57 → 0.0.59
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.
|
@@ -2,9 +2,6 @@ import { default as React } from 'react';
|
|
|
2
2
|
export declare const checkboxConfig: {
|
|
3
3
|
defaultProps: {
|
|
4
4
|
indeterminateIcon: string | number | bigint | true | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>>;
|
|
5
|
-
disableRipple: boolean;
|
|
6
|
-
disableFocusRipple: boolean;
|
|
7
|
-
disableTouchRipple: boolean;
|
|
8
5
|
icon: React.ReactNode;
|
|
9
6
|
checkedIcon: React.ReactNode;
|
|
10
7
|
};
|
|
@@ -2,9 +2,6 @@ import { default as React } from 'react';
|
|
|
2
2
|
export declare const radioConfig: {
|
|
3
3
|
defaultProps: {
|
|
4
4
|
indeterminateIcon: string | number | bigint | true | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>>;
|
|
5
|
-
disableRipple: boolean;
|
|
6
|
-
disableFocusRipple: boolean;
|
|
7
|
-
disableTouchRipple: boolean;
|
|
8
5
|
icon: React.ReactNode;
|
|
9
6
|
checkedIcon: React.ReactNode;
|
|
10
7
|
};
|
|
@@ -6,9 +6,6 @@ type CheckConfig = {
|
|
|
6
6
|
export declare const createCheckConfig: ({ icon, checkedIcon, indeterminateIcon }: CheckConfig) => {
|
|
7
7
|
defaultProps: {
|
|
8
8
|
indeterminateIcon: string | number | bigint | true | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | import('react').ReactPortal | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode>>;
|
|
9
|
-
disableRipple: boolean;
|
|
10
|
-
disableFocusRipple: boolean;
|
|
11
|
-
disableTouchRipple: boolean;
|
|
12
9
|
icon: import('react').ReactNode;
|
|
13
10
|
checkedIcon: import('react').ReactNode;
|
|
14
11
|
};
|
package/dist/uikit.js
CHANGED
|
@@ -4244,9 +4244,9 @@ const Im = (e) => /* @__PURE__ */ f(ht, { ...e, children: /* @__PURE__ */ f("svg
|
|
|
4244
4244
|
)
|
|
4245
4245
|
] }) }), Am = At(Dm), Ed = ({ icon: e, checkedIcon: t, indeterminateIcon: n }) => ({
|
|
4246
4246
|
defaultProps: {
|
|
4247
|
-
disableRipple:
|
|
4248
|
-
disableFocusRipple:
|
|
4249
|
-
disableTouchRipple:
|
|
4247
|
+
// disableRipple: true,
|
|
4248
|
+
// disableFocusRipple: true,
|
|
4249
|
+
// disableTouchRipple: true,
|
|
4250
4250
|
icon: e,
|
|
4251
4251
|
checkedIcon: t,
|
|
4252
4252
|
...n && { indeterminateIcon: n }
|
|
@@ -5697,11 +5697,6 @@ 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
|
-
}
|
|
5704
|
-
},
|
|
5705
5700
|
MuiCheckbox: Lm,
|
|
5706
5701
|
MuiRadio: Qm,
|
|
5707
5702
|
MuiTooltip: Jm,
|