@servicetitan/anvil-themes
Advanced tools
Comparing version 11.3.0 to 11.3.1
@@ -23,2 +23,3 @@ export declare const theme: { | ||
default: string; | ||
strong: string; | ||
primary: string; | ||
@@ -25,0 +26,0 @@ critical: string; |
@@ -26,2 +26,3 @@ "use strict"; | ||
default: 'rgba(255, 255, 255, 0.2)', | ||
strong: 'rgba(255, 255, 255, 0.7)', | ||
primary: 'rgba(34, 112, 238, 0.3)', | ||
@@ -28,0 +29,0 @@ critical: 'rgba(249, 77, 50, 0.25)', |
@@ -23,2 +23,3 @@ export declare const theme: { | ||
default: string; | ||
strong: string; | ||
primary: string; | ||
@@ -25,0 +26,0 @@ critical: string; |
@@ -26,2 +26,3 @@ "use strict"; | ||
default: 'rgba(20, 20, 20, 0.2)', | ||
strong: 'rgba(20, 20, 20, 0.4)', | ||
primary: 'rgba(0, 76, 195, 0.2)', | ||
@@ -28,0 +29,0 @@ critical: 'rgba(230, 55, 23, 0.3)', |
{ | ||
"name": "@servicetitan/anvil-themes", | ||
"version": "11.3.0", | ||
"version": "11.3.1", | ||
"description": "", | ||
@@ -34,3 +34,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@servicetitan/tokens": "^11.3.0", | ||
"@servicetitan/tokens": "^11.3.1", | ||
"@types/lodash": "4.14.175", | ||
@@ -50,3 +50,3 @@ "@types/node": "16.9.1", | ||
}, | ||
"gitHead": "c041f93c9c768462696fb1f0bd1250f89bfea156" | ||
"gitHead": "9890799089adbb0ff4814bcb00b137167ebace48" | ||
} |
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
30722
491