@dev-blinq/ui-systems 1.0.113 → 1.0.115

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.
@@ -28,3 +28,13 @@ export declare const StyledCopyButtonWrap: import('@emotion/styled').StyledCompo
28
28
  }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & {
29
29
  theme?: import('@emotion/react').Theme;
30
30
  }, {}, {}>;
31
+ export declare const StyledNoDataWrapper: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
32
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
33
+ }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & {
34
+ theme?: import('@emotion/react').Theme;
35
+ }, {}, {}>;
36
+ export declare const StyledIconWrapper: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
37
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
38
+ }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & {
39
+ theme?: import('@emotion/react').Theme;
40
+ }, {}, {}>;
@@ -1,6 +1,6 @@
1
1
  export declare const StepTitleEditInput: ({ onCancel, value, preventedKeys, onSave, setValue, }: {
2
2
  onSave: (v: string) => void;
3
- onCancel: () => void;
3
+ onCancel: (e: any) => void;
4
4
  preventedKeys?: string[];
5
5
  value: string;
6
6
  setValue: React.Dispatch<React.SetStateAction<string>>;