diff --git a/dist/_data/data.json b/dist/_data/data.json index 639150d..9d6a47c 100644 --- a/dist/_data/data.json +++ b/dist/_data/data.json @@ -3,6 +3,7 @@ "heading" : "Page Header", "subheading" : "Subtext For Header", "text" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", + "placeholder" : "Placeholder Text", "url" : "#", "cta" : "Call To Action", "ariaLabel" : "Aria label", @@ -13,7 +14,13 @@ "badge" : "23", "label" : "New Label", "labelClass" : "label-default", - "progressLabelClass" : "sr-only", + "progressBarClass" : "", + "progressCompleteText" : "60% Complete", + "progressMinWidth" : false, + "removeProgressText" : true, + "ariaMin" : 0, + "ariaMax" : 100, + "ariaNow" : 60, "src" : "../../images/bootstrapthumb.jpg", "alt" : "Bootstrap Thumbnail", "caption" : "Caption Text", @@ -69,6 +76,7 @@ } ], "caret" : "caret", + "dropdownClass" : "dropdown", "dropdownList" : [ { "url" : "#", @@ -154,5 +162,86 @@ { "text" : "Porta ac consectetur ac" }, { "text" : "Vestibulum at eros" } ], - "navbarClass" : "navbar-default" + "navbarBrandText" : "Pattern Lab", + "navbarNavClass" : "", + "navbarNavFirst" : true, + "navbarNavLast" : { + "navbarNavClass" : "navbar-right" + }, + "navbarNav" : [ + { + "url" : "#", + "text" : "Link" + }, + { + "url" : "#", + "text" : "Link" + }, + { + "url" : "#", + "text" : "Dropdown", + "hasDropdown" : true, + "dropdownMenu" : [ + { + "url" : "#", + "text" : "Action" + }, + { + "url" : "#", + "text" : "Another action" + }, + { + "url" : "#", + "text" : "Something else here" + }, + { + "separator" : "true" + }, + { + "url" : "#", + "text" : "Link 4" + } + + ] + } + ], + "navbarFormClass" : "navbar-left", + "navbarClass" : "navbar-default", + "mediaList" : [ + { + "mediaLeft" : true, + "mediaRight" : false, + "nestedMedia" : [ + { + "mediaLeft" : false, + "mediaRight" : true + }, + { + "mediaLeft" : true, + "mediaRight" : false + } + ] + + }, + { + "heading" : "Item 2", + "text" : "This is the second item that is not nested.", + "mediaLeft" : true, + "mediaRight" : false, + "nestedMedia" : [ + { + "heading" : "Nested Item 1", + "text" : "This is the first nested item of the list.", + "mediaLeft" : true, + "mediaRight" : false + }, + { + "heading" : "Nested Item 2", + "text" : "This is the second nested item of the list", + "mediaLeft" : false, + "mediaRight" : true + } + ] + } + ] } \ No newline at end of file diff --git a/dist/_patterns/00-atoms/05-forms/00-input.md b/dist/_patterns/00-atoms/04-forms/00-input.md similarity index 100% rename from dist/_patterns/00-atoms/05-forms/00-input.md rename to dist/_patterns/00-atoms/04-forms/00-input.md diff --git a/dist/_patterns/00-atoms/04-forms/00-input.mustache b/dist/_patterns/00-atoms/04-forms/00-input.mustache new file mode 100755 index 0000000..a4c0cd5 --- /dev/null +++ b/dist/_patterns/00-atoms/04-forms/00-input.mustache @@ -0,0 +1,5 @@ + + + + + diff --git a/dist/_patterns/00-atoms/06-buttons/00-button.md b/dist/_patterns/00-atoms/05-buttons/00-button.md similarity index 100% rename from dist/_patterns/00-atoms/06-buttons/00-button.md rename to dist/_patterns/00-atoms/05-buttons/00-button.md diff --git a/dist/_patterns/00-atoms/06-buttons/00-button.mustache b/dist/_patterns/00-atoms/05-buttons/00-button.mustache similarity index 100% rename from dist/_patterns/00-atoms/06-buttons/00-button.mustache rename to dist/_patterns/00-atoms/05-buttons/00-button.mustache diff --git a/dist/_patterns/00-atoms/05-forms/00-input.mustache b/dist/_patterns/00-atoms/05-forms/00-input.mustache deleted file mode 100755 index c6f1cd0..0000000 --- a/dist/_patterns/00-atoms/05-forms/00-input.mustache +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/dist/_patterns/00-atoms/07-tables/00-table.md b/dist/_patterns/00-atoms/06-tables/00-table.md similarity index 100% rename from dist/_patterns/00-atoms/07-tables/00-table.md rename to dist/_patterns/00-atoms/06-tables/00-table.md diff --git a/dist/_patterns/00-atoms/07-tables/00-table.mustache b/dist/_patterns/00-atoms/06-tables/00-table.mustache similarity index 100% rename from dist/_patterns/00-atoms/07-tables/00-table.mustache rename to dist/_patterns/00-atoms/06-tables/00-table.mustache diff --git a/dist/_patterns/00-atoms/08-media/00-badges.md b/dist/_patterns/00-atoms/07-media/00-badges.md similarity index 100% rename from dist/_patterns/00-atoms/08-media/00-badges.md rename to dist/_patterns/00-atoms/07-media/00-badges.md diff --git a/dist/_patterns/00-atoms/08-media/00-badges.mustache b/dist/_patterns/00-atoms/07-media/00-badges.mustache similarity index 100% rename from dist/_patterns/00-atoms/08-media/00-badges.mustache rename to dist/_patterns/00-atoms/07-media/00-badges.mustache diff --git a/dist/_patterns/00-atoms/08-media/02-labels.md b/dist/_patterns/00-atoms/07-media/02-labels.md similarity index 100% rename from dist/_patterns/00-atoms/08-media/02-labels.md rename to dist/_patterns/00-atoms/07-media/02-labels.md diff --git a/dist/_patterns/00-atoms/08-media/02-labels.mustache b/dist/_patterns/00-atoms/07-media/02-labels.mustache similarity index 100% rename from dist/_patterns/00-atoms/08-media/02-labels.mustache rename to dist/_patterns/00-atoms/07-media/02-labels.mustache diff --git a/dist/_patterns/00-atoms/08-media/03-labels-variants.md b/dist/_patterns/00-atoms/07-media/03-labels-variants.md similarity index 100% rename from dist/_patterns/00-atoms/08-media/03-labels-variants.md rename to dist/_patterns/00-atoms/07-media/03-labels-variants.md diff --git a/dist/_patterns/00-atoms/08-media/03-labels-variants.mustache b/dist/_patterns/00-atoms/07-media/03-labels-variants.mustache similarity index 100% rename from dist/_patterns/00-atoms/08-media/03-labels-variants.mustache rename to dist/_patterns/00-atoms/07-media/03-labels-variants.mustache diff --git a/dist/_patterns/00-atoms/08-media/04-progress-bars.md b/dist/_patterns/00-atoms/07-media/04-progress-bars.md similarity index 100% rename from dist/_patterns/00-atoms/08-media/04-progress-bars.md rename to dist/_patterns/00-atoms/07-media/04-progress-bars.md diff --git a/dist/_patterns/00-atoms/07-media/04-progress-bars.mustache b/dist/_patterns/00-atoms/07-media/04-progress-bars.mustache new file mode 100755 index 0000000..c18d805 --- /dev/null +++ b/dist/_patterns/00-atoms/07-media/04-progress-bars.mustache @@ -0,0 +1,6 @@ +
+
+ {{# removeProgressText }}{{/ removeProgressText }}{{ progressCompleteText }}{{# removeProgressText }}{{/ removeProgressText }} +
+
+ diff --git a/dist/_patterns/00-atoms/08-media/05-progress-bars-variants.md b/dist/_patterns/00-atoms/07-media/05-progress-bars-variants.md similarity index 100% rename from dist/_patterns/00-atoms/08-media/05-progress-bars-variants.md rename to dist/_patterns/00-atoms/07-media/05-progress-bars-variants.md diff --git a/dist/_patterns/00-atoms/07-media/05-progress-bars-variants.mustache b/dist/_patterns/00-atoms/07-media/05-progress-bars-variants.mustache new file mode 100755 index 0000000..cbab2ab --- /dev/null +++ b/dist/_patterns/00-atoms/07-media/05-progress-bars-variants.mustache @@ -0,0 +1,88 @@ +

With label

+

Remove the <span> with .sr-only class from within the progress bar to show a visible percentage.

+
+
+ 60% +
+
+ +

To ensure that the label text remains legible even for low percentages, consider adding a min-width to the progress bar.

+
+
+ 0% +
+
+
+
+ 2% +
+
+ +

Contextual alternatives

+

Progress bars use some of the same button and alert classes for consistent styles.

+
+
+ 40% Complete (success) +
+
+
+
+ 20% Complete +
+
+
+
+ 60% Complete (warning) +
+
+
+
+ 80% Complete (danger) +
+
+ + +

Striped

+

Uses a gradient to create a striped effect. Not available in IE9 and below.

+
+
+ 40% Complete (success) +
+
+
+
+ 20% Complete +
+
+
+
+ 60% Complete (warning) +
+
+
+
+ 80% Complete (danger) +
+
+ +

Animated

+

Add .active to .progress-bar-striped to animate the stripes right to left. Not available in IE9 and below.

+
+
45% Complete
+
+ + +

Stacked

+

Place multiple bars into the same .progress to stack them.

+
+
+ 35% Complete (success) +
+
+ 20% Complete (warning) +
+
+ 10% Complete (danger) +
+
+ diff --git a/dist/_patterns/00-atoms/08-media/06-thumbnails.md b/dist/_patterns/00-atoms/07-media/06-thumbnails.md similarity index 100% rename from dist/_patterns/00-atoms/08-media/06-thumbnails.md rename to dist/_patterns/00-atoms/07-media/06-thumbnails.md diff --git a/dist/_patterns/00-atoms/08-media/06-thumbnails.mustache b/dist/_patterns/00-atoms/07-media/06-thumbnails.mustache similarity index 53% rename from dist/_patterns/00-atoms/08-media/06-thumbnails.mustache rename to dist/_patterns/00-atoms/07-media/06-thumbnails.mustache index 03822c6..cd743f2 100755 --- a/dist/_patterns/00-atoms/08-media/06-thumbnails.mustache +++ b/dist/_patterns/00-atoms/07-media/06-thumbnails.mustache @@ -1,4 +1,4 @@ - + {{ alt }} diff --git a/dist/_patterns/00-atoms/08-media/04-progress-bars.mustache b/dist/_patterns/00-atoms/08-media/04-progress-bars.mustache deleted file mode 100755 index c71b56f..0000000 --- a/dist/_patterns/00-atoms/08-media/04-progress-bars.mustache +++ /dev/null @@ -1,6 +0,0 @@ -
-
- 60% Complete -
-
- diff --git a/dist/_patterns/00-atoms/08-media/05-progress-bars-variants.mustache b/dist/_patterns/00-atoms/08-media/05-progress-bars-variants.mustache deleted file mode 100755 index ed14d33..0000000 --- a/dist/_patterns/00-atoms/08-media/05-progress-bars-variants.mustache +++ /dev/null @@ -1,98 +0,0 @@ -

With label

-

Remove the <span> with .sr-only class from within the progress bar to show a visible percentage.

-
-
-
- 60% -
-
-
- -

To ensure that the label text remains legible even for low percentages, consider adding a min-width to the progress bar.

-
-
-
- 0% -
-
-
-
- 2% -
-
-
- -

Contextual alternatives

-

Progress bars use some of the same button and alert classes for consistent styles.

-
-
-
- 40% Complete (success) -
-
-
-
- 20% Complete -
-
-
-
- 60% Complete (warning) -
-
-
-
- 80% Complete (danger) -
-
-
- - -

Striped

-

Uses a gradient to create a striped effect. Not available in IE9 and below.

-
-
-
- 40% Complete (success) -
-
-
-
- 20% Complete -
-
-
-
- 60% Complete (warning) -
-
-
-
- 80% Complete (danger) -
-
-
- -

Animated

-

Add .active to .progress-bar-striped to animate the stripes right to left. Not available in IE9 and below.

-
-
-
45% Complete
-
-
- -

Stacked

-

Place multiple bars into the same .progress to stack them.

-
-
-
- 35% Complete (success) -
-
- 20% Complete (warning) -
-
- 10% Complete (danger) -
-
-
diff --git a/dist/_patterns/01-molecules/02-blocks/00-panels.md b/dist/_patterns/01-molecules/00-blocks/00-panels.md similarity index 100% rename from dist/_patterns/01-molecules/02-blocks/00-panels.md rename to dist/_patterns/01-molecules/00-blocks/00-panels.md diff --git a/dist/_patterns/01-molecules/02-blocks/00-panels.mustache b/dist/_patterns/01-molecules/00-blocks/00-panels.mustache similarity index 100% rename from dist/_patterns/01-molecules/02-blocks/00-panels.mustache rename to dist/_patterns/01-molecules/00-blocks/00-panels.mustache diff --git a/dist/_patterns/01-molecules/02-blocks/01-panels-variants.md b/dist/_patterns/01-molecules/00-blocks/01-panels-variants.md similarity index 100% rename from dist/_patterns/01-molecules/02-blocks/01-panels-variants.md rename to dist/_patterns/01-molecules/00-blocks/01-panels-variants.md diff --git a/dist/_patterns/01-molecules/00-blocks/01-panels-variants.mustache b/dist/_patterns/01-molecules/00-blocks/01-panels-variants.mustache new file mode 100755 index 0000000..cd4efe7 --- /dev/null +++ b/dist/_patterns/01-molecules/00-blocks/01-panels-variants.mustache @@ -0,0 +1,68 @@ +

Panel with heading

+

Easily add a heading container to your panel with .panel-heading. You may also include any <h1>-<h6> with a .panel-title class to add a pre-styled heading.

+

For proper link coloring, be sure to place links in headings within .panel-title.

+
+
Panel heading without title
+
+ Panel content +
+
+
+
+

Panel title

+
+
+ Panel content +
+
+ +

Wrap buttons or secondary text in .panel-footer. Note that panel footers do not inherit colors and borders when using contextual variations as they are not meant to be in the foreground.

+
+
+ Panel content +
+ +
+

Contextual alternatives

+

Like other components, easily make a panel more meaningful to a particular context by adding any of the contextual state classes.

+
+
+

Panel title

+
+
+ Panel content +
+
+
+
+

Panel title

+
+
+ Panel content +
+
+
+
+

Panel title

+
+
+ Panel content +
+
+
+
+

Panel title

+
+
+ Panel content +
+
+
+
+

Panel title

+
+
+ Panel content +
+
+ diff --git a/dist/_patterns/01-molecules/02-blocks/03-wells.md b/dist/_patterns/01-molecules/00-blocks/02-wells.md similarity index 100% rename from dist/_patterns/01-molecules/02-blocks/03-wells.md rename to dist/_patterns/01-molecules/00-blocks/02-wells.md diff --git a/dist/_patterns/01-molecules/02-blocks/03-wells.mustache b/dist/_patterns/01-molecules/00-blocks/02-wells.mustache similarity index 100% rename from dist/_patterns/01-molecules/02-blocks/03-wells.mustache rename to dist/_patterns/01-molecules/00-blocks/02-wells.mustache diff --git a/dist/_patterns/01-molecules/02-blocks/04-wells-variants.md b/dist/_patterns/01-molecules/00-blocks/03-wells-variants.md similarity index 100% rename from dist/_patterns/01-molecules/02-blocks/04-wells-variants.md rename to dist/_patterns/01-molecules/00-blocks/03-wells-variants.md diff --git a/dist/_patterns/01-molecules/02-blocks/04-wells-variants.mustache b/dist/_patterns/01-molecules/00-blocks/03-wells-variants.mustache similarity index 54% rename from dist/_patterns/01-molecules/02-blocks/04-wells-variants.mustache rename to dist/_patterns/01-molecules/00-blocks/03-wells-variants.mustache index cfe1797..19c69e3 100755 --- a/dist/_patterns/01-molecules/02-blocks/04-wells-variants.mustache +++ b/dist/_patterns/01-molecules/00-blocks/03-wells-variants.mustache @@ -1,7 +1,7 @@
- {{ wellText }} + Look, I'm in a large well!
- {{ wellText }} + Look, I'm in a small well!
diff --git a/dist/_patterns/01-molecules/03-media/00-jumbotron.md b/dist/_patterns/01-molecules/01-media/00-jumbotron.md similarity index 100% rename from dist/_patterns/01-molecules/03-media/00-jumbotron.md rename to dist/_patterns/01-molecules/01-media/00-jumbotron.md diff --git a/dist/_patterns/01-molecules/03-media/00-jumbotron.mustache b/dist/_patterns/01-molecules/01-media/00-jumbotron.mustache similarity index 100% rename from dist/_patterns/01-molecules/03-media/00-jumbotron.mustache rename to dist/_patterns/01-molecules/01-media/00-jumbotron.mustache diff --git a/dist/_patterns/01-molecules/03-media/01-media.md b/dist/_patterns/01-molecules/01-media/01-media.md similarity index 100% rename from dist/_patterns/01-molecules/03-media/01-media.md rename to dist/_patterns/01-molecules/01-media/01-media.md diff --git a/dist/_patterns/01-molecules/03-media/01-media.mustache b/dist/_patterns/01-molecules/01-media/01-media.mustache similarity index 100% rename from dist/_patterns/01-molecules/03-media/01-media.mustache rename to dist/_patterns/01-molecules/01-media/01-media.mustache diff --git a/dist/_patterns/01-molecules/03-media/02-media-variants.md b/dist/_patterns/01-molecules/01-media/02-media-variants.md similarity index 100% rename from dist/_patterns/01-molecules/03-media/02-media-variants.md rename to dist/_patterns/01-molecules/01-media/02-media-variants.md diff --git a/dist/_patterns/01-molecules/03-media/02-media-variants.mustache b/dist/_patterns/01-molecules/01-media/02-media-variants.mustache similarity index 59% rename from dist/_patterns/01-molecules/03-media/02-media-variants.mustache rename to dist/_patterns/01-molecules/01-media/02-media-variants.mustache index 319390a..71588f5 100755 --- a/dist/_patterns/01-molecules/03-media/02-media-variants.mustache +++ b/dist/_patterns/01-molecules/01-media/02-media-variants.mustache @@ -51,41 +51,39 @@

The classes .pull-left and .pull-right also exist and were previously used as part of the media component, but are deprecated for that use as of v3.3.0. They are approximately equivalent to .media-left and .media-right, except that .media-right should be placed after the .media-body in the html.

Media alignment

The images or other media can be aligned top, middle, or bottom. The default is top aligned.

-
-
-
- - {{ alt }} - -
-
-

Top aligned media

-

{{ text }}

-

Donec sed odio dui. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

-
-
-
-
- - {{ alt }} - -
-
-

Middle aligned media

-

{{ text }}

-

{{ text }}

-
-
-
-
- - {{ alt }} - -
-
-

Bottom aligned media

-

{{ text }}

-

{{ text }}

-
-
+
+
+ + {{ alt }} + +
+
+

Top aligned media

+

{{ text }}

+

Donec sed odio dui. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+
+
+
+
+ + {{ alt }} + +
+
+

Middle aligned media

+

{{ text }}

+

{{ text }}

+
+
+
+
+ + {{ alt }} + +
+
+

Bottom aligned media

+

{{ text }}

+

{{ text }}

+
\ No newline at end of file diff --git a/dist/_patterns/01-molecules/03-media/03-responsive-embed.md b/dist/_patterns/01-molecules/01-media/03-responsive-embed.md similarity index 100% rename from dist/_patterns/01-molecules/03-media/03-responsive-embed.md rename to dist/_patterns/01-molecules/01-media/03-responsive-embed.md diff --git a/dist/_patterns/01-molecules/03-media/03-responsive-embed.mustache b/dist/_patterns/01-molecules/01-media/03-responsive-embed.mustache similarity index 100% rename from dist/_patterns/01-molecules/03-media/03-responsive-embed.mustache rename to dist/_patterns/01-molecules/01-media/03-responsive-embed.mustache diff --git a/dist/_patterns/01-molecules/03-media/04-thumbnails-caption.md b/dist/_patterns/01-molecules/01-media/04-thumbnails-caption.md similarity index 100% rename from dist/_patterns/01-molecules/03-media/04-thumbnails-caption.md rename to dist/_patterns/01-molecules/01-media/04-thumbnails-caption.md diff --git a/dist/_patterns/01-molecules/03-media/04-thumbnails-caption.mustache b/dist/_patterns/01-molecules/01-media/04-thumbnails-caption.mustache similarity index 100% rename from dist/_patterns/01-molecules/03-media/04-thumbnails-caption.mustache rename to dist/_patterns/01-molecules/01-media/04-thumbnails-caption.mustache diff --git a/dist/_patterns/01-molecules/02-blocks/01-panels-variants.mustache b/dist/_patterns/01-molecules/02-blocks/01-panels-variants.mustache deleted file mode 100755 index 6d16534..0000000 --- a/dist/_patterns/01-molecules/02-blocks/01-panels-variants.mustache +++ /dev/null @@ -1,75 +0,0 @@ -

Panel with heading

-

Easily add a heading container to your panel with .panel-heading. You may also include any <h1>-<h6> with a .panel-title class to add a pre-styled heading.

-

For proper link coloring, be sure to place links in headings within .panel-title.

-
-
-
Panel heading without title
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
- -

Wrap buttons or secondary text in .panel-footer. Note that panel footers do not inherit colors and borders when using contextual variations as they are not meant to be in the foreground.

-
-
-
- Panel content -
- -
-
- -

Contextual alternatives

-

Like other components, easily make a panel more meaningful to a particular context by adding any of the contextual state classes.

-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
-
-

Panel title

-
-
- Panel content -
-
-
- diff --git a/dist/_patterns/01-molecules/04-forms/00-input-groups.md b/dist/_patterns/01-molecules/02-forms/00-input-groups.md similarity index 100% rename from dist/_patterns/01-molecules/04-forms/00-input-groups.md rename to dist/_patterns/01-molecules/02-forms/00-input-groups.md diff --git a/dist/_patterns/01-molecules/04-forms/00-input-groups.mustache b/dist/_patterns/01-molecules/02-forms/00-input-groups.mustache similarity index 100% rename from dist/_patterns/01-molecules/04-forms/00-input-groups.mustache rename to dist/_patterns/01-molecules/02-forms/00-input-groups.mustache diff --git a/dist/_patterns/01-molecules/04-forms/01-input-groups-variants.md b/dist/_patterns/01-molecules/02-forms/01-input-groups-variants.md similarity index 100% rename from dist/_patterns/01-molecules/04-forms/01-input-groups-variants.md rename to dist/_patterns/01-molecules/02-forms/01-input-groups-variants.md diff --git a/dist/_patterns/01-molecules/04-forms/01-input-groups-variants.mustache b/dist/_patterns/01-molecules/02-forms/01-input-groups-variants.mustache similarity index 100% rename from dist/_patterns/01-molecules/04-forms/01-input-groups-variants.mustache rename to dist/_patterns/01-molecules/02-forms/01-input-groups-variants.mustache diff --git a/dist/_patterns/01-molecules/04-forms/02-input-groups-checkbox.md b/dist/_patterns/01-molecules/02-forms/02-input-groups-checkbox.md similarity index 100% rename from dist/_patterns/01-molecules/04-forms/02-input-groups-checkbox.md rename to dist/_patterns/01-molecules/02-forms/02-input-groups-checkbox.md diff --git a/dist/_patterns/01-molecules/04-forms/02-input-groups-checkbox.mustache b/dist/_patterns/01-molecules/02-forms/02-input-groups-checkbox.mustache similarity index 100% rename from dist/_patterns/01-molecules/04-forms/02-input-groups-checkbox.mustache rename to dist/_patterns/01-molecules/02-forms/02-input-groups-checkbox.mustache diff --git a/dist/_patterns/01-molecules/04-forms/03-input-groups-radio.md b/dist/_patterns/01-molecules/02-forms/03-input-groups-radio.md similarity index 100% rename from dist/_patterns/01-molecules/04-forms/03-input-groups-radio.md rename to dist/_patterns/01-molecules/02-forms/03-input-groups-radio.md diff --git a/dist/_patterns/01-molecules/04-forms/03-input-groups-radio.mustache b/dist/_patterns/01-molecules/02-forms/03-input-groups-radio.mustache similarity index 100% rename from dist/_patterns/01-molecules/04-forms/03-input-groups-radio.mustache rename to dist/_patterns/01-molecules/02-forms/03-input-groups-radio.mustache diff --git a/dist/_patterns/01-molecules/04-forms/04-input-groups-button.md b/dist/_patterns/01-molecules/02-forms/04-input-groups-button.md similarity index 100% rename from dist/_patterns/01-molecules/04-forms/04-input-groups-button.md rename to dist/_patterns/01-molecules/02-forms/04-input-groups-button.md diff --git a/dist/_patterns/01-molecules/04-forms/04-input-groups-button.mustache b/dist/_patterns/01-molecules/02-forms/04-input-groups-button.mustache similarity index 100% rename from dist/_patterns/01-molecules/04-forms/04-input-groups-button.mustache rename to dist/_patterns/01-molecules/02-forms/04-input-groups-button.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/00-breadcrumbs.md b/dist/_patterns/01-molecules/03-navigation/00-breadcrumbs.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/00-breadcrumbs.md rename to dist/_patterns/01-molecules/03-navigation/00-breadcrumbs.md diff --git a/dist/_patterns/01-molecules/05-navigation/00-breadcrumbs.mustache b/dist/_patterns/01-molecules/03-navigation/00-breadcrumbs.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/00-breadcrumbs.mustache rename to dist/_patterns/01-molecules/03-navigation/00-breadcrumbs.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/01-button-dropdown.md b/dist/_patterns/01-molecules/03-navigation/01-button-dropdown.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/01-button-dropdown.md rename to dist/_patterns/01-molecules/03-navigation/01-button-dropdown.md diff --git a/dist/_patterns/01-molecules/05-navigation/01-button-dropdown.mustache b/dist/_patterns/01-molecules/03-navigation/01-button-dropdown.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/01-button-dropdown.mustache rename to dist/_patterns/01-molecules/03-navigation/01-button-dropdown.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/02-button-dropdown-variants.md b/dist/_patterns/01-molecules/03-navigation/02-button-dropdown-variants.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/02-button-dropdown-variants.md rename to dist/_patterns/01-molecules/03-navigation/02-button-dropdown-variants.md diff --git a/dist/_patterns/01-molecules/05-navigation/02-button-dropdown-variants.mustache b/dist/_patterns/01-molecules/03-navigation/02-button-dropdown-variants.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/02-button-dropdown-variants.mustache rename to dist/_patterns/01-molecules/03-navigation/02-button-dropdown-variants.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/03-button-dropdown-split.md b/dist/_patterns/01-molecules/03-navigation/03-button-dropdown-split.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/03-button-dropdown-split.md rename to dist/_patterns/01-molecules/03-navigation/03-button-dropdown-split.md diff --git a/dist/_patterns/01-molecules/05-navigation/03-button-dropdown-split.mustache b/dist/_patterns/01-molecules/03-navigation/03-button-dropdown-split.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/03-button-dropdown-split.mustache rename to dist/_patterns/01-molecules/03-navigation/03-button-dropdown-split.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/04-button-dropdown-split-variants.md b/dist/_patterns/01-molecules/03-navigation/04-button-dropdown-split-variants.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/04-button-dropdown-split-variants.md rename to dist/_patterns/01-molecules/03-navigation/04-button-dropdown-split-variants.md diff --git a/dist/_patterns/01-molecules/05-navigation/04-button-dropdown-split-variants.mustache b/dist/_patterns/01-molecules/03-navigation/04-button-dropdown-split-variants.mustache similarity index 99% rename from dist/_patterns/01-molecules/05-navigation/04-button-dropdown-split-variants.mustache rename to dist/_patterns/01-molecules/03-navigation/04-button-dropdown-split-variants.mustache index a7e0f29..0613ed9 100644 --- a/dist/_patterns/01-molecules/05-navigation/04-button-dropdown-split-variants.mustache +++ b/dist/_patterns/01-molecules/03-navigation/04-button-dropdown-split-variants.mustache @@ -1,4 +1,3 @@ -
diff --git a/dist/_patterns/01-molecules/05-navigation/06-button-dropup-variants.md b/dist/_patterns/01-molecules/03-navigation/06-button-dropup-variants.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/06-button-dropup-variants.md rename to dist/_patterns/01-molecules/03-navigation/06-button-dropup-variants.md diff --git a/dist/_patterns/01-molecules/03-navigation/06-button-dropup-variants.mustache b/dist/_patterns/01-molecules/03-navigation/06-button-dropup-variants.mustache new file mode 100644 index 0000000..68661fe --- /dev/null +++ b/dist/_patterns/01-molecules/03-navigation/06-button-dropup-variants.mustache @@ -0,0 +1,13 @@ +
+ + + +
diff --git a/dist/_patterns/01-molecules/05-navigation/07-dropdown.md b/dist/_patterns/01-molecules/03-navigation/07-dropdown.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/07-dropdown.md rename to dist/_patterns/01-molecules/03-navigation/07-dropdown.md diff --git a/dist/_patterns/01-molecules/03-navigation/07-dropdown.mustache b/dist/_patterns/01-molecules/03-navigation/07-dropdown.mustache new file mode 100644 index 0000000..dc0cbd3 --- /dev/null +++ b/dist/_patterns/01-molecules/03-navigation/07-dropdown.mustache @@ -0,0 +1,11 @@ + diff --git a/dist/_patterns/01-molecules/05-navigation/08-dropdown-variants.md b/dist/_patterns/01-molecules/03-navigation/08-dropdown-variants.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/08-dropdown-variants.md rename to dist/_patterns/01-molecules/03-navigation/08-dropdown-variants.md diff --git a/dist/_patterns/01-molecules/03-navigation/08-dropdown-variants.mustache b/dist/_patterns/01-molecules/03-navigation/08-dropdown-variants.mustache new file mode 100644 index 0000000..17f9578 --- /dev/null +++ b/dist/_patterns/01-molecules/03-navigation/08-dropdown-variants.mustache @@ -0,0 +1,65 @@ +

Dropdown menus can be changed to expand upwards (instead of downwards) by adding .dropup to the parent.

+
+ + +
+ + +

Add a header to label sections of actions in any dropdown menu.

+
+ +
+ + +

Add a divider to separate series of links in a dropdown menu.

+
+ +
+ + +

Add .disabled to a <li> in the dropdown to disable the link.

+
+ +
\ No newline at end of file diff --git a/dist/_patterns/01-molecules/05-navigation/09-navs.md b/dist/_patterns/01-molecules/03-navigation/09-navs.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/09-navs.md rename to dist/_patterns/01-molecules/03-navigation/09-navs.md diff --git a/dist/_patterns/01-molecules/05-navigation/09-navs.mustache b/dist/_patterns/01-molecules/03-navigation/09-navs.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/09-navs.mustache rename to dist/_patterns/01-molecules/03-navigation/09-navs.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/10-navs-variants.md b/dist/_patterns/01-molecules/03-navigation/10-navs-variants.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/10-navs-variants.md rename to dist/_patterns/01-molecules/03-navigation/10-navs-variants.md diff --git a/dist/_patterns/01-molecules/05-navigation/10-navs-variants.mustache b/dist/_patterns/01-molecules/03-navigation/10-navs-variants.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/10-navs-variants.mustache rename to dist/_patterns/01-molecules/03-navigation/10-navs-variants.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/12-pagination.md b/dist/_patterns/01-molecules/03-navigation/12-pagination.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/12-pagination.md rename to dist/_patterns/01-molecules/03-navigation/12-pagination.md diff --git a/dist/_patterns/01-molecules/05-navigation/12-pagination.mustache b/dist/_patterns/01-molecules/03-navigation/12-pagination.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/12-pagination.mustache rename to dist/_patterns/01-molecules/03-navigation/12-pagination.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/13-pagination-variants.md b/dist/_patterns/01-molecules/03-navigation/13-pagination-variants.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/13-pagination-variants.md rename to dist/_patterns/01-molecules/03-navigation/13-pagination-variants.md diff --git a/dist/_patterns/01-molecules/05-navigation/13-pagination-variants.mustache b/dist/_patterns/01-molecules/03-navigation/13-pagination-variants.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/13-pagination-variants.mustache rename to dist/_patterns/01-molecules/03-navigation/13-pagination-variants.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/14-pager.md b/dist/_patterns/01-molecules/03-navigation/14-pager.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/14-pager.md rename to dist/_patterns/01-molecules/03-navigation/14-pager.md diff --git a/dist/_patterns/01-molecules/05-navigation/14-pager.mustache b/dist/_patterns/01-molecules/03-navigation/14-pager.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/14-pager.mustache rename to dist/_patterns/01-molecules/03-navigation/14-pager.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/15-pager-variants.md b/dist/_patterns/01-molecules/03-navigation/15-pager-variants.md similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/15-pager-variants.md rename to dist/_patterns/01-molecules/03-navigation/15-pager-variants.md diff --git a/dist/_patterns/01-molecules/05-navigation/15-pager-variants.mustache b/dist/_patterns/01-molecules/03-navigation/15-pager-variants.mustache similarity index 100% rename from dist/_patterns/01-molecules/05-navigation/15-pager-variants.mustache rename to dist/_patterns/01-molecules/03-navigation/15-pager-variants.mustache diff --git a/dist/_patterns/01-molecules/03-navigation/16-navbar-nav.md b/dist/_patterns/01-molecules/03-navigation/16-navbar-nav.md new file mode 100644 index 0000000..266624a --- /dev/null +++ b/dist/_patterns/01-molecules/03-navigation/16-navbar-nav.md @@ -0,0 +1,3 @@ +--- +title: Navbar Nav +--- diff --git a/dist/_patterns/01-molecules/03-navigation/16-navbar-nav.mustache b/dist/_patterns/01-molecules/03-navigation/16-navbar-nav.mustache new file mode 100644 index 0000000..7a3c2d9 --- /dev/null +++ b/dist/_patterns/01-molecules/03-navigation/16-navbar-nav.mustache @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/dist/_patterns/01-molecules/03-navigation/17-navbar-form.md b/dist/_patterns/01-molecules/03-navigation/17-navbar-form.md new file mode 100644 index 0000000..423c842 --- /dev/null +++ b/dist/_patterns/01-molecules/03-navigation/17-navbar-form.md @@ -0,0 +1,3 @@ +--- +title: Navbar Form +--- diff --git a/dist/_patterns/01-molecules/03-navigation/17-navbar-form.mustache b/dist/_patterns/01-molecules/03-navigation/17-navbar-form.mustache new file mode 100644 index 0000000..5760124 --- /dev/null +++ b/dist/_patterns/01-molecules/03-navigation/17-navbar-form.mustache @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/dist/_patterns/01-molecules/06-components/00-button-groups.md b/dist/_patterns/01-molecules/04-components/00-button-groups.md similarity index 100% rename from dist/_patterns/01-molecules/06-components/00-button-groups.md rename to dist/_patterns/01-molecules/04-components/00-button-groups.md diff --git a/dist/_patterns/01-molecules/06-components/00-button-groups.mustache b/dist/_patterns/01-molecules/04-components/00-button-groups.mustache similarity index 100% rename from dist/_patterns/01-molecules/06-components/00-button-groups.mustache rename to dist/_patterns/01-molecules/04-components/00-button-groups.mustache diff --git a/dist/_patterns/01-molecules/06-components/01-button-groups-variants.md b/dist/_patterns/01-molecules/04-components/01-button-groups-variants.md similarity index 100% rename from dist/_patterns/01-molecules/06-components/01-button-groups-variants.md rename to dist/_patterns/01-molecules/04-components/01-button-groups-variants.md diff --git a/dist/_patterns/01-molecules/06-components/01-button-groups-variants.mustache b/dist/_patterns/01-molecules/04-components/01-button-groups-variants.mustache similarity index 91% rename from dist/_patterns/01-molecules/06-components/01-button-groups-variants.mustache rename to dist/_patterns/01-molecules/04-components/01-button-groups-variants.mustache index 80da4ff..fd71337 100755 --- a/dist/_patterns/01-molecules/06-components/01-button-groups-variants.mustache +++ b/dist/_patterns/01-molecules/04-components/01-button-groups-variants.mustache @@ -1,19 +1,19 @@

Button toolbar

Combine sets of <div class="btn-group"> into a <div class="btn-toolbar"> for more complex components.

-
- - - - -
-
- - - -
-
- -
+
+ + + + +
+
+ + + +
+
+ +

Sizing

Instead of applying button sizing classes to every button in a group, just add .btn-group-* to each .btn-group, including when nesting multiple groups.

diff --git a/dist/_patterns/01-molecules/07-messaging/00-alerts.md b/dist/_patterns/01-molecules/05-messaging/00-alerts.md similarity index 100% rename from dist/_patterns/01-molecules/07-messaging/00-alerts.md rename to dist/_patterns/01-molecules/05-messaging/00-alerts.md diff --git a/dist/_patterns/01-molecules/07-messaging/00-alerts.mustache b/dist/_patterns/01-molecules/05-messaging/00-alerts.mustache similarity index 100% rename from dist/_patterns/01-molecules/07-messaging/00-alerts.mustache rename to dist/_patterns/01-molecules/05-messaging/00-alerts.mustache diff --git a/dist/_patterns/01-molecules/07-messaging/01-alerts-variants.md b/dist/_patterns/01-molecules/05-messaging/01-alerts-variants.md similarity index 100% rename from dist/_patterns/01-molecules/07-messaging/01-alerts-variants.md rename to dist/_patterns/01-molecules/05-messaging/01-alerts-variants.md diff --git a/dist/_patterns/01-molecules/07-messaging/01-alerts-variants.mustache b/dist/_patterns/01-molecules/05-messaging/01-alerts-variants.mustache similarity index 100% rename from dist/_patterns/01-molecules/07-messaging/01-alerts-variants.mustache rename to dist/_patterns/01-molecules/05-messaging/01-alerts-variants.mustache diff --git a/dist/_patterns/01-molecules/05-navigation/06-button-dropup-variants.mustache b/dist/_patterns/01-molecules/05-navigation/06-button-dropup-variants.mustache deleted file mode 100644 index 725a89c..0000000 --- a/dist/_patterns/01-molecules/05-navigation/06-button-dropup-variants.mustache +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/dist/_patterns/01-molecules/05-navigation/07-dropdown.mustache b/dist/_patterns/01-molecules/05-navigation/07-dropdown.mustache deleted file mode 100644 index 948a112..0000000 --- a/dist/_patterns/01-molecules/05-navigation/07-dropdown.mustache +++ /dev/null @@ -1,9 +0,0 @@ - - \ No newline at end of file diff --git a/dist/_patterns/01-molecules/05-navigation/08-dropdown-variants.mustache b/dist/_patterns/01-molecules/05-navigation/08-dropdown-variants.mustache deleted file mode 100644 index a95f5d2..0000000 --- a/dist/_patterns/01-molecules/05-navigation/08-dropdown-variants.mustache +++ /dev/null @@ -1,60 +0,0 @@ -

Dropdown menus can be changed to expand upwards (instead of downwards) by adding .dropup to the parent.

-
- - -
- - -

Add a header to label sections of actions in any dropdown menu.

- - - -

Add a divider to separate series of links in a dropdown menu.

- - - - -

Add .disabled to a <li> in the dropdown to disable the link.

- \ No newline at end of file diff --git a/dist/_patterns/01-molecules/08-list-groups/03-list-group.md b/dist/_patterns/01-molecules/06-list-groups/03-list-group.md similarity index 100% rename from dist/_patterns/01-molecules/08-list-groups/03-list-group.md rename to dist/_patterns/01-molecules/06-list-groups/03-list-group.md diff --git a/dist/_patterns/01-molecules/08-list-groups/03-list-group.mustache b/dist/_patterns/01-molecules/06-list-groups/03-list-group.mustache similarity index 74% rename from dist/_patterns/01-molecules/08-list-groups/03-list-group.mustache rename to dist/_patterns/01-molecules/06-list-groups/03-list-group.mustache index 04e08be..03f86f3 100755 --- a/dist/_patterns/01-molecules/08-list-groups/03-list-group.mustache +++ b/dist/_patterns/01-molecules/06-list-groups/03-list-group.mustache @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/dist/_patterns/01-molecules/08-list-groups/04-list-group-variants.md b/dist/_patterns/01-molecules/06-list-groups/04-list-group-variants.md similarity index 100% rename from dist/_patterns/01-molecules/08-list-groups/04-list-group-variants.md rename to dist/_patterns/01-molecules/06-list-groups/04-list-group-variants.md diff --git a/dist/_patterns/01-molecules/08-list-groups/04-list-group-variants.mustache b/dist/_patterns/01-molecules/06-list-groups/04-list-group-variants.mustache similarity index 100% rename from dist/_patterns/01-molecules/08-list-groups/04-list-group-variants.mustache rename to dist/_patterns/01-molecules/06-list-groups/04-list-group-variants.mustache diff --git a/dist/_patterns/02-organisms/04-navigation/00-navbar.md b/dist/_patterns/02-organisms/00-navigation/00-navbar.md similarity index 100% rename from dist/_patterns/02-organisms/04-navigation/00-navbar.md rename to dist/_patterns/02-organisms/00-navigation/00-navbar.md diff --git a/dist/_patterns/02-organisms/04-navigation/00-navbar.mustache b/dist/_patterns/02-organisms/00-navigation/00-navbar.mustache similarity index 52% rename from dist/_patterns/02-organisms/04-navigation/00-navbar.mustache rename to dist/_patterns/02-organisms/00-navigation/00-navbar.mustache index 487d49b..d976f0e 100644 --- a/dist/_patterns/02-organisms/04-navigation/00-navbar.mustache +++ b/dist/_patterns/02-organisms/00-navigation/00-navbar.mustache @@ -3,30 +3,21 @@ - \ No newline at end of file diff --git a/dist/_patterns/02-organisms/04-navigation/01-navbar-variants.md b/dist/_patterns/02-organisms/00-navigation/01-navbar-variants.md similarity index 100% rename from dist/_patterns/02-organisms/04-navigation/01-navbar-variants.md rename to dist/_patterns/02-organisms/00-navigation/01-navbar-variants.md diff --git a/dist/_patterns/02-organisms/04-navigation/01-navbar-variants.mustache b/dist/_patterns/02-organisms/00-navigation/01-navbar-variants.mustache similarity index 100% rename from dist/_patterns/02-organisms/04-navigation/01-navbar-variants.mustache rename to dist/_patterns/02-organisms/00-navigation/01-navbar-variants.mustache diff --git a/dist/_patterns/02-organisms/05-forms/00-input-groups-dropdown.md b/dist/_patterns/02-organisms/01-forms/00-input-groups-dropdown.md similarity index 100% rename from dist/_patterns/02-organisms/05-forms/00-input-groups-dropdown.md rename to dist/_patterns/02-organisms/01-forms/00-input-groups-dropdown.md diff --git a/dist/_patterns/02-organisms/05-forms/00-input-groups-dropdown.mustache b/dist/_patterns/02-organisms/01-forms/00-input-groups-dropdown.mustache similarity index 62% rename from dist/_patterns/02-organisms/05-forms/00-input-groups-dropdown.mustache rename to dist/_patterns/02-organisms/01-forms/00-input-groups-dropdown.mustache index 62debdb..d9da8cb 100755 --- a/dist/_patterns/02-organisms/05-forms/00-input-groups-dropdown.mustache +++ b/dist/_patterns/02-organisms/01-forms/00-input-groups-dropdown.mustache @@ -2,5 +2,5 @@
{{> molecules-button-dropdown}}
- + {{> atoms-input }}
diff --git a/dist/_patterns/02-organisms/05-forms/01-input-groups-segmented.md b/dist/_patterns/02-organisms/01-forms/01-input-groups-segmented.md similarity index 100% rename from dist/_patterns/02-organisms/05-forms/01-input-groups-segmented.md rename to dist/_patterns/02-organisms/01-forms/01-input-groups-segmented.md diff --git a/dist/_patterns/02-organisms/01-forms/01-input-groups-segmented.mustache b/dist/_patterns/02-organisms/01-forms/01-input-groups-segmented.mustache new file mode 100755 index 0000000..c6650fe --- /dev/null +++ b/dist/_patterns/02-organisms/01-forms/01-input-groups-segmented.mustache @@ -0,0 +1,16 @@ +
+ {{> atoms-input }} +
+ {{> atoms-button }} + + +
+
+ diff --git a/dist/_patterns/02-organisms/02-media/00-media-object.md b/dist/_patterns/02-organisms/02-media/00-media-object.md new file mode 100644 index 0000000..e9fc983 --- /dev/null +++ b/dist/_patterns/02-organisms/02-media/00-media-object.md @@ -0,0 +1,3 @@ +--- +title: Media Object +--- diff --git a/dist/_patterns/02-organisms/02-media/00-media-object.mustache b/dist/_patterns/02-organisms/02-media/00-media-object.mustache new file mode 100755 index 0000000..84648d2 --- /dev/null +++ b/dist/_patterns/02-organisms/02-media/00-media-object.mustache @@ -0,0 +1,24 @@ +
+ {{# mediaLeft }} +
+ + {{ alt }} + +
+ {{/ mediaLeft }} +
+

{{ heading }}

+ {{ text }} + {{# nestedMedia }} + {{> molecules-media }} + {{/ nestedMedia }} +
+ {{# mediaRight }} +
+ + {{ alt }} + +
+ {{/ mediaRight }} +
+ diff --git a/dist/_patterns/02-organisms/06-media/00-media-list.md b/dist/_patterns/02-organisms/02-media/01-media-list.md similarity index 100% rename from dist/_patterns/02-organisms/06-media/00-media-list.md rename to dist/_patterns/02-organisms/02-media/01-media-list.md diff --git a/dist/_patterns/02-organisms/02-media/01-media-list.mustache b/dist/_patterns/02-organisms/02-media/01-media-list.mustache new file mode 100755 index 0000000..95c7a70 --- /dev/null +++ b/dist/_patterns/02-organisms/02-media/01-media-list.mustache @@ -0,0 +1,8 @@ + + diff --git a/dist/_patterns/02-organisms/05-forms/01-input-groups-segmented.mustache b/dist/_patterns/02-organisms/05-forms/01-input-groups-segmented.mustache deleted file mode 100755 index ba92b96..0000000 --- a/dist/_patterns/02-organisms/05-forms/01-input-groups-segmented.mustache +++ /dev/null @@ -1,18 +0,0 @@ -
- {{> atoms-input }} -
- - - -
-
- diff --git a/dist/_patterns/02-organisms/06-media/00-media-list.mustache b/dist/_patterns/02-organisms/06-media/00-media-list.mustache deleted file mode 100755 index 3e20b6c..0000000 --- a/dist/_patterns/02-organisms/06-media/00-media-list.mustache +++ /dev/null @@ -1,39 +0,0 @@ - -