Skip to content

Commit 044149d

Browse files
authored
Merge branch 'main' into deprecate-pagelayout-pane-position-prop
2 parents a1d3625 + b154bdc commit 044149d

22 files changed

+56
-81
lines changed
1.72 KB
Loading
1.63 KB
Loading
1.64 KB
Loading
1.7 KB
Loading
1.72 KB
Loading
1.66 KB
Loading
1.63 KB
Loading
1.64 KB
Loading
1.66 KB
Loading

generated/components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4447,7 +4447,7 @@
44474447
"stories": [
44484448
{
44494449
"id": "components-toggleswitch--default",
4450-
"code": "<Box\n display=\"grid\"\n gridTemplateColumns={'max-content auto'}\n maxWidth={'20rem'}\n alignItems={'center'}\n justifyContent={'space-between'}\n>\n <Text id=\"toggle\" fontWeight={'bold'} fontSize={2}>\n Toggle label\n </Text>\n <ToggleSwitch aria-labelledby=\"toggle\" />\n</Box>"
4450+
"code": "() => (\n <>\n <Text id=\"toggle\" fontWeight=\"bold\" fontSize={1}>\n Toggle label\n </Text>\n <ToggleSwitch aria-labelledby=\"toggle\" />\n </>\n)"
44514451
}
44524452
],
44534453
"props": [

0 commit comments

Comments
 (0)