diff --git a/dist/shoelace.css b/dist/shoelace.css index 16cc6af1d..9461e36d9 100644 --- a/dist/shoelace.css +++ b/dist/shoelace.css @@ -1,5 +1,5 @@ /*! - Shoelace.css 1.0.0-beta23 + Shoelace.css 1.0.0-beta24 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/dist/shoelace.js b/dist/shoelace.js index 9cc939ac8..3de0275a2 100644 --- a/dist/shoelace.js +++ b/dist/shoelace.js @@ -1,12 +1,12 @@ /*! - Shoelace.css dropdowns 1.0.0-beta23 + Shoelace.css dropdowns 1.0.0-beta24 (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=e(t.target).closest(".dropdown").get(0),r=i?e(t.target).closest(".dropdown-trigger").get(0):null,o=(i?e(t.target).closest(".dropdown-menu").get(0):null)?e(t.target).closest("a").get(0):null;if(r){if(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{if(o)return e(o).is(".disabled")?void t.preventDefault():void e(i).removeClass("active").trigger("hide").trigger(e.Event("select",t),o);i||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-beta23 + Shoelace.css tabs 1.0.0-beta24 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/docs/alerts.html b/docs/alerts.html index f9ef18ec4..83fbeae0e 100644 --- a/docs/alerts.html +++ b/docs/alerts.html @@ -89,7 +89,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/attribution.html b/docs/attribution.html index e05746280..fa7e1bcef 100644 --- a/docs/attribution.html +++ b/docs/attribution.html @@ -74,7 +74,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/badges.html b/docs/badges.html index a0b0726df..2d4074200 100644 --- a/docs/badges.html +++ b/docs/badges.html @@ -118,7 +118,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/browser-support.html b/docs/browser-support.html index fb685c26b..d27c4498c 100644 --- a/docs/browser-support.html +++ b/docs/browser-support.html @@ -79,7 +79,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/buttons.html b/docs/buttons.html index ed19fde5a..c329fb245 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -175,7 +175,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/content.html b/docs/content.html index 3beb571c8..fc36f04d3 100644 --- a/docs/content.html +++ b/docs/content.html @@ -202,7 +202,7 @@ PRINT "SHOELACE IS AWESOME"

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/customizing.html b/docs/customizing.html index a6e8a1a50..66dccf045 100644 --- a/docs/customizing.html +++ b/docs/customizing.html @@ -116,7 +116,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/dropdowns.html b/docs/dropdowns.html index 9fd423eaf..1ee90f87c 100644 --- a/docs/dropdowns.html +++ b/docs/dropdowns.html @@ -202,7 +202,7 @@ $('#my-dropdown').removeClass('active');

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/file-buttons.html b/docs/file-buttons.html index 6078d8a38..98666584f 100644 --- a/docs/file-buttons.html +++ b/docs/file-buttons.html @@ -151,7 +151,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/forms.html b/docs/forms.html index 588d1de37..016cda8dc 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -644,7 +644,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/grid-system.html b/docs/grid-system.html index e499af3ed..d095ab1e8 100644 --- a/docs/grid-system.html +++ b/docs/grid-system.html @@ -309,7 +309,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/icons.html b/docs/icons.html index c9e98bc21..cb7941735 100644 --- a/docs/icons.html +++ b/docs/icons.html @@ -96,7 +96,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/installing.html b/docs/installing.html index 841ce6bdb..818c46481 100644 --- a/docs/installing.html +++ b/docs/installing.html @@ -59,10 +59,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-beta23/shoelace.css">
+
<link rel="stylesheet" href="https://cdn.shoelace.style/1.0.0-beta24/shoelace.css">
 

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

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

This service is provided free, courtesy of KeyCDN.

Building From Source

@@ -84,7 +84,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/loaders.html b/docs/loaders.html index a31b980f1..447e2b48a 100644 --- a/docs/loaders.html +++ b/docs/loaders.html @@ -132,7 +132,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/progress-bars.html b/docs/progress-bars.html index 803a3716c..57256d430 100644 --- a/docs/progress-bars.html +++ b/docs/progress-bars.html @@ -174,7 +174,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/switches.html b/docs/switches.html index dc4d0f0e1..171de6fa7 100644 --- a/docs/switches.html +++ b/docs/switches.html @@ -200,7 +200,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/tables.html b/docs/tables.html index 0dbaf5aa0..d3786384d 100644 --- a/docs/tables.html +++ b/docs/tables.html @@ -143,7 +143,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/tabs.html b/docs/tabs.html index a82c9cbf3..dee54e3f4 100644 --- a/docs/tabs.html +++ b/docs/tabs.html @@ -205,7 +205,7 @@

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/docs/utilities.html b/docs/utilities.html index c36f4a884..9dd063333 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -271,7 +271,7 @@ mar-[t|r|b|l|x|y]-[0|xs|sm|md|lg|xl]

- 1.0.0-beta23 + 1.0.0-beta24

diff --git a/package.json b/package.json index 2d9426dc0..d3287fef3 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-beta23", + "version": "1.0.0-beta24", "author": "Cory LaViska", "homepage": "https://shoelace.style/", "license": "MIT",