@smart-factor/gem-ui-components 0.0.157 → 0.0.159
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/SignEditor.js
CHANGED
|
@@ -2,7 +2,7 @@ import './assets/SignEditor.css';var N4 = Object.defineProperty;
|
|
|
2
2
|
var I4 = (o, e, t) => e in o ? N4(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t;
|
|
3
3
|
var Eu = (o, e, t) => I4(o, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import { jsx as Vt, jsxs as ia, Fragment as o_ } from "react/jsx-runtime";
|
|
5
|
-
import { G as Ib, u as i_, a as rA, Q as uc, b as hs, c as Lp, D as KE, B as sp, d as ow, e as M4, z as Dc, f as a_, s as $E, I as Of, A as WE, F as O4, U as Ax, g as q4, h as R4, i as Q4, j as G4, T as V4, K as D4, k as H4 } from "./index-
|
|
5
|
+
import { G as Ib, u as i_, a as rA, Q as uc, b as hs, c as Lp, D as KE, B as sp, d as ow, e as M4, z as Dc, f as a_, s as $E, I as Of, A as WE, F as O4, U as Ax, g as q4, h as R4, i as Q4, j as G4, T as V4, K as D4, k as H4 } from "./index-BPAWu4-j.js";
|
|
6
6
|
import { q as XE, s as Di, I as tu, J as r_, H as YE, S as lp } from "./Stack-hsHMA5b6.js";
|
|
7
7
|
import { createContext as U4, useContext as z4, useState as vl, useCallback as zu, useEffect as oc, useMemo as cp, useRef as K4 } from "react";
|
|
8
8
|
import "react-dom";
|
|
@@ -3,5 +3,6 @@ export interface IconButtonProps extends IconButtonPropsMUI {
|
|
|
3
3
|
loading?: boolean;
|
|
4
4
|
tooltip?: React.ReactNode;
|
|
5
5
|
href?: string;
|
|
6
|
+
tooltipDisableInteractive?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export declare function IconButton({ children, disabled, loading, tooltip, sx, size, ...rest }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare function IconButton({ children, disabled, loading, tooltip, tooltipDisableInteractive, sx, size, ...rest }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -5,4 +5,6 @@ export default meta;
|
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
6
6
|
export declare const Docs: Story;
|
|
7
7
|
export declare const Disabled: Story;
|
|
8
|
-
export declare const
|
|
8
|
+
export declare const WithLoadingSmall: Story;
|
|
9
|
+
export declare const WithLoadingMedium: Story;
|
|
10
|
+
export declare const WithLoadingLarge: Story;
|