@chakra-ui/alert
Advanced tools
Comparing version 1.0.0-rc.6 to 1.0.0-rc.7
@@ -6,2 +6,10 @@ # Change Log | ||
# 1.0.0-rc.7 (2020-10-25) | ||
**Note:** Version bump only for package @chakra-ui/alert | ||
# 1.0.0-rc.6 (2020-10-25) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { ThemingProps, WithChakraProps } from "@chakra-ui/system"; | ||
import { ThemingProps, HTMLChakraProps } from "@chakra-ui/system"; | ||
import * as React from "react"; | ||
@@ -28,3 +28,3 @@ declare const STATUSES: { | ||
} | ||
export interface AlertProps extends WithChakraProps<"div">, AlertOptions, ThemingProps { | ||
export interface AlertProps extends HTMLChakraProps<"div">, AlertOptions, ThemingProps { | ||
} | ||
@@ -36,11 +36,11 @@ /** | ||
export declare const Alert: import("@chakra-ui/system").ComponentWithAs<"div", AlertProps>; | ||
export interface AlertTitleProps extends WithChakraProps<"div"> { | ||
export interface AlertTitleProps extends HTMLChakraProps<"div"> { | ||
} | ||
export declare const AlertTitle: import("@chakra-ui/system").ComponentWithAs<"div", AlertTitleProps>; | ||
export interface AlertDescriptionProps extends WithChakraProps<"div"> { | ||
export interface AlertDescriptionProps extends HTMLChakraProps<"div"> { | ||
} | ||
export declare const AlertDescription: import("@chakra-ui/system").ComponentWithAs<"div", AlertDescriptionProps>; | ||
export interface AlertIconProps extends WithChakraProps<"span"> { | ||
export interface AlertIconProps extends HTMLChakraProps<"span"> { | ||
} | ||
export declare const AlertIcon: React.FC<AlertIconProps>; | ||
export {}; |
{ | ||
"name": "@chakra-ui/alert", | ||
"version": "1.0.0-rc.6", | ||
"version": "1.0.0-rc.7", | ||
"description": "A React component used to alert users of a particular screen area that needs user action", | ||
@@ -55,7 +55,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/icon": "1.0.0-rc.6", | ||
"@chakra-ui/utils": "1.0.0-rc.6" | ||
"@chakra-ui/icon": "1.0.0-rc.7", | ||
"@chakra-ui/utils": "1.0.0-rc.7" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/system": "1.0.0-rc.6" | ||
"@chakra-ui/system": "1.0.0-rc.7" | ||
}, | ||
@@ -66,3 +66,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "e55b45840d1edc821ad0bb45632535333be5bb86" | ||
"gitHead": "6da531af61ae3780c764590cbee62297fb206e46" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
41825
+ Added@chakra-ui/icon@1.0.0-rc.7(transitive)
+ Added@chakra-ui/utils@1.0.0-rc.7(transitive)
- Removed@chakra-ui/icon@1.0.0-rc.6(transitive)
- Removed@chakra-ui/utils@1.0.0-rc.6(transitive)
Updated@chakra-ui/icon@1.0.0-rc.7
Updated@chakra-ui/utils@1.0.0-rc.7