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

@ebot7/edem-tokens

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebot7/edem-tokens - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

28

dist/styleguide/tokens.json

@@ -92,4 +92,6 @@ [

"value": "0px 8px 20px rgba(0, 0, 0, 0.05)",
"description": "Use that shadow to show a large element like Header above others.",
"original": {
"value": "0px 8px 20px rgba(0, 0, 0, 0.05)"
"value": "0px 8px 20px rgba(0, 0, 0, 0.05)",
"description": "Use that shadow to show a large element like Header above others."
},

@@ -114,2 +116,26 @@ "name": "token-box-shadow-panel",

{
"value": "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)",
"description": "The combined shadow value is used to distinct a small (dropdown, toast...) element which goes above others.",
"original": {
"value": "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)",
"description": "The combined shadow value is used to distinct a small (dropdown, toast...) element which goes above others."
},
"name": "token-box-shadow-element",
"attributes": {
"category": "box-shadow",
"type": "element"
},
"path": [
"box-shadow",
"element"
],
"title": "Element",
"contrast": {},
"variables": {
"js": "TOKEN_BOX_SHADOW_ELEMENT",
"scss": "$token-box-shadow-element",
"css": "var(--token-box-shadow-element)"
}
},
{
"value": "#046b99",

@@ -116,0 +142,0 @@ "original": {

3

dist/web/tokens.es6.js
/**
* Do not edit directly
* Generated on Wed, 20 Jan 2021 14:40:20 GMT
* Generated on Wed, 27 Jan 2021 16:58:32 GMT
*/

@@ -11,2 +11,3 @@

export const TOKEN_BOX_SHADOW_PANEL = "0px 8px 20px rgba(0, 0, 0, 0.05)";
export const TOKEN_BOX_SHADOW_ELEMENT = "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)";
export const TOKEN_COLOR_PALETTE_BLUE = "#046B99";

@@ -13,0 +14,0 @@ export const TOKEN_COLOR_PALETTE_BLUE_DARKEN_20 = "#03567A";

@@ -7,2 +7,3 @@ {

"token-box-shadow-panel": "0px 8px 20px rgba(0, 0, 0, 0.05)",
"token-box-shadow-element": "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)",
"token-color-palette-blue": "#046b99",

@@ -9,0 +10,0 @@ "token-color-palette-blue-darken-20": "#03567a",

{
"name": "@ebot7/edem-tokens",
"version": "0.5.2",
"version": "0.6.0",
"main": "index.js",

@@ -19,3 +19,3 @@ "files": [

},
"gitHead": "317a0295cbcbee5b9669e51c9ac044dbe08a4387"
"gitHead": "a813a9fb64d9610edc4cb17b0d37f8696f213cea"
}

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