@tamagui/roving-focus 1.113.0 → 1.113.2
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.
|
@@ -2,36 +2,31 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { Stack } from "@tamagui/core";
|
|
3
3
|
import { withStaticProperties } from "@tamagui/helpers";
|
|
4
4
|
import React from "react";
|
|
5
|
-
var ITEM_NAME = "RovingFocusGroupItem",
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} = param;
|
|
11
|
-
return /* @__PURE__ */_jsx(Stack, {
|
|
12
|
-
...props,
|
|
13
|
-
children
|
|
14
|
-
});
|
|
5
|
+
var ITEM_NAME = "RovingFocusGroupItem", RovingFocusGroupItem = /* @__PURE__ */ React.forwardRef(function(param, _ref) {
|
|
6
|
+
var { children, ...props } = param;
|
|
7
|
+
return /* @__PURE__ */ _jsx(Stack, {
|
|
8
|
+
...props,
|
|
9
|
+
children
|
|
15
10
|
});
|
|
11
|
+
});
|
|
16
12
|
RovingFocusGroupItem.displayName = ITEM_NAME;
|
|
17
|
-
var GROUP_NAME = "RovingFocusGroup",
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
} = param;
|
|
23
|
-
return /* @__PURE__ */_jsx(Stack, {
|
|
24
|
-
...props,
|
|
25
|
-
children
|
|
26
|
-
});
|
|
27
|
-
}), {
|
|
28
|
-
Item: RovingFocusGroupItem
|
|
13
|
+
var GROUP_NAME = "RovingFocusGroup", RovingFocusGroup = withStaticProperties(/* @__PURE__ */ React.forwardRef(function(param, _ref) {
|
|
14
|
+
var { children, ...props } = param;
|
|
15
|
+
return /* @__PURE__ */ _jsx(Stack, {
|
|
16
|
+
...props,
|
|
17
|
+
children
|
|
29
18
|
});
|
|
19
|
+
}), {
|
|
20
|
+
Item: RovingFocusGroupItem
|
|
21
|
+
});
|
|
30
22
|
RovingFocusGroup.displayName = GROUP_NAME;
|
|
31
|
-
var createRovingFocusGroupScope = function
|
|
32
|
-
return function
|
|
23
|
+
var createRovingFocusGroupScope = function() {
|
|
24
|
+
return function() {
|
|
33
25
|
return {};
|
|
34
26
|
};
|
|
35
27
|
};
|
|
36
|
-
export {
|
|
28
|
+
export {
|
|
29
|
+
RovingFocusGroup,
|
|
30
|
+
createRovingFocusGroupScope
|
|
31
|
+
};
|
|
37
32
|
//# sourceMappingURL=RovingFocusGroup.native.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/ui/roving-focus/src/RovingFocusGroup.native.tsx"],
|
|
4
|
+
"mappings": ";AAAA,SAASA,aAAa;AACtB,SAASC,4BAA4B;AACrC,OAAOC,WAAW;AAMlB,IAAMC,YAAY,wBACZC,uBAAuBF,sBAAMG,WACjC,SAAA,OAA+CC,MAAAA;MAA9C,EAAEC,UAAU,GAAGC,MAAAA,IAA6B;SAC3C,qBAACR,OAAAA;IAAO,GAAGQ;;;;AAGfJ,qBAAqBK,cAAcN;AACnC,IAAMO,aAAa,oBAEbC,mBAAmBV,qBACvBC,sBAAMG,WAAW,SAAA,OAAgDC,MAAAA;MAA/C,EAAEC,UAAU,GAAGC,MAAAA,IAA8B;SAC7D,qBAACR,OAAAA;IAAO,GAAGQ;;;IAEb;EACEI,MAAMR;AACR,CAAA;AAGFO,iBAAiBF,cAAcC;AAE/B,IAAMG,8BAA8B,WAAA;SAAM,WAAA;WAAO,CAAC;;;",
|
|
5
|
+
"names": ["Stack", "withStaticProperties", "React", "ITEM_NAME", "RovingFocusGroupItem", "forwardRef", "_ref", "children", "props", "displayName", "GROUP_NAME", "RovingFocusGroup", "Item", "createRovingFocusGroupScope"]
|
|
6
|
+
}
|
package/dist/esm/index.native.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./RovingFocusGroup
|
|
2
|
-
//# sourceMappingURL=index.
|
|
1
|
+
export * from "./RovingFocusGroup";
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/roving-focus",
|
|
3
|
-
"version": "1.113.
|
|
3
|
+
"version": "1.113.2",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@tamagui/collection": "1.113.
|
|
37
|
-
"@tamagui/compose-refs": "1.113.
|
|
38
|
-
"@tamagui/constants": "1.113.
|
|
39
|
-
"@tamagui/core": "1.113.
|
|
40
|
-
"@tamagui/create-context": "1.113.
|
|
41
|
-
"@tamagui/helpers": "1.113.
|
|
42
|
-
"@tamagui/use-controllable-state": "1.113.
|
|
43
|
-
"@tamagui/use-direction": "1.113.
|
|
44
|
-
"@tamagui/use-event": "1.113.
|
|
36
|
+
"@tamagui/collection": "1.113.2",
|
|
37
|
+
"@tamagui/compose-refs": "1.113.2",
|
|
38
|
+
"@tamagui/constants": "1.113.2",
|
|
39
|
+
"@tamagui/core": "1.113.2",
|
|
40
|
+
"@tamagui/create-context": "1.113.2",
|
|
41
|
+
"@tamagui/helpers": "1.113.2",
|
|
42
|
+
"@tamagui/use-controllable-state": "1.113.2",
|
|
43
|
+
"@tamagui/use-direction": "1.113.2",
|
|
44
|
+
"@tamagui/use-event": "1.113.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@tamagui/build": "1.113.
|
|
47
|
+
"@tamagui/build": "1.113.2",
|
|
48
48
|
"react": "^18.2.0 || ^19.0.0"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|