@mindly/ui-components 6.5.0 → 6.5.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.
@@ -1 +1,2 @@
1
- export declare const useStopPropagationEvent: (ref: React.RefObject<HTMLElement>, event: string) => void;
1
+ import { DependencyList } from 'react';
2
+ export declare const useStopPropagationEvent: (ref: React.RefObject<HTMLElement>, event: string, deps?: DependencyList) => void;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import * as React$1 from 'react';
3
- import React__default, { CSSProperties, FC, HTMLAttributes, RefAttributes, SVGAttributes, KeyboardEvent, InputHTMLAttributes, KeyboardEventHandler, RefObject, EffectCallback, SVGProps, PropsWithChildren, ReactNode, ReactText, ReactElement, ChangeEvent } from 'react';
3
+ import React__default, { CSSProperties, FC, HTMLAttributes, RefAttributes, SVGAttributes, KeyboardEvent, InputHTMLAttributes, KeyboardEventHandler, RefObject, EffectCallback, DependencyList, SVGProps, PropsWithChildren, ReactNode, ReactText, ReactElement, ChangeEvent } from 'react';
4
4
  import { WithTranslation } from 'react-i18next';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import { JSX as JSX$1 } from '@ionic/core/components';
@@ -2325,7 +2325,7 @@ declare function useIsKeyBoardShown(): boolean;
2325
2325
 
2326
2326
  declare const useDelayMount: (delay: number) => boolean;
2327
2327
 
2328
- declare const useStopPropagationEvent: (ref: React.RefObject<HTMLElement>, event: string) => void;
2328
+ declare const useStopPropagationEvent: (ref: React.RefObject<HTMLElement>, event: string, deps?: DependencyList) => void;
2329
2329
 
2330
2330
  interface IconProps$G extends React$1.SVGAttributes<SVGElement> {
2331
2331
  size?: number | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.5.0",
3
+ "version": "6.5.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",