1.0.0-beta12

This commit is contained in:
Cory LaViska
2017-08-12 12:07:00 -04:00
parent ac18b66d29
commit e0abd4e99a
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-beta11
Shoelace.css 1.0.0-beta12
(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-beta11
Shoelace.css dropdowns 1.0.0-beta12
(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-beta11
Shoelace.css tabs 1.0.0-beta12
(c) A Beautiful Site, LLC
Released under the MIT license

View File

@@ -71,7 +71,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &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-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &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-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &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-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -83,7 +83,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &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-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &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-beta11/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-beta12/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-beta11/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-beta12/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-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

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

View File

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

View File

@@ -112,7 +112,7 @@
<img src="../source/img/wordmark.svg" alt="Shoelace logo">
</a>
<p class="text-small text-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &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-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &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-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &middot;
&copy; A Beautiful Site, LLC
</p>

View File

@@ -180,7 +180,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-muted">
Shoelace.css 1.0.0-beta11 &middot;
Shoelace.css 1.0.0-beta12 &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-beta11",
"version": "1.0.0-beta12",
"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-beta11",
"version": "1.0.0-beta12",
"author": "Cory LaViska",
"homepage": "https://shoelace.style/",
"license": "MIT",