@tamagui/floating 1.121.10 → 1.121.12

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.
@@ -18,8 +18,8 @@ var __export = (target, all) => {
18
18
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
19
  value: !0
20
20
  }), mod);
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  FloatingOverrideContext: () => import_useFloating.FloatingOverrideContext,
24
24
  arrow: () => import_Floating.arrow,
25
25
  autoPlacement: () => import_Floating.autoPlacement,
@@ -35,6 +35,6 @@ __export(src_exports, {
35
35
  size: () => import_Floating.size,
36
36
  useFloating: () => import_useFloating.useFloating
37
37
  });
38
- module.exports = __toCommonJS(src_exports);
38
+ module.exports = __toCommonJS(index_exports);
39
39
  var import_Floating = require("./Floating.cjs"),
40
40
  import_useFloating = require("./useFloating.cjs");
package/dist/cjs/index.js CHANGED
@@ -12,8 +12,8 @@ var __export = (target, all) => {
12
12
  return to;
13
13
  };
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var src_exports = {};
16
- __export(src_exports, {
15
+ var index_exports = {};
16
+ __export(index_exports, {
17
17
  FloatingOverrideContext: () => import_useFloating.FloatingOverrideContext,
18
18
  arrow: () => import_Floating.arrow,
19
19
  autoPlacement: () => import_Floating.autoPlacement,
@@ -29,6 +29,6 @@ __export(src_exports, {
29
29
  size: () => import_Floating.size,
30
30
  useFloating: () => import_useFloating.useFloating
31
31
  });
32
- module.exports = __toCommonJS(src_exports);
32
+ module.exports = __toCommonJS(index_exports);
33
33
  var import_Floating = require("./Floating"), import_useFloating = require("./useFloating");
34
34
  //# sourceMappingURL=index.js.map
@@ -13,8 +13,8 @@ var __export = (target, all) => {
13
13
  return to;
14
14
  };
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var src_exports = {};
17
- __export(src_exports, {
16
+ var index_exports = {};
17
+ __export(index_exports, {
18
18
  FloatingOverrideContext: () => import_useFloating.FloatingOverrideContext,
19
19
  arrow: () => import_Floating.arrow,
20
20
  autoPlacement: () => import_Floating.autoPlacement,
@@ -30,7 +30,7 @@ __export(src_exports, {
30
30
  size: () => import_Floating.size,
31
31
  useFloating: () => import_useFloating.useFloating
32
32
  });
33
- module.exports = __toCommonJS(src_exports);
33
+ module.exports = __toCommonJS(index_exports);
34
34
  var import_Floating = require("./Floating"), import_useFloating = require("./useFloating");
35
35
  // Annotate the CommonJS export names for ESM import in node:
36
36
  0 && (module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/floating",
3
- "version": "1.121.10",
3
+ "version": "1.121.12",
4
4
  "sideEffects": true,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "@floating-ui/react-native": "^0.10.6"
45
45
  },
46
46
  "devDependencies": {
47
- "@tamagui/build": "1.121.10",
47
+ "@tamagui/build": "1.121.12",
48
48
  "react": "*",
49
49
  "react-native": "^0.76.5"
50
50
  }