@tamagui/remove-scroll 1.0.1-beta.105

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,18 @@
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
+ if (!__hasOwnProp.call(to, key) && key !== except)
9
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
+ }
11
+ return to;
12
+ };
13
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var RemoveScroll_exports = {};
16
+ module.exports = __toCommonJS(RemoveScroll_exports);
17
+ __reExport(RemoveScroll_exports, require("react-remove-scroll"), module.exports);
18
+ //# sourceMappingURL=RemoveScroll.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/RemoveScroll.tsx"],
4
+ "sourcesContent": ["import type { RemoveScroll as RS } from 'react-remove-scroll'\n\nexport type RemoveScrollProps = React.ComponentProps<typeof RS>\n\nexport * from 'react-remove-scroll'\n"],
5
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAIA,iCAAc,gCAJd;",
6
+ "names": []
7
+ }
@@ -0,0 +1,28 @@
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: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var RemoveScroll_native_exports = {};
19
+ __export(RemoveScroll_native_exports, {
20
+ RemoveScroll: () => RemoveScroll
21
+ });
22
+ module.exports = __toCommonJS(RemoveScroll_native_exports);
23
+ const RemoveScroll = (props) => props.children;
24
+ // Annotate the CommonJS export names for ESM import in node:
25
+ 0 && (module.exports = {
26
+ RemoveScroll
27
+ });
28
+ //# sourceMappingURL=RemoveScroll.native.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/RemoveScroll.native.tsx"],
4
+ "sourcesContent": ["export const RemoveScroll = (props) => props.children\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,eAAe,CAAC,UAAU,MAAM;",
6
+ "names": []
7
+ }
@@ -0,0 +1,18 @@
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
+ if (!__hasOwnProp.call(to, key) && key !== except)
9
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
+ }
11
+ return to;
12
+ };
13
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var src_exports = {};
16
+ module.exports = __toCommonJS(src_exports);
17
+ __reExport(src_exports, require("./RemoveScroll"), module.exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.ts"],
4
+ "sourcesContent": ["export * from './RemoveScroll'\n"],
5
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,2BAAd;",
6
+ "names": []
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from "react-remove-scroll";
2
+ //# sourceMappingURL=RemoveScroll.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/RemoveScroll.tsx"],
4
+ "sourcesContent": ["import type { RemoveScroll as RS } from 'react-remove-scroll'\n\nexport type RemoveScrollProps = React.ComponentProps<typeof RS>\n\nexport * from 'react-remove-scroll'\n"],
5
+ "mappings": "AAIA;",
6
+ "names": []
7
+ }
@@ -0,0 +1,5 @@
1
+ const RemoveScroll = (props) => props.children;
2
+ export {
3
+ RemoveScroll
4
+ };
5
+ //# sourceMappingURL=RemoveScroll.native.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/RemoveScroll.native.tsx"],
4
+ "sourcesContent": ["export const RemoveScroll = (props) => props.children\n"],
5
+ "mappings": "AAAO,MAAM,eAAe,CAAC,UAAU,MAAM;",
6
+ "names": []
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./RemoveScroll";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.ts"],
4
+ "sourcesContent": ["export * from './RemoveScroll'\n"],
5
+ "mappings": "AAAA;",
6
+ "names": []
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from "react-remove-scroll";
2
+ //# sourceMappingURL=RemoveScroll.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/RemoveScroll.tsx"],
4
+ "sourcesContent": ["import type { RemoveScroll as RS } from 'react-remove-scroll'\n\nexport type RemoveScrollProps = React.ComponentProps<typeof RS>\n\nexport * from 'react-remove-scroll'\n"],
5
+ "mappings": "AAIA;",
6
+ "names": []
7
+ }
@@ -0,0 +1,5 @@
1
+ const RemoveScroll = (props) => props.children;
2
+ export {
3
+ RemoveScroll
4
+ };
5
+ //# sourceMappingURL=RemoveScroll.native.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/RemoveScroll.native.tsx"],
4
+ "sourcesContent": ["export const RemoveScroll = (props) => props.children\n"],
5
+ "mappings": "AAAO,MAAM,eAAe,CAAC,UAAU,MAAM;",
6
+ "names": []
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./RemoveScroll";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.ts"],
4
+ "sourcesContent": ["export * from './RemoveScroll'\n"],
5
+ "mappings": "AAAA;",
6
+ "names": []
7
+ }
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@tamagui/remove-scroll",
3
+ "version": "1.0.1-beta.105",
4
+ "types": "./types/index.d.ts",
5
+ "main": "dist/cjs",
6
+ "module": "dist/esm",
7
+ "module:jsx": "dist/jsx",
8
+ "files": [
9
+ "src",
10
+ "types",
11
+ "dist"
12
+ ],
13
+ "scripts": {
14
+ "build": "tamagui-build",
15
+ "watch": "tamagui-build --watch",
16
+ "clean": "tamagui-build clean",
17
+ "clean:build": "tamagui-build clean:build"
18
+ },
19
+ "dependencies": {
20
+ "react-remove-scroll": "^2.5.5"
21
+ },
22
+ "devDependencies": {
23
+ "@tamagui/build": "^1.0.1-beta.105",
24
+ "react": "*"
25
+ },
26
+ "peerDependencies": {
27
+ "react": "*"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public"
31
+ }
32
+ }
@@ -0,0 +1 @@
1
+ export const RemoveScroll = (props) => props.children
@@ -0,0 +1,5 @@
1
+ import type { RemoveScroll as RS } from 'react-remove-scroll'
2
+
3
+ export type RemoveScrollProps = React.ComponentProps<typeof RS>
4
+
5
+ export * from 'react-remove-scroll'
package/src/index.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './RemoveScroll'
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { RemoveScroll as RS } from 'react-remove-scroll';
3
+ export declare type RemoveScrollProps = React.ComponentProps<typeof RS>;
4
+ export * from 'react-remove-scroll';
5
+ //# sourceMappingURL=RemoveScroll.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveScroll.d.ts","sourceRoot":"","sources":["../src/RemoveScroll.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,YAAY,IAAI,EAAE,EAAE,MAAM,qBAAqB,CAAA;AAE7D,oBAAY,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAA;AAE/D,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const RemoveScroll: (props: any) => any;
2
+ //# sourceMappingURL=RemoveScroll.native.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoveScroll.native.d.ts","sourceRoot":"","sources":["../src/RemoveScroll.native.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,qBAA4B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './RemoveScroll';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}