@tamagui/scroll-view 1.43.17 → 1.44.0
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": "@tamagui/scroll-view",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.44.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@tamagui/stacks": "1.
|
|
33
|
-
"@tamagui/web": "1.
|
|
32
|
+
"@tamagui/stacks": "1.44.0",
|
|
33
|
+
"@tamagui/web": "1.44.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "*"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@tamagui/build": "1.
|
|
39
|
+
"@tamagui/build": "1.44.0",
|
|
40
40
|
"react": "^18.2.0"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
package/types/ScrollView.d.ts
CHANGED
|
@@ -7,9 +7,7 @@ export declare const ScrollView: import("@tamagui/web").TamaguiComponent<import(
|
|
|
7
7
|
readonly fullscreen?: boolean | undefined;
|
|
8
8
|
}>> & import("@tamagui/web").MediaProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/web").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
9
9
|
readonly fullscreen?: boolean | undefined;
|
|
10
|
-
}
|
|
11
|
-
readonly fullscreen?: boolean | undefined;
|
|
12
|
-
}>>>>, ScrollViewNative, import("react-native").ScrollViewProps & Omit<import("@tamagui/web").StackProps, keyof import("react-native").ScrollViewProps>, {
|
|
10
|
+
}>>, ScrollViewNative, import("react-native").ScrollViewProps & Omit<import("@tamagui/web").StackProps, keyof import("react-native").ScrollViewProps>, {
|
|
13
11
|
readonly fullscreen?: boolean | undefined;
|
|
14
12
|
}, {
|
|
15
13
|
prototype: ScrollViewNative;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollView.d.ts","sourceRoot":"","sources":["../src/ScrollView.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAA4B,MAAM,cAAc,CAAA;AACjE,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAM7D,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"ScrollView.d.ts","sourceRoot":"","sources":["../src/ScrollView.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAA4B,MAAM,cAAc,CAAA;AACjE,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAM7D,eAAO,MAAM,UAAU;;;;;;;;;;;EASrB,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA"}
|