react-motion-gallery 2.0.73 → 2.0.74

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.
Files changed (1) hide show
  1. package/package.json +26 -3
package/package.json CHANGED
@@ -1,9 +1,32 @@
1
1
  {
2
2
  "name": "react-motion-gallery",
3
- "version": "2.0.73",
4
- "description": "Composable React media gallery primitives for sliders, grids, masonry, fullscreen, video, zoom/pan, and stable skeleton loading",
3
+ "version": "2.0.74",
4
+ "description": "React gallery primitives for sliders, carousels, grid, masonry, fullscreen lightbox, entries, video, zoom/pan/pinch, skeleton loading and reveal animations",
5
+ "keywords": [
6
+ "react",
7
+ "gallery",
8
+ "image gallery",
9
+ "photo gallery",
10
+ "carousel",
11
+ "slider",
12
+ "react slider",
13
+ "react carousel",
14
+ "masonry",
15
+ "grid",
16
+ "lightbox",
17
+ "fullscreen",
18
+ "zoom",
19
+ "pan",
20
+ "pinch",
21
+ "ssr",
22
+ "skeleton",
23
+ "lazy load",
24
+ "transitions",
25
+ "animations",
26
+ "video"
27
+ ],
5
28
  "license": "PolyForm-Noncommercial-1.0.0",
6
- "author": "React Motion Gallery",
29
+ "author": "David Medero",
7
30
  "homepage": "https://react-motion-gallery.com",
8
31
  "repository": {
9
32
  "type": "git",