@forter/styles
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.3.0](https://github.com/forter/web-components/compare/@forter/styles@4.2.0...@forter/styles@4.3.0) (2020-07-13) | ||
### Features | ||
* **styles:** bumping version ([#456](https://github.com/forter/web-components/issues/456)) ([b224292](https://github.com/forter/web-components/commit/b224292)) | ||
# [4.2.0](https://github.com/forter/web-components/compare/@forter/styles@4.1.2...@forter/styles@4.2.0) (2020-04-28) | ||
@@ -8,0 +19,0 @@ |
@@ -502,2 +502,143 @@ import { css } from 'lit-element'; | ||
--orange-9-rgb: 217, 72, 15; | ||
/* Style guide colors */ | ||
/* ─────────────────────────────────── */ | ||
--fc-blue-900: #1f2d45; | ||
--fc-blue-800: #16517c; | ||
--fc-blue-700: #0e6eab; | ||
--fc-blue-600: #068dda; | ||
--fc-blue-500: #00a5ff; | ||
--fc-blue-400: #40bcff; | ||
--fc-blue-300: #7fd2ff; | ||
--fc-blue-200: #bfe8ff; | ||
--fc-blue-100: #e4f6ff; | ||
--fc-grey-900: #151515; | ||
--fc-grey-800: #526178; | ||
--fc-grey-700: #8696ac; | ||
--fc-grey-600: #9fadc0; | ||
--fc-grey-500: #b5becc; | ||
--fc-grey-400: #cad0d9; | ||
--fc-grey-300: #dadee4; | ||
--fc-grey-200: #e9ebef; | ||
--fc-grey-100: #f4f5f7; | ||
--fc-green-900: #003c0a; | ||
--fc-green-800: #061; | ||
--fc-green-700: #007e15; | ||
--fc-green-600: #00981a; | ||
--fc-green-500: #00ba1f; | ||
--fc-green-400: #39d153; | ||
--fc-green-300: #72e586; | ||
--fc-green-200: #abf6b8; | ||
--fc-green-100: #d4fddb; | ||
--fc-red-900: #6f0001; | ||
--fc-red-800: #960002; | ||
--fc-red-700: #b60002; | ||
--fc-red-600: #d10003; | ||
--fc-red-500: #ed070a; | ||
--fc-red-400: #ff4143; | ||
--fc-red-300: #fe7072; | ||
--fc-red-200: #ff9495; | ||
--fc-red-100: #ffd2d4; | ||
--fc-turquoise-900: #00786c; | ||
--fc-turquoise-800: #009b8b; | ||
--fc-turquoise-700: #00baa7; | ||
--fc-turquoise-600: #00d6c0; | ||
--fc-turquoise-500: #2aeeda; | ||
--fc-turquoise-400: #5ff4e4; | ||
--fc-turquoise-300: #82f5ea; | ||
--fc-turquoise-200: #9cfff5; | ||
--fc-turquoise-100: #bcfff8; | ||
--fc-ocean-900: #00566d; | ||
--fc-ocean-800: #00718e; | ||
--fc-ocean-700: #008db2; | ||
--fc-ocean-600: #00aad7; | ||
--fc-ocean-500: #23c3ee; | ||
--fc-ocean-400: #5dddff; | ||
--fc-ocean-300: #87e6ff; | ||
--fc-ocean-200: #aaedff; | ||
--fc-ocean-100: #c5eef9; | ||
--fc-marine-900: #00266e; | ||
--fc-marine-800: #00318e; | ||
--fc-marine-700: #0040b9; | ||
--fc-marine-600: #0d53d8; | ||
--fc-marine-500: #3a7af3; | ||
--fc-marine-400: #73a3ff; | ||
--fc-marine-300: #98bbff; | ||
--fc-marine-200: #b3cdff; | ||
--fc-marine-100: #d4e3ff; | ||
--fc-indigo-900: #1b006d; | ||
--fc-indigo-800: #23008c; | ||
--fc-indigo-700: #2d00b5; | ||
--fc-indigo-600: #3600d8; | ||
--fc-indigo-500: #5e2eef; | ||
--fc-indigo-400: #8e68ff; | ||
--fc-indigo-300: #aa8dff; | ||
--fc-indigo-200: #c2aeff; | ||
--fc-indigo-100: #d9ccff; | ||
--fc-lavender-900: #3c006a; | ||
--fc-lavender-800: #4f008b; | ||
--fc-lavender-700: #6600b3; | ||
--fc-lavender-600: #7d00dc; | ||
--fc-lavender-500: #9b31eb; | ||
--fc-lavender-400: #c170ff; | ||
--fc-lavender-300: #d194ff; | ||
--fc-lavender-200: #ddb1fd; | ||
--fc-lavender-100: #e9d0fb; | ||
--fc-pink-purple-900: #50005f; | ||
--fc-pink-purple-800: #6f0084; | ||
--fc-pink-purple-700: #8c00a7; | ||
--fc-pink-purple-600: #b200d4; | ||
--fc-pink-purple-500: #d232f1; | ||
--fc-pink-purple-400: #e974ff; | ||
--fc-pink-purple-300: #ef98ff; | ||
--fc-pink-purple-200: #f3b5ff; | ||
--fc-pink-purple-100: #f9d9ff; | ||
--fc-magenta-900: #7a0051; | ||
--fc-magenta-800: #9c0067; | ||
--fc-magenta-700: #c0007f; | ||
--fc-magenta-600: #e00094; | ||
--fc-magenta-500: #f42bb0; | ||
--fc-magenta-400: #ff6bcd; | ||
--fc-magenta-300: #ff91da; | ||
--fc-magenta-200: #ffaee3; | ||
--fc-magenta-100: #fbcaea; | ||
--fc-orange-900: #834000; | ||
--fc-orange-800: #a75200; | ||
--fc-orange-700: #c96300; | ||
--fc-orange-600: #e57100; | ||
--fc-orange-500: #ff8a0d; | ||
--fc-orange-400: #ffb56d; | ||
--fc-orange-300: #ffc893; | ||
--fc-orange-200: #ffd6af; | ||
--fc-orange-100: #ffe9d3; | ||
--fc-gold-900: #765400; | ||
--fc-gold-800: #986b00; | ||
--fc-gold-700: #b88300; | ||
--fc-gold-600: #dc9c00; | ||
--fc-gold-500: #f6ba27; | ||
--fc-gold-400: #ffd160; | ||
--fc-gold-300: #ffdd89; | ||
--fc-gold-200: #ffe7ad; | ||
--fc-gold-100: #fbf0d4; | ||
--fc-olive-900: #696b00; | ||
--fc-olive-800: #909400; | ||
--fc-olive-700: #bcc000; | ||
--fc-olive-600: #cdd200; | ||
--fc-olive-500: #e5ea20; | ||
--fc-olive-400: #eef258; | ||
--fc-olive-300: #f6f97e; | ||
--fc-olive-200: #fdffab; | ||
--fc-olive-100: #fbfcd0; | ||
--fc-blue-40: rgba(228, 246, 255, 0.4); | ||
--fc-grey-40: rgba(244, 245, 247, 0.4); | ||
--fc-green-40: rgba(212, 253, 219, 0.4); | ||
--fc-red-40: rgba(255, 210, 212, 0.4); | ||
--fc-turquiose-40: rgba(188, 255, 248, 0.4); | ||
--fc-ocean-40: rgba(197, 238, 248, 0.4); | ||
--fc-marine-40: rgba(211, 227, 255, 0.4); | ||
--fc-indigo-40: rgba(216, 204, 255, 0.4); | ||
--fc-lavender-40: rgba(233, 208, 251, 0.4); | ||
--fc-pink-purple-40: rgba(249, 217, 255, 0.4); | ||
} | ||
@@ -504,0 +645,0 @@ |
{ | ||
"name": "@forter/styles", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Styles for Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "f1071249699530a2713c721a5eb2bb78beb86737" | ||
"gitHead": "8dd2f0f89a1ef95fa4efb053665ab4eeaaf18e28" | ||
} |
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
77677
1959