From 391032609e9908c92356bc1a6b899cdd2c528ddc Mon Sep 17 00:00:00 2001 From: Alex Bueno <44420072+aweell@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:04:03 +0100 Subject: [PATCH] Rename as mediaSmall --- .vercel/README.txt | 11 +++++++++++ .vercel/project.json | 1 + tokens/blau.json | 2 +- tokens/movistar-legacy.json | 2 +- tokens/movistar.json | 2 +- tokens/o2.json | 2 +- tokens/schema/skin-schema.json | 3 +-- tokens/solar-360.json | 2 +- tokens/telefonica.json | 2 +- tokens/vivo-new.json | 2 +- tokens/vivo.json | 2 +- 11 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 .vercel/README.txt create mode 100644 .vercel/project.json diff --git a/.vercel/README.txt b/.vercel/README.txt new file mode 100644 index 0000000000..525d8ce8ef --- /dev/null +++ b/.vercel/README.txt @@ -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. diff --git a/.vercel/project.json b/.vercel/project.json new file mode 100644 index 0000000000..670f19d002 --- /dev/null +++ b/.vercel/project.json @@ -0,0 +1 @@ +{"projectId":"prj_TkCKxEIqaNMeACSfjIORTrDqd6i9","orgId":"ALYNguxjSIBi33ydwPth1pvN"} \ No newline at end of file diff --git a/tokens/blau.json b/tokens/blau.json index 0560e13f0c..a4c43f05c9 100644 --- a/tokens/blau.json +++ b/tokens/blau.json @@ -1114,7 +1114,7 @@ "value": "8", "type": "borderRadius" }, - "imageSmall": { + "mediaSmall": { "value": "8", "type": "borderRadius" } diff --git a/tokens/movistar-legacy.json b/tokens/movistar-legacy.json index f904f79c77..587a6999cf 100644 --- a/tokens/movistar-legacy.json +++ b/tokens/movistar-legacy.json @@ -1581,7 +1581,7 @@ "value": "8", "type": "borderRadius" }, - "imageSmall": { + "mediaSmall": { "value": "8", "type": "borderRadius" } diff --git a/tokens/movistar.json b/tokens/movistar.json index 66ceccad1d..8ed5ccfcda 100644 --- a/tokens/movistar.json +++ b/tokens/movistar.json @@ -1115,7 +1115,7 @@ "value": "8", "type": "borderRadius" }, - "imageSmall": { + "mediaSmall": { "value": "8", "type": "borderRadius" } diff --git a/tokens/o2.json b/tokens/o2.json index 71ab7175e5..581a9326b9 100644 --- a/tokens/o2.json +++ b/tokens/o2.json @@ -1114,7 +1114,7 @@ "value": "8", "type": "borderRadius" }, - "imageSmall": { + "mediaSmall": { "value": "8", "type": "borderRadius" } diff --git a/tokens/schema/skin-schema.json b/tokens/schema/skin-schema.json index 90edd7e5dc..7d9bea6f7b 100644 --- a/tokens/schema/skin-schema.json +++ b/tokens/schema/skin-schema.json @@ -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": { diff --git a/tokens/solar-360.json b/tokens/solar-360.json index ec01669864..4f30555b34 100644 --- a/tokens/solar-360.json +++ b/tokens/solar-360.json @@ -1238,7 +1238,7 @@ "value": "8", "type": "borderRadius" }, - "imageSmall": { + "mediaSmall": { "value": "8", "type": "borderRadius" } diff --git a/tokens/telefonica.json b/tokens/telefonica.json index e83480ff3d..6bc59bb229 100644 --- a/tokens/telefonica.json +++ b/tokens/telefonica.json @@ -1114,7 +1114,7 @@ "value": "0", "type": "borderRadius" }, - "imageSmall": { + "mediaSmall": { "value": "0", "type": "borderRadius" } diff --git a/tokens/vivo-new.json b/tokens/vivo-new.json index 157e3fc161..761b1cb918 100644 --- a/tokens/vivo-new.json +++ b/tokens/vivo-new.json @@ -1114,7 +1114,7 @@ "value": "16", "type": "borderRadius" }, - "imageSmall": { + "mediaSmall": { "value": "8", "type": "borderRadius" } diff --git a/tokens/vivo.json b/tokens/vivo.json index 4ef228b544..9b41d97674 100644 --- a/tokens/vivo.json +++ b/tokens/vivo.json @@ -1114,7 +1114,7 @@ "value": "8", "type": "borderRadius" }, - "imageSmall": { + "mediaSmall": { "value": "8", "type": "borderRadius" }