Skip to content

Commit

Permalink
Generating static files
Browse files Browse the repository at this point in the history
  • Loading branch information
primer-css committed Oct 18, 2023
1 parent 02e7f78 commit f456256
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion static/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
},
Expand Down

0 comments on commit f456256

Please sign in to comment.