Skip to content

Commit 9f3bcbf

Browse files
authored
Merge pull request #150 from SimplePhotoGallery/fix/remove-pointer-events-from-loader
Fix/remove pointer events from loader
2 parents 5959aea + 368a3fc commit 9f3bcbf

6 files changed

Lines changed: 13 additions & 12 deletions

File tree

common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-photo-gallery/common",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Shared utilities and types for Simple Photo Gallery",
55
"license": "MIT",
66
"author": "Vladimir Haltakov, Tomasz Rusin",

common/src/styles/photoswipe/photoswipe.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
margin: -32px 0 0 -32px;
131131
overflow: visible;
132132
--pswp-icon-stroke-width: 1px;
133+
pointer-events: none;
133134
}
134135

135136
.pswp__preloader .pswp__icn {

gallery/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-photo-gallery",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Simple Photo Gallery CLI",
55
"license": "MIT",
66
"author": "Vladimir Haltakov, Tomasz Rusin",
@@ -47,8 +47,8 @@
4747
"prepublish": "yarn build"
4848
},
4949
"dependencies": {
50-
"@simple-photo-gallery/common": "2.1.6",
51-
"@simple-photo-gallery/theme-modern": "2.1.6",
50+
"@simple-photo-gallery/common": "2.1.7",
51+
"@simple-photo-gallery/theme-modern": "2.1.7",
5252
"axios": "^1.12.2",
5353
"blurhash": "^2.0.5",
5454
"commander": "^12.0.0",

gallery/src/modules/create-theme/templates/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"photoswipe": "^5.4.4"
2828
},
2929
"peerDependencies": {
30-
"@simple-photo-gallery/common": "^2.1.6"
30+
"@simple-photo-gallery/common": "^2.1.7"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",

themes/modern/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-photo-gallery/theme-modern",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Modern theme for Simple Photo Gallery",
55
"license": "MIT",
66
"author": "Vladimir Haltakov, Tomasz Rusin",
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@eslint/eslintrc": "^3.3.1",
3838
"@eslint/js": "^9.30.1",
39-
"@simple-photo-gallery/common": "2.1.6",
39+
"@simple-photo-gallery/common": "2.1.7",
4040
"@types/photoswipe": "^4.1.6",
4141
"@typescript-eslint/eslint-plugin": "^8.35.1",
4242
"@typescript-eslint/parser": "^8.35.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ __metadata:
16521652
languageName: node
16531653
linkType: hard
16541654

1655-
"@simple-photo-gallery/common@npm:2.1.6, @simple-photo-gallery/common@workspace:common":
1655+
"@simple-photo-gallery/common@npm:2.1.7, @simple-photo-gallery/common@workspace:common":
16561656
version: 0.0.0-use.local
16571657
resolution: "@simple-photo-gallery/common@workspace:common"
16581658
dependencies:
@@ -1687,13 +1687,13 @@ __metadata:
16871687
languageName: unknown
16881688
linkType: soft
16891689

1690-
"@simple-photo-gallery/theme-modern@npm:2.1.6, @simple-photo-gallery/theme-modern@workspace:themes/modern":
1690+
"@simple-photo-gallery/theme-modern@npm:2.1.7, @simple-photo-gallery/theme-modern@workspace:themes/modern":
16911691
version: 0.0.0-use.local
16921692
resolution: "@simple-photo-gallery/theme-modern@workspace:themes/modern"
16931693
dependencies:
16941694
"@eslint/eslintrc": "npm:^3.3.1"
16951695
"@eslint/js": "npm:^9.30.1"
1696-
"@simple-photo-gallery/common": "npm:2.1.6"
1696+
"@simple-photo-gallery/common": "npm:2.1.7"
16971697
"@types/photoswipe": "npm:^4.1.6"
16981698
"@typescript-eslint/eslint-plugin": "npm:^8.35.1"
16991699
"@typescript-eslint/parser": "npm:^8.35.1"
@@ -8570,8 +8570,8 @@ __metadata:
85708570
dependencies:
85718571
"@eslint/eslintrc": "npm:^3.3.1"
85728572
"@eslint/js": "npm:^9.30.1"
8573-
"@simple-photo-gallery/common": "npm:2.1.6"
8574-
"@simple-photo-gallery/theme-modern": "npm:2.1.6"
8573+
"@simple-photo-gallery/common": "npm:2.1.7"
8574+
"@simple-photo-gallery/theme-modern": "npm:2.1.7"
85758575
"@types/fs-extra": "npm:^11.0.4"
85768576
"@types/jest": "npm:^30.0.0"
85778577
"@types/node": "npm:^24.0.10"

0 commit comments

Comments
 (0)