@tamagui/scroll-view 1.135.4 → 1.135.6

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.
@@ -1,38 +1,44 @@
1
1
  "use strict";
2
+
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
7
  var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
16
23
  var ScrollView_exports = {};
17
24
  __export(ScrollView_exports, {
18
25
  ScrollView: () => ScrollView
19
26
  });
20
27
  module.exports = __toCommonJS(ScrollView_exports);
21
- var import_stacks = require("@tamagui/stacks"), import_web = require("@tamagui/web"), import_react_native = require("react-native"), ScrollView = (0, import_web.styled)(import_react_native.ScrollView, {
22
- name: "ScrollView",
23
- scrollEnabled: !0,
24
- variants: {
25
- fullscreen: {
26
- true: import_stacks.fullscreenStyle
28
+ var import_stacks = require("@tamagui/stacks"),
29
+ import_web = require("@tamagui/web"),
30
+ import_react_native = require("react-native"),
31
+ ScrollView = (0, import_web.styled)(import_react_native.ScrollView, {
32
+ name: "ScrollView",
33
+ scrollEnabled: !0,
34
+ variants: {
35
+ fullscreen: {
36
+ true: import_stacks.fullscreenStyle
37
+ }
27
38
  }
28
- }
29
- }, {
30
- accept: {
31
- contentContainerStyle: "style"
32
- }
33
- });
34
- // Annotate the CommonJS export names for ESM import in node:
35
- 0 && (module.exports = {
36
- ScrollView
37
- });
38
- //# sourceMappingURL=ScrollView.js.map
39
+ }, {
40
+ accept: {
41
+ contentContainerStyle: "style"
42
+ }
43
+ });
44
+ //# sourceMappingURL=ScrollView.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/ScrollView.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAgC,4BAChC,aAAuB,yBACvB,sBAA+C,yBACpC,iBAAa,mBAAO,oBAAAA,YAAkB;AAAA,EAC7C,MAAM;AAAA,EACN,eAAe;AAAA,EACf,UAAU;AAAA,IACN,YAAY;AAAA,MACR,MAAM;AAAA,IACV;AAAA,EACJ;AACJ,GAAG;AAAA,EACC,QAAQ;AAAA,IACJ,uBAAuB;AAAA,EAC3B;AACJ,CAAC;",
5
- "names": ["ScrollViewNative"]
6
- }
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,kBAEhC;AAGO,IAAAK,aAAM,GAAAC,OAAa;EAAAC,UAAA,GAAAD,OAAA;EAAAE,mBAAA,GAAAF,OAAA;EAAAJ,UAAA,OAAAK,UAAA,CAAAE,MAAA,EAAAD,mBAAA,CAAAN,UAAA;IACxBQ,IAAA;IACAC,aAAA;IAAAC,QACQ;MACNC,UAAA;QAEAC,IAAA,EAAAT,aAAU,CAAAU;MAAA;IACI;EACJ;IACRC,MACF;MACFC,qBAAA;IACA;EAAA","ignoreList":[]}
@@ -1,20 +1,21 @@
1
1
  "use strict";
2
+
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
7
  var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from == "object" || typeof from == "function")
8
- for (let key of __getOwnPropNames(from))
9
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
- return to;
11
- }, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
12
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
8
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
9
+ get: () => from[key],
10
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
11
+ });
12
+ return to;
13
+ },
14
+ __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
16
+ value: !0
17
+ }), mod);
13
18
  var index_exports = {};
14
19
  module.exports = __toCommonJS(index_exports);
