@terminal-packages/fe-theme
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -27,2 +27,3 @@ var teal = '#019e73'; | ||
var alertBlue = '#e7e8fc'; | ||
var dirtyWhite = '#fcfcfc'; | ||
var lightBlack = 'rgba(0, 0, 0, 0.6)'; | ||
@@ -94,2 +95,3 @@ var whiteThree = '#ffffff'; | ||
whiteSmoke: whiteSmoke, | ||
dirtyWhite: dirtyWhite, | ||
lightBlack: lightBlack, | ||
@@ -96,0 +98,0 @@ darkOrange: darkOrange, |
@@ -29,2 +29,3 @@ declare const palette: { | ||
whiteSmoke: string; | ||
dirtyWhite: string; | ||
lightBlack: string; | ||
@@ -31,0 +32,0 @@ darkOrange: string; |
@@ -29,2 +29,3 @@ "use strict"; | ||
const alertBlue = '#e7e8fc'; | ||
const dirtyWhite = '#fcfcfc'; | ||
const lightBlack = 'rgba(0, 0, 0, 0.6)'; | ||
@@ -96,2 +97,3 @@ const whiteThree = '#ffffff'; | ||
whiteSmoke, | ||
dirtyWhite, | ||
lightBlack, | ||
@@ -98,0 +100,0 @@ darkOrange, |
{ | ||
"name": "@terminal-packages/fe-theme", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "core/index.js", | ||
@@ -5,0 +5,0 @@ "module": "core/esm/index.js", |
@@ -27,2 +27,3 @@ const teal = '#019e73'; | ||
const alertBlue = '#e7e8fc'; | ||
const dirtyWhite = '#fcfcfc'; | ||
const lightBlack = 'rgba(0, 0, 0, 0.6)'; | ||
@@ -95,2 +96,3 @@ const whiteThree = '#ffffff'; | ||
whiteSmoke, | ||
dirtyWhite, | ||
lightBlack, | ||
@@ -97,0 +99,0 @@ darkOrange, |
54338
1740