Skip to content

Commit

Permalink
v4.2.0 build (js, css)
Browse files Browse the repository at this point in the history
  • Loading branch information
andi34 committed Aug 22, 2020
1 parent 333c373 commit cbe905f
Show file tree
Hide file tree
Showing 13 changed files with 1,875 additions and 2,018 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "dimsemenov/PhotoSwipe",
"description": "JavaScript gallery",
"main": "dist/photoswipe.js",
"version": "4.1.3",
"version": "4.2.0",
"keywords": [
"gallery",
"lightbox",
Expand Down
44 changes: 23 additions & 21 deletions dist/default-skin/default-skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
.pswp__button--share {
background-position: -44px -44px; }

.pswp__button--download {
background-position: -176px 0; }

.pswp__button--fs {
display: none; }

Expand Down Expand Up @@ -140,7 +143,6 @@
.pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }

Expand All @@ -153,7 +155,7 @@
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
z-index: 16777371;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
Expand All @@ -164,9 +166,9 @@
display: none; }

.pswp__share-tooltip {
z-index: 1620;
z-index: 16777391;
position: absolute;
background: #FFF;
background: #fff;
top: 56px;
border-radius: 2px;
display: block;
Expand Down Expand Up @@ -216,28 +218,28 @@ a.pswp__share--facebook:before {
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
border: 6px solid rgba(0, 0, 0, 0);
border-bottom-color: #fff;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }

a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
background: #3e5c9a;
color: #fff; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
background: #55acee;
color: #fff; }

a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
background: #ccc;
color: #ce272d; }

a.pswp__share--download:hover {
background: #DDD; }
background: #ddd; }

/*
Expand All @@ -251,7 +253,7 @@ a.pswp__share--download:hover {
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
color: #fff;
opacity: 0.75;
padding: 0 10px; }

Expand All @@ -268,16 +270,16 @@ a.pswp__share--download:hover {
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
color: #bbb; }

.pswp__caption__center {
text-align: left;
text-align: center;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
color: #ccc; }

.pswp__caption--empty {
display: none; }
Expand Down Expand Up @@ -351,7 +353,7 @@ a.pswp__share--download:hover {
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border: 2px solid #fff;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
Expand Down Expand Up @@ -417,7 +419,7 @@ a.pswp__share--download:hover {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; }
z-index: 16777321; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
Expand Down Expand Up @@ -479,4 +481,4 @@ a.pswp__share--download:hover {
display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
background: none; }
background: none; }
10 changes: 10 additions & 0 deletions dist/default-skin/default-skin.css.map

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

Binary file modified dist/default-skin/default-skin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 36 additions & 1 deletion dist/default-skin/default-skin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cbe905f

Please sign in to comment.