@js-smart/react-kit 5.18.0 → 5.18.1
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/index.mjs
CHANGED
|
@@ -37,7 +37,7 @@ var jt;
|
|
|
37
37
|
function mn() {
|
|
38
38
|
if (jt) return z;
|
|
39
39
|
jt = 1;
|
|
40
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ?
|
|
40
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, p = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, v = e ? Symbol.for("react.memo") : 60115, y = e ? Symbol.for("react.lazy") : 60116, l = e ? Symbol.for("react.block") : 60121, C = e ? Symbol.for("react.fundamental") : 60117, _ = e ? Symbol.for("react.responder") : 60118, M = e ? Symbol.for("react.scope") : 60119;
|
|
41
41
|
function D(b) {
|
|
42
42
|
if (typeof b == "object" && b !== null) {
|
|
43
43
|
var w = b.$$typeof;
|
|
@@ -103,7 +103,7 @@ var U = {};
|
|
|
103
103
|
var zt;
|
|
104
104
|
function pn() {
|
|
105
105
|
return zt || (zt = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
106
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ?
|
|
106
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, p = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, v = e ? Symbol.for("react.memo") : 60115, y = e ? Symbol.for("react.lazy") : 60116, l = e ? Symbol.for("react.block") : 60121, C = e ? Symbol.for("react.fundamental") : 60117, _ = e ? Symbol.for("react.responder") : 60118, M = e ? Symbol.for("react.scope") : 60119;
|
|
107
107
|
function D(T) {
|
|
108
108
|
return typeof T == "string" || typeof T == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
109
109
|
T === n || T === d || T === i || T === o || T === p || T === h || typeof T == "object" && T !== null && (T.$$typeof === y || T.$$typeof === v || T.$$typeof === s || T.$$typeof === c || T.$$typeof === m || T.$$typeof === C || T.$$typeof === _ || T.$$typeof === M || T.$$typeof === l);
|
|
@@ -705,7 +705,7 @@ var Xt;
|
|
|
705
705
|
function En() {
|
|
706
706
|
if (Xt) return G;
|
|
707
707
|
Xt = 1;
|
|
708
|
-
var e =
|
|
708
|
+
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), i = Symbol.for("react.consumer"), s = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), h = Symbol.for("react.view_transition"), v = Symbol.for("react.client.reference");
|
|
709
709
|
function y(l) {
|
|
710
710
|
if (typeof l == "object" && l !== null) {
|
|
711
711
|
var C = l.$$typeof;
|
|
@@ -800,7 +800,7 @@ function Tn() {
|
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
802
|
}
|
|
803
|
-
var t =
|
|
803
|
+
var t = Symbol.for("react.transitional.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.consumer"), c = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), v = Symbol.for("react.view_transition"), y = Symbol.for("react.client.reference");
|
|
804
804
|
K.ContextConsumer = s, K.ContextProvider = c, K.Element = t, K.ForwardRef = f, K.Fragment = n, K.Lazy = h, K.Memo = p, K.Portal = r, K.Profiler = i, K.StrictMode = o, K.Suspense = d, K.SuspenseList = m, K.isContextConsumer = function(l) {
|
|
805
805
|
return e(l) === s;
|
|
806
806
|
}, K.isContextProvider = function(l) {
|
|
@@ -2,7 +2,7 @@ import { default as React } from 'react';
|
|
|
2
2
|
interface EditIconButtonProps {
|
|
3
3
|
tooltipTitle: string;
|
|
4
4
|
onClick: React.Dispatch<React.SetStateAction<boolean>>;
|
|
5
|
-
color?:
|
|
5
|
+
color?: 'inherit' | 'default' | 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning';
|
|
6
6
|
}
|
|
7
7
|
export declare function EditIconButton(props: Readonly<EditIconButtonProps>): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { SxProps, Theme } from '@mui/material';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
3
|
/**
|
|
4
4
|
* Reusable History Button component properties
|
|
5
5
|
*
|
|
@@ -12,11 +12,11 @@ interface HistoryButtonProps {
|
|
|
12
12
|
name?: string;
|
|
13
13
|
dataCy?: string;
|
|
14
14
|
sx?: SxProps<Theme>;
|
|
15
|
-
type?:
|
|
15
|
+
type?: 'button' | 'submit' | 'reset';
|
|
16
16
|
onClick: () => void;
|
|
17
17
|
startIcon?: React.ReactNode;
|
|
18
|
-
variant?:
|
|
19
|
-
color?:
|
|
18
|
+
variant?: 'text' | 'outlined' | 'contained';
|
|
19
|
+
color?: 'inherit' | 'primary' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Reusable History Button component
|