@tamagui/roving-focus 1.88.22 → 1.88.23

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.
@@ -1,48 +1,21 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: !0 });
10
- }, __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from == "object" || typeof from == "function")
12
- for (let key of __getOwnPropNames(from))
13
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- return to;
15
- };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
- var RovingFocusGroup_native_exports = {};
25
- __export(RovingFocusGroup_native_exports, {
26
- RovingFocusGroup: () => RovingFocusGroup,
27
- createRovingFocusGroupScope: () => createRovingFocusGroupScope
28
- });
29
- module.exports = __toCommonJS(RovingFocusGroup_native_exports);
30
- var import_core = require("@tamagui/core"), import_helpers = require("@tamagui/helpers"), import_react = __toESM(require("react")), import_jsx_runtime = require("react/jsx-runtime");
31
- const ITEM_NAME = "RovingFocusGroupItem", RovingFocusGroupItem = import_react.default.forwardRef(
32
- ({ children, ...props }, _ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.Stack, { ...props, children })
1
+ import { Stack } from "@tamagui/core";
2
+ import { withStaticProperties } from "@tamagui/helpers";
3
+ import React from "react";
4
+ import { jsx } from "react/jsx-runtime";
5
+ const ITEM_NAME = "RovingFocusGroupItem", RovingFocusGroupItem = React.forwardRef(
6
+ ({ children, ...props }, _ref) => /* @__PURE__ */ jsx(Stack, { ...props, children })
33
7
  );
34
8
  RovingFocusGroupItem.displayName = ITEM_NAME;
35
- const GROUP_NAME = "RovingFocusGroup", RovingFocusGroup = (0, import_helpers.withStaticProperties)(
36
- import_react.default.forwardRef(({ children, ...props }, _ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.Stack, { ...props, children })),
9
+ const GROUP_NAME = "RovingFocusGroup", RovingFocusGroup = withStaticProperties(
10
+ React.forwardRef(({ children, ...props }, _ref) => /* @__PURE__ */ jsx(Stack, { ...props, children })),
37
11
  {
38
12
  Item: RovingFocusGroupItem
39
13
  }
40
14
  );
41
15
  RovingFocusGroup.displayName = GROUP_NAME;
42
16
  const createRovingFocusGroupScope = () => () => ({});
43
- // Annotate the CommonJS export names for ESM import in node:
44
- 0 && (module.exports = {
17
+ export {
45
18
  RovingFocusGroup,
46
19
  createRovingFocusGroupScope
47
- });
20
+ };
48
21
  //# sourceMappingURL=RovingFocusGroup.native.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/RovingFocusGroup.native.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAsB,0BACtB,iBAAqC,6BACrC,eAAkB,2BASd;AAHJ,MAAM,YAAY,wBACZ,uBAAuB,aAAAA,QAAM;AAAA,EACjC,CAAC,EAAE,UAAU,GAAG,MAAM,GAAyB,SAC7C,4CAAC,qBAAO,GAAG,OAAQ,UAAS;AAEhC;AACA,qBAAqB,cAAc;AACnC,MAAM,aAAa,oBAEb,uBAAmB;AAAA,EACvB,aAAAA,QAAM,WAAW,CAAC,EAAE,UAAU,GAAG,MAAM,GAA0B,SAC/D,4CAAC,qBAAO,GAAG,OAAQ,UAAS,CAC7B;AAAA,EACD;AAAA,IACE,MAAM;AAAA,EACR;AACF;AAEA,iBAAiB,cAAc;AAE/B,MAAM,8BAA8B,MAAM,OAAO,CAAC;",
5
- "names": ["React"]
4
+ "mappings": "AAAA,SAAS,aAAa;AACtB,SAAS,4BAA4B;AACrC,OAAO,WAAW;AASd;AAHJ,MAAM,YAAY,wBACZ,uBAAuB,MAAM;AAAA,EACjC,CAAC,EAAE,UAAU,GAAG,MAAM,GAAyB,SAC7C,oBAAC,SAAO,GAAG,OAAQ,UAAS;AAEhC;AACA,qBAAqB,cAAc;AACnC,MAAM,aAAa,oBAEb,mBAAmB;AAAA,EACvB,MAAM,WAAW,CAAC,EAAE,UAAU,GAAG,MAAM,GAA0B,SAC/D,oBAAC,SAAO,GAAG,OAAQ,UAAS,CAC7B;AAAA,EACD;AAAA,IACE,MAAM;AAAA,EACR;AACF;AAEA,iBAAiB,cAAc;AAE/B,MAAM,8BAA8B,MAAM,OAAO,CAAC;",
5
+ "names": []
6
6
  }
@@ -1,20 +1,2 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from == "object" || typeof from == "function")
8
- for (let key of __getOwnPropNames(from))
9
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
- return to;
11
- }, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
12
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
13
- var src_exports = {};
14
- module.exports = __toCommonJS(src_exports);
15
- __reExport(src_exports, require("./RovingFocusGroup"), module.exports);
16
- // Annotate the CommonJS export names for ESM import in node:
17
- 0 && (module.exports = {
18
- ...require("./RovingFocusGroup")
19
- });
1
+ export * from "./RovingFocusGroup";
20
2
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,+BAAd;",
4
+ "mappings": "AAAA,cAAc;",
5
5
  "names": []
