Skip to content

Commit 7ce522a

Browse files
authored
feat(radius): Update border radius definition in Vivo (#2479)
* update radius tokens following OBVIVO-3299 * new values * add 10 value to skin schema
1 parent d8ba733 commit 7ce522a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

tokens/schema/skin-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@
924924
"patternProperties": {
925925
"value": {
926926
"type": "string",
927-
"pattern": "^(0|2|4|8|12|16|20|24|32|circle|999|(0|4|8|12|16|20|24|32) (0|4|8|12|16|20|24|32) (0|4|8|12|16|20|24|32) (0|4|8|12|16|20|24|32))$"
927+
"pattern": "^(0|2|4|8|10|12|16|20|24|32|circle|999|(0|4|8|10|12|16|20|24|32) (0|4|8|10|12|16|20|24|32) (0|4|8|10|12|16|20|24|32) (0|4|8|10|12|16|20|24|32))$"
928928
},
929929
"type": {
930930
"const": "borderRadius"

tokens/vivo-new.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,11 +2799,11 @@
27992799
"type": "borderRadius"
28002800
},
28012801
"checkbox": {
2802-
"value": "2",
2802+
"value": "4",
28032803
"type": "borderRadius"
28042804
},
28052805
"container": {
2806-
"value": "16",
2806+
"value": "24",
28072807
"type": "borderRadius"
28082808
},
28092809
"indicator": {
@@ -2815,27 +2815,27 @@
28152815
"type": "borderRadius"
28162816
},
28172817
"tag": {
2818-
"value": "24",
2818+
"value": "10",
28192819
"type": "borderRadius"
28202820
},
28212821
"input": {
2822-
"value": "12",
2822+
"value": "16",
28232823
"type": "borderRadius"
28242824
},
28252825
"legacyDisplay": {
2826-
"value": "16",
2826+
"value": "24",
28272827
"type": "borderRadius"
28282828
},
28292829
"popup": {
2830-
"value": "8",
2830+
"value": "16",
28312831
"type": "borderRadius"
28322832
},
28332833
"sheet": {
2834-
"value": "16",
2834+
"value": "24",
28352835
"type": "borderRadius"
28362836
},
28372837
"mediaSmall": {
2838-
"value": "8",
2838+
"value": "12",
28392839
"type": "borderRadius"
28402840
}
28412841
},

0 commit comments

Comments
 (0)