react-motion-gallery 2.0.78 → 2.0.79

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,6 +166,8 @@ Subpaths give bundlers a smaller graph than the root. Less JS to transfer, parse
166
166
 
167
167
  | Entry point | Main surface |
168
168
  | -------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
169
+ | `react-motion-gallery` | Aggregate root for primary components, helpers, and companion public types |
170
+ | `react-motion-gallery/styles.css` | Compiled stylesheet required by gallery primitives and controls |
169
171
  | `react-motion-gallery/media` | `toMediaItems`, `MediaItem`, `MediaInput` |
170
172
  | `react-motion-gallery/media/ready` | `useImageDecodeReady` |
171
173
  | `react-motion-gallery/responsive` | `BREAKPOINT_MAP` and responsive value types |
@@ -242,6 +244,8 @@ Subpaths give bundlers a smaller graph than the root. Less JS to transfer, parse
242
244
  | `react-motion-gallery/zoomPan` | `ZoomPanImage` and zoom/pan types |
243
245
  | `react-motion-gallery/zoomPan/hover` | `zoomPanHover` |
244
246
 
247
+ For a named-export inventory that covers every public subpath, including type-only exports and lower-level helpers, see [`docs/public-api-inventory.md`](./docs/public-api-inventory.md).
248
+
245
249
  Data plugin imports are intentionally split by surface and behavior:
246
250
 
247
251
  | Surface | Pagination | Load more | Infinite scroll | Virtualization |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-motion-gallery",
3
- "version": "2.0.78",
3
+ "version": "2.0.79",
4
4
  "description": "React gallery primitives for sliders, carousels, grid, masonry, fullscreen lightbox, entries, video, zoom/pan/pinch, skeleton loading and reveal animations",
5
5
  "keywords": [
6
6
  "react",