Socket
Socket
Sign inDemoInstall

@sendgrid/design-primitives

Package Overview
Dependencies
Maintainers
20
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/design-primitives - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

packages/design-components/components/alert.json

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [Released]
### [1.3.3] - 2019-05-22
#### Added
- added alert tokens
- added icons to global tokens
- added border radius to global tokens
### [1.3.2] - 2019-05-10

@@ -12,0 +18,0 @@ #### Changed

2

package.json
{
"name": "@sendgrid/design-primitives",
"version": "1.3.2",
"version": "1.3.3",
"description": "SendGrid design primitives",

@@ -5,0 +5,0 @@ "repository": "https://github.com/sendgrid/design-primitives",

{
"imports": [
"./components/alert.json",
"./components/banner-message.json",

@@ -7,2 +8,2 @@ "./components/badge.json",

]
}
}
{
"imports": [
"../../sg-style-guide/base/borders.json",
"../../utilities/colors.json",
"../../sg-style-guide/base/icons.json",
"./scale.json"
]
}
}

@@ -6,2 +6,11 @@ /*

*/
export const alertDanger = "#f4dddd";
export const alertDangerText = "#b71c1c";
export const alertSuccess = "#f1f7e9";
export const alertSuccessText = "#2e6b30";
export const alertTrial = "#294661";
export const alertVerification = "#18c96e";
export const alertWarning = "#fefae6";
export const alertWarningText = "#8c6c15";
export const alertSuccessText = "#2e6b30";
export const badgeBackgroundColor = "#a9b5c0";

@@ -29,2 +38,13 @@ export const badgeBorderRadius = "2px";

export const spacingXxl = "60px";
export const alert = {
alertDanger,
alertDangerText,
alertSuccess,
alertSuccessText,
alertTrial,
alertVerification,
alertWarning,
alertWarningText,
alertSuccessText,
};
export const badge = {

@@ -31,0 +51,0 @@ badgeBackgroundColor,

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