New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cockroachlabs/design-tokens

Package Overview
Dependencies
Maintainers
17
Versions
693
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cockroachlabs/design-tokens - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10-canary.476.3a7e63c.0

7

dist/web/tokens.d.ts
/**
* Do not edit directly
* Generated on Thu, 21 Jul 2022 14:42:14 GMT
* Generated on Thu, 13 Oct 2022 22:10:50 GMT
*/

@@ -204,2 +204,7 @@

export const ComponentButtonTertiaryShadowColorFocused = "#e1ecff";
export const ComponentButtonLinkStyleFontColorBase = "#0055ff";
export const ComponentButtonLinkStyleFontColorHover = "#0037a5";
export const ComponentButtonLinkStyleFontColorActive = "#0055ff";
export const ComponentButtonLinkStyleFontColorFocused = "#0055ff";
export const ComponentButtonLinkStyleFontColorDisabled = "#89b0ff";
export const ComponentButtonSuccessBorderColorBase = "#37a806";

@@ -206,0 +211,0 @@ export const ComponentButtonSuccessBorderColorHover = "#237300";

/**
* Do not edit directly
* Generated on Thu, 21 Jul 2022 14:42:14 GMT
* Generated on Thu, 13 Oct 2022 22:10:50 GMT
*/

@@ -204,2 +204,7 @@

export const ComponentButtonTertiaryShadowColorFocused = "#e1ecff";
export const ComponentButtonLinkStyleFontColorBase = "#0055ff";
export const ComponentButtonLinkStyleFontColorHover = "#0037a5";
export const ComponentButtonLinkStyleFontColorActive = "#0055ff";
export const ComponentButtonLinkStyleFontColorFocused = "#0055ff";
export const ComponentButtonLinkStyleFontColorDisabled = "#89b0ff";
export const ComponentButtonSuccessBorderColorBase = "#37a806";

@@ -206,0 +211,0 @@ export const ComponentButtonSuccessBorderColorHover = "#237300";

8

package.json
{
"name": "@cockroachlabs/design-tokens",
"version": "0.4.9",
"version": "0.4.10-canary.476.3a7e63c.0",
"description": "Design tokens for Cockroach Labs.",

@@ -17,3 +17,3 @@ "repository": {

"clean": "style-dictionary clean",
"prepublishOnly": "npm run clean && npm run build",
"prepare": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -23,3 +23,3 @@ },

"devDependencies": {
"style-dictionary": "3.7.0"
"style-dictionary": "3.7.1"
},

@@ -29,3 +29,3 @@ "publishConfig": {

},
"gitHead": "3ba6b62913249017adf3610d3e9667672bb43fa3"
"gitHead": "3a7e63cd17dd0af21d45303cb558a30ed59ebfb8"
}

@@ -72,2 +72,11 @@ {

},
"link-style": {
"font-color": {
"base": { "value": "{color.intent.info.3.value}" },
"hover": { "value": "{color.intent.info.4.value}" },
"active": { "value": "{color.intent.info.3.value}" },
"focused": { "value": "{color.intent.info.3.value}" },
"disabled": { "value": "{color.intent.info.2.value}" }
}
},
"success": {

@@ -74,0 +83,0 @@ "border-color": {

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