@markgrafhq/markgraf-react 0.0.31 → 0.0.32
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/dist/markgraf-react.js +2 -2
- package/package.json +1 -1
package/dist/markgraf-react.js
CHANGED
|
@@ -18248,7 +18248,7 @@ const h_ = (t) => (n) => (e) => (r) => {
|
|
|
18248
18248
|
return !1;
|
|
18249
18249
|
f();
|
|
18250
18250
|
})(),
|
|
18251
|
-
halftoneShadows: !
|
|
18251
|
+
halftoneShadows: !1,
|
|
18252
18252
|
watermark: "",
|
|
18253
18253
|
theme: t,
|
|
18254
18254
|
outputAspect: r.width <= 0 || r.height <= 0 ? v : w("Just", r.width / r.height)
|
|
@@ -19115,7 +19115,7 @@ const h_ = (t) => (n) => (e) => (r) => {
|
|
|
19115
19115
|
return !1;
|
|
19116
19116
|
f();
|
|
19117
19117
|
})(),
|
|
19118
|
-
halftoneShadows: !
|
|
19118
|
+
halftoneShadows: !1,
|
|
19119
19119
|
watermark: "",
|
|
19120
19120
|
theme: e,
|
|
19121
19121
|
outputAspect: t
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markgrafhq/markgraf-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"description": "React hook + component for embedding markgraf animations. Drives play/pause/seek and exposes time + keyframe as reactive state.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/markgraf-react.js",
|