@forter/tokens
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,4 +6,12 @@ # Change Log | ||
## [1.0.2](https://github.com/forter/web-components/compare/@forter/tokens@1.0.1...@forter/tokens@1.0.2) (2023-05-08) | ||
**Note:** Version bump only for package @forter/tokens | ||
## 1.0.1 (2023-04-10) | ||
**Note:** Version bump only for package @forter/tokens |
@@ -5,6 +5,7 @@ import { css } from 'lit-element'; | ||
* Do not edit directly | ||
* Generated on Mon, 10 Apr 2023 09:32:05 GMT | ||
* Generated on Mon, 08 May 2023 10:30:32 GMT | ||
*/ | ||
:root { | ||
--fc-color-base-red-50: #fef3f3; | ||
--fc-color-base-red-100: #fde6e7; | ||
@@ -54,2 +55,5 @@ --fc-color-base-red-200: #f9aeb0; | ||
--fc-color-form-element-focus-icon: #526178; | ||
--fc-color-form-element-error-background: #fef3f3; | ||
--fc-color-form-element-error-text: #151515; | ||
--fc-color-form-element-error-icon: #526178; | ||
--fc-shadow-base-elevation-1: 0px 0px 3px 0px #0022552E; | ||
@@ -61,2 +65,3 @@ --fc-shadow-base-elevation-2: 0px 2px 7px 0px #00225526; | ||
--fc-shadow-base-disabled: 0 0 0 1px #eff0f3; | ||
--fc-shadow-base-error: 0 0 0 1px #f9aeb0; | ||
--fc-shadow-form-element-base: 0px 0px 3px 0px #0022552E; | ||
@@ -70,2 +75,3 @@ --fc-shadow-form-element-no-value: 0px 0px 3px 0px #0022552E; | ||
--fc-shadow-form-element-focus: 0px 2px 7px 0px #00225526; | ||
--fc-shadow-form-element-error: 0 0 0 1px #f9aeb0; | ||
} | ||
@@ -72,0 +78,0 @@ `; |
{ | ||
"name": "@forter/tokens", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "tokens from Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "13b450e19f77bc4e8292744aba1131cdaab7bc5a" | ||
"gitHead": "536bc53b067766ea20b6a5375be038af03ab8e34" | ||
} |
@@ -5,2 +5,5 @@ { | ||
"red": { | ||
"50": { | ||
"value": {"r": 254, "g": 243, "b": 243} | ||
}, | ||
"100": { | ||
@@ -7,0 +10,0 @@ "value": {"r": 253, "g": 230, "b": 231} |
@@ -91,2 +91,13 @@ { | ||
} | ||
}, | ||
"error": { | ||
"background": { | ||
"value": "{color.base.red.50.value}" | ||
}, | ||
"text": { | ||
"value": "{color.form-element.base.text.value}" | ||
}, | ||
"icon": { | ||
"value": "{color.form-element.base.icon.value}" | ||
} | ||
} | ||
@@ -93,0 +104,0 @@ } |
@@ -21,2 +21,5 @@ { | ||
"value": "0 0 0 1px {color.base.gray.150.value}" | ||
}, | ||
"error": { | ||
"value": "0 0 0 1px {color.base.red.200.value}" | ||
} | ||
@@ -23,0 +26,0 @@ } |
@@ -27,2 +27,5 @@ { | ||
"value": "{shadow.base.elevation-2.value}" | ||
}, | ||
"error": { | ||
"value": "{shadow.base.error.value}" | ||
} | ||
@@ -29,0 +32,0 @@ } |
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
27172
420