vistaview 2.0.7 → 2.0.8
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.
- package/main/dist/style.css.d.ts +1 -1
- package/main/dist/styles/autumn-amber.css.d.ts +1 -1
- package/main/dist/styles/cotton-candy.css.d.ts +1 -1
- package/main/dist/styles/dark-rounded.css.d.ts +1 -1
- package/main/dist/styles/ember-glow.css.d.ts +1 -1
- package/main/dist/styles/forest-moss.css.d.ts +1 -1
- package/main/dist/styles/green-lake.css.d.ts +1 -1
- package/main/dist/styles/ice-crystal.css.d.ts +1 -1
- package/main/dist/styles/lavender-fields.css.d.ts +1 -1
- package/main/dist/styles/midnight-gold.css.d.ts +1 -1
- package/main/dist/styles/midnight-ocean.css.d.ts +1 -1
- package/main/dist/styles/mint-chocolate.css.d.ts +1 -1
- package/main/dist/styles/neon-nights.css.d.ts +1 -1
- package/main/dist/styles/paper-light.css.d.ts +1 -1
- package/main/dist/styles/retro-arcade.css.d.ts +1 -1
- package/main/dist/styles/soft-neutral.css.d.ts +1 -1
- package/main/dist/styles/stark-minimal.css.d.ts +1 -1
- package/main/dist/styles/strawberry.css.d.ts +1 -1
- package/package.json +17 -5
package/main/dist/style.css.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vistaview",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "A lightweight, zero-dependency image lightbox library with smooth animations and touch support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"image",
|
|
@@ -34,9 +34,18 @@
|
|
|
34
34
|
"import": "./main/dist/vistaview.js",
|
|
35
35
|
"require": "./main/dist/vistaview.umd.js"
|
|
36
36
|
},
|
|
37
|
-
"./style.css":
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
"./style.css": {
|
|
38
|
+
"types": "./main/dist/style.css.d.ts",
|
|
39
|
+
"default": "./main/dist/style.css"
|
|
40
|
+
},
|
|
41
|
+
"./styles/*.css": {
|
|
42
|
+
"types": "./main/dist/styles/*.css.d.ts",
|
|
43
|
+
"default": "./main/dist/styles/*.css"
|
|
44
|
+
},
|
|
45
|
+
"./styles/extensions/image-story.css": {
|
|
46
|
+
"types": "./extensions/image-story/dist/style.css.d.ts",
|
|
47
|
+
"default": "./extensions/image-story/dist/style.css"
|
|
48
|
+
},
|
|
40
49
|
"./react": {
|
|
41
50
|
"types": "./frameworks/react/dist/main.d.ts",
|
|
42
51
|
"import": "./frameworks/react/dist/main.es.js"
|
|
@@ -80,7 +89,10 @@
|
|
|
80
89
|
"import": "./extensions/google-maps/dist/main.js",
|
|
81
90
|
"require": "./extensions/google-maps/dist/main.umd.cjs"
|
|
82
91
|
},
|
|
83
|
-
"./extensions/image-story/style.css":
|
|
92
|
+
"./extensions/image-story/style.css": {
|
|
93
|
+
"types": "./extensions/image-story/dist/style.css.d.ts",
|
|
94
|
+
"default": "./extensions/image-story/dist/style.css"
|
|
95
|
+
},
|
|
84
96
|
"./extensions/image-story": {
|
|
85
97
|
"types": "./extensions/image-story/dist/main.d.ts",
|
|
86
98
|
"import": "./extensions/image-story/dist/main.js",
|