@terminal-packages/fe-theme
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -61,2 +61,3 @@ var teal = '#019e73'; | ||
var extraExtraLightGray = '#fbfbfb'; | ||
var darkerExtraLightGray = '#e2e2e2'; | ||
var palette = { | ||
@@ -123,3 +124,4 @@ teal: teal, | ||
extraExtraLightGray: extraExtraLightGray, | ||
darkerExtraLightGray: darkerExtraLightGray, | ||
}; | ||
export default palette; |
@@ -62,4 +62,5 @@ declare const palette: { | ||
extraExtraLightGray: string; | ||
darkerExtraLightGray: string; | ||
}; | ||
export default palette; | ||
export declare type PaletteType = Partial<typeof palette>; | ||
export declare type PaletteType = typeof palette; |
@@ -63,2 +63,3 @@ "use strict"; | ||
const extraExtraLightGray = '#fbfbfb'; | ||
const darkerExtraLightGray = '#e2e2e2'; | ||
const palette = { | ||
@@ -125,3 +126,4 @@ teal, | ||
extraExtraLightGray, | ||
darkerExtraLightGray, | ||
}; | ||
exports.default = palette; |
{ | ||
"name": "@terminal-packages/fe-theme", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "core/index.js", | ||
@@ -5,0 +5,0 @@ "module": "core/esm/index.js", |
@@ -1,2 +0,2 @@ | ||
![Test Action Status](https://github.com/Terminal-Systems/fe-utils/workflows/Tests/badge.svg?branch=develop) | ||
![Test Action Status](https://github.com/Terminal-Systems/fe-utils/workflows/Tests/badge.svg) | ||
![Publish Action Status](https://github.com/Terminal-Systems/fe-utils/workflows/Publish/badge.svg?branch=master) | ||
@@ -42,6 +42,6 @@ | ||
``` | ||
git remote add base-lib https://github.com/Terminal-Systems/fe-base-pkg.git | ||
git remote add fe-base-pkg https://github.com/Terminal-Systems/fe-base-pkg.git | ||
git checkout -b <some-temp-branch-name>/upgrade | ||
git fetch base-lib | ||
git merge base-lib/master | ||
git fetch fe-base-pkg | ||
git merge fe-base-pkg/master | ||
``` | ||
@@ -48,0 +48,0 @@ |
@@ -61,2 +61,3 @@ const teal = '#019e73'; | ||
const extraExtraLightGray = '#fbfbfb'; | ||
const darkerExtraLightGray = '#e2e2e2'; | ||
@@ -124,5 +125,6 @@ const palette = { | ||
extraExtraLightGray, | ||
darkerExtraLightGray, | ||
}; | ||
export default palette; | ||
export type PaletteType = Partial<typeof palette>; | ||
export type PaletteType = typeof palette; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53928
1712