dhre-ui-kit 0.0.324 → 0.0.325

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +2 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import React$1, { ReactElement, ReactNode, JSXElementConstructor } from 'react';
2
2
  import { TextStyle, TextProps, StyleProp, ViewStyle, TextInputProps, ImageStyle, GestureResponderEvent } from 'react-native';
3
3
  import { SvgProps } from 'react-native-svg';
4
+ import { TooltipProps } from 'react-native-walkthrough-tooltip';
4
5
  import { PdfProps } from 'react-native-pdf';
5
6
  import { CalendarProps } from 'react-native-calendars';
6
7
  import { CountryCode } from 'react-native-country-picker-modal';
@@ -155,7 +156,7 @@ interface CustomTextInputProps extends TextInputProps {
155
156
 
156
157
  declare const CustomTextInput: React$1.FC<CustomTextInputProps>;
157
158
 
158
- interface CustomTooltipProps {
159
+ interface CustomTooltipProps extends TooltipProps {
159
160
  isVisible: boolean;
160
161
  onClose: () => void;
161
162
  content: ReactElement<string | JSXElementConstructor<string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhre-ui-kit",
3
- "version": "0.0.324",
3
+ "version": "0.0.325",
4
4
  "main": "lib/index.js",
5
5
  "module": "lib/index.mjs",
6
6
  "typings": "lib/index.d.ts",