diff --git a/components/04_Molecules/_molecules.styl b/components/05_Molecules/_molecules.styl similarity index 100% rename from components/04_Molecules/_molecules.styl rename to components/05_Molecules/_molecules.styl diff --git a/components/04_Molecules/overlayButton/_overlayButton.styl b/components/05_Molecules/overlayButton/_overlayButton.styl similarity index 100% rename from components/04_Molecules/overlayButton/_overlayButton.styl rename to components/05_Molecules/overlayButton/_overlayButton.styl diff --git a/components/04_Molecules/overlayButton/overlayButton.config.json b/components/05_Molecules/overlayButton/overlayButton.config.json similarity index 100% rename from components/04_Molecules/overlayButton/overlayButton.config.json rename to components/05_Molecules/overlayButton/overlayButton.config.json diff --git a/components/04_Molecules/overlayButton/overlayButton.hbs b/components/05_Molecules/overlayButton/overlayButton.hbs similarity index 100% rename from components/04_Molecules/overlayButton/overlayButton.hbs rename to components/05_Molecules/overlayButton/overlayButton.hbs diff --git a/components/04_Molecules/overlayButton/pagination/_pagination.styl b/components/05_Molecules/overlayButton/pagination/_pagination.styl similarity index 100% rename from components/04_Molecules/overlayButton/pagination/_pagination.styl rename to components/05_Molecules/overlayButton/pagination/_pagination.styl diff --git a/components/04_Molecules/overlayButton/pagination/pagination.config.json b/components/05_Molecules/overlayButton/pagination/pagination.config.json similarity index 100% rename from components/04_Molecules/overlayButton/pagination/pagination.config.json rename to components/05_Molecules/overlayButton/pagination/pagination.config.json diff --git a/components/04_Molecules/overlayButton/pagination/pagination.hbs b/components/05_Molecules/overlayButton/pagination/pagination.hbs similarity index 100% rename from components/04_Molecules/overlayButton/pagination/pagination.hbs rename to components/05_Molecules/overlayButton/pagination/pagination.hbs diff --git a/components/04_Molecules/pagination/_pagination.styl b/components/05_Molecules/pagination/_pagination.styl similarity index 100% rename from components/04_Molecules/pagination/_pagination.styl rename to components/05_Molecules/pagination/_pagination.styl diff --git a/components/04_Molecules/pagination/pagination.config.json b/components/05_Molecules/pagination/pagination.config.json similarity index 100% rename from components/04_Molecules/pagination/pagination.config.json rename to components/05_Molecules/pagination/pagination.config.json diff --git a/components/04_Molecules/pagination/pagination.hbs b/components/05_Molecules/pagination/pagination.hbs similarity index 100% rename from components/04_Molecules/pagination/pagination.hbs rename to components/05_Molecules/pagination/pagination.hbs diff --git a/components/04_Molecules/teaser/_teaser.styl b/components/05_Molecules/teaser/_teaser.styl similarity index 100% rename from components/04_Molecules/teaser/_teaser.styl rename to components/05_Molecules/teaser/_teaser.styl diff --git a/components/04_Molecules/teaser/teaser.config.json b/components/05_Molecules/teaser/teaser.config.json similarity index 100% rename from components/04_Molecules/teaser/teaser.config.json rename to components/05_Molecules/teaser/teaser.config.json diff --git a/components/04_Molecules/teaser/teaser.hbs b/components/05_Molecules/teaser/teaser.hbs similarity index 100% rename from components/04_Molecules/teaser/teaser.hbs rename to components/05_Molecules/teaser/teaser.hbs diff --git a/components/10_ContentShape/_contentShape.styl b/components/10_ContentShape/_contentShape.styl deleted file mode 100644 index 912234f..0000000 --- a/components/10_ContentShape/_contentShape.styl +++ /dev/null @@ -1,4 +0,0 @@ -@import 'aspectRatio/_aspectRatio' -@import 'focalPoint/_focalPoint' -@import 'shape/_shape' -@import 'truncation/_truncation' \ No newline at end of file diff --git a/components/10_ContentShape/aspectRatio/_aspectRatio.styl b/components/10_ContentShape/aspectRatio/_aspectRatio.styl deleted file mode 100644 index b2d611f..0000000 --- a/components/10_ContentShape/aspectRatio/_aspectRatio.styl +++ /dev/null @@ -1,70 +0,0 @@ -/** - * Mixins to maintain aspect ratio of an element. - */ -RV-AspectRatio--XtoY(aspectX=1, aspectY=1) - +RV-Block__Modifier--name('XtoY') - RV-CSSParameter({ - aspectX: aspectX, - aspectY: aspectY - }) - - padding-top 'calc(100% * calc(%s / %s))' % (--aspectY --aspectX) - &:last-child - margin-bottom 'calc(-1 * 100% * calc(%s / %s) + var(--outer-spacing))' % (--aspectY --aspectX) - - RV-Utils__ElementAmount(1, @(index, totale){ - margin-bottom 0px - }) - -RV-AspectRatio--1to2() - +RV-Block__Modifier('1to2') - RV-AspectRatio--XtoY(1, 2) - -RV-AspectRatio--2to1() - +RV-Block__Modifier('2to1') - RV-AspectRatio--XtoY(2, 1) - -RV-AspectRatio--3to2() - +RV-Block__Modifier('3to2') - RV-AspectRatio--XtoY(3, 2) - -RV-AspectRatio--4to3() - +RV-Block__Modifier('4to3') - RV-AspectRatio--XtoY(4, 3) - -RV-AspectRatio--16to9() - +RV-Block__Modifier('16to9') - RV-AspectRatio--XtoY(16, 9) - - -RV-AspectRatio() - position relative - overflow hidden - height unset - width unset - - * - object-fit cover - position absolute - top 0 - left 0 - bottom 0 - right 0 - -+RV-Block('RV-AspectRatio') - RV-AspectRatio() - - +RV-Block__Modifier() - RV-AspectRatio--1to2() - - +RV-Block__Modifier() - RV-AspectRatio--2to1() - - +RV-Block__Modifier() - RV-AspectRatio--3to2() - - +RV-Block__Modifier() - RV-AspectRatio--4to3() - - +RV-Block__Modifier() - RV-AspectRatio--16to9() \ No newline at end of file diff --git a/components/10_ContentShape/aspectRatio/aspectRatio.config.json b/components/10_ContentShape/aspectRatio/aspectRatio.config.json deleted file mode 100644 index fb9e03f..0000000 --- a/components/10_ContentShape/aspectRatio/aspectRatio.config.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "aspectRatio", - "title": "Aspect Ratio", - "context": { - "modifier_list": [ - "RV-AspectRatio--1to2 RV-Dummy--orange", - "RV-AspectRatio--2to1 RV-Dummy--blue", - "RV-AspectRatio--3to2 RV-Dummy--green", - "RV-AspectRatio--4to3 RV-Dummy--red", - "RV-AspectRatio--16to9 RV-Dummy--yellow" - ] - }, - "variants": [ - { - "name": "1 to 2", - "context": { - "modifier": "RV-AspectRatio--1to2" - } - }, - { - "name": "2 to 1", - "context": { - "modifier": "RV-AspectRatio--2to1" - } - }, - { - "name": "3 to 2", - "context": { - "modifier": "RV-AspectRatio--3to2" - } - }, - { - "name": "4 to 3", - "context": { - "modifier": "RV-AspectRatio--4to3" - } - }, - { - "name": "16 to 9", - "context": { - "modifier": "RV-AspectRatio--16to9" - } - } - ] -} \ No newline at end of file diff --git a/components/10_ContentShape/aspectRatio/aspectRatio.hbs b/components/10_ContentShape/aspectRatio/aspectRatio.hbs deleted file mode 100644 index a01d61c..0000000 --- a/components/10_ContentShape/aspectRatio/aspectRatio.hbs +++ /dev/null @@ -1,12 +0,0 @@ - -{{#if modifier}} -
-{{else}} -- You could see there was text coming out of her eyes, text coming out of her wherever. . Does everybody know that pig named Lorem Ipsum? She's a disgusting pig, right? When other websites give you text, they’re not sending the best. They’re not sending you, they’re sending words that have lots of problems and they’re bringing those problems with us. They’re bringing mistakes. They’re bringing misspellings. They’re typists… And some, I assume, are good words. I'm speaking with myself, number one, because I have a very good brain and I've said a lot of things. Podcasting operational change management inside of workflows to establish a framework. Taking seamless key performance indicators offline to maximise the long tail. Keeping your eye on the ball while performing a deep dive on the start-up mentality to derive convergence on cross-platform integration. -
-