diff --git a/.gitignore b/.gitignore index ac97c0a..0f129eb 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ public/styleguide/css/static.css.map public/styleguide/css/styleguide-specific.css.map public/styleguide/css/styleguide.css.map source/css/style.css.map + diff --git a/builder/lineage_hunter.js b/builder/lineage_hunter.js index bb072bf..29b85e2 100644 --- a/builder/lineage_hunter.js +++ b/builder/lineage_hunter.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/builder/media_hunter.js b/builder/media_hunter.js index 3900d81..435e23b 100644 --- a/builder/media_hunter.js +++ b/builder/media_hunter.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/builder/object_factory.js b/builder/object_factory.js index f1809b1..1df9ca9 100644 --- a/builder/object_factory.js +++ b/builder/object_factory.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/builder/parameter_hunter.js b/builder/parameter_hunter.js index 0541b21..49d3a69 100644 --- a/builder/parameter_hunter.js +++ b/builder/parameter_hunter.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/builder/pattern_assembler.js b/builder/pattern_assembler.js index a024a7d..d756865 100644 --- a/builder/pattern_assembler.js +++ b/builder/pattern_assembler.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/builder/pattern_exporter.js b/builder/pattern_exporter.js index 61f62cc..14d9902 100644 --- a/builder/pattern_exporter.js +++ b/builder/pattern_exporter.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/builder/patternlab.js b/builder/patternlab.js index 74e4c18..71fe79f 100644 --- a/builder/patternlab.js +++ b/builder/patternlab.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/builder/patternlab_grunt.js b/builder/patternlab_grunt.js index a79854e..ba03366 100644 --- a/builder/patternlab_grunt.js +++ b/builder/patternlab_grunt.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/builder/pseudopattern_hunter.js b/builder/pseudopattern_hunter.js index b2b74a1..04bca7a 100644 --- a/builder/pseudopattern_hunter.js +++ b/builder/pseudopattern_hunter.js @@ -1,5 +1,5 @@ /* - * patternlab-node - v0.10.1 - 2015 + * patternlab-node - v0.10.1 - 2016 * * Brian Muenzenmeyer, and the web community. * Licensed under the MIT license. diff --git a/config.json b/config.json index f0b2f6a..40b6960 100644 --- a/config.json +++ b/config.json @@ -13,10 +13,10 @@ "m": true, "l": true, "full": true, - "random": true, + "random": false, "disco": true, "hay": true, - "mqs": true, + "mqs": false, "find": true, "views-all": true, "views-annotations": true, @@ -24,8 +24,8 @@ "views-new": true, "tools-all": true, "tools-follow": false, - "tools-reload": false, - "tools-shortcuts": true, + "tools-reload": true, + "tools-shortcuts": false, "tools-docs": true }, "patternStates": { diff --git a/public/styleguide/css/styleguide.css b/public/styleguide/css/styleguide.css index 1443d27..f59bc8b 100644 --- a/public/styleguide/css/styleguide.css +++ b/public/styleguide/css/styleguide.css @@ -52,13 +52,13 @@ #patternlab-html, #patternlab-body { margin: 0; padding: 0; - background: #ddd; + background: #D4D8DF; -webkit-text-size-adjust: 100%; } .sg-nav-wrapper { overflow: hidden; - background: #ddd; + background: #D4D8DF; } .is-vishidden { @@ -87,7 +87,7 @@ \*------------------------------------*/ /* Header */ .sg-header { - background: #222; + background: white; color: #fff; font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif; text-transform: uppercase; @@ -96,6 +96,7 @@ left: 0; z-index: 2; width: 100%; + border-bottom: 1px solid #5C6568; } .sg-header * { -moz-box-sizing: border-box; @@ -111,8 +112,8 @@ border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .sg-header a { - font-size: 70%; - color: #808080; + font-size: 80%; + color: #5C6568; text-decoration: none; display: block; line-height: 1; @@ -129,7 +130,7 @@ transition: color 0.15s ease-out; } .sg-header a:hover, .sg-header a:focus, .sg-header a.active { - color: #fff; + color: #126E97; background: rgba(255, 255, 255, 0.05); } .sg-header ol ol ol a { @@ -156,6 +157,11 @@ } } +.sg-nav-container { + display: flex; + align-items: center; + justify-content: space-between; +} @media all and (max-width: 48em) { .sg-nav-container { overflow: hidden; @@ -198,7 +204,7 @@ .sg-acc-handle:after { content: ' +'; float: right; - font-size: 70%; + font-size: 80%; } @media all and (min-width: 48em) { .sg-acc-handle:after { @@ -233,11 +239,19 @@ transition: max-height 0.1s ease-out; } .sg-acc-panel li { - background: #222; + background: white; } .sg-acc-panel.active { max-height: 120em; overflow: auto; + border-top: 1px solid #5C6568; +} +.sg-acc-panel.active li { + border-left: 1px solid #5C6568; + border-right: 1px solid #5C6568; +} +.sg-acc-panel.active li:last-child { + border-bottom: 1px solid #5C6568; } .sg-acc-panel.sg-right { position: absolute; @@ -256,10 +270,6 @@ /* Controls (sizing, view mode) */ .sg-controls { border: 0; - position: absolute; - top: 0; - right: 0; - z-index: 2; } .sg-control-trigger { @@ -296,17 +306,17 @@ } .sg-control .sg-input:active, .sg-control .sg-input:focus { outline: 0; - background: #999; - color: #000; + background: #D4D8DF; + color: #189BBE; } .sg-current-size { - font-size: 70%; - color: #808080; + font-size: 80%; + color: #5C6568; padding: 0.85em 0.7em; } .sg-current-size:hover .sg-input { - background: #999; + background: #D4D8DF; color: #000; } @media all and (min-width: 72em) { @@ -357,7 +367,6 @@ margin: -2px 0 0 0; padding: 0; border: 0; - background-color: #222; color: gray; width: 25px; text-align: right; @@ -443,11 +452,13 @@ span.sg-pattern-state:before { text-align: center; width: 100%; position: fixed; - top: 2em; + top: 1em; bottom: 0; left: 0; right: 0; z-index: 0; + background-color: white; + padding-top: 40px; } #sg-vp-wrap.wrap-animate { -webkit-transition: left 0.3s ease-out; @@ -553,6 +564,8 @@ span.sg-pattern-state:before { .sg-pattern { margin-bottom: 2em; position: relative; + margin: 0 auto; + width: 95%; } /* Section Head */ @@ -562,16 +575,16 @@ span.sg-pattern-state:before { font-size: 100%; font-weight: normal; padding: 1em 0; - border-bottom: 1px solid #808080; + border-bottom: 1px solid #5C6568; } .sg-pattern-head a { display: block; - color: #808080; + color: #5C6568; text-decoration: none; cursor: pointer; } .sg-pattern-head a:hover { - color: #222; + color: #126E97; } .sg-view-container { @@ -581,8 +594,8 @@ span.sg-pattern-state:before { font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif; line-height: 1.4; font-size: 90%; - background: #222; - color: #808080; + background: #242422; + color: #5C6568; position: fixed; top: auto; padding: 1em; @@ -595,7 +608,7 @@ span.sg-pattern-state:before { overflow-x: hidden; } .sg-view-container a { - color: #999; + color: #D4D8DF; } .sg-view-container pre { padding: 0 1em; @@ -624,16 +637,16 @@ span.sg-pattern-state:before { .has-annotation { cursor: help !important; - box-shadow: 0 0 10px #808080; + box-shadow: 0 0 10px #5C6568; } .has-annotation a, .has-annotation input { cursor: help !important; } .has-annotation:hover { - box-shadow: 0 0 10px #222; + box-shadow: 0 0 10px #D4D8DF; } .has-annotation.active { - box-shadow: inset 0 0 20px #808080; + box-shadow: inset 0 0 20px #5C6568; } .annotation-tip { @@ -671,8 +684,8 @@ span.sg-pattern-state:before { .sg-code, .sg-annotations { clear: both; - background: #ddd; - color: #222; + background: white; + color: rgba(88, 88, 90, 0.71); padding: 1em 0.5em; margin: 1em 0; } @@ -693,18 +706,18 @@ span.sg-pattern-state:before { .sg-code-contains { margin-bottom: 1rem; font-size: 85%; - color: #808080; + color: #5C6568; } .sg-code-contains code { padding: 0.2em; background: rgba(0, 0, 0, 0.3); - color: #999; + color: #D4D8DF; position: relative; top: -2px; } .sg-code-head { - color: #808080; + color: #5C6568; font-size: 1em; } @@ -837,6 +850,11 @@ div.clear { content: "\e60b"; } +.sg-nav-content--left { + display: flex; + align-items: center; +} + /******************************************************************/ /* End Pattern Lab Interface code */ diff --git a/public/styleguide/css/styleguide.scss b/public/styleguide/css/styleguide.scss index 71d8888..a7a76dc 100644 --- a/public/styleguide/css/styleguide.scss +++ b/public/styleguide/css/styleguide.scss @@ -48,11 +48,11 @@ $sg-font : "HelveticaNeue", "Helvetica", "Arial", sans-serif; /* Style Guide Interface Colors */ -$sg-primary : #222; -$sg-secondary : #808080; -$sg-tertiary : #ddd; +$sg-primary : #D4D8DF; +$sg-secondary : #5C6568; +$sg-tertiary : #D4D8DF; $sg-quaternary : #fff; -$sg-quinary : #999; +$sg-quinary : #D4D8DF; $sg-tint : rgba(255,255,255,0.05); $sg-tint-2 : rgba(255,255,255,0.25); $sg-tone : rgba(0,0,0,0.1); @@ -60,7 +60,7 @@ $sg-tone-2 : rgba(0,0,0,0.3); /* Typography */ $sg-font-size-norm : 100%; -$sg-font-size-sm : 70%; +$sg-font-size-sm : 80%; $sg-font-size-large : 120%; /* Defaults */ @@ -149,7 +149,7 @@ $animate-quick: 0.2s; \*------------------------------------*/ /* Header */ .sg-header { - background: $sg-primary; + background: white; color: $sg-quaternary; font-family: $sg-font; text-transform: uppercase; @@ -158,6 +158,7 @@ $animate-quick: 0.2s; left: 0; z-index: 2; width: 100%; + border-bottom: 1px solid $sg-secondary; * { -moz-box-sizing: border-box; @@ -186,7 +187,7 @@ $animate-quick: 0.2s; @include sg-transition(color,0.15s,ease-out); &:hover, &:focus, &.active { - color: $sg-quaternary; + color: #126E97; background: $sg-tint; } } @@ -219,6 +220,9 @@ $animate-quick: 0.2s; } .sg-nav-container { + display: flex; + align-items: center; + justify-content: space-between; @media all and (max-width: $sg-bp-med) { overflow: hidden; max-height: 0; @@ -293,12 +297,20 @@ $animate-quick: 0.2s; @include sg-transition(max-height,0.1s,ease-out); li { - background: $sg-primary; + background: white; } &.active { max-height: 120em; overflow: auto; + border-top: 1px solid $sg-secondary; + li { + border-left: 1px solid $sg-secondary; + border-right: 1px solid $sg-secondary; + } + li:last-child { + border-bottom: 1px solid $sg-secondary; + } } &.sg-right { @@ -323,10 +335,6 @@ $animate-quick: 0.2s; /* Controls (sizing, view mode) */ .sg-controls { border: 0; - position: absolute; - top: 0; - right: 0; - z-index: 2; } .sg-control-trigger { @@ -363,13 +371,13 @@ $animate-quick: 0.2s; &:active, &:focus { outline: 0; background: $sg-quinary; - color: #000; + color: #189BBE; } } } .sg-current-size { - font-size: 70%; + font-size: $sg-font-size-sm; color: $sg-secondary; padding: 0.85em 0.7em; @@ -428,7 +436,6 @@ $animate-quick: 0.2s; margin: -2px 0 0 0; padding: 0; border: 0; - background-color: #222; color: gray; width: 25px; text-align: right; @@ -528,11 +535,13 @@ span.sg-pattern-state:before { text-align: center; width: 100%; position: fixed; - top: $offset-top; + top: 1em; bottom: 0; left: 0; right: 0; z-index: 0; + background-color: white; + padding-top: 40px; &.wrap-animate { -webkit-transition: left 0.3s ease-out; @@ -654,6 +663,8 @@ span.sg-pattern-state:before { margin-bottom: $sg-doublespace; position: relative; //Prevents absolutely-positioned elements from floating to the top @extend .sg-cf; + margin: 0 auto; + width: 95%; } /* Section Head */ @@ -672,7 +683,7 @@ span.sg-pattern-state:before { cursor: pointer; &:hover { - color: $sg-primary; + color: #126E97; } } } @@ -685,7 +696,7 @@ span.sg-pattern-state:before { font-family: $sg-font; line-height: 1.4; font-size: 90%; - background: $sg-primary; + background: #242422; color: $sg-secondary; position: fixed; top: auto; @@ -786,8 +797,8 @@ span.sg-pattern-state:before { .sg-code, .sg-annotations { clear: both; - background: $sg-tertiary; - color: $sg-primary; + background: white; + color: rgba(88, 88, 90, 0.71); padding: $sg-pad $sg-pad-half; margin: $sg-space 0; @@ -949,5 +960,11 @@ div.clear { content: "\e60b"; } +//custom pattern lab styles +.sg-nav-content--left { + display: flex; + align-items: center; +} + /******************************************************************/ /* End Pattern Lab Interface code */ \ No newline at end of file diff --git a/source/_patternlab-files/index.mustache b/source/_patternlab-files/index.mustache index 1688121..c5d9602 100644 --- a/source/_patternlab-files/index.mustache +++ b/source/_patternlab-files/index.mustache @@ -1,7 +1,7 @@ - Pattern Lab + Iotopia Solutions @@ -11,12 +11,17 @@ -> +> diff --git a/source/_patternlab-files/partials/patternNav.json b/source/_patternlab-files/partials/patternNav.json new file mode 100644 index 0000000..60fe9ed --- /dev/null +++ b/source/_patternlab-files/partials/patternNav.json @@ -0,0 +1,6 @@ +{ + "buckets" : { + "newBucketNameLC": "matt", + "newBucketNameUC": "Matt" + } +} \ No newline at end of file diff --git a/source/_patterns/00-atoms/00-global/00-colors.mustache b/source/_patterns/00-atoms/00-global/00-colors.mustache deleted file mode 100644 index 7f2653f..0000000 --- a/source/_patterns/00-atoms/00-global/00-colors.mustache +++ /dev/null @@ -1,38 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/00-atoms/00-global/01-fonts.mustache b/source/_patterns/00-atoms/00-global/01-fonts.mustache deleted file mode 100644 index 26b4b7b..0000000 --- a/source/_patterns/00-atoms/00-global/01-fonts.mustache +++ /dev/null @@ -1,6 +0,0 @@ -

Primary font: "HelveticaNeue", "Helvetica", "Arial", sans-serif;

-

Primary font italic: "HelveticaNeue", "Helvetica", "Arial", sans-serif;

-

Primary font bold: "HelveticaNeue", "Helvetica", "Arial", sans-serif;

-

Secondary font: Georgia, Times, "Times New Roman", serif;

-

Secondary font italic: Georgia, Times, "Times New Roman", serif;

-

Secondary font bold: Georgia, Times, "Times New Roman", serif;

\ No newline at end of file diff --git a/source/_patterns/00-atoms/01-text/00-headings.mustache b/source/_patterns/00-atoms/01-text/00-headings.mustache deleted file mode 100644 index 43f648c..0000000 --- a/source/_patterns/00-atoms/01-text/00-headings.mustache +++ /dev/null @@ -1,6 +0,0 @@ -

Heading Level 1

-

Heading Level 2

-

Heading Level 3

-

Heading Level 4

-
Heading Level 5
-
Heading Level 6
\ No newline at end of file diff --git a/source/_patterns/00-atoms/01-text/01-subheadings.mustache b/source/_patterns/00-atoms/01-text/01-subheadings.mustache deleted file mode 100644 index 367c09a..0000000 --- a/source/_patterns/00-atoms/01-text/01-subheadings.mustache +++ /dev/null @@ -1,6 +0,0 @@ -

Subheading Level 1

-

Subheading Level 2

-

Subheading Level 3

-

Subheading Level 4

-
Subheading Level 5
-
Subheading Level 6
\ No newline at end of file diff --git a/source/_patterns/00-atoms/03-images/00-logo.mustache b/source/_patterns/00-atoms/03-images/00-logo.mustache deleted file mode 100644 index 2fb6751..0000000 --- a/source/_patterns/00-atoms/03-images/00-logo.mustache +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/00-atoms/_07-media/00-video.mustache b/source/_patterns/00-atoms/_07-media/00-video.mustache deleted file mode 100644 index f28fcd7..0000000 --- a/source/_patterns/00-atoms/_07-media/00-video.mustache +++ /dev/null @@ -1,6 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/00-atoms/00-global/_02-animations.mustache b/source/_patterns/00-basics/00-global/_02-animations.mustache similarity index 100% rename from source/_patterns/00-atoms/00-global/_02-animations.mustache rename to source/_patterns/00-basics/00-global/_02-animations.mustache diff --git a/source/_patterns/00-atoms/00-global/_03-visibility.mustache b/source/_patterns/00-basics/00-global/_03-visibility.mustache similarity index 100% rename from source/_patterns/00-atoms/00-global/_03-visibility.mustache rename to source/_patterns/00-basics/00-global/_03-visibility.mustache diff --git a/source/_patterns/00-atoms/01-text/02-headings-with-links.mustache b/source/_patterns/00-basics/01-text/02-headings-with-links.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/02-headings-with-links.mustache rename to source/_patterns/00-basics/01-text/02-headings-with-links.mustache diff --git a/source/_patterns/00-atoms/01-text/03-paragraph.mustache b/source/_patterns/00-basics/01-text/03-paragraph.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/03-paragraph.mustache rename to source/_patterns/00-basics/01-text/03-paragraph.mustache diff --git a/source/_patterns/00-atoms/01-text/04-blockquote.mustache b/source/_patterns/00-basics/01-text/04-blockquote.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/04-blockquote.mustache rename to source/_patterns/00-basics/01-text/04-blockquote.mustache diff --git a/source/_patterns/00-atoms/01-text/05-inline-elements.mustache b/source/_patterns/00-basics/01-text/05-inline-elements.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/05-inline-elements.mustache rename to source/_patterns/00-basics/01-text/05-inline-elements.mustache diff --git a/source/_patterns/00-atoms/01-text/06-time.mustache b/source/_patterns/00-basics/01-text/06-time.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/06-time.mustache rename to source/_patterns/00-basics/01-text/06-time.mustache diff --git a/source/_patterns/00-atoms/01-text/07-preformatted-text.mustache b/source/_patterns/00-basics/01-text/07-preformatted-text.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/07-preformatted-text.mustache rename to source/_patterns/00-basics/01-text/07-preformatted-text.mustache diff --git a/source/_patterns/00-atoms/01-text/08-emphasis-colors.mustache b/source/_patterns/00-basics/01-text/08-emphasis-colors.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/08-emphasis-colors.mustache rename to source/_patterns/00-basics/01-text/08-emphasis-colors.mustache diff --git a/source/_patterns/00-atoms/01-text/09-hr.mustache b/source/_patterns/00-basics/01-text/09-hr.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/09-hr.mustache rename to source/_patterns/00-basics/01-text/09-hr.mustache diff --git a/source/_patterns/00-atoms/01-text/10-caption.mustache b/source/_patterns/00-basics/01-text/10-caption.mustache similarity index 100% rename from source/_patterns/00-atoms/01-text/10-caption.mustache rename to source/_patterns/00-basics/01-text/10-caption.mustache diff --git a/source/_patterns/00-atoms/02-lists/00-unordered.mustache b/source/_patterns/00-basics/02-lists/00-unordered.mustache similarity index 100% rename from source/_patterns/00-atoms/02-lists/00-unordered.mustache rename to source/_patterns/00-basics/02-lists/00-unordered.mustache diff --git a/source/_patterns/00-atoms/02-lists/01-ordered.mustache b/source/_patterns/00-basics/02-lists/01-ordered.mustache similarity index 100% rename from source/_patterns/00-atoms/02-lists/01-ordered.mustache rename to source/_patterns/00-basics/02-lists/01-ordered.mustache diff --git a/source/_patterns/00-atoms/02-lists/02-definition.mustache b/source/_patterns/00-basics/02-lists/02-definition.mustache similarity index 100% rename from source/_patterns/00-atoms/02-lists/02-definition.mustache rename to source/_patterns/00-basics/02-lists/02-definition.mustache diff --git a/source/_patterns/00-atoms/03-images/01-landscape-4x3.mustache b/source/_patterns/00-basics/03-images/01-landscape-4x3.mustache similarity index 100% rename from source/_patterns/00-atoms/03-images/01-landscape-4x3.mustache rename to source/_patterns/00-basics/03-images/01-landscape-4x3.mustache diff --git a/source/_patterns/00-atoms/03-images/02-landscape-16x9.mustache b/source/_patterns/00-basics/03-images/02-landscape-16x9.mustache similarity index 100% rename from source/_patterns/00-atoms/03-images/02-landscape-16x9.mustache rename to source/_patterns/00-basics/03-images/02-landscape-16x9.mustache diff --git a/source/_patterns/00-atoms/03-images/03-square.mustache b/source/_patterns/00-basics/03-images/03-square.mustache similarity index 100% rename from source/_patterns/00-atoms/03-images/03-square.mustache rename to source/_patterns/00-basics/03-images/03-square.mustache diff --git a/source/_patterns/00-atoms/03-images/04-avatar.mustache b/source/_patterns/00-basics/03-images/04-avatar.mustache similarity index 100% rename from source/_patterns/00-atoms/03-images/04-avatar.mustache rename to source/_patterns/00-basics/03-images/04-avatar.mustache diff --git a/source/_patterns/00-atoms/03-images/05-icons.mustache b/source/_patterns/00-basics/03-images/05-icons.mustache similarity index 100% rename from source/_patterns/00-atoms/03-images/05-icons.mustache rename to source/_patterns/00-basics/03-images/05-icons.mustache diff --git a/source/_patterns/00-atoms/03-images/06-loading-icon.mustache b/source/_patterns/00-basics/03-images/06-loading-icon.mustache similarity index 100% rename from source/_patterns/00-atoms/03-images/06-loading-icon.mustache rename to source/_patterns/00-basics/03-images/06-loading-icon.mustache diff --git a/source/_patterns/00-atoms/03-images/07-favicon.mustache b/source/_patterns/00-basics/03-images/07-favicon.mustache similarity index 100% rename from source/_patterns/00-atoms/03-images/07-favicon.mustache rename to source/_patterns/00-basics/03-images/07-favicon.mustache diff --git a/source/_patterns/00-atoms/04-forms/00-text-fields.mustache b/source/_patterns/00-basics/04-forms/00-text-fields.mustache similarity index 100% rename from source/_patterns/00-atoms/04-forms/00-text-fields.mustache rename to source/_patterns/00-basics/04-forms/00-text-fields.mustache diff --git a/source/_patterns/00-atoms/04-forms/01-select-menu.mustache b/source/_patterns/00-basics/04-forms/01-select-menu.mustache similarity index 100% rename from source/_patterns/00-atoms/04-forms/01-select-menu.mustache rename to source/_patterns/00-basics/04-forms/01-select-menu.mustache diff --git a/source/_patterns/00-atoms/04-forms/02-checkbox.mustache b/source/_patterns/00-basics/04-forms/02-checkbox.mustache similarity index 100% rename from source/_patterns/00-atoms/04-forms/02-checkbox.mustache rename to source/_patterns/00-basics/04-forms/02-checkbox.mustache diff --git a/source/_patterns/00-atoms/04-forms/03-radio-buttons.mustache b/source/_patterns/00-basics/04-forms/03-radio-buttons.mustache similarity index 100% rename from source/_patterns/00-atoms/04-forms/03-radio-buttons.mustache rename to source/_patterns/00-basics/04-forms/03-radio-buttons.mustache diff --git a/source/_patterns/00-atoms/04-forms/04-html5-inputs.mustache b/source/_patterns/00-basics/04-forms/04-html5-inputs.mustache similarity index 100% rename from source/_patterns/00-atoms/04-forms/04-html5-inputs.mustache rename to source/_patterns/00-basics/04-forms/04-html5-inputs.mustache diff --git a/source/_patterns/00-atoms/05-buttons/00-buttons.mustache b/source/_patterns/00-basics/05-buttons/00-buttons.mustache similarity index 100% rename from source/_patterns/00-atoms/05-buttons/00-buttons.mustache rename to source/_patterns/00-basics/05-buttons/00-buttons.mustache diff --git a/source/_patterns/00-atoms/06-tables/00-table.mustache b/source/_patterns/00-basics/06-tables/00-table.mustache similarity index 100% rename from source/_patterns/00-atoms/06-tables/00-table.mustache rename to source/_patterns/00-basics/06-tables/00-table.mustache diff --git a/source/_patterns/00-atoms/_07-media/01-audio.mustache b/source/_patterns/00-basics/_07-media/01-audio.mustache similarity index 100% rename from source/_patterns/00-atoms/_07-media/01-audio.mustache rename to source/_patterns/00-basics/_07-media/01-audio.mustache diff --git a/source/_patterns/02-organisms/00-global/00-header.mustache b/source/_patterns/02-organisms/00-global/00-header.mustache index 24f2651..05f42f1 100644 --- a/source/_patterns/02-organisms/00-global/00-header.mustache +++ b/source/_patterns/02-organisms/00-global/00-header.mustache @@ -1,6 +1,7 @@ +