15
- __reExport(index_exports, require("./ScrollView"), module.exports);
16
- // Annotate the CommonJS export names for ESM import in node:
17
- 0 && (module.exports = {
18
- ...require("./ScrollView")
19
- });
20
- //# sourceMappingURL=index.js.map
20
+ __reExport(index_exports, require("./ScrollView.native.js"), module.exports);
21
+ //# sourceMappingURL=index.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,yBAAd;",
5
- "names": []
6
- }
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":[]}
@@ -1,20 +1,44 @@
1
- import { fullscreenStyle } from "@tamagui/stacks";
2
- import { styled } from "@tamagui/web";
3
- import { ScrollView as ScrollViewNative } from "react-native";
4
- var ScrollView = styled(ScrollViewNative, {
5
- name: "ScrollView",
6
- scrollEnabled: !0,
7
- variants: {
8
- fullscreen: {
9
- true: fullscreenStyle
10
- }
11
- }
12
- }, {
13
- accept: {
14
- contentContainerStyle: "style"
15
- }
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var ScrollView_exports = {};
24
+ __export(ScrollView_exports, {
25
+ ScrollView: () => ScrollView
16
26
  });
17
- export {
18
- ScrollView
19
- };
20
- //# sourceMappingURL=ScrollView.js.map
27
+ module.exports = __toCommonJS(ScrollView_exports);
28
+ var import_stacks = require("@tamagui/stacks"),
29
+ import_web = require("@tamagui/web"),
30
+ import_react_native = require("react-native"),
31
+ ScrollView = (0, import_web.styled)(import_react_native.ScrollView, {
32
+ name: "ScrollView",
33
+ scrollEnabled: !0,
34
+ variants: {
35
+ fullscreen: {
36
+ true: import_stacks.fullscreenStyle
37
+ }
38
+ }
39
+ }, {
40
+ accept: {
41
+ contentContainerStyle: "style"
42
+ }
43
+ });
44
+ //# sourceMappingURL=ScrollView.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/ScrollView.tsx"],
4
- "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAS,cAAc;AACvB,SAAS,cAAc,wBAAwB;AACxC,IAAI,aAAa,OAAO,kBAAkB;AAAA,EAC7C,MAAM;AAAA,EACN,eAAe;AAAA,EACf,UAAU;AAAA,IACN,YAAY;AAAA,MACR,MAAM;AAAA,IACV;AAAA,EACJ;AACJ,GAAG;AAAA,EACC,QAAQ;AAAA,IACJ,uBAAuB;AAAA,EAC3B;AACJ,CAAC;",
5
- "names": []
6
- }
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","ScrollView","module","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;IAAA,KACE,IAAMC,IAAA,IAAAD,GAAA,EACNZ,SAAA,CAAAW,MAAe,EAAAE,IAAA;MAAAC,GAAA,EAAAF,GAAA,CAAAC,IAAA;MAAAE,UAAA;IAAA;EAAA;EAAAC,WAEL,GAAAA,CAAAC,EAAA,EAAAC,IAAA,EAAAC,MAAA,EAAAC,IAAA;IAAA,IACRF,IAAA,WAAYA,IAAA,uBAAAA,IAAA,qBACV,IAAAG,GAAM,IAAAhB,iBAAA,CAAAa,IAAA,GACR,CAAAX,YAAA,CAAAe,IAAA,CAAAL,EAAA,EAAAI,GAAA,KAAAA,GAAA,KAAAF,MAAA,IAAAnB,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;IAAA,OACFE,EAAA;EAAA;AACF,IACAM,YAAA,GAAAC,GAAA,IAAAR,WAAA,CAAAhB,SAAA;EAAAyB,KAAA;AAAA,IAAAD,GAAA;AAAA,IACEE,kBAAQ;AAAAhB,QACN,CAAAgB,kBAAA,EAAuB;EAAAC,UACzB,EAAAA,CAAA,KAAAA;AAAA,EACF;AACFC,MAAA,CAAAC,OAAA,GAAAN,YAAA,CAAAG,kBAAA","ignoreList":[]}
@@ -1,2 +1,21 @@
1
- export * from "./ScrollView";
2
- //# sourceMappingURL=index.js.map
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __copyProps = (to, from, except, desc) => {
8
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
9
+ get: () => from[key],
10
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
11
+ });
12
+ return to;
13
+ },
14
+ __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
16
+ value: !0
17
+ }), mod);
18
+ var index_exports = {};
19
+ module.exports = __toCommonJS(index_exports);
20
+ __reExport(index_exports, require("./ScrollView.native.js"), module.exports);
21
+ //# sourceMappingURL=index.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "mappings": "AAAA,cAAc;",
5
- "names": []
6
- }
1
+ {"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@tamagui/scroll-view",
3
- "version": "1.135.4",
3
+ "version": "1.135.6",
4
+ "type": "module",
4
5
  "sideEffects": [
5
6
  "*.css"
6
7
  ],
@@ -36,11 +37,11 @@
36
37
  }
37
38
  },
38
39
  "dependencies": {
39
- "@tamagui/stacks": "1.135.4",
40
- "@tamagui/web": "1.135.4"
40
+ "@tamagui/stacks": "1.135.6",
41
+ "@tamagui/web": "1.135.6"
41
42
  },
42
43
  "devDependencies": {
43
- "@tamagui/build": "1.135.4",
44
+ "@tamagui/build": "1.135.6",
44
45
  "react": "*",
45
46
  "react-native": "^0.79.2"
46
47
  },