diff --git a/dist/shoelace.css b/dist/shoelace.css index eea1dec2..d090596b 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 749f9ee7..801d25bf 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 528306ec..4d9512d6 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 b446810f..6a561da7 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 65c92975..2bb93256 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 004bef63..90947131 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 95b0b8a1..9777a7a5 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 6d20b10c..a3f68ddb 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 60e9fef7..39cfc9f4 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 73f93742..59dd8f7e 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 6e4c46e7..2b7c0950 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 e5e3b1fa..1caba6a1 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 0d14545d..8db151bf 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 76e265eb..9e9d6566 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 c6a141d7..57dac239 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 f01548ef..7c3c3e8f 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 0b10600f..58dfed9b 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 498ce31b..f3faa60c 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 c1545cd4..1657e033 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 3c7e7a7b..b35c64eb 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 2787a0b5..383f18b1 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 445585d5..96e92f7c 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",