From 0a3b8111029310890c24e68b91a495aa42d23db4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 22 Aug 2017 16:58:22 -0400 Subject: [PATCH] 1.0.0-beta18 --- dist/shoelace.css | 2 +- dist/shoelace.js | 4 ++-- docs/alerts.html | 2 +- docs/attribution.html | 2 +- docs/badges.html | 2 +- docs/browser-support.html | 2 +- docs/buttons.html | 2 +- docs/content.html | 2 +- docs/customizing.html | 2 +- docs/dropdowns.html | 2 +- docs/forms.html | 2 +- docs/grid-system.html | 2 +- docs/icons.html | 2 +- docs/installing.html | 6 +++--- docs/loaders.html | 2 +- docs/progress-bars.html | 2 +- docs/switches.html | 2 +- docs/tables.html | 2 +- docs/tabs.html | 2 +- docs/utilities.html | 2 +- package-lock.json | 2 +- package.json | 2 +- 22 files changed, 25 insertions(+), 25 deletions(-) diff --git a/dist/shoelace.css b/dist/shoelace.css index 2b95b1f7a..4afa86d0f 100644 --- a/dist/shoelace.css +++ b/dist/shoelace.css @@ -1,5 +1,5 @@ /*! - Shoelace.css 1.0.0-beta17 + Shoelace.css 1.0.0-beta18 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/dist/shoelace.js b/dist/shoelace.js index acf30165d..65bc7a26b 100644 --- a/dist/shoelace.js +++ b/dist/shoelace.js @@ -1,12 +1,12 @@ /*! - Shoelace.css dropdowns 1.0.0-beta17 + Shoelace.css dropdowns 1.0.0-beta18 (c) A Beautiful Site, LLC Released under the MIT license Source: https://github.com/claviska/shoelace-css */ !function(){"use strict";if("undefined"==typeof jQuery&&"undefined"==typeof Zepto)throw new Error("Shoelace dropdowns require either jQuery or Zepto.");("function"==typeof jQuery?jQuery:Zepto)(function(e){e(document).on("click",function(t){var i,o,r;if(e(t.target).is(".dropdown-trigger")){if(i=e(t.target).closest(".dropdown"),r=t.target,e(".dropdown.active").not(i).removeClass("active").trigger("hide"),e(r).is(".disabled, :disabled"))return;e(i).toggleClass("active").trigger(e(i).is(".active")?"show":"hide")}else e(t.target).closest(".dropdown-menu").length&&(i=e(t.target).closest(".dropdown"),(o=e(t.target).closest("a").get(0))&&!e(o).is(".disabled")&&e(i).trigger("select",o),t.preventDefault()),e(".dropdown.active").removeClass("active").trigger("hide")}).on("keydown",function(t){27===t.keyCode&&e(".dropdown.active").removeClass("active").trigger("hide")})})}(),/*! - Shoelace.css tabs 1.0.0-beta17 + Shoelace.css tabs 1.0.0-beta18 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/docs/alerts.html b/docs/alerts.html index d5873b87c..2ab927618 100644 --- a/docs/alerts.html +++ b/docs/alerts.html @@ -82,7 +82,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/attribution.html b/docs/attribution.html index ae52aaf80..253339abc 100644 --- a/docs/attribution.html +++ b/docs/attribution.html @@ -67,7 +67,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/badges.html b/docs/badges.html index 26c763290..8de989d14 100644 --- a/docs/badges.html +++ b/docs/badges.html @@ -111,7 +111,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/browser-support.html b/docs/browser-support.html index 86ea52fa1..93213415a 100644 --- a/docs/browser-support.html +++ b/docs/browser-support.html @@ -72,7 +72,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/buttons.html b/docs/buttons.html index 98d0ea12e..9d91238c6 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -180,7 +180,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/content.html b/docs/content.html index 4cec5b368..a3ee2886b 100644 --- a/docs/content.html +++ b/docs/content.html @@ -195,7 +195,7 @@ PRINT "SHOELACE IS AWESOME"

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/customizing.html b/docs/customizing.html index 85efb0944..6fdcb8fdf 100644 --- a/docs/customizing.html +++ b/docs/customizing.html @@ -108,7 +108,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/dropdowns.html b/docs/dropdowns.html index bfedaee58..8f052e491 100644 --- a/docs/dropdowns.html +++ b/docs/dropdowns.html @@ -182,7 +182,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/forms.html b/docs/forms.html index fcc5b0e10..5e5c48d54 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -418,7 +418,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/grid-system.html b/docs/grid-system.html index c860cb12e..708ca9e3d 100644 --- a/docs/grid-system.html +++ b/docs/grid-system.html @@ -86,7 +86,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/icons.html b/docs/icons.html index 69360fa24..e559c282f 100644 --- a/docs/icons.html +++ b/docs/icons.html @@ -89,7 +89,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/installing.html b/docs/installing.html index 763ad7af1..9b6af09c1 100644 --- a/docs/installing.html +++ b/docs/installing.html @@ -53,10 +53,10 @@

Note: To make certain components interactive (e.g. dropdowns and tabs), you’ll need to load jQuery or Zepto before shoelace.js.

CDN

This is the best approach for prototyping, however, this version isn’t customizable and doesn’t support future CSS features. To load Shoelace via CDN, add this to your <head>:

-
<link rel="stylesheet" href="https://cdn.shoelace.style/1.0.0-beta17/shoelace.css">
+
<link rel="stylesheet" href="https://cdn.shoelace.style/1.0.0-beta18/shoelace.css">
 

And this before </body> but after jQuery/Zepto:

-
<script src="https://cdn.shoelace.style/1.0.0-beta17/shoelace.js"></script>
+
<script src="https://cdn.shoelace.style/1.0.0-beta18/shoelace.js"></script>
 

This service is provided free, courtesy of KeyCDN.

Building From Source

@@ -76,7 +76,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/loaders.html b/docs/loaders.html index 9a79bb381..14ab5ae67 100644 --- a/docs/loaders.html +++ b/docs/loaders.html @@ -125,7 +125,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/progress-bars.html b/docs/progress-bars.html index c5976666c..2cbb2ad08 100644 --- a/docs/progress-bars.html +++ b/docs/progress-bars.html @@ -167,7 +167,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/switches.html b/docs/switches.html index 3cf77bc0e..33745207d 100644 --- a/docs/switches.html +++ b/docs/switches.html @@ -193,7 +193,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/tables.html b/docs/tables.html index 97d64d751..31960c2d8 100644 --- a/docs/tables.html +++ b/docs/tables.html @@ -136,7 +136,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/tabs.html b/docs/tabs.html index 2e450f263..41fb1a116 100644 --- a/docs/tabs.html +++ b/docs/tabs.html @@ -186,7 +186,7 @@

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/docs/utilities.html b/docs/utilities.html index a1460620c..6e52afd8b 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -213,7 +213,7 @@ mar-[t|r|b|l|x|y]-[0|xs|sm|md|lg|xl]

- 1.0.0-beta17 + 1.0.0-beta18

diff --git a/package-lock.json b/package-lock.json index 59e17f766..bd8d4c264 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shoelace-css", - "version": "1.0.0-beta17", + "version": "1.0.0-beta18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2be2b385e..2f866b05b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shoelace-css", "description": "A back to the basics CSS starter kit.", - "version": "1.0.0-beta17", + "version": "1.0.0-beta18", "author": "Cory LaViska", "homepage": "https://shoelace.style/", "license": "MIT",