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

@chakra-ui/alert

Package Overview
Dependencies
Maintainers
2
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 2.2.0 to 2.2.1

dist/alert-context.d.mts

1

dist/alert-context.d.ts

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

3

dist/alert-icon.d.ts

@@ -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": {

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