@tamagui/remove-scroll 1.46.2 → 1.47.1

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/remove-scroll",
3
- "version": "1.46.2",
3
+ "version": "1.47.1",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -30,7 +30,7 @@
30
30
  "react-remove-scroll": "^2.5.5"
31
31
  },
32
32
  "devDependencies": {
33
- "@tamagui/build": "1.46.2",
33
+ "@tamagui/build": "1.47.1",
34
34
  "react": "^18.2.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -1,13 +0,0 @@
1
- import { memo } from "react";
2
- import { RemoveScroll as RS } from "react-remove-scroll";
3
- const RemoveScroll = memo((props) => {
4
- if (!props.children)
5
- return null;
6
- return <RS {...props} />;
7
- });
8
- const classNames = RS.classNames;
9
- export {
10
- RemoveScroll,
11
- classNames
12
- };
13
- //# sourceMappingURL=RemoveScroll.mjs.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/RemoveScroll.tsx"],
4
- "mappings": "AAAA,SAAgB,YAAY;AAC5B,SAAS,gBAAgB,UAAU;AAI5B,MAAM,eAAe,KAAK,CAAC,UAA6B;AAC7D,MAAI,CAAC,MAAM;AAAU,WAAO;AAC5B,SAAO,CAAC,OAAO,OAAO;AACxB,CAAC;AAEM,MAAM,aAAa,GAAG;",
5
- "names": []
6
- }
@@ -1,5 +0,0 @@
1
- const RemoveScroll = (props) => props.children;
2
- export {
3
- RemoveScroll
4
- };
5
- //# sourceMappingURL=RemoveScroll.native.mjs.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/RemoveScroll.native.tsx"],
4
- "mappings": "AAAO,MAAM,eAAe,CAAC,UAAU,MAAM;",
5
- "names": []
6
- }
@@ -1,2 +0,0 @@
1
- export * from "./RemoveScroll";
2
- //# sourceMappingURL=index.mjs.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "mappings": "AAAA,cAAc;",
5
- "names": []
6
- }