@markgrafhq/markgraf-react 0.1.26 → 0.1.27
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
|
@@ -3224,11 +3224,11 @@ const cN = function(t) {
|
|
|
3224
3224
|
r = a, o = GN(c), i = _._1.tail;
|
|
3225
3225
|
continue;
|
|
3226
3226
|
}
|
|
3227
|
-
if (_._1.head === "*" && 0 < _._1.tail.length && _._1.tail[0] === "*") {
|
|
3227
|
+
if (!c.code && _._1.head === "*" && 0 < _._1.tail.length && _._1.tail[0] === "*") {
|
|
3228
3228
|
r = a, o = FN(c), i = Ft(1, _._1.tail.length, _._1.tail);
|
|
3229
3229
|
continue;
|
|
3230
3230
|
}
|
|
3231
|
-
if (a && _._1.head === "=" && 0 < _._1.tail.length && _._1.tail[0] === "=") {
|
|
3231
|
+
if (a && !c.code && _._1.head === "=" && 0 < _._1.tail.length && _._1.tail[0] === "=") {
|
|
3232
3232
|
r = a, o = IN(c), i = Ft(1, _._1.tail.length, _._1.tail);
|
|
3233
3233
|
continue;
|
|
3234
3234
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markgrafhq/markgraf-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
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",
|