@tamagui/scroll-view 1.79.7 → 1.79.9

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.
@@ -0,0 +1,19 @@
1
+ import { fullscreenStyle } from "@tamagui/stacks";
2
+ import { setupReactNative, styled } from "@tamagui/web";
3
+ import { ScrollView as ScrollViewNative } from "react-native";
4
+ setupReactNative({
5
+ ScrollView: ScrollViewNative
6
+ });
7
+ const ScrollView = styled(ScrollViewNative, {
8
+ name: "ScrollView",
9
+ scrollEnabled: !0,
10
+ variants: {
11
+ fullscreen: {
12
+ true: fullscreenStyle
13
+ }
14
+ }
15
+ });
16
+ export {
17
+ ScrollView
18
+ };
19
+ //# sourceMappingURL=ScrollView.mjs.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/ScrollView.tsx"],
4
+ "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAmB,kBAAkB,cAAc;AACnD,SAAS,cAAc,wBAAwB;AAE/C,iBAAiB;AAAA,EACf,YAAY;AACd,CAAC;AAEM,MAAM,aAAa,OAAO,kBAAkB;AAAA,EACjD,MAAM;AAAA,EACN,eAAe;AAAA,EAEf,UAAU;AAAA,IACR,YAAY;AAAA,MACV,MAAM;AAAA,IACR;AAAA,EACF;AACF,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./ScrollView";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.tsx"],
4
+ "mappings": "AAAA,cAAc;",
5
+ "names": []
6
+ }
@@ -0,0 +1,19 @@
1
+ import { fullscreenStyle } from "@tamagui/stacks";
2
+ import { setupReactNative, styled } from "@tamagui/web";
3
+ import { ScrollView as ScrollViewNative } from "react-native";
4
+ setupReactNative({
5
+ ScrollView: ScrollViewNative
6
+ });
7
+ const ScrollView = styled(ScrollViewNative, {
8
+ name: "ScrollView",
9
+ scrollEnabled: true,
10
+ variants: {
11
+ fullscreen: {
12
+ true: fullscreenStyle
13
+ }
14
+ }
15
+ });
16
+ export {
17
+ ScrollView
18
+ };
19
+ //# sourceMappingURL=ScrollView.mjs.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/ScrollView.tsx"],
4
+ "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAmB,kBAAkB,cAAc;AACnD,SAAS,cAAc,wBAAwB;AAE/C,iBAAiB;AAAA,EACf,YAAY;AACd,CAAC;AAEM,MAAM,aAAa,OAAO,kBAAkB;AAAA,EACjD,MAAM;AAAA,EACN,eAAe;AAAA,EAEf,UAAU;AAAA,IACR,YAAY;AAAA,MACV,MAAM;AAAA,IACR;AAAA,EACF;AACF,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./ScrollView";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.tsx"],
4
+ "mappings": "AAAA,cAAc;",
5
+ "names": []
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/scroll-view",
3
- "version": "1.79.7",
3
+ "version": "1.79.9",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,14 +29,14 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/stacks": "1.79.7",
33
- "@tamagui/web": "1.79.7"
32
+ "@tamagui/stacks": "1.79.9",
33
+ "@tamagui/web": "1.79.9"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "*"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "1.79.7",
39
+ "@tamagui/build": "1.79.9",
40
40
  "react": "^18.2.0"
41
41
  },
42
42
  "publishConfig": {