Skip to content

Commit

Permalink
Rename as mediaSmall
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Nov 16, 2023
1 parent 9a4d3f5 commit 3910326
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions .vercel/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
> Why do I have a folder named ".vercel" in my project?
The ".vercel" folder is created when you link a directory to a Vercel project.

> What does the "project.json" file contain?
The "project.json" file contains:
- The ID of the Vercel project that you linked ("projectId")
- The ID of the user or team your Vercel project is owned by ("orgId")

> Should I commit the ".vercel" folder?
No, you should not share the ".vercel" folder with anyone.
Upon creation, it will be automatically added to your ".gitignore" file.
1 change: 1 addition & 0 deletions .vercel/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"projectId":"prj_TkCKxEIqaNMeACSfjIORTrDqd6i9","orgId":"ALYNguxjSIBi33ydwPth1pvN"}
2 changes: 1 addition & 1 deletion tokens/blau.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
"value": "8",
"type": "borderRadius"
},
"imageSmall": {
"mediaSmall": {
"value": "8",
"type": "borderRadius"
}
Expand Down
2 changes: 1 addition & 1 deletion tokens/movistar-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@
"value": "8",
"type": "borderRadius"
},
"imageSmall": {
"mediaSmall": {
"value": "8",
"type": "borderRadius"
}
Expand Down
2 changes: 1 addition & 1 deletion tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
"value": "8",
"type": "borderRadius"
},
"imageSmall": {
"mediaSmall": {
"value": "8",
"type": "borderRadius"
}
Expand Down
2 changes: 1 addition & 1 deletion tokens/o2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
"value": "8",
"type": "borderRadius"
},
"imageSmall": {
"mediaSmall": {
"value": "8",
"type": "borderRadius"
}
Expand Down
3 changes: 1 addition & 2 deletions tokens/schema/skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@
"legacyDisplay": { "$ref": "#/definitions/radiusProperties" },
"popup": { "$ref": "#/definitions/radiusProperties" },
"sheet": { "$ref": "#/definitions/radiusProperties" },
"imageSmall": { "$ref": "#/definitions/radiusProperties" }

"mediaSmall": { "$ref": "#/definitions/radiusProperties" }
}
},
"weight": {
Expand Down
2 changes: 1 addition & 1 deletion tokens/solar-360.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@
"value": "8",
"type": "borderRadius"
},
"imageSmall": {
"mediaSmall": {
"value": "8",
"type": "borderRadius"
}
Expand Down
2 changes: 1 addition & 1 deletion tokens/telefonica.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
"value": "0",
"type": "borderRadius"
},
"imageSmall": {
"mediaSmall": {
"value": "0",
"type": "borderRadius"
}
Expand Down
2 changes: 1 addition & 1 deletion tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
"value": "16",
"type": "borderRadius"
},
"imageSmall": {
"mediaSmall": {
"value": "8",
"type": "borderRadius"
}
Expand Down
2 changes: 1 addition & 1 deletion tokens/vivo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
"value": "8",
"type": "borderRadius"
},
"imageSmall": {
"mediaSmall": {
"value": "8",
"type": "borderRadius"
}
Expand Down

0 comments on commit 3910326

Please sign in to comment.