@draftbit/core 47.5.3-e8c679.2 → 47.5.3
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/commonjs/Provider.js +1 -0
- package/lib/commonjs/components/AccordionGroup.js +1 -0
- package/lib/commonjs/components/ActionSheet/ActionSheet.js +1 -0
- package/lib/commonjs/components/ActionSheet/ActionSheetCancel.js +1 -0
- package/lib/commonjs/components/ActionSheet/ActionSheetItem.js +1 -0
- package/lib/commonjs/components/ActionSheet/index.js +1 -0
- package/lib/commonjs/components/AspectRatio.js +1 -0
- package/lib/commonjs/components/BottomSheet/BottomSheet.js +1 -0
- package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js +1 -0
- package/lib/commonjs/components/BottomSheet/index.js +1 -0
- package/lib/commonjs/components/Button.js +1 -0
- package/lib/commonjs/components/Checkbox/Checkbox.js +1 -0
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +1 -0
- package/lib/commonjs/components/Checkbox/CheckboxRow.js +1 -0
- package/lib/commonjs/components/Checkbox/context.js +1 -0
- package/lib/commonjs/components/Checkbox/index.js +1 -0
- package/lib/commonjs/components/Config.js +1 -0
- package/lib/commonjs/components/DatePicker/DatePicker.js +1 -0
- package/lib/commonjs/components/DatePicker/DatePickerComponent.js +1 -0
- package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js +1 -0
- package/lib/commonjs/components/DatePicker/DatePickerComponentType.js +1 -0
- package/lib/commonjs/components/DeckSwiper/DeckSwiper.js +1 -0
- package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js +1 -0
- package/lib/commonjs/components/DeckSwiper/index.js +1 -0
- package/lib/commonjs/components/Divider.js +1 -0
- package/lib/commonjs/components/Elevation.js +1 -0
- package/lib/commonjs/components/FormRow.js +1 -0
- package/lib/commonjs/components/IconButton.js +1 -0
- package/lib/commonjs/components/Image.js +1 -0
- package/lib/commonjs/components/Layout.js +1 -0
- package/lib/commonjs/components/Markdown.js +1 -0
- package/lib/commonjs/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.js +1 -0
- package/lib/commonjs/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +1 -0
- package/lib/commonjs/components/MediaPlayer/AudioPlayer/HeadlessAudioPlayer.js +1 -0
- package/lib/commonjs/components/MediaPlayer/AudioPlayer/index.js +1 -0
- package/lib/commonjs/components/MediaPlayer/MediaPlaybackWrapper.js +1 -0
- package/lib/commonjs/components/MediaPlayer/MediaPlayerCommon.js +1 -0
- package/lib/commonjs/components/MediaPlayer/VideoPlayer/VideoPlayer.js +1 -0
- package/lib/commonjs/components/MediaPlayer/VideoPlayer/index.js +1 -0
- package/lib/commonjs/components/NumberInput.js +1 -0
- package/lib/commonjs/components/Picker/Picker.js +1 -0
- package/lib/commonjs/components/Picker/PickerComponent.android.js +1 -0
- package/lib/commonjs/components/Picker/PickerComponent.ios.js +1 -0
- package/lib/commonjs/components/Picker/PickerComponent.web.js +1 -0
- package/lib/commonjs/components/Picker/PickerTypes.js +1 -0
- package/lib/commonjs/components/Portal/Portal.js +1 -0
- package/lib/commonjs/components/Portal/PortalConsumer.js +1 -0
- package/lib/commonjs/components/Portal/PortalHost.js +1 -0
- package/lib/commonjs/components/Portal/PortalManager.js +1 -0
- package/lib/commonjs/components/Pressable.js +1 -0
- package/lib/commonjs/components/Progress/CircularProgress/CircularProgress.js +1 -0
- package/lib/commonjs/components/Progress/CircularProgress/index.js +1 -0
- package/lib/commonjs/components/Progress/IndeterminateProgress.js +1 -0
- package/lib/commonjs/components/Progress/LinearProgress/LinearProgress.js +1 -0
- package/lib/commonjs/components/Progress/LinearProgress/index.js +1 -0
- package/lib/commonjs/components/Progress/ProgressCommon.js +1 -0
- package/lib/commonjs/components/ProgressIndicator.js +1 -0
- package/lib/commonjs/components/RadioButton/RadioButton.js +1 -0
- package/lib/commonjs/components/RadioButton/RadioButtonGroup.js +1 -0
- package/lib/commonjs/components/RadioButton/RadioButtonRow.js +1 -0
- package/lib/commonjs/components/RadioButton/context.js +1 -0
- package/lib/commonjs/components/RadioButton/index.js +1 -0
- package/lib/commonjs/components/Row.js +1 -0
- package/lib/commonjs/components/SVG.js +1 -0
- package/lib/commonjs/components/ScreenContainer.js +1 -0
- package/lib/commonjs/components/SectionList/SectionHeader.js +1 -0
- package/lib/commonjs/components/SectionList/SectionList.js +1 -0
- package/lib/commonjs/components/SectionList/index.js +1 -0
- package/lib/commonjs/components/Shadow.js +1 -0
- package/lib/commonjs/components/Slider.js +1 -0
- package/lib/commonjs/components/StarRating.js +1 -0
- package/lib/commonjs/components/StepIndicator.js +1 -0
- package/lib/commonjs/components/Stepper.js +1 -0
- package/lib/commonjs/components/Surface.js +1 -0
- package/lib/commonjs/components/SwipeableItem/SwipeableItem.js +1 -0
- package/lib/commonjs/components/SwipeableItem/SwipeableItemButton.js +1 -0
- package/lib/commonjs/components/SwipeableItem/SwipeableItemCommon.js +1 -0
- package/lib/commonjs/components/SwipeableItem/SwipeableList.js +1 -0
- package/lib/commonjs/components/SwipeableItem/index.js +1 -0
- package/lib/commonjs/components/Swiper/Swiper.js +1 -0
- package/lib/commonjs/components/Swiper/SwiperItem.js +1 -0
- package/lib/commonjs/components/Swiper/index.js +1 -0
- package/lib/commonjs/components/Switch.js +1 -0
- package/lib/commonjs/components/TabView/TabView.js +1 -0
- package/lib/commonjs/components/TabView/TabViewItem.js +1 -0
- package/lib/commonjs/components/TabView/index.js +1 -0
- package/lib/commonjs/components/Table/Table.js +1 -0
- package/lib/commonjs/components/Table/TableCell.js +1 -0
- package/lib/commonjs/components/Table/TableCommon.js +1 -0
- package/lib/commonjs/components/Table/TableRow.js +1 -0
- package/lib/commonjs/components/Table/index.js +1 -0
- package/lib/commonjs/components/Text.js +1 -0
- package/lib/commonjs/components/TextField.js +1 -0
- package/lib/commonjs/components/TextInput.js +1 -0
- package/lib/commonjs/components/Touchable.js +1 -0
- package/lib/commonjs/components/Touchable.web.js +1 -0
- package/lib/commonjs/components/Typography.js +1 -0
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.js +1 -0
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.native.js +1 -0
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayerProps.js +1 -0
- package/lib/commonjs/components/YoutubePlayer/index.js +1 -0
- package/lib/commonjs/components/useAuthState.js +1 -0
- package/lib/commonjs/constants.js +1 -0
- package/lib/commonjs/deprecated-components/AccordionItem.js +1 -0
- package/lib/commonjs/deprecated-components/AnimatedCircularProgress.js +1 -0
- package/lib/commonjs/deprecated-components/AvatarEdit.js +1 -0
- package/lib/commonjs/deprecated-components/Banner.js +1 -0
- package/lib/commonjs/deprecated-components/Card.js +1 -0
- package/lib/commonjs/deprecated-components/CheckboxGroup.js +1 -0
- package/lib/commonjs/deprecated-components/CircleImage.js +1 -0
- package/lib/commonjs/deprecated-components/CircularProgress.js +1 -0
- package/lib/commonjs/deprecated-components/Container.js +1 -0
- package/lib/commonjs/deprecated-components/DeprecatedButton.js +1 -0
- package/lib/commonjs/deprecated-components/DeprecatedCardWrapper.js +1 -0
- package/lib/commonjs/deprecated-components/DeprecatedFAB.js +1 -0
- package/lib/commonjs/deprecated-components/FAB.js +1 -0
- package/lib/commonjs/deprecated-components/FieldSearchBarFull.js +1 -0
- package/lib/commonjs/deprecated-components/ProgressBar.js +1 -0
- package/lib/commonjs/deprecated-components/ProgressCircle.js +1 -0
- package/lib/commonjs/deprecated-components/RadioButtonFieldGroup.js +1 -0
- package/lib/commonjs/deprecated-components/RowBodyIcon.js +1 -0
- package/lib/commonjs/deprecated-components/RowHeadlineImageCaption.js +1 -0
- package/lib/commonjs/deprecated-components/RowHeadlineImageIcon.js +1 -0
- package/lib/commonjs/deprecated-components/ToggleButton.js +1 -0
- package/lib/commonjs/hooks.js +1 -0
- package/lib/commonjs/index.js +1 -0
- package/lib/commonjs/interfaces/Icon.js +1 -0
- package/lib/commonjs/styles/DarkTheme.js +1 -0
- package/lib/commonjs/styles/DefaultTheme.js +1 -0
- package/lib/commonjs/styles/fonts.js +1 -0
- package/lib/commonjs/styles/overlay.js +1 -0
- package/lib/commonjs/styles/shadow.js +1 -0
- package/lib/commonjs/theming.js +1 -0
- package/lib/commonjs/utilities.js +1 -0
- package/lib/typescript/src/Provider.js.map +1 -0
- package/lib/typescript/src/components/AccordionGroup.js.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheet.js.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.js.map +1 -0
- package/lib/typescript/src/components/ActionSheet/ActionSheetItem.js.map +1 -0
- package/lib/typescript/src/components/ActionSheet/index.js.map +1 -0
- package/lib/typescript/src/components/AspectRatio.js.map +1 -0
- package/lib/typescript/src/components/BottomSheet/BottomSheet.js.map +1 -0
- package/lib/typescript/src/components/BottomSheet/BottomSheetComponent.js.map +1 -0
- package/lib/typescript/src/components/BottomSheet/index.js.map +1 -0
- package/lib/typescript/src/components/Button.js.map +1 -0
- package/lib/typescript/src/components/Checkbox/Checkbox.js.map +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.js.map +1 -0
- package/lib/typescript/src/components/Checkbox/CheckboxRow.js.map +1 -0
- package/lib/typescript/src/components/Checkbox/context.js.map +1 -0
- package/lib/typescript/src/components/Checkbox/index.js.map +1 -0
- package/lib/typescript/src/components/Config.js.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePicker.js.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.js.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.js.map +1 -0
- package/lib/typescript/src/components/DatePicker/DatePickerComponentType.js.map +1 -0
- package/lib/{src → typescript/src}/components/DeckSwiper/DeckSwiper.d.ts +3 -1
- package/lib/{src → typescript/src}/components/DeckSwiper/DeckSwiper.js +6 -2
- package/lib/typescript/src/components/DeckSwiper/DeckSwiper.js.map +1 -0
- package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -0
- package/lib/typescript/src/components/DeckSwiper/index.js.map +1 -0
- package/lib/typescript/src/components/Divider.js.map +1 -0
- package/lib/typescript/src/components/Elevation.js.map +1 -0
- package/lib/typescript/src/components/FormRow.js.map +1 -0
- package/lib/typescript/src/components/IconButton.js.map +1 -0
- package/lib/typescript/src/components/Image.js.map +1 -0
- package/lib/typescript/src/components/Layout.js.map +1 -0
- package/lib/typescript/src/components/Markdown.js.map +1 -0
- package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.js.map +1 -0
- package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -0
- package/lib/typescript/src/components/MediaPlayer/AudioPlayer/HeadlessAudioPlayer.js.map +1 -0
- package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.js.map +1 -0
- package/lib/{src → typescript/src}/components/MediaPlayer/MediaPlaybackWrapper.js +11 -1
- package/lib/typescript/src/components/MediaPlayer/MediaPlaybackWrapper.js.map +1 -0
- package/lib/{src → typescript/src}/components/MediaPlayer/MediaPlayerCommon.d.ts +2 -0
- package/lib/typescript/src/components/MediaPlayer/MediaPlayerCommon.js.map +1 -0
- package/lib/{src → typescript/src}/components/MediaPlayer/VideoPlayer/VideoPlayer.js +3 -1
- package/lib/typescript/src/components/MediaPlayer/VideoPlayer/VideoPlayer.js.map +1 -0
- package/lib/typescript/src/components/MediaPlayer/VideoPlayer/index.js.map +1 -0
- package/lib/typescript/src/components/NumberInput.js.map +1 -0
- package/lib/typescript/src/components/Picker/Picker.js.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.android.js.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.ios.js.map +1 -0
- package/lib/typescript/src/components/Picker/PickerComponent.web.js.map +1 -0
- package/lib/typescript/src/components/Picker/PickerTypes.js.map +1 -0
- package/lib/typescript/src/components/Portal/Portal.js.map +1 -0
- package/lib/typescript/src/components/Portal/PortalConsumer.js.map +1 -0
- package/lib/typescript/src/components/Portal/PortalHost.js.map +1 -0
- package/lib/typescript/src/components/Portal/PortalManager.js.map +1 -0
- package/lib/typescript/src/components/Pressable.js.map +1 -0
- package/lib/{src → typescript/src}/components/Progress/CircularProgress/CircularProgress.js +3 -3
- package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -0
- package/lib/typescript/src/components/Progress/CircularProgress/index.js.map +1 -0
- package/lib/{src → typescript/src}/components/Progress/IndeterminateProgress.js +1 -1
- package/lib/typescript/src/components/Progress/IndeterminateProgress.js.map +1 -0
- package/lib/{src → typescript/src}/components/Progress/LinearProgress/LinearProgress.d.ts +2 -1
- package/lib/{src → typescript/src}/components/Progress/LinearProgress/LinearProgress.js +1 -5
- package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -0
- package/lib/typescript/src/components/Progress/LinearProgress/index.js.map +1 -0
- package/lib/typescript/src/components/Progress/ProgressCommon.js.map +1 -0
- package/lib/typescript/src/components/ProgressIndicator.js.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButton.js.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonGroup.js.map +1 -0
- package/lib/typescript/src/components/RadioButton/RadioButtonRow.js.map +1 -0
- package/lib/typescript/src/components/RadioButton/context.js.map +1 -0
- package/lib/typescript/src/components/RadioButton/index.js.map +1 -0
- package/lib/typescript/src/components/Row.js.map +1 -0
- package/lib/typescript/src/components/SVG.js.map +1 -0
- package/lib/typescript/src/components/ScreenContainer.js.map +1 -0
- package/lib/typescript/src/components/SectionList/SectionHeader.js.map +1 -0
- package/lib/{src → typescript/src}/components/SectionList/SectionList.d.ts +2 -1
- package/lib/{src → typescript/src}/components/SectionList/SectionList.js +10 -4
- package/lib/typescript/src/components/SectionList/SectionList.js.map +1 -0
- package/lib/typescript/src/components/SectionList/index.js.map +1 -0
- package/lib/typescript/src/components/Shadow.js.map +1 -0
- package/lib/typescript/src/components/Slider.js.map +1 -0
- package/lib/typescript/src/components/StarRating.js.map +1 -0
- package/lib/typescript/src/components/StepIndicator.js.map +1 -0
- package/lib/typescript/src/components/Stepper.js.map +1 -0
- package/lib/typescript/src/components/Surface.js.map +1 -0
- package/lib/{src → typescript/src}/components/SwipeableItem/SwipeableItem.js +5 -4
- package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js.map +1 -0
- package/lib/typescript/src/components/SwipeableItem/SwipeableItemButton.js.map +1 -0
- package/lib/typescript/src/components/SwipeableItem/SwipeableItemCommon.js.map +1 -0
- package/lib/typescript/src/components/SwipeableItem/SwipeableList.js.map +1 -0
- package/lib/typescript/src/components/SwipeableItem/index.js.map +1 -0
- package/lib/typescript/src/components/Swiper/Swiper.js.map +1 -0
- package/lib/typescript/src/components/Swiper/SwiperItem.js.map +1 -0
- package/lib/typescript/src/components/Swiper/index.js.map +1 -0
- package/lib/typescript/src/components/Switch.js.map +1 -0
- package/lib/{src → typescript/src}/components/TabView/TabView.d.ts +1 -0
- package/lib/{src → typescript/src}/components/TabView/TabView.js +5 -4
- package/lib/typescript/src/components/TabView/TabView.js.map +1 -0
- package/lib/typescript/src/components/TabView/TabViewItem.js.map +1 -0
- package/lib/typescript/src/components/TabView/index.js.map +1 -0
- package/lib/typescript/src/components/Table/Table.js.map +1 -0
- package/lib/typescript/src/components/Table/TableCell.js.map +1 -0
- package/lib/typescript/src/components/Table/TableCommon.js.map +1 -0
- package/lib/typescript/src/components/Table/TableRow.js.map +1 -0
- package/lib/typescript/src/components/Table/index.js.map +1 -0
- package/lib/typescript/src/components/Text.js.map +1 -0
- package/lib/typescript/src/components/TextField.js.map +1 -0
- package/lib/typescript/src/components/TextInput.js.map +1 -0
- package/lib/typescript/src/components/Touchable.js.map +1 -0
- package/lib/typescript/src/components/Touchable.web.js.map +1 -0
- package/lib/typescript/src/components/Typography.js.map +1 -0
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayer.js.map +1 -0
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayer.native.js.map +1 -0
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayerProps.js.map +1 -0
- package/lib/typescript/src/components/YoutubePlayer/index.js.map +1 -0
- package/lib/typescript/src/components/useAuthState.js.map +1 -0
- package/lib/typescript/src/constants.js.map +1 -0
- package/lib/typescript/src/deprecated-components/AccordionItem.js.map +1 -0
- package/lib/typescript/src/deprecated-components/AnimatedCircularProgress.js.map +1 -0
- package/lib/typescript/src/deprecated-components/AvatarEdit.js.map +1 -0
- package/lib/typescript/src/deprecated-components/Banner.js.map +1 -0
- package/lib/typescript/src/deprecated-components/Card.js.map +1 -0
- package/lib/typescript/src/deprecated-components/CheckboxGroup.js.map +1 -0
- package/lib/typescript/src/deprecated-components/CircleImage.js.map +1 -0
- package/lib/typescript/src/deprecated-components/CircularProgress.js.map +1 -0
- package/lib/typescript/src/deprecated-components/Container.js.map +1 -0
- package/lib/typescript/src/deprecated-components/DeprecatedButton.js.map +1 -0
- package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.js.map +1 -0
- package/lib/typescript/src/deprecated-components/DeprecatedFAB.js.map +1 -0
- package/lib/typescript/src/deprecated-components/FAB.js.map +1 -0
- package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js.map +1 -0
- package/lib/typescript/src/deprecated-components/ProgressBar.js.map +1 -0
- package/lib/typescript/src/deprecated-components/ProgressCircle.js.map +1 -0
- package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.js.map +1 -0
- package/lib/typescript/src/deprecated-components/RowBodyIcon.js.map +1 -0
- package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.js.map +1 -0
- package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.js.map +1 -0
- package/lib/typescript/src/deprecated-components/ToggleButton.js.map +1 -0
- package/lib/typescript/src/hooks.js.map +1 -0
- package/lib/typescript/src/index.js.map +1 -0
- package/lib/typescript/src/interfaces/Icon.js.map +1 -0
- package/lib/typescript/src/styles/DarkTheme.js.map +1 -0
- package/lib/typescript/src/styles/DefaultTheme.js.map +1 -0
- package/lib/typescript/src/styles/fonts.js.map +1 -0
- package/lib/typescript/src/styles/overlay.js.map +1 -0
- package/lib/typescript/src/styles/shadow.js.map +1 -0
- package/lib/typescript/src/theming.js.map +1 -0
- package/lib/{src → typescript/src}/utilities.d.ts +2 -0
- package/lib/{src → typescript/src}/utilities.js +13 -0
- package/lib/typescript/src/utilities.js.map +1 -0
- package/lib/typescript/tsconfig.tsbuildinfo +1 -0
- package/package.json +9 -7
- package/src/components/DeckSwiper/DeckSwiper.js +6 -2
- package/src/components/DeckSwiper/DeckSwiper.js.map +1 -1
- package/src/components/DeckSwiper/DeckSwiper.tsx +8 -0
- package/src/components/MediaPlayer/MediaPlaybackWrapper.js +11 -1
- package/src/components/MediaPlayer/MediaPlaybackWrapper.js.map +1 -1
- package/src/components/MediaPlayer/MediaPlaybackWrapper.tsx +13 -1
- package/src/components/MediaPlayer/MediaPlayerCommon.js.map +1 -1
- package/src/components/MediaPlayer/MediaPlayerCommon.ts +2 -0
- package/src/components/MediaPlayer/VideoPlayer/VideoPlayer.js +3 -1
- package/src/components/MediaPlayer/VideoPlayer/VideoPlayer.js.map +1 -1
- package/src/components/MediaPlayer/VideoPlayer/VideoPlayer.tsx +2 -0
- package/src/components/Progress/CircularProgress/CircularProgress.js +3 -3
- package/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
- package/src/components/Progress/CircularProgress/CircularProgress.tsx +3 -1
- package/src/components/Progress/IndeterminateProgress.js +1 -1
- package/src/components/Progress/IndeterminateProgress.js.map +1 -1
- package/src/components/Progress/IndeterminateProgress.tsx +2 -0
- package/src/components/Progress/LinearProgress/LinearProgress.js +1 -5
- package/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
- package/src/components/Progress/LinearProgress/LinearProgress.tsx +3 -9
- package/src/components/SectionList/SectionList.js +10 -4
- package/src/components/SectionList/SectionList.js.map +1 -1
- package/src/components/SectionList/SectionList.tsx +18 -2
- package/src/components/SwipeableItem/SwipeableItem.js +5 -4
- package/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
- package/src/components/SwipeableItem/SwipeableItem.tsx +13 -3
- package/src/components/TabView/TabView.js +5 -4
- package/src/components/TabView/TabView.js.map +1 -1
- package/src/components/TabView/TabView.tsx +14 -4
- package/src/utilities.js +13 -0
- package/src/utilities.js.map +1 -1
- package/src/utilities.ts +19 -0
- package/lib/src/Provider.js.map +0 -1
- package/lib/src/components/AccordionGroup.js.map +0 -1
- package/lib/src/components/ActionSheet/ActionSheet.js.map +0 -1
- package/lib/src/components/ActionSheet/ActionSheetCancel.js.map +0 -1
- package/lib/src/components/ActionSheet/ActionSheetItem.js.map +0 -1
- package/lib/src/components/ActionSheet/index.js.map +0 -1
- package/lib/src/components/AspectRatio.js.map +0 -1
- package/lib/src/components/BottomSheet/BottomSheet.js.map +0 -1
- package/lib/src/components/BottomSheet/BottomSheetComponent.js.map +0 -1
- package/lib/src/components/BottomSheet/index.js.map +0 -1
- package/lib/src/components/Button.js.map +0 -1
- package/lib/src/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/src/components/Checkbox/CheckboxGroupRow.js.map +0 -1
- package/lib/src/components/Checkbox/CheckboxRow.js.map +0 -1
- package/lib/src/components/Checkbox/context.js.map +0 -1
- package/lib/src/components/Checkbox/index.js.map +0 -1
- package/lib/src/components/Config.js.map +0 -1
- package/lib/src/components/DatePicker/DatePicker.js.map +0 -1
- package/lib/src/components/DatePicker/DatePickerComponent.js.map +0 -1
- package/lib/src/components/DatePicker/DatePickerComponent.web.js.map +0 -1
- package/lib/src/components/DatePicker/DatePickerComponentType.js.map +0 -1
- package/lib/src/components/DeckSwiper/DeckSwiper.js.map +0 -1
- package/lib/src/components/DeckSwiper/DeckSwiperCard.js.map +0 -1
- package/lib/src/components/DeckSwiper/index.js.map +0 -1
- package/lib/src/components/Divider.js.map +0 -1
- package/lib/src/components/Elevation.js.map +0 -1
- package/lib/src/components/FormRow.js.map +0 -1
- package/lib/src/components/IconButton.js.map +0 -1
- package/lib/src/components/Image.js.map +0 -1
- package/lib/src/components/Layout.js.map +0 -1
- package/lib/src/components/Markdown.js.map +0 -1
- package/lib/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.js.map +0 -1
- package/lib/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +0 -1
- package/lib/src/components/MediaPlayer/AudioPlayer/HeadlessAudioPlayer.js.map +0 -1
- package/lib/src/components/MediaPlayer/AudioPlayer/index.js.map +0 -1
- package/lib/src/components/MediaPlayer/MediaPlaybackWrapper.js.map +0 -1
- package/lib/src/components/MediaPlayer/MediaPlayerCommon.js.map +0 -1
- package/lib/src/components/MediaPlayer/VideoPlayer/VideoPlayer.js.map +0 -1
- package/lib/src/components/MediaPlayer/VideoPlayer/index.js.map +0 -1
- package/lib/src/components/NumberInput.js.map +0 -1
- package/lib/src/components/Picker/Picker.js.map +0 -1
- package/lib/src/components/Picker/PickerComponent.android.js.map +0 -1
- package/lib/src/components/Picker/PickerComponent.ios.js.map +0 -1
- package/lib/src/components/Picker/PickerComponent.web.js.map +0 -1
- package/lib/src/components/Picker/PickerTypes.js.map +0 -1
- package/lib/src/components/Portal/Portal.js.map +0 -1
- package/lib/src/components/Portal/PortalConsumer.js.map +0 -1
- package/lib/src/components/Portal/PortalHost.js.map +0 -1
- package/lib/src/components/Portal/PortalManager.js.map +0 -1
- package/lib/src/components/Pressable.js.map +0 -1
- package/lib/src/components/Progress/CircularProgress/CircularProgress.js.map +0 -1
- package/lib/src/components/Progress/CircularProgress/index.js.map +0 -1
- package/lib/src/components/Progress/IndeterminateProgress.js.map +0 -1
- package/lib/src/components/Progress/LinearProgress/LinearProgress.js.map +0 -1
- package/lib/src/components/Progress/LinearProgress/index.js.map +0 -1
- package/lib/src/components/Progress/ProgressCommon.js.map +0 -1
- package/lib/src/components/ProgressIndicator.js.map +0 -1
- package/lib/src/components/RadioButton/RadioButton.js.map +0 -1
- package/lib/src/components/RadioButton/RadioButtonGroup.js.map +0 -1
- package/lib/src/components/RadioButton/RadioButtonRow.js.map +0 -1
- package/lib/src/components/RadioButton/context.js.map +0 -1
- package/lib/src/components/RadioButton/index.js.map +0 -1
- package/lib/src/components/Row.js.map +0 -1
- package/lib/src/components/SVG.js.map +0 -1
- package/lib/src/components/ScreenContainer.js.map +0 -1
- package/lib/src/components/SectionList/SectionHeader.js.map +0 -1
- package/lib/src/components/SectionList/SectionList.js.map +0 -1
- package/lib/src/components/SectionList/index.js.map +0 -1
- package/lib/src/components/Shadow.js.map +0 -1
- package/lib/src/components/Slider.js.map +0 -1
- package/lib/src/components/StarRating.js.map +0 -1
- package/lib/src/components/StepIndicator.js.map +0 -1
- package/lib/src/components/Stepper.js.map +0 -1
- package/lib/src/components/Surface.js.map +0 -1
- package/lib/src/components/SwipeableItem/SwipeableItem.js.map +0 -1
- package/lib/src/components/SwipeableItem/SwipeableItemButton.js.map +0 -1
- package/lib/src/components/SwipeableItem/SwipeableItemCommon.js.map +0 -1
- package/lib/src/components/SwipeableItem/SwipeableList.js.map +0 -1
- package/lib/src/components/SwipeableItem/index.js.map +0 -1
- package/lib/src/components/Swiper/Swiper.js.map +0 -1
- package/lib/src/components/Swiper/SwiperItem.js.map +0 -1
- package/lib/src/components/Swiper/index.js.map +0 -1
- package/lib/src/components/Switch.js.map +0 -1
- package/lib/src/components/TabView/TabView.js.map +0 -1
- package/lib/src/components/TabView/TabViewItem.js.map +0 -1
- package/lib/src/components/TabView/index.js.map +0 -1
- package/lib/src/components/Table/Table.js.map +0 -1
- package/lib/src/components/Table/TableCell.js.map +0 -1
- package/lib/src/components/Table/TableCommon.js.map +0 -1
- package/lib/src/components/Table/TableRow.js.map +0 -1
- package/lib/src/components/Table/index.js.map +0 -1
- package/lib/src/components/Text.js.map +0 -1
- package/lib/src/components/TextField.js.map +0 -1
- package/lib/src/components/TextInput.js.map +0 -1
- package/lib/src/components/Touchable.js.map +0 -1
- package/lib/src/components/Touchable.web.js.map +0 -1
- package/lib/src/components/Typography.js.map +0 -1
- package/lib/src/components/YoutubePlayer/YoutubePlayer.js.map +0 -1
- package/lib/src/components/YoutubePlayer/YoutubePlayer.native.js.map +0 -1
- package/lib/src/components/YoutubePlayer/YoutubePlayerProps.js.map +0 -1
- package/lib/src/components/YoutubePlayer/index.js.map +0 -1
- package/lib/src/components/useAuthState.js.map +0 -1
- package/lib/src/constants.js.map +0 -1
- package/lib/src/deprecated-components/AccordionItem.js.map +0 -1
- package/lib/src/deprecated-components/AnimatedCircularProgress.js.map +0 -1
- package/lib/src/deprecated-components/AvatarEdit.js.map +0 -1
- package/lib/src/deprecated-components/Banner.js.map +0 -1
- package/lib/src/deprecated-components/Card.js.map +0 -1
- package/lib/src/deprecated-components/CheckboxGroup.js.map +0 -1
- package/lib/src/deprecated-components/CircleImage.js.map +0 -1
- package/lib/src/deprecated-components/CircularProgress.js.map +0 -1
- package/lib/src/deprecated-components/Container.js.map +0 -1
- package/lib/src/deprecated-components/DeprecatedButton.js.map +0 -1
- package/lib/src/deprecated-components/DeprecatedCardWrapper.js.map +0 -1
- package/lib/src/deprecated-components/DeprecatedFAB.js.map +0 -1
- package/lib/src/deprecated-components/FAB.js.map +0 -1
- package/lib/src/deprecated-components/FieldSearchBarFull.js.map +0 -1
- package/lib/src/deprecated-components/ProgressBar.js.map +0 -1
- package/lib/src/deprecated-components/ProgressCircle.js.map +0 -1
- package/lib/src/deprecated-components/RadioButtonFieldGroup.js.map +0 -1
- package/lib/src/deprecated-components/RowBodyIcon.js.map +0 -1
- package/lib/src/deprecated-components/RowHeadlineImageCaption.js.map +0 -1
- package/lib/src/deprecated-components/RowHeadlineImageIcon.js.map +0 -1
- package/lib/src/deprecated-components/ToggleButton.js.map +0 -1
- package/lib/src/hooks.js.map +0 -1
- package/lib/src/index.js.map +0 -1
- package/lib/src/interfaces/Icon.js.map +0 -1
- package/lib/src/styles/DarkTheme.js.map +0 -1
- package/lib/src/styles/DefaultTheme.js.map +0 -1
- package/lib/src/styles/fonts.js.map +0 -1
- package/lib/src/styles/overlay.js.map +0 -1
- package/lib/src/styles/shadow.js.map +0 -1
- package/lib/src/theming.js.map +0 -1
- package/lib/src/utilities.js.map +0 -1
- package/lib/tsconfig.tsbuildinfo +0 -1
- /package/lib/{src → typescript/src}/Provider.d.ts +0 -0
- /package/lib/{src → typescript/src}/Provider.js +0 -0
- /package/lib/{src → typescript/src}/components/AccordionGroup.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/AccordionGroup.js +0 -0
- /package/lib/{src → typescript/src}/components/ActionSheet/ActionSheet.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/ActionSheet/ActionSheet.js +0 -0
- /package/lib/{src → typescript/src}/components/ActionSheet/ActionSheetCancel.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/ActionSheet/ActionSheetCancel.js +0 -0
- /package/lib/{src → typescript/src}/components/ActionSheet/ActionSheetItem.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/ActionSheet/ActionSheetItem.js +0 -0
- /package/lib/{src → typescript/src}/components/ActionSheet/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/ActionSheet/index.js +0 -0
- /package/lib/{src → typescript/src}/components/AspectRatio.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/AspectRatio.js +0 -0
- /package/lib/{src → typescript/src}/components/BottomSheet/BottomSheet.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/BottomSheet/BottomSheet.js +0 -0
- /package/lib/{src → typescript/src}/components/BottomSheet/BottomSheetComponent.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/BottomSheet/BottomSheetComponent.js +0 -0
- /package/lib/{src → typescript/src}/components/BottomSheet/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/BottomSheet/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Button.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Button.js +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/Checkbox.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/Checkbox.js +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/CheckboxGroupRow.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/CheckboxGroupRow.js +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/CheckboxRow.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/CheckboxRow.js +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/context.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/context.js +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Checkbox/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Config.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Config.js +0 -0
- /package/lib/{src → typescript/src}/components/DatePicker/DatePicker.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/DatePicker/DatePicker.js +0 -0
- /package/lib/{src → typescript/src}/components/DatePicker/DatePickerComponent.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/DatePicker/DatePickerComponent.js +0 -0
- /package/lib/{src → typescript/src}/components/DatePicker/DatePickerComponent.web.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/DatePicker/DatePickerComponent.web.js +0 -0
- /package/lib/{src → typescript/src}/components/DatePicker/DatePickerComponentType.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/DatePicker/DatePickerComponentType.js +0 -0
- /package/lib/{src → typescript/src}/components/DeckSwiper/DeckSwiperCard.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/DeckSwiper/DeckSwiperCard.js +0 -0
- /package/lib/{src → typescript/src}/components/DeckSwiper/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/DeckSwiper/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Divider.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Divider.js +0 -0
- /package/lib/{src → typescript/src}/components/Elevation.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Elevation.js +0 -0
- /package/lib/{src → typescript/src}/components/FormRow.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/FormRow.js +0 -0
- /package/lib/{src → typescript/src}/components/IconButton.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/IconButton.js +0 -0
- /package/lib/{src → typescript/src}/components/Image.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Image.js +0 -0
- /package/lib/{src → typescript/src}/components/Layout.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Layout.js +0 -0
- /package/lib/{src → typescript/src}/components/Markdown.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Markdown.js +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.js +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/AudioPlayer/HeadlessAudioPlayer.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/AudioPlayer/HeadlessAudioPlayer.js +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/AudioPlayer/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/AudioPlayer/index.js +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/MediaPlaybackWrapper.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/MediaPlayerCommon.js +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/VideoPlayer/VideoPlayer.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/VideoPlayer/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/MediaPlayer/VideoPlayer/index.js +0 -0
- /package/lib/{src → typescript/src}/components/NumberInput.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/NumberInput.js +0 -0
- /package/lib/{src → typescript/src}/components/Picker/Picker.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Picker/Picker.js +0 -0
- /package/lib/{src → typescript/src}/components/Picker/PickerComponent.android.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Picker/PickerComponent.android.js +0 -0
- /package/lib/{src → typescript/src}/components/Picker/PickerComponent.ios.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Picker/PickerComponent.ios.js +0 -0
- /package/lib/{src → typescript/src}/components/Picker/PickerComponent.web.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Picker/PickerComponent.web.js +0 -0
- /package/lib/{src → typescript/src}/components/Picker/PickerTypes.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Picker/PickerTypes.js +0 -0
- /package/lib/{src → typescript/src}/components/Portal/Portal.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Portal/Portal.js +0 -0
- /package/lib/{src → typescript/src}/components/Portal/PortalConsumer.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Portal/PortalConsumer.js +0 -0
- /package/lib/{src → typescript/src}/components/Portal/PortalHost.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Portal/PortalHost.js +0 -0
- /package/lib/{src → typescript/src}/components/Portal/PortalManager.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Portal/PortalManager.js +0 -0
- /package/lib/{src → typescript/src}/components/Pressable.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Pressable.js +0 -0
- /package/lib/{src → typescript/src}/components/Progress/CircularProgress/CircularProgress.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Progress/CircularProgress/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Progress/CircularProgress/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Progress/IndeterminateProgress.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Progress/LinearProgress/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Progress/LinearProgress/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Progress/ProgressCommon.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Progress/ProgressCommon.js +0 -0
- /package/lib/{src → typescript/src}/components/ProgressIndicator.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/ProgressIndicator.js +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/RadioButton.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/RadioButton.js +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/RadioButtonGroup.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/RadioButtonGroup.js +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/RadioButtonRow.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/RadioButtonRow.js +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/context.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/context.js +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/RadioButton/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Row.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Row.js +0 -0
- /package/lib/{src → typescript/src}/components/SVG.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/SVG.js +0 -0
- /package/lib/{src → typescript/src}/components/ScreenContainer.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/ScreenContainer.js +0 -0
- /package/lib/{src → typescript/src}/components/SectionList/SectionHeader.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/SectionList/SectionHeader.js +0 -0
- /package/lib/{src → typescript/src}/components/SectionList/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/SectionList/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Shadow.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Shadow.js +0 -0
- /package/lib/{src → typescript/src}/components/Slider.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Slider.js +0 -0
- /package/lib/{src → typescript/src}/components/StarRating.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/StarRating.js +0 -0
- /package/lib/{src → typescript/src}/components/StepIndicator.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/StepIndicator.js +0 -0
- /package/lib/{src → typescript/src}/components/Stepper.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Stepper.js +0 -0
- /package/lib/{src → typescript/src}/components/Surface.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Surface.js +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/SwipeableItem.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/SwipeableItemButton.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/SwipeableItemButton.js +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/SwipeableItemCommon.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/SwipeableItemCommon.js +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/SwipeableList.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/SwipeableList.js +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/SwipeableItem/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Swiper/Swiper.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Swiper/Swiper.js +0 -0
- /package/lib/{src → typescript/src}/components/Swiper/SwiperItem.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Swiper/SwiperItem.js +0 -0
- /package/lib/{src → typescript/src}/components/Swiper/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Swiper/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Switch.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Switch.js +0 -0
- /package/lib/{src → typescript/src}/components/TabView/TabViewItem.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/TabView/TabViewItem.js +0 -0
- /package/lib/{src → typescript/src}/components/TabView/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/TabView/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Table/Table.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Table/Table.js +0 -0
- /package/lib/{src → typescript/src}/components/Table/TableCell.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Table/TableCell.js +0 -0
- /package/lib/{src → typescript/src}/components/Table/TableCommon.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Table/TableCommon.js +0 -0
- /package/lib/{src → typescript/src}/components/Table/TableRow.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Table/TableRow.js +0 -0
- /package/lib/{src → typescript/src}/components/Table/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Table/index.js +0 -0
- /package/lib/{src → typescript/src}/components/Text.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Text.js +0 -0
- /package/lib/{src → typescript/src}/components/TextField.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/TextField.js +0 -0
- /package/lib/{src → typescript/src}/components/TextInput.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/TextInput.js +0 -0
- /package/lib/{src → typescript/src}/components/Touchable.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Touchable.js +0 -0
- /package/lib/{src → typescript/src}/components/Touchable.web.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Touchable.web.js +0 -0
- /package/lib/{src → typescript/src}/components/Typography.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/Typography.js +0 -0
- /package/lib/{src → typescript/src}/components/YoutubePlayer/YoutubePlayer.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/YoutubePlayer/YoutubePlayer.js +0 -0
- /package/lib/{src → typescript/src}/components/YoutubePlayer/YoutubePlayer.native.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/YoutubePlayer/YoutubePlayer.native.js +0 -0
- /package/lib/{src → typescript/src}/components/YoutubePlayer/YoutubePlayerProps.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/YoutubePlayer/YoutubePlayerProps.js +0 -0
- /package/lib/{src → typescript/src}/components/YoutubePlayer/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/YoutubePlayer/index.js +0 -0
- /package/lib/{src → typescript/src}/components/useAuthState.d.ts +0 -0
- /package/lib/{src → typescript/src}/components/useAuthState.js +0 -0
- /package/lib/{src → typescript/src}/constants.d.ts +0 -0
- /package/lib/{src → typescript/src}/constants.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/AccordionItem.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/AccordionItem.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/AnimatedCircularProgress.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/AnimatedCircularProgress.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/AvatarEdit.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/AvatarEdit.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/Banner.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/Banner.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/Card.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/Card.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/CheckboxGroup.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/CheckboxGroup.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/CircleImage.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/CircleImage.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/CircularProgress.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/CircularProgress.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/Container.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/Container.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/DeprecatedButton.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/DeprecatedButton.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/DeprecatedCardWrapper.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/DeprecatedCardWrapper.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/DeprecatedFAB.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/DeprecatedFAB.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/FAB.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/FAB.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/FieldSearchBarFull.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/FieldSearchBarFull.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/ProgressBar.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/ProgressBar.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/ProgressCircle.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/ProgressCircle.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/RadioButtonFieldGroup.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/RadioButtonFieldGroup.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/RowBodyIcon.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/RowBodyIcon.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/RowHeadlineImageCaption.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/RowHeadlineImageCaption.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/RowHeadlineImageIcon.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/RowHeadlineImageIcon.js +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/ToggleButton.d.ts +0 -0
- /package/lib/{src → typescript/src}/deprecated-components/ToggleButton.js +0 -0
- /package/lib/{src → typescript/src}/hooks.d.ts +0 -0
- /package/lib/{src → typescript/src}/hooks.js +0 -0
- /package/lib/{src → typescript/src}/index.d.ts +0 -0
- /package/lib/{src → typescript/src}/index.js +0 -0
- /package/lib/{src → typescript/src}/interfaces/Icon.d.ts +0 -0
- /package/lib/{src → typescript/src}/interfaces/Icon.js +0 -0
- /package/lib/{src → typescript/src}/styles/DarkTheme.d.ts +0 -0
- /package/lib/{src → typescript/src}/styles/DarkTheme.js +0 -0
- /package/lib/{src → typescript/src}/styles/DefaultTheme.d.ts +0 -0
- /package/lib/{src → typescript/src}/styles/DefaultTheme.js +0 -0
- /package/lib/{src → typescript/src}/styles/fonts.d.ts +0 -0
- /package/lib/{src → typescript/src}/styles/fonts.js +0 -0
- /package/lib/{src → typescript/src}/styles/overlay.d.ts +0 -0
- /package/lib/{src → typescript/src}/styles/overlay.js +0 -0
- /package/lib/{src → typescript/src}/styles/shadow.d.ts +0 -0
- /package/lib/{src → typescript/src}/styles/shadow.js +0 -0
- /package/lib/{src → typescript/src}/theming.d.ts +0 -0
- /package/lib/{src → typescript/src}/theming.js +0 -0
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/core",
|
|
3
|
-
"version": "47.5.3
|
|
3
|
+
"version": "47.5.3",
|
|
4
4
|
"description": "Core (non-native) Components",
|
|
5
|
-
"main": "lib/
|
|
6
|
-
"types": "lib/src/index.d.ts",
|
|
7
|
-
"react-native": "src/index.tsx",
|
|
5
|
+
"main": "lib/commonjs/index.js",
|
|
6
|
+
"types": "lib/typescript/src/index.d.ts",
|
|
8
7
|
"files": [
|
|
9
8
|
"src",
|
|
10
9
|
"lib",
|
|
@@ -15,7 +14,8 @@
|
|
|
15
14
|
"scripts": {
|
|
16
15
|
"clean": "rimraf lib",
|
|
17
16
|
"clean:modules": "rimraf node_modules",
|
|
18
|
-
"build": "
|
|
17
|
+
"build:commonjs": "../../node_modules/.bin/babel src --out-dir lib/commonjs --extensions .tsx,.ts,.js,.jsx",
|
|
18
|
+
"build": "yarn clean && yarn build:commonjs && yarn tsc",
|
|
19
19
|
"test": "jest",
|
|
20
20
|
"test:coverage": "jest --coverage"
|
|
21
21
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@date-io/date-fns": "^1.3.13",
|
|
43
43
|
"@draftbit/react-theme-provider": "^2.1.1",
|
|
44
|
-
"@draftbit/types": "
|
|
44
|
+
"@draftbit/types": "47.5.3",
|
|
45
45
|
"@expo/vector-icons": "^13.0.0",
|
|
46
46
|
"@material-ui/core": "^4.11.0",
|
|
47
47
|
"@material-ui/pickers": "^3.2.10",
|
|
@@ -71,6 +71,8 @@
|
|
|
71
71
|
"react-youtube": "^10.1.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
75
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
74
76
|
"@types/color": "^3.0.1",
|
|
75
77
|
"@types/dateformat": "^3.0.1",
|
|
76
78
|
"@types/lodash.isnumber": "^3.0.6",
|
|
@@ -97,5 +99,5 @@
|
|
|
97
99
|
],
|
|
98
100
|
"testEnvironment": "node"
|
|
99
101
|
},
|
|
100
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "6a87df49a310ebf7a8f71525cb21a3bcf934aa66"
|
|
101
103
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { StyleSheet, View } from "react-native";
|
|
3
3
|
import DeckSwiperComponent from "react-native-deck-swiper";
|
|
4
|
-
const DeckSwiper = ({ onSwipe, onSwipedLeft, onSwipedRight, onSwipedUp, onSwipedDown, onIndexChanged, onEndReached, startCardIndex = 0, infiniteSwiping = false, verticalEnabled = true, horizontalEnabled = true, visibleCardCount = 1, data, keyExtractor, renderItem, style, children, }) => {
|
|
4
|
+
const DeckSwiper = ({ onStartSwipe, onEndSwipe, onSwipe, onSwipedLeft, onSwipedRight, onSwipedUp, onSwipedDown, onIndexChanged, onEndReached, startCardIndex = 0, infiniteSwiping = false, verticalEnabled = true, horizontalEnabled = true, visibleCardCount = 1, data, keyExtractor, renderItem, style, children, }) => {
|
|
5
5
|
//Both 'renderItem' and 'data' are optional to allow direct children. But if one is included, both need to be included
|
|
6
6
|
if ((data && !renderItem) || (renderItem && !data)) {
|
|
7
7
|
throw new Error("'renderItem' and 'data' need to both be provided to lazily render. Either remove them entirley or include both");
|
|
@@ -67,7 +67,11 @@ const DeckSwiper = ({ onSwipe, onSwipedLeft, onSwipedRight, onSwipedUp, onSwiped
|
|
|
67
67
|
}, onSwipedBottom: (index) => {
|
|
68
68
|
onSwipedDown === null || onSwipedDown === void 0 ? void 0 : onSwipedDown(index);
|
|
69
69
|
onSwipe === null || onSwipe === void 0 ? void 0 : onSwipe(index);
|
|
70
|
-
}
|
|
70
|
+
},
|
|
71
|
+
//@ts-ignore Not typed, but is implemented and works
|
|
72
|
+
dragStart: onStartSwipe,
|
|
73
|
+
//@ts-ignore
|
|
74
|
+
dragEnd: onEndSwipe })));
|
|
71
75
|
};
|
|
72
76
|
const styles = StyleSheet.create({
|
|
73
77
|
cardsContainer: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeckSwiper.js","sourceRoot":"","sources":["DeckSwiper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAwB,UAAU,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,mBAAmB,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"DeckSwiper.js","sourceRoot":"","sources":["DeckSwiper.tsx"],"names":[],"mappings":"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"}
|
|
@@ -3,6 +3,8 @@ import { StyleProp, ViewStyle, StyleSheet, View } from "react-native";
|
|
|
3
3
|
import DeckSwiperComponent from "react-native-deck-swiper";
|
|
4
4
|
|
|
5
5
|
export interface DeckSwiperProps<T> {
|
|
6
|
+
onStartSwipe?: () => void;
|
|
7
|
+
onEndSwipe?: () => void;
|
|
6
8
|
onSwipe?: (index: number) => void;
|
|
7
9
|
onSwipedLeft?: (index: number) => void;
|
|
8
10
|
onSwipedRight?: (index: number) => void;
|
|
@@ -22,6 +24,8 @@ export interface DeckSwiperProps<T> {
|
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
const DeckSwiper = <T extends object>({
|
|
27
|
+
onStartSwipe,
|
|
28
|
+
onEndSwipe,
|
|
25
29
|
onSwipe,
|
|
26
30
|
onSwipedLeft,
|
|
27
31
|
onSwipedRight,
|
|
@@ -150,6 +154,10 @@ const DeckSwiper = <T extends object>({
|
|
|
150
154
|
onSwipedDown?.(index);
|
|
151
155
|
onSwipe?.(index);
|
|
152
156
|
}}
|
|
157
|
+
//@ts-ignore Not typed, but is implemented and works
|
|
158
|
+
dragStart={onStartSwipe}
|
|
159
|
+
//@ts-ignore
|
|
160
|
+
dragEnd={onEndSwipe}
|
|
153
161
|
/>
|
|
154
162
|
</View>
|
|
155
163
|
);
|
|
@@ -12,6 +12,14 @@ const MediaPlaybackWrapper = React.forwardRef(({ media, isPlaying, onTogglePlayb
|
|
|
12
12
|
await (media === null || media === void 0 ? void 0 : media.playAsync());
|
|
13
13
|
}
|
|
14
14
|
}, [media, isPlaying, onTogglePlayback]);
|
|
15
|
+
const pause = React.useCallback(async () => {
|
|
16
|
+
onTogglePlayback === null || onTogglePlayback === void 0 ? void 0 : onTogglePlayback();
|
|
17
|
+
await (media === null || media === void 0 ? void 0 : media.pauseAsync());
|
|
18
|
+
}, [media, onTogglePlayback]);
|
|
19
|
+
const play = React.useCallback(async () => {
|
|
20
|
+
onTogglePlayback === null || onTogglePlayback === void 0 ? void 0 : onTogglePlayback();
|
|
21
|
+
await (media === null || media === void 0 ? void 0 : media.playAsync());
|
|
22
|
+
}, [media, onTogglePlayback]);
|
|
15
23
|
const seekToPosition = React.useCallback(async (positionMillis) => {
|
|
16
24
|
await (media === null || media === void 0 ? void 0 : media.setPositionAsync(positionMillis));
|
|
17
25
|
}, [media]);
|
|
@@ -25,7 +33,9 @@ const MediaPlaybackWrapper = React.forwardRef(({ media, isPlaying, onTogglePlayb
|
|
|
25
33
|
React.useImperativeHandle(ref, () => ({
|
|
26
34
|
seekToPosition,
|
|
27
35
|
togglePlayback,
|
|
28
|
-
|
|
36
|
+
pause,
|
|
37
|
+
play,
|
|
38
|
+
}), [seekToPosition, togglePlayback, pause, play]);
|
|
29
39
|
return React.createElement(React.Fragment, null, children);
|
|
30
40
|
});
|
|
31
41
|
export default MediaPlaybackWrapper;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MediaPlaybackWrapper.js","sourceRoot":"","sources":["MediaPlaybackWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B;;GAEG;AACH,MAAM,oBAAoB,GAAG,KAAK,CAAC,UAAU,CAG3C,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,QAAQ,EAAE,EAAE,GAAG,EAAE,EAAE;IAC1D,MAAM,cAAc,GAAG,KAAK,CAAC,WAAW,CAAC,KAAK,IAAI,EAAE;QAClD,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,EAAI,CAAC;QAErB,IAAI,SAAS,EAAE;YACb,MAAM,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,EAAE,CAAA,CAAC;SAC3B;aAAM;YACL,MAAM,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,SAAS,EAAE,CAAA,CAAC;SAC1B;IACH,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAEzC,MAAM,cAAc,GAAG,KAAK,CAAC,WAAW,CACtC,KAAK,EAAE,cAAsB,EAAE,EAAE;QAC/B,MAAM,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,gBAAgB,CAAC,cAAc,CAAC,CAAA,CAAC;IAChD,CAAC,EACD,CAAC,KAAK,CAAC,CACR,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,OAAO,KAAK;YACV,CAAC,CAAC,GAAG,EAAE;gBACH,KAAK,CAAC,WAAW,EAAE,CAAC;YACtB,CAAC;YACH,CAAC,CAAC,SAAS,CAAC;IAChB,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;IAEZ,KAAK,CAAC,mBAAmB,CACvB,GAAG,EACH,GAAG,EAAE,CAAC,CAAC;QACL,cAAc;QACd,cAAc;
|
|
1
|
+
{"version":3,"file":"MediaPlaybackWrapper.js","sourceRoot":"","sources":["MediaPlaybackWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B;;GAEG;AACH,MAAM,oBAAoB,GAAG,KAAK,CAAC,UAAU,CAG3C,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,QAAQ,EAAE,EAAE,GAAG,EAAE,EAAE;IAC1D,MAAM,cAAc,GAAG,KAAK,CAAC,WAAW,CAAC,KAAK,IAAI,EAAE;QAClD,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,EAAI,CAAC;QAErB,IAAI,SAAS,EAAE;YACb,MAAM,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,EAAE,CAAA,CAAC;SAC3B;aAAM;YACL,MAAM,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,SAAS,EAAE,CAAA,CAAC;SAC1B;IACH,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAEzC,MAAM,KAAK,GAAG,KAAK,CAAC,WAAW,CAAC,KAAK,IAAI,EAAE;QACzC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,EAAI,CAAC;QACrB,MAAM,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,EAAE,CAAA,CAAC;IAC5B,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAE9B,MAAM,IAAI,GAAG,KAAK,CAAC,WAAW,CAAC,KAAK,IAAI,EAAE;QACxC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,EAAI,CAAC;QACrB,MAAM,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,SAAS,EAAE,CAAA,CAAC;IAC3B,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAE9B,MAAM,cAAc,GAAG,KAAK,CAAC,WAAW,CACtC,KAAK,EAAE,cAAsB,EAAE,EAAE;QAC/B,MAAM,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,gBAAgB,CAAC,cAAc,CAAC,CAAA,CAAC;IAChD,CAAC,EACD,CAAC,KAAK,CAAC,CACR,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,OAAO,KAAK;YACV,CAAC,CAAC,GAAG,EAAE;gBACH,KAAK,CAAC,WAAW,EAAE,CAAC;YACtB,CAAC;YACH,CAAC,CAAC,SAAS,CAAC;IAChB,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;IAEZ,KAAK,CAAC,mBAAmB,CACvB,GAAG,EACH,GAAG,EAAE,CAAC,CAAC;QACL,cAAc;QACd,cAAc;QACd,KAAK;QACL,IAAI;KACL,CAAC,EACF,CAAC,cAAc,EAAE,cAAc,EAAE,KAAK,EAAE,IAAI,CAAC,CAC9C,CAAC;IAEF,OAAO,0CAAG,QAAQ,CAAI,CAAC;AACzB,CAAC,CAAC,CAAC;AAEH,eAAe,oBAAoB,CAAC"}
|
|
@@ -26,6 +26,16 @@ const MediaPlaybackWrapper = React.forwardRef<
|
|
|
26
26
|
}
|
|
27
27
|
}, [media, isPlaying, onTogglePlayback]);
|
|
28
28
|
|
|
29
|
+
const pause = React.useCallback(async () => {
|
|
30
|
+
onTogglePlayback?.();
|
|
31
|
+
await media?.pauseAsync();
|
|
32
|
+
}, [media, onTogglePlayback]);
|
|
33
|
+
|
|
34
|
+
const play = React.useCallback(async () => {
|
|
35
|
+
onTogglePlayback?.();
|
|
36
|
+
await media?.playAsync();
|
|
37
|
+
}, [media, onTogglePlayback]);
|
|
38
|
+
|
|
29
39
|
const seekToPosition = React.useCallback(
|
|
30
40
|
async (positionMillis: number) => {
|
|
31
41
|
await media?.setPositionAsync(positionMillis);
|
|
@@ -46,8 +56,10 @@ const MediaPlaybackWrapper = React.forwardRef<
|
|
|
46
56
|
() => ({
|
|
47
57
|
seekToPosition,
|
|
48
58
|
togglePlayback,
|
|
59
|
+
pause,
|
|
60
|
+
play,
|
|
49
61
|
}),
|
|
50
|
-
[seekToPosition, togglePlayback]
|
|
62
|
+
[seekToPosition, togglePlayback, pause, play]
|
|
51
63
|
);
|
|
52
64
|
|
|
53
65
|
return <>{children}</>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MediaPlayerCommon.js","sourceRoot":"","sources":["MediaPlayerCommon.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MediaPlayerCommon.js","sourceRoot":"","sources":["MediaPlayerCommon.ts"],"names":[],"mappings":"AA0BA,MAAM,UAAU,sBAAsB,CACpC,MAAwB;IAExB,IAAI,MAAM,CAAC,QAAQ,EAAE;QACnB,OAAO;YACL,SAAS,EAAE,MAAM,CAAC,SAAS;YAC3B,SAAS,EAAE,KAAK;YAChB,WAAW,EAAE,MAAM,CAAC,WAAW;YAC/B,qBAAqB,EAAE,MAAM,CAAC,cAAc,IAAI,CAAC;YACjD,cAAc,EAAE,MAAM,CAAC,cAAc,IAAI,CAAC;YAC1C,sBAAsB,EAAE,MAAM,CAAC,sBAAsB,IAAI,CAAC;YAC1D,OAAO,EAAE,KAAK;SACf,CAAC;KACH;IAED,OAAO;QACL,SAAS,EAAE,KAAK;QAChB,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,KAAK;QAClB,qBAAqB,EAAE,CAAC;QACxB,cAAc,EAAE,CAAC;QACjB,sBAAsB,EAAE,CAAC;QACzB,OAAO,EAAE,IAAI;QACb,KAAK,EAAE,MAAM,CAAC,KAAK;KACpB,CAAC;AACJ,CAAC"}
|
|
@@ -52,11 +52,13 @@ const VideoPlayer = React.forwardRef(({ style, resizeMode = "contain", posterRes
|
|
|
52
52
|
}
|
|
53
53
|
}, [isFullscreen, videoMediaObject]);
|
|
54
54
|
React.useImperativeHandle(ref, () => {
|
|
55
|
-
var _a, _b;
|
|
55
|
+
var _a, _b, _c, _d;
|
|
56
56
|
return ({
|
|
57
57
|
toggleFullscreen,
|
|
58
58
|
seekToPosition: ((_a = mediaPlaybackWrapperRef.current) === null || _a === void 0 ? void 0 : _a.seekToPosition) || (() => { }),
|
|
59
59
|
togglePlayback: ((_b = mediaPlaybackWrapperRef.current) === null || _b === void 0 ? void 0 : _b.togglePlayback) || (() => { }),
|
|
60
|
+
pause: ((_c = mediaPlaybackWrapperRef.current) === null || _c === void 0 ? void 0 : _c.pause) || (() => { }),
|
|
61
|
+
play: ((_d = mediaPlaybackWrapperRef.current) === null || _d === void 0 ? void 0 : _d.play) || (() => { }),
|
|
60
62
|
});
|
|
61
63
|
},
|
|
62
64
|
// Include 'isPlaying' as dependency because 'togglePlayback' changes when it changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoPlayer.js","sourceRoot":"","sources":["VideoPlayer.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"VideoPlayer.js","sourceRoot":"","sources":["VideoPlayer.tsx"],"names":[],"mappings":"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"}
|
|
@@ -105,6 +105,8 @@ const VideoPlayer = React.forwardRef<VideoPlayerRef, VideoPlayerProps>(
|
|
|
105
105
|
mediaPlaybackWrapperRef.current?.seekToPosition || (() => {}),
|
|
106
106
|
togglePlayback:
|
|
107
107
|
mediaPlaybackWrapperRef.current?.togglePlayback || (() => {}),
|
|
108
|
+
pause: mediaPlaybackWrapperRef.current?.pause || (() => {}),
|
|
109
|
+
play: mediaPlaybackWrapperRef.current?.play || (() => {}),
|
|
108
110
|
}),
|
|
109
111
|
// Include 'isPlaying' as dependency because 'togglePlayback' changes when it changes
|
|
110
112
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
@@ -33,7 +33,7 @@ export const CircularProgress = ({ theme, minimumValue = 0, maximumValue = 100,
|
|
|
33
33
|
}
|
|
34
34
|
}, [startPosition]);
|
|
35
35
|
const currentFillPercentage = value / (maximumValue + minimumValue);
|
|
36
|
-
const currentAngle = useSharedValue(startAngle
|
|
36
|
+
const currentAngle = useSharedValue(startAngle);
|
|
37
37
|
const progressPathAnimatedProps = useAnimatedProps(() => {
|
|
38
38
|
const isBelowMinAngle = currentAngle.value <= startAngle;
|
|
39
39
|
return {
|
|
@@ -69,8 +69,8 @@ export const CircularProgress = ({ theme, minimumValue = 0, maximumValue = 100,
|
|
|
69
69
|
style,
|
|
70
70
|
] },
|
|
71
71
|
React.createElement(Svg, { testID: testID !== null && testID !== void 0 ? testID : "circular-progress-component", style: { flex: 1 } },
|
|
72
|
-
showTrack && (React.createElement(Path, { d: circlePath(radius, radius, radius - thicknessOffset, startAngle, startAngle + 360), stroke: trackColor, strokeWidth: trackThickness, strokeOpacity: trackOpacity, strokeLinecap: trackLineCap, strokeDasharray: trackCustomDashArray || trackDashArray, strokeDashoffset: trackDashOffset })),
|
|
73
|
-
React.createElement(AnimatedPath, { animatedProps: progressPathAnimatedProps, stroke: color, strokeWidth: thickness, strokeLinecap: lineCap, strokeDasharray: customDashArray || dashArray, strokeDashoffset: dashOffset, onPress: () => { } }))));
|
|
72
|
+
showTrack && (React.createElement(Path, { d: circlePath(radius, radius, radius - thicknessOffset, startAngle, startAngle + 360), stroke: trackColor, strokeWidth: trackThickness, strokeOpacity: trackOpacity, strokeLinecap: trackLineCap, strokeDasharray: trackCustomDashArray || trackDashArray, strokeDashoffset: trackDashOffset, fill: "rgba(0,0,0,0)" })),
|
|
73
|
+
React.createElement(AnimatedPath, { animatedProps: progressPathAnimatedProps, stroke: color, strokeWidth: thickness, strokeLinecap: lineCap, strokeDasharray: customDashArray || dashArray, strokeDashoffset: dashOffset, fill: "rgba(0,0,0,0)", onPress: () => { } }))));
|
|
74
74
|
};
|
|
75
75
|
// From: https://github.com/bartgryszko/react-native-circular-progress/blob/a93b501aea40306126c8ede72089741eead52308/src/CircularProgress.js#L15
|
|
76
76
|
function circlePath(x, y, radius, startAngle, endAngle) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CircularProgress.js","sourceRoot":"","sources":["CircularProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,GAAG,EAAE,EAAE,IAAI,EAAa,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,QAAQ,EAAE,EACf,gBAAgB,EAChB,cAAc,EACd,UAAU,GACX,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,0BAA0B,GAG3B,MAAM,mBAAmB,CAAC;AAE3B,MAAM,CAAC,MAAM,YAAY,GAAG,QAAQ,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC;AAEnE,MAAM,CAAC,MAAM,gBAAgB,GAEzB,CAAC,EACH,KAAK,EACL,YAAY,GAAG,CAAC,EAChB,YAAY,GAAG,GAAG,EAClB,KAAK,GAAG,YAAY,EACpB,SAAS,GAAG,EAAE,EACd,cAAc,GAAG,SAAS,EAC1B,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,OAAO,EAC5B,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,OAAO,EACjC,YAAY,GAAG,CAAC,EAChB,SAAS,GAAG,IAAI,EAChB,iBAAiB,GAAG,0BAA0B,EAC9C,UAAU,GAAG,IAAI,EACjB,OAAO,GAAG,OAAO,EACjB,YAAY,GAAG,OAAO,EACtB,SAAS,EACT,cAAc,EACd,OAAO,EACP,YAAY,EACZ,UAAU,EACV,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,eAAe,EACf,aAAa,GAAG,KAAK,EACrB,KAAK,EACL,MAAM,GACP,EAAE,EAAE;IACH,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpE,MAAM,CAAC,YAAY,EAAE,gBAAgB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IAE3D,MAAM,SAAS,GACb,SAAS,KAAK,SAAS;QACrB,CAAC,CAAC,GAAG,SAAS,IAAI,OAAO,IAAI,SAAS,EAAE;QACxC,CAAC,CAAC,SAAS,CAAC;IAChB,MAAM,cAAc,GAClB,cAAc,KAAK,SAAS;QAC1B,CAAC,CAAC,GAAG,cAAc,IAAI,YAAY,IAAI,cAAc,EAAE;QACvD,CAAC,CAAC,SAAS,CAAC;IAEhB,MAAM,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;IACzD,MAAM,eAAe,GAAG,YAAY,GAAG,CAAC,CAAC,CAAC,2DAA2D;IAErG,MAAM,MAAM,GAAG,iBAAiB,GAAG,CAAC,CAAC;IAErC,MAAM,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,EAAE,GAAG,MAAM,CAAC;IAC/B,IAAI,CAAC,KAAK,YAAY,EAAE;QACtB,gBAAgB,CAAC,CAAC,CAAC,CAAC;KACrB;IAED,MAAM,UAAU,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QACpC,QAAQ,aAAa,EAAE;YACrB,KAAK,KAAK;gBACR,OAAO,CAAC,CAAC;YACX,KAAK,OAAO;gBACV,OAAO,EAAE,CAAC;YACZ,KAAK,QAAQ;gBACX,OAAO,GAAG,CAAC;YACb,KAAK,MAAM;gBACT,OAAO,GAAG,CAAC;SACd;IACH,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC;IAEpB,MAAM,qBAAqB,GAAG,KAAK,GAAG,CAAC,YAAY,GAAG,YAAY,CAAC,CAAC;IACpE,MAAM,YAAY,GAAG,cAAc,CAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"CircularProgress.js","sourceRoot":"","sources":["CircularProgress.tsx"],"names":[],"mappings":"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"}
|
|
@@ -80,7 +80,7 @@ export const CircularProgress: React.FC<
|
|
|
80
80
|
}, [startPosition]);
|
|
81
81
|
|
|
82
82
|
const currentFillPercentage = value / (maximumValue + minimumValue);
|
|
83
|
-
const currentAngle = useSharedValue(startAngle
|
|
83
|
+
const currentAngle = useSharedValue(startAngle);
|
|
84
84
|
|
|
85
85
|
const progressPathAnimatedProps = useAnimatedProps<PathProps>(() => {
|
|
86
86
|
const isBelowMinAngle = currentAngle.value <= startAngle;
|
|
@@ -144,6 +144,7 @@ export const CircularProgress: React.FC<
|
|
|
144
144
|
strokeLinecap={trackLineCap}
|
|
145
145
|
strokeDasharray={trackCustomDashArray || trackDashArray}
|
|
146
146
|
strokeDashoffset={trackDashOffset}
|
|
147
|
+
fill={"rgba(0,0,0,0)"} //Prevents default black fill
|
|
147
148
|
/>
|
|
148
149
|
)}
|
|
149
150
|
<AnimatedPath
|
|
@@ -153,6 +154,7 @@ export const CircularProgress: React.FC<
|
|
|
153
154
|
strokeLinecap={lineCap}
|
|
154
155
|
strokeDasharray={customDashArray || dashArray}
|
|
155
156
|
strokeDashoffset={dashOffset}
|
|
157
|
+
fill={"rgba(0,0,0,0)"}
|
|
156
158
|
onPress={() => {}} //Addresses reanimated issue with SVG (https://github.com/software-mansion/react-native-reanimated/issues/3321#issuecomment-1256983430)
|
|
157
159
|
/>
|
|
158
160
|
</Svg>
|
|
@@ -33,7 +33,7 @@ const IndeterminateProgress = ({ ProgressComponent, ...rest }) => {
|
|
|
33
33
|
var _a;
|
|
34
34
|
setPathWidth(width);
|
|
35
35
|
(_a = rest.onFullPathWidth) === null || _a === void 0 ? void 0 : _a.call(rest, width);
|
|
36
|
-
}, dashOffset: dashOffset, dashGap: pathWidth / 2, dashWidth: pathWidth / 2, animationDuration: animationDuration, value: 100 }));
|
|
36
|
+
}, dashOffset: dashOffset, dashGap: pathWidth / 2, dashWidth: pathWidth / 2, animationDuration: animationDuration, minimumValue: 0, maximumValue: 100, value: 100 }));
|
|
37
37
|
};
|
|
38
38
|
export default IndeterminateProgress;
|
|
39
39
|
//# sourceMappingURL=IndeterminateProgress.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IndeterminateProgress.js","sourceRoot":"","sources":["IndeterminateProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,OAAO,EACP,mBAAmB,EACnB,cAAc,EACd,UAAU,GACX,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,0BAA0B,GAE3B,MAAM,kBAAkB,CAAC;AAM1B,MAAM,qBAAqB,GAAyC,CAAC,EACnE,iBAAiB,EACjB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpD,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IAC5C,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtD,MAAM,iBAAiB,GACrB,IAAI,CAAC,iBAAiB,IAAI,0BAA0B,CAAC;IAEvD,MAAM,aAAa,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;IAExC,+HAA+H;IAC/H,mBAAmB,CACjB,GAAG,EAAE,CAAC,aAAa,CAAC,KAAK,EACzB,CAAC,MAAM,EAAE,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,MAAM,CAAC,CAC3C,CAAC;IAEF,MAAM,4BAA4B,GAAG,KAAK,CAAC,WAAW,CAAC,GAAG,EAAE;QAC1D,IAAI,KAAK,KAAK,CAAC,EAAE;YACf,QAAQ,CAAC,GAAG,CAAC,CAAC;YACd,aAAa,CAAC,KAAK,GAAG,UAAU,CAAC,SAAS,EAAE;gBAC1C,QAAQ,EAAE,iBAAiB;aAC5B,CAAC,CAAC;SACJ;aAAM;YACL,QAAQ,CAAC,CAAC,CAAC,CAAC;YACZ,aAAa,CAAC,KAAK,GAAG,UAAU,CAAC,CAAC,EAAE;gBAClC,QAAQ,EAAE,iBAAiB;aAC5B,CAAC,CAAC;SACJ;IACH,CAAC,EAAE,CAAC,aAAa,EAAE,KAAK,EAAE,iBAAiB,EAAE,SAAS,CAAC,CAAC,CAAC;IAEzD,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,OAAO,GAAG,UAAU,CAAC,GAAG,EAAE;YAC9B,4BAA4B,EAAE,CAAC;QACjC,CAAC,EAAE,iBAAiB,CAAC,CAAC;QACtB,OAAO,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IACrC,CAAC,EAAE,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC,CAAC;IAEtD,OAAO,CACL,oBAAC,iBAAiB,OACZ,IAAI,EACR,MAAM,EAAE,IAAI,CAAC,MAAM,IAAI,wBAAwB,EAC/C,eAAe,EAAE,CAAC,KAAK,EAAE,EAAE;;YACzB,YAAY,CAAC,KAAK,CAAC,CAAC;YACpB,MAAA,IAAI,CAAC,eAAe,qDAAG,KAAK,CAAC,CAAC;QAChC,CAAC,EACD,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,SAAS,GAAG,CAAC,EACtB,SAAS,EAAE,SAAS,GAAG,CAAC,EACxB,iBAAiB,EAAE,iBAAiB,EACpC,KAAK,EAAE,GAAG,GACV,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"IndeterminateProgress.js","sourceRoot":"","sources":["IndeterminateProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,OAAO,EACP,mBAAmB,EACnB,cAAc,EACd,UAAU,GACX,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,0BAA0B,GAE3B,MAAM,kBAAkB,CAAC;AAM1B,MAAM,qBAAqB,GAAyC,CAAC,EACnE,iBAAiB,EACjB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpD,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IAC5C,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtD,MAAM,iBAAiB,GACrB,IAAI,CAAC,iBAAiB,IAAI,0BAA0B,CAAC;IAEvD,MAAM,aAAa,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;IAExC,+HAA+H;IAC/H,mBAAmB,CACjB,GAAG,EAAE,CAAC,aAAa,CAAC,KAAK,EACzB,CAAC,MAAM,EAAE,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,MAAM,CAAC,CAC3C,CAAC;IAEF,MAAM,4BAA4B,GAAG,KAAK,CAAC,WAAW,CAAC,GAAG,EAAE;QAC1D,IAAI,KAAK,KAAK,CAAC,EAAE;YACf,QAAQ,CAAC,GAAG,CAAC,CAAC;YACd,aAAa,CAAC,KAAK,GAAG,UAAU,CAAC,SAAS,EAAE;gBAC1C,QAAQ,EAAE,iBAAiB;aAC5B,CAAC,CAAC;SACJ;aAAM;YACL,QAAQ,CAAC,CAAC,CAAC,CAAC;YACZ,aAAa,CAAC,KAAK,GAAG,UAAU,CAAC,CAAC,EAAE;gBAClC,QAAQ,EAAE,iBAAiB;aAC5B,CAAC,CAAC;SACJ;IACH,CAAC,EAAE,CAAC,aAAa,EAAE,KAAK,EAAE,iBAAiB,EAAE,SAAS,CAAC,CAAC,CAAC;IAEzD,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,OAAO,GAAG,UAAU,CAAC,GAAG,EAAE;YAC9B,4BAA4B,EAAE,CAAC;QACjC,CAAC,EAAE,iBAAiB,CAAC,CAAC;QACtB,OAAO,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IACrC,CAAC,EAAE,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC,CAAC;IAEtD,OAAO,CACL,oBAAC,iBAAiB,OACZ,IAAI,EACR,MAAM,EAAE,IAAI,CAAC,MAAM,IAAI,wBAAwB,EAC/C,eAAe,EAAE,CAAC,KAAK,EAAE,EAAE;;YACzB,YAAY,CAAC,KAAK,CAAC,CAAC;YACpB,MAAA,IAAI,CAAC,eAAe,qDAAG,KAAK,CAAC,CAAC;QAChC,CAAC,EACD,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,SAAS,GAAG,CAAC,EACtB,SAAS,EAAE,SAAS,GAAG,CAAC,EACxB,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,CAAC,EACf,YAAY,EAAE,GAAG,EACjB,KAAK,EAAE,GAAG,GACV,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -15,21 +15,17 @@ export const LinearProgress = ({ theme, minimumValue = 0, maximumValue = 100, va
|
|
|
15
15
|
const maxThickness = Math.max(thickness, trackThickness);
|
|
16
16
|
const thicknessOffset = maxThickness / 2; // This offset guarantees nothing is cut off by view bounds
|
|
17
17
|
const progressLineWidth = svgContainerWidth - thicknessOffset;
|
|
18
|
-
console.log("LINE WIDTH", progressLineWidth);
|
|
19
18
|
const trackProgressLineWidth = svgContainerWidth - thicknessOffset;
|
|
20
19
|
const currentFillPercentage = value / (maximumValue + minimumValue);
|
|
21
|
-
|
|
22
|
-
const currentProgressLineWidth = useSharedValue(currentFillPercentage * progressLineWidth);
|
|
20
|
+
const currentProgressLineWidth = useSharedValue(0);
|
|
23
21
|
const progressLineAnimatedProps = useAnimatedProps(() => {
|
|
24
22
|
const isBelowMinWidth = currentProgressLineWidth.value <= thicknessOffset;
|
|
25
|
-
console.log("RECEIVED", currentProgressLineWidth.value);
|
|
26
23
|
return {
|
|
27
24
|
x2: Math.min(progressLineWidth, currentProgressLineWidth.value),
|
|
28
25
|
strokeOpacity: isBelowMinWidth ? 0.0 : 1.0,
|
|
29
26
|
};
|
|
30
27
|
});
|
|
31
28
|
React.useEffect(() => {
|
|
32
|
-
console.log("UPDATING TO", progressLineWidth * currentFillPercentage);
|
|
33
29
|
currentProgressLineWidth.value = withTiming(progressLineWidth * currentFillPercentage, {
|
|
34
30
|
duration: isAnimated ? animationDuration : 0,
|
|
35
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinearProgress.js","sourceRoot":"","sources":["LinearProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,GAAG,EAAE,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"LinearProgress.js","sourceRoot":"","sources":["LinearProgress.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import Svg, { Line } from "react-native-svg";
|
|
2
|
+
import Svg, { Line, LineProps } from "react-native-svg";
|
|
3
3
|
import { View } from "react-native";
|
|
4
4
|
import Animated, {
|
|
5
5
|
useAnimatedProps,
|
|
@@ -55,18 +55,13 @@ export const LinearProgress: React.FC<ValueProgressProps> = ({
|
|
|
55
55
|
const thicknessOffset = maxThickness / 2; // This offset guarantees nothing is cut off by view bounds
|
|
56
56
|
|
|
57
57
|
const progressLineWidth = svgContainerWidth - thicknessOffset;
|
|
58
|
-
console.log("LINE WIDTH", progressLineWidth);
|
|
59
58
|
const trackProgressLineWidth = svgContainerWidth - thicknessOffset;
|
|
60
59
|
|
|
61
60
|
const currentFillPercentage = value / (maximumValue + minimumValue);
|
|
62
|
-
|
|
63
|
-
const currentProgressLineWidth = useSharedValue(
|
|
64
|
-
currentFillPercentage * progressLineWidth
|
|
65
|
-
);
|
|
61
|
+
const currentProgressLineWidth = useSharedValue(0);
|
|
66
62
|
|
|
67
|
-
const progressLineAnimatedProps = useAnimatedProps(() => {
|
|
63
|
+
const progressLineAnimatedProps = useAnimatedProps<LineProps>(() => {
|
|
68
64
|
const isBelowMinWidth = currentProgressLineWidth.value <= thicknessOffset;
|
|
69
|
-
console.log("RECEIVED", currentProgressLineWidth.value);
|
|
70
65
|
return {
|
|
71
66
|
x2: Math.min(progressLineWidth, currentProgressLineWidth.value), //Prevents going beyond the max width
|
|
72
67
|
strokeOpacity: isBelowMinWidth ? 0.0 : 1.0,
|
|
@@ -74,7 +69,6 @@ export const LinearProgress: React.FC<ValueProgressProps> = ({
|
|
|
74
69
|
});
|
|
75
70
|
|
|
76
71
|
React.useEffect(() => {
|
|
77
|
-
console.log("UPDATING TO", progressLineWidth * currentFillPercentage);
|
|
78
72
|
currentProgressLineWidth.value = withTiming(
|
|
79
73
|
progressLineWidth * currentFillPercentage,
|
|
80
74
|
{
|
|
@@ -2,8 +2,9 @@ import React from "react";
|
|
|
2
2
|
import { FlashList } from "@shopify/flash-list";
|
|
3
3
|
import { FlatList } from "react-native";
|
|
4
4
|
import SectionHeader, { DefaultSectionHeader } from "./SectionHeader";
|
|
5
|
+
import { extractIfNestedInFragment } from "../../utilities";
|
|
5
6
|
export const DEFAULT_SECTION = "Uncategorized";
|
|
6
|
-
const SectionList = ({ sectionKey, listComponent = "FlatList", data: dataProp, renderItem: renderItemProp, ...rest }) => {
|
|
7
|
+
const SectionList = ({ sectionKey, stickyHeader = false, listComponent = "FlatList", data: dataProp, renderItem: renderItemProp, ...rest }) => {
|
|
7
8
|
const data = React.useMemo(() => (dataProp || []), [dataProp]);
|
|
8
9
|
const dataWithSections = React.useMemo(() => {
|
|
9
10
|
var _a;
|
|
@@ -25,12 +26,17 @@ const SectionList = ({ sectionKey, listComponent = "FlatList", data: dataProp, r
|
|
|
25
26
|
}
|
|
26
27
|
return result;
|
|
27
28
|
}, [data, sectionKey]);
|
|
29
|
+
const sectionHeaderIndicies = React.useMemo(() => stickyHeader
|
|
30
|
+
? dataWithSections
|
|
31
|
+
.filter((item) => item.type === "SECTION_ITEM")
|
|
32
|
+
.map((item) => dataWithSections.indexOf(item))
|
|
33
|
+
: undefined, [dataWithSections, stickyHeader]);
|
|
28
34
|
const extractSectionHeader = (element) => {
|
|
29
35
|
if (!element) {
|
|
30
36
|
return null;
|
|
31
37
|
}
|
|
32
38
|
const props = element.props || {};
|
|
33
|
-
const children = React.Children.toArray(props.children).map((child) => child);
|
|
39
|
+
const children = React.Children.toArray(props.children).map((child) => extractIfNestedInFragment(child));
|
|
34
40
|
if (element.type === SectionHeader) {
|
|
35
41
|
return element;
|
|
36
42
|
}
|
|
@@ -86,9 +92,9 @@ const SectionList = ({ sectionKey, listComponent = "FlatList", data: dataProp, r
|
|
|
86
92
|
};
|
|
87
93
|
switch (listComponent) {
|
|
88
94
|
case "FlatList":
|
|
89
|
-
return (React.createElement(FlatList, { ...rest, data: dataWithSections, renderItem: renderItem }));
|
|
95
|
+
return (React.createElement(FlatList, { stickyHeaderIndices: sectionHeaderIndicies, ...rest, data: dataWithSections, renderItem: renderItem }));
|
|
90
96
|
case "FlashList":
|
|
91
|
-
return (React.createElement(FlashList, { ...rest, data: dataWithSections, renderItem: renderItem }));
|
|
97
|
+
return (React.createElement(FlashList, { stickyHeaderIndices: sectionHeaderIndicies, ...rest, data: dataWithSections, renderItem: renderItem }));
|
|
92
98
|
}
|
|
93
99
|
};
|
|
94
100
|
export default SectionList;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionList.js","sourceRoot":"","sources":["SectionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAkB,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAiB,QAAQ,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,aAAa,EAAE,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"SectionList.js","sourceRoot":"","sources":["SectionList.tsx"],"names":[],"mappings":"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"}
|
|
@@ -2,11 +2,13 @@ import React from "react";
|
|
|
2
2
|
import { FlashListProps, FlashList } from "@shopify/flash-list";
|
|
3
3
|
import { FlatListProps, FlatList } from "react-native";
|
|
4
4
|
import SectionHeader, { DefaultSectionHeader } from "./SectionHeader";
|
|
5
|
+
import { extractIfNestedInFragment } from "../../utilities";
|
|
5
6
|
|
|
6
7
|
type ListComponentType = "FlatList" | "FlashList";
|
|
7
8
|
|
|
8
9
|
interface AdditionalSectionListProps<T> {
|
|
9
10
|
sectionKey: string;
|
|
11
|
+
stickyHeader?: boolean;
|
|
10
12
|
renderItem: (itemInfo: {
|
|
11
13
|
item?: T;
|
|
12
14
|
index: number;
|
|
@@ -37,6 +39,7 @@ export const DEFAULT_SECTION = "Uncategorized";
|
|
|
37
39
|
|
|
38
40
|
const SectionList = <T extends { [key: string]: any }>({
|
|
39
41
|
sectionKey,
|
|
42
|
+
stickyHeader = false,
|
|
40
43
|
listComponent = "FlatList",
|
|
41
44
|
data: dataProp,
|
|
42
45
|
renderItem: renderItemProp,
|
|
@@ -68,6 +71,16 @@ const SectionList = <T extends { [key: string]: any }>({
|
|
|
68
71
|
return result;
|
|
69
72
|
}, [data, sectionKey]);
|
|
70
73
|
|
|
74
|
+
const sectionHeaderIndicies = React.useMemo(
|
|
75
|
+
() =>
|
|
76
|
+
stickyHeader
|
|
77
|
+
? dataWithSections
|
|
78
|
+
.filter((item) => item.type === "SECTION_ITEM")
|
|
79
|
+
.map((item) => dataWithSections.indexOf(item))
|
|
80
|
+
: undefined,
|
|
81
|
+
[dataWithSections, stickyHeader]
|
|
82
|
+
);
|
|
83
|
+
|
|
71
84
|
const extractSectionHeader = (
|
|
72
85
|
element: JSX.Element | null
|
|
73
86
|
): JSX.Element | null => {
|
|
@@ -76,9 +89,10 @@ const SectionList = <T extends { [key: string]: any }>({
|
|
|
76
89
|
}
|
|
77
90
|
|
|
78
91
|
const props = element.props || {};
|
|
79
|
-
const children = React.Children.toArray(props.children).map(
|
|
80
|
-
(child
|
|
92
|
+
const children = React.Children.toArray(props.children).map((child) =>
|
|
93
|
+
extractIfNestedInFragment(child as React.ReactElement)
|
|
81
94
|
);
|
|
95
|
+
|
|
82
96
|
if (element.type === SectionHeader) {
|
|
83
97
|
return element;
|
|
84
98
|
} else {
|
|
@@ -152,6 +166,7 @@ const SectionList = <T extends { [key: string]: any }>({
|
|
|
152
166
|
case "FlatList":
|
|
153
167
|
return (
|
|
154
168
|
<FlatList
|
|
169
|
+
stickyHeaderIndices={sectionHeaderIndicies}
|
|
155
170
|
{...(rest as FlatListProps<SectionListItem<T>>)}
|
|
156
171
|
data={dataWithSections}
|
|
157
172
|
renderItem={renderItem}
|
|
@@ -160,6 +175,7 @@ const SectionList = <T extends { [key: string]: any }>({
|
|
|
160
175
|
case "FlashList":
|
|
161
176
|
return (
|
|
162
177
|
<FlashList
|
|
178
|
+
stickyHeaderIndices={sectionHeaderIndicies}
|
|
163
179
|
{...(rest as FlashListProps<SectionListItem<T>>)}
|
|
164
180
|
data={dataWithSections}
|
|
165
181
|
renderItem={renderItem}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { View, StyleSheet, Text, } from "react-native";
|
|
3
3
|
import Pressable from "../Pressable";
|
|
4
|
-
import { extractBorderAndMarginStyles, extractEffectStyles, extractFlexItemStyles, extractPositionStyles, extractSizeStyles, extractStyles, } from "../../utilities";
|
|
4
|
+
import { extractBorderAndMarginStyles, extractEffectStyles, extractFlexItemStyles, extractIfNestedInFragment, extractPositionStyles, extractSizeStyles, extractStyles, } from "../../utilities";
|
|
5
5
|
import { SwipeRow } from "react-native-swipe-list-view";
|
|
6
6
|
import { withTheme } from "../../theming";
|
|
7
7
|
import SwipeableItemButton from "./SwipeableItemButton";
|
|
8
8
|
import { SwipeableListContext } from "./SwipeableList";
|
|
9
9
|
import { leftSwipeToSwipeableItemBehindItem, rightSwipeToSwipeableItemBehindItem, extractLeftSwipeProps, extractRightSwipeProps, } from "./SwipeableItemCommon";
|
|
10
|
-
const SwipeableItem = ({ theme, style, children, Icon, closeOnPress, leftOpenValue, rightOpenValue, leftActivationValue, rightActivationValue, swipeActivationPercentage = 80, stopLeftSwipe, stopRightSwipe, friction = 20, disableLeftSwipe, disableRightSwipe, ...rest }) => {
|
|
10
|
+
const SwipeableItem = ({ theme, style, children: childrenProp, Icon, closeOnPress, leftOpenValue, rightOpenValue, leftActivationValue, rightActivationValue, swipeActivationPercentage = 80, stopLeftSwipe, stopRightSwipe, friction = 20, disableLeftSwipe, disableRightSwipe, ...rest }) => {
|
|
11
11
|
const isEmptyObject = (object) => {
|
|
12
12
|
return Object.keys(object).length === 0;
|
|
13
13
|
};
|
|
@@ -31,10 +31,11 @@ const SwipeableItem = ({ theme, style, children, Icon, closeOnPress, leftOpenVal
|
|
|
31
31
|
sizeStyles /* Size styles needs to be readded to surface container due to inconsistencies on web */,
|
|
32
32
|
]);
|
|
33
33
|
const [componentWidth, setComponentWidth] = React.useState(null);
|
|
34
|
-
const
|
|
34
|
+
const children = React.useMemo(() => React.Children.toArray(childrenProp).map((child) => extractIfNestedInFragment(child)), [childrenProp]);
|
|
35
|
+
const leftSwipeButtons = React.useMemo(() => children.filter((child) => React.isValidElement(child) &&
|
|
35
36
|
child.type === SwipeableItemButton &&
|
|
36
37
|
child.props.revealSwipeDirection === "left"), [children]);
|
|
37
|
-
const rightSwipeButtons = React.useMemo(() =>
|
|
38
|
+
const rightSwipeButtons = React.useMemo(() => children.filter((child) => React.isValidElement(child) &&
|
|
38
39
|
child.type === SwipeableItemButton &&
|
|
39
40
|
child.props.revealSwipeDirection === "right"), [children]);
|
|
40
41
|
const remainingChildren = React.useMemo(() => React.Children.toArray(children).filter((child) => React.isValidElement(child) && child.type !== SwipeableItemButton), [children]);
|