mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
1.0.0-beta18
This commit is contained in:
2
dist/shoelace.css
vendored
2
dist/shoelace.css
vendored
@@ -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
4
dist/shoelace.js
vendored
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -195,7 +195,7 @@ PRINT "SHOELACE IS AWESOME"
|
||||
</a>
|
||||
|
||||
<p class="text-small text-secondary">
|
||||
1.0.0-beta17
|
||||
1.0.0-beta18
|
||||
</p>
|
||||
|
||||
<p class="mar-y-sm text-center">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -53,10 +53,10 @@
|
||||
<p><strong>Note:</strong> To make certain components interactive (e.g. dropdowns and tabs), you’ll 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 isn’t customizable and doesn’t support future CSS features. To load Shoelace via CDN, add this to your <code><head></code>:</p>
|
||||
<pre><code class="lang-html"><link rel="stylesheet" href="https://cdn.shoelace.style/1.0.0-beta17/shoelace.css">
|
||||
<pre><code class="lang-html"><link rel="stylesheet" href="https://cdn.shoelace.style/1.0.0-beta18/shoelace.css">
|
||||
</code></pre>
|
||||
<p>And this before <code></body></code> but after jQuery/Zepto:</p>
|
||||
<pre><code class="lang-html"><script src="https://cdn.shoelace.style/1.0.0-beta17/shoelace.js"></script>
|
||||
<pre><code class="lang-html"><script src="https://cdn.shoelace.style/1.0.0-beta18/shoelace.js"></script>
|
||||
</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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "shoelace-css",
|
||||
"version": "1.0.0-beta17",
|
||||
"version": "1.0.0-beta18",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user