diff --git a/dist/shoelace.css b/dist/shoelace.css index b6d00eafc..5f214e466 100644 --- a/dist/shoelace.css +++ b/dist/shoelace.css @@ -1,5 +1,5 @@ /*! - Shoelace.css 1.0.0-beta18 + Shoelace.css 1.0.0-beta19 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/dist/shoelace.js b/dist/shoelace.js index 65bc7a26b..a4b00a648 100644 --- a/dist/shoelace.js +++ b/dist/shoelace.js @@ -1,12 +1,12 @@ /*! - Shoelace.css dropdowns 1.0.0-beta18 + Shoelace.css dropdowns 1.0.0-beta19 (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-beta18 + Shoelace.css tabs 1.0.0-beta19 (c) A Beautiful Site, LLC Released under the MIT license diff --git a/docs/alerts.html b/docs/alerts.html index 6b0e985f6..45e50816c 100644 --- a/docs/alerts.html +++ b/docs/alerts.html @@ -87,7 +87,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/attribution.html b/docs/attribution.html index ef11f8ccd..beb432705 100644 --- a/docs/attribution.html +++ b/docs/attribution.html @@ -72,7 +72,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/badges.html b/docs/badges.html index 8eae21845..d67f4a4a4 100644 --- a/docs/badges.html +++ b/docs/badges.html @@ -116,7 +116,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/browser-support.html b/docs/browser-support.html index f9b59038d..877023ad6 100644 --- a/docs/browser-support.html +++ b/docs/browser-support.html @@ -77,7 +77,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/buttons.html b/docs/buttons.html index 72e2087da..15ce00776 100644 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -185,7 +185,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/content.html b/docs/content.html index 64e1cd61c..112aac2b1 100644 --- a/docs/content.html +++ b/docs/content.html @@ -200,7 +200,7 @@ PRINT "SHOELACE IS AWESOME"
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/customizing.html b/docs/customizing.html index 63136eccd..a350397d4 100644 --- a/docs/customizing.html +++ b/docs/customizing.html @@ -115,7 +115,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/dropdowns.html b/docs/dropdowns.html index 9019cdd91..1f02f2b7a 100644 --- a/docs/dropdowns.html +++ b/docs/dropdowns.html @@ -187,7 +187,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/forms.html b/docs/forms.html index 4ab687090..518f5083d 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -420,7 +420,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/grid-system.html b/docs/grid-system.html index cac598bfe..9c6783daf 100644 --- a/docs/grid-system.html +++ b/docs/grid-system.html @@ -307,7 +307,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/icons.html b/docs/icons.html index 2e2b9881c..42f1af437 100644 --- a/docs/icons.html +++ b/docs/icons.html @@ -94,7 +94,7 @@
- 1.0.0-beta18 + 1.0.0-beta19
diff --git a/docs/installing.html b/docs/installing.html index 27e639522..93f896c8d 100644 --- a/docs/installing.html +++ b/docs/installing.html @@ -57,10 +57,10 @@
Note: To make certain components interactive (e.g. dropdowns and tabs), you’ll need to load jQuery or Zepto before shoelace.js.
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 <head>:
<link rel="stylesheet" href="https://cdn.shoelace.style/1.0.0-beta18/shoelace.css">
+<link rel="stylesheet" href="https://cdn.shoelace.style/1.0.0-beta19/shoelace.css">
And this before </body> but after jQuery/Zepto:
-<script src="https://cdn.shoelace.style/1.0.0-beta18/shoelace.js"></script>
+<script src="https://cdn.shoelace.style/1.0.0-beta19/shoelace.js"></script>
This service is provided free, courtesy of KeyCDN.
Building From Source
@@ -81,7 +81,7 @@
- 1.0.0-beta18
+ 1.0.0-beta19
diff --git a/docs/loaders.html b/docs/loaders.html
index 73b1520f7..e9ebb0867 100644
--- a/docs/loaders.html
+++ b/docs/loaders.html
@@ -130,7 +130,7 @@
- 1.0.0-beta18
+ 1.0.0-beta19
diff --git a/docs/progress-bars.html b/docs/progress-bars.html
index 8fad3a368..808f1bb03 100644
--- a/docs/progress-bars.html
+++ b/docs/progress-bars.html
@@ -172,7 +172,7 @@
- 1.0.0-beta18
+ 1.0.0-beta19
diff --git a/docs/switches.html b/docs/switches.html
index 07aec2abf..30b695168 100644
--- a/docs/switches.html
+++ b/docs/switches.html
@@ -198,7 +198,7 @@
- 1.0.0-beta18
+ 1.0.0-beta19
diff --git a/docs/tables.html b/docs/tables.html
index 1f5a48401..6a556db1d 100644
--- a/docs/tables.html
+++ b/docs/tables.html
@@ -141,7 +141,7 @@
- 1.0.0-beta18
+ 1.0.0-beta19
diff --git a/docs/tabs.html b/docs/tabs.html
index 2e6217217..7a0be5bf0 100644
--- a/docs/tabs.html
+++ b/docs/tabs.html
@@ -199,7 +199,7 @@
- 1.0.0-beta18
+ 1.0.0-beta19
diff --git a/docs/utilities.html b/docs/utilities.html
index d1e2107b1..932d85a68 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -265,7 +265,7 @@ mar-[t|r|b|l|x|y]-[0|xs|sm|md|lg|xl]
- 1.0.0-beta18
+ 1.0.0-beta19
diff --git a/package-lock.json b/package-lock.json
index bd8d4c264..4f17c6ceb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "shoelace-css",
- "version": "1.0.0-beta18",
+ "version": "1.0.0-beta19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -6182,9 +6182,9 @@
"dev": true
},
"uglify-js": {
- "version": "3.0.27",
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.0.27.tgz",
- "integrity": "sha512-HD8CmxPXUI62v5tweiulMcP/apAtx1DXGcNZkhKQZyC+MTrTsoCBb8yPAwVrbvpgw3EpRU76bRe6axjIiCYcQg==",
+ "version": "3.0.28",
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.0.28.tgz",
+ "integrity": "sha512-0h/qGay016GG2lVav3Kz174F3T2Vjlz2v6HCt+WDQpoXfco0hWwF5gHK9yh88mUYvIC+N7Z8NT8WpjSp1yoqGA==",
"dev": true,
"requires": {
"commander": "2.11.0",
diff --git a/package.json b/package.json
index 2f866b05b..751156475 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "shoelace-css",
"description": "A back to the basics CSS starter kit.",
- "version": "1.0.0-beta18",
+ "version": "1.0.0-beta19",
"author": "Cory LaViska",
"homepage": "https://shoelace.style/",
"license": "MIT",
@@ -27,7 +27,7 @@
"postcss-import": "^10.0.0",
"s3": "^4.4.0",
"stylelint-config-standard": "^17.0.0",
- "uglify-js": "^3.0.27",
+ "uglify-js": "^3.0.28",
"watch": "^1.0.2"
},
"dependencies": {}