@launchpad-ui/focus-trap
Advanced tools
Comparing version 0.1.8 to 0.1.9
import { jsx } from "react/jsx-runtime"; | ||
import { FocusScope } from "@react-aria/focus"; | ||
import { createContext, useContext } from "react"; | ||
const FocusTrapContext = createContext({ | ||
const FocusTrapContext = /* @__PURE__ */ createContext({ | ||
contain: true | ||
@@ -6,0 +6,0 @@ }); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const react = require("react"); | ||
const FocusTrapContext = react.createContext({ | ||
const FocusTrapContext = /* @__PURE__ */ react.createContext({ | ||
contain: true | ||
@@ -9,0 +9,0 @@ }); |
{ | ||
"name": "@launchpad-ui/focus-trap", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"status": "beta", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6883