@chakra-ui/icon
Advanced tools
Comparing version 0.0.0-dev-20220824082222 to 0.0.0-dev-20220912120959
@@ -32,3 +32,3 @@ "use strict"; | ||
// ../../react-shim.js | ||
// ../../../react-shim.js | ||
var import_react = __toESM(require("react")); | ||
@@ -35,0 +35,0 @@ |
@@ -6,2 +6,7 @@ import * as _chakra_ui_system from '@chakra-ui/system'; | ||
} | ||
/** | ||
* The Icon component renders as an svg element to help define your own custom components. | ||
* | ||
* @see Docs https://chakra-ui.com/docs/components/icon#using-the-icon-component | ||
*/ | ||
declare const Icon: _chakra_ui_system.ComponentWithAs<"svg", IconProps>; | ||
@@ -29,3 +34,3 @@ | ||
/** | ||
* Default props automatically passed to the component; overwriteable | ||
* Default props automatically passed to the component; overwritable | ||
*/ | ||
@@ -32,0 +37,0 @@ defaultProps?: IconProps; |
@@ -1,2 +0,2 @@ | ||
// ../../react-shim.js | ||
// ../../../react-shim.js | ||
import React from "react"; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@chakra-ui/icon", | ||
"version": "0.0.0-dev-20220824082222", | ||
"version": "0.0.0-dev-20220912120959", | ||
"description": "A base React component for icons", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/icon" | ||
"directory": "packages/components/icon" | ||
}, | ||
@@ -35,6 +35,6 @@ "bugs": { | ||
"dependencies": { | ||
"@chakra-ui/shared-utils": "0.0.0-dev-20220824082222" | ||
"@chakra-ui/shared-utils": "2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/system": "0.0.0-dev-20220824082222", | ||
"@chakra-ui/system": "0.0.0-dev-20220912120959", | ||
"react-icons": "^4.2.0", | ||
@@ -44,3 +44,3 @@ "react": "^18.0.0" | ||
"peerDependencies": { | ||
"@chakra-ui/system": "0.0.0-dev-20220824082222", | ||
"@chakra-ui/system": "0.0.0-dev-20220912120959", | ||
"react": ">=18" | ||
@@ -47,0 +47,0 @@ }, |
10216
266
+ Added@chakra-ui/color-mode@0.0.0-dev-20220912120959(transitive)
+ Added@chakra-ui/react-use-safe-layout-effect@2.0.1(transitive)
+ Added@chakra-ui/react-utils@2.0.6(transitive)
+ Added@chakra-ui/shared-utils@2.0.1(transitive)
+ Added@chakra-ui/styled-system@0.0.0-dev-20220912120959(transitive)
+ Added@chakra-ui/system@0.0.0-dev-20220912120959(transitive)
+ Added@chakra-ui/utils@2.0.9(transitive)
- Removed@chakra-ui/color-mode@0.0.0-dev-20220824082222(transitive)
- Removed@chakra-ui/react-use-safe-layout-effect@0.0.0-dev-20220824082222(transitive)
- Removed@chakra-ui/react-utils@0.0.0-dev-20220824082222(transitive)
- Removed@chakra-ui/shared-utils@0.0.0-dev-20220824082222(transitive)
- Removed@chakra-ui/styled-system@0.0.0-dev-20220824082222(transitive)
- Removed@chakra-ui/system@0.0.0-dev-20220824082222(transitive)
- Removed@chakra-ui/utils@0.0.0-dev-20220824082222(transitive)