@atb-as/theme
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,15 @@ | ||
export declare const backgrounds: { | ||
light: { | ||
level0: string; | ||
level1: string; | ||
level2: string; | ||
level3: string; | ||
}; | ||
dark: { | ||
level0: string; | ||
level1: string; | ||
level2: string; | ||
level3: string; | ||
}; | ||
}; | ||
export declare const colors: { | ||
@@ -2,0 +16,0 @@ white: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.colors = void 0; | ||
exports.colors = exports.backgrounds = void 0; | ||
exports.backgrounds = { | ||
light: { | ||
level0: '#FFFFFF', | ||
level1: '#E7E8E9', | ||
level2: '#DBDDDE', | ||
level3: '#CFD2D3', | ||
}, | ||
dark: { | ||
level0: '#000000', | ||
level1: '#1B1C1D', | ||
level2: '#292B2C', | ||
level3: '#36393A', | ||
}, | ||
}; | ||
exports.colors = { | ||
@@ -5,0 +19,0 @@ white: '#ffffff', |
@@ -33,6 +33,6 @@ "use strict"; | ||
colors: { | ||
background_0: contrastColor(colors_1.colors.white, 'dark'), | ||
background_1: contrastColor(colors_1.colors.primary.gray_50, 'dark'), | ||
background_2: contrastColor(colors_1.colors.primary.gray_100, 'dark'), | ||
background_3: contrastColor(colors_1.colors.primary.gray_200, 'dark'), | ||
background_0: contrastColor(colors_1.backgrounds.light.level0, 'dark'), | ||
background_1: contrastColor(colors_1.backgrounds.light.level1, 'dark'), | ||
background_2: contrastColor(colors_1.backgrounds.light.level2, 'dark'), | ||
background_3: contrastColor(colors_1.backgrounds.light.level3, 'dark'), | ||
primary_1: contrastColor(colors_1.colors.primary.green_500, 'dark'), | ||
@@ -89,6 +89,6 @@ primary_2: contrastColor(colors_1.colors.secondary.cyan_500, 'dark'), | ||
colors: { | ||
background_0: contrastColor(colors_1.colors.white, 'dark'), | ||
background_1: contrastColor(colors_1.colors.primary.gray_50, 'dark'), | ||
background_2: contrastColor(colors_1.colors.primary.gray_100, 'dark'), | ||
background_3: contrastColor(colors_1.colors.primary.gray_200, 'dark'), | ||
background_0: contrastColor(colors_1.backgrounds.dark.level0, 'light'), | ||
background_1: contrastColor(colors_1.backgrounds.dark.level1, 'light'), | ||
background_2: contrastColor(colors_1.backgrounds.dark.level2, 'light'), | ||
background_3: contrastColor(colors_1.backgrounds.dark.level3, 'light'), | ||
primary_1: contrastColor(colors_1.colors.primary.green_500, 'dark'), | ||
@@ -95,0 +95,0 @@ primary_2: contrastColor(colors_1.colors.secondary.blue_500, 'light'), |
{ | ||
"name": "@atb-as/theme", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"private": false, | ||
@@ -34,3 +34,3 @@ "description": "AtB Design System Colors", | ||
}, | ||
"gitHead": "196412c861ae234230ba022724882476f7d7b7e8" | ||
"gitHead": "6c64699de2a013d62abb558d31c74c6c3de52597" | ||
} |
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
79430
1644