1.0.0-beta23

This commit is contained in:
Cory LaViska
2017-09-21 09:50:51 -04:00
parent 8166cd0ebb
commit 5207331b66
23 changed files with 888 additions and 106 deletions

2
dist/shoelace.css vendored
View File

@@ -1,5 +1,5 @@
/*!
Shoelace.css 1.0.0-beta22
Shoelace.css 1.0.0-beta23
(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-beta22
Shoelace.css dropdowns 1.0.0-beta23
(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=e(t.target).closest(".dropdown").get(0),r=i?e(t.target).closest(".dropdown-trigger").get(0):null,o=(i?e(t.target).closest(".dropdown-menu").get(0):null)?e(t.target).closest("a").get(0):null;if(r){if(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{if(o)return e(o).is(".disabled")?void t.preventDefault():void e(i).removeClass("active").trigger("hide").trigger(e.Event("select",t),o);i||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-beta22
Shoelace.css tabs 1.0.0-beta23
(c) A Beautiful Site, LLC
Released under the MIT license

View File

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

View File

@@ -74,7 +74,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -118,7 +118,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -79,7 +79,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -175,7 +175,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

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

View File

@@ -116,7 +116,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -202,7 +202,7 @@ $(&#39;#my-dropdown&#39;).removeClass(&#39;active&#39;);
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -151,7 +151,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -613,7 +613,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -309,7 +309,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -96,7 +96,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -59,10 +59,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-beta22/shoelace.css&quot;&gt;
<pre><code class="lang-html">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.shoelace.style/1.0.0-beta23/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-beta22/shoelace.js&quot;&gt;&lt;/script&gt;
<pre><code class="lang-html">&lt;script src=&quot;https://cdn.shoelace.style/1.0.0-beta23/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>
@@ -84,7 +84,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -132,7 +132,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -174,7 +174,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -200,7 +200,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -143,7 +143,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

@@ -205,7 +205,7 @@
</a>
<p class="text-small text-secondary">
1.0.0-beta22
1.0.0-beta23
</p>
<p class="mar-y-sm text-center">

View File

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

939
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "shoelace-css",
"description": "A back to the basics CSS starter kit.",
"version": "1.0.0-beta22",
"version": "1.0.0-beta23",
"author": "Cory LaViska",
"homepage": "https://shoelace.style/",
"license": "MIT",
@@ -22,12 +22,13 @@
"metalsmith-in-place": "^3.0.1",
"metalsmith-layouts": "^1.8.1",
"metalsmith-markdown": "^0.2.1",
"postcss": "^6.0.10",
"postcss": "^6.0.11",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^10.0.0",
"s3": "^4.4.0",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0",
"uglify-js": "^3.0.28",
"uglify-js": "^3.1.1",
"watch": "^1.0.2"
},
"dependencies": {}