You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@vonage/vvd-foundation

Package Overview
Dependencies
Maintainers
19
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.19.0 to 2.20.0

8

constants.d.ts

@@ -19,5 +19,11 @@ export declare enum Connotation {

export declare enum Size {
xxx_Small = "xxxs",
xx_Small = "xxs",
x_Small = "xs",
Small = "sm",
Medium = "md",
Large = "lg"
Large = "lg",
x_Large = "xl",
xx_Large = "xxl",
xxx_Large = "xxxl"
}

@@ -24,0 +30,0 @@ export declare enum Layout {

@@ -23,5 +23,11 @@ export var Connotation;

(function (Size) {
Size["xxx_Small"] = "xxxs";
Size["xx_Small"] = "xxs";
Size["x_Small"] = "xs";
Size["Small"] = "sm";
Size["Medium"] = "md";
Size["Large"] = "lg";
Size["x_Large"] = "xl";
Size["xx_Large"] = "xxl";
Size["xxx_Large"] = "xxxl";
})(Size || (Size = {}));

@@ -28,0 +34,0 @@ export var Layout;

8

package.json
{
"name": "@vonage/vvd-foundation",
"version": "2.19.0",
"version": "2.20.0",
"description": "internal package to hold constants, definitions and primitives to be used in the rest of Vivid ecosystem",

@@ -34,7 +34,7 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/components/foundation#readme",

"devDependencies": {
"@vonage/vvd-design-tokens": "2.19.0",
"@vonage/vvd-umbrella": "2.19.0",
"@vonage/vvd-design-tokens": "2.20.0",
"@vonage/vvd-umbrella": "2.20.0",
"typescript": "^4.3.2"
},
"gitHead": "db5c6cfdb6b835e65b43229d7fbba730f22fc857"
"gitHead": "71294aa4f922a9269766d29882fa7941c879e51c"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc