dhre-ui-kit 0.0.141 → 0.0.143
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 +8 -8
- package/lib/index.js +16 -6
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +16 -6
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
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$
|
|
20
|
+
declare const _default$j: (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$
|
|
30
|
+
declare const _default$i: (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$
|
|
74
|
+
declare const _default$h: (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$
|
|
321
|
+
declare const _default$g: (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$
|
|
361
|
+
declare const _default$f: (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$
|
|
416
|
+
declare const _default$e: (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
|
|
459
|
+
declare const _default$d: (props: SwipableListProps) => React$1.JSX.Element;
|
|
460
460
|
|
|
461
461
|
interface TypoTextProps extends TextProps {
|
|
462
462
|
variant: keyof typeof FONT_STYLES;
|
|
@@ -1059,4 +1059,4 @@ interface PropertyDetailsProps {
|
|
|
1059
1059
|
|
|
1060
1060
|
declare const _default: (props: PropertyDetailsProps) => React$1.JSX.Element;
|
|
1061
1061
|
|
|
1062
|
-
export { _default$
|
|
1062
|
+
export { _default$f as Accordion, _default$1 as AppointmentCard, _default$i as Badge, BottomDrawer, _default$h 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$e as CustomHeader, type CustomHeaderProps, CustomIcon, CustomLoader, CustomProgressBar, CustomSearchBar, _default$2 as CustomSlideButton, CustomSwitchBtn, _default$j 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, _default$d as SwipableList, _default$g 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 };
|
package/lib/index.js
CHANGED
|
@@ -2292,7 +2292,6 @@ const styles$k = reactNative.StyleSheet.create({
|
|
|
2292
2292
|
container: {
|
|
2293
2293
|
flex: 1
|
|
2294
2294
|
},
|
|
2295
|
-
swippableContainer: { paddingVertical: verticalScale(16) },
|
|
2296
2295
|
actionButton: {
|
|
2297
2296
|
justifyContent: "center",
|
|
2298
2297
|
alignItems: "center",
|
|
@@ -2303,7 +2302,8 @@ const styles$k = reactNative.StyleSheet.create({
|
|
|
2303
2302
|
},
|
|
2304
2303
|
actionBtn: {
|
|
2305
2304
|
flexDirection: "row"
|
|
2306
|
-
}
|
|
2305
|
+
},
|
|
2306
|
+
seperator: { height: 1 }
|
|
2307
2307
|
});
|
|
2308
2308
|
|
|
2309
2309
|
const SwipableList = (props) => {
|
|
@@ -2328,6 +2328,7 @@ const SwipableList = (props) => {
|
|
|
2328
2328
|
rightPrimaryActionStyle,
|
|
2329
2329
|
titleStyle
|
|
2330
2330
|
} = props;
|
|
2331
|
+
const { theme } = useTheme();
|
|
2331
2332
|
const ActionButton = ({
|
|
2332
2333
|
icon,
|
|
2333
2334
|
title,
|
|
@@ -2390,8 +2391,7 @@ const SwipableList = (props) => {
|
|
|
2390
2391
|
item.isRead ? leftSecondaryActionInActiveIcon : leftSecondaryActionActiveIcon,
|
|
2391
2392
|
item.isRead ? leftSecondaryActionInActiveTitle : leftSecondaryActionActiveTitle
|
|
2392
2393
|
),
|
|
2393
|
-
renderRightActions: () => rightActionHandle(item)
|
|
2394
|
-
containerStyle: styles$k.swippableContainer
|
|
2394
|
+
renderRightActions: () => rightActionHandle(item)
|
|
2395
2395
|
},
|
|
2396
2396
|
props?.renderItem(item)
|
|
2397
2397
|
));
|
|
@@ -2400,10 +2400,20 @@ const SwipableList = (props) => {
|
|
|
2400
2400
|
{
|
|
2401
2401
|
data,
|
|
2402
2402
|
renderItem,
|
|
2403
|
-
keyExtractor: (item) => item.id
|
|
2403
|
+
keyExtractor: (item) => item.id,
|
|
2404
|
+
ItemSeparatorComponent: () => /* @__PURE__ */ React__default["default"].createElement(
|
|
2405
|
+
reactNative.View,
|
|
2406
|
+
{
|
|
2407
|
+
style: {
|
|
2408
|
+
...styles$k.seperator,
|
|
2409
|
+
backgroundColor: theme.BORDER_SEPRATOR
|
|
2410
|
+
}
|
|
2411
|
+
}
|
|
2412
|
+
)
|
|
2404
2413
|
}
|
|
2405
2414
|
));
|
|
2406
2415
|
};
|
|
2416
|
+
var SwipableList$1 = withThemeProvider(SwipableList);
|
|
2407
2417
|
|
|
2408
2418
|
const styles$j = reactNative.StyleSheet.create({
|
|
2409
2419
|
container: {
|
|
@@ -4479,7 +4489,7 @@ exports.ShapeType = ShapeType;
|
|
|
4479
4489
|
exports.SingleSelectionTags = TagsComponent;
|
|
4480
4490
|
exports.StarRating = Star;
|
|
4481
4491
|
exports.Stepper = index$3;
|
|
4482
|
-
exports.SwipableList = SwipableList;
|
|
4492
|
+
exports.SwipableList = SwipableList$1;
|
|
4483
4493
|
exports.Tabs = Tabs$1;
|
|
4484
4494
|
exports.Tags = Tags;
|
|
4485
4495
|
exports.TextDirectType = TextDirectType;
|