chore: migrate layout spacing to v11

See [@carbon/layout](https://github.com/carbon-design-system/carbon/blob/main/docs/migration/v11.md#carbonlayout) migration guide:

    $layout-01 	Removed, use $spacing-05 instead
    $layout-02 	Removed, use $spacing-06 instead
    $layout-03 	Removed, use $spacing-07 instead
    $layout-04 	Removed, use $spacing-09 instead
    $layout-05 	Removed, use $spacing-10 instead
    $layout-06 	Removed, use $spacing-12 instead
    $layout-07 	Removed, use $spacing-13 instead
This commit is contained in:
Gregor Wassmann 2022-11-03 16:24:03 +01:00 committed by Enrico Sacchetti
commit f70c7d5139
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
16 changed files with 34 additions and 34 deletions

View file

@ -39,7 +39,7 @@
);
</script>
<p style="margin-bottom: var(--bx-layout-02)">
<p style="margin-bottom: var(--bx-spacing-06)">
Source code:
<OutboundLink size="lg" inline href="{source}">
{component.filePath}
@ -231,13 +231,13 @@
}
:global(.my-layout-01-03) {
margin-top: var(--bx-layout-01);
margin-bottom: var(--bx-layout-03);
margin-top: var(--bx-spacing-05);
margin-bottom: var(--bx-spacing-07);
}
:global(.overflow .bx--structured-list) {
margin-top: var(--bx-layout-01);
margin-bottom: var(--bx-layout-04);
margin-top: var(--bx-spacing-05);
margin-bottom: var(--bx-spacing-09);
}
code {