From c055f7f1ac6ffad709c5530b794fc87591b74838 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 15 Aug 2017 10:36:12 -0400 Subject: [PATCH] 1.0.0-beta16 --- 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 d0849976c..0a6009f63 100644 --- a/dist/shoelace.css +++ b/dist/shoelace.css @@ -1,5 +1,5 @@ /*! - Shoelace.css 1.0.0-beta15 + Shoelace.css 1.0.0-beta16 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/dist/shoelace.js b/dist/shoelace.js index 248a58617..9b7046422 100644 --- a/dist/shoelace.js +++ b/dist/shoelace.js @@ -1,12 +1,12 @@ /*! - Shoelace.css dropdowns 1.0.0-beta15 + Shoelace.css dropdowns 1.0.0-beta16 (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-beta15 + Shoelace.css tabs 1.0.0-beta16 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/docs/alerts.html b/docs/alerts.html index a4560c31f..8ba6f15ee 100644 --- a/docs/alerts.html +++ b/docs/alerts.html @@ -81,7 +81,7 @@ Shoelace logo

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

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

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

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

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

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

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

diff --git a/docs/buttons.html b/docs/buttons.html index 9b4b09040..a73f5254b 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -180,7 +180,7 @@ Shoelace logo

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

diff --git a/docs/progress-bars.html b/docs/progress-bars.html index 29efdb9cf..599c6690b 100644 --- a/docs/progress-bars.html +++ b/docs/progress-bars.html @@ -150,7 +150,7 @@ Shoelace logo

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

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

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

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

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

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

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

diff --git a/docs/utilities.html b/docs/utilities.html index 649dec9dd..b50ae805f 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-beta15 · + Shoelace.css 1.0.0-beta16 · © A Beautiful Site, LLC

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