Skip to content

Commit 42e3a12

Browse files
yceballostaweell
andauthored
feat(Skins)!: remove legacyDisplay border radius token (#2694)
* remove old and rename skins * remove tu skin * Fixes frrom review comments * remove legacyDisplay token * Update vivo.json * Update cyber.json --------- Co-authored-by: Alex Bueno <44420072+aweell@users.noreply.github.com>
1 parent 0570936 commit 42e3a12

10 files changed

Lines changed: 1 addition & 39 deletions

File tree

tokens/blau.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,10 +3306,6 @@
33063306
"value": "8",
33073307
"type": "borderRadius"
33083308
},
3309-
"legacyDisplay": {
3310-
"value": "16",
3311-
"type": "borderRadius"
3312-
},
33133309
"popup": {
33143310
"value": "8",
33153311
"type": "borderRadius"

tokens/community/cyber.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,10 +3306,6 @@
33063306
"value": "12",
33073307
"type": "borderRadius"
33083308
},
3309-
"legacyDisplay": {
3310-
"value": "0",
3311-
"type": "borderRadius"
3312-
},
33133309
"popup": {
33143310
"value": "4",
33153311
"type": "borderRadius"

tokens/esimflag.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,10 +3338,6 @@
33383338
"value": "16",
33393339
"type": "borderRadius"
33403340
},
3341-
"legacyDisplay": {
3342-
"value": "20",
3343-
"type": "borderRadius"
3344-
},
33453341
"popup": {
33463342
"value": "16",
33473343
"type": "borderRadius"

tokens/movistar.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,10 +3306,6 @@
33063306
"value": "12",
33073307
"type": "borderRadius"
33083308
},
3309-
"legacyDisplay": {
3310-
"value": "16",
3311-
"type": "borderRadius"
3312-
},
33133309
"popup": {
33143310
"value": "8",
33153311
"type": "borderRadius"

tokens/o2.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,10 +3338,6 @@
33383338
"value": "12",
33393339
"type": "borderRadius"
33403340
},
3341-
"legacyDisplay": {
3342-
"value": "16",
3343-
"type": "borderRadius"
3344-
},
33453341
"popup": {
33463342
"value": "8",
33473343
"type": "borderRadius"

tokens/schema/skin-schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"additionalProperties": false,
33
"required": ["light", "dark", "radius", "text", "spacing", "global", "themeVariant", "componentProperties"],
4-
54
"properties": {
65
"global": {
76
"additionalProperties": false,
@@ -691,7 +690,7 @@
691690
},
692691
"radius": {
693692
"additionalProperties": false,
694-
"required": ["bar", "button", "checkbox", "avatar", "container", "indicator", "chip", "input", "legacyDisplay", "popup", "sheet"],
693+
"required": ["bar", "button", "checkbox", "avatar", "container", "indicator", "chip", "input", "popup", "sheet"],
695694
"properties": {
696695
"avatar": { "$ref": "#/definitions/radiusProperties" },
697696
"bar": { "$ref": "#/definitions/radiusProperties" },
@@ -702,7 +701,6 @@
702701
"chip": { "$ref": "#/definitions/radiusProperties" },
703702
"tag": { "$ref": "#/definitions/radiusProperties" },
704703
"input": { "$ref": "#/definitions/radiusProperties" },
705-
"legacyDisplay": { "$ref": "#/definitions/radiusProperties" },
706704
"popup": { "$ref": "#/definitions/radiusProperties" },
707705
"sheet": { "$ref": "#/definitions/radiusProperties" },
708706
"mediaSmall": { "$ref": "#/definitions/radiusProperties" }

tokens/telefonica.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,10 +3306,6 @@
33063306
"value": "8",
33073307
"type": "borderRadius"
33083308
},
3309-
"legacyDisplay": {
3310-
"value": "0",
3311-
"type": "borderRadius"
3312-
},
33133309
"popup": {
33143310
"value": "4",
33153311
"type": "borderRadius"

tokens/unbranded.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,10 +3122,6 @@
31223122
"value": "16",
31233123
"type": "borderRadius"
31243124
},
3125-
"legacyDisplay": {
3126-
"value": "20",
3127-
"type": "borderRadius"
3128-
},
31293125
"popup": {
31303126
"value": "12",
31313127
"type": "borderRadius"

tokens/vivo-evolution.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,10 +3306,6 @@
33063306
"value": "16",
33073307
"type": "borderRadius"
33083308
},
3309-
"legacyDisplay": {
3310-
"value": "24",
3311-
"type": "borderRadius"
3312-
},
33133309
"popup": {
33143310
"value": "16",
33153311
"type": "borderRadius"

tokens/vivo.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,10 +3306,6 @@
33063306
"value": "16",
33073307
"type": "borderRadius"
33083308
},
3309-
"legacyDisplay": {
3310-
"value": "24",
3311-
"type": "borderRadius"
3312-
},
33133309
"popup": {
33143310
"value": "16",
33153311
"type": "borderRadius"

0 commit comments

Comments
 (0)