@tamagui/focus-scope 1.0.1-beta.69 → 1.0.1-beta.72

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/focus-scope",
3
- "version": "1.0.1-beta.69",
3
+ "version": "1.0.1-beta.72",
4
4
  "sideEffects": true,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@radix-ui/react-use-callback-ref": "^0.1.0",
23
- "@tamagui/compose-refs": "^1.0.1-beta.69"
23
+ "@tamagui/compose-refs": "^1.0.1-beta.72"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "*",
27
27
  "react-dom": "*"
28
28
  },
29
29
  "devDependencies": {
30
- "@tamagui/build": "^1.0.1-beta.69",
30
+ "@tamagui/build": "^1.0.1-beta.72",
31
31
  "react": "*",
32
32
  "react-dom": "*"
33
33
  },
File without changes
File without changes
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { FocusScopeProps } from './FocusScopeProps';
3
- export declare const FocusScope: (props: FocusScopeProps) => import("react").ReactNode;
3
+ export declare const FocusScope: import("react").ForwardRefExoticComponent<FocusScopeProps & import("react").RefAttributes<unknown>>;
4
4
  //# sourceMappingURL=FocusScope.native.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FocusScope.native.d.ts","sourceRoot":"","sources":["../src/FocusScope.native.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAEnD,eAAO,MAAM,UAAU,UAAW,eAAe,8BAEhD,CAAA"}
1
+ {"version":3,"file":"FocusScope.native.d.ts","sourceRoot":"","sources":["../src/FocusScope.native.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAEnD,eAAO,MAAM,UAAU,qGAErB,CAAA"}
File without changes
File without changes
package/types/index.d.ts CHANGED
File without changes
File without changes