@tamagui/aria-hidden
Advanced tools
Comparing version
@@ -17,6 +17,7 @@ var __defProp = Object.defineProperty; | ||
__export(AriaHidden_exports, { | ||
hideOthers: () => import_aria_hidden.hideOthers | ||
hideOthers: () => hideOthers | ||
}); | ||
module.exports = __toCommonJS(AriaHidden_exports); | ||
var import_aria_hidden = require("aria-hidden"); | ||
const hideOthers = import_aria_hidden.hideOthers; | ||
//# sourceMappingURL=AriaHidden.js.map |
@@ -1,2 +0,3 @@ | ||
import { hideOthers } from "aria-hidden"; | ||
import { hideOthers as ah } from "aria-hidden"; | ||
const hideOthers = ah; | ||
export { | ||
@@ -3,0 +4,0 @@ hideOthers |
@@ -1,2 +0,3 @@ | ||
import { hideOthers } from "aria-hidden"; | ||
import { hideOthers as ah } from "aria-hidden"; | ||
const hideOthers = ah; | ||
export { | ||
@@ -3,0 +4,0 @@ hideOthers |
{ | ||
"name": "@tamagui/aria-hidden", | ||
"version": "1.122.6", | ||
"version": "1.122.7", | ||
"types": "./types/index.d.ts", | ||
@@ -38,3 +38,3 @@ "main": "dist/cjs", | ||
"devDependencies": { | ||
"@tamagui/build": "1.122.6", | ||
"@tamagui/build": "1.122.7", | ||
"react": "*" | ||
@@ -41,0 +41,0 @@ }, |
@@ -1,2 +0,5 @@ | ||
export { hideOthers } from 'aria-hidden'; | ||
type Undo = () => void; | ||
export declare const hideOthers: (originalTarget: Element | Element[], parentNode?: HTMLElement, markerName?: string) => Undo; | ||
export {}; | ||
//# sourceMappingURL=AriaHidden.d.ts.map |
@@ -1,2 +0,3 @@ | ||
export declare const hideOthers: () => void; | ||
export declare const hideOthers: unknown; | ||
//# sourceMappingURL=AriaHidden.native.d.ts.map |
@@ -1,2 +0,3 @@ | ||
export * from './AriaHidden'; | ||
export * from "./AriaHidden"; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13491
9.39%185
8.19%