@chakra-ui/alert
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,3 @@ import * as _chakra_ui_system from '@chakra-ui/system'; | ||
import { InfoIcon, WarningIcon, CheckIcon } from './icons.js'; | ||
import 'react/jsx-runtime'; | ||
import '@chakra-ui/icon'; | ||
@@ -8,0 +9,0 @@ |
@@ -0,1 +1,2 @@ | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import { HTMLChakraProps } from '@chakra-ui/system'; | ||
@@ -5,3 +6,3 @@ | ||
} | ||
declare function AlertIcon(props: AlertIconProps): JSX.Element; | ||
declare function AlertIcon(props: AlertIconProps): react_jsx_runtime.JSX.Element; | ||
declare namespace AlertIcon { | ||
@@ -8,0 +9,0 @@ var displayName: string; |
@@ -7,2 +7,3 @@ import * as _chakra_ui_system from '@chakra-ui/system'; | ||
import './icons.js'; | ||
import 'react/jsx-runtime'; | ||
import '@chakra-ui/icon'; | ||
@@ -9,0 +10,0 @@ |
@@ -0,7 +1,8 @@ | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import { IconProps } from '@chakra-ui/icon'; | ||
declare function CheckIcon(props: IconProps): JSX.Element; | ||
declare function InfoIcon(props: IconProps): JSX.Element; | ||
declare function WarningIcon(props: IconProps): JSX.Element; | ||
declare function CheckIcon(props: IconProps): react_jsx_runtime.JSX.Element; | ||
declare function InfoIcon(props: IconProps): react_jsx_runtime.JSX.Element; | ||
declare function WarningIcon(props: IconProps): react_jsx_runtime.JSX.Element; | ||
export { CheckIcon, InfoIcon, WarningIcon }; |
@@ -10,2 +10,3 @@ export { Alert, AlertProps } from './alert.js'; | ||
import './icons.js'; | ||
import 'react/jsx-runtime'; | ||
import '@chakra-ui/icon'; |
{ | ||
"name": "@chakra-ui/alert", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "A React component used to alert users of a particular screen area that needs user action", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/icon": "3.1.0", | ||
"@chakra-ui/icon": "3.2.0", | ||
"@chakra-ui/react-context": "2.1.0", | ||
@@ -40,6 +40,6 @@ "@chakra-ui/shared-utils": "2.0.5", | ||
"devDependencies": { | ||
"react": "^18.0.0", | ||
"react": "^18.2.0", | ||
"clean-package": "2.2.0", | ||
"@chakra-ui/system": "2.6.0", | ||
"@chakra-ui/layout": "2.3.0" | ||
"@chakra-ui/system": "2.6.1", | ||
"@chakra-ui/layout": "2.3.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93299
57
1123
+ Added@chakra-ui/icon@3.2.0(transitive)
- Removed@chakra-ui/icon@3.1.0(transitive)
Updated@chakra-ui/icon@3.2.0