@draftbit/core 54.0.4-8202b6.2 → 54.0.4-982952.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/commonjs/components/DeckSwiper/DeckSwiper.js +1 -1
- package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js +1 -1
- package/lib/commonjs/components/Layout/Spacer.js +1 -1
- package/lib/commonjs/components/LottieAnimation.js +1 -1
- package/lib/commonjs/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +1 -1
- package/lib/commonjs/components/MediaPlayer/VideoPlayer/VideoPlayer.js +1 -1
- package/lib/commonjs/components/Picker/PickerInputContainer.js +1 -1
- package/lib/commonjs/components/Progress/CircularProgress/CircularProgress.js +1 -1
- package/lib/commonjs/components/Progress/LinearProgress/LinearProgress.js +1 -1
- package/lib/commonjs/components/SVG.js +1 -1
- package/lib/commonjs/components/SVG.native.js +1 -1
- package/lib/commonjs/components/SectionList/SectionHeader.js +1 -1
- package/lib/commonjs/components/SwipeableItem/SwipeableItem.js +1 -1
- package/lib/commonjs/components/Swiper/Swiper.js +1 -1
- package/lib/commonjs/components/Swiper/SwiperItem.js +1 -1
- package/lib/commonjs/components/Table/TableCell.js +1 -1
- package/lib/commonjs/components/Table/TableRow.js +1 -1
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.js +1 -1
- package/lib/typescript/src/components/DeckSwiper/DeckSwiper.d.ts +1 -0
- package/lib/typescript/src/components/DeckSwiper/DeckSwiper.js +3 -2
- package/lib/typescript/src/components/DeckSwiper/DeckSwiper.js.map +1 -1
- package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts +2 -2
- package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js +3 -3
- package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
- package/lib/typescript/src/components/Layout/Spacer.d.ts +2 -2
- package/lib/typescript/src/components/Layout/Spacer.js +2 -2
- package/lib/typescript/src/components/Layout/Spacer.js.map +1 -1
- package/lib/typescript/src/components/LottieAnimation.js +2 -2
- package/lib/typescript/src/components/LottieAnimation.js.map +1 -1
- package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.d.ts +1 -0
- package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +4 -2
- package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
- package/lib/typescript/src/components/MediaPlayer/VideoPlayer/VideoPlayer.js +6 -2
- package/lib/typescript/src/components/MediaPlayer/VideoPlayer/VideoPlayer.js.map +1 -1
- package/lib/typescript/src/components/Picker/PickerCommon.d.ts +1 -0
- package/lib/typescript/src/components/Picker/PickerCommon.js.map +1 -1
- package/lib/typescript/src/components/Picker/PickerInputContainer.js +4 -2
- package/lib/typescript/src/components/Picker/PickerInputContainer.js.map +1 -1
- package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js +4 -2
- package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
- package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js +4 -2
- package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
- package/lib/typescript/src/components/Progress/ProgressCommon.d.ts +1 -0
- package/lib/typescript/src/components/SVG.d.ts +1 -0
- package/lib/typescript/src/components/SVG.js +4 -2
- package/lib/typescript/src/components/SVG.js.map +1 -1
- package/lib/typescript/src/components/SVG.native.d.ts +1 -0
- package/lib/typescript/src/components/SVG.native.js +4 -2
- package/lib/typescript/src/components/SVG.native.js.map +1 -1
- package/lib/typescript/src/components/SectionList/SectionHeader.d.ts +2 -2
- package/lib/typescript/src/components/SectionList/SectionHeader.js +1 -1
- package/lib/typescript/src/components/SectionList/SectionHeader.js.map +1 -1
- package/lib/typescript/src/components/SwipeableItem/SwipeableItem.d.ts +1 -0
- package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js +4 -2
- package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
- package/lib/typescript/src/components/Swiper/Swiper.d.ts +2 -2
- package/lib/typescript/src/components/Swiper/Swiper.js +2 -2
- package/lib/typescript/src/components/Swiper/Swiper.js.map +1 -1
- package/lib/typescript/src/components/Swiper/SwiperItem.d.ts +3 -3
- package/lib/typescript/src/components/Swiper/SwiperItem.js +2 -2
- package/lib/typescript/src/components/Swiper/SwiperItem.js.map +1 -1
- package/lib/typescript/src/components/Table/TableCell.d.ts +1 -0
- package/lib/typescript/src/components/Table/TableCell.js +4 -2
- package/lib/typescript/src/components/Table/TableCell.js.map +1 -1
- package/lib/typescript/src/components/Table/TableRow.d.ts +1 -0
- package/lib/typescript/src/components/Table/TableRow.js +4 -2
- package/lib/typescript/src/components/Table/TableRow.js.map +1 -1
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayer.js +2 -2
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayer.js.map +1 -1
- package/lib/typescript/src/components/YoutubePlayer/YoutubePlayerProps.d.ts +1 -0
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/components/DeckSwiper/DeckSwiper.tsx +5 -1
- package/src/components/DeckSwiper/DeckSwiperCard.tsx +11 -3
- package/src/components/Layout/Spacer.tsx +4 -2
- package/src/components/LottieAnimation.tsx +1 -2
- package/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.ts +1 -0
- package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.tsx +3 -0
- package/src/components/MediaPlayer/VideoPlayer/VideoPlayer.tsx +9 -2
- package/src/components/Picker/PickerCommon.ts +1 -0
- package/src/components/Picker/PickerInputContainer.tsx +7 -1
- package/src/components/Progress/CircularProgress/CircularProgress.tsx +3 -0
- package/src/components/Progress/LinearProgress/LinearProgress.tsx +3 -0
- package/src/components/Progress/ProgressCommon.ts +1 -0
- package/src/components/SVG.native.tsx +7 -1
- package/src/components/SVG.tsx +10 -1
- package/src/components/SectionList/SectionHeader.tsx +8 -3
- package/src/components/SwipeableItem/SwipeableItem.tsx +4 -0
- package/src/components/Swiper/Swiper.tsx +4 -3
- package/src/components/Swiper/SwiperItem.tsx +12 -4
- package/src/components/Table/TableCell.tsx +4 -0
- package/src/components/Table/TableRow.tsx +4 -0
- package/src/components/YoutubePlayer/YoutubePlayer.tsx +5 -1
- package/src/components/YoutubePlayer/YoutubePlayerProps.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/core",
|
|
3
|
-
"version": "54.0.4-
|
|
3
|
+
"version": "54.0.4-982952.2+9829524",
|
|
4
4
|
"description": "Core (non-native) Components",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"types": "lib/typescript/src/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@draftbit/react-theme-provider": "^2.1.1",
|
|
45
|
-
"@draftbit/theme": "^54.0.4-
|
|
45
|
+
"@draftbit/theme": "^54.0.4-982952.2+9829524",
|
|
46
46
|
"@emotion/react": "^11.13.5",
|
|
47
47
|
"@emotion/styled": "^11.13.5",
|
|
48
48
|
"@expo/vector-icons": "^15.0.3",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
],
|
|
124
124
|
"testEnvironment": "node"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "982952444fe6e477d4268d769d270e9674bface6"
|
|
127
127
|
}
|
|
@@ -25,6 +25,7 @@ export interface DeckSwiperProps<T> {
|
|
|
25
25
|
keyExtractor?: (item: T) => string;
|
|
26
26
|
renderItem?: ({ item, index }: { item: T; index: number }) => JSX.Element;
|
|
27
27
|
style?: StyleProp<ViewStyle>;
|
|
28
|
+
className?: string;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
const DeckSwiper = React.forwardRef<DeckSwiperRef, DeckSwiperProps<any>>(
|
|
@@ -48,6 +49,7 @@ const DeckSwiper = React.forwardRef<DeckSwiperRef, DeckSwiperProps<any>>(
|
|
|
48
49
|
keyExtractor,
|
|
49
50
|
renderItem,
|
|
50
51
|
style,
|
|
52
|
+
className,
|
|
51
53
|
children,
|
|
52
54
|
}: React.PropsWithChildren<DeckSwiperProps<T>>,
|
|
53
55
|
ref: React.Ref<DeckSwiperRef>
|
|
@@ -146,7 +148,9 @@ const DeckSwiper = React.forwardRef<DeckSwiperRef, DeckSwiperProps<any>>(
|
|
|
146
148
|
*/
|
|
147
149
|
|
|
148
150
|
return (
|
|
149
|
-
<View
|
|
151
|
+
<View // @ts-ignore
|
|
152
|
+
className={className}
|
|
153
|
+
>
|
|
150
154
|
<View style={styles.containerHeightFiller}>{renderFirstCard()}</View>
|
|
151
155
|
<DeckSwiperComponent
|
|
152
156
|
ref={deckSwiperRef}
|
|
@@ -1,16 +1,23 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
View,
|
|
4
|
+
ViewProps,
|
|
5
|
+
StyleSheet,
|
|
6
|
+
StyleProp,
|
|
7
|
+
ViewStyle,
|
|
8
|
+
} from "react-native";
|
|
3
9
|
import type { ReadTheme } from "@draftbit/theme";
|
|
4
10
|
import { withTheme } from "@draftbit/theme";
|
|
5
11
|
|
|
6
|
-
export interface DeckSwiperCardProps
|
|
12
|
+
export interface DeckSwiperCardProps
|
|
13
|
+
extends Omit<ViewProps, "style" | "children"> {
|
|
7
14
|
style?: StyleProp<ViewStyle>;
|
|
8
15
|
theme: ReadTheme;
|
|
9
16
|
}
|
|
10
17
|
|
|
11
18
|
const DeckSwiperCard: React.FC<
|
|
12
19
|
React.PropsWithChildren<DeckSwiperCardProps>
|
|
13
|
-
> = ({ style, children, theme }) => (
|
|
20
|
+
> = ({ style, children, theme, ...rest }) => (
|
|
14
21
|
<View
|
|
15
22
|
style={[
|
|
16
23
|
styles.card,
|
|
@@ -20,6 +27,7 @@ const DeckSwiperCard: React.FC<
|
|
|
20
27
|
},
|
|
21
28
|
style,
|
|
22
29
|
]}
|
|
30
|
+
{...rest}
|
|
23
31
|
>
|
|
24
32
|
{children}
|
|
25
33
|
</View>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { View, StyleProp, ViewStyle } from "react-native";
|
|
2
|
+
import { View, ViewProps, StyleProp, ViewStyle } from "react-native";
|
|
3
3
|
|
|
4
|
-
interface SpacerProps {
|
|
4
|
+
interface SpacerProps extends Omit<ViewProps, "style"> {
|
|
5
5
|
top?: number;
|
|
6
6
|
right?: number;
|
|
7
7
|
left?: number;
|
|
@@ -15,6 +15,7 @@ const Spacer: React.FC<SpacerProps> = ({
|
|
|
15
15
|
bottom = 8,
|
|
16
16
|
left = 8,
|
|
17
17
|
style,
|
|
18
|
+
...rest
|
|
18
19
|
}) => {
|
|
19
20
|
return (
|
|
20
21
|
<View
|
|
@@ -27,6 +28,7 @@ const Spacer: React.FC<SpacerProps> = ({
|
|
|
27
28
|
paddingBottom: bottom,
|
|
28
29
|
},
|
|
29
30
|
]}
|
|
31
|
+
{...rest}
|
|
30
32
|
/>
|
|
31
33
|
);
|
|
32
34
|
};
|
|
@@ -25,7 +25,7 @@ const LottieAnimation = forwardRef<LottieView, Props>(
|
|
|
25
25
|
ref
|
|
26
26
|
) => {
|
|
27
27
|
return (
|
|
28
|
-
<View style={style}>
|
|
28
|
+
<View style={style} {...rest}>
|
|
29
29
|
<LottieView
|
|
30
30
|
ref={ref}
|
|
31
31
|
source={source}
|
|
@@ -36,7 +36,6 @@ const LottieAnimation = forwardRef<LottieView, Props>(
|
|
|
36
36
|
// A specific size is required on mobile, but not on web.
|
|
37
37
|
// This ensures consistent behavior across platforms during preview.
|
|
38
38
|
style={{ width: "100%", height: "100%" }}
|
|
39
|
-
{...rest}
|
|
40
39
|
/>
|
|
41
40
|
</View>
|
|
42
41
|
);
|
|
@@ -21,6 +21,7 @@ const AudioPlayerWithInterface = React.forwardRef<
|
|
|
21
21
|
(
|
|
22
22
|
{
|
|
23
23
|
style,
|
|
24
|
+
className,
|
|
24
25
|
thumbColor,
|
|
25
26
|
completedTrackColor,
|
|
26
27
|
remainingTrackColor,
|
|
@@ -127,6 +128,8 @@ const AudioPlayerWithInterface = React.forwardRef<
|
|
|
127
128
|
/>
|
|
128
129
|
<View
|
|
129
130
|
testID="audio-player-interface"
|
|
131
|
+
// @ts-ignore
|
|
132
|
+
className={className}
|
|
130
133
|
style={[
|
|
131
134
|
{
|
|
132
135
|
backgroundColor: theme.colors.background.base,
|
|
@@ -75,6 +75,9 @@ const VideoPlayer = React.forwardRef<VideoPlayerRef, VideoPlayerProps>(
|
|
|
75
75
|
},
|
|
76
76
|
ref
|
|
77
77
|
) => {
|
|
78
|
+
// @ts-ignore
|
|
79
|
+
const { className, ...videoPlayerProps } = rest;
|
|
80
|
+
|
|
78
81
|
const stableSource = useSourceDeepCompareMemoize(
|
|
79
82
|
normalizeBase64Source(source, "video")
|
|
80
83
|
);
|
|
@@ -248,7 +251,11 @@ const VideoPlayer = React.forwardRef<VideoPlayerRef, VideoPlayerProps>(
|
|
|
248
251
|
ref={mediaPlaybackWrapperRef}
|
|
249
252
|
onTogglePlayback={updateAudioMode}
|
|
250
253
|
>
|
|
251
|
-
<View
|
|
254
|
+
<View
|
|
255
|
+
style={[style, styles.container]}
|
|
256
|
+
// @ts-ignore
|
|
257
|
+
className={className}
|
|
258
|
+
>
|
|
252
259
|
<VideoPlayerComponent
|
|
253
260
|
ref={videoPlayerRef}
|
|
254
261
|
player={player}
|
|
@@ -258,7 +265,7 @@ const VideoPlayer = React.forwardRef<VideoPlayerRef, VideoPlayerProps>(
|
|
|
258
265
|
onFullscreenEnter={() => onFullscreenUpdate("entered")}
|
|
259
266
|
onFullscreenExit={() => onFullscreenUpdate("exited")}
|
|
260
267
|
allowsFullscreen={allowsFullscreen}
|
|
261
|
-
{...
|
|
268
|
+
{...videoPlayerProps}
|
|
262
269
|
/>
|
|
263
270
|
{showPoster && posterSource && (
|
|
264
271
|
<View style={StyleSheet.absoluteFill} pointerEvents="none">
|
|
@@ -33,6 +33,7 @@ const PickerInputContainer: React.FC<
|
|
|
33
33
|
options = [],
|
|
34
34
|
onPress,
|
|
35
35
|
Icon,
|
|
36
|
+
className,
|
|
36
37
|
style,
|
|
37
38
|
selectedValue,
|
|
38
39
|
disabled = false,
|
|
@@ -70,7 +71,12 @@ const PickerInputContainer: React.FC<
|
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
return (
|
|
73
|
-
<View
|
|
74
|
+
<View
|
|
75
|
+
testID={testID}
|
|
76
|
+
style={[containerStyle, { zIndex }]}
|
|
77
|
+
// @ts-ignore
|
|
78
|
+
className={className}
|
|
79
|
+
>
|
|
74
80
|
<TextField
|
|
75
81
|
Icon={Icon}
|
|
76
82
|
numberOfLines={1}
|
|
@@ -41,6 +41,7 @@ export const CircularProgress: React.FC<
|
|
|
41
41
|
trackCustomDashArray,
|
|
42
42
|
onFullPathWidth,
|
|
43
43
|
startPosition = "top",
|
|
44
|
+
className,
|
|
44
45
|
style,
|
|
45
46
|
testID,
|
|
46
47
|
}) => {
|
|
@@ -128,6 +129,8 @@ export const CircularProgress: React.FC<
|
|
|
128
129
|
},
|
|
129
130
|
style,
|
|
130
131
|
]}
|
|
132
|
+
// @ts-ignore
|
|
133
|
+
className={className}
|
|
131
134
|
>
|
|
132
135
|
<Svg testID={testID ?? "circular-progress-component"} style={{ flex: 1 }}>
|
|
133
136
|
{showTrack && (
|
|
@@ -37,6 +37,7 @@ export const LinearProgress: React.FC<ValueProgressProps> = ({
|
|
|
37
37
|
customDashArray,
|
|
38
38
|
trackCustomDashArray,
|
|
39
39
|
onFullPathWidth,
|
|
40
|
+
className,
|
|
40
41
|
style,
|
|
41
42
|
testID,
|
|
42
43
|
}) => {
|
|
@@ -101,6 +102,8 @@ export const LinearProgress: React.FC<ValueProgressProps> = ({
|
|
|
101
102
|
},
|
|
102
103
|
style,
|
|
103
104
|
]}
|
|
105
|
+
// @ts-ignore
|
|
106
|
+
className={className}
|
|
104
107
|
>
|
|
105
108
|
<Svg testID={testID ?? "linear-progress-component"} style={{ flex: 1 }}>
|
|
106
109
|
{showTrack && (
|
|
@@ -7,14 +7,20 @@ import Config from "./Config";
|
|
|
7
7
|
type SVGComponentProps = {
|
|
8
8
|
source: string;
|
|
9
9
|
style?: StyleProp<ImageStyle>;
|
|
10
|
+
className?: string;
|
|
10
11
|
};
|
|
11
12
|
|
|
12
13
|
const SVG: React.FC<React.PropsWithChildren<SVGComponentProps>> = ({
|
|
13
14
|
source = Config.placeholderSvgURL,
|
|
14
15
|
style,
|
|
16
|
+
className,
|
|
15
17
|
}) => {
|
|
16
18
|
return (
|
|
17
|
-
<View
|
|
19
|
+
<View
|
|
20
|
+
style={style as StyleProp<ViewStyle>}
|
|
21
|
+
// @ts-ignore
|
|
22
|
+
className={className}
|
|
23
|
+
>
|
|
18
24
|
<SvgUri width="100%" height="100%" uri={source} />
|
|
19
25
|
</View>
|
|
20
26
|
);
|
package/src/components/SVG.tsx
CHANGED
|
@@ -6,13 +6,22 @@ import Config from "./Config";
|
|
|
6
6
|
type SVGComponentProps = {
|
|
7
7
|
source: string;
|
|
8
8
|
style?: StyleProp<ImageStyle>;
|
|
9
|
+
className?: string;
|
|
9
10
|
};
|
|
10
11
|
|
|
11
12
|
const SVG: React.FC<React.PropsWithChildren<SVGComponentProps>> = ({
|
|
12
13
|
source = Config.placeholderSvgURL,
|
|
13
14
|
style,
|
|
15
|
+
className,
|
|
14
16
|
}) => {
|
|
15
|
-
return
|
|
17
|
+
return (
|
|
18
|
+
<Image
|
|
19
|
+
style={style}
|
|
20
|
+
source={{ uri: source }}
|
|
21
|
+
// @ts-ignore
|
|
22
|
+
className={className}
|
|
23
|
+
/>
|
|
24
|
+
);
|
|
16
25
|
};
|
|
17
26
|
|
|
18
27
|
export default SVG;
|
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { View, StyleProp, ViewStyle, Text } from "react-native";
|
|
2
|
+
import { View, ViewProps, StyleProp, ViewStyle, Text } from "react-native";
|
|
3
3
|
import { withTheme } from "@draftbit/theme";
|
|
4
4
|
import type { ReadTheme } from "@draftbit/theme";
|
|
5
5
|
|
|
6
|
-
interface SectionHeaderProps {
|
|
6
|
+
interface SectionHeaderProps extends Omit<ViewProps, "style" | "children"> {
|
|
7
7
|
style?: StyleProp<ViewStyle>;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
const SectionHeader: React.FC<React.PropsWithChildren<SectionHeaderProps>> = ({
|
|
11
11
|
style,
|
|
12
12
|
children,
|
|
13
|
-
|
|
13
|
+
...rest
|
|
14
|
+
}) => (
|
|
15
|
+
<View style={style} {...rest}>
|
|
16
|
+
{children}
|
|
17
|
+
</View>
|
|
18
|
+
);
|
|
14
19
|
|
|
15
20
|
interface DefaultSectionHeaderProps {
|
|
16
21
|
title: string;
|
|
@@ -50,6 +50,7 @@ import {
|
|
|
50
50
|
*/
|
|
51
51
|
|
|
52
52
|
export interface SwipeableItemProps extends IconSlot {
|
|
53
|
+
className?: string;
|
|
53
54
|
closeOnPress?: boolean;
|
|
54
55
|
leftOpenValue?: number;
|
|
55
56
|
rightOpenValue?: number;
|
|
@@ -74,6 +75,7 @@ type Props = SwipeableItemProps & RightSwipeProps & LeftSwipeProps;
|
|
|
74
75
|
|
|
75
76
|
const SwipeableItem: React.FC<React.PropsWithChildren<Props>> = ({
|
|
76
77
|
theme,
|
|
78
|
+
className,
|
|
77
79
|
style,
|
|
78
80
|
children: childrenProp,
|
|
79
81
|
Icon,
|
|
@@ -232,6 +234,8 @@ const SwipeableItem: React.FC<React.PropsWithChildren<Props>> = ({
|
|
|
232
234
|
setComponentWidth(event.nativeEvent.layout.width);
|
|
233
235
|
}}
|
|
234
236
|
style={[styles.parentContainer, parentContainerStyles]}
|
|
237
|
+
// @ts-ignore
|
|
238
|
+
className={className}
|
|
235
239
|
>
|
|
236
240
|
{/*@ts-ignore*/}
|
|
237
241
|
<SwipeRow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReadTheme, withTheme } from "@draftbit/theme";
|
|
2
2
|
import React, { forwardRef, useImperativeHandle } from "react";
|
|
3
|
-
import { View, StyleProp, ViewStyle } from "react-native";
|
|
3
|
+
import { View, StyleProp, ViewStyle, ViewProps } from "react-native";
|
|
4
4
|
import SwiperComponent from "react-native-web-swiper";
|
|
5
5
|
|
|
6
6
|
export interface SwiperRef {
|
|
@@ -9,7 +9,7 @@ export interface SwiperRef {
|
|
|
9
9
|
swipePrev: () => void;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
export interface SwiperProps<T> {
|
|
12
|
+
export interface SwiperProps<T> extends Omit<ViewProps, "style" | "children"> {
|
|
13
13
|
onSwipe?: (index: number) => void;
|
|
14
14
|
onSwipedNext?: (index: number) => void;
|
|
15
15
|
onSwipedPrevious?: (index: number) => void;
|
|
@@ -63,6 +63,7 @@ const Swiper = forwardRef<SwiperRef, SwiperProps<any>>(
|
|
|
63
63
|
minDistanceToCapture,
|
|
64
64
|
style,
|
|
65
65
|
hideDots = false,
|
|
66
|
+
...rest
|
|
66
67
|
}: SwiperProps<any>,
|
|
67
68
|
ref
|
|
68
69
|
) => {
|
|
@@ -141,7 +142,7 @@ const Swiper = forwardRef<SwiperRef, SwiperProps<any>>(
|
|
|
141
142
|
}));
|
|
142
143
|
|
|
143
144
|
return (
|
|
144
|
-
<View style={style}>
|
|
145
|
+
<View style={style} {...rest}>
|
|
145
146
|
{/* @ts-ignore */}
|
|
146
147
|
<SwiperComponent
|
|
147
148
|
ref={swiperRef}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
View,
|
|
4
|
+
StyleSheet,
|
|
5
|
+
StyleProp,
|
|
6
|
+
ViewStyle,
|
|
7
|
+
ViewProps,
|
|
8
|
+
} from "react-native";
|
|
3
9
|
|
|
4
10
|
const styles = StyleSheet.create({
|
|
5
11
|
wrapper: {
|
|
@@ -7,13 +13,15 @@ const styles = StyleSheet.create({
|
|
|
7
13
|
},
|
|
8
14
|
});
|
|
9
15
|
|
|
10
|
-
export interface SwiperProps {
|
|
16
|
+
export interface SwiperProps extends Omit<ViewProps, "style" | "children"> {
|
|
11
17
|
children: React.ReactNode;
|
|
12
18
|
style?: StyleProp<ViewStyle>;
|
|
13
19
|
}
|
|
14
20
|
|
|
15
|
-
const SwiperItem = ({ children, style }: SwiperProps) => (
|
|
16
|
-
<View style={[styles.wrapper, style]}
|
|
21
|
+
const SwiperItem = ({ children, style, ...rest }: SwiperProps) => (
|
|
22
|
+
<View style={[styles.wrapper, style]} {...rest}>
|
|
23
|
+
{children}
|
|
24
|
+
</View>
|
|
17
25
|
);
|
|
18
26
|
|
|
19
27
|
export default SwiperItem;
|
|
@@ -10,6 +10,7 @@ import Pressable from "../Pressable";
|
|
|
10
10
|
export interface Props extends TableProps {
|
|
11
11
|
onPress?: () => void;
|
|
12
12
|
style?: StyleProp<ViewStyle>;
|
|
13
|
+
className?: string;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
const TableCell: React.FC<React.PropsWithChildren<Props>> = ({
|
|
@@ -24,6 +25,7 @@ const TableCell: React.FC<React.PropsWithChildren<Props>> = ({
|
|
|
24
25
|
cellHorizontalPadding,
|
|
25
26
|
children,
|
|
26
27
|
onPress,
|
|
28
|
+
className,
|
|
27
29
|
style,
|
|
28
30
|
}) => {
|
|
29
31
|
const parentContextValue = React.useContext(TableStyleContext);
|
|
@@ -42,6 +44,8 @@ const TableCell: React.FC<React.PropsWithChildren<Props>> = ({
|
|
|
42
44
|
return (
|
|
43
45
|
<ContainerComponent
|
|
44
46
|
onPress={onPress}
|
|
47
|
+
// @ts-ignore
|
|
48
|
+
className={className}
|
|
45
49
|
style={[
|
|
46
50
|
styles.cellContainer,
|
|
47
51
|
borderViewStyle,
|
|
@@ -14,6 +14,7 @@ export interface Props extends TableProps {
|
|
|
14
14
|
onPress?: () => void;
|
|
15
15
|
isTableHeader?: boolean;
|
|
16
16
|
style?: StyleProp<ViewStyle>;
|
|
17
|
+
className?: string;
|
|
17
18
|
theme: ReadTheme;
|
|
18
19
|
}
|
|
19
20
|
|
|
@@ -30,6 +31,7 @@ const TableRow: React.FC<React.PropsWithChildren<Props>> = ({
|
|
|
30
31
|
isTableHeader = false,
|
|
31
32
|
children,
|
|
32
33
|
onPress,
|
|
34
|
+
className,
|
|
33
35
|
style,
|
|
34
36
|
theme,
|
|
35
37
|
}) => {
|
|
@@ -61,6 +63,8 @@ const TableRow: React.FC<React.PropsWithChildren<Props>> = ({
|
|
|
61
63
|
<TableStyleContext.Provider value={contextValue}>
|
|
62
64
|
<ContainerComponent
|
|
63
65
|
onPress={onPress}
|
|
66
|
+
// @ts-ignore
|
|
67
|
+
className={className}
|
|
64
68
|
style={[
|
|
65
69
|
borderViewStyle,
|
|
66
70
|
isTableHeader
|
|
@@ -9,6 +9,7 @@ const YoutubePlayer: React.FC<YoutubePlayerProps> = ({
|
|
|
9
9
|
playlist,
|
|
10
10
|
autoplay = false,
|
|
11
11
|
style,
|
|
12
|
+
className,
|
|
12
13
|
}) => {
|
|
13
14
|
const { viewStyles } = extractStyles(style);
|
|
14
15
|
const defaultVideoId = "nwMUpDESXrI";
|
|
@@ -24,7 +25,10 @@ const YoutubePlayer: React.FC<YoutubePlayerProps> = ({
|
|
|
24
25
|
};
|
|
25
26
|
|
|
26
27
|
return (
|
|
27
|
-
<View
|
|
28
|
+
<View
|
|
29
|
+
style={viewStyles} // @ts-ignore
|
|
30
|
+
className={className}
|
|
31
|
+
>
|
|
28
32
|
<YouTube
|
|
29
33
|
style={{ flex: 1 }}
|
|
30
34
|
videoId={!videoId && !playlist ? defaultVideoId : videoId}
|