Skip to content

Commit

Permalink
Merge branch 'main' of github.com:johnfmorton/progressive-share-button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfmorton committed Nov 17, 2023
2 parents 80e6adb + f9317c7 commit 199a2ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/progressive-share-button.es.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* name: progressive-share-button
* version: v1.0.0
* version: v1.0.1
* description: A web componet that creates a OS-native share button.
* author: John F. Morton <[email protected]> (https://supergeekery.com)
* repository: https://github.com/johnfmorton/progressive-share-button
Expand All @@ -23,7 +23,7 @@ class ProgressiveShareButtonClass extends HTMLElement {
} else if (size) {
return size;
} else {
return 24 + "px";
return "24px";
}
};
function _isNumeric(value) {
Expand Down
4 changes: 2 additions & 2 deletions dist/progressive-share-button.umd.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* name: progressive-share-button
* version: v1.0.0
* version: v1.0.1
* description: A web componet that creates a OS-native share button.
* author: John F. Morton <[email protected]> (https://supergeekery.com)
* repository: https://github.com/johnfmorton/progressive-share-button
Expand All @@ -27,7 +27,7 @@ var __publicField = (obj, key, value) => {
} else if (size) {
return size;
} else {
return 24 + "px";
return "24px";
}
};
function _isNumeric(value) {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 199a2ab

Please sign in to comment.