6
6
  }
@@ -1,48 +1,21 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: !0 });
10
- }, __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from == "object" || typeof from == "function")
12
- for (let key of __getOwnPropNames(from))
13
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- return to;
15
- };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
- var RovingFocusGroup_native_exports = {};
25
- __export(RovingFocusGroup_native_exports, {
26
- RovingFocusGroup: () => RovingFocusGroup,
27
- createRovingFocusGroupScope: () => createRovingFocusGroupScope
28
- });
29
- module.exports = __toCommonJS(RovingFocusGroup_native_exports);
30
- var import_core = require("@tamagui/core"), import_helpers = require("@tamagui/helpers"), import_react = __toESM(require("react")), import_jsx_runtime = require("react/jsx-runtime");
31
- const ITEM_NAME = "RovingFocusGroupItem", RovingFocusGroupItem = import_react.default.forwardRef(
32
- ({ children, ...props }, _ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.Stack, { ...props, children })
1
+ import { Stack } from "@tamagui/core";
2
+ import { withStaticProperties } from "@tamagui/helpers";
3
+ import React from "react";
4
+ import { jsx } from "react/jsx-runtime";
5
+ const ITEM_NAME = "RovingFocusGroupItem", RovingFocusGroupItem = React.forwardRef(
6
+ ({ children, ...props }, _ref) => /* @__PURE__ */ jsx(Stack, { ...props, children })
33
7
  );
34
8
  RovingFocusGroupItem.displayName = ITEM_NAME;
35
- const GROUP_NAME = "RovingFocusGroup", RovingFocusGroup = (0, import_helpers.withStaticProperties)(
36
- import_react.default.forwardRef(({ children, ...props }, _ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.Stack, { ...props, children })),
9
+ const GROUP_NAME = "RovingFocusGroup", RovingFocusGroup = withStaticProperties(
10
+ React.forwardRef(({ children, ...props }, _ref) => /* @__PURE__ */ jsx(Stack, { ...props, children })),
37
11
  {
38
12
  Item: RovingFocusGroupItem
39
13
  }
40
14
  );
41
15
  RovingFocusGroup.displayName = GROUP_NAME;
42
16
  const createRovingFocusGroupScope = () => () => ({});
43
- // Annotate the CommonJS export names for ESM import in node:
44
- 0 && (module.exports = {
17
+ export {
45
18
  RovingFocusGroup,
46
19
  createRovingFocusGroupScope
47
- });
20
+ };
48
21
  //# sourceMappingURL=RovingFocusGroup.native.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/RovingFocusGroup.native.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAsB,0BACtB,iBAAqC,6BACrC,eAAkB,2BASd;AAHJ,MAAM,YAAY,wBACZ,uBAAuB,aAAAA,QAAM;AAAA,EACjC,CAAC,EAAE,UAAU,GAAG,MAAM,GAAyB,SAC7C,4CAAC,qBAAO,GAAG,OAAQ,UAAS;AAEhC;AACA,qBAAqB,cAAc;AACnC,MAAM,aAAa,oBAEb,uBAAmB;AAAA,EACvB,aAAAA,QAAM,WAAW,CAAC,EAAE,UAAU,GAAG,MAAM,GAA0B,SAC/D,4CAAC,qBAAO,GAAG,OAAQ,UAAS,CAC7B;AAAA,EACD;AAAA,IACE,MAAM;AAAA,EACR;AACF;AAEA,iBAAiB,cAAc;AAE/B,MAAM,8BAA8B,MAAM,OAAO,CAAC;",
5
- "names": ["React"]
4
+ "mappings": "AAAA,SAAS,aAAa;AACtB,SAAS,4BAA4B;AACrC,OAAO,WAAW;AASd;AAHJ,MAAM,YAAY,wBACZ,uBAAuB,MAAM;AAAA,EACjC,CAAC,EAAE,UAAU,GAAG,MAAM,GAAyB,SAC7C,oBAAC,SAAO,GAAG,OAAQ,UAAS;AAEhC;AACA,qBAAqB,cAAc;AACnC,MAAM,aAAa,oBAEb,mBAAmB;AAAA,EACvB,MAAM,WAAW,CAAC,EAAE,UAAU,GAAG,MAAM,GAA0B,SAC/D,oBAAC,SAAO,GAAG,OAAQ,UAAS,CAC7B;AAAA,EACD;AAAA,IACE,MAAM;AAAA,EACR;AACF;AAEA,iBAAiB,cAAc;AAE/B,MAAM,8BAA8B,MAAM,OAAO,CAAC;",
5
+ "names": []
6
6
  }
@@ -1,20 +1,2 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from == "object" || typeof from == "function")
8
- for (let key of __getOwnPropNames(from))
9
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
- return to;
11
- }, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
12
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
13
- var src_exports = {};
14
- module.exports = __toCommonJS(src_exports);
15
- __reExport(src_exports, require("./RovingFocusGroup"), module.exports);
16
- // Annotate the CommonJS export names for ESM import in node:
17
- 0 && (module.exports = {
18
- ...require("./RovingFocusGroup")
19
- });
1
+ export * from "./RovingFocusGroup";
20
2
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,+BAAd;",
4
+ "mappings": "AAAA,cAAc;",
5
5
  "names": []
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/roving-focus",
3
- "version": "1.88.22",
3
+ "version": "1.88.23",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -32,21 +32,21 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@tamagui/collection": "1.88.22",
36
- "@tamagui/compose-refs": "1.88.22",
37
- "@tamagui/constants": "1.88.22",
38
- "@tamagui/core": "1.88.22",
39
- "@tamagui/create-context": "1.88.22",
40
- "@tamagui/helpers": "1.88.22",
41
- "@tamagui/use-controllable-state": "1.88.22",
42
- "@tamagui/use-direction": "1.88.22",
43
- "@tamagui/use-event": "1.88.22"
35
+ "@tamagui/collection": "1.88.23",
36
+ "@tamagui/compose-refs": "1.88.23",
37
+ "@tamagui/constants": "1.88.23",
38
+ "@tamagui/core": "1.88.23",
39
+ "@tamagui/create-context": "1.88.23",
40
+ "@tamagui/helpers": "1.88.23",
41
+ "@tamagui/use-controllable-state": "1.88.23",
42
+ "@tamagui/use-direction": "1.88.23",
43
+ "@tamagui/use-event": "1.88.23"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "*"
47
47
  },
48
48
  "devDependencies": {
49
- "@tamagui/build": "1.88.22",
49
+ "@tamagui/build": "1.88.23",
50
50
  "react": "^18.2.0"
51
51
  },
52
52
  "publishConfig": {