From f4562563a86713f86384f33e4a006894e6ca15a4 Mon Sep 17 00:00:00 2001 From: primer-css Date: Wed, 18 Oct 2023 19:54:15 +0000 Subject: [PATCH] Generating static files --- static/constants.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/static/constants.json b/static/constants.json index 0391ad91ba..cb44849de1 100644 --- a/static/constants.json +++ b/static/constants.json @@ -544,9 +544,20 @@ "Primer::Alpha::RadioButtonGroup": { }, "Primer::Alpha::SegmentedControl": { + "DEFAULT_SIZE": "medium", "FULL_WIDTH_DEFAULT": false, "HIDE_LABELS_DEFAULT": false, - "Item": "Primer::Alpha::SegmentedControl::Item" + "Item": "Primer::Alpha::SegmentedControl::Item", + "SIZE_MAPPINGS": { + "small": "SegmentedControl--small", + "medium": "SegmentedControl--medium", + "large": "SegmentedControl--large" + }, + "SIZE_OPTIONS": [ + "small", + "medium", + "large" + ] }, "Primer::Alpha::SegmentedControl::Item": { },