Socket
Socket
Sign inDemoInstall

@gemeente-denhaag/alert

Package Overview
Dependencies
Maintainers
2
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gemeente-denhaag/alert - npm Package Compare versions

Comparing version 0.1.1-alpha.325 to 0.1.1-alpha.326

11

dist/cjs/index.d.ts
import React from 'react';
import BaseProps from '@gemeente-denhaag/baseprops';
import './index.scss';
export interface AlertProps extends Omit<BaseProps, 'children' | 'classes' | 'tabIndex'> {
export interface AlertProps {
/**
* The id attribute is used to specify a unique id for an HTML element.
*/
id?: string;
/**
* Extend the styles of the component by adding new classes.
*/
className?: string;
/**
* The title of the alert.

@@ -7,0 +14,0 @@ */

import React from 'react';
import BaseProps from '@gemeente-denhaag/baseprops';
import './index.scss';
export interface AlertProps extends Omit<BaseProps, 'children' | 'classes' | 'tabIndex'> {
export interface AlertProps {
/**
* The id attribute is used to specify a unique id for an HTML element.
*/
id?: string;
/**
* Extend the styles of the component by adding new classes.
*/
className?: string;
/**
* The title of the alert.

@@ -7,0 +14,0 @@ */

13

package.json
{
"name": "@gemeente-denhaag/alert",
"version": "0.1.1-alpha.325",
"version": "0.1.1-alpha.326",
"description": "An alert component",

@@ -32,7 +32,6 @@ "bugs": "https://github.com/nl-design-system/denhaag/issues",

"dependencies": {
"@gemeente-denhaag/baseprops": "0.2.3-alpha.355",
"@gemeente-denhaag/button": "0.2.3-alpha.355",
"@gemeente-denhaag/iconbutton": "0.2.3-alpha.355",
"@gemeente-denhaag/icons": "0.2.3-alpha.355",
"@gemeente-denhaag/typography": "0.2.3-alpha.355"
"@gemeente-denhaag/button": "0.2.3-alpha.356",
"@gemeente-denhaag/iconbutton": "0.2.3-alpha.356",
"@gemeente-denhaag/icons": "0.2.3-alpha.356",
"@gemeente-denhaag/typography": "0.2.3-alpha.356"
},

@@ -42,3 +41,3 @@ "peerDependencies": {

},
"gitHead": "bf169e03e41fd52b54428b0fbb0e45ca079628db"
"gitHead": "9e6c4a16b6518e486188f3d42eac50b508764783"
}
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