@draftbit/core 47.7.5-a996ce.2 → 47.7.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/core",
3
- "version": "47.7.5-a996ce.2+a996ce8",
3
+ "version": "47.7.5",
4
4
  "description": "Core (non-native) Components",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "types": "lib/typescript/src/index.d.ts",
@@ -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": "^47.7.5-a996ce.2+a996ce8",
44
+ "@draftbit/types": "47.6.0",
45
45
  "@expo/vector-icons": "^13.0.0",
46
46
  "@material-ui/core": "^4.11.0",
47
47
  "@material-ui/pickers": "^3.2.10",
@@ -100,5 +100,5 @@
100
100
  ],
101
101
  "testEnvironment": "node"
102
102
  },
103
- "gitHead": "a996ce8c5269380a3d2d04d27e5b3fea49772149"
103
+ "gitHead": "ec18c9d9fd917a0f4869b06ddbd8e69a041c4407"
104
104
  }
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { StyleSheet, View, } from "react-native";
3
3
  import BottomSheetComponent from "./BottomSheetComponent";
4
4
  import { withTheme } from "../../theming";
5
- const BottomSheet = React.forwardRef(({ theme, snapPoints: snapPointsProp, topSnapPosition = "10%", middleSnapPosition = "50%", bottomSnapPosition = "80%", initialSnapIndex, initialSnapPosition = "bottom", showHandle = true, handleColor = theme.colors.divider, topBorderRadius = 20, borderWidth = 1, borderColor = theme.colors.divider, onSettle, style, children, ...rest }, ref) => {
5
+ const BottomSheet = ({ theme, snapPoints: snapPointsProp, topSnapPosition = "10%", middleSnapPosition = "50%", bottomSnapPosition = "80%", initialSnapIndex, initialSnapPosition = "bottom", showHandle = true, handleColor = theme.colors.divider, topBorderRadius = 20, borderWidth = 1, borderColor = theme.colors.divider, onSettle, style, children, ...rest }) => {
6
6
  const backgroundColor = (style === null || style === void 0 ? void 0 : style.backgroundColor) || theme.colors.background;
7
7
  const snapPoints = snapPointsProp || [
8
8
  topSnapPosition,
@@ -20,7 +20,7 @@ const BottomSheet = React.forwardRef(({ theme, snapPoints: snapPointsProp, topSn
20
20
  }
21
21
  };
22
22
  return (React.createElement(View, { style: styles.parentContainer, pointerEvents: "box-none" },
23
- React.createElement(BottomSheetComponent, { ref: ref, componentType: "ScrollView", snapPoints: snapPoints, initialSnapIndex: initialSnapIndex !== null && initialSnapIndex !== void 0 ? initialSnapIndex : getSnapIndexFromPosition(initialSnapPosition), renderHandle: () => (React.createElement(React.Fragment, null, showHandle && (React.createElement(View, { style: [
23
+ React.createElement(BottomSheetComponent, { componentType: "ScrollView", snapPoints: snapPoints, initialSnapIndex: initialSnapIndex !== null && initialSnapIndex !== void 0 ? initialSnapIndex : getSnapIndexFromPosition(initialSnapPosition), renderHandle: () => (React.createElement(React.Fragment, null, showHandle && (React.createElement(View, { style: [
24
24
  styles.handleContainer,
25
25
  {
26
26
  backgroundColor,
@@ -38,7 +38,7 @@ const BottomSheet = React.forwardRef(({ theme, snapPoints: snapPointsProp, topSn
38
38
  borderColor,
39
39
  },
40
40
  ]), onSettle: onSettle, ...rest }, children)));
41
- });
41
+ };
42
42
  const styles = StyleSheet.create({
43
43
  //Render on top of everything
44
44
  parentContainer: {
@@ -1 +1 @@
1
- {"version":3,"file":"BottomSheet.js","sourceRoot":"","sources":["BottomSheet.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BottomSheet.js","sourceRoot":"","sources":["BottomSheet.tsx"],"names":[],"mappings":"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"}
@@ -32,100 +32,91 @@ export interface BottomSheetProps extends ScrollViewProps {
32
32
  theme: Theme;
33
33
  }
34
34
 
35
- const BottomSheet = React.forwardRef<
36
- BottomSheetComponent<any>,
37
- BottomSheetProps
38
- >(
39
- (
40
- {
41
- theme,
42
- snapPoints: snapPointsProp,
43
- topSnapPosition = "10%",
44
- middleSnapPosition = "50%",
45
- bottomSnapPosition = "80%",
46
- initialSnapIndex,
47
- initialSnapPosition = "bottom",
48
- showHandle = true,
49
- handleColor = theme.colors.divider,
50
- topBorderRadius = 20,
51
- borderWidth = 1,
52
- borderColor = theme.colors.divider,
53
- onSettle,
54
- style,
55
- children,
56
- ...rest
57
- },
58
- ref
59
- ) => {
60
- const backgroundColor =
61
- (style as ViewStyle)?.backgroundColor || theme.colors.background;
35
+ const BottomSheet: React.FC<React.PropsWithChildren<BottomSheetProps>> = ({
36
+ theme,
37
+ snapPoints: snapPointsProp,
38
+ topSnapPosition = "10%",
39
+ middleSnapPosition = "50%",
40
+ bottomSnapPosition = "80%",
41
+ initialSnapIndex,
42
+ initialSnapPosition = "bottom",
43
+ showHandle = true,
44
+ handleColor = theme.colors.divider,
45
+ topBorderRadius = 20,
46
+ borderWidth = 1,
47
+ borderColor = theme.colors.divider,
48
+ onSettle,
49
+ style,
50
+ children,
51
+ ...rest
52
+ }) => {
53
+ const backgroundColor =
54
+ (style as ViewStyle)?.backgroundColor || theme.colors.background;
62
55
 
63
- const snapPoints = snapPointsProp || [
64
- topSnapPosition,
65
- middleSnapPosition,
66
- bottomSnapPosition,
67
- ];
56
+ const snapPoints = snapPointsProp || [
57
+ topSnapPosition,
58
+ middleSnapPosition,
59
+ bottomSnapPosition,
60
+ ];
68
61
 
69
- const getSnapIndexFromPosition = (position: SnapPosition) => {
70
- switch (position) {
71
- case "top":
72
- return 0;
73
- case "middle":
74
- return 1;
75
- case "bottom":
76
- return 2;
77
- }
78
- };
62
+ const getSnapIndexFromPosition = (position: SnapPosition) => {
63
+ switch (position) {
64
+ case "top":
65
+ return 0;
66
+ case "middle":
67
+ return 1;
68
+ case "bottom":
69
+ return 2;
70
+ }
71
+ };
79
72
 
80
- return (
81
- <View style={styles.parentContainer} pointerEvents="box-none">
82
- <BottomSheetComponent
83
- ref={ref}
84
- componentType="ScrollView"
85
- snapPoints={snapPoints}
86
- initialSnapIndex={
87
- initialSnapIndex ?? getSnapIndexFromPosition(initialSnapPosition)
88
- }
89
- renderHandle={() => (
90
- <>
91
- {showHandle && (
73
+ return (
74
+ <View style={styles.parentContainer} pointerEvents="box-none">
75
+ <BottomSheetComponent
76
+ componentType="ScrollView"
77
+ snapPoints={snapPoints}
78
+ initialSnapIndex={
79
+ initialSnapIndex ?? getSnapIndexFromPosition(initialSnapPosition)
80
+ }
81
+ renderHandle={() => (
82
+ <>
83
+ {showHandle && (
84
+ <View
85
+ style={[
86
+ styles.handleContainer,
87
+ {
88
+ backgroundColor,
89
+ borderTopLeftRadius: topBorderRadius,
90
+ borderTopRightRadius: topBorderRadius,
91
+ },
92
+ ]}
93
+ >
92
94
  <View
93
- style={[
94
- styles.handleContainer,
95
- {
96
- backgroundColor,
97
- borderTopLeftRadius: topBorderRadius,
98
- borderTopRightRadius: topBorderRadius,
99
- },
100
- ]}
101
- >
102
- <View
103
- style={[styles.handle, { backgroundColor: handleColor }]}
104
- />
105
- </View>
106
- )}
107
- </>
108
- )}
109
- contentContainerStyle={[styles.contentContainerStyle, style]}
110
- containerStyle={StyleSheet.flatten([
111
- styles.containerStyle,
112
- {
113
- backgroundColor,
114
- borderTopLeftRadius: topBorderRadius,
115
- borderTopRightRadius: topBorderRadius,
116
- borderWidth,
117
- borderColor,
118
- },
119
- ])}
120
- onSettle={onSettle}
121
- {...rest}
122
- >
123
- {children}
124
- </BottomSheetComponent>
125
- </View>
126
- );
127
- }
128
- );
95
+ style={[styles.handle, { backgroundColor: handleColor }]}
96
+ />
97
+ </View>
98
+ )}
99
+ </>
100
+ )}
101
+ contentContainerStyle={[styles.contentContainerStyle, style]}
102
+ containerStyle={StyleSheet.flatten([
103
+ styles.containerStyle,
104
+ {
105
+ backgroundColor,
106
+ borderTopLeftRadius: topBorderRadius,
107
+ borderTopRightRadius: topBorderRadius,
108
+ borderWidth,
109
+ borderColor,
110
+ },
111
+ ])}
112
+ onSettle={onSettle}
113
+ {...rest}
114
+ >
115
+ {children}
116
+ </BottomSheetComponent>
117
+ </View>
118
+ );
119
+ };
129
120
 
130
121
  const styles = StyleSheet.create({
131
122
  //Render on top of everything