@draftbit/core 47.2.13-f38301.2 → 47.2.14-9580d7.2
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/src/Provider.d.ts +10 -0
- package/lib/src/Provider.js +10 -0
- package/lib/src/Provider.js.map +1 -0
- package/lib/src/components/Accordion/AccordionGroup.d.ts +21 -0
- package/lib/src/components/Accordion/AccordionGroup.js +45 -0
- package/lib/src/components/Accordion/AccordionGroup.js.map +1 -0
- package/lib/src/components/Accordion/AccordionItem.d.ts +15 -0
- package/lib/src/components/Accordion/AccordionItem.js +33 -0
- package/lib/src/components/Accordion/AccordionItem.js.map +1 -0
- package/lib/src/components/Accordion/index.d.ts +2 -0
- package/lib/src/components/Accordion/index.js.map +1 -0
- package/lib/src/components/ActionSheet/ActionSheet.d.ts +8 -0
- package/lib/src/components/ActionSheet/ActionSheet.js +46 -0
- package/lib/src/components/ActionSheet/ActionSheet.js.map +1 -0
- package/lib/src/components/ActionSheet/ActionSheetCancel.d.ts +10 -0
- package/lib/src/components/ActionSheet/ActionSheetCancel.js +7 -0
- package/lib/src/components/ActionSheet/ActionSheetCancel.js.map +1 -0
- package/lib/src/components/ActionSheet/ActionSheetItem.d.ts +10 -0
- package/lib/src/components/ActionSheet/ActionSheetItem.js +31 -0
- package/lib/src/components/ActionSheet/ActionSheetItem.js.map +1 -0
- package/lib/src/components/ActionSheet/index.d.ts +3 -0
- package/lib/src/components/ActionSheet/index.js.map +1 -0
- package/lib/src/components/AnimatedCircularProgress.d.ts +13 -0
- package/lib/src/components/AnimatedCircularProgress.js +44 -0
- package/lib/src/components/AnimatedCircularProgress.js.map +1 -0
- package/lib/src/components/AspectRatio.d.ts +8 -0
- package/lib/src/components/AspectRatio.js +19 -0
- package/lib/src/components/AspectRatio.js.map +1 -0
- package/lib/src/components/AvatarEdit.d.ts +15 -0
- package/lib/src/components/AvatarEdit.js +31 -0
- package/lib/src/components/AvatarEdit.js.map +1 -0
- package/lib/src/components/Banner.d.ts +22 -0
- package/lib/src/components/Banner.js +110 -0
- package/lib/src/components/Banner.js.map +1 -0
- package/lib/src/components/BottomSheet/BottomSheet.d.ts +24 -0
- package/lib/src/components/BottomSheet/BottomSheet.js +72 -0
- package/lib/src/components/BottomSheet/BottomSheet.js.map +1 -0
- package/lib/src/components/BottomSheet/BottomSheetComponent.d.ts +169 -0
- package/lib/src/components/BottomSheet/BottomSheetComponent.js +438 -0
- package/lib/src/components/BottomSheet/BottomSheetComponent.js.map +1 -0
- package/lib/src/components/BottomSheet/index.d.ts +1 -0
- package/lib/src/components/BottomSheet/index.js.map +1 -0
- package/lib/src/components/Button.d.ts +6 -0
- package/lib/src/components/Button.js +115 -0
- package/lib/src/components/Button.js.map +1 -0
- package/lib/src/components/Card.d.ts +42 -0
- package/lib/src/components/Card.js +58 -0
- package/lib/src/components/Card.js.map +1 -0
- package/lib/src/components/Checkbox/Checkbox.d.ts +19 -0
- package/lib/src/components/Checkbox/Checkbox.js +63 -0
- package/lib/src/components/Checkbox/Checkbox.js.map +1 -0
- package/lib/src/components/Checkbox/CheckboxGroup.d.ts +14 -0
- package/lib/src/components/Checkbox/CheckboxGroup.js +22 -0
- package/lib/src/components/Checkbox/CheckboxGroup.js.map +1 -0
- package/lib/src/components/Checkbox/CheckboxGroupRow.d.ts +21 -0
- package/lib/src/components/Checkbox/CheckboxGroupRow.js +77 -0
- package/lib/src/components/Checkbox/CheckboxGroupRow.js.map +1 -0
- package/lib/src/components/Checkbox/CheckboxRow.d.ts +17 -0
- package/lib/src/components/Checkbox/CheckboxRow.js +78 -0
- package/lib/src/components/Checkbox/CheckboxRow.js.map +1 -0
- package/lib/src/components/Checkbox/context.d.ts +13 -0
- package/lib/src/components/Checkbox/context.js +15 -0
- package/lib/src/components/Checkbox/context.js.map +1 -0
- package/lib/src/components/Checkbox/index.d.ts +3 -0
- package/lib/src/components/Checkbox/index.js.map +1 -0
- package/lib/src/components/CircleImage.d.ts +9 -0
- package/lib/src/components/CircleImage.js +9 -0
- package/lib/src/components/CircleImage.js.map +1 -0
- package/lib/src/components/CircularProgress.d.ts +42 -0
- package/lib/src/components/CircularProgress.js +82 -0
- package/lib/src/components/CircularProgress.js.map +1 -0
- package/lib/src/components/Config.d.ts +35 -0
- package/lib/src/components/Config.js +65 -0
- package/lib/src/components/Config.js.map +1 -0
- package/lib/src/components/Container.d.ts +20 -0
- package/lib/src/components/Container.js +44 -0
- package/lib/src/components/Container.js.map +1 -0
- package/lib/src/components/DatePicker/DatePicker.d.ts +33 -0
- package/lib/src/components/DatePicker/DatePicker.js +384 -0
- package/lib/src/components/DatePicker/DatePicker.js.map +1 -0
- package/lib/src/components/DatePicker/DatePickerComponent.d.ts +4 -0
- package/lib/src/components/DatePicker/DatePickerComponent.js +14 -0
- package/lib/src/components/DatePicker/DatePickerComponent.js.map +1 -0
- package/lib/src/components/DatePicker/DatePickerComponent.web.d.ts +4506 -0
- package/lib/src/components/DatePicker/DatePickerComponent.web.js +31 -0
- package/lib/src/components/DatePicker/DatePickerComponent.web.js.map +1 -0
- package/lib/src/components/DatePicker/DatePickerComponentType.d.ts +11 -0
- package/lib/src/components/DatePicker/DatePickerComponentType.js.map +1 -0
- package/lib/src/components/DeckSwiper/DeckSwiper.d.ts +25 -0
- package/lib/src/components/DeckSwiper/DeckSwiper.js +78 -0
- package/lib/src/components/DeckSwiper/DeckSwiper.js.map +1 -0
- package/lib/src/components/DeckSwiper/DeckSwiperCard.d.ts +11 -0
- package/lib/src/components/DeckSwiper/DeckSwiperCard.js +21 -0
- package/lib/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -0
- package/lib/src/components/DeckSwiper/index.d.ts +2 -0
- package/lib/src/components/DeckSwiper/index.js.map +1 -0
- package/lib/src/components/DeprecatedButton.d.ts +53 -0
- package/lib/src/components/DeprecatedButton.js +84 -0
- package/lib/src/components/DeprecatedButton.js.map +1 -0
- package/lib/src/components/DeprecatedCardWrapper.d.ts +14 -0
- package/lib/src/components/DeprecatedCardWrapper.js +19 -0
- package/lib/src/components/DeprecatedCardWrapper.js.map +1 -0
- package/lib/src/components/DeprecatedFAB.d.ts +55 -0
- package/lib/src/components/DeprecatedFAB.js +115 -0
- package/lib/src/components/DeprecatedFAB.js.map +1 -0
- package/lib/src/components/Divider.d.ts +12 -0
- package/lib/src/components/Divider.js +14 -0
- package/lib/src/components/Divider.js.map +1 -0
- package/lib/src/components/Elevation.d.ts +11 -0
- package/lib/src/components/Elevation.js +21 -0
- package/lib/src/components/Elevation.js.map +1 -0
- package/lib/src/components/FAB.d.ts +19 -0
- package/lib/src/components/FAB.js +47 -0
- package/lib/src/components/FAB.js.map +1 -0
- package/lib/src/components/FieldSearchBarFull.d.ts +19 -0
- package/lib/src/components/FieldSearchBarFull.js +54 -0
- package/lib/src/components/FieldSearchBarFull.js.map +1 -0
- package/lib/src/components/FormRow.d.ts +13 -0
- package/lib/src/components/FormRow.js +20 -0
- package/lib/src/components/FormRow.js.map +1 -0
- package/lib/src/components/IconButton.d.ts +20 -0
- package/lib/src/components/IconButton.js +36 -0
- package/lib/src/components/IconButton.js.map +1 -0
- package/lib/src/components/Image.d.ts +4 -0
- package/lib/src/components/Image.js +48 -0
- package/lib/src/components/Image.js.map +1 -0
- package/lib/src/components/Justification.d.ts +1 -0
- package/lib/src/components/Justification.js +2 -0
- package/lib/src/components/Justification.js.map +1 -0
- package/lib/src/components/Layout.d.ts +42 -0
- package/lib/src/components/Layout.js +51 -0
- package/lib/src/components/Layout.js.map +1 -0
- package/lib/src/components/Markdown.d.ts +7 -0
- package/lib/src/components/Markdown.js +11 -0
- package/lib/src/components/Markdown.js.map +1 -0
- package/lib/src/components/NumberInput.d.ts +8 -0
- package/lib/src/components/NumberInput.js +50 -0
- package/lib/src/components/NumberInput.js.map +1 -0
- package/lib/src/components/Picker/Picker.d.ts +36 -0
- package/lib/src/components/Picker/Picker.js +288 -0
- package/lib/src/components/Picker/Picker.js.map +1 -0
- package/lib/src/components/Picker/PickerComponent.android.d.ts +6 -0
- package/lib/src/components/Picker/PickerComponent.android.js +70 -0
- package/lib/src/components/Picker/PickerComponent.android.js.map +1 -0
- package/lib/src/components/Picker/PickerComponent.ios.d.ts +7 -0
- package/lib/src/components/Picker/PickerComponent.ios.js +80 -0
- package/lib/src/components/Picker/PickerComponent.ios.js.map +1 -0
- package/lib/src/components/Picker/PickerComponent.web.d.ts +6 -0
- package/lib/src/components/Picker/PickerComponent.web.js +71 -0
- package/lib/src/components/Picker/PickerComponent.web.js.map +1 -0
- package/lib/src/components/Picker/PickerTypes.d.ts +18 -0
- package/lib/src/components/Picker/PickerTypes.js.map +1 -0
- package/lib/src/components/Portal/Portal.d.ts +42 -0
- package/lib/src/components/Portal/Portal.js +36 -0
- package/lib/src/components/Portal/Portal.js.map +1 -0
- package/lib/src/components/Portal/PortalConsumer.d.ts +15 -0
- package/lib/src/components/Portal/PortalConsumer.js +28 -0
- package/lib/src/components/Portal/PortalConsumer.js.map +1 -0
- package/lib/src/components/Portal/PortalHost.d.ts +47 -0
- package/lib/src/components/Portal/PortalHost.js +108 -0
- package/lib/src/components/Portal/PortalHost.js.map +1 -0
- package/lib/src/components/Portal/PortalManager.d.ts +18 -0
- package/lib/src/components/Portal/PortalManager.js +33 -0
- package/lib/src/components/Portal/PortalManager.js.map +1 -0
- package/lib/src/components/Pressable.d.ts +9 -0
- package/lib/src/components/Pressable.js +13 -0
- package/lib/src/components/Pressable.js.map +1 -0
- package/lib/src/components/ProgressBar.d.ts +34 -0
- package/lib/src/components/ProgressBar.js +119 -0
- package/lib/src/components/ProgressBar.js.map +1 -0
- package/lib/src/components/ProgressCircle.d.ts +20 -0
- package/lib/src/components/ProgressCircle.js +14 -0
- package/lib/src/components/ProgressCircle.js.map +1 -0
- package/lib/src/components/ProgressIndicator.d.ts +23 -0
- package/lib/src/components/ProgressIndicator.js +28 -0
- package/lib/src/components/ProgressIndicator.js.map +1 -0
- package/lib/src/components/RadioButton/RadioButton.d.ts +17 -0
- package/lib/src/components/RadioButton/RadioButton.js +18 -0
- package/lib/src/components/RadioButton/RadioButton.js.map +1 -0
- package/lib/src/components/RadioButton/RadioButtonFieldGroup.d.ts +12 -0
- package/lib/src/components/RadioButton/RadioButtonFieldGroup.js +18 -0
- package/lib/src/components/RadioButton/RadioButtonFieldGroup.js.map +1 -0
- package/lib/src/components/RadioButton/RadioButtonGroup.d.ts +15 -0
- package/lib/src/components/RadioButton/RadioButtonGroup.js +44 -0
- package/lib/src/components/RadioButton/RadioButtonGroup.js.map +1 -0
- package/lib/src/components/RadioButton/RadioButtonRow.d.ts +21 -0
- package/lib/src/components/RadioButton/RadioButtonRow.js +77 -0
- package/lib/src/components/RadioButton/RadioButtonRow.js.map +1 -0
- package/lib/src/components/RadioButton/context.d.ts +13 -0
- package/lib/src/components/RadioButton/context.js +15 -0
- package/lib/src/components/RadioButton/context.js.map +1 -0
- package/lib/src/components/RadioButton/index.d.ts +4 -0
- package/lib/src/components/RadioButton/index.js.map +1 -0
- package/lib/src/components/ResizeMode.d.ts +1 -0
- package/lib/src/components/ResizeMode.js +2 -0
- package/lib/src/components/ResizeMode.js.map +1 -0
- package/lib/src/components/Row.d.ts +20 -0
- package/lib/src/components/Row.js +49 -0
- package/lib/src/components/Row.js.map +1 -0
- package/lib/src/components/RowBodyIcon.d.ts +15 -0
- package/lib/src/components/RowBodyIcon.js +9 -0
- package/lib/src/components/RowBodyIcon.js.map +1 -0
- package/lib/src/components/RowHeadlineImageCaption.d.ts +15 -0
- package/lib/src/components/RowHeadlineImageCaption.js +13 -0
- package/lib/src/components/RowHeadlineImageCaption.js.map +1 -0
- package/lib/src/components/RowHeadlineImageIcon.d.ts +17 -0
- package/lib/src/components/RowHeadlineImageIcon.js +15 -0
- package/lib/src/components/RowHeadlineImageIcon.js.map +1 -0
- package/lib/src/components/SVG.d.ts +8 -0
- package/lib/src/components/SVG.js +14 -0
- package/lib/src/components/SVG.js.map +1 -0
- package/lib/src/components/ScreenContainer.d.ts +17 -0
- package/lib/src/components/ScreenContainer.js +36 -0
- package/lib/src/components/ScreenContainer.js.map +1 -0
- package/lib/src/components/Shadow.d.ts +23 -0
- package/lib/src/components/Shadow.js +26 -0
- package/lib/src/components/Shadow.js.map +1 -0
- package/lib/src/components/Slider.d.ts +27 -0
- package/lib/src/components/Slider.js +64 -0
- package/lib/src/components/Slider.js.map +1 -0
- package/lib/src/components/StarRating.d.ts +20 -0
- package/lib/src/components/StarRating.js +51 -0
- package/lib/src/components/StarRating.js.map +1 -0
- package/lib/src/components/StepIndicator.d.ts +53 -0
- package/lib/src/components/StepIndicator.js +347 -0
- package/lib/src/components/StepIndicator.js.map +1 -0
- package/lib/src/components/Stepper.d.ts +19 -0
- package/lib/src/components/Stepper.js +42 -0
- package/lib/src/components/Stepper.js.map +1 -0
- package/lib/src/components/Surface.d.ts +12 -0
- package/lib/src/components/Surface.js +33 -0
- package/lib/src/components/Surface.js.map +1 -0
- package/lib/src/components/SwipeableView/SwipeableView.d.ts +28 -0
- package/lib/src/components/SwipeableView/SwipeableView.js +119 -0
- package/lib/src/components/SwipeableView/SwipeableView.js.map +1 -0
- package/lib/src/components/SwipeableView/SwipeableViewButton.d.ts +12 -0
- package/lib/src/components/SwipeableView/SwipeableViewButton.js +6 -0
- package/lib/src/components/SwipeableView/SwipeableViewButton.js.map +1 -0
- package/lib/src/components/SwipeableView/SwipeableViewSwipeHandler.d.ts +12 -0
- package/lib/src/components/SwipeableView/SwipeableViewSwipeHandler.js +6 -0
- package/lib/src/components/SwipeableView/SwipeableViewSwipeHandler.js.map +1 -0
- package/lib/src/components/SwipeableView/index.d.ts +3 -0
- package/lib/src/components/SwipeableView/index.js.map +1 -0
- package/lib/src/components/Swiper/Swiper.d.ts +29 -0
- package/lib/src/components/Swiper/Swiper.js +56 -0
- package/lib/src/components/Swiper/Swiper.js.map +1 -0
- package/lib/src/components/Swiper/SwiperItem.d.ts +8 -0
- package/lib/src/components/Swiper/SwiperItem.js +10 -0
- package/lib/src/components/Swiper/SwiperItem.js.map +1 -0
- package/lib/src/components/Swiper/index.d.ts +2 -0
- package/lib/src/components/Swiper/index.js.map +1 -0
- package/lib/src/components/Switch.d.ts +50 -0
- package/lib/src/components/Switch.js +57 -0
- package/lib/src/components/Switch.js.map +1 -0
- package/lib/src/components/TabView/TabView.d.ts +25 -0
- package/lib/src/components/TabView/TabView.js +55 -0
- package/lib/src/components/TabView/TabView.js.map +1 -0
- package/lib/src/components/TabView/TabViewItem.d.ts +10 -0
- package/lib/src/components/TabView/TabViewItem.js +12 -0
- package/lib/src/components/TabView/TabViewItem.js.map +1 -0
- package/lib/src/components/TabView/index.d.ts +2 -0
- package/lib/src/components/TabView/index.js.map +1 -0
- package/lib/src/components/Table/Table.d.ts +18 -0
- package/lib/src/components/Table/Table.js +94 -0
- package/lib/src/components/Table/Table.js.map +1 -0
- package/lib/src/components/Table/TableCell.d.ts +8 -0
- package/lib/src/components/Table/TableCell.js +32 -0
- package/lib/src/components/Table/TableCell.js.map +1 -0
- package/lib/src/components/Table/TableCommon.d.ts +19 -0
- package/lib/src/components/Table/TableCommon.js +13 -0
- package/lib/src/components/Table/TableCommon.js.map +1 -0
- package/lib/src/components/Table/TableRow.d.ts +13 -0
- package/lib/src/components/Table/TableRow.js +38 -0
- package/lib/src/components/Table/TableRow.js.map +1 -0
- package/lib/src/components/Table/index.d.ts +3 -0
- package/lib/src/components/Table/index.js.map +1 -0
- package/lib/src/components/Text.d.ts +19 -0
- package/lib/src/components/Text.js +34 -0
- package/lib/src/components/Text.js.map +1 -0
- package/lib/src/components/TextField.d.ts +71 -0
- package/lib/src/components/TextField.js +429 -0
- package/lib/src/components/TextField.js.map +1 -0
- package/lib/src/components/ToggleButton.d.ts +24 -0
- package/lib/src/components/ToggleButton.js +40 -0
- package/lib/src/components/ToggleButton.js.map +1 -0
- package/lib/src/components/Touchable.d.ts +9 -0
- package/lib/src/components/Touchable.js +13 -0
- package/lib/src/components/Touchable.js.map +1 -0
- package/lib/src/components/Touchable.web.d.ts +2 -0
- package/lib/src/components/Touchable.web.js.map +1 -0
- package/lib/src/components/Typography.d.ts +21 -0
- package/lib/src/components/Typography.js +37 -0
- package/lib/src/components/Typography.js.map +1 -0
- package/lib/src/components/YoutubePlayer/YoutubePlayer.d.ts +4 -0
- package/lib/src/components/YoutubePlayer/YoutubePlayer.js +21 -0
- package/lib/src/components/YoutubePlayer/YoutubePlayer.js.map +1 -0
- package/lib/src/components/YoutubePlayer/YoutubePlayer.native.d.ts +4 -0
- package/lib/src/components/YoutubePlayer/YoutubePlayer.native.js +10 -0
- package/lib/src/components/YoutubePlayer/YoutubePlayer.native.js.map +1 -0
- package/lib/src/components/YoutubePlayer/YoutubePlayerProps.d.ts +7 -0
- package/lib/src/components/YoutubePlayer/YoutubePlayerProps.js.map +1 -0
- package/lib/src/components/YoutubePlayer/index.d.ts +1 -0
- package/lib/src/components/YoutubePlayer/index.js.map +1 -0
- package/lib/src/components/useAuthState.d.ts +1 -0
- package/lib/src/components/useAuthState.js +32 -0
- package/lib/src/components/useAuthState.js.map +1 -0
- package/lib/src/constants.d.ts +1 -0
- package/lib/src/constants.js +11 -0
- package/lib/src/constants.js.map +1 -0
- package/lib/src/hooks.d.ts +1 -0
- package/lib/src/hooks.js +13 -0
- package/lib/src/hooks.js.map +1 -0
- package/lib/src/index.d.ts +51 -0
- package/lib/src/index.js +54 -0
- package/lib/src/index.js.map +1 -0
- package/lib/src/interfaces/Icon.d.ts +21 -0
- package/lib/src/interfaces/Icon.js +9 -0
- package/lib/src/interfaces/Icon.js.map +1 -0
- package/lib/src/styles/DarkTheme.d.ts +3 -0
- package/lib/src/styles/DarkTheme.js +27 -0
- package/lib/src/styles/DarkTheme.js.map +1 -0
- package/lib/src/styles/DefaultTheme.d.ts +1501 -0
- package/lib/src/styles/DefaultTheme.js +112 -0
- package/lib/src/styles/DefaultTheme.js.map +1 -0
- package/lib/src/styles/fonts.d.ts +5 -0
- package/lib/src/styles/fonts.js +63 -0
- package/lib/src/styles/fonts.js.map +1 -0
- package/lib/src/styles/overlay.d.ts +2 -0
- package/lib/src/styles/overlay.js +61 -0
- package/lib/src/styles/overlay.js.map +1 -0
- package/lib/src/styles/shadow.d.ts +23 -0
- package/lib/src/styles/shadow.js +52 -0
- package/lib/src/styles/shadow.js.map +1 -0
- package/lib/src/theming.d.ts +8 -0
- package/lib/src/theming.js +4 -0
- package/lib/src/theming.js.map +1 -0
- package/lib/src/utilities.d.ts +34 -0
- package/lib/src/utilities.js +153 -0
- package/lib/src/utilities.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/package.json +6 -23
- package/src/Provider.js +1 -0
- package/src/Provider.js.map +1 -0
- package/src/components/Accordion/AccordionGroup.js +1 -0
- package/src/components/Accordion/AccordionGroup.js.map +1 -0
- package/src/components/Accordion/AccordionItem.js +1 -0
- package/src/components/Accordion/AccordionItem.js.map +1 -0
- package/src/components/Accordion/index.js +1 -0
- package/src/components/Accordion/index.js.map +1 -0
- package/src/components/ActionSheet/ActionSheet.js +1 -0
- package/src/components/ActionSheet/ActionSheet.js.map +1 -0
- package/src/components/ActionSheet/ActionSheetCancel.js +1 -0
- package/src/components/ActionSheet/ActionSheetCancel.js.map +1 -0
- package/src/components/ActionSheet/ActionSheetItem.js +1 -0
- package/src/components/ActionSheet/ActionSheetItem.js.map +1 -0
- package/src/components/ActionSheet/index.js +1 -0
- package/src/components/ActionSheet/index.js.map +1 -0
- package/src/components/AnimatedCircularProgress.js +1 -0
- package/src/components/AnimatedCircularProgress.js.map +1 -0
- package/src/components/AspectRatio.js +1 -0
- package/src/components/AspectRatio.js.map +1 -0
- package/src/components/AvatarEdit.js +1 -0
- package/src/components/AvatarEdit.js.map +1 -0
- package/src/components/Banner.js +1 -0
- package/src/components/Banner.js.map +1 -0
- package/src/components/BottomSheet/BottomSheet.js +1 -0
- package/src/components/BottomSheet/BottomSheet.js.map +1 -0
- package/src/components/BottomSheet/BottomSheetComponent.js +1 -0
- package/src/components/BottomSheet/BottomSheetComponent.js.map +1 -0
- package/src/components/BottomSheet/index.js +1 -0
- package/src/components/BottomSheet/index.js.map +1 -0
- package/src/components/Button.js +1 -0
- package/src/components/Button.js.map +1 -0
- package/src/components/Card.js +1 -0
- package/src/components/Card.js.map +1 -0
- package/src/components/Checkbox/Checkbox.js +1 -0
- package/src/components/Checkbox/Checkbox.js.map +1 -0
- package/src/components/Checkbox/CheckboxGroup.js +1 -0
- package/src/components/Checkbox/CheckboxGroup.js.map +1 -0
- package/src/components/Checkbox/CheckboxGroupRow.js +1 -0
- package/src/components/Checkbox/CheckboxGroupRow.js.map +1 -0
- package/src/components/Checkbox/CheckboxRow.js +1 -0
- package/src/components/Checkbox/CheckboxRow.js.map +1 -0
- package/src/components/Checkbox/context.js +1 -0
- package/src/components/Checkbox/context.js.map +1 -0
- package/src/components/Checkbox/index.js +1 -0
- package/src/components/Checkbox/index.js.map +1 -0
- package/src/components/CircleImage.js +1 -0
- package/src/components/CircleImage.js.map +1 -0
- package/src/components/CircularProgress.js +1 -0
- package/src/components/CircularProgress.js.map +1 -0
- package/src/components/Config.js +1 -0
- package/src/components/Config.js.map +1 -0
- package/src/components/Container.js +1 -0
- package/src/components/Container.js.map +1 -0
- package/src/components/DatePicker/DatePicker.js +1 -0
- package/src/components/DatePicker/DatePicker.js.map +1 -0
- package/src/components/DatePicker/DatePickerComponent.js +1 -0
- package/src/components/DatePicker/DatePickerComponent.js.map +1 -0
- package/src/components/DatePicker/DatePickerComponent.web.js +1 -0
- package/src/components/DatePicker/DatePickerComponent.web.js.map +1 -0
- package/src/components/DatePicker/DatePickerComponentType.js +1 -0
- package/src/components/DatePicker/DatePickerComponentType.js.map +1 -0
- package/src/components/DeckSwiper/DeckSwiper.js +1 -0
- package/src/components/DeckSwiper/DeckSwiper.js.map +1 -0
- package/src/components/DeckSwiper/DeckSwiperCard.js +1 -0
- package/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -0
- package/src/components/DeckSwiper/index.js +1 -0
- package/src/components/DeckSwiper/index.js.map +1 -0
- package/src/components/DeprecatedButton.js +1 -0
- package/src/components/DeprecatedButton.js.map +1 -0
- package/src/components/DeprecatedCardWrapper.js +1 -0
- package/src/components/DeprecatedCardWrapper.js.map +1 -0
- package/src/components/DeprecatedFAB.js +1 -0
- package/src/components/DeprecatedFAB.js.map +1 -0
- package/src/components/Divider.js +1 -0
- package/src/components/Divider.js.map +1 -0
- package/src/components/Elevation.js +1 -0
- package/src/components/Elevation.js.map +1 -0
- package/src/components/FAB.js +1 -0
- package/src/components/FAB.js.map +1 -0
- package/src/components/FieldSearchBarFull.js +1 -0
- package/src/components/FieldSearchBarFull.js.map +1 -0
- package/src/components/FormRow.js +1 -0
- package/src/components/FormRow.js.map +1 -0
- package/src/components/IconButton.js +1 -0
- package/src/components/IconButton.js.map +1 -0
- package/src/components/Image.js +1 -0
- package/src/components/Image.js.map +1 -0
- package/src/components/Justification.js +1 -0
- package/src/components/Justification.js.map +1 -0
- package/src/components/Layout.js +1 -0
- package/src/components/Layout.js.map +1 -0
- package/src/components/Markdown.js +1 -0
- package/src/components/Markdown.js.map +1 -0
- package/src/components/NumberInput.js +1 -0
- package/src/components/NumberInput.js.map +1 -0
- package/src/components/Picker/Picker.js +1 -0
- package/src/components/Picker/Picker.js.map +1 -0
- package/src/components/Picker/PickerComponent.android.js +1 -0
- package/src/components/Picker/PickerComponent.android.js.map +1 -0
- package/src/components/Picker/PickerComponent.ios.js +1 -0
- package/src/components/Picker/PickerComponent.ios.js.map +1 -0
- package/src/components/Picker/PickerComponent.web.js +1 -0
- package/src/components/Picker/PickerComponent.web.js.map +1 -0
- package/src/components/Picker/PickerTypes.js +1 -0
- package/src/components/Picker/PickerTypes.js.map +1 -0
- package/src/components/Portal/Portal.js +1 -0
- package/src/components/Portal/Portal.js.map +1 -0
- package/src/components/Portal/PortalConsumer.js +1 -0
- package/src/components/Portal/PortalConsumer.js.map +1 -0
- package/src/components/Portal/PortalHost.js +1 -0
- package/src/components/Portal/PortalHost.js.map +1 -0
- package/src/components/Portal/PortalManager.js +1 -0
- package/src/components/Portal/PortalManager.js.map +1 -0
- package/src/components/Pressable.js +1 -0
- package/src/components/Pressable.js.map +1 -0
- package/src/components/ProgressBar.js +1 -0
- package/src/components/ProgressBar.js.map +1 -0
- package/src/components/ProgressCircle.js +1 -0
- package/src/components/ProgressCircle.js.map +1 -0
- package/src/components/ProgressIndicator.js +1 -0
- package/src/components/ProgressIndicator.js.map +1 -0
- package/src/components/RadioButton/RadioButton.js +1 -0
- package/src/components/RadioButton/RadioButton.js.map +1 -0
- package/src/components/RadioButton/RadioButtonFieldGroup.js +1 -0
- package/src/components/RadioButton/RadioButtonFieldGroup.js.map +1 -0
- package/src/components/RadioButton/RadioButtonGroup.js +1 -0
- package/src/components/RadioButton/RadioButtonGroup.js.map +1 -0
- package/src/components/RadioButton/RadioButtonRow.js +1 -0
- package/src/components/RadioButton/RadioButtonRow.js.map +1 -0
- package/src/components/RadioButton/context.js +1 -0
- package/src/components/RadioButton/context.js.map +1 -0
- package/src/components/RadioButton/index.js +1 -0
- package/src/components/RadioButton/index.js.map +1 -0
- package/src/components/ResizeMode.js +1 -0
- package/src/components/ResizeMode.js.map +1 -0
- package/src/components/Row.js +1 -0
- package/src/components/Row.js.map +1 -0
- package/src/components/RowBodyIcon.js +1 -0
- package/src/components/RowBodyIcon.js.map +1 -0
- package/src/components/RowHeadlineImageCaption.js +1 -0
- package/src/components/RowHeadlineImageCaption.js.map +1 -0
- package/src/components/RowHeadlineImageIcon.js +1 -0
- package/src/components/RowHeadlineImageIcon.js.map +1 -0
- package/src/components/SVG.js +1 -0
- package/src/components/SVG.js.map +1 -0
- package/src/components/ScreenContainer.js +1 -0
- package/src/components/ScreenContainer.js.map +1 -0
- package/src/components/Shadow.js +1 -0
- package/src/components/Shadow.js.map +1 -0
- package/src/components/Slider.js +1 -0
- package/src/components/Slider.js.map +1 -0
- package/src/components/StarRating.js +1 -0
- package/src/components/StarRating.js.map +1 -0
- package/src/components/StepIndicator.js +1 -0
- package/src/components/StepIndicator.js.map +1 -0
- package/src/components/Stepper.js +1 -0
- package/src/components/Stepper.js.map +1 -0
- package/src/components/Surface.js +1 -0
- package/src/components/Surface.js.map +1 -0
- package/src/components/SwipeableView/SwipeableView.js +1 -0
- package/src/components/SwipeableView/SwipeableView.js.map +1 -0
- package/src/components/SwipeableView/SwipeableViewButton.js +1 -0
- package/src/components/SwipeableView/SwipeableViewButton.js.map +1 -0
- package/src/components/SwipeableView/SwipeableViewSwipeHandler.js +1 -0
- package/src/components/SwipeableView/SwipeableViewSwipeHandler.js.map +1 -0
- package/src/components/SwipeableView/index.js +1 -0
- package/src/components/SwipeableView/index.js.map +1 -0
- package/src/components/Swiper/Swiper.js +1 -0
- package/src/components/Swiper/Swiper.js.map +1 -0
- package/src/components/Swiper/SwiperItem.js +1 -0
- package/src/components/Swiper/SwiperItem.js.map +1 -0
- package/src/components/Swiper/index.js +1 -0
- package/src/components/Swiper/index.js.map +1 -0
- package/src/components/Switch.js +1 -0
- package/src/components/Switch.js.map +1 -0
- package/src/components/TabView/TabView.js +1 -0
- package/src/components/TabView/TabView.js.map +1 -0
- package/src/components/TabView/TabViewItem.js +1 -0
- package/src/components/TabView/TabViewItem.js.map +1 -0
- package/src/components/TabView/index.js +1 -0
- package/src/components/TabView/index.js.map +1 -0
- package/src/components/Table/Table.js +1 -0
- package/src/components/Table/Table.js.map +1 -0
- package/src/components/Table/TableCell.js +1 -0
- package/src/components/Table/TableCell.js.map +1 -0
- package/src/components/Table/TableCommon.js +1 -0
- package/src/components/Table/TableCommon.js.map +1 -0
- package/src/components/Table/TableRow.js +1 -0
- package/src/components/Table/TableRow.js.map +1 -0
- package/src/components/Table/index.js +1 -0
- package/src/components/Table/index.js.map +1 -0
- package/src/components/Text.js +1 -0
- package/src/components/Text.js.map +1 -0
- package/src/components/TextField.js +1 -0
- package/src/components/TextField.js.map +1 -0
- package/src/components/ToggleButton.js +1 -0
- package/src/components/ToggleButton.js.map +1 -0
- package/src/components/Touchable.js +1 -0
- package/src/components/Touchable.js.map +1 -0
- package/src/components/Touchable.web.js +1 -0
- package/src/components/Touchable.web.js.map +1 -0
- package/src/components/Typography.js +1 -0
- package/src/components/Typography.js.map +1 -0
- package/src/components/YoutubePlayer/YoutubePlayer.js +1 -0
- package/src/components/YoutubePlayer/YoutubePlayer.js.map +1 -0
- package/src/components/YoutubePlayer/YoutubePlayer.native.js +1 -0
- package/src/components/YoutubePlayer/YoutubePlayer.native.js.map +1 -0
- package/src/components/YoutubePlayer/YoutubePlayerProps.js +1 -0
- package/src/components/YoutubePlayer/YoutubePlayerProps.js.map +1 -0
- package/src/components/YoutubePlayer/index.js +1 -0
- package/src/components/YoutubePlayer/index.js.map +1 -0
- package/src/components/useAuthState.js +1 -0
- package/src/components/useAuthState.js.map +1 -0
- package/src/constants.js +1 -0
- package/src/constants.js.map +1 -0
- package/src/hooks.js +1 -0
- package/src/hooks.js.map +1 -0
- package/src/index.js +1 -0
- package/src/index.js.map +1 -0
- package/src/interfaces/Icon.js +1 -0
- package/src/interfaces/Icon.js.map +1 -0
- package/src/styles/DarkTheme.js +1 -0
- package/src/styles/DarkTheme.js.map +1 -0
- package/src/styles/DefaultTheme.js +1 -0
- package/src/styles/DefaultTheme.js.map +1 -0
- package/src/styles/fonts.js +1 -0
- package/src/styles/fonts.js.map +1 -0
- package/src/styles/overlay.js +1 -0
- package/src/styles/overlay.js.map +1 -0
- package/src/styles/shadow.js +1 -0
- package/src/styles/shadow.js.map +1 -0
- package/src/theming.js +1 -0
- package/src/theming.js.map +1 -0
- package/src/utilities.js +1 -0
- package/src/utilities.js.map +1 -0
- package/lib/commonjs/Provider.js +0 -21
- package/lib/commonjs/Provider.js.map +0 -1
- package/lib/commonjs/assets/bg.png +0 -0
- package/lib/commonjs/assets/icon.png +0 -0
- package/lib/commonjs/assets/warning.png +0 -0
- package/lib/commonjs/components/Accordion/AccordionGroup.js +0 -79
- package/lib/commonjs/components/Accordion/AccordionGroup.js.map +0 -1
- package/lib/commonjs/components/Accordion/AccordionItem.js +0 -65
- package/lib/commonjs/components/Accordion/AccordionItem.js.map +0 -1
- package/lib/commonjs/components/Accordion/index.js +0 -21
- package/lib/commonjs/components/Accordion/index.js.map +0 -1
- package/lib/commonjs/components/ActionSheet/ActionSheet.js +0 -65
- package/lib/commonjs/components/ActionSheet/ActionSheet.js.map +0 -1
- package/lib/commonjs/components/ActionSheet/ActionSheetCancel.js +0 -26
- package/lib/commonjs/components/ActionSheet/ActionSheetCancel.js.map +0 -1
- package/lib/commonjs/components/ActionSheet/ActionSheetItem.js +0 -55
- package/lib/commonjs/components/ActionSheet/ActionSheetItem.js.map +0 -1
- package/lib/commonjs/components/ActionSheet/index.js +0 -28
- package/lib/commonjs/components/ActionSheet/index.js.map +0 -1
- package/lib/commonjs/components/AnimatedCircularProgress.js +0 -67
- package/lib/commonjs/components/AnimatedCircularProgress.js.map +0 -1
- package/lib/commonjs/components/AspectRatio.js +0 -51
- package/lib/commonjs/components/AspectRatio.js.map +0 -1
- package/lib/commonjs/components/AvatarEdit.js +0 -60
- package/lib/commonjs/components/AvatarEdit.js.map +0 -1
- package/lib/commonjs/components/Banner.js +0 -168
- package/lib/commonjs/components/Banner.js.map +0 -1
- package/lib/commonjs/components/BottomSheet/BottomSheet.js +0 -104
- package/lib/commonjs/components/BottomSheet/BottomSheet.js.map +0 -1
- package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js +0 -424
- package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js.map +0 -1
- package/lib/commonjs/components/BottomSheet/index.js +0 -14
- package/lib/commonjs/components/BottomSheet/index.js.map +0 -1
- package/lib/commonjs/components/Button.js +0 -187
- package/lib/commonjs/components/Button.js.map +0 -1
- package/lib/commonjs/components/Card.js +0 -138
- package/lib/commonjs/components/Card.js.map +0 -1
- package/lib/commonjs/components/Checkbox/Checkbox.js +0 -108
- package/lib/commonjs/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/commonjs/components/Checkbox/CheckboxGroup.js +0 -50
- package/lib/commonjs/components/Checkbox/CheckboxGroup.js.map +0 -1
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +0 -121
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js.map +0 -1
- package/lib/commonjs/components/Checkbox/CheckboxRow.js +0 -129
- package/lib/commonjs/components/Checkbox/CheckboxRow.js.map +0 -1
- package/lib/commonjs/components/Checkbox/context.js +0 -24
- package/lib/commonjs/components/Checkbox/context.js.map +0 -1
- package/lib/commonjs/components/Checkbox/index.js +0 -28
- package/lib/commonjs/components/Checkbox/index.js.map +0 -1
- package/lib/commonjs/components/CircleImage.js +0 -36
- package/lib/commonjs/components/CircleImage.js.map +0 -1
- package/lib/commonjs/components/CircularProgress.js +0 -113
- package/lib/commonjs/components/CircularProgress.js.map +0 -1
- package/lib/commonjs/components/Config.js +0 -81
- package/lib/commonjs/components/Config.js.map +0 -1
- package/lib/commonjs/components/Container.js +0 -94
- package/lib/commonjs/components/Container.js.map +0 -1
- package/lib/commonjs/components/DatePicker/DatePicker.js +0 -423
- package/lib/commonjs/components/DatePicker/DatePicker.js.map +0 -1
- package/lib/commonjs/components/DatePicker/DatePickerComponent.js +0 -46
- package/lib/commonjs/components/DatePicker/DatePickerComponent.js.map +0 -1
- package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js +0 -56
- package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js.map +0 -1
- package/lib/commonjs/components/DatePicker/DatePickerComponentType.js +0 -6
- package/lib/commonjs/components/DatePicker/DatePickerComponentType.js.map +0 -1
- package/lib/commonjs/components/DeckSwiper/DeckSwiper.js +0 -130
- package/lib/commonjs/components/DeckSwiper/DeckSwiper.js.map +0 -1
- package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js +0 -34
- package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js.map +0 -1
- package/lib/commonjs/components/DeckSwiper/index.js +0 -21
- package/lib/commonjs/components/DeckSwiper/index.js.map +0 -1
- package/lib/commonjs/components/DeprecatedButton.js +0 -128
- package/lib/commonjs/components/DeprecatedButton.js.map +0 -1
- package/lib/commonjs/components/DeprecatedCardWrapper.js +0 -41
- package/lib/commonjs/components/DeprecatedCardWrapper.js.map +0 -1
- package/lib/commonjs/components/DeprecatedFAB.js +0 -158
- package/lib/commonjs/components/DeprecatedFAB.js.map +0 -1
- package/lib/commonjs/components/Divider.js +0 -31
- package/lib/commonjs/components/Divider.js.map +0 -1
- package/lib/commonjs/components/Elevation.js +0 -45
- package/lib/commonjs/components/Elevation.js.map +0 -1
- package/lib/commonjs/components/FAB.js +0 -83
- package/lib/commonjs/components/FAB.js.map +0 -1
- package/lib/commonjs/components/FieldSearchBarFull.js +0 -98
- package/lib/commonjs/components/FieldSearchBarFull.js.map +0 -1
- package/lib/commonjs/components/FormRow.js +0 -62
- package/lib/commonjs/components/FormRow.js.map +0 -1
- package/lib/commonjs/components/IconButton.js +0 -67
- package/lib/commonjs/components/IconButton.js.map +0 -1
- package/lib/commonjs/components/Image.js +0 -82
- package/lib/commonjs/components/Image.js.map +0 -1
- package/lib/commonjs/components/Justification.js +0 -5
- package/lib/commonjs/components/Justification.js.map +0 -1
- package/lib/commonjs/components/Layout.js +0 -127
- package/lib/commonjs/components/Layout.js.map +0 -1
- package/lib/commonjs/components/Markdown.js +0 -31
- package/lib/commonjs/components/Markdown.js.map +0 -1
- package/lib/commonjs/components/NumberInput.js +0 -69
- package/lib/commonjs/components/NumberInput.js.map +0 -1
- package/lib/commonjs/components/Picker/Picker.js +0 -347
- package/lib/commonjs/components/Picker/Picker.js.map +0 -1
- package/lib/commonjs/components/Picker/PickerComponent.android.js +0 -118
- package/lib/commonjs/components/Picker/PickerComponent.android.js.map +0 -1
- package/lib/commonjs/components/Picker/PickerComponent.ios.js +0 -142
- package/lib/commonjs/components/Picker/PickerComponent.ios.js.map +0 -1
- package/lib/commonjs/components/Picker/PickerComponent.web.js +0 -119
- package/lib/commonjs/components/Picker/PickerComponent.web.js.map +0 -1
- package/lib/commonjs/components/Picker/PickerTypes.js +0 -6
- package/lib/commonjs/components/Picker/PickerTypes.js.map +0 -1
- package/lib/commonjs/components/Portal/Portal.js +0 -56
- package/lib/commonjs/components/Portal/Portal.js.map +0 -1
- package/lib/commonjs/components/Portal/PortalConsumer.js +0 -36
- package/lib/commonjs/components/Portal/PortalConsumer.js.map +0 -1
- package/lib/commonjs/components/Portal/PortalHost.js +0 -136
- package/lib/commonjs/components/Portal/PortalHost.js.map +0 -1
- package/lib/commonjs/components/Portal/PortalManager.js +0 -63
- package/lib/commonjs/components/Portal/PortalManager.js.map +0 -1
- package/lib/commonjs/components/Pressable.js +0 -38
- package/lib/commonjs/components/Pressable.js.map +0 -1
- package/lib/commonjs/components/ProgressBar.js +0 -159
- package/lib/commonjs/components/ProgressBar.js.map +0 -1
- package/lib/commonjs/components/ProgressCircle.js +0 -49
- package/lib/commonjs/components/ProgressCircle.js.map +0 -1
- package/lib/commonjs/components/ProgressIndicator.js +0 -56
- package/lib/commonjs/components/ProgressIndicator.js.map +0 -1
- package/lib/commonjs/components/RadioButton/RadioButton.js +0 -54
- package/lib/commonjs/components/RadioButton/RadioButton.js.map +0 -1
- package/lib/commonjs/components/RadioButton/RadioButtonFieldGroup.js +0 -36
- package/lib/commonjs/components/RadioButton/RadioButtonFieldGroup.js.map +0 -1
- package/lib/commonjs/components/RadioButton/RadioButtonGroup.js +0 -69
- package/lib/commonjs/components/RadioButton/RadioButtonGroup.js.map +0 -1
- package/lib/commonjs/components/RadioButton/RadioButtonRow.js +0 -120
- package/lib/commonjs/components/RadioButton/RadioButtonRow.js.map +0 -1
- package/lib/commonjs/components/RadioButton/context.js +0 -24
- package/lib/commonjs/components/RadioButton/context.js.map +0 -1
- package/lib/commonjs/components/RadioButton/index.js +0 -35
- package/lib/commonjs/components/RadioButton/index.js.map +0 -1
- package/lib/commonjs/components/ResizeMode.js +0 -5
- package/lib/commonjs/components/ResizeMode.js.map +0 -1
- package/lib/commonjs/components/Row.js +0 -74
- package/lib/commonjs/components/Row.js.map +0 -1
- package/lib/commonjs/components/RowBodyIcon.js +0 -46
- package/lib/commonjs/components/RowBodyIcon.js.map +0 -1
- package/lib/commonjs/components/RowHeadlineImageCaption.js +0 -46
- package/lib/commonjs/components/RowHeadlineImageCaption.js.map +0 -1
- package/lib/commonjs/components/RowHeadlineImageIcon.js +0 -52
- package/lib/commonjs/components/RowHeadlineImageIcon.js.map +0 -1
- package/lib/commonjs/components/SVG.js +0 -40
- package/lib/commonjs/components/SVG.js.map +0 -1
- package/lib/commonjs/components/ScreenContainer.js +0 -60
- package/lib/commonjs/components/ScreenContainer.js.map +0 -1
- package/lib/commonjs/components/Shadow.js +0 -56
- package/lib/commonjs/components/Shadow.js.map +0 -1
- package/lib/commonjs/components/Slider.js +0 -112
- package/lib/commonjs/components/Slider.js.map +0 -1
- package/lib/commonjs/components/StarRating.js +0 -87
- package/lib/commonjs/components/StarRating.js.map +0 -1
- package/lib/commonjs/components/StepIndicator.js +0 -386
- package/lib/commonjs/components/StepIndicator.js.map +0 -1
- package/lib/commonjs/components/Stepper.js +0 -86
- package/lib/commonjs/components/Stepper.js.map +0 -1
- package/lib/commonjs/components/Surface.js +0 -56
- package/lib/commonjs/components/Surface.js.map +0 -1
- package/lib/commonjs/components/SwipeableView/SwipeableView.js +0 -154
- package/lib/commonjs/components/SwipeableView/SwipeableView.js.map +0 -1
- package/lib/commonjs/components/SwipeableView/SwipeableViewButton.js +0 -13
- package/lib/commonjs/components/SwipeableView/SwipeableViewButton.js.map +0 -1
- package/lib/commonjs/components/SwipeableView/SwipeableViewSwipeHandler.js +0 -13
- package/lib/commonjs/components/SwipeableView/SwipeableViewSwipeHandler.js.map +0 -1
- package/lib/commonjs/components/SwipeableView/index.js +0 -28
- package/lib/commonjs/components/SwipeableView/index.js.map +0 -1
- package/lib/commonjs/components/Swiper/Swiper.js +0 -102
- package/lib/commonjs/components/Swiper/Swiper.js.map +0 -1
- package/lib/commonjs/components/Swiper/SwiperItem.js +0 -26
- package/lib/commonjs/components/Swiper/SwiperItem.js.map +0 -1
- package/lib/commonjs/components/Swiper/index.js +0 -21
- package/lib/commonjs/components/Swiper/index.js.map +0 -1
- package/lib/commonjs/components/Switch.js +0 -120
- package/lib/commonjs/components/Switch.js.map +0 -1
- package/lib/commonjs/components/TabView/TabView.js +0 -117
- package/lib/commonjs/components/TabView/TabView.js.map +0 -1
- package/lib/commonjs/components/TabView/TabViewItem.js +0 -26
- package/lib/commonjs/components/TabView/TabViewItem.js.map +0 -1
- package/lib/commonjs/components/TabView/index.js +0 -21
- package/lib/commonjs/components/TabView/index.js.map +0 -1
- package/lib/commonjs/components/Table/Table.js +0 -123
- package/lib/commonjs/components/Table/Table.js.map +0 -1
- package/lib/commonjs/components/Table/TableCell.js +0 -50
- package/lib/commonjs/components/Table/TableCell.js.map +0 -1
- package/lib/commonjs/components/Table/TableCommon.js +0 -31
- package/lib/commonjs/components/Table/TableCommon.js.map +0 -1
- package/lib/commonjs/components/Table/TableRow.js +0 -62
- package/lib/commonjs/components/Table/TableRow.js.map +0 -1
- package/lib/commonjs/components/Table/index.js +0 -28
- package/lib/commonjs/components/Table/index.js.map +0 -1
- package/lib/commonjs/components/Text.js +0 -63
- package/lib/commonjs/components/Text.js.map +0 -1
- package/lib/commonjs/components/TextField.js +0 -449
- package/lib/commonjs/components/TextField.js.map +0 -1
- package/lib/commonjs/components/ToggleButton.js +0 -72
- package/lib/commonjs/components/ToggleButton.js.map +0 -1
- package/lib/commonjs/components/Touchable.js +0 -38
- package/lib/commonjs/components/Touchable.js.map +0 -1
- package/lib/commonjs/components/Touchable.web.js +0 -10
- package/lib/commonjs/components/Touchable.web.js.map +0 -1
- package/lib/commonjs/components/Typography.js +0 -59
- package/lib/commonjs/components/Typography.js.map +0 -1
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.js +0 -41
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.js.map +0 -1
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.native.js +0 -33
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.native.js.map +0 -1
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayerProps.js +0 -6
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayerProps.js.map +0 -1
- package/lib/commonjs/components/YoutubePlayer/index.js +0 -14
- package/lib/commonjs/components/YoutubePlayer/index.js.map +0 -1
- package/lib/commonjs/components/useAuthState.js +0 -29
- package/lib/commonjs/components/useAuthState.js.map +0 -1
- package/lib/commonjs/constants.js +0 -16
- package/lib/commonjs/constants.js.map +0 -1
- package/lib/commonjs/hooks.js +0 -22
- package/lib/commonjs/hooks.js.map +0 -1
- package/lib/commonjs/index.js +0 -509
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/interfaces/Icon.js +0 -21
- package/lib/commonjs/interfaces/Icon.js.map +0 -1
- package/lib/commonjs/styles/DarkTheme.js +0 -36
- package/lib/commonjs/styles/DarkTheme.js.map +0 -1
- package/lib/commonjs/styles/DefaultTheme.js +0 -120
- package/lib/commonjs/styles/DefaultTheme.js.map +0 -1
- package/lib/commonjs/styles/fonts.js +0 -73
- package/lib/commonjs/styles/fonts.js.map +0 -1
- package/lib/commonjs/styles/overlay.js +0 -69
- package/lib/commonjs/styles/overlay.js.map +0 -1
- package/lib/commonjs/styles/shadow.js +0 -58
- package/lib/commonjs/styles/shadow.js.map +0 -1
- package/lib/commonjs/theming.js +0 -18
- package/lib/commonjs/theming.js.map +0 -1
- package/lib/commonjs/utilities.js +0 -127
- package/lib/commonjs/utilities.js.map +0 -1
- package/lib/module/Provider.js +0 -11
- package/lib/module/Provider.js.map +0 -1
- package/lib/module/assets/bg.png +0 -0
- package/lib/module/assets/icon.png +0 -0
- package/lib/module/assets/warning.png +0 -0
- package/lib/module/components/Accordion/AccordionGroup.js +0 -69
- package/lib/module/components/Accordion/AccordionGroup.js.map +0 -1
- package/lib/module/components/Accordion/AccordionItem.js +0 -55
- package/lib/module/components/Accordion/AccordionItem.js.map +0 -1
- package/lib/module/components/Accordion/index.js.map +0 -1
- package/lib/module/components/ActionSheet/ActionSheet.js +0 -57
- package/lib/module/components/ActionSheet/ActionSheet.js.map +0 -1
- package/lib/module/components/ActionSheet/ActionSheetCancel.js +0 -18
- package/lib/module/components/ActionSheet/ActionSheetCancel.js.map +0 -1
- package/lib/module/components/ActionSheet/ActionSheetItem.js +0 -47
- package/lib/module/components/ActionSheet/ActionSheetItem.js.map +0 -1
- package/lib/module/components/ActionSheet/index.js.map +0 -1
- package/lib/module/components/AnimatedCircularProgress.js +0 -57
- package/lib/module/components/AnimatedCircularProgress.js.map +0 -1
- package/lib/module/components/AspectRatio.js +0 -43
- package/lib/module/components/AspectRatio.js.map +0 -1
- package/lib/module/components/AvatarEdit.js +0 -50
- package/lib/module/components/AvatarEdit.js.map +0 -1
- package/lib/module/components/Banner.js +0 -158
- package/lib/module/components/Banner.js.map +0 -1
- package/lib/module/components/BottomSheet/BottomSheet.js +0 -96
- package/lib/module/components/BottomSheet/BottomSheet.js.map +0 -1
- package/lib/module/components/BottomSheet/BottomSheetComponent.js +0 -430
- package/lib/module/components/BottomSheet/BottomSheetComponent.js.map +0 -1
- package/lib/module/components/BottomSheet/index.js.map +0 -1
- package/lib/module/components/Button.js +0 -157
- package/lib/module/components/Button.js.map +0 -1
- package/lib/module/components/Card.js +0 -129
- package/lib/module/components/Card.js.map +0 -1
- package/lib/module/components/Checkbox/Checkbox.js +0 -99
- package/lib/module/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/module/components/Checkbox/CheckboxGroup.js +0 -41
- package/lib/module/components/Checkbox/CheckboxGroup.js.map +0 -1
- package/lib/module/components/Checkbox/CheckboxGroupRow.js +0 -111
- package/lib/module/components/Checkbox/CheckboxGroupRow.js.map +0 -1
- package/lib/module/components/Checkbox/CheckboxRow.js +0 -118
- package/lib/module/components/Checkbox/CheckboxRow.js.map +0 -1
- package/lib/module/components/Checkbox/context.js +0 -15
- package/lib/module/components/Checkbox/context.js.map +0 -1
- package/lib/module/components/Checkbox/index.js.map +0 -1
- package/lib/module/components/CircleImage.js +0 -26
- package/lib/module/components/CircleImage.js.map +0 -1
- package/lib/module/components/CircularProgress.js +0 -105
- package/lib/module/components/CircularProgress.js.map +0 -1
- package/lib/module/components/Config.js +0 -74
- package/lib/module/components/Config.js.map +0 -1
- package/lib/module/components/Container.js +0 -84
- package/lib/module/components/Container.js.map +0 -1
- package/lib/module/components/DatePicker/DatePicker.js +0 -413
- package/lib/module/components/DatePicker/DatePicker.js.map +0 -1
- package/lib/module/components/DatePicker/DatePickerComponent.js +0 -38
- package/lib/module/components/DatePicker/DatePickerComponent.js.map +0 -1
- package/lib/module/components/DatePicker/DatePickerComponent.web.js +0 -48
- package/lib/module/components/DatePicker/DatePickerComponent.web.js.map +0 -1
- package/lib/module/components/DatePicker/DatePickerComponentType.js.map +0 -1
- package/lib/module/components/DeckSwiper/DeckSwiper.js +0 -122
- package/lib/module/components/DeckSwiper/DeckSwiper.js.map +0 -1
- package/lib/module/components/DeckSwiper/DeckSwiperCard.js +0 -26
- package/lib/module/components/DeckSwiper/DeckSwiperCard.js.map +0 -1
- package/lib/module/components/DeckSwiper/index.js.map +0 -1
- package/lib/module/components/DeprecatedButton.js +0 -118
- package/lib/module/components/DeprecatedButton.js.map +0 -1
- package/lib/module/components/DeprecatedCardWrapper.js +0 -33
- package/lib/module/components/DeprecatedCardWrapper.js.map +0 -1
- package/lib/module/components/DeprecatedFAB.js +0 -148
- package/lib/module/components/DeprecatedFAB.js.map +0 -1
- package/lib/module/components/Divider.js +0 -22
- package/lib/module/components/Divider.js.map +0 -1
- package/lib/module/components/Elevation.js +0 -35
- package/lib/module/components/Elevation.js.map +0 -1
- package/lib/module/components/FAB.js +0 -74
- package/lib/module/components/FAB.js.map +0 -1
- package/lib/module/components/FieldSearchBarFull.js +0 -88
- package/lib/module/components/FieldSearchBarFull.js.map +0 -1
- package/lib/module/components/FormRow.js +0 -39
- package/lib/module/components/FormRow.js.map +0 -1
- package/lib/module/components/IconButton.js +0 -58
- package/lib/module/components/IconButton.js.map +0 -1
- package/lib/module/components/Image.js +0 -75
- package/lib/module/components/Image.js.map +0 -1
- package/lib/module/components/Justification.js +0 -2
- package/lib/module/components/Justification.js.map +0 -1
- package/lib/module/components/Layout.js +0 -116
- package/lib/module/components/Layout.js.map +0 -1
- package/lib/module/components/Markdown.js +0 -21
- package/lib/module/components/Markdown.js.map +0 -1
- package/lib/module/components/NumberInput.js +0 -60
- package/lib/module/components/NumberInput.js.map +0 -1
- package/lib/module/components/Picker/Picker.js +0 -337
- package/lib/module/components/Picker/Picker.js.map +0 -1
- package/lib/module/components/Picker/PickerComponent.android.js +0 -108
- package/lib/module/components/Picker/PickerComponent.android.js.map +0 -1
- package/lib/module/components/Picker/PickerComponent.ios.js +0 -132
- package/lib/module/components/Picker/PickerComponent.ios.js.map +0 -1
- package/lib/module/components/Picker/PickerComponent.web.js +0 -109
- package/lib/module/components/Picker/PickerComponent.web.js.map +0 -1
- package/lib/module/components/Picker/PickerTypes.js.map +0 -1
- package/lib/module/components/Portal/Portal.js +0 -46
- package/lib/module/components/Portal/Portal.js.map +0 -1
- package/lib/module/components/Portal/PortalConsumer.js +0 -27
- package/lib/module/components/Portal/PortalConsumer.js.map +0 -1
- package/lib/module/components/Portal/PortalHost.js +0 -125
- package/lib/module/components/Portal/PortalHost.js.map +0 -1
- package/lib/module/components/Portal/PortalManager.js +0 -54
- package/lib/module/components/Portal/PortalManager.js.map +0 -1
- package/lib/module/components/Pressable.js +0 -31
- package/lib/module/components/Pressable.js.map +0 -1
- package/lib/module/components/ProgressBar.js +0 -150
- package/lib/module/components/ProgressBar.js.map +0 -1
- package/lib/module/components/ProgressCircle.js +0 -39
- package/lib/module/components/ProgressCircle.js.map +0 -1
- package/lib/module/components/ProgressIndicator.js +0 -46
- package/lib/module/components/ProgressIndicator.js.map +0 -1
- package/lib/module/components/RadioButton/RadioButton.js +0 -44
- package/lib/module/components/RadioButton/RadioButton.js.map +0 -1
- package/lib/module/components/RadioButton/RadioButtonFieldGroup.js +0 -28
- package/lib/module/components/RadioButton/RadioButtonFieldGroup.js.map +0 -1
- package/lib/module/components/RadioButton/RadioButtonGroup.js +0 -60
- package/lib/module/components/RadioButton/RadioButtonGroup.js.map +0 -1
- package/lib/module/components/RadioButton/RadioButtonRow.js +0 -110
- package/lib/module/components/RadioButton/RadioButtonRow.js.map +0 -1
- package/lib/module/components/RadioButton/context.js +0 -15
- package/lib/module/components/RadioButton/context.js.map +0 -1
- package/lib/module/components/RadioButton/index.js.map +0 -1
- package/lib/module/components/ResizeMode.js +0 -2
- package/lib/module/components/ResizeMode.js.map +0 -1
- package/lib/module/components/Row.js +0 -64
- package/lib/module/components/Row.js.map +0 -1
- package/lib/module/components/RowBodyIcon.js +0 -36
- package/lib/module/components/RowBodyIcon.js.map +0 -1
- package/lib/module/components/RowHeadlineImageCaption.js +0 -36
- package/lib/module/components/RowHeadlineImageCaption.js.map +0 -1
- package/lib/module/components/RowHeadlineImageIcon.js +0 -42
- package/lib/module/components/RowHeadlineImageIcon.js.map +0 -1
- package/lib/module/components/SVG.js +0 -30
- package/lib/module/components/SVG.js.map +0 -1
- package/lib/module/components/ScreenContainer.js +0 -51
- package/lib/module/components/ScreenContainer.js.map +0 -1
- package/lib/module/components/Shadow.js +0 -48
- package/lib/module/components/Shadow.js.map +0 -1
- package/lib/module/components/Slider.js +0 -102
- package/lib/module/components/Slider.js.map +0 -1
- package/lib/module/components/StarRating.js +0 -78
- package/lib/module/components/StarRating.js.map +0 -1
- package/lib/module/components/StepIndicator.js +0 -378
- package/lib/module/components/StepIndicator.js.map +0 -1
- package/lib/module/components/Stepper.js +0 -76
- package/lib/module/components/Stepper.js.map +0 -1
- package/lib/module/components/Surface.js +0 -47
- package/lib/module/components/Surface.js.map +0 -1
- package/lib/module/components/SwipeableView/SwipeableView.js +0 -146
- package/lib/module/components/SwipeableView/SwipeableView.js.map +0 -1
- package/lib/module/components/SwipeableView/SwipeableViewButton.js +0 -6
- package/lib/module/components/SwipeableView/SwipeableViewButton.js.map +0 -1
- package/lib/module/components/SwipeableView/SwipeableViewSwipeHandler.js +0 -6
- package/lib/module/components/SwipeableView/SwipeableViewSwipeHandler.js.map +0 -1
- package/lib/module/components/SwipeableView/index.js.map +0 -1
- package/lib/module/components/Swiper/Swiper.js +0 -94
- package/lib/module/components/Swiper/Swiper.js.map +0 -1
- package/lib/module/components/Swiper/SwiperItem.js +0 -18
- package/lib/module/components/Swiper/SwiperItem.js.map +0 -1
- package/lib/module/components/Swiper/index.js.map +0 -1
- package/lib/module/components/Switch.js +0 -110
- package/lib/module/components/Switch.js.map +0 -1
- package/lib/module/components/TabView/TabView.js +0 -108
- package/lib/module/components/TabView/TabView.js.map +0 -1
- package/lib/module/components/TabView/TabViewItem.js +0 -21
- package/lib/module/components/TabView/TabViewItem.js.map +0 -1
- package/lib/module/components/TabView/index.js.map +0 -1
- package/lib/module/components/Table/Table.js +0 -115
- package/lib/module/components/Table/Table.js.map +0 -1
- package/lib/module/components/Table/TableCell.js +0 -42
- package/lib/module/components/Table/TableCell.js.map +0 -1
- package/lib/module/components/Table/TableCommon.js +0 -22
- package/lib/module/components/Table/TableCommon.js.map +0 -1
- package/lib/module/components/Table/TableRow.js +0 -54
- package/lib/module/components/Table/TableRow.js.map +0 -1
- package/lib/module/components/Table/index.js.map +0 -1
- package/lib/module/components/Text.js +0 -53
- package/lib/module/components/Text.js.map +0 -1
- package/lib/module/components/TextField.js +0 -440
- package/lib/module/components/TextField.js.map +0 -1
- package/lib/module/components/ToggleButton.js +0 -62
- package/lib/module/components/ToggleButton.js.map +0 -1
- package/lib/module/components/Touchable.js +0 -31
- package/lib/module/components/Touchable.js.map +0 -1
- package/lib/module/components/Touchable.web.js.map +0 -1
- package/lib/module/components/Typography.js +0 -49
- package/lib/module/components/Typography.js.map +0 -1
- package/lib/module/components/YoutubePlayer/YoutubePlayer.js +0 -33
- package/lib/module/components/YoutubePlayer/YoutubePlayer.js.map +0 -1
- package/lib/module/components/YoutubePlayer/YoutubePlayer.native.js +0 -25
- package/lib/module/components/YoutubePlayer/YoutubePlayer.native.js.map +0 -1
- package/lib/module/components/YoutubePlayer/YoutubePlayerProps.js.map +0 -1
- package/lib/module/components/YoutubePlayer/index.js.map +0 -1
- package/lib/module/components/useAuthState.js +0 -20
- package/lib/module/components/useAuthState.js.map +0 -1
- package/lib/module/constants.js +0 -10
- package/lib/module/constants.js.map +0 -1
- package/lib/module/hooks.js +0 -15
- package/lib/module/hooks.js.map +0 -1
- package/lib/module/index.js +0 -56
- package/lib/module/index.js.map +0 -1
- package/lib/module/interfaces/Icon.js +0 -12
- package/lib/module/interfaces/Icon.js.map +0 -1
- package/lib/module/styles/DarkTheme.js +0 -27
- package/lib/module/styles/DarkTheme.js.map +0 -1
- package/lib/module/styles/DefaultTheme.js +0 -112
- package/lib/module/styles/DefaultTheme.js.map +0 -1
- package/lib/module/styles/fonts.js +0 -66
- package/lib/module/styles/fonts.js.map +0 -1
- package/lib/module/styles/overlay.js +0 -61
- package/lib/module/styles/overlay.js.map +0 -1
- package/lib/module/styles/shadow.js +0 -52
- package/lib/module/styles/shadow.js.map +0 -1
- package/lib/module/theming.js +0 -8
- package/lib/module/theming.js.map +0 -1
- package/lib/module/utilities.js +0 -105
- package/lib/module/utilities.js.map +0 -1
- package/lib/typescript/src/Provider.d.ts +0 -11
- package/lib/typescript/src/Provider.d.ts.map +0 -1
- package/lib/typescript/src/components/Accordion/AccordionGroup.d.ts +0 -22
- package/lib/typescript/src/components/Accordion/AccordionGroup.d.ts.map +0 -1
- package/lib/typescript/src/components/Accordion/AccordionItem.d.ts +0 -16
- package/lib/typescript/src/components/Accordion/AccordionItem.d.ts.map +0 -1
- package/lib/typescript/src/components/Accordion/index.d.ts +0 -3
- package/lib/typescript/src/components/Accordion/index.d.ts.map +0 -1
- package/lib/typescript/src/components/ActionSheet/ActionSheet.d.ts +0 -9
- package/lib/typescript/src/components/ActionSheet/ActionSheet.d.ts.map +0 -1
- package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.d.ts +0 -11
- package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.d.ts.map +0 -1
- package/lib/typescript/src/components/ActionSheet/ActionSheetItem.d.ts +0 -11
- package/lib/typescript/src/components/ActionSheet/ActionSheetItem.d.ts.map +0 -1
- package/lib/typescript/src/components/ActionSheet/index.d.ts +0 -4
- package/lib/typescript/src/components/ActionSheet/index.d.ts.map +0 -1
- package/lib/typescript/src/components/AnimatedCircularProgress.d.ts +0 -14
- package/lib/typescript/src/components/AnimatedCircularProgress.d.ts.map +0 -1
- package/lib/typescript/src/components/AspectRatio.d.ts +0 -9
- package/lib/typescript/src/components/AspectRatio.d.ts.map +0 -1
- package/lib/typescript/src/components/AvatarEdit.d.ts +0 -16
- package/lib/typescript/src/components/AvatarEdit.d.ts.map +0 -1
- package/lib/typescript/src/components/Banner.d.ts +0 -23
- package/lib/typescript/src/components/Banner.d.ts.map +0 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +0 -25
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +0 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheetComponent.d.ts +0 -170
- package/lib/typescript/src/components/BottomSheet/BottomSheetComponent.d.ts.map +0 -1
- package/lib/typescript/src/components/BottomSheet/index.d.ts +0 -2
- package/lib/typescript/src/components/BottomSheet/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Button.d.ts +0 -7
- package/lib/typescript/src/components/Button.d.ts.map +0 -1
- package/lib/typescript/src/components/Card.d.ts +0 -43
- package/lib/typescript/src/components/Card.d.ts.map +0 -1
- package/lib/typescript/src/components/Checkbox/Checkbox.d.ts +0 -20
- package/lib/typescript/src/components/Checkbox/Checkbox.d.ts.map +0 -1
- package/lib/typescript/src/components/Checkbox/CheckboxGroup.d.ts +0 -15
- package/lib/typescript/src/components/Checkbox/CheckboxGroup.d.ts.map +0 -1
- package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts +0 -22
- package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts.map +0 -1
- package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts +0 -18
- package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts.map +0 -1
- package/lib/typescript/src/components/Checkbox/context.d.ts +0 -14
- package/lib/typescript/src/components/Checkbox/context.d.ts.map +0 -1
- package/lib/typescript/src/components/Checkbox/index.d.ts +0 -4
- package/lib/typescript/src/components/Checkbox/index.d.ts.map +0 -1
- package/lib/typescript/src/components/CircleImage.d.ts +0 -10
- package/lib/typescript/src/components/CircleImage.d.ts.map +0 -1
- package/lib/typescript/src/components/CircularProgress.d.ts +0 -43
- package/lib/typescript/src/components/CircularProgress.d.ts.map +0 -1
- package/lib/typescript/src/components/Config.d.ts +0 -36
- package/lib/typescript/src/components/Config.d.ts.map +0 -1
- package/lib/typescript/src/components/Container.d.ts +0 -21
- package/lib/typescript/src/components/Container.d.ts.map +0 -1
- package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +0 -34
- package/lib/typescript/src/components/DatePicker/DatePicker.d.ts.map +0 -1
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.d.ts +0 -5
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.d.ts.map +0 -1
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts +0 -4507
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts.map +0 -1
- package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts +0 -12
- package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts.map +0 -1
- package/lib/typescript/src/components/DeckSwiper/DeckSwiper.d.ts +0 -26
- package/lib/typescript/src/components/DeckSwiper/DeckSwiper.d.ts.map +0 -1
- package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts +0 -12
- package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts.map +0 -1
- package/lib/typescript/src/components/DeckSwiper/index.d.ts +0 -3
- package/lib/typescript/src/components/DeckSwiper/index.d.ts.map +0 -1
- package/lib/typescript/src/components/DeprecatedButton.d.ts +0 -54
- package/lib/typescript/src/components/DeprecatedButton.d.ts.map +0 -1
- package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts +0 -15
- package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts.map +0 -1
- package/lib/typescript/src/components/DeprecatedFAB.d.ts +0 -56
- package/lib/typescript/src/components/DeprecatedFAB.d.ts.map +0 -1
- package/lib/typescript/src/components/Divider.d.ts +0 -13
- package/lib/typescript/src/components/Divider.d.ts.map +0 -1
- package/lib/typescript/src/components/Elevation.d.ts +0 -12
- package/lib/typescript/src/components/Elevation.d.ts.map +0 -1
- package/lib/typescript/src/components/FAB.d.ts +0 -20
- package/lib/typescript/src/components/FAB.d.ts.map +0 -1
- package/lib/typescript/src/components/FieldSearchBarFull.d.ts +0 -20
- package/lib/typescript/src/components/FieldSearchBarFull.d.ts.map +0 -1
- package/lib/typescript/src/components/FormRow.d.ts +0 -14
- package/lib/typescript/src/components/FormRow.d.ts.map +0 -1
- package/lib/typescript/src/components/IconButton.d.ts +0 -21
- package/lib/typescript/src/components/IconButton.d.ts.map +0 -1
- package/lib/typescript/src/components/Image.d.ts +0 -5
- package/lib/typescript/src/components/Image.d.ts.map +0 -1
- package/lib/typescript/src/components/Justification.d.ts +0 -2
- package/lib/typescript/src/components/Justification.d.ts.map +0 -1
- package/lib/typescript/src/components/Layout.d.ts +0 -43
- package/lib/typescript/src/components/Layout.d.ts.map +0 -1
- package/lib/typescript/src/components/Markdown.d.ts +0 -8
- package/lib/typescript/src/components/Markdown.d.ts.map +0 -1
- package/lib/typescript/src/components/NumberInput.d.ts +0 -9
- package/lib/typescript/src/components/NumberInput.d.ts.map +0 -1
- package/lib/typescript/src/components/Picker/Picker.d.ts +0 -37
- package/lib/typescript/src/components/Picker/Picker.d.ts.map +0 -1
- package/lib/typescript/src/components/Picker/PickerComponent.android.d.ts +0 -7
- package/lib/typescript/src/components/Picker/PickerComponent.android.d.ts.map +0 -1
- package/lib/typescript/src/components/Picker/PickerComponent.ios.d.ts +0 -8
- package/lib/typescript/src/components/Picker/PickerComponent.ios.d.ts.map +0 -1
- package/lib/typescript/src/components/Picker/PickerComponent.web.d.ts +0 -7
- package/lib/typescript/src/components/Picker/PickerComponent.web.d.ts.map +0 -1
- package/lib/typescript/src/components/Picker/PickerTypes.d.ts +0 -19
- package/lib/typescript/src/components/Picker/PickerTypes.d.ts.map +0 -1
- package/lib/typescript/src/components/Portal/Portal.d.ts +0 -43
- package/lib/typescript/src/components/Portal/Portal.d.ts.map +0 -1
- package/lib/typescript/src/components/Portal/PortalConsumer.d.ts +0 -16
- package/lib/typescript/src/components/Portal/PortalConsumer.d.ts.map +0 -1
- package/lib/typescript/src/components/Portal/PortalHost.d.ts +0 -48
- package/lib/typescript/src/components/Portal/PortalHost.d.ts.map +0 -1
- package/lib/typescript/src/components/Portal/PortalManager.d.ts +0 -19
- package/lib/typescript/src/components/Portal/PortalManager.d.ts.map +0 -1
- package/lib/typescript/src/components/Pressable.d.ts +0 -10
- package/lib/typescript/src/components/Pressable.d.ts.map +0 -1
- package/lib/typescript/src/components/ProgressBar.d.ts +0 -35
- package/lib/typescript/src/components/ProgressBar.d.ts.map +0 -1
- package/lib/typescript/src/components/ProgressCircle.d.ts +0 -21
- package/lib/typescript/src/components/ProgressCircle.d.ts.map +0 -1
- package/lib/typescript/src/components/ProgressIndicator.d.ts +0 -24
- package/lib/typescript/src/components/ProgressIndicator.d.ts.map +0 -1
- package/lib/typescript/src/components/RadioButton/RadioButton.d.ts +0 -18
- package/lib/typescript/src/components/RadioButton/RadioButton.d.ts.map +0 -1
- package/lib/typescript/src/components/RadioButton/RadioButtonFieldGroup.d.ts +0 -13
- package/lib/typescript/src/components/RadioButton/RadioButtonFieldGroup.d.ts.map +0 -1
- package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts +0 -16
- package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts.map +0 -1
- package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts +0 -22
- package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts.map +0 -1
- package/lib/typescript/src/components/RadioButton/context.d.ts +0 -14
- package/lib/typescript/src/components/RadioButton/context.d.ts.map +0 -1
- package/lib/typescript/src/components/RadioButton/index.d.ts +0 -5
- package/lib/typescript/src/components/RadioButton/index.d.ts.map +0 -1
- package/lib/typescript/src/components/ResizeMode.d.ts +0 -2
- package/lib/typescript/src/components/ResizeMode.d.ts.map +0 -1
- package/lib/typescript/src/components/Row.d.ts +0 -21
- package/lib/typescript/src/components/Row.d.ts.map +0 -1
- package/lib/typescript/src/components/RowBodyIcon.d.ts +0 -16
- package/lib/typescript/src/components/RowBodyIcon.d.ts.map +0 -1
- package/lib/typescript/src/components/RowHeadlineImageCaption.d.ts +0 -16
- package/lib/typescript/src/components/RowHeadlineImageCaption.d.ts.map +0 -1
- package/lib/typescript/src/components/RowHeadlineImageIcon.d.ts +0 -18
- package/lib/typescript/src/components/RowHeadlineImageIcon.d.ts.map +0 -1
- package/lib/typescript/src/components/SVG.d.ts +0 -9
- package/lib/typescript/src/components/SVG.d.ts.map +0 -1
- package/lib/typescript/src/components/ScreenContainer.d.ts +0 -18
- package/lib/typescript/src/components/ScreenContainer.d.ts.map +0 -1
- package/lib/typescript/src/components/Shadow.d.ts +0 -24
- package/lib/typescript/src/components/Shadow.d.ts.map +0 -1
- package/lib/typescript/src/components/Slider.d.ts +0 -28
- package/lib/typescript/src/components/Slider.d.ts.map +0 -1
- package/lib/typescript/src/components/StarRating.d.ts +0 -21
- package/lib/typescript/src/components/StarRating.d.ts.map +0 -1
- package/lib/typescript/src/components/StepIndicator.d.ts +0 -54
- package/lib/typescript/src/components/StepIndicator.d.ts.map +0 -1
- package/lib/typescript/src/components/Stepper.d.ts +0 -20
- package/lib/typescript/src/components/Stepper.d.ts.map +0 -1
- package/lib/typescript/src/components/Surface.d.ts +0 -13
- package/lib/typescript/src/components/Surface.d.ts.map +0 -1
- package/lib/typescript/src/components/SwipeableView/SwipeableView.d.ts +0 -29
- package/lib/typescript/src/components/SwipeableView/SwipeableView.d.ts.map +0 -1
- package/lib/typescript/src/components/SwipeableView/SwipeableViewButton.d.ts +0 -13
- package/lib/typescript/src/components/SwipeableView/SwipeableViewButton.d.ts.map +0 -1
- package/lib/typescript/src/components/SwipeableView/SwipeableViewSwipeHandler.d.ts +0 -13
- package/lib/typescript/src/components/SwipeableView/SwipeableViewSwipeHandler.d.ts.map +0 -1
- package/lib/typescript/src/components/SwipeableView/index.d.ts +0 -4
- package/lib/typescript/src/components/SwipeableView/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Swiper/Swiper.d.ts +0 -30
- package/lib/typescript/src/components/Swiper/Swiper.d.ts.map +0 -1
- package/lib/typescript/src/components/Swiper/SwiperItem.d.ts +0 -9
- package/lib/typescript/src/components/Swiper/SwiperItem.d.ts.map +0 -1
- package/lib/typescript/src/components/Swiper/index.d.ts +0 -3
- package/lib/typescript/src/components/Swiper/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Switch.d.ts +0 -51
- package/lib/typescript/src/components/Switch.d.ts.map +0 -1
- package/lib/typescript/src/components/TabView/TabView.d.ts +0 -26
- package/lib/typescript/src/components/TabView/TabView.d.ts.map +0 -1
- package/lib/typescript/src/components/TabView/TabViewItem.d.ts +0 -11
- package/lib/typescript/src/components/TabView/TabViewItem.d.ts.map +0 -1
- package/lib/typescript/src/components/TabView/index.d.ts +0 -3
- package/lib/typescript/src/components/TabView/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Table/Table.d.ts +0 -19
- package/lib/typescript/src/components/Table/Table.d.ts.map +0 -1
- package/lib/typescript/src/components/Table/TableCell.d.ts +0 -9
- package/lib/typescript/src/components/Table/TableCell.d.ts.map +0 -1
- package/lib/typescript/src/components/Table/TableCommon.d.ts +0 -20
- package/lib/typescript/src/components/Table/TableCommon.d.ts.map +0 -1
- package/lib/typescript/src/components/Table/TableRow.d.ts +0 -14
- package/lib/typescript/src/components/Table/TableRow.d.ts.map +0 -1
- package/lib/typescript/src/components/Table/index.d.ts +0 -4
- package/lib/typescript/src/components/Table/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Text.d.ts +0 -20
- package/lib/typescript/src/components/Text.d.ts.map +0 -1
- package/lib/typescript/src/components/TextField.d.ts +0 -72
- package/lib/typescript/src/components/TextField.d.ts.map +0 -1
- package/lib/typescript/src/components/ToggleButton.d.ts +0 -25
- package/lib/typescript/src/components/ToggleButton.d.ts.map +0 -1
- package/lib/typescript/src/components/Touchable.d.ts +0 -10
- package/lib/typescript/src/components/Touchable.d.ts.map +0 -1
- package/lib/typescript/src/components/Touchable.web.d.ts +0 -3
- package/lib/typescript/src/components/Touchable.web.d.ts.map +0 -1
- package/lib/typescript/src/components/Typography.d.ts +0 -22
- package/lib/typescript/src/components/Typography.d.ts.map +0 -1
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayer.d.ts +0 -5
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayer.d.ts.map +0 -1
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayer.native.d.ts +0 -5
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayer.native.d.ts.map +0 -1
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayerProps.d.ts +0 -8
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayerProps.d.ts.map +0 -1
- package/lib/typescript/src/components/YoutubePlayer/index.d.ts +0 -2
- package/lib/typescript/src/components/YoutubePlayer/index.d.ts.map +0 -1
- package/lib/typescript/src/components/useAuthState.d.ts +0 -2
- package/lib/typescript/src/components/useAuthState.d.ts.map +0 -1
- package/lib/typescript/src/constants.d.ts +0 -2
- package/lib/typescript/src/constants.d.ts.map +0 -1
- package/lib/typescript/src/hooks.d.ts +0 -2
- package/lib/typescript/src/hooks.d.ts.map +0 -1
- package/lib/typescript/src/index.d.ts +0 -52
- package/lib/typescript/src/index.d.ts.map +0 -1
- package/lib/typescript/src/interfaces/Icon.d.ts +0 -22
- package/lib/typescript/src/interfaces/Icon.d.ts.map +0 -1
- package/lib/typescript/src/styles/DarkTheme.d.ts +0 -4
- package/lib/typescript/src/styles/DarkTheme.d.ts.map +0 -1
- package/lib/typescript/src/styles/DefaultTheme.d.ts +0 -1502
- package/lib/typescript/src/styles/DefaultTheme.d.ts.map +0 -1
- package/lib/typescript/src/styles/fonts.d.ts +0 -6
- package/lib/typescript/src/styles/fonts.d.ts.map +0 -1
- package/lib/typescript/src/styles/overlay.d.ts +0 -3
- package/lib/typescript/src/styles/overlay.d.ts.map +0 -1
- package/lib/typescript/src/styles/shadow.d.ts +0 -24
- package/lib/typescript/src/styles/shadow.d.ts.map +0 -1
- package/lib/typescript/src/theming.d.ts +0 -9
- package/lib/typescript/src/theming.d.ts.map +0 -1
- package/lib/typescript/src/utilities.d.ts +0 -35
- package/lib/typescript/src/utilities.d.ts.map +0 -1
- /package/lib/{module → src}/components/Accordion/index.js +0 -0
- /package/lib/{module → src}/components/ActionSheet/index.js +0 -0
- /package/lib/{module → src}/components/BottomSheet/index.js +0 -0
- /package/lib/{module → src}/components/Checkbox/index.js +0 -0
- /package/lib/{module → src}/components/DatePicker/DatePickerComponentType.js +0 -0
- /package/lib/{module → src}/components/DeckSwiper/index.js +0 -0
- /package/lib/{module → src}/components/Picker/PickerTypes.js +0 -0
- /package/lib/{module → src}/components/RadioButton/index.js +0 -0
- /package/lib/{module → src}/components/SwipeableView/index.js +0 -0
- /package/lib/{module → src}/components/Swiper/index.js +0 -0
- /package/lib/{module → src}/components/TabView/index.js +0 -0
- /package/lib/{module → src}/components/Table/index.js +0 -0
- /package/lib/{module → src}/components/Touchable.web.js +0 -0
- /package/lib/{module → src}/components/YoutubePlayer/YoutubePlayerProps.js +0 -0
- /package/lib/{module → src}/components/YoutubePlayer/index.js +0 -0
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _BottomSheetComponent = _interopRequireDefault(require("./BottomSheetComponent"));
|
|
10
|
-
var _theming = require("../../theming");
|
|
11
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
12
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
13
|
-
const BottomSheet = _ref => {
|
|
14
|
-
let {
|
|
15
|
-
theme,
|
|
16
|
-
snapPoints: snapPointsProp,
|
|
17
|
-
topSnapPosition = "10%",
|
|
18
|
-
middleSnapPosition = "50%",
|
|
19
|
-
bottomSnapPosition = "80%",
|
|
20
|
-
initialSnapIndex,
|
|
21
|
-
initialSnapPosition = "bottom",
|
|
22
|
-
showHandle = true,
|
|
23
|
-
handleColor = theme.colors.divider,
|
|
24
|
-
topBorderRadius = 20,
|
|
25
|
-
borderWidth = 1,
|
|
26
|
-
borderColor = theme.colors.divider,
|
|
27
|
-
onSettle,
|
|
28
|
-
style,
|
|
29
|
-
children,
|
|
30
|
-
...rest
|
|
31
|
-
} = _ref;
|
|
32
|
-
const backgroundColor = (style === null || style === void 0 ? void 0 : style.backgroundColor) || theme.colors.background;
|
|
33
|
-
const snapPoints = snapPointsProp || [topSnapPosition, middleSnapPosition, bottomSnapPosition];
|
|
34
|
-
const getSnapIndexFromPosition = position => {
|
|
35
|
-
switch (position) {
|
|
36
|
-
case "top":
|
|
37
|
-
return 0;
|
|
38
|
-
case "middle":
|
|
39
|
-
return 1;
|
|
40
|
-
case "bottom":
|
|
41
|
-
return 2;
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
45
|
-
style: styles.parentContainer,
|
|
46
|
-
pointerEvents: "box-none"
|
|
47
|
-
}, /*#__PURE__*/_react.default.createElement(_BottomSheetComponent.default, _extends({
|
|
48
|
-
componentType: "ScrollView",
|
|
49
|
-
snapPoints: snapPoints,
|
|
50
|
-
initialSnapIndex: initialSnapIndex !== null && initialSnapIndex !== void 0 ? initialSnapIndex : getSnapIndexFromPosition(initialSnapPosition),
|
|
51
|
-
renderHandle: () => /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, showHandle && /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
52
|
-
style: [styles.handleContainer, {
|
|
53
|
-
backgroundColor,
|
|
54
|
-
borderTopLeftRadius: topBorderRadius,
|
|
55
|
-
borderTopRightRadius: topBorderRadius
|
|
56
|
-
}]
|
|
57
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
58
|
-
style: [styles.handle, {
|
|
59
|
-
backgroundColor: handleColor
|
|
60
|
-
}]
|
|
61
|
-
}))),
|
|
62
|
-
contentContainerStyle: [styles.contentContainerStyle, style],
|
|
63
|
-
containerStyle: _reactNative.StyleSheet.flatten([styles.containerStyle, {
|
|
64
|
-
backgroundColor,
|
|
65
|
-
borderTopLeftRadius: topBorderRadius,
|
|
66
|
-
borderTopRightRadius: topBorderRadius,
|
|
67
|
-
borderWidth,
|
|
68
|
-
borderColor
|
|
69
|
-
}]),
|
|
70
|
-
onSettle: onSettle
|
|
71
|
-
}, rest), children));
|
|
72
|
-
};
|
|
73
|
-
const styles = _reactNative.StyleSheet.create({
|
|
74
|
-
//Render on top of everything
|
|
75
|
-
parentContainer: {
|
|
76
|
-
position: "absolute",
|
|
77
|
-
left: 0,
|
|
78
|
-
right: 0,
|
|
79
|
-
top: 0,
|
|
80
|
-
bottom: 0,
|
|
81
|
-
zIndex: 10,
|
|
82
|
-
overflow: "hidden"
|
|
83
|
-
},
|
|
84
|
-
contentContainerStyle: {
|
|
85
|
-
paddingHorizontal: 16,
|
|
86
|
-
paddingVertical: 10
|
|
87
|
-
},
|
|
88
|
-
containerStyle: {
|
|
89
|
-
flex: 1,
|
|
90
|
-
overflow: "hidden"
|
|
91
|
-
},
|
|
92
|
-
handleContainer: {
|
|
93
|
-
alignItems: "center",
|
|
94
|
-
paddingVertical: 20
|
|
95
|
-
},
|
|
96
|
-
handle: {
|
|
97
|
-
width: 40,
|
|
98
|
-
height: 2,
|
|
99
|
-
borderRadius: 4
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
var _default = (0, _theming.withTheme)(BottomSheet);
|
|
103
|
-
exports.default = _default;
|
|
104
|
-
//# sourceMappingURL=BottomSheet.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["BottomSheet","theme","snapPoints","snapPointsProp","topSnapPosition","middleSnapPosition","bottomSnapPosition","initialSnapIndex","initialSnapPosition","showHandle","handleColor","colors","divider","topBorderRadius","borderWidth","borderColor","onSettle","style","children","rest","backgroundColor","background","getSnapIndexFromPosition","position","styles","parentContainer","handleContainer","borderTopLeftRadius","borderTopRightRadius","handle","contentContainerStyle","StyleSheet","flatten","containerStyle","create","left","right","top","bottom","zIndex","overflow","paddingHorizontal","paddingVertical","flex","alignItems","width","height","borderRadius","withTheme"],"sourceRoot":"../../../../src","sources":["components/BottomSheet/BottomSheet.tsx"],"mappings":"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"}
|
|
@@ -1,424 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = exports.ScrollBottomSheet = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _reactNativeReanimated = _interopRequireWildcard(require("react-native-reanimated"));
|
|
10
|
-
var _reactNativeGestureHandler = require("react-native-gesture-handler");
|
|
11
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
12
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
14
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
15
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
16
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
17
|
-
const {
|
|
18
|
-
//@ts-ignore
|
|
19
|
-
interpolate: interpolateDeprecated,
|
|
20
|
-
// @ts-ignore: this property is only present in Reanimated 2
|
|
21
|
-
interpolateNode
|
|
22
|
-
} = _reactNativeReanimated.default;
|
|
23
|
-
const interpolate = interpolateNode !== null && interpolateNode !== void 0 ? interpolateNode : interpolateDeprecated;
|
|
24
|
-
//@ts-ignore
|
|
25
|
-
const Easing = _reactNativeReanimated.EasingNode !== null && _reactNativeReanimated.EasingNode !== void 0 ? _reactNativeReanimated.EasingNode : _reactNativeReanimated.Easing;
|
|
26
|
-
const FlatListComponentType = "FlatList";
|
|
27
|
-
const ScrollViewComponentType = "ScrollView";
|
|
28
|
-
const SectionListComponentType = "SectionList";
|
|
29
|
-
const TimingAnimationType = "timing";
|
|
30
|
-
const SpringAnimationType = "spring";
|
|
31
|
-
const DEFAULT_SPRING_PARAMS = {
|
|
32
|
-
damping: 50,
|
|
33
|
-
mass: 0.3,
|
|
34
|
-
stiffness: 121.6,
|
|
35
|
-
overshootClamping: true,
|
|
36
|
-
restSpeedThreshold: 0.3,
|
|
37
|
-
restDisplacementThreshold: 0.3
|
|
38
|
-
};
|
|
39
|
-
const {
|
|
40
|
-
height: windowHeight
|
|
41
|
-
} = _reactNative.Dimensions.get("window");
|
|
42
|
-
const IOS_NORMAL_DECELERATION_RATE = 0.998;
|
|
43
|
-
const ANDROID_NORMAL_DECELERATION_RATE = 0.985;
|
|
44
|
-
const DEFAULT_ANIMATION_DURATION = 250;
|
|
45
|
-
const DEFAULT_EASING = Easing.inOut(Easing.linear);
|
|
46
|
-
const imperativeScrollOptions = {
|
|
47
|
-
[FlatListComponentType]: {
|
|
48
|
-
method: "scrollToIndex",
|
|
49
|
-
args: {
|
|
50
|
-
index: 0,
|
|
51
|
-
viewPosition: 0,
|
|
52
|
-
viewOffset: 1000,
|
|
53
|
-
animated: true
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
[ScrollViewComponentType]: {
|
|
57
|
-
method: "scrollTo",
|
|
58
|
-
args: {
|
|
59
|
-
x: 0,
|
|
60
|
-
y: 0,
|
|
61
|
-
animated: true
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
[SectionListComponentType]: {
|
|
65
|
-
method: "scrollToLocation",
|
|
66
|
-
args: {
|
|
67
|
-
itemIndex: 0,
|
|
68
|
-
sectionIndex: 0,
|
|
69
|
-
viewPosition: 0,
|
|
70
|
-
viewOffset: 1000,
|
|
71
|
-
animated: true
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
};
|
|
75
|
-
class ScrollBottomSheet extends _react.Component {
|
|
76
|
-
/**
|
|
77
|
-
* Gesture Handler references
|
|
78
|
-
*/
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Flag to indicate imperative snapping
|
|
82
|
-
*/
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Manual snapping amount
|
|
86
|
-
*/
|
|
87
|
-
|
|
88
|
-
constructor(props) {
|
|
89
|
-
var _props$animationConfi, _this;
|
|
90
|
-
super(props);
|
|
91
|
-
_this = this;
|
|
92
|
-
_defineProperty(this, "masterDrawer", /*#__PURE__*/_react.default.createRef());
|
|
93
|
-
_defineProperty(this, "drawerHandleRef", /*#__PURE__*/_react.default.createRef());
|
|
94
|
-
_defineProperty(this, "drawerContentRef", /*#__PURE__*/_react.default.createRef());
|
|
95
|
-
_defineProperty(this, "scrollComponentRef", /*#__PURE__*/_react.default.createRef());
|
|
96
|
-
_defineProperty(this, "isManuallySetValue", new _reactNativeReanimated.Value(0));
|
|
97
|
-
_defineProperty(this, "manualYOffset", new _reactNativeReanimated.Value(0));
|
|
98
|
-
_defineProperty(this, "prevSnapIndex", -1);
|
|
99
|
-
_defineProperty(this, "dragY", new _reactNativeReanimated.Value(0));
|
|
100
|
-
_defineProperty(this, "prevDragY", new _reactNativeReanimated.Value(0));
|
|
101
|
-
_defineProperty(this, "tempDestSnapPoint", new _reactNativeReanimated.Value(0));
|
|
102
|
-
_defineProperty(this, "isAndroid", new _reactNativeReanimated.Value(Number(_reactNative.Platform.OS === "android")));
|
|
103
|
-
_defineProperty(this, "animationClock", new _reactNativeReanimated.Clock());
|
|
104
|
-
_defineProperty(this, "animationPosition", new _reactNativeReanimated.Value(0));
|
|
105
|
-
_defineProperty(this, "animationFinished", new _reactNativeReanimated.Value(0));
|
|
106
|
-
_defineProperty(this, "animationFrameTime", new _reactNativeReanimated.Value(0));
|
|
107
|
-
_defineProperty(this, "velocityY", new _reactNativeReanimated.Value(0));
|
|
108
|
-
_defineProperty(this, "lastStartScrollY", new _reactNativeReanimated.Value(0));
|
|
109
|
-
_defineProperty(this, "destSnapPoint", new _reactNativeReanimated.Value(0));
|
|
110
|
-
_defineProperty(this, "dragWithHandle", new _reactNativeReanimated.Value(0));
|
|
111
|
-
_defineProperty(this, "scrollUpAndPullDown", new _reactNativeReanimated.Value(0));
|
|
112
|
-
_defineProperty(this, "convertPercentageToDp", str => Number(str.split("%")[0]) * (windowHeight - this.props.topInset) / 100);
|
|
113
|
-
_defineProperty(this, "getNormalisedSnapPoints", () => {
|
|
114
|
-
return this.props.snapPoints.map(p => {
|
|
115
|
-
if (typeof p === "string") {
|
|
116
|
-
return this.convertPercentageToDp(p);
|
|
117
|
-
} else if (typeof p === "number") {
|
|
118
|
-
return p;
|
|
119
|
-
}
|
|
120
|
-
throw new Error("Invalid type for value ".concat(p, ": ").concat(typeof p, ". It should be either a percentage string or a number"));
|
|
121
|
-
});
|
|
122
|
-
});
|
|
123
|
-
_defineProperty(this, "getScrollComponent", () => {
|
|
124
|
-
switch (this.props.componentType) {
|
|
125
|
-
case "FlatList":
|
|
126
|
-
return _reactNative.FlatList;
|
|
127
|
-
case "ScrollView":
|
|
128
|
-
return _reactNative.ScrollView;
|
|
129
|
-
case "SectionList":
|
|
130
|
-
return _reactNative.SectionList;
|
|
131
|
-
default:
|
|
132
|
-
throw new Error("Component type not supported: it should be one of `FlatList`, `ScrollView` or `SectionList`");
|
|
133
|
-
}
|
|
134
|
-
});
|
|
135
|
-
_defineProperty(this, "snapTo", index => {
|
|
136
|
-
const snapPoints = this.getNormalisedSnapPoints();
|
|
137
|
-
this.isManuallySetValue.setValue(1);
|
|
138
|
-
this.manualYOffset.setValue(snapPoints[index]);
|
|
139
|
-
this.nextSnapIndex.setValue(index);
|
|
140
|
-
});
|
|
141
|
-
const {
|
|
142
|
-
initialSnapIndex,
|
|
143
|
-
animationType
|
|
144
|
-
} = props;
|
|
145
|
-
const animationDriver = animationType === "timing" ? 0 : 1;
|
|
146
|
-
const animationDuration = props.animationType === "timing" && ((_props$animationConfi = props.animationConfig) === null || _props$animationConfi === void 0 ? void 0 : _props$animationConfi.duration) || DEFAULT_ANIMATION_DURATION;
|
|
147
|
-
const ScrollComponent = this.getScrollComponent();
|
|
148
|
-
// @ts-ignore
|
|
149
|
-
this.scrollComponent = _reactNativeReanimated.default.createAnimatedComponent(ScrollComponent);
|
|
150
|
-
const _snapPoints = this.getNormalisedSnapPoints();
|
|
151
|
-
const openPosition = _snapPoints[0];
|
|
152
|
-
const closedPosition = this.props.enableOverScroll ? windowHeight : _snapPoints[_snapPoints.length - 1];
|
|
153
|
-
const initialSnap = _snapPoints[initialSnapIndex];
|
|
154
|
-
this.nextSnapIndex = new _reactNativeReanimated.Value(initialSnapIndex);
|
|
155
|
-
const initialDecelerationRate = _reactNative.Platform.select({
|
|
156
|
-
android: props.initialSnapIndex === 0 ? ANDROID_NORMAL_DECELERATION_RATE : 0,
|
|
157
|
-
ios: IOS_NORMAL_DECELERATION_RATE
|
|
158
|
-
});
|
|
159
|
-
this.decelerationRate = new _reactNativeReanimated.Value(initialDecelerationRate);
|
|
160
|
-
|
|
161
|
-
//@ts-ignore
|
|
162
|
-
const handleGestureState = new _reactNativeReanimated.Value(-1);
|
|
163
|
-
//@ts-ignore
|
|
164
|
-
const handleOldGestureState = new _reactNativeReanimated.Value(-1);
|
|
165
|
-
//@ts-ignore
|
|
166
|
-
const drawerGestureState = new _reactNativeReanimated.Value(-1);
|
|
167
|
-
//@ts-ignore
|
|
168
|
-
const drawerOldGestureState = new _reactNativeReanimated.Value(-1);
|
|
169
|
-
const lastSnapInRange = new _reactNativeReanimated.Value(1);
|
|
170
|
-
this.prevTranslateYOffset = new _reactNativeReanimated.Value(initialSnap);
|
|
171
|
-
this.translationY = new _reactNativeReanimated.Value(initialSnap);
|
|
172
|
-
this.lastSnap = new _reactNativeReanimated.Value(initialSnap);
|
|
173
|
-
this.onHandleGestureEvent = (0, _reactNativeReanimated.event)([{
|
|
174
|
-
nativeEvent: {
|
|
175
|
-
translationY: this.dragY,
|
|
176
|
-
oldState: handleOldGestureState,
|
|
177
|
-
state: handleGestureState,
|
|
178
|
-
velocityY: this.velocityY
|
|
179
|
-
}
|
|
180
|
-
}]);
|
|
181
|
-
this.onDrawerGestureEvent = (0, _reactNativeReanimated.event)([{
|
|
182
|
-
nativeEvent: {
|
|
183
|
-
translationY: this.dragY,
|
|
184
|
-
oldState: drawerOldGestureState,
|
|
185
|
-
state: drawerGestureState,
|
|
186
|
-
velocityY: this.velocityY
|
|
187
|
-
}
|
|
188
|
-
}]);
|
|
189
|
-
this.onScrollBeginDrag = (0, _reactNativeReanimated.event)([{
|
|
190
|
-
nativeEvent: {
|
|
191
|
-
contentOffset: {
|
|
192
|
-
y: this.lastStartScrollY
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}]);
|
|
196
|
-
const didHandleGestureBegin = (0, _reactNativeReanimated.eq)(handleGestureState, _reactNativeGestureHandler.State.ACTIVE);
|
|
197
|
-
const isAnimationInterrupted = (0, _reactNativeReanimated.and)((0, _reactNativeReanimated.or)((0, _reactNativeReanimated.eq)(handleGestureState, _reactNativeGestureHandler.State.BEGAN), (0, _reactNativeReanimated.eq)(drawerGestureState, _reactNativeGestureHandler.State.BEGAN), (0, _reactNativeReanimated.and)((0, _reactNativeReanimated.eq)(this.isAndroid, 0), (0, _reactNativeReanimated.eq)(animationDriver, 1), (0, _reactNativeReanimated.or)((0, _reactNativeReanimated.eq)(drawerGestureState, _reactNativeGestureHandler.State.ACTIVE), (0, _reactNativeReanimated.eq)(handleGestureState, _reactNativeGestureHandler.State.ACTIVE)))), (0, _reactNativeReanimated.clockRunning)(this.animationClock));
|
|
198
|
-
this.didGestureFinish = (0, _reactNativeReanimated.or)((0, _reactNativeReanimated.and)((0, _reactNativeReanimated.eq)(handleOldGestureState, _reactNativeGestureHandler.State.ACTIVE), (0, _reactNativeReanimated.eq)(handleGestureState, _reactNativeGestureHandler.State.END)), (0, _reactNativeReanimated.and)((0, _reactNativeReanimated.eq)(drawerOldGestureState, _reactNativeGestureHandler.State.ACTIVE), (0, _reactNativeReanimated.eq)(drawerGestureState, _reactNativeGestureHandler.State.END)));
|
|
199
|
-
|
|
200
|
-
// Function that determines if the last snap point is in the range {snapPoints}
|
|
201
|
-
// In the case of interruptions in the middle of an animation, we'll get
|
|
202
|
-
// lastSnap values outside the range
|
|
203
|
-
const isLastSnapPointInRange = function () {
|
|
204
|
-
let i = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
|
|
205
|
-
return i === _snapPoints.length ? lastSnapInRange : (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(_this.lastSnap, _snapPoints[i]), [(0, _reactNativeReanimated.set)(lastSnapInRange, 1)], isLastSnapPointInRange(i + 1));
|
|
206
|
-
};
|
|
207
|
-
const scrollY = [(0, _reactNativeReanimated.set)(lastSnapInRange, 0), isLastSnapPointInRange(), (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.or)(didHandleGestureBegin, (0, _reactNativeReanimated.and)(this.isManuallySetValue, (0, _reactNativeReanimated.not)((0, _reactNativeReanimated.eq)(this.manualYOffset, _snapPoints[0])))), [(0, _reactNativeReanimated.set)(this.dragWithHandle, 1), 0]), (0, _reactNativeReanimated.cond)(
|
|
208
|
-
// This is to account for a continuous scroll on the drawer from a snap point
|
|
209
|
-
// Different than top, bringing the drawer to the top position, so that if we
|
|
210
|
-
// change scroll direction without releasing the gesture, it doesn't pull down the drawer again
|
|
211
|
-
(0, _reactNativeReanimated.and)((0, _reactNativeReanimated.eq)(this.dragWithHandle, 1), (0, _reactNativeReanimated.greaterThan)(_snapPoints[0], (0, _reactNativeReanimated.add)(this.lastSnap, this.dragY)), (0, _reactNativeReanimated.and)((0, _reactNativeReanimated.not)((0, _reactNativeReanimated.eq)(this.lastSnap, _snapPoints[0])), lastSnapInRange)), [(0, _reactNativeReanimated.set)(this.lastSnap, _snapPoints[0]), (0, _reactNativeReanimated.set)(this.dragWithHandle, 0), this.lastStartScrollY], (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(this.dragWithHandle, 1), 0, this.lastStartScrollY))];
|
|
212
|
-
this.didScrollUpAndPullDown = (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.and)((0, _reactNativeReanimated.greaterOrEq)(this.dragY, this.lastStartScrollY), (0, _reactNativeReanimated.greaterThan)(this.lastStartScrollY, 0)), (0, _reactNativeReanimated.set)(this.scrollUpAndPullDown, 1));
|
|
213
|
-
this.setTranslationY = (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.and)((0, _reactNativeReanimated.not)(this.dragWithHandle), (0, _reactNativeReanimated.not)((0, _reactNativeReanimated.greaterOrEq)(this.dragY, this.lastStartScrollY))), (0, _reactNativeReanimated.set)(this.translationY, (0, _reactNativeReanimated.sub)(this.dragY, this.lastStartScrollY)), (0, _reactNativeReanimated.set)(this.translationY, this.dragY));
|
|
214
|
-
this.extraOffset = (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(this.scrollUpAndPullDown, 1), this.lastStartScrollY, 0);
|
|
215
|
-
const endOffsetY = (0, _reactNativeReanimated.add)(this.lastSnap, this.translationY, (0, _reactNativeReanimated.multiply)(1 - props.friction, this.velocityY));
|
|
216
|
-
this.calculateNextSnapPoint = function () {
|
|
217
|
-
let i = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
|
|
218
|
-
return i === _snapPoints.length ? _this.tempDestSnapPoint : (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.greaterThan)((0, _reactNativeReanimated.abs)((0, _reactNativeReanimated.sub)(_this.tempDestSnapPoint, endOffsetY)), (0, _reactNativeReanimated.abs)((0, _reactNativeReanimated.sub)((0, _reactNativeReanimated.add)(_snapPoints[i], _this.extraOffset), endOffsetY))), [(0, _reactNativeReanimated.set)(_this.tempDestSnapPoint, (0, _reactNativeReanimated.add)(_snapPoints[i], _this.extraOffset)), (0, _reactNativeReanimated.set)(_this.nextSnapIndex, i), _this.calculateNextSnapPoint(i + 1)], _this.calculateNextSnapPoint(i + 1));
|
|
219
|
-
};
|
|
220
|
-
const runAnimation = _ref => {
|
|
221
|
-
var _props$animationConfi2;
|
|
222
|
-
let {
|
|
223
|
-
clock,
|
|
224
|
-
from,
|
|
225
|
-
to,
|
|
226
|
-
position,
|
|
227
|
-
finished,
|
|
228
|
-
velocity,
|
|
229
|
-
frameTime
|
|
230
|
-
} = _ref;
|
|
231
|
-
const state = {
|
|
232
|
-
finished,
|
|
233
|
-
velocity: new _reactNativeReanimated.Value(0),
|
|
234
|
-
position,
|
|
235
|
-
time: new _reactNativeReanimated.Value(0),
|
|
236
|
-
frameTime
|
|
237
|
-
};
|
|
238
|
-
const timingConfig = {
|
|
239
|
-
duration: animationDuration,
|
|
240
|
-
easing: props.animationType === "timing" && ((_props$animationConfi2 = props.animationConfig) === null || _props$animationConfi2 === void 0 ? void 0 : _props$animationConfi2.easing) || DEFAULT_EASING,
|
|
241
|
-
toValue: new _reactNativeReanimated.Value(0)
|
|
242
|
-
};
|
|
243
|
-
const springConfig = {
|
|
244
|
-
...DEFAULT_SPRING_PARAMS,
|
|
245
|
-
...(props.animationType === "spring" && props.animationConfig || {}),
|
|
246
|
-
toValue: new _reactNativeReanimated.Value(0)
|
|
247
|
-
};
|
|
248
|
-
return [(0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.and)((0, _reactNativeReanimated.not)((0, _reactNativeReanimated.clockRunning)(clock)), (0, _reactNativeReanimated.not)((0, _reactNativeReanimated.eq)(finished, 1))), [
|
|
249
|
-
// If the clock isn't running, we reset all the animation params and start the clock
|
|
250
|
-
(0, _reactNativeReanimated.set)(state.finished, 0), (0, _reactNativeReanimated.set)(state.velocity, velocity), (0, _reactNativeReanimated.set)(state.time, 0), (0, _reactNativeReanimated.set)(state.position, from), (0, _reactNativeReanimated.set)(state.frameTime, 0), (0, _reactNativeReanimated.set)(timingConfig.toValue, to), (0, _reactNativeReanimated.set)(springConfig.toValue, to), (0, _reactNativeReanimated.startClock)(clock)]),
|
|
251
|
-
// We run the step here that is going to update position
|
|
252
|
-
(0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(animationDriver, 0),
|
|
253
|
-
//@ts-ignore
|
|
254
|
-
(0, _reactNativeReanimated.timing)(clock, state, timingConfig), (0, _reactNativeReanimated.spring)(clock, state, springConfig)), (0, _reactNativeReanimated.cond)(state.finished, [(0, _reactNativeReanimated.call)([this.nextSnapIndex], _ref2 => {
|
|
255
|
-
let [value] = _ref2;
|
|
256
|
-
if (value !== this.prevSnapIndex) {
|
|
257
|
-
var _this$props$onSettle, _this$props;
|
|
258
|
-
(_this$props$onSettle = (_this$props = this.props).onSettle) === null || _this$props$onSettle === void 0 ? void 0 : _this$props$onSettle.call(_this$props, value);
|
|
259
|
-
}
|
|
260
|
-
this.prevSnapIndex = value;
|
|
261
|
-
}),
|
|
262
|
-
// Resetting appropriate values
|
|
263
|
-
(0, _reactNativeReanimated.set)(drawerOldGestureState, _reactNativeGestureHandler.State.END), (0, _reactNativeReanimated.set)(handleOldGestureState, _reactNativeGestureHandler.State.END), (0, _reactNativeReanimated.set)(this.prevTranslateYOffset, state.position), (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(this.scrollUpAndPullDown, 1), [(0, _reactNativeReanimated.set)(this.prevTranslateYOffset, (0, _reactNativeReanimated.sub)(this.prevTranslateYOffset, this.lastStartScrollY)), (0, _reactNativeReanimated.set)(this.lastStartScrollY, 0), (0, _reactNativeReanimated.set)(this.scrollUpAndPullDown, 0)]), (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(this.destSnapPoint, _snapPoints[0]), [(0, _reactNativeReanimated.set)(this.dragWithHandle, 0)]), (0, _reactNativeReanimated.set)(this.isManuallySetValue, 0), (0, _reactNativeReanimated.set)(this.manualYOffset, 0), (0, _reactNativeReanimated.stopClock)(clock), this.prevTranslateYOffset],
|
|
264
|
-
// We made the block return the updated position,
|
|
265
|
-
state.position)];
|
|
266
|
-
};
|
|
267
|
-
const translateYOffset = (0, _reactNativeReanimated.cond)(isAnimationInterrupted, [
|
|
268
|
-
// set(prevTranslateYOffset, animationPosition) should only run if we are
|
|
269
|
-
// interrupting an animation when the drawer is currently in a different
|
|
270
|
-
// position than the top
|
|
271
|
-
(0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.or)(this.dragWithHandle, (0, _reactNativeReanimated.greaterOrEq)((0, _reactNativeReanimated.abs)(this.prevDragY), this.lastStartScrollY)), (0, _reactNativeReanimated.set)(this.prevTranslateYOffset, this.animationPosition)), (0, _reactNativeReanimated.set)(this.animationFinished, 1), (0, _reactNativeReanimated.set)(this.translationY, 0),
|
|
272
|
-
// Resetting appropriate values
|
|
273
|
-
(0, _reactNativeReanimated.set)(drawerOldGestureState, _reactNativeGestureHandler.State.END), (0, _reactNativeReanimated.set)(handleOldGestureState, _reactNativeGestureHandler.State.END),
|
|
274
|
-
// By forcing that frameTime exceeds duration, it has the effect of stopping the animation
|
|
275
|
-
(0, _reactNativeReanimated.set)(this.animationFrameTime, (0, _reactNativeReanimated.add)(animationDuration, 1000)), (0, _reactNativeReanimated.set)(this.velocityY, 0), (0, _reactNativeReanimated.stopClock)(this.animationClock), this.prevTranslateYOffset], (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.or)(this.didGestureFinish, this.isManuallySetValue, (0, _reactNativeReanimated.clockRunning)(this.animationClock)), [runAnimation({
|
|
276
|
-
clock: this.animationClock,
|
|
277
|
-
from: (0, _reactNativeReanimated.cond)(this.isManuallySetValue, this.prevTranslateYOffset, (0, _reactNativeReanimated.add)(this.prevTranslateYOffset, this.translationY)),
|
|
278
|
-
to: this.destSnapPoint,
|
|
279
|
-
position: this.animationPosition,
|
|
280
|
-
finished: this.animationFinished,
|
|
281
|
-
frameTime: this.animationFrameTime,
|
|
282
|
-
velocity: this.velocityY
|
|
283
|
-
})], [(0, _reactNativeReanimated.set)(this.animationFrameTime, 0), (0, _reactNativeReanimated.set)(this.animationFinished, 0),
|
|
284
|
-
// @ts-ignore
|
|
285
|
-
this.prevTranslateYOffset]));
|
|
286
|
-
this.translateY = interpolate((0, _reactNativeReanimated.add)(translateYOffset, this.dragY, (0, _reactNativeReanimated.multiply)(scrollY, -1)), {
|
|
287
|
-
inputRange: [openPosition, closedPosition],
|
|
288
|
-
outputRange: [openPosition, closedPosition],
|
|
289
|
-
extrapolate: _reactNativeReanimated.Extrapolate.CLAMP
|
|
290
|
-
});
|
|
291
|
-
this.position = interpolate(this.translateY, {
|
|
292
|
-
inputRange: [openPosition, _snapPoints[_snapPoints.length - 1]],
|
|
293
|
-
outputRange: [1, 0],
|
|
294
|
-
extrapolate: _reactNativeReanimated.Extrapolate.CLAMP
|
|
295
|
-
});
|
|
296
|
-
}
|
|
297
|
-
render() {
|
|
298
|
-
const {
|
|
299
|
-
renderHandle,
|
|
300
|
-
initialSnapIndex,
|
|
301
|
-
containerStyle,
|
|
302
|
-
...rest
|
|
303
|
-
} = this.props;
|
|
304
|
-
const AnimatedScrollableComponent = this.scrollComponent;
|
|
305
|
-
const normalisedSnapPoints = this.getNormalisedSnapPoints();
|
|
306
|
-
const initialSnap = normalisedSnapPoints[initialSnapIndex];
|
|
307
|
-
const Content = /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.View, {
|
|
308
|
-
style: [_reactNative.StyleSheet.absoluteFillObject, containerStyle,
|
|
309
|
-
// @ts-ignore
|
|
310
|
-
{
|
|
311
|
-
transform: [{
|
|
312
|
-
translateY: this.translateY
|
|
313
|
-
}]
|
|
314
|
-
}]
|
|
315
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNativeGestureHandler.PanGestureHandler, {
|
|
316
|
-
ref: this.drawerHandleRef,
|
|
317
|
-
shouldCancelWhenOutside: false,
|
|
318
|
-
simultaneousHandlers: this.masterDrawer,
|
|
319
|
-
onGestureEvent: this.onHandleGestureEvent,
|
|
320
|
-
onHandlerStateChange: this.onHandleGestureEvent
|
|
321
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.View, null, renderHandle())), /*#__PURE__*/_react.default.createElement(_reactNativeGestureHandler.PanGestureHandler, {
|
|
322
|
-
ref: this.drawerContentRef,
|
|
323
|
-
simultaneousHandlers: [this.scrollComponentRef, this.masterDrawer],
|
|
324
|
-
shouldCancelWhenOutside: false,
|
|
325
|
-
onGestureEvent: this.onDrawerGestureEvent,
|
|
326
|
-
onHandlerStateChange: this.onDrawerGestureEvent
|
|
327
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.View, {
|
|
328
|
-
style: styles.container
|
|
329
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNativeGestureHandler.NativeViewGestureHandler, {
|
|
330
|
-
ref: this.scrollComponentRef,
|
|
331
|
-
waitFor: this.masterDrawer,
|
|
332
|
-
simultaneousHandlers: this.drawerContentRef
|
|
333
|
-
}, /*#__PURE__*/_react.default.createElement(AnimatedScrollableComponent, _extends({
|
|
334
|
-
overScrollMode: "never",
|
|
335
|
-
bounces: false
|
|
336
|
-
}, rest, {
|
|
337
|
-
ref: this.props.innerRef
|
|
338
|
-
// @ts-ignore
|
|
339
|
-
,
|
|
340
|
-
decelerationRate: this.decelerationRate,
|
|
341
|
-
onScrollBeginDrag: this.onScrollBeginDrag,
|
|
342
|
-
scrollEventThrottle: 1,
|
|
343
|
-
contentContainerStyle: [rest.contentContainerStyle, {
|
|
344
|
-
paddingBottom: this.getNormalisedSnapPoints()[0]
|
|
345
|
-
}]
|
|
346
|
-
}))))), this.props.animatedPosition && /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.Code, {
|
|
347
|
-
exec: (0, _reactNativeReanimated.onChange)(this.position, (0, _reactNativeReanimated.set)(this.props.animatedPosition, this.position))
|
|
348
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.Code, {
|
|
349
|
-
exec: (0, _reactNativeReanimated.onChange)(this.dragY, (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.not)((0, _reactNativeReanimated.eq)(this.dragY, 0)), (0, _reactNativeReanimated.set)(this.prevDragY, this.dragY)))
|
|
350
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.Code, {
|
|
351
|
-
exec: (0, _reactNativeReanimated.onChange)(this.didGestureFinish, (0, _reactNativeReanimated.cond)(this.didGestureFinish, [this.didScrollUpAndPullDown, this.setTranslationY, (0, _reactNativeReanimated.set)(this.tempDestSnapPoint, (0, _reactNativeReanimated.add)(normalisedSnapPoints[0], this.extraOffset)), (0, _reactNativeReanimated.set)(this.nextSnapIndex, 0), (0, _reactNativeReanimated.set)(this.destSnapPoint, this.calculateNextSnapPoint()), (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.and)((0, _reactNativeReanimated.greaterThan)(this.dragY, this.lastStartScrollY), this.isAndroid, (0, _reactNativeReanimated.not)(this.dragWithHandle)), (0, _reactNativeReanimated.call)([], () => {
|
|
352
|
-
var _this$props2, _this$props2$data;
|
|
353
|
-
// This prevents the scroll glide from happening on Android when pulling down with inertia.
|
|
354
|
-
// It's not perfect, but does the job for now
|
|
355
|
-
const {
|
|
356
|
-
method,
|
|
357
|
-
args
|
|
358
|
-
} = imperativeScrollOptions[this.props.componentType];
|
|
359
|
-
// @ts-ignore
|
|
360
|
-
const node = this.props.innerRef.current;
|
|
361
|
-
if (node && node[method] && (this.props.componentType === "FlatList" && (((_this$props2 = this.props) === null || _this$props2 === void 0 ? void 0 : (_this$props2$data = _this$props2.data) === null || _this$props2$data === void 0 ? void 0 : _this$props2$data.length) || 0) > 0 || this.props.componentType === "SectionList" && this.props.sections.length > 0 || this.props.componentType === "ScrollView")) {
|
|
362
|
-
node[method](args);
|
|
363
|
-
}
|
|
364
|
-
})), (0, _reactNativeReanimated.set)(this.dragY, 0), (0, _reactNativeReanimated.set)(this.velocityY, 0), (0, _reactNativeReanimated.set)(this.lastSnap, (0, _reactNativeReanimated.sub)(this.destSnapPoint, (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(this.scrollUpAndPullDown, 1), this.lastStartScrollY, 0))), (0, _reactNativeReanimated.call)([this.lastSnap], _ref3 => {
|
|
365
|
-
var _this$masterDrawer, _this$masterDrawer$cu;
|
|
366
|
-
let [value] = _ref3;
|
|
367
|
-
// This is the TapGHandler trick
|
|
368
|
-
// @ts-ignore
|
|
369
|
-
(_this$masterDrawer = this.masterDrawer) === null || _this$masterDrawer === void 0 ? void 0 : (_this$masterDrawer$cu = _this$masterDrawer.current) === null || _this$masterDrawer$cu === void 0 ? void 0 : _this$masterDrawer$cu.setNativeProps({
|
|
370
|
-
maxDeltaY: value - this.getNormalisedSnapPoints()[0]
|
|
371
|
-
});
|
|
372
|
-
}), (0, _reactNativeReanimated.set)(this.decelerationRate, (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(this.isAndroid, 1), (0, _reactNativeReanimated.cond)((0, _reactNativeReanimated.eq)(this.lastSnap, normalisedSnapPoints[0]), ANDROID_NORMAL_DECELERATION_RATE, 0), IOS_NORMAL_DECELERATION_RATE))]))
|
|
373
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeReanimated.default.Code, {
|
|
374
|
-
exec: (0, _reactNativeReanimated.onChange)(this.isManuallySetValue, [(0, _reactNativeReanimated.cond)(this.isManuallySetValue, [(0, _reactNativeReanimated.set)(this.destSnapPoint, this.manualYOffset), (0, _reactNativeReanimated.set)(this.animationFinished, 0), (0, _reactNativeReanimated.set)(this.lastSnap, this.manualYOffset), (0, _reactNativeReanimated.call)([this.lastSnap], _ref4 => {
|
|
375
|
-
var _this$masterDrawer2, _this$masterDrawer2$c;
|
|
376
|
-
let [value] = _ref4;
|
|
377
|
-
// This is the TapGHandler trick
|
|
378
|
-
// @ts-ignore
|
|
379
|
-
(_this$masterDrawer2 = this.masterDrawer) === null || _this$masterDrawer2 === void 0 ? void 0 : (_this$masterDrawer2$c = _this$masterDrawer2.current) === null || _this$masterDrawer2$c === void 0 ? void 0 : _this$masterDrawer2$c.setNativeProps({
|
|
380
|
-
maxDeltaY: value - this.getNormalisedSnapPoints()[0]
|
|
381
|
-
});
|
|
382
|
-
})], [(0, _reactNativeReanimated.set)(this.nextSnapIndex, 0)])])
|
|
383
|
-
}));
|
|
384
|
-
|
|
385
|
-
// On Android, having an intermediary view with pointerEvents="box-none", breaks the
|
|
386
|
-
// waitFor logic
|
|
387
|
-
if (_reactNative.Platform.OS === "android") {
|
|
388
|
-
return /*#__PURE__*/_react.default.createElement(_reactNativeGestureHandler.TapGestureHandler, {
|
|
389
|
-
maxDurationMs: 100000,
|
|
390
|
-
ref: this.masterDrawer,
|
|
391
|
-
maxDeltaY: initialSnap - this.getNormalisedSnapPoints()[0],
|
|
392
|
-
shouldCancelWhenOutside: false
|
|
393
|
-
}, Content);
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
// On iOS, We need to wrap the content on a view with PointerEvents box-none
|
|
397
|
-
// So that we can start scrolling automatically when reaching the top without
|
|
398
|
-
// Stopping the gesture
|
|
399
|
-
return /*#__PURE__*/_react.default.createElement(_reactNativeGestureHandler.TapGestureHandler, {
|
|
400
|
-
maxDurationMs: 100000,
|
|
401
|
-
ref: this.masterDrawer,
|
|
402
|
-
maxDeltaY: initialSnap - this.getNormalisedSnapPoints()[0]
|
|
403
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
404
|
-
style: _reactNative.StyleSheet.absoluteFillObject,
|
|
405
|
-
pointerEvents: "box-none"
|
|
406
|
-
}, Content));
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
exports.ScrollBottomSheet = ScrollBottomSheet;
|
|
410
|
-
_defineProperty(ScrollBottomSheet, "defaultProps", {
|
|
411
|
-
topInset: 0,
|
|
412
|
-
friction: 0.95,
|
|
413
|
-
animationType: "timing",
|
|
414
|
-
innerRef: /*#__PURE__*/_react.default.createRef(),
|
|
415
|
-
enableOverScroll: false
|
|
416
|
-
});
|
|
417
|
-
var _default = ScrollBottomSheet;
|
|
418
|
-
exports.default = _default;
|
|
419
|
-
const styles = _reactNative.StyleSheet.create({
|
|
420
|
-
container: {
|
|
421
|
-
flex: 1
|
|
422
|
-
}
|
|
423
|
-
});
|
|
424
|
-
//# sourceMappingURL=BottomSheetComponent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["interpolate","interpolateDeprecated","interpolateNode","Animated","Easing","EasingNode","EasingDeprecated","FlatListComponentType","ScrollViewComponentType","SectionListComponentType","TimingAnimationType","SpringAnimationType","DEFAULT_SPRING_PARAMS","damping","mass","stiffness","overshootClamping","restSpeedThreshold","restDisplacementThreshold","height","windowHeight","Dimensions","get","IOS_NORMAL_DECELERATION_RATE","ANDROID_NORMAL_DECELERATION_RATE","DEFAULT_ANIMATION_DURATION","DEFAULT_EASING","inOut","linear","imperativeScrollOptions","method","args","index","viewPosition","viewOffset","animated","x","y","itemIndex","sectionIndex","ScrollBottomSheet","Component","constructor","props","React","createRef","Value","Number","Platform","OS","Clock","str","split","topInset","snapPoints","map","p","convertPercentageToDp","Error","componentType","FlatList","ScrollView","SectionList","getNormalisedSnapPoints","isManuallySetValue","setValue","manualYOffset","nextSnapIndex","initialSnapIndex","animationType","animationDriver","animationDuration","animationConfig","duration","ScrollComponent","getScrollComponent","scrollComponent","createAnimatedComponent","openPosition","closedPosition","enableOverScroll","length","initialSnap","initialDecelerationRate","select","android","ios","decelerationRate","handleGestureState","handleOldGestureState","drawerGestureState","drawerOldGestureState","lastSnapInRange","prevTranslateYOffset","translationY","lastSnap","onHandleGestureEvent","event","nativeEvent","dragY","oldState","state","velocityY","onDrawerGestureEvent","onScrollBeginDrag","contentOffset","lastStartScrollY","didHandleGestureBegin","eq","GestureState","ACTIVE","isAnimationInterrupted","and","or","BEGAN","isAndroid","clockRunning","animationClock","didGestureFinish","END","isLastSnapPointInRange","i","cond","set","scrollY","not","dragWithHandle","greaterThan","add","didScrollUpAndPullDown","greaterOrEq","scrollUpAndPullDown","setTranslationY","sub","extraOffset","endOffsetY","multiply","friction","calculateNextSnapPoint","tempDestSnapPoint","abs","runAnimation","clock","from","to","position","finished","velocity","frameTime","time","timingConfig","easing","toValue","springConfig","startClock","timing","spring","call","value","prevSnapIndex","onSettle","destSnapPoint","stopClock","translateYOffset","prevDragY","animationPosition","animationFinished","animationFrameTime","translateY","inputRange","outputRange","extrapolate","Extrapolate","CLAMP","render","renderHandle","containerStyle","rest","AnimatedScrollableComponent","normalisedSnapPoints","Content","StyleSheet","absoluteFillObject","transform","drawerHandleRef","masterDrawer","drawerContentRef","scrollComponentRef","styles","container","innerRef","contentContainerStyle","paddingBottom","animatedPosition","onChange","node","current","data","sections","setNativeProps","maxDeltaY","create","flex"],"sourceRoot":"../../../../src","sources":["components/BottomSheet/BottomSheetComponent.tsx"],"mappings":"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"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "BottomSheet", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _BottomSheet.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _BottomSheet = _interopRequireDefault(require("./BottomSheet"));
|
|
13
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/BottomSheet/index.ts"],"mappings":";;;;;;;;;;;AAAA;AAAuD"}
|