Socket
Socket
Sign inDemoInstall

@vonage/vvd-foundation

Package Overview
Dependencies
Maintainers
13
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vvd-foundation - npm Package Compare versions

Comparing version 2.6.2 to 2.7.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# [2.7.0](https://github.com/vonage/vivid/compare/v2.6.2...v2.7.0) (2021-05-17)
### Features
* **snackbar:** iss 783 viv 402 snackbar ([#808](https://github.com/vonage/vivid/issues/808)) ([25c750e](https://github.com/vonage/vivid/commit/25c750e99253a4f00e9765b30a288c65978a9b68)), closes [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783) [#783](https://github.com/vonage/vivid/issues/783)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)

@@ -2,0 +11,0 @@

@@ -35,1 +35,8 @@ export declare enum Connotation {

}
export declare enum Position {
Top = "TOP",
Bottom = "BOTTOM",
Start = "START",
Center = "CENTER",
End = "END"
}

@@ -44,2 +44,10 @@ /* eslint-disable no-shadow */

})(IconSize || (IconSize = {}));
export var Position;
(function (Position) {
Position["Top"] = "TOP";
Position["Bottom"] = "BOTTOM";
Position["Start"] = "START";
Position["Center"] = "CENTER";
Position["End"] = "END";
})(Position || (Position = {}));
//# sourceMappingURL=constants.js.map

8

package.json
{
"name": "@vonage/vvd-foundation",
"version": "2.6.2",
"version": "2.7.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.6.2",
"@vonage/vvd-umbrella": "2.6.2",
"@vonage/vvd-design-tokens": "2.7.0",
"@vonage/vvd-umbrella": "2.7.0",
"typescript": "^4.1.3"
},
"gitHead": "13d4bbb0e9cf0539225cfcbd6c977aa75f1e5e0f"
"gitHead": "e62d8e6de16985a77757a01db255933fdb9d6f7a"
}

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