File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed
polaris.shopify.com/pages/examples Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' polaris.shopify.com ' : patch
3+ ---
4+
5+ Fixed bleed examples
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper';
55
66function BleedAllDirectionsExample ( ) {
77 return (
8- < Box background = "surface" border = "base" padding = "4 " >
9- < Bleed vertical = "4" horizontal = "4 ">
8+ < Box background = "surface" border = "base" padding = "5 " >
9+ < Bleed vertical = "5 " >
1010 < Placeholder label = "All directions" />
1111 </ Bleed >
1212 </ Box >
Original file line number Diff line number Diff line change @@ -6,23 +6,23 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper';
66function BleedSpecificDirectionExample ( ) {
77 return (
88 < AlphaStack spacing = "6" fullWidth >
9- < Box background = "surface" border = "base" padding = "4 " >
10- < Bleed top = "4 " >
9+ < Box background = "surface" border = "base" padding = "5 " >
10+ < Bleed top = "5 " >
1111 < Placeholder label = "Top" />
1212 </ Bleed >
1313 </ Box >
14- < Box background = "surface" border = "base" padding = "4 " >
15- < Bleed bottom = "4 " >
14+ < Box background = "surface" border = "base" padding = "5 " >
15+ < Bleed bottom = "5 " >
1616 < Placeholder label = "Bottom" />
1717 </ Bleed >
1818 </ Box >
19- < Box background = "surface" border = "base" padding = "4 " >
20- < Bleed left = "4 " >
19+ < Box background = "surface" border = "base" padding = "5 " >
20+ < Bleed left = "5" right = "0 ">
2121 < Placeholder label = "Left" />
2222 </ Bleed >
2323 </ Box >
24- < Box background = "surface" border = "base" padding = "4 " >
25- < Bleed right = "4 " >
24+ < Box background = "surface" border = "base" padding = "5 " >
25+ < Bleed right = "5" left = "0 ">
2626 < Placeholder label = "Right" />
2727 </ Bleed >
2828 </ Box >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper';
66function BleedVerticalExample ( ) {
77 return (
88 < Box background = "surface" border = "base" padding = "4" >
9- < Bleed vertical = "4" >
9+ < Bleed horizontal = "0" vertical = "4" >
1010 < Placeholder label = "Vertical" />
1111 </ Bleed >
1212 </ Box >
You can’t perform that action at this time.
0 commit comments