searchsmartly-ui 0.0.28 → 0.0.29

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/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as _emotion_styled from '@emotion/styled';
3
3
  import * as _mui_system from '@mui/system';
4
4
  import { SxProps as SxProps$1 } from '@mui/system';
5
5
  import * as react from 'react';
6
- import { FC, PropsWithChildren, ReactElement } from 'react';
6
+ import { FC, PropsWithChildren, ReactElement, MouseEvent } from 'react';
7
7
  import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
8
8
  import * as _mui_material from '@mui/material';
9
9
  import { SxProps, Theme, BoxProps, StackProps, SvgIconProps } from '@mui/material';
@@ -43,7 +43,7 @@ type OnboardingStepLayoutProps = {
43
43
  linkProps?: Record<string, unknown>;
44
44
  caption: string;
45
45
  disabled?: boolean;
46
- onClick?: () => void;
46
+ onClick?: (e: MouseEvent) => void;
47
47
  };
48
48
  declare const OnboardingStepLayout: FC<PropsWithChildren<OnboardingStepLayoutProps>>;
49
49
 
@@ -1,10 +1,10 @@
1
- import type { FC, PropsWithChildren } from 'react';
1
+ import type { FC, PropsWithChildren, MouseEvent } from 'react';
2
2
  type OnboardingStepLayoutProps = {
3
3
  Link?: FC<Record<string, unknown>>;
4
4
  linkProps?: Record<string, unknown>;
5
5
  caption: string;
6
6
  disabled?: boolean;
7
- onClick?: () => void;
7
+ onClick?: (e: MouseEvent) => void;
8
8
  };
9
9
  export declare const OnboardingStepLayout: FC<PropsWithChildren<OnboardingStepLayoutProps>>;
10
10
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "searchsmartly-ui",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "SearchSmartly UI Library",
5
5
  "keywords": [
6
6
  "react",