@servicetitan/anvil-themes
Advanced tools
Comparing version 10.8.0 to 11.0.0
@@ -59,2 +59,4 @@ export declare const theme: { | ||
primarySubdued: string; | ||
secondary: string; | ||
secondarySubdued: string; | ||
critical: string; | ||
@@ -72,2 +74,4 @@ criticalSubdued: string; | ||
primarySubdued: string; | ||
secondary: string; | ||
secondarySubdued: string; | ||
critical: string; | ||
@@ -74,0 +78,0 @@ onGrey: string; |
@@ -62,2 +62,4 @@ "use strict"; | ||
primarySubdued: 'rgba(0, 0, 0, 0)', | ||
secondary: 'rgba(135, 114, 229, 1)', | ||
secondarySubdued: 'rgba(66, 39, 153, 0.8)', | ||
critical: 'rgba(255, 116, 95, 1)', | ||
@@ -75,2 +77,4 @@ criticalSubdued: 'rgba(0, 0, 0, 0)', | ||
primarySubdued: 'rgba(34, 112, 238, 1)', | ||
secondary: 'rgba(193, 182, 242, 1)', | ||
secondarySubdued: 'rgba(105, 84, 192, 1)', | ||
critical: 'rgba(255, 116, 95, 1)', | ||
@@ -77,0 +81,0 @@ onGrey: 'rgba(245, 245, 245, 1)', |
@@ -59,2 +59,4 @@ export declare const theme: { | ||
primarySubdued: string; | ||
secondary: string; | ||
secondarySubdued: string; | ||
critical: string; | ||
@@ -72,2 +74,4 @@ criticalSubdued: string; | ||
primarySubdued: string; | ||
secondary: string; | ||
secondarySubdued: string; | ||
critical: string; | ||
@@ -74,0 +78,0 @@ onGrey: string; |
@@ -62,2 +62,4 @@ "use strict"; | ||
primarySubdued: 'rgba(236, 244, 253, 1)', | ||
secondary: 'rgba(105, 84, 192, 1)', | ||
secondarySubdued: 'rgba(241, 237, 255, 1)', | ||
critical: 'rgba(230, 55, 23, 1)', | ||
@@ -75,2 +77,4 @@ criticalSubdued: 'rgba(255, 236, 233, 1)', | ||
primarySubdued: 'rgba(169, 209, 255, 1)', | ||
secondary: 'rgba(105, 84, 192, 1)', | ||
secondarySubdued: 'rgba(193, 182, 242, 1)', | ||
critical: 'rgba(249, 77, 50, 1)', | ||
@@ -77,0 +81,0 @@ onGrey: 'rgba(68, 68, 69, 1)', |
{ | ||
"name": "@servicetitan/anvil-themes", | ||
"version": "10.8.0", | ||
"version": "11.0.0", | ||
"description": "", | ||
@@ -34,3 +34,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@servicetitan/tokens": "^10.8.0", | ||
"@servicetitan/tokens": "^11.0.0", | ||
"@types/lodash": "4.14.175", | ||
@@ -50,3 +50,3 @@ "@types/node": "16.9.1", | ||
}, | ||
"gitHead": "1a7961393b530e9bb0dee2c3b0311559fcb0f149" | ||
"gitHead": "46b6e5ef9dfd6d654050c5787b64e24b4148d995" | ||
} |
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
30417
487