@tamagui/floating 1.15.15 → 1.15.16

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.
@@ -16,4 +16,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
16
16
  var Floating_exports = {};
17
17
  module.exports = __toCommonJS(Floating_exports);
18
18
  __reExport(Floating_exports, require("@floating-ui/react-dom"), module.exports);
19
+ // Annotate the CommonJS export names for ESM import in node:
20
+ 0 && (module.exports = {
21
+ ...require("@floating-ui/react-dom")
22
+ });
19
23
  //# sourceMappingURL=Floating.js.map
@@ -16,4 +16,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
16
16
  var Floating_native_exports = {};
17
17
  module.exports = __toCommonJS(Floating_native_exports);
18
18
  __reExport(Floating_native_exports, require("@floating-ui/react-native"), module.exports);
19
+ // Annotate the CommonJS export names for ESM import in node:
20
+ 0 && (module.exports = {
21
+ ...require("@floating-ui/react-native")
22
+ });
19
23
  //# sourceMappingURL=Floating.native.js.map
package/dist/cjs/index.js CHANGED
@@ -28,6 +28,7 @@ var import_useFloating = require("./useFloating");
28
28
  // Annotate the CommonJS export names for ESM import in node:
29
29
  0 && (module.exports = {
30
30
  FloatingOverrideContext,
31
- useFloating
31
+ useFloating,
32
+ ...require("./Floating")
32
33
  });
33
34
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/floating",
3
- "version": "1.15.15",
3
+ "version": "1.15.16",
4
4
  "sideEffects": true,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "@floating-ui/react-native": "^0.9.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "1.15.15",
42
+ "@tamagui/build": "1.15.16",
43
43
  "react": "^18.2.0",
44
44
  "react-native": "^0.71.4"
45
45
  }