@chakra-ui/visually-hidden
Advanced tools
Comparing version 0.0.0-dev-20220824082222 to 0.0.0-dev-20220912120959
@@ -33,3 +33,3 @@ "use strict"; | ||
// ../../react-shim.js | ||
// ../../../react-shim.js | ||
var import_react = __toESM(require("react")); | ||
@@ -36,0 +36,0 @@ |
@@ -6,2 +6,4 @@ import * as _chakra_ui_system from '@chakra-ui/system'; | ||
* elements on screen | ||
* | ||
* @see Docs https://chakra-ui.com/docs/components/visually-hidden | ||
*/ | ||
@@ -13,2 +15,4 @@ declare const VisuallyHidden: _chakra_ui_system.ChakraComponent<"span", {}>; | ||
* as a proxy | ||
* | ||
* @see Docs https://chakra-ui.com/docs/components/visually-hidden#visually-hidden-input | ||
*/ | ||
@@ -15,0 +19,0 @@ declare const VisuallyHiddenInput: _chakra_ui_system.ChakraComponent<"input", {}>; |
@@ -1,2 +0,2 @@ | ||
// ../../react-shim.js | ||
// ../../../react-shim.js | ||
import React from "react"; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@chakra-ui/visually-hidden", | ||
"version": "0.0.0-dev-20220824082222", | ||
"version": "0.0.0-dev-20220912120959", | ||
"description": "A React component that visually hides its content", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/visually-hidden" | ||
"directory": "packages/components/visually-hidden" | ||
}, | ||
@@ -42,7 +42,7 @@ "bugs": { | ||
"devDependencies": { | ||
"@chakra-ui/system": "0.0.0-dev-20220824082222", | ||
"@chakra-ui/system": "0.0.0-dev-20220912120959", | ||
"react": "^18.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/system": "0.0.0-dev-20220824082222", | ||
"@chakra-ui/system": "0.0.0-dev-20220912120959", | ||
"react": ">=18" | ||
@@ -49,0 +49,0 @@ }, |
7193
116