react-motion-gallery 2.0.74 → 2.0.75
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/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -254,7 +254,7 @@ Skip: generated sidecar
|
|
|
254
254
|
```text
|
|
255
255
|
User goal: "Build a masonry layout where skeleton text matches real responsive copy."
|
|
256
256
|
Workflow: layoutWithBrowserMeasuredTextSkeleton
|
|
257
|
-
Use: stable selectors -> scaffold_skeleton_text -> generate:skeleton-text-module --analysis-output -> import sidecar
|
|
257
|
+
Use: stable selectors -> probe_render_context -> scaffold_skeleton_text with renderReceiptId -> generate:skeleton-text-module --analysis-output -> import sidecar
|
|
258
258
|
```
|
|
259
259
|
|
|
260
260
|
When a connected agent needs context, it should read `rmg://context/agent-brief`, then use targeted resources such as `rmg://guides/layout-selection`, `rmg://guides/loading-fidelity`, `rmg://guides/browser-measured-skeletons`, `rmg://docs`, `rmg://catalog/demos`, and `rmg://examples/{demoId}`.
|
|
@@ -339,7 +339,7 @@ Call `write_gallery_files` after reviewing generated output. Pass `apply: true`
|
|
|
339
339
|
}
|
|
340
340
|
```
|
|
341
341
|
|
|
342
|
-
Call `scaffold_skeleton_text` to
|
|
342
|
+
Call `scaffold_skeleton_text` as a dry run to get the exact `probe_render_context` call. Apply the browser-measurement manifest only after passing the returned `receiptId` as `renderReceiptId`.
|
|
343
343
|
|
|
344
344
|
```json
|
|
345
345
|
{
|
|
@@ -350,6 +350,7 @@ Call `scaffold_skeleton_text` to create a browser-measurement manifest for the s
|
|
|
350
350
|
"moduleExportName": "pricingSkeletonText",
|
|
351
351
|
"barWidthUnit": "px",
|
|
352
352
|
"includeTextMetrics": true,
|
|
353
|
+
"renderReceiptId": "rmg-render-...",
|
|
353
354
|
"targets": [
|
|
354
355
|
{
|
|
355
356
|
"exportName": "pricingCardTitle",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-motion-gallery",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.75",
|
|
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",
|