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

@cmsgov/design-system

Package Overview
Dependencies
Maintainers
39
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmsgov/design-system - npm Package Compare versions

Comparing version 2.0.0-beta.5 to 2.0.0-beta.6

dist/scss/_font.scss

2

dist/components/Alert/Alert.js

@@ -125,3 +125,3 @@ "use strict";

*/
role: _propTypes.default.oneOf(['alert', 'alertdialog', 'region']),
role: _propTypes.default.oneOf(['alert', 'alertdialog', 'region', 'status']),

@@ -128,0 +128,0 @@ /**

@@ -110,3 +110,3 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

*/
role: PropTypes.oneOf(['alert', 'alertdialog', 'region']),
role: PropTypes.oneOf(['alert', 'alertdialog', 'region', 'status']),

@@ -113,0 +113,0 @@ /**

{
"name": "@cmsgov/design-system",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"publishConfig": {
"access": "public",
"tag": "beta"
"access": "public"
},

@@ -14,3 +13,7 @@ "description": "CMS Design System Sass/CSS and React assets",

"sideEffects": false,
"files": ["dist", "src/components/**/*.jsx", "!src/components/**/*.test.jsx"],
"files": [
"dist",
"src/components/**/*.jsx",
"!src/components/**/*.test.jsx"
],
"dependencies": {

@@ -17,0 +20,0 @@ "classnames": "^2.2.5",

@@ -82,3 +82,3 @@ import PropTypes from 'prop-types';

*/
role: PropTypes.oneOf(['alert', 'alertdialog', 'region']),
role: PropTypes.oneOf(['alert', 'alertdialog', 'region', 'status']),
/**

@@ -85,0 +85,0 @@ * A string corresponding to the `Alert` variation classes (`error`, `warn`, `success`)

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc