@tamagui/remove-scroll 1.1.8 → 1.1.10

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.
@@ -26,9 +26,7 @@ var import_react_remove_scroll = require("react-remove-scroll");
26
26
  const RemoveScroll = (props) => {
27
27
  if (!props.children)
28
28
  return null;
29
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_remove_scroll.RemoveScroll, {
30
- ...props
31
- });
29
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_remove_scroll.RemoveScroll, { ...props });
32
30
  };
33
31
  RemoveScroll.classNames = import_react_remove_scroll.RemoveScroll.classNames;
34
32
  // Annotate the CommonJS export names for ESM import in node:
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/RemoveScroll.tsx"],
4
4
  "sourcesContent": ["import React from 'react'\nimport { RemoveScroll as RS } from 'react-remove-scroll'\n\nexport type RemoveScrollProps = React.ComponentProps<typeof RS>\n\nexport const RemoveScroll = (props: RemoveScrollProps) => {\n if (!props.children) return null\n return <RS {...props} />\n}\n\nRemoveScroll.classNames = RS.classNames\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAOS;AANT,iCAAmC;AAI5B,MAAM,eAAe,CAAC,UAA6B;AACxD,MAAI,CAAC,MAAM;AAAU,WAAO;AAC5B,SAAO,4CAAC,2BAAAA,cAAA;AAAA,IAAI,GAAG;AAAA,GAAO;AACxB;AAEA,aAAa,aAAa,2BAAAA,aAAG;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAOS;AANT,iCAAmC;AAI5B,MAAM,eAAe,CAAC,UAA6B;AACxD,MAAI,CAAC,MAAM;AAAU,WAAO;AAC5B,SAAO,4CAAC,2BAAAA,cAAA,EAAI,GAAG,OAAO;AACxB;AAEA,aAAa,aAAa,2BAAAA,aAAG;",
6
6
  "names": ["RS"]
7
7
  }
@@ -3,9 +3,7 @@ import { RemoveScroll as RS } from "react-remove-scroll";
3
3
  const RemoveScroll = (props) => {
4
4
  if (!props.children)
5
5
  return null;
6
- return /* @__PURE__ */ jsx(RS, {
7
- ...props
8
- });
6
+ return /* @__PURE__ */ jsx(RS, { ...props });
9
7
  };
10
8
  RemoveScroll.classNames = RS.classNames;
11
9
  export {
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/RemoveScroll.tsx"],
4
4
  "sourcesContent": ["import React from 'react'\nimport { RemoveScroll as RS } from 'react-remove-scroll'\n\nexport type RemoveScrollProps = React.ComponentProps<typeof RS>\n\nexport const RemoveScroll = (props: RemoveScrollProps) => {\n if (!props.children) return null\n return <RS {...props} />\n}\n\nRemoveScroll.classNames = RS.classNames\n"],
5
- "mappings": "AAOS;AANT,SAAS,gBAAgB,UAAU;AAI5B,MAAM,eAAe,CAAC,UAA6B;AACxD,MAAI,CAAC,MAAM;AAAU,WAAO;AAC5B,SAAO,oBAAC;AAAA,IAAI,GAAG;AAAA,GAAO;AACxB;AAEA,aAAa,aAAa,GAAG;",
5
+ "mappings": "AAOS;AANT,SAAS,gBAAgB,UAAU;AAI5B,MAAM,eAAe,CAAC,UAA6B;AACxD,MAAI,CAAC,MAAM;AAAU,WAAO;AAC5B,SAAO,oBAAC,MAAI,GAAG,OAAO;AACxB;AAEA,aAAa,aAAa,GAAG;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/remove-scroll",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -22,7 +22,7 @@
22
22
  "react-remove-scroll": "^2.5.5"
23
23
  },
24
24
  "devDependencies": {
25
- "@tamagui/build": "^1.1.8",
25
+ "@tamagui/build": "^1.1.10",
26
26
  "react": "^18.2.0"
27
27
  },
28
28
  "peerDependencies": {