From e54efc57d79082c33a1f07e9183f194828550276 Mon Sep 17 00:00:00 2001 From: clairedenning Date: Tue, 20 Aug 2024 08:31:44 +0100 Subject: [PATCH] feat(data): Add container.radius.blockquote.bar --- data/tokens/components/container.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/tokens/components/container.json b/data/tokens/components/container.json index 551ce633..0d09b9cd 100644 --- a/data/tokens/components/container.json +++ b/data/tokens/components/container.json @@ -593,6 +593,13 @@ "type": "borderRadius", "description": "Card select (inner adjacent corners), Subscription tile footer top corners" }, + "blockquote": { + "bar": { + "value": "{global.radius.container.S}", + "type": "borderRadius", + "description": "Vertical bar" + } + }, "card": { "moderate": { "value": "{global.radius.container.L}",