1.0.0-beta15

This commit is contained in:
Cory LaViska
2017-08-13 17:19:43 -04:00
parent ed64f18142
commit 96d83d20d0
22 changed files with 25 additions and 25 deletions

2
dist/shoelace.css vendored
View File

@@ -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

4
dist/shoelace.js vendored
View File

@@ -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

View File

@@ -81,7 +81,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -66,7 +66,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -110,7 +110,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -66,7 +66,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -149,7 +149,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -194,7 +194,7 @@ PRINT &quot;SHOELACE IS AWESOME&quot;
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -104,7 +104,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -181,7 +181,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -352,7 +352,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -84,7 +84,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -88,7 +88,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -52,10 +52,10 @@
<p>To make certain components interactive (e.g. dropdowns and tabs), youll need to load <a href="https://cdnjs.com/libraries/jquery/">jQuery</a> or <a href="https://cdnjs.com/libraries/zepto/">Zepto</a> along with <code>shoelace.js</code>.</p>
<h3 id="cdn">CDN</h3>
<p>The easiest way to use Shoelace is via CDN. Just add this to your <code>&lt;head&gt;</code>:</p>
<pre><code class="lang-html">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta14/shoelace.css&quot;&gt;
<pre><code class="lang-html">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta15/shoelace.css&quot;&gt;
</code></pre>
<p>And this before <code>&lt;/body&gt;</code> but after jQuery/Zepto:</p>
<pre><code class="lang-html">&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta14/shoelace.js&quot;&gt;&lt;/script&gt;
<pre><code class="lang-html">&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta15/shoelace.js&quot;&gt;&lt;/script&gt;
</code></pre>
<p>This service is provided free, courtesy of <a href="https://cdnjs.com/">CDNJS</a>. New releases can take up to 12 hours to appear on the CDN.</p>
<h3 id="download">Download</h3>
@@ -77,7 +77,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -97,7 +97,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -158,7 +158,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -152,7 +152,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -135,7 +135,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -185,7 +185,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -212,7 +212,7 @@ margin-[top|right|bottom|left|x|y]-[none|small|medium|big]
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-secondary">
Shoelace.css 1.0.0-beta14 &middot;
Shoelace.css 1.0.0-beta15 &middot;
&copy; A Beautiful Site, LLC
</p>

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "shoelace-css",
"version": "1.0.0-beta13",
"version": "1.0.0-beta15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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",