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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

diff --git a/docs/installing.html b/docs/installing.html index 318bdfd32..76e265ebd 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-beta11/shoelace.css">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta12/shoelace.css">
 

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

-
<script src="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta11/shoelace.js"></script>
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta12/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-beta11 · + Shoelace.css 1.0.0-beta12 · © A Beautiful Site, LLC

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

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

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

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

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

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

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

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

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

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

diff --git a/docs/utilities.html b/docs/utilities.html index 35d5bb1de..3c7e7a7bd 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-beta11 · + Shoelace.css 1.0.0-beta12 · © A Beautiful Site, LLC

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