Skip to content

Commit

Permalink
Add blau tag tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Mar 11, 2024
1 parent 288ea80 commit 4b3f9f1
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 1 deletion.
120 changes: 120 additions & 0 deletions tokens/blau.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,66 @@
"value": "{palette.blauBluePrimary}",
"type": "color",
"description": "blauBluePrimary"
},
"tagTextPromo": {
"value": "{palette.blauPurple}",
"type": "color",
"description": "blauPurple"
},
"tagTextActive": {
"value": "{palette.blauBluePrimary}",
"type": "color",
"description": "blauBluePrimary"
},
"tagTextInactive": {
"value": "{palette.grey5}",
"type": "color",
"description": "grey5"
},
"tagTextSuccess": {
"value": "{palette.blauGreen70}",
"type": "color",
"description": "blauGreen70"
},
"tagTextWarning": {
"value": "{palette.blauYellow70}",
"type": "color",
"description": "blauYellow70"
},
"tagTextError": {
"value": "{palette.blauRed70}",
"type": "color",
"description": "blauRed70"
},
"tagBackgroundPromo": {
"value": "{palette.blauPurple10}",
"type": "color",
"description": "blauPurple10"
},
"tagBackgroundActive": {
"value": "{palette.blauPurple30}",
"type": "color",
"description": "blauPurple30"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"tagBackgroundSuccess": {
"value": "{palette.blauGreen10}",
"type": "color",
"description": "blauGreen10"
},
"tagBackgroundWarning": {
"value": "{palette.blauYellow10}",
"type": "color",
"description": "blauYellow10"
},
"tagBackgroundError": {
"value": "{palette.blauRed10}",
"type": "color",
"description": "blauRed10"
}
},
"dark": {
Expand Down Expand Up @@ -1111,6 +1171,66 @@
"value": "{palette.darkModeBlack}",
"type": "color",
"description": "darkModeBlack"
},
"tagTextPromo": {
"value": "{palette.blauPurple30}",
"type": "color",
"description": "blauPurple30"
},
"tagTextActive": {
"value": "{palette.blauBluePrimary}",
"type": "color",
"description": "blauBluePrimary"
},
"tagTextInactive": {
"value": "{palette.grey5}",
"type": "color",
"description": "grey5"
},
"tagTextSuccess": {
"value": "{palette.blauGreen30}",
"type": "color",
"description": "blauGreen30"
},
"tagTextWarning": {
"value": "{palette.blauYellow40}",
"type": "color",
"description": "blauYellow40"
},
"tagTextError": {
"value": "{palette.blauRed40}",
"type": "color",
"description": "blauRed40"
},
"tagBackgroundPromo": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundActive": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundInactive": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundSuccess": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundWarning": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"tagBackgroundError": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
}
},
"radius": {
Expand Down
26 changes: 25 additions & 1 deletion tokens/schema/skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,19 @@
"errorHighInverse",
"promoHighInverse",
"neutralMediumInverse",
"customTabsBackground"
"customTabsBackground",
"tagTextPromo",
"tagTextActive",
"tagTextInactive",
"tagTextSuccess",
"tagTextWarning",
"tagTextError",
"tagBackgroundPromo",
"tagBackgroundActive",
"tagBackgroundInactive",
"tagBackgroundSuccess",
"tagBackgroundWarning",
"tagBackgroundError"
],
"properties": {
"appBarBackground": { "$ref": "#/definitions/constantProperties" },
Expand Down Expand Up @@ -276,6 +288,18 @@
"promoHighInverse": { "$ref": "#/definitions/constantProperties" },
"neutralMediumInverse": { "$ref": "#/definitions/constantProperties" },
"customTabsBackground": { "$ref": "#/definitions/constantProperties" },
"tagTextPromo": { "$ref": "#/definitions/constantProperties" },
"tagTextActive": { "$ref": "#/definitions/constantProperties" },
"tagTextInactive": { "$ref": "#/definitions/constantProperties" },
"tagTextSuccess": { "$ref": "#/definitions/constantProperties" },
"tagTextWarning": { "$ref": "#/definitions/constantProperties" },
"tagTextError": { "$ref": "#/definitions/constantProperties" },
"tagBackgroundPromo": { "$ref": "#/definitions/constantProperties" },
"tagBackgroundActive": { "$ref": "#/definitions/constantProperties" },
"tagBackgroundInactive": { "$ref": "#/definitions/constantProperties" },
"tagBackgroundSuccess": { "$ref": "#/definitions/constantProperties" },
"tagBackgroundWarning": { "$ref": "#/definitions/constantProperties" },
"tagBackgroundError": { "$ref": "#/definitions/constantProperties" },
"extended": {
"type": "object",
"patternProperties": {
Expand Down

0 comments on commit 4b3f9f1

Please sign in to comment.