@tamagui/scroll-view 1.102.3 → 1.103.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.102.3",
3
+ "version": "1.103.0",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -32,11 +32,11 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@tamagui/stacks": "1.102.3",
36
- "@tamagui/web": "1.102.3"
35
+ "@tamagui/stacks": "1.103.0",
36
+ "@tamagui/web": "1.103.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "1.102.3",
39
+ "@tamagui/build": "1.103.0",
40
40
  "react": "^18.2.0"
41
41
  },
42
42
  "publishConfig": {
@@ -22,6 +22,6 @@ export const ScrollView = styled(
22
22
  }
23
23
  )
24
24
 
25
- export type ScrollView = Pick<ScrollViewNative, 'scrollTo'>
25
+ export type ScrollView = ScrollViewNative
26
26
 
27
27
  export type ScrollViewProps = GetProps<typeof ScrollView>
@@ -9,6 +9,6 @@ export declare const ScrollView: import("@tamagui/web").TamaguiComponent<import(
9
9
  readonly contentContainerStyle: "style";
10
10
  };
11
11
  }>;
12
- export type ScrollView = Pick<ScrollViewNative, 'scrollTo'>;
12
+ export type ScrollView = ScrollViewNative;
13
13
  export type ScrollViewProps = GetProps<typeof ScrollView>;
14
14
  //# sourceMappingURL=ScrollView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScrollView.d.ts","sourceRoot":"","sources":["../src/ScrollView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAA;AAE5C,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAE7D,eAAO,MAAM,UAAU;;;;;;;;EAiBtB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAA;AAE3D,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA"}
1
+ {"version":3,"file":"ScrollView.d.ts","sourceRoot":"","sources":["../src/ScrollView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAA;AAE5C,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAE7D,eAAO,MAAM,UAAU;;;;;;;;EAiBtB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAA;AAEzC,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA"}