From 96d83d20d0410e2a07581c3feebd87b6b29533df Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 13 Aug 2017 17:19:43 -0400 Subject: [PATCH] 1.0.0-beta15 --- 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 c581134a8..9ad065d9c 100644 --- a/dist/shoelace.css +++ b/dist/shoelace.css @@ -1,5 +1,5 @@ /*! - Shoelace.css 1.0.0-beta14 + Shoelace.css 1.0.0-beta15 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/dist/shoelace.js b/dist/shoelace.js index aa7584f5f..248a58617 100644 --- a/dist/shoelace.js +++ b/dist/shoelace.js @@ -1,12 +1,12 @@ /*! - Shoelace.css dropdowns 1.0.0-beta14 + Shoelace.css dropdowns 1.0.0-beta15 (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-beta14 + Shoelace.css tabs 1.0.0-beta15 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/docs/alerts.html b/docs/alerts.html index 7e54f292d..a4560c31f 100644 --- a/docs/alerts.html +++ b/docs/alerts.html @@ -81,7 +81,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/attribution.html b/docs/attribution.html index 383279e3a..e622718d3 100644 --- a/docs/attribution.html +++ b/docs/attribution.html @@ -66,7 +66,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/badges.html b/docs/badges.html index 87bbd9537..4145d18cb 100644 --- a/docs/badges.html +++ b/docs/badges.html @@ -110,7 +110,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/browser-support.html b/docs/browser-support.html index 74bb10caf..83ac1827c 100644 --- a/docs/browser-support.html +++ b/docs/browser-support.html @@ -66,7 +66,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/buttons.html b/docs/buttons.html index ebc806a68..6dc00a03a 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -149,7 +149,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/content.html b/docs/content.html index 9e5c58958..c11c0d367 100644 --- a/docs/content.html +++ b/docs/content.html @@ -194,7 +194,7 @@ PRINT "SHOELACE IS AWESOME" Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/customizing.html b/docs/customizing.html index 68133062c..a42d1ec74 100644 --- a/docs/customizing.html +++ b/docs/customizing.html @@ -104,7 +104,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/dropdowns.html b/docs/dropdowns.html index 9a20367ce..e2d228d52 100644 --- a/docs/dropdowns.html +++ b/docs/dropdowns.html @@ -181,7 +181,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/forms.html b/docs/forms.html index cbaff0d95..e8728312b 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -352,7 +352,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/grid-system.html b/docs/grid-system.html index c820f6ec5..6dea6afc2 100644 --- a/docs/grid-system.html +++ b/docs/grid-system.html @@ -84,7 +84,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/icons.html b/docs/icons.html index 72aa5650c..a804456b6 100644 --- a/docs/icons.html +++ b/docs/icons.html @@ -88,7 +88,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/installing.html b/docs/installing.html index e36f51c93..3cb0fa6a3 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-beta14/shoelace.css">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta15/shoelace.css">
 

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

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

diff --git a/docs/loaders.html b/docs/loaders.html index 9e0e0025c..e1d5121b8 100644 --- a/docs/loaders.html +++ b/docs/loaders.html @@ -97,7 +97,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/progress-bars.html b/docs/progress-bars.html index f4b1624b0..54011db32 100644 --- a/docs/progress-bars.html +++ b/docs/progress-bars.html @@ -158,7 +158,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/switches.html b/docs/switches.html index 9b78f4db2..97b3af974 100644 --- a/docs/switches.html +++ b/docs/switches.html @@ -152,7 +152,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/tables.html b/docs/tables.html index 98eb8913c..43d751cad 100644 --- a/docs/tables.html +++ b/docs/tables.html @@ -135,7 +135,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/tabs.html b/docs/tabs.html index e20eb03f4..df7642c63 100644 --- a/docs/tabs.html +++ b/docs/tabs.html @@ -185,7 +185,7 @@ Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/docs/utilities.html b/docs/utilities.html index 49aebd294..649dec9dd 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -212,7 +212,7 @@ margin-[top|right|bottom|left|x|y]-[none|small|medium|big] Shoelace logo

- Shoelace.css 1.0.0-beta14 · + Shoelace.css 1.0.0-beta15 · © A Beautiful Site, LLC

diff --git a/package-lock.json b/package-lock.json index 383f18b13..4048b2b38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shoelace-css", - "version": "1.0.0-beta13", + "version": "1.0.0-beta15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 406115054..f05d2675e 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-beta14", + "version": "1.0.0-beta15", "author": "Cory LaViska", "homepage": "https://shoelace.style/", "license": "MIT",