dhre-ui-kit 0.0.293 → 0.0.295
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 +3 -1
- package/lib/index.js +13 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +13 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -496,6 +496,8 @@ interface CustomLoaderProps {
|
|
|
496
496
|
|
|
497
497
|
declare const _default$d: (props: CustomLoaderProps) => React$1.JSX.Element;
|
|
498
498
|
|
|
499
|
+
declare function AnimationWithImperativeApi(): React$1.JSX.Element;
|
|
500
|
+
|
|
499
501
|
declare const _default$c: (props: {
|
|
500
502
|
backgroundColor?: string;
|
|
501
503
|
style?: ViewStyle;
|
|
@@ -1145,4 +1147,4 @@ interface RadioButtonGroupProps {
|
|
|
1145
1147
|
|
|
1146
1148
|
declare const RadioButtonGroup: React$1.FC<RadioButtonGroupProps>;
|
|
1147
1149
|
|
|
1148
|
-
export { _default$g as Accordion, _default$1 as AppointmentCard, _default$j as Badge, BottomDrawer, _default$i as Button, Cards, _default$7 as Category, Checkbox as CheckBox, _default$a as ContactModel, CountryDropDown as CountryPicker, _default$4 as CustomDocumentPicker, CustomDropdown$1 as CustomDropdown, _default$f as CustomHeader, type CustomHeaderProps, CustomIcon, _default$d as 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$9 as DateRangePicker, CustomDropdown as DropDown, FONT_STYLES, _default$6 as FeedbackForm, FileUpload, FontStyle, _default$c as Line, NotificationBandge, OTPInput, _default$8 as OurOfficesButton, PdfView, PopUp, _default as PropertyDetails, RadioButtonGroup, ShapeType, _default$5 as SingleSelectionTags, type SlideButtonHandle, 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$b as Topic, copyToClipboard, theme as default, height, horizontalScale, moderateScale, toastService, verticalScale, width };
|
|
1150
|
+
export { _default$g as Accordion, AnimationWithImperativeApi as AnimationLoitte, _default$1 as AppointmentCard, _default$j as Badge, BottomDrawer, _default$i as Button, Cards, _default$7 as Category, Checkbox as CheckBox, _default$a as ContactModel, CountryDropDown as CountryPicker, _default$4 as CustomDocumentPicker, CustomDropdown$1 as CustomDropdown, _default$f as CustomHeader, type CustomHeaderProps, CustomIcon, _default$d as 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$9 as DateRangePicker, CustomDropdown as DropDown, FONT_STYLES, _default$6 as FeedbackForm, FileUpload, FontStyle, _default$c as Line, NotificationBandge, OTPInput, _default$8 as OurOfficesButton, PdfView, PopUp, _default as PropertyDetails, RadioButtonGroup, ShapeType, _default$5 as SingleSelectionTags, type SlideButtonHandle, 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$b as Topic, copyToClipboard, theme as default, height, horizontalScale, moderateScale, toastService, verticalScale, width };
|
package/lib/index.js
CHANGED
|
@@ -2573,6 +2573,18 @@ const CustomIcon = ({
|
|
|
2573
2573
|
);
|
|
2574
2574
|
};
|
|
2575
2575
|
|
|
2576
|
+
function AnimationWithImperativeApi() {
|
|
2577
|
+
return /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: { flex: 1 } }, /* @__PURE__ */ React__default["default"].createElement(
|
|
2578
|
+
LottieView__default["default"],
|
|
2579
|
+
{
|
|
2580
|
+
style: { width: "100%", height: "100%" },
|
|
2581
|
+
source: loaderJson,
|
|
2582
|
+
autoPlay: true,
|
|
2583
|
+
loop: true
|
|
2584
|
+
}
|
|
2585
|
+
));
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2576
2588
|
const HorizontalLine = ({ backgroundColor = "SURFACE_SECONDARY", style }) => {
|
|
2577
2589
|
const { theme } = useTheme();
|
|
2578
2590
|
return /* @__PURE__ */ React__default["default"].createElement(
|
|
@@ -4976,6 +4988,7 @@ const RadioButtonGroup = ({ data, onSelect, containerStyle, labelStyle, optionCo
|
|
|
4976
4988
|
};
|
|
4977
4989
|
|
|
4978
4990
|
exports.Accordion = Accordion$1;
|
|
4991
|
+
exports.AnimationLoitte = AnimationWithImperativeApi;
|
|
4979
4992
|
exports.AppointmentCard = index$1;
|
|
4980
4993
|
exports.Badge = Badge$1;
|
|
4981
4994
|
exports.BottomDrawer = BottomDrawer;
|