@smart-factor/gem-ui-components 0.0.62 → 0.0.63

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.
@@ -17,7 +17,7 @@ var T_ = (o, e, t, n) => ({
17
17
  import Gk, { jsx as Wt, jsxs as Fr, Fragment as Mb } from "react/jsx-runtime";
18
18
  import * as vr from "react";
19
19
  import { useCallback as pd, createContext as iQ, useContext as rQ, useState as kc, useEffect as uu, useMemo as Hm, useRef as aQ } from "react";
20
- import { ae as sQ, ag as lQ, G as Ix, ah as Mx, ai as A0, aj as cQ, a4 as tN, B as Um, ak as Rb, ac as eb, ad as nN, v as uQ, a8 as h2, aa as dQ, _ as AQ, n as hQ, f as pQ, a5 as gQ } from "./theme-CWNmI1fJ.js";
20
+ import { ae as sQ, ag as lQ, G as Ix, ah as Mx, ai as A0, aj as cQ, a4 as tN, B as Um, ak as Rb, ac as eb, ad as nN, v as uQ, a8 as h2, aa as dQ, _ as AQ, n as hQ, f as pQ, a5 as gQ } from "./theme-BDBtRh3g.js";
21
21
  import { C as oN, r as Qk } from "./Drawer-d8461jqd.js";
22
22
  import "react-dom";
23
23
  import "@mui/x-data-grid-pro";
@@ -1,3 +1,6 @@
1
1
  import { DialogProps } from './types';
2
2
 
3
- export declare const Dialog: ({ title, subtitle, onClose, children, disableBackdropClick, ...props }: DialogProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const Dialog: {
4
+ ({ title, subtitle, onClose, children, disableBackdropClick, ...props }: DialogProps): import("react/jsx-runtime").JSX.Element;
5
+ Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ };
@@ -1,11 +1,12 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledDialog: import('@emotion/styled').StyledComponent<import('@mui/material').DialogProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
3
- export declare const StyledHeaderWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
+ export declare const Dialog: import('@emotion/styled').StyledComponent<import('@mui/material').DialogProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
3
+ export declare const HeaderWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
5
5
  }, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
6
- export declare const StyledDialogTitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
6
+ export declare const Title: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
7
7
  ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
8
8
  }, "className" | "style" | "classes" | "children" | "sx" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
9
- export declare const StyledDialogSubtitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
9
+ export declare const Subtitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
10
10
  ref?: ((instance: HTMLSpanElement | null) => void) | import('react').RefObject<HTMLSpanElement> | null | undefined;
11
11
  }, "className" | "style" | "classes" | "children" | "sx" | "p" | "color" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
12
+ export declare const Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
package/dist/main.js CHANGED
@@ -2,8 +2,8 @@ import ee, { jsx as c, jsxs as k, Fragment as nt } from "react/jsx-runtime";
2
2
  import { L as te, P as a, _ as x, Z as Vt, $ as Ut, a0 as Ht, a1 as Gt, w as z, T as He, Y as Wt, a2 as qt, l as Zt, a3 as Xt, q as be, p as ye, r as R, v as Z, j as Jt, y as X, a as Kt, a4 as Qt, z as J, E as Ye, b as N, F as Ne, J as er, a5 as tr, a6 as rr, M as q, U as or, a7 as nr, x as ve, e as Te, K as H, a8 as sr, S as ze, a9 as re, aa as oe, N as he } from "./Stack-ThmeJzqr.js";
3
3
  import { r as ne, e as st, P as it, i as ir, C as ar } from "./Drawer-d8461jqd.js";
4
4
  import { D as Ks, L as Qs } from "./Drawer-d8461jqd.js";
5
- import { A as lr, l as Ge, L as cr, g as dr, S as ur, a as fr, t as We, T as hr, b as pr, c as mr, d as gr, e as br, B as Q, f as yr, G as vr, i as Tr, h as xr, F as Cr, j as Mr, k as at, M as A, m as lt, n as ct, C as se, o as P, w as Or, p as dt, q as Sr, r as Dr, s as Pr, u as Lr, v as wr, x as xe, y as kr, z as Er, D as $r, I as ut, E as _r, H as ft, J as ht, K as Yr, N as pt, O as Nr, P as zr, Q as jr, R as Ir, U as Ar, V as Rr, W as Br, X as Fr, Y as Vr, Z as Ur, _ as Hr, $ as Gr, a0 as Wr, a1 as qr, a2 as Zr, a3 as Xr } from "./theme-CWNmI1fJ.js";
6
- import { a7 as ti, ad as ri, a4 as oi, a9 as ni, aa as si, ab as ii, ac as ai, a5 as li, a8 as ci, ae as di, ag as ui, a6 as fi, af as hi } from "./theme-CWNmI1fJ.js";
5
+ import { A as lr, l as Ge, L as cr, g as dr, S as ur, a as fr, t as We, T as hr, b as pr, c as mr, d as gr, e as br, B as Q, f as yr, G as vr, i as Tr, h as xr, F as Cr, j as Mr, k as at, M as A, m as lt, n as ct, C as se, o as P, w as Or, p as dt, q as Sr, r as Dr, s as Pr, u as Lr, v as wr, x as xe, y as kr, z as Er, D as $r, I as ut, E as _r, H as ft, J as ht, K as Yr, N as pt, O as Nr, P as zr, Q as jr, R as Ir, U as Ar, V as Rr, W as Br, X as Fr, Y as Vr, Z as Ur, _ as Hr, $ as Gr, a0 as Wr, a1 as qr, a2 as Zr, a3 as Xr } from "./theme-BDBtRh3g.js";
6
+ import { a7 as ti, ad as ri, a4 as oi, a9 as ni, aa as si, ab as ii, ac as ai, a5 as li, a8 as ci, ae as di, ag as ui, a6 as fi, af as hi } from "./theme-BDBtRh3g.js";
7
7
  import * as L from "react";
8
8
  import { useState as F, useCallback as pe, useLayoutEffect as mt, useEffect as Ce, useMemo as gt, useRef as Jr } from "react";
9
9
  import { b as ce } from "./useFormControl-Cj8rSR6R.js";