dhre-ui-kit 0.0.323 → 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.
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/lib/index.js CHANGED
@@ -20,7 +20,6 @@ var reactNativeElementDropdown = require('react-native-element-dropdown');
20
20
  var DocumentPicker = require('react-native-document-picker');
21
21
  var RNFS = require('react-native-fs');
22
22
  var OTPVerify = require('react-native-otp-verify');
23
- var appEnum = require('src/utils/appEnum');
24
23
 
25
24
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
26
25
 
@@ -5035,7 +5034,7 @@ const RadioButtonGroup = ({
5035
5034
  /* @__PURE__ */ React__default["default"].createElement(
5036
5035
  CustomTypography,
5037
5036
  {
5038
- variant: appEnum.FontStyle.L1_REGULAR,
5037
+ variant: FontStyle.L1_REGULAR,
5039
5038
  text: item.label,
5040
5039
  style: [styles.label, labelStyle]
5041
5040
  }