diff --git a/.changeset/nice-boxes-jam.md b/.changeset/nice-boxes-jam.md new file mode 100644 index 00000000000..e5c0aa66a42 --- /dev/null +++ b/.changeset/nice-boxes-jam.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Fix tile image and increase example widths on alpha components diff --git a/polaris.shopify.com/content/components/tile.md b/polaris.shopify.com/content/components/tiles.md similarity index 100% rename from polaris.shopify.com/content/components/tile.md rename to polaris.shopify.com/content/components/tiles.md diff --git a/polaris.shopify.com/pages/examples/alpha-stack-default.tsx b/polaris.shopify.com/pages/examples/alpha-stack-default.tsx index 65ca284e8c4..2550e7242e0 100644 --- a/polaris.shopify.com/pages/examples/alpha-stack-default.tsx +++ b/polaris.shopify.com/pages/examples/alpha-stack-default.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function AlphaStackExample() { return ( -
+
AlphaStack diff --git a/polaris.shopify.com/pages/examples/alpha-stack-with-align.tsx b/polaris.shopify.com/pages/examples/alpha-stack-with-align.tsx index 28b90ee3cf1..9b372e91360 100644 --- a/polaris.shopify.com/pages/examples/alpha-stack-with-align.tsx +++ b/polaris.shopify.com/pages/examples/alpha-stack-with-align.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function AlphaStackWithAlignExample() { return ( -
+
with align start diff --git a/polaris.shopify.com/pages/examples/alpha-stack-with-full-width-children.tsx b/polaris.shopify.com/pages/examples/alpha-stack-with-full-width-children.tsx index 428fc3f7928..bedb38c8273 100644 --- a/polaris.shopify.com/pages/examples/alpha-stack-with-full-width-children.tsx +++ b/polaris.shopify.com/pages/examples/alpha-stack-with-full-width-children.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function AlphaStackWithFullWidthChildrenExample() { return ( -
+
AlphaStack diff --git a/polaris.shopify.com/pages/examples/alpha-stack-with-spacing.tsx b/polaris.shopify.com/pages/examples/alpha-stack-with-spacing.tsx index eaad90b3cc1..6235e604924 100644 --- a/polaris.shopify.com/pages/examples/alpha-stack-with-spacing.tsx +++ b/polaris.shopify.com/pages/examples/alpha-stack-with-spacing.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function AlphaStackWithSpacingExample() { return ( -
+
with spacing 0 diff --git a/polaris.shopify.com/pages/examples/bleed-all-directions.tsx b/polaris.shopify.com/pages/examples/bleed-all-directions.tsx index cd8ffb17fb5..3ddbae24c76 100644 --- a/polaris.shopify.com/pages/examples/bleed-all-directions.tsx +++ b/polaris.shopify.com/pages/examples/bleed-all-directions.tsx @@ -14,7 +14,7 @@ const styles = { function BleedAllDirectionsExample() { return ( -
+
diff --git a/polaris.shopify.com/pages/examples/bleed-horizontal.tsx b/polaris.shopify.com/pages/examples/bleed-horizontal.tsx index 11b715095ae..8aecbd305a2 100644 --- a/polaris.shopify.com/pages/examples/bleed-horizontal.tsx +++ b/polaris.shopify.com/pages/examples/bleed-horizontal.tsx @@ -14,7 +14,7 @@ const styles = { function BleedHorizontalExample() { return ( -
+
diff --git a/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx b/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx index cfb4ea396a0..f43f6c91965 100644 --- a/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx +++ b/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx @@ -14,7 +14,7 @@ const styles = { function BleedSpecificDirectionExample() { return ( -
+
diff --git a/polaris.shopify.com/pages/examples/bleed-vertical.tsx b/polaris.shopify.com/pages/examples/bleed-vertical.tsx index 7b1a858b069..e52ec0251cc 100644 --- a/polaris.shopify.com/pages/examples/bleed-vertical.tsx +++ b/polaris.shopify.com/pages/examples/bleed-vertical.tsx @@ -14,7 +14,7 @@ const styles = { function BleedVerticalExample() { return ( -
+
diff --git a/polaris.shopify.com/pages/examples/color-picker-with-transparent-value-full-width.tsx b/polaris.shopify.com/pages/examples/color-picker-with-transparent-value-full-width.tsx index b2b3e197157..c7aea3f29ae 100644 --- a/polaris.shopify.com/pages/examples/color-picker-with-transparent-value-full-width.tsx +++ b/polaris.shopify.com/pages/examples/color-picker-with-transparent-value-full-width.tsx @@ -11,7 +11,7 @@ function ColorPickerWithTransparentValueExample() { }); return ( -
+
); diff --git a/polaris.shopify.com/pages/examples/columns-default.tsx b/polaris.shopify.com/pages/examples/columns-default.tsx index 833e435051e..d7aabf7dbec 100644 --- a/polaris.shopify.com/pages/examples/columns-default.tsx +++ b/polaris.shopify.com/pages/examples/columns-default.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function ColumnsExample() { return ( -
+
Column one
Column two
diff --git a/polaris.shopify.com/pages/examples/columns-with-varying-spacing.tsx b/polaris.shopify.com/pages/examples/columns-with-varying-spacing.tsx index 4e62e7a5d96..e164f28a4b6 100644 --- a/polaris.shopify.com/pages/examples/columns-with-varying-spacing.tsx +++ b/polaris.shopify.com/pages/examples/columns-with-varying-spacing.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function ColumnsWithVaryingGapExample() { return ( -
+
+
diff --git a/polaris.shopify.com/pages/examples/inline-default.tsx b/polaris.shopify.com/pages/examples/inline-default.tsx index 22eb5fe24e9..77bca261d03 100644 --- a/polaris.shopify.com/pages/examples/inline-default.tsx +++ b/polaris.shopify.com/pages/examples/inline-default.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function InlineExample() { return ( -
+
Inline diff --git a/polaris.shopify.com/pages/examples/inline-with-align-y.tsx b/polaris.shopify.com/pages/examples/inline-with-align-y.tsx index 057725c2802..ffb80316e6d 100644 --- a/polaris.shopify.com/pages/examples/inline-with-align-y.tsx +++ b/polaris.shopify.com/pages/examples/inline-with-align-y.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function InlineWithAlignYExample() { return ( -
+
with alignY top diff --git a/polaris.shopify.com/pages/examples/inline-with-align.tsx b/polaris.shopify.com/pages/examples/inline-with-align.tsx index 5fd79e0cd3c..df191842ea0 100644 --- a/polaris.shopify.com/pages/examples/inline-with-align.tsx +++ b/polaris.shopify.com/pages/examples/inline-with-align.tsx @@ -5,7 +5,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function InlineWithAlignExample() { return ( -
+
with align start diff --git a/polaris.shopify.com/pages/examples/tiles-with-columns.tsx b/polaris.shopify.com/pages/examples/tiles-with-columns.tsx index 006e5c67527..71a1c36c915 100644 --- a/polaris.shopify.com/pages/examples/tiles-with-columns.tsx +++ b/polaris.shopify.com/pages/examples/tiles-with-columns.tsx @@ -23,7 +23,7 @@ const children = Array.from(Array(8)).map((ele, index) => ( function TilesWithColumnsExample() { return ( -
+
{children} diff --git a/polaris.shopify.com/pages/examples/tiles-with-spacing.tsx b/polaris.shopify.com/pages/examples/tiles-with-spacing.tsx index 07bd4d4ed28..e7df495acec 100644 --- a/polaris.shopify.com/pages/examples/tiles-with-spacing.tsx +++ b/polaris.shopify.com/pages/examples/tiles-with-spacing.tsx @@ -23,7 +23,7 @@ const children = Array.from(Array(2)).map((ele, index) => ( function TilesWithSpacingExample() { return ( -
+
{children} diff --git a/polaris.shopify.com/public/images/components/tile.png b/polaris.shopify.com/public/images/components/tiles.png similarity index 100% rename from polaris.shopify.com/public/images/components/tile.png rename to polaris.shopify.com/public/images/components/tiles.png diff --git a/polaris.shopify.com/src/components/SearchResultHighlight/SearchResultHighlight.module.scss b/polaris.shopify.com/src/components/SearchResultHighlight/SearchResultHighlight.module.scss index fe14961003b..9b422856759 100644 --- a/polaris.shopify.com/src/components/SearchResultHighlight/SearchResultHighlight.module.scss +++ b/polaris.shopify.com/src/components/SearchResultHighlight/SearchResultHighlight.module.scss @@ -19,7 +19,6 @@ [data-is-current-result='true'] &, [data-is-current-result]:hover & { box-shadow: inset 0 1px rgb(255 255 255 / 15%), 0 20px 50px rgb(0 0 0); - mix-blend-mode: plus-lighter; animation: fade-in 0.1s both ease-out; background-color: rgba(255, 255, 255, 0.175); }