diff --git a/dist/shoelace.css b/dist/shoelace.css index eea1dec26..d090596b7 100644 --- a/dist/shoelace.css +++ b/dist/shoelace.css @@ -1,5 +1,5 @@ /*! - Shoelace.css 1.0.0-beta12 + Shoelace.css 1.0.0-beta13 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/dist/shoelace.js b/dist/shoelace.js index 749f9ee78..801d25bfd 100644 --- a/dist/shoelace.js +++ b/dist/shoelace.js @@ -1,12 +1,12 @@ /*! - Shoelace.css dropdowns 1.0.0-beta12 + Shoelace.css dropdowns 1.0.0-beta13 (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-beta12 + Shoelace.css tabs 1.0.0-beta13 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/docs/alerts.html b/docs/alerts.html index 528306eca..4d9512d66 100644 --- a/docs/alerts.html +++ b/docs/alerts.html @@ -71,7 +71,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/attribution.html b/docs/attribution.html index b446810fe..6a561da76 100644 --- a/docs/attribution.html +++ b/docs/attribution.html @@ -66,7 +66,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/badges.html b/docs/badges.html index 65c929752..2bb932569 100644 --- a/docs/badges.html +++ b/docs/badges.html @@ -84,7 +84,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/browser-support.html b/docs/browser-support.html index 004bef63c..90947131d 100644 --- a/docs/browser-support.html +++ b/docs/browser-support.html @@ -66,7 +66,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/buttons.html b/docs/buttons.html index 95b0b8a1c..9777a7a5c 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -127,7 +127,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/content.html b/docs/content.html index 6d20b10c2..a3f68ddb0 100644 --- a/docs/content.html +++ b/docs/content.html @@ -192,7 +192,7 @@ PRINT "SHOELACE IS AWESOME" Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/customizing.html b/docs/customizing.html index 60e9fef71..39cfc9f4f 100644 --- a/docs/customizing.html +++ b/docs/customizing.html @@ -77,7 +77,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/dropdowns.html b/docs/dropdowns.html index 73f937422..59dd8f7e7 100644 --- a/docs/dropdowns.html +++ b/docs/dropdowns.html @@ -165,7 +165,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/forms.html b/docs/forms.html index 6e4c46e7e..2b7c09503 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -360,7 +360,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/grid-system.html b/docs/grid-system.html index e5e3b1fa6..1caba6a16 100644 --- a/docs/grid-system.html +++ b/docs/grid-system.html @@ -83,7 +83,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/icons.html b/docs/icons.html index 0d14545d8..8db151bfb 100644 --- a/docs/icons.html +++ b/docs/icons.html @@ -88,7 +88,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/installing.html b/docs/installing.html index 76e265ebd..9e9d6566f 100644 --- a/docs/installing.html +++ b/docs/installing.html @@ -52,10 +52,10 @@

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

CDN

The easiest way to use Shoelace is via CDN. Just add this to your <head>:

-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta12/shoelace.css">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta13/shoelace.css">
 

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

-
<script src="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta12/shoelace.js"></script>
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta13/shoelace.js"></script>
 

This service is provided free, courtesy of CDNJS. New releases can take up to 12 hours to appear on the CDN.

Download

@@ -77,7 +77,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/loaders.html b/docs/loaders.html index c6a141d7c..57dac2392 100644 --- a/docs/loaders.html +++ b/docs/loaders.html @@ -78,7 +78,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/progress-bars.html b/docs/progress-bars.html index f01548eff..7c3c3e8f4 100644 --- a/docs/progress-bars.html +++ b/docs/progress-bars.html @@ -92,7 +92,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/switches.html b/docs/switches.html index 0b10600fa..58dfed9b7 100644 --- a/docs/switches.html +++ b/docs/switches.html @@ -112,7 +112,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/tables.html b/docs/tables.html index 498ce31ba..f3faa60cf 100644 --- a/docs/tables.html +++ b/docs/tables.html @@ -135,7 +135,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/tabs.html b/docs/tabs.html index c1545cd4d..1657e0334 100644 --- a/docs/tabs.html +++ b/docs/tabs.html @@ -185,7 +185,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/docs/utilities.html b/docs/utilities.html index 3c7e7a7bd..b35c64eb0 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -180,7 +180,7 @@ margin-[top|right|bottom|left|x|y]-[none|small|medium|big] Shoelace logo

- Shoelace.css 1.0.0-beta12 · + Shoelace.css 1.0.0-beta13 · © A Beautiful Site, LLC

diff --git a/package-lock.json b/package-lock.json index 2787a0b56..383f18b13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shoelace-css", - "version": "1.0.0-beta12", + "version": "1.0.0-beta13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 445585d5f..96e92f7c0 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-beta12", + "version": "1.0.0-beta13", "author": "Cory LaViska", "homepage": "https://shoelace.style/", "license": "MIT",