dhre-ui-kit 0.0.142 → 0.0.144

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
@@ -17,7 +17,7 @@ interface CustomTextProps extends TextProps {
17
17
  style?: StyleProp<TextStyle>;
18
18
  textColor?: string;
19
19
  }
20
- declare const _default$i: (props: CustomTextProps) => React$1.JSX.Element;
20
+ declare const _default$k: (props: CustomTextProps) => React$1.JSX.Element;
21
21
 
22
22
  interface BadgeProps {
23
23
  text?: string;
@@ -27,7 +27,7 @@ interface BadgeProps {
27
27
  iconStyle?: ViewStyle;
28
28
  handleIconPress: () => void;
29
29
  }
30
- declare const _default$h: (props: BadgeProps) => React$1.JSX.Element;
30
+ declare const _default$j: (props: BadgeProps) => React$1.JSX.Element;
31
31
 
32
32
  interface BottomDrawerProps {
33
33
  isModalVisible: boolean;
@@ -71,7 +71,7 @@ interface CustomButtonProps {
71
71
  disableButtonTitleColor?: string;
72
72
  }
73
73
 
74
- declare const _default$g: (props: CustomButtonProps) => React$1.JSX.Element;
74
+ declare const _default$i: (props: CustomButtonProps) => React$1.JSX.Element;
75
75
 
76
76
  interface CardsProps {
77
77
  topLeftTitle?: string;
@@ -318,7 +318,7 @@ interface Props {
318
318
  onSelectionChange?: (selected: string[]) => void;
319
319
  style?: ViewStyle;
320
320
  }
321
- declare const _default$f: (props: Props) => React$1.JSX.Element;
321
+ declare const _default$h: (props: Props) => React$1.JSX.Element;
322
322
 
323
323
  interface TagsProps {
324
324
  tags: string[];
@@ -358,7 +358,7 @@ interface AccordionProps {
358
358
  titleVariant?: string;
359
359
  }
360
360
 
361
- declare const _default$e: (props: AccordionProps) => React$1.JSX.Element;
361
+ declare const _default$g: (props: AccordionProps) => React$1.JSX.Element;
362
362
 
363
363
  interface ToastProps {
364
364
  sucessIcon: React$1.ReactElement;
@@ -413,7 +413,7 @@ interface CustomHeaderProps {
413
413
  onRightPress?: () => void;
414
414
  }
415
415
 
416
- declare const _default$d: (props: CustomHeaderProps) => React$1.JSX.Element;
416
+ declare const _default$f: (props: CustomHeaderProps) => React$1.JSX.Element;
417
417
 
418
418
  interface ListItem {
419
419
  id: string;
@@ -456,7 +456,7 @@ interface SwipableListProps {
456
456
  titleStyle?: TextStyle;
457
457
  }
458
458
 
459
- declare const SwipableList: (props: SwipableListProps) => React$1.JSX.Element;
459
+ declare const _default$e: (props: SwipableListProps) => React$1.JSX.Element;
460
460
 
461
461
  interface TypoTextProps extends TextProps {
462
462
  variant: keyof typeof FONT_STYLES;
@@ -483,7 +483,7 @@ interface CustomLoaderProps {
483
483
 
484
484
  declare const CustomLoader: ({ loading }: CustomLoaderProps) => React$1.JSX.Element | null;
485
485
 
486
- declare const _default$c: (props: {
486
+ declare const _default$d: (props: {
487
487
  backgroundColor?: string;
488
488
  style?: ViewStyle;
489
489
  }) => React$1.JSX.Element;
@@ -498,7 +498,7 @@ interface OurOfficesButtonProps$1 {
498
498
  time?: string;
499
499
  subTitleStyle?: TextStyle;
500
500
  }
501
- declare const _default$b: (props: OurOfficesButtonProps$1) => React$1.JSX.Element;
501
+ declare const _default$c: (props: OurOfficesButtonProps$1) => React$1.JSX.Element;
502
502
 
503
503
  interface ContactModalProps {
504
504
  phoneNumber: string;
@@ -507,14 +507,14 @@ interface ContactModalProps {
507
507
  isMailOpen: boolean;
508
508
  data: string;
509
509
  }
510
- declare const _default$a: (props: ContactModalProps) => React$1.JSX.Element;
510
+ declare const _default$b: (props: ContactModalProps) => React$1.JSX.Element;
511
511
 
512
512
  interface DateRangePickerProps extends CalendarProps {
513
513
  onButtonPress: (startDate: string, endDate: string) => void;
514
514
  btnTitle?: string;
515
515
  }
516
516
 
517
- declare const _default$9: (props: DateRangePickerProps) => React$1.JSX.Element;
517
+ declare const _default$a: (props: DateRangePickerProps) => React$1.JSX.Element;
518
518
 
519
519
  interface OurOfficesButtonProps {
520
520
  leftIcon?: ReactElement<SvgProps>;
@@ -528,7 +528,7 @@ interface OurOfficesButtonProps {
528
528
  titleColor?: string;
529
529
  descriptionColor?: string;
530
530
  }
531
- declare const _default$8: (props: OurOfficesButtonProps) => React$1.JSX.Element;
531
+ declare const _default$9: (props: OurOfficesButtonProps) => React$1.JSX.Element;
532
532
 
533
533
  interface NotificationBandgeProps {
534
534
  notificationCount?: number;
@@ -552,9 +552,9 @@ interface ScrollableListProps {
552
552
  defaultItemTextColor?: string;
553
553
  activeTab?: string;
554
554
  }
555
- declare const _default$7: (props: ScrollableListProps) => React$1.JSX.Element;
555
+ declare const _default$8: (props: ScrollableListProps) => React$1.JSX.Element;
556
556
 
557
- declare const _default$6: (props: {
557
+ declare const _default$7: (props: {
558
558
  title: string;
559
559
  feedback: string;
560
560
  inputText: string;
@@ -662,7 +662,7 @@ interface TagsComponentProps {
662
662
  setSelectedTag: (val: string) => void;
663
663
  handleTagPress?: (val: string) => void | undefined;
664
664
  }
665
- declare const TagsComponent: React$1.FC<TagsComponentProps>;
665
+ declare const _default$6: (props: TagsComponentProps) => React$1.JSX.Element;
666
666
 
667
667
  interface CustomDocumentPickerProps {
668
668
  onDocumentUpload: (base64: string, document?: DocumentPickerResponse) => void;
@@ -1059,4 +1059,4 @@ interface PropertyDetailsProps {
1059
1059
 
1060
1060
  declare const _default: (props: PropertyDetailsProps) => React$1.JSX.Element;
1061
1061
 
1062
- export { _default$e as Accordion, _default$1 as AppointmentCard, _default$h as Badge, BottomDrawer, _default$g as Button, Cards, _default$7 as Category, Checkbox as CheckBox, _default$a as ContactModel, CountryDropDown as CountryPicker, _default$5 as CustomDocumentPicker, CustomDropdown$1 as CustomDropdown, _default$d as CustomHeader, type CustomHeaderProps, CustomIcon, CustomLoader, CustomProgressBar, CustomSearchBar, _default$2 as CustomSlideButton, CustomSwitchBtn, _default$i as CustomText, CustomTextInput, CustomTooltip, CustomTypography, DHRE_COLORS_ALERT, DHRE_COLORS_BG, DHRE_COLORS_PRIMARY, DHRE_COLORS_SECONDARY, DHRE_COLORS_TEXT, DHRE_DEFAULT, _default$9 as DateRangePicker, CustomDropdown as DropDown, FONT_STYLES, _default$6 as FeedbackForm, FileUpload, FontStyle, _default$c as Line, NotificationBandge, _default$4 as OTPInput, _default$8 as OurOfficesButton, PdfView, PopUp, _default as PropertyDetails, ShapeType, TagsComponent as SingleSelectionTags, Star as StarRating, _default$3 as Stepper, SwipableList, _default$f as Tabs, Tags, TextDirectType, CommonTextInput as TextInput, Theme, Toast, type ToastRef, CustomSwitch as ToggleButton, ToggleButtonType, ToggleTextType, _default$b as Topic, copyToClipboard, theme as default, height, horizontalScale, moderateScale, toastService, verticalScale, width };
1062
+ export { _default$g as Accordion, _default$1 as AppointmentCard, _default$j as Badge, BottomDrawer, _default$i as Button, Cards, _default$8 as Category, Checkbox as CheckBox, _default$b as ContactModel, CountryDropDown as CountryPicker, _default$5 as CustomDocumentPicker, CustomDropdown$1 as CustomDropdown, _default$f as CustomHeader, type CustomHeaderProps, CustomIcon, CustomLoader, CustomProgressBar, CustomSearchBar, _default$2 as CustomSlideButton, CustomSwitchBtn, _default$k as CustomText, CustomTextInput, CustomTooltip, CustomTypography, DHRE_COLORS_ALERT, DHRE_COLORS_BG, DHRE_COLORS_PRIMARY, DHRE_COLORS_SECONDARY, DHRE_COLORS_TEXT, DHRE_DEFAULT, _default$a as DateRangePicker, CustomDropdown as DropDown, FONT_STYLES, _default$7 as FeedbackForm, FileUpload, FontStyle, _default$d as Line, NotificationBandge, _default$4 as OTPInput, _default$9 as OurOfficesButton, PdfView, PopUp, _default as PropertyDetails, ShapeType, _default$6 as SingleSelectionTags, Star as StarRating, _default$3 as Stepper, _default$e as SwipableList, _default$h as Tabs, Tags, TextDirectType, CommonTextInput as TextInput, Theme, Toast, type ToastRef, CustomSwitch as ToggleButton, ToggleButtonType, ToggleTextType, _default$c as Topic, copyToClipboard, theme as default, height, horizontalScale, moderateScale, toastService, verticalScale, width };