@paroicms/zoom-plugin 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- @charset "UTF-8";.TinyModal{background:transparent;border:none;margin:auto;padding:0;position:fixed;overflow:visible;max-width:100vw;max-height:100vh}.TinyModal::backdrop{background-color:#222b}.TinyModal-body{overflow:scroll}.TinyModal-closeButton{align-items:center;background-color:#bbb;border-radius:50%;cursor:pointer;display:flex;font-size:30px;font-weight:700;height:40px;justify-content:center;line-height:1;position:absolute;right:-30px;top:-30px;width:40px;z-index:2}.TinyModal-closeButton:before{content:"×"}@media (max-width: 400px){.TinyModal-closeButton{right:-18px}}.TinyModalHidden{display:none!important}.PaZoomable{cursor:pointer}.PaZoomable:hover,.PaZoomable:focus{outline:1px solid var(--paInteractiveColor)}.PaZoomContent-img{height:100%;object-fit:contain;width:100%}.PaZoomContent-spinner{animation:spin 1s linear infinite;border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid white;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._paZoomViewer .TinyModal-closeButton{top:5px;right:5px}
1
+ @charset "UTF-8";.TinyModal{background:transparent;border:none;margin:auto;padding:0;position:fixed;overflow:visible;max-width:100vw;max-height:100vh}.TinyModal::backdrop{background-color:#222b}.TinyModal-body{overflow:scroll}.TinyModal-closeButton{align-items:center;background-color:#bbb;border-radius:50%;cursor:pointer;display:flex;font-size:30px;font-weight:700;height:40px;justify-content:center;line-height:1;position:absolute;right:-30px;top:-30px;width:40px;z-index:2}.TinyModal-closeButton:before{content:"×"}@media(max-width:400px){.TinyModal-closeButton{right:-18px}}.TinyModalHidden{display:none!important}.PaZoomable{cursor:pointer}.PaZoomable:hover,.PaZoomable:focus{outline:1px solid var(--paInteractiveColor)}.PaZoomContent-img{height:100%;object-fit:contain;width:100%}.PaZoomContent-spinner{animation:spin 1s linear infinite;border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid white;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._paZoomViewer .TinyModal-closeButton{top:5px;right:5px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/zoom-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Image zoom viewer plugin for ParoiCMS",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -26,19 +26,19 @@
26
26
  "clear": "rimraf backend/dist/* frontend/dist/*"
27
27
  },
28
28
  "dependencies": {
29
- "@paroicms/script-lib": "0.3.2",
30
- "arktype": "~2.1.20"
29
+ "@paroicms/script-lib": "0.3.3",
30
+ "arktype": "~2.1.23"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@paroicms/public-anywhere-lib": "0",
34
34
  "@paroicms/public-server-lib": "0"
35
35
  },
36
36
  "devDependencies": {
37
- "@paroicms/public-anywhere-lib": "0.37.0",
38
- "@paroicms/public-server-lib": "0.47.0",
39
- "@types/node": "~24.0.1",
37
+ "@paroicms/public-anywhere-lib": "0.37.1",
38
+ "@paroicms/public-server-lib": "0.47.1",
39
+ "@types/node": "~24.8.1",
40
40
  "rimraf": "~6.0.1",
41
- "typescript": "~5.9.2"
41
+ "typescript": "~5.9.3"
42
42
  },
43
43
  "files": [
44
44
  "backend/dist",