From 7c4ebf9468154686e648e7414350e4305a3927bd Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sat, 16 Oct 2021 23:06:54 +0200 Subject: [PATCH 1/3] chore(docs): corrected pattern names --- packages/docs/src/docs/pattern-linking.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/src/docs/pattern-linking.md b/packages/docs/src/docs/pattern-linking.md index abab4b087..49afc6f2c 100644 --- a/packages/docs/src/docs/pattern-linking.md +++ b/packages/docs/src/docs/pattern-linking.md @@ -50,7 +50,7 @@ http://patternlab.localhost/?w=40em (sets the viewport to 40em or 640px) And it works with the `p` query string variable so you can also do: ``` -http://patternlab.localhost/?p=atoms-landscape-4x3&w=400px +http://patternlab.localhost/?p=atoms-landscape&w=400px ``` ## Opening Annotations View on Page Load @@ -95,7 +95,7 @@ http://patternlab.localhost/?hay=true And it works with the `p` query string variable so you can also do: ``` -http://patternlab.localhost/?p=atoms-landscape-4x3&h=true +http://patternlab.localhost/?p=atoms-landscape&h=true ``` ## Starting Disco Mode on Page Load @@ -110,5 +110,5 @@ http://patternlab.localhost/?disco=true And it works with the `p` query string variable so you can also do: ``` -http://patternlab.localhost/?p=atoms-landscape-4x3&d=true +http://patternlab.localhost/?p=atoms-landscape&d=true ``` From fc7559bce4d2e5458684c4e56454579aeedcd52e Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sat, 16 Oct 2021 23:10:41 +0200 Subject: [PATCH 2/3] Revert "chore(docs): corrected pattern names" This reverts commit 7c4ebf9468154686e648e7414350e4305a3927bd. --- packages/docs/src/docs/pattern-linking.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/src/docs/pattern-linking.md b/packages/docs/src/docs/pattern-linking.md index 49afc6f2c..abab4b087 100644 --- a/packages/docs/src/docs/pattern-linking.md +++ b/packages/docs/src/docs/pattern-linking.md @@ -50,7 +50,7 @@ http://patternlab.localhost/?w=40em (sets the viewport to 40em or 640px) And it works with the `p` query string variable so you can also do: ``` -http://patternlab.localhost/?p=atoms-landscape&w=400px +http://patternlab.localhost/?p=atoms-landscape-4x3&w=400px ``` ## Opening Annotations View on Page Load @@ -95,7 +95,7 @@ http://patternlab.localhost/?hay=true And it works with the `p` query string variable so you can also do: ``` -http://patternlab.localhost/?p=atoms-landscape&h=true +http://patternlab.localhost/?p=atoms-landscape-4x3&h=true ``` ## Starting Disco Mode on Page Load @@ -110,5 +110,5 @@ http://patternlab.localhost/?disco=true And it works with the `p` query string variable so you can also do: ``` -http://patternlab.localhost/?p=atoms-landscape&d=true +http://patternlab.localhost/?p=atoms-landscape-4x3&d=true ``` From 8298fa112384f459c1c1d2ba557180b4ae8553ec Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sat, 16 Oct 2021 23:11:27 +0200 Subject: [PATCH 3/3] chore: aligned naming in twig and handlebars --- .../_patterns/atoms/images/{landscape.hbs => landscape-4x3.hbs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/starterkit-handlebars-demo/dist/_patterns/atoms/images/{landscape.hbs => landscape-4x3.hbs} (100%) diff --git a/packages/starterkit-handlebars-demo/dist/_patterns/atoms/images/landscape.hbs b/packages/starterkit-handlebars-demo/dist/_patterns/atoms/images/landscape-4x3.hbs similarity index 100% rename from packages/starterkit-handlebars-demo/dist/_patterns/atoms/images/landscape.hbs rename to packages/starterkit-handlebars-demo/dist/_patterns/atoms/images/landscape-4x3.hbs