From 8a22c4695656962827f2d42dce035c097eba949f Mon Sep 17 00:00:00 2001 From: Melanie Boeckmann Date: Tue, 12 Mar 2024 15:46:39 -0700 Subject: [PATCH] fix: remove camelCase naming convention from global focus-text-form token --- build/figma/figma.tokens.json | 2 +- tokens/components/checkbox/tokens.json | 2 +- tokens/components/error-summary/tokens.json | 2 +- tokens/components/fieldset/tokens.json | 2 +- tokens/components/file-uploader/tokens.json | 2 +- tokens/components/input/tokens.json | 2 +- tokens/components/radio/tokens.json | 2 +- tokens/components/search/tokens.json | 2 +- tokens/components/select/tokens.json | 2 +- tokens/components/textarea/tokens.json | 2 +- tokens/global/color/tokens.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/figma/figma.tokens.json b/build/figma/figma.tokens.json index adbbdf62..cfeeb2dc 100644 --- a/build/figma/figma.tokens.json +++ b/build/figma/figma.tokens.json @@ -197,7 +197,7 @@ "value": "#FFF", "type": "color" }, - "textForm": { + "text-form": { "value": "#0535d2", "type": "color" } diff --git a/tokens/components/checkbox/tokens.json b/tokens/components/checkbox/tokens.json index beeef08b..d68b6ec6 100644 --- a/tokens/components/checkbox/tokens.json +++ b/tokens/components/checkbox/tokens.json @@ -66,7 +66,7 @@ "type": "color" }, "text": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" }, "outline": { diff --git a/tokens/components/error-summary/tokens.json b/tokens/components/error-summary/tokens.json index 23f2d508..4ccde97b 100644 --- a/tokens/components/error-summary/tokens.json +++ b/tokens/components/error-summary/tokens.json @@ -12,7 +12,7 @@ }, "focus": { "color": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" }, "link": { diff --git a/tokens/components/fieldset/tokens.json b/tokens/components/fieldset/tokens.json index fb25e358..dea5633f 100644 --- a/tokens/components/fieldset/tokens.json +++ b/tokens/components/fieldset/tokens.json @@ -14,7 +14,7 @@ }, "focus": { "text": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" } }, diff --git a/tokens/components/file-uploader/tokens.json b/tokens/components/file-uploader/tokens.json index 54fd8fc0..5b8c4d62 100644 --- a/tokens/components/file-uploader/tokens.json +++ b/tokens/components/file-uploader/tokens.json @@ -171,7 +171,7 @@ } }, "text": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" } }, diff --git a/tokens/components/input/tokens.json b/tokens/components/input/tokens.json index 629e4356..3909a7a2 100644 --- a/tokens/components/input/tokens.json +++ b/tokens/components/input/tokens.json @@ -42,7 +42,7 @@ "type": "color" }, "text": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" } }, diff --git a/tokens/components/radio/tokens.json b/tokens/components/radio/tokens.json index 68a0250e..8639d438 100644 --- a/tokens/components/radio/tokens.json +++ b/tokens/components/radio/tokens.json @@ -62,7 +62,7 @@ "type": "color" }, "text": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" }, "outline": { diff --git a/tokens/components/search/tokens.json b/tokens/components/search/tokens.json index b8280e40..50f1079a 100644 --- a/tokens/components/search/tokens.json +++ b/tokens/components/search/tokens.json @@ -32,7 +32,7 @@ "type": "other" }, "text": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" } }, diff --git a/tokens/components/select/tokens.json b/tokens/components/select/tokens.json index f586a899..435d3845 100644 --- a/tokens/components/select/tokens.json +++ b/tokens/components/select/tokens.json @@ -48,7 +48,7 @@ "type": "color" }, "text": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" } }, diff --git a/tokens/components/textarea/tokens.json b/tokens/components/textarea/tokens.json index c982c7d6..f8b3c8c4 100644 --- a/tokens/components/textarea/tokens.json +++ b/tokens/components/textarea/tokens.json @@ -42,7 +42,7 @@ "type": "color" }, "text": { - "value": "{focus.textForm.value}", + "value": "{focus.text-form.value}", "type": "color" } }, diff --git a/tokens/global/color/tokens.json b/tokens/global/color/tokens.json index 7e84ee7f..542406a0 100644 --- a/tokens/global/color/tokens.json +++ b/tokens/global/color/tokens.json @@ -58,7 +58,7 @@ "type": "color", "comment": "Global color: focus text" }, - "textForm": { + "text-form": { "value": "{color.blue.850.value}", "type": "color", "comment": "Global color: focus text form elements"