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

@servicetitan/tokens

Package Overview
Dependencies
Maintainers
8
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/tokens - npm Package Compare versions

Comparing version 11.3.1 to 11.4.0

dist/iOS/Colors/neutral500.colorset/Contents.json

2

dist/colors.d.ts
/**
* Do not edit directly
* Generated on Wed, 09 Feb 2022 23:31:34 GMT
* Generated on Fri, 25 Feb 2022 23:38:42 GMT
*/
/**
* Do not edit directly
* Generated on Wed, 09 Feb 2022 23:31:34 GMT
* Generated on Fri, 25 Feb 2022 23:38:42 GMT
*/

@@ -429,2 +429,23 @@ module.exports = {

]
},
"500": {
"value": "rgb(4, 4, 4)",
"category": "primary",
"filePath": "src/colors.json",
"isSource": true,
"original": {
"value": "#040404",
"category": "primary"
},
"name": "colorNeutral500",
"attributes": {
"category": "color",
"type": "neutral",
"item": "500"
},
"path": [
"color",
"neutral",
"500"
]
}

@@ -431,0 +452,0 @@ },

/**
* Do not edit directly
* Generated on Wed, 09 Feb 2022 23:31:34 GMT
* Generated on Fri, 25 Feb 2022 23:38:42 GMT
*/

@@ -430,2 +430,23 @@

]
},
"500": {
"value": "rgb(4, 4, 4)",
"category": "primary",
"filePath": "src/colors.json",
"isSource": true,
"original": {
"value": "#040404",
"category": "primary"
},
"name": "colorNeutral500",
"attributes": {
"category": "color",
"type": "neutral",
"item": "500"
},
"path": [
"color",
"neutral",
"500"
]
}

@@ -432,0 +453,0 @@ },

@@ -47,2 +47,3 @@ declare const tokens: {

colorNeutral400: string;
colorNeutral500: string;
colorBlueGrey100: string;

@@ -49,0 +50,0 @@ colorBlueGrey200: string;

@@ -20,3 +20,3 @@ "use strict";

colorWhite: 'rgb(255, 255, 255)',
colorBlack: 'rgb(20, 20, 20)',
colorBlack: 'rgb(4, 4, 4)',
colorBlue: 'rgb(34, 112, 238)',

@@ -51,2 +51,3 @@ colorBlueGrey: 'rgb(140, 156, 165)',

colorNeutral400: 'rgb(20, 20, 20)',
colorNeutral500: 'rgb(4, 4, 4)',
colorBlueGrey100: 'rgb(234, 239, 242)',

@@ -122,4 +123,4 @@ colorBlueGrey200: 'rgb(208, 216, 221)',

shadowColorError: 'rgba(230, 55, 23, .2)',
shadowFocus: '0 0 0 3px rgba(169, 209, 255, 1)',
shadowFocusInset: 'inset 0 0 0 3px rgba(169, 209, 255, 1)',
shadowFocus: '0 0 0 3px var(--colorsFocusRingPrimary, rgba(169, 209, 255, 1))',
shadowFocusInset: 'inset 0 0 0 3px var(--colorsFocusRingPrimary, rgba(169, 209, 255, 1))',
spacing0: '0',

@@ -126,0 +127,0 @@ spacing1: '8px',

@@ -19,3 +19,3 @@ // Source: tokens

colorWhite: 'rgb(255, 255, 255)',
colorBlack: 'rgb(20, 20, 20)',
colorBlack: 'rgb(4, 4, 4)',
colorBlue: 'rgb(34, 112, 238)',

@@ -50,2 +50,3 @@ colorBlueGrey: 'rgb(140, 156, 165)',

colorNeutral400: 'rgb(20, 20, 20)',
colorNeutral500: 'rgb(4, 4, 4)',
colorBlueGrey100: 'rgb(234, 239, 242)',

@@ -121,4 +122,4 @@ colorBlueGrey200: 'rgb(208, 216, 221)',

shadowColorError: 'rgba(230, 55, 23, .2)',
shadowFocus: '0 0 0 3px rgba(169, 209, 255, 1)',
shadowFocusInset: 'inset 0 0 0 3px rgba(169, 209, 255, 1)',
shadowFocus: '0 0 0 3px var(--colorsFocusRingPrimary, rgba(169, 209, 255, 1))',
shadowFocusInset: 'inset 0 0 0 3px var(--colorsFocusRingPrimary, rgba(169, 209, 255, 1))',
spacing0: '0',

@@ -125,0 +126,0 @@ spacing1: '8px',

{
"name": "@servicetitan/tokens",
"version": "11.3.1",
"version": "11.4.0",
"description": "",

@@ -40,3 +40,3 @@ "homepage": "https://anvil.servicetitan.com",

},
"gitHead": "9890799089adbb0ff4814bcb00b137167ebace48"
"gitHead": "d528722642943656300c004da07506898a4a428f"
}

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

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

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