@tamagui/scroll-view 2.0.0-rc.4 → 2.0.0-rc.40
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/dist/cjs/ScrollView.cjs +16 -14
- package/dist/cjs/ScrollView.native.js +27 -25
- package/dist/cjs/ScrollView.native.js.map +1 -1
- package/dist/cjs/index.cjs +7 -5
- package/dist/cjs/index.native.js +7 -5
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/esm/ScrollView.mjs +1 -1
- package/dist/esm/ScrollView.native.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -6
- package/dist/jsx/ScrollView.mjs +1 -1
- package/dist/jsx/ScrollView.native.js +27 -25
- package/dist/jsx/ScrollView.native.js.map +1 -1
- package/dist/jsx/index.js +1 -1
- package/dist/jsx/index.js.map +1 -6
- package/dist/jsx/index.native.js +7 -5
- package/package.json +8 -11
- package/dist/cjs/ScrollView.js +0 -38
- package/dist/cjs/ScrollView.js.map +0 -6
- package/dist/cjs/index.js +0 -15
- package/dist/cjs/index.js.map +0 -6
- package/dist/esm/ScrollView.js +0 -24
- package/dist/esm/ScrollView.js.map +0 -6
- package/dist/jsx/ScrollView.js +0 -24
- package/dist/jsx/ScrollView.js.map +0 -6
package/dist/cjs/ScrollView.cjs
CHANGED
|
@@ -3,32 +3,34 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
3
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
5
|
var __export = (target, all) => {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
for (var name in all) __defProp(target, name, {
|
|
7
|
+
get: all[name],
|
|
8
|
+
enumerable: true
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
13
14
|
get: () => from[key],
|
|
14
15
|
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
16
|
});
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
18
20
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
-
value:
|
|
21
|
+
value: true
|
|
20
22
|
}), mod);
|
|
21
23
|
var ScrollView_exports = {};
|
|
22
24
|
__export(ScrollView_exports, {
|
|
23
25
|
ScrollView: () => ScrollView
|
|
24
26
|
});
|
|
25
27
|
module.exports = __toCommonJS(ScrollView_exports);
|
|
26
|
-
var import_stacks = require("@tamagui/stacks")
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var import_stacks = require("@tamagui/stacks");
|
|
29
|
+
var import_web = require("@tamagui/web");
|
|
30
|
+
var import_react_native = require("react-native-web");
|
|
29
31
|
const ScrollView = (0, import_web.styled)(import_react_native.ScrollView, {
|
|
30
32
|
name: "ScrollView",
|
|
31
|
-
scrollEnabled:
|
|
33
|
+
scrollEnabled: true,
|
|
32
34
|
variants: {
|
|
33
35
|
fullscreen: {
|
|
34
36
|
true: import_stacks.fullscreenStyle
|
|
@@ -5,40 +5,42 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
7
|
var __export = (target, all) => {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
for (var name in all) __defProp(target, name, {
|
|
9
|
+
get: all[name],
|
|
10
|
+
enumerable: true
|
|
11
|
+
});
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
15
16
|
get: () => from[key],
|
|
16
17
|
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
18
|
});
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
}
|
|
20
|
+
return to;
|
|
21
|
+
};
|
|
20
22
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
-
value:
|
|
23
|
+
value: true
|
|
22
24
|
}), mod);
|
|
23
25
|
var ScrollView_exports = {};
|
|
24
26
|
__export(ScrollView_exports, {
|
|
25
27
|
ScrollView: () => ScrollView
|
|
26
28
|
});
|
|
27
29
|
module.exports = __toCommonJS(ScrollView_exports);
|
|
28
|
-
var import_stacks = require("@tamagui/stacks")
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}, {
|
|
40
|
-
accept: {
|
|
41
|
-
contentContainerStyle: "style"
|
|
30
|
+
var import_stacks = require("@tamagui/stacks");
|
|
31
|
+
var import_web = require("@tamagui/web");
|
|
32
|
+
var import_react_native = require("react-native");
|
|
33
|
+
var ScrollView = (0, import_web.styled)(import_react_native.ScrollView, {
|
|
34
|
+
name: "ScrollView",
|
|
35
|
+
scrollEnabled: true,
|
|
36
|
+
variants: {
|
|
37
|
+
fullscreen: {
|
|
38
|
+
true: import_stacks.fullscreenStyle
|
|
42
39
|
}
|
|
43
|
-
}
|
|
40
|
+
}
|
|
41
|
+
}, {
|
|
42
|
+
accept: {
|
|
43
|
+
contentContainerStyle: "style"
|
|
44
|
+
}
|
|
45
|
+
});
|
|
44
46
|
//# sourceMappingURL=ScrollView.native.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","ScrollView_exports","__export","ScrollView","module","exports","import_stacks","require","import_web","import_react_native","styled","name","scrollEnabled","variants","fullscreen","true","fullscreenStyle","accept","contentContainerStyle"],"sources":["../../src/ScrollView.tsx"],"sourcesContent":[null],"mappings":"
|
|
1
|
+
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","ScrollView_exports","__export","ScrollView","module","exports","import_stacks","require","import_web","import_react_native","styled","name","scrollEnabled","variants","fullscreen","true","fullscreenStyle","accept","contentContainerStyle"],"sources":["../../src/ScrollView.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,kBAAA;AAAAC,QAAA,CAAAD,kBAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAAgC,CAAAK,kBAAA;AAEhC,IAAAK,aAAuB,GAAAC,OAAA;AACvB,IAAAC,UAAA,GAAAD,OAAA,eAA+C;AAExC,IAAAE,mBAAmB,GAAAF,OAAA;AAAA,IACxBJ,UAAA,OAAAK,UAAA,CAAAE,MAAA,EAAAD,mBAAA,CAAAN,UAAA;EACAQ,IAAA;EAAAC,aACQ;EAAAC,QACN;IAEAC,UAAU;MACRC,IAAA,EAAAT,aAAY,CAAAU;IAAA;EACJ;AACR;EAEJC,MAAA;IACAC,qBAAA;EAAA;AACU","ignoreList":[]}
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -3,15 +3,17 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
3
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
5
|
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
7
8
|
get: () => from[key],
|
|
8
9
|
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
9
10
|
});
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
13
15
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
14
|
-
value:
|
|
16
|
+
value: true
|
|
15
17
|
}), mod);
|
|
16
18
|
var index_exports = {};
|
|
17
19
|
module.exports = __toCommonJS(index_exports);
|
package/dist/cjs/index.native.js
CHANGED
|
@@ -5,15 +5,17 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
7
|
var __copyProps = (to, from, except, desc) => {
|
|
8
|
-
|
|
8
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
9
|
+
for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
9
10
|
get: () => from[key],
|
|
10
11
|
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
11
12
|
});
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
}
|
|
14
|
+
return to;
|
|
15
|
+
};
|
|
16
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
17
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
16
|
-
value:
|
|
18
|
+
value: true
|
|
17
19
|
}), mod);
|
|
18
20
|
var index_exports = {};
|
|
19
21
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","module","exports"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"
|
|
1
|
+
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","module","exports"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAP,YAAc,CAAAK,aAAA","ignoreList":[]}
|
package/dist/esm/ScrollView.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { styled } from "@tamagui/web";
|
|
|
3
3
|
import { ScrollView as ScrollViewNative } from "react-native-web";
|
|
4
4
|
const ScrollView = styled(ScrollViewNative, {
|
|
5
5
|
name: "ScrollView",
|
|
6
|
-
scrollEnabled:
|
|
6
|
+
scrollEnabled: true,
|
|
7
7
|
variants: {
|
|
8
8
|
fullscreen: {
|
|
9
9
|
true: fullscreenStyle
|
|
@@ -3,7 +3,7 @@ import { styled } from "@tamagui/web";
|
|
|
3
3
|
import { ScrollView as ScrollViewNative } from "react-native";
|
|
4
4
|
var ScrollView = styled(ScrollViewNative, {
|
|
5
5
|
name: "ScrollView",
|
|
6
|
-
scrollEnabled:
|
|
6
|
+
scrollEnabled: true,
|
|
7
7
|
variants: {
|
|
8
8
|
fullscreen: {
|
|
9
9
|
true: fullscreenStyle
|
package/dist/esm/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./ScrollView";
|
|
1
|
+
export * from "./ScrollView.mjs";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
package/dist/jsx/ScrollView.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { styled } from "@tamagui/web";
|
|
|
3
3
|
import { ScrollView as ScrollViewNative } from "react-native-web";
|
|
4
4
|
const ScrollView = styled(ScrollViewNative, {
|
|
5
5
|
name: "ScrollView",
|
|
6
|
-
scrollEnabled:
|
|
6
|
+
scrollEnabled: true,
|
|
7
7
|
variants: {
|
|
8
8
|
fullscreen: {
|
|
9
9
|
true: fullscreenStyle
|
|
@@ -5,40 +5,42 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
7
|
var __export = (target, all) => {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
for (var name in all) __defProp(target, name, {
|
|
9
|
+
get: all[name],
|
|
10
|
+
enumerable: true
|
|
11
|
+
});
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
15
16
|
get: () => from[key],
|
|
16
17
|
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
18
|
});
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
}
|
|
20
|
+
return to;
|
|
21
|
+
};
|
|
20
22
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
-
value:
|
|
23
|
+
value: true
|
|
22
24
|
}), mod);
|
|
23
25
|
var ScrollView_exports = {};
|
|
24
26
|
__export(ScrollView_exports, {
|
|
25
27
|
ScrollView: () => ScrollView
|
|
26
28
|
});
|
|
27
29
|
module.exports = __toCommonJS(ScrollView_exports);
|
|
28
|
-
var import_stacks = require("@tamagui/stacks")
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}, {
|
|
40
|
-
accept: {
|
|
41
|
-
contentContainerStyle: "style"
|
|
30
|
+
var import_stacks = require("@tamagui/stacks");
|
|
31
|
+
var import_web = require("@tamagui/web");
|
|
32
|
+
var import_react_native = require("react-native");
|
|
33
|
+
var ScrollView = (0, import_web.styled)(import_react_native.ScrollView, {
|
|
34
|
+
name: "ScrollView",
|
|
35
|
+
scrollEnabled: true,
|
|
36
|
+
variants: {
|
|
37
|
+
fullscreen: {
|
|
38
|
+
true: import_stacks.fullscreenStyle
|
|
42
39
|
}
|
|
43
|
-
}
|
|
40
|
+
}
|
|
41
|
+
}, {
|
|
42
|
+
accept: {
|
|
43
|
+
contentContainerStyle: "style"
|
|
44
|
+
}
|
|
45
|
+
});
|
|
44
46
|
//# sourceMappingURL=ScrollView.native.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","ScrollView_exports"
|
|
1
|
+
{"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","ScrollView_exports"],"sources":["../../src/ScrollView.tsx"],"sourcesContent":[null],"mappings":"AAAA,YAAS;;AAET,IAAAA,SAAS,GAAAC,MAAA,CAAcC,cAAA;AACvB,IAAAC,gBAAS,GAAcF,MAAA,CAAAG,wBAAwB;AAExC,IAAAC,iBAAmB,GAAAJ,MAAA,CAAAK,mBAAA;AAAA,IACxBC,YAAA,GAAAN,MAAA,CAAAO,SAAA,CAAAC,cAAA;AAAA,IACAC,QAAA,GAAAA,CAAAC,MAAA,EAAAC,GAAA;EAAA,KACE,IAAMC,IAAA,IAAAD,GAAA,EACNZ,SAAA,CAAAW,MAAe,EAAAE,IAAA;IAAAC,GAAA,EAAAF,GAAA,CAAAC,IAAA;IAAAE,UAAA;EAAA;AAAA;AAEL,IAAAC,WACR,GAAYA,CAAAC,EAAA,EAAAC,IAAA,EAAAC,MAAA,EAAAC,IAAA;EAAA,IAAAF,IACV,IAAM,OAAAA,IAAA,wBAAAA,IAAA;IAAA,KACR,IAAAG,GAAA,IAAAhB,iBAAA,CAAAa,IAAA,GACF,KAAAX,YAAA,CAAAe,IAAA,CAAAL,EAAA,EAAAI,GAAA,KAAAA,GAAA,KAAAF,MAAA,EACFnB,SAAA,CAAAiB,EAAA,EAAAI,GAAA;MAAAP,GAAA,EAAAA,CAAA,KAAAI,IAAA,CAAAG,GAAA;MAAAN,UAAA,IAAAK,IAAA,GAAAjB,gBAAA,CAAAe,IAAA,EAAAG,GAAA,MAAAD,IAAA,CAAAL;IAAA;EACA;EAAA,OACEE,EAAA;AAAQ;AACiB,IACzBM,YAAA,GAAAC,GAAA,IAAAR,WAAA,CAAAhB,SAAA;EAAAyB,KAAA;AAAA,IAAAD,GAAA;AAAA,IACFE,kBAAA;AACFhB,QAAA,CAAAgB,kBAAA","ignoreList":[]}
|
package/dist/jsx/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./ScrollView";
|
|
1
|
+
export * from "./ScrollView.mjs";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/jsx/index.js.map
CHANGED
package/dist/jsx/index.native.js
CHANGED
|
@@ -5,15 +5,17 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
7
|
var __copyProps = (to, from, except, desc) => {
|
|
8
|
-
|
|
8
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
9
|
+
for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
9
10
|
get: () => from[key],
|
|
10
11
|
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
11
12
|
});
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
}
|
|
14
|
+
return to;
|
|
15
|
+
};
|
|
16
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
17
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
16
|
-
value:
|
|
18
|
+
value: true
|
|
17
19
|
}), mod);
|
|
18
20
|
var index_exports = {};
|
|
19
21
|
module.exports = __toCommonJS(index_exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/scroll-view",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.40",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -18,15 +18,12 @@
|
|
|
18
18
|
"./package.json": "./package.json",
|
|
19
19
|
".": {
|
|
20
20
|
"types": "./types/index.d.ts",
|
|
21
|
-
"react-native":
|
|
22
|
-
|
|
23
|
-
"import": "./dist/esm/index.native.js",
|
|
24
|
-
"require": "./dist/cjs/index.native.js"
|
|
25
|
-
},
|
|
21
|
+
"react-native": "./dist/esm/index.native.js",
|
|
22
|
+
"browser": "./dist/esm/index.mjs",
|
|
26
23
|
"module": "./dist/esm/index.mjs",
|
|
27
24
|
"import": "./dist/esm/index.mjs",
|
|
28
25
|
"require": "./dist/cjs/index.cjs",
|
|
29
|
-
"default": "./dist/
|
|
26
|
+
"default": "./dist/esm/index.mjs"
|
|
30
27
|
}
|
|
31
28
|
},
|
|
32
29
|
"publishConfig": {
|
|
@@ -39,13 +36,13 @@
|
|
|
39
36
|
"clean:build": "tamagui-build clean:build"
|
|
40
37
|
},
|
|
41
38
|
"dependencies": {
|
|
42
|
-
"@tamagui/stacks": "2.0.0-rc.
|
|
43
|
-
"@tamagui/web": "2.0.0-rc.
|
|
39
|
+
"@tamagui/stacks": "2.0.0-rc.40",
|
|
40
|
+
"@tamagui/web": "2.0.0-rc.40"
|
|
44
41
|
},
|
|
45
42
|
"devDependencies": {
|
|
46
|
-
"@tamagui/build": "2.0.0-rc.
|
|
43
|
+
"@tamagui/build": "2.0.0-rc.40",
|
|
47
44
|
"react": ">=19",
|
|
48
|
-
"react-native": "0.
|
|
45
|
+
"react-native": "0.83.2"
|
|
49
46
|
},
|
|
50
47
|
"peerDependencies": {
|
|
51
48
|
"react": ">=19",
|
package/dist/cjs/ScrollView.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var ScrollView_exports = {};
|
|
16
|
-
__export(ScrollView_exports, {
|
|
17
|
-
ScrollView: () => ScrollView
|
|
18
|
-
});
|
|
19
|
-
module.exports = __toCommonJS(ScrollView_exports);
|
|
20
|
-
var import_stacks = require("@tamagui/stacks"), import_web = require("@tamagui/web"), import_react_native = require("react-native-web");
|
|
21
|
-
const ScrollView = (0, import_web.styled)(
|
|
22
|
-
import_react_native.ScrollView,
|
|
23
|
-
{
|
|
24
|
-
name: "ScrollView",
|
|
25
|
-
scrollEnabled: !0,
|
|
26
|
-
variants: {
|
|
27
|
-
fullscreen: {
|
|
28
|
-
true: import_stacks.fullscreenStyle
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
accept: {
|
|
34
|
-
contentContainerStyle: "style"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
);
|
|
38
|
-
//# sourceMappingURL=ScrollView.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/ScrollView.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAgC,4BAEhC,aAAuB,yBACvB,sBAA+C;AAExC,MAAM,iBAAa;AAAA,EACxB,oBAAAA;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,eAAe;AAAA,IAEf,UAAU;AAAA,MACR,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA;AAAA,IACE,QAAQ;AAAA,MACN,uBAAuB;AAAA,IACzB;AAAA,EACF;AACF;",
|
|
5
|
-
"names": ["ScrollViewNative"]
|
|
6
|
-
}
|
package/dist/cjs/index.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
9
|
-
return to;
|
|
10
|
-
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
11
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
12
|
-
var index_exports = {};
|
|
13
|
-
module.exports = __toCommonJS(index_exports);
|
|
14
|
-
__reExport(index_exports, require("./ScrollView"), module.exports);
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
DELETED
package/dist/esm/ScrollView.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { fullscreenStyle } from "@tamagui/stacks";
|
|
2
|
-
import { styled } from "@tamagui/web";
|
|
3
|
-
import { ScrollView as ScrollViewNative } from "react-native-web";
|
|
4
|
-
const ScrollView = styled(
|
|
5
|
-
ScrollViewNative,
|
|
6
|
-
{
|
|
7
|
-
name: "ScrollView",
|
|
8
|
-
scrollEnabled: !0,
|
|
9
|
-
variants: {
|
|
10
|
-
fullscreen: {
|
|
11
|
-
true: fullscreenStyle
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
accept: {
|
|
17
|
-
contentContainerStyle: "style"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
export {
|
|
22
|
-
ScrollView
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=ScrollView.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/ScrollView.tsx"],
|
|
4
|
-
"mappings": "AAAA,SAAS,uBAAuB;AAEhC,SAAS,cAAc;AACvB,SAAS,cAAc,wBAAwB;AAExC,MAAM,aAAa;AAAA,EACxB;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,eAAe;AAAA,IAEf,UAAU;AAAA,MACR,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA;AAAA,IACE,QAAQ;AAAA,MACN,uBAAuB;AAAA,IACzB;AAAA,EACF;AACF;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
package/dist/jsx/ScrollView.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { fullscreenStyle } from "@tamagui/stacks";
|
|
2
|
-
import { styled } from "@tamagui/web";
|
|
3
|
-
import { ScrollView as ScrollViewNative } from "react-native-web";
|
|
4
|
-
const ScrollView = styled(
|
|
5
|
-
ScrollViewNative,
|
|
6
|
-
{
|
|
7
|
-
name: "ScrollView",
|
|
8
|
-
scrollEnabled: !0,
|
|
9
|
-
variants: {
|
|
10
|
-
fullscreen: {
|
|
11
|
-
true: fullscreenStyle
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
accept: {
|
|
17
|
-
contentContainerStyle: "style"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
export {
|
|
22
|
-
ScrollView
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=ScrollView.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/ScrollView.tsx"],
|
|
4
|
-
"mappings": "AAAA,SAAS,uBAAuB;AAEhC,SAAS,cAAc;AACvB,SAAS,cAAc,wBAAwB;AAExC,MAAM,aAAa;AAAA,EACxB;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,eAAe;AAAA,IAEf,UAAU;AAAA,MACR,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA;AAAA,IACE,QAAQ;AAAA,MACN,uBAAuB;AAAA,IACzB;AAAA,EACF;AACF;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|