1.0.0-beta18

This commit is contained in:
Cory LaViska
2017-08-22 16:58:22 -04:00
parent c5720b78bb
commit 0a3b811102
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-beta17
Shoelace.css 1.0.0-beta18
(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-beta17
Shoelace.css dropdowns 1.0.0-beta18
(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-beta17
Shoelace.css tabs 1.0.0-beta18
(c) A Beautiful Site, LLC
Released under the MIT license

View File

@@ -82,7 +82,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -67,7 +67,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -111,7 +111,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -72,7 +72,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -180,7 +180,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -195,7 +195,7 @@ PRINT &quot;SHOELACE IS AWESOME&quot;
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -108,7 +108,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -182,7 +182,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -418,7 +418,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -86,7 +86,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -89,7 +89,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -53,10 +53,10 @@
<p><strong>Note:</strong> 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> before <code>shoelace.js</code>.</p>
<h3 id="cdn">CDN</h3>
<p>This is the best approach for prototyping, however, this version isnt customizable and doesnt support future CSS features. To load Shoelace via CDN, add this to your <code>&lt;head&gt;</code>:</p>
<pre><code class="lang-html">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.shoelace.style/1.0.0-beta17/shoelace.css&quot;&gt;
<pre><code class="lang-html">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.shoelace.style/1.0.0-beta18/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://cdn.shoelace.style/1.0.0-beta17/shoelace.js&quot;&gt;&lt;/script&gt;
<pre><code class="lang-html">&lt;script src=&quot;https://cdn.shoelace.style/1.0.0-beta18/shoelace.js&quot;&gt;&lt;/script&gt;
</code></pre>
<p>This service is provided free, courtesy of <a href="https://keycdn.com/">KeyCDN</a>.</p>
<h3 id="building-from-source">Building From Source</h3>
@@ -76,7 +76,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -125,7 +125,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -167,7 +167,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -193,7 +193,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -136,7 +136,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -186,7 +186,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

View File

@@ -213,7 +213,7 @@ mar-[t|r|b|l|x|y]-[0|xs|sm|md|lg|xl]
</a>
<p class="text-small text-secondary">
1.0.0-beta17
1.0.0-beta18
</p>
<p class="mar-y-sm text-center">

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "shoelace-css",
"version": "1.0.0-beta17",
"version": "1.0.0-beta18",
"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-beta17",
"version": "1.0.0-beta18",
"author": "Cory LaViska",
"homepage": "https://shoelace.style/",
"license": "MIT",