Skip to content

Commit

Permalink
Add controlKnobInverse tokens (#1922)
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Ceballos (Yayo) <yceballost@gmail.com>
  • Loading branch information
aweell and yceballost authored Oct 16, 2024
1 parent 7fc44eb commit a2ebbf5
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tokens/blau.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
"type": "color",
"description": "white"
},
"controlKnobInverse": {
"value": "{palette.blauBlueSecondary}",
"type": "color",
"description": "blauBlueSecondary"
},
"divider": {
"value": "{palette.grey2}",
"type": "color",
Expand Down Expand Up @@ -1038,6 +1043,11 @@
"type": "color",
"description": "grey2"
},
"controlKnobInverse": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"divider": {
"value": "rgba({palette.white}, 0.05)",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
"type": "color",
"description": "white"
},
"controlKnobInverse": {
"value": "{palette.movistarBlue}",
"type": "color",
"description": "movistarBlue"
},
"divider": {
"value": "{palette.grey3}",
"type": "color",
Expand Down Expand Up @@ -1038,6 +1043,11 @@
"type": "color",
"description": "darkModeGrey2"
},
"controlKnobInverse": {
"value": "{palette.darkModeGrey2}",
"type": "color",
"description": "darkModeGrey2"
},
"divider": {
"value": "rgba({palette.white}, 0.1)",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/o2-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@
"type": "color",
"description": "white"
},
"controlKnobInverse": {
"value": "{palette.beyondBlue}",
"type": "color",
"description": "beyondBlue"
},
"divider": {
"value": "{palette.grey30}",
"type": "color",
Expand Down Expand Up @@ -1070,6 +1075,11 @@
"type": "color",
"description": "grey30"
},
"controlKnobInverse": {
"value": "{palette.grey30}",
"type": "color",
"description": "grey30"
},
"badge": {
"value": "{palette.o2Red65}",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/o2.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
"type": "color",
"description": "white"
},
"controlKnobInverse": {
"value": "{palette.o2BluePrimary}",
"type": "color",
"description": "o2BluePrimary"
},
"divider": {
"value": "{palette.grey2}",
"type": "color",
Expand Down Expand Up @@ -1038,6 +1043,11 @@
"type": "color",
"description": "grey2"
},
"controlKnobInverse": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"badge": {
"value": "{palette.pepper60}",
"type": "color",
Expand Down
2 changes: 2 additions & 0 deletions tokens/schema/skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"toggleAndroidInactive",
"toggleAndroidBackgroundActive",
"iosControlKnob",
"controlKnobInverse",
"divider",
"dividerInverse",
"navigationBarDivider",
Expand Down Expand Up @@ -249,6 +250,7 @@
"toggleAndroidInactive": { "$ref": "#/definitions/constantProperties" },
"toggleAndroidBackgroundActive": { "$ref": "#/definitions/constantProperties" },
"iosControlKnob": { "$ref": "#/definitions/constantProperties" },
"controlKnobInverse": { "$ref": "#/definitions/constantProperties" },
"divider": { "$ref": "#/definitions/constantProperties" },
"dividerInverse": { "$ref": "#/definitions/constantProperties" },
"navigationBarDivider": { "$ref": "#/definitions/constantProperties" },
Expand Down
10 changes: 10 additions & 0 deletions tokens/telefonica.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
"type": "color",
"description": "white"
},
"controlKnobInverse": {
"value": "{palette.telefonicaBlue}",
"type": "color",
"description": "telefonicaBlue"
},
"divider": {
"value": "{palette.grey2}",
"type": "color",
Expand Down Expand Up @@ -1038,6 +1043,11 @@
"type": "color",
"description": "grey2"
},
"controlKnobInverse": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"divider": {
"value": "rgba({palette.white}, 0.05)",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/tu.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
"type": "color",
"description": "white"
},
"controlKnobInverse": {
"value": "{palette.primary}",
"type": "color",
"description": "primary"
},
"divider": {
"value": "{palette.grey2}",
"type": "color",
Expand Down Expand Up @@ -1038,6 +1043,11 @@
"type": "color",
"description": "grey2"
},
"controlKnobInverse": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"divider": {
"value": "rgba({palette.white}, 0.05)",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
"type": "color",
"description": "white"
},
"controlKnobInverse": {
"value": "{palette.vivoPurple}",
"type": "color",
"description": "vivoPurple"
},
"divider": {
"value": "{palette.grey3}",
"type": "color",
Expand Down Expand Up @@ -1038,6 +1043,11 @@
"type": "color",
"description": "grey2"
},
"controlKnobInverse": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"divider": {
"value": "rgba({palette.white}, 0.05)",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/vivo.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@
"type": "color",
"description": "white"
},
"controlKnobInverse": {
"value": "{palette.vivoPurple}",
"type": "color",
"description": "vivoPurple"
},
"divider": {
"value": "{palette.grey2}",
"type": "color",
Expand Down Expand Up @@ -1038,6 +1043,11 @@
"type": "color",
"description": "grey2"
},
"controlKnobInverse": {
"value": "{palette.grey2}",
"type": "color",
"description": "grey2"
},
"divider": {
"value": "rgba({palette.white}, 0.05)",
"type": "color",
Expand Down

0 comments on commit a2ebbf5

Please sign in to comment.