Socket
Socket
Sign inDemoInstall

@bone-ui/alert

Package Overview
Dependencies
2
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.36.0 to 0.37.0

2

dist/Alert.d.ts
import { FC } from 'react';
import { FowerHTMLProps } from '@fower/core';
import { FowerHTMLProps } from '@fower/react';
import { AlertType } from './typeStyles';

@@ -4,0 +4,0 @@ export interface AlertProps extends Omit<FowerHTMLProps<'div'>, 'type'> {

import { FC } from 'react';
import { FowerHTMLProps } from '@fower/core';
import { FowerHTMLProps } from '@fower/react';
export interface AlertDescriptionProps extends FowerHTMLProps<'div'> {
}
export declare const AlertDescription: FC<AlertDescriptionProps>;
import { FC } from 'react';
import { FowerHTMLProps } from '@fower/core';
import { FowerHTMLProps } from '@fower/react';
export interface AlertIconProps extends FowerHTMLProps<'svg'> {
}
export declare const AlertIcon: FC<AlertIconProps>;
import { FC } from 'react';
import { FowerHTMLProps } from '@fower/core';
import { FowerHTMLProps } from '@fower/react';
export interface AlertTitleProps extends FowerHTMLProps<'div'> {
}
export declare const AlertTitle: FC<AlertTitleProps>;
{
"name": "@bone-ui/alert",
"version": "0.36.0",
"version": "0.37.0",
"license": "MIT",

@@ -23,5 +23,5 @@ "main": "dist/index.js",

"dependencies": {
"@bone-ui/iconify": "^0.36.0",
"@bone-ui/utils": "^0.36.0"
"@bone-ui/iconify": "^0.37.0",
"@bone-ui/utils": "^0.37.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc