mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-29 19:08:33 +08:00
chore: update color tokens to v0.0.5 (#1)
* chore: import json * chore: generate css vars
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
||||
*
|
||||
* This file is auto-generated by convert-tokens.cjs script
|
||||
* Generation time: 2025-06-10T08:51:13.565Z
|
||||
* Generation time: 2025-06-17T06:26:25.623Z
|
||||
*
|
||||
* To modify these colors, edit the source JSON files and run the token conversion script:
|
||||
* node scripts/system-token/convert-tokens.cjs
|
||||
@@ -22,14 +22,19 @@ module.exports = {
|
||||
"action-hover": "var(--text-action-hover)",
|
||||
"info": "var(--text-info)",
|
||||
"info-hover": "var(--text-info-hover)",
|
||||
"info-on-fill": "var(--text-info-on-fill)",
|
||||
"success": "var(--text-success)",
|
||||
"success-hover": "var(--text-success-hover)",
|
||||
"success-on-fill": "var(--text-success-on-fill)",
|
||||
"warning": "var(--text-warning)",
|
||||
"warning-hover": "var(--text-warning-hover)",
|
||||
"warning-on-fill": "var(--text-warning-on-fill)",
|
||||
"error": "var(--text-error)",
|
||||
"error-hover": "var(--text-error-hover)",
|
||||
"error-on-fill": "var(--text-error-on-fill)",
|
||||
"featured": "var(--text-featured)",
|
||||
"featured-hover": "var(--text-featured-hover)"
|
||||
"featured-hover": "var(--text-featured-hover)",
|
||||
"featured-on-fill": "var(--text-featured-on-fill)"
|
||||
},
|
||||
"icon": {
|
||||
"primary": "var(--icon-primary)",
|
||||
@@ -127,6 +132,7 @@ module.exports = {
|
||||
"inverse": "var(--surface-inverse)",
|
||||
"secondary": "var(--surface-secondary)",
|
||||
"overlay": "var(--surface-overlay)",
|
||||
"container-layer-00": "var(--surface-container-layer-00)",
|
||||
"container-layer-01": "var(--surface-container-layer-01)",
|
||||
"container-layer-02": "var(--surface-container-layer-02)",
|
||||
"container-layer-03": "var(--surface-container-layer-03)"
|
||||
@@ -268,6 +274,7 @@ module.exports = {
|
||||
"lemon": "var(--brand-lemon)"
|
||||
},
|
||||
"other": {
|
||||
"colors-text-highlight": "var(--other-colors-text-highlight)"
|
||||
"colors-text-highlight": "var(--other-colors-text-highlight)",
|
||||
"colors-icon-shared": "var(--other-colors-icon-shared)"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user