@forter/styles
Advanced tools
Comparing version 4.10.1 to 4.11.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [4.11.0](https://github.com/forter/web-components/compare/@forter/styles@4.10.1...@forter/styles@4.11.0) (2022-10-03) | ||
### Features | ||
* **styles:** remove forter theme ([95a0c28](https://github.com/forter/web-components/commit/95a0c28)) | ||
* **styles:** remove forter theme ([37a1420](https://github.com/forter/web-components/commit/37a1420)) | ||
## [4.10.1](https://github.com/forter/web-components/compare/@forter/styles@4.10.0...@forter/styles@4.10.1) (2022-07-22) | ||
@@ -8,0 +20,0 @@ |
@@ -98,2 +98,14 @@ import { css } from 'lit-element'; | ||
/* BRAND-BLUE | ||
* ─────────────────────────────────── */ | ||
--fc-brand-blue-900: #025; | ||
--fc-brand-blue-800: #0043a9; | ||
--fc-brand-blue-700: #0358d7; | ||
--fc-brand-blue-600: #1f75f6; | ||
--fc-brand-blue-500: #4e95ff; | ||
--fc-brand-blue-400: #73abff; | ||
--fc-brand-blue-300: #90bdff; | ||
--fc-brand-blue-200: #bdd8ff; | ||
--fc-brand-blue-100: #dceaff; | ||
/* BLUE-GRAY | ||
@@ -137,2 +149,14 @@ * ─────────────────────────────────── */ | ||
/* BRAND-GREEN | ||
* ─────────────────────────────────── */ | ||
--fc-brand-green-900: #028159; | ||
--fc-brand-green-800: #01a571; | ||
--fc-brand-green-700: #00b67c; | ||
--fc-brand-green-600: #04c588; | ||
--fc-brand-green-500: #00d894; | ||
--fc-brand-green-400: #1de8a8; | ||
--fc-brand-green-300: #53ffc9; | ||
--fc-brand-green-200: #87fdda; | ||
--fc-brand-green-100: #e5fef6; | ||
/* RED | ||
@@ -139,0 +163,0 @@ * ─────────────────────────────────── */ |
@@ -8,3 +8,2 @@ export { flex } from './flex.js'; | ||
export { default as layoutFlex } from './layout-flex.css'; | ||
export { default as theme } from './forter-theme.css'; | ||
export { default as a11yStyles } from './a11y-styles.css'; | ||
@@ -11,0 +10,0 @@ export { default as fieldsetReset } from './fieldset-reset.css'; |
{ | ||
"name": "@forter/styles", | ||
"version": "4.10.1", | ||
"version": "4.11.0", | ||
"description": "Styles for Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "1df0c0a1d0f7abd002bd4a54450497487a4ee0b5" | ||
"gitHead": "b12ca25534034c2c6afa4f3145caeff9a7e70742" | ||
} |
@@ -8,3 +8,2 @@ export * from './flex'; | ||
export { default as layoutFlex } from './layout-flex.css'; | ||
export { default as theme } from './forter-theme.css'; | ||
export { default as a11yStyles } from './a11y-styles.css'; | ||
@@ -11,0 +10,0 @@ export { default as fieldsetReset } from './fieldset-reset.css'; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76781
49
1507