Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/alert

Package Overview
Dependencies
Maintainers
4
Versions
459
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/alert - npm Package Compare versions

Comparing version 1.0.0-rc.6 to 1.0.0-rc.7

8

CHANGELOG.md

@@ -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 @@

10

dist/types/alert.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc