react-art 19.1.0 → 19.1.1
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.
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
prevPrepareStackTrace = error.indexOf("\n");
|
|
1094
1094
|
-1 !== prevPrepareStackTrace &&
|
|
1095
1095
|
(error = error.slice(prevPrepareStackTrace + 1));
|
|
1096
|
-
prevPrepareStackTrace = error.indexOf("
|
|
1096
|
+
prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
|
|
1097
1097
|
-1 !== prevPrepareStackTrace &&
|
|
1098
1098
|
(prevPrepareStackTrace = error.lastIndexOf(
|
|
1099
1099
|
"\n",
|
|
@@ -13992,7 +13992,7 @@
|
|
|
13992
13992
|
}
|
|
13993
13993
|
};
|
|
13994
13994
|
var callComponent = {
|
|
13995
|
-
|
|
13995
|
+
react_stack_bottom_frame: function (Component, props, secondArg) {
|
|
13996
13996
|
var wasRendering = isRendering;
|
|
13997
13997
|
isRendering = !0;
|
|
13998
13998
|
try {
|
|
@@ -14003,9 +14003,9 @@
|
|
|
14003
14003
|
}
|
|
14004
14004
|
},
|
|
14005
14005
|
callComponentInDEV =
|
|
14006
|
-
callComponent
|
|
14006
|
+
callComponent.react_stack_bottom_frame.bind(callComponent),
|
|
14007
14007
|
callRender = {
|
|
14008
|
-
|
|
14008
|
+
react_stack_bottom_frame: function (instance) {
|
|
14009
14009
|
var wasRendering = isRendering;
|
|
14010
14010
|
isRendering = !0;
|
|
14011
14011
|
try {
|
|
@@ -14015,9 +14015,9 @@
|
|
|
14015
14015
|
}
|
|
14016
14016
|
}
|
|
14017
14017
|
},
|
|
14018
|
-
callRenderInDEV = callRender
|
|
14018
|
+
callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
|
|
14019
14019
|
callComponentDidMount = {
|
|
14020
|
-
|
|
14020
|
+
react_stack_bottom_frame: function (finishedWork, instance) {
|
|
14021
14021
|
try {
|
|
14022
14022
|
instance.componentDidMount();
|
|
14023
14023
|
} catch (error) {
|
|
@@ -14025,11 +14025,12 @@
|
|
|
14025
14025
|
}
|
|
14026
14026
|
}
|
|
14027
14027
|
},
|
|
14028
|
-
callComponentDidMountInDEV =
|
|
14029
|
-
|
|
14030
|
-
|
|
14028
|
+
callComponentDidMountInDEV =
|
|
14029
|
+
callComponentDidMount.react_stack_bottom_frame.bind(
|
|
14030
|
+
callComponentDidMount
|
|
14031
|
+
),
|
|
14031
14032
|
callComponentDidUpdate = {
|
|
14032
|
-
|
|
14033
|
+
react_stack_bottom_frame: function (
|
|
14033
14034
|
finishedWork,
|
|
14034
14035
|
instance,
|
|
14035
14036
|
prevProps,
|
|
@@ -14043,22 +14044,24 @@
|
|
|
14043
14044
|
}
|
|
14044
14045
|
}
|
|
14045
14046
|
},
|
|
14046
|
-
callComponentDidUpdateInDEV =
|
|
14047
|
-
|
|
14048
|
-
|
|
14047
|
+
callComponentDidUpdateInDEV =
|
|
14048
|
+
callComponentDidUpdate.react_stack_bottom_frame.bind(
|
|
14049
|
+
callComponentDidUpdate
|
|
14050
|
+
),
|
|
14049
14051
|
callComponentDidCatch = {
|
|
14050
|
-
|
|
14052
|
+
react_stack_bottom_frame: function (instance, errorInfo) {
|
|
14051
14053
|
var stack = errorInfo.stack;
|
|
14052
14054
|
instance.componentDidCatch(errorInfo.value, {
|
|
14053
14055
|
componentStack: null !== stack ? stack : ""
|
|
14054
14056
|
});
|
|
14055
14057
|
}
|
|
14056
14058
|
},
|
|
14057
|
-
callComponentDidCatchInDEV =
|
|
14058
|
-
|
|
14059
|
-
|
|
14059
|
+
callComponentDidCatchInDEV =
|
|
14060
|
+
callComponentDidCatch.react_stack_bottom_frame.bind(
|
|
14061
|
+
callComponentDidCatch
|
|
14062
|
+
),
|
|
14060
14063
|
callComponentWillUnmount = {
|
|
14061
|
-
|
|
14064
|
+
react_stack_bottom_frame: function (
|
|
14062
14065
|
current,
|
|
14063
14066
|
nearestMountedAncestor,
|
|
14064
14067
|
instance
|
|
@@ -14070,11 +14073,12 @@
|
|
|
14070
14073
|
}
|
|
14071
14074
|
}
|
|
14072
14075
|
},
|
|
14073
|
-
callComponentWillUnmountInDEV =
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
+
callComponentWillUnmountInDEV =
|
|
14077
|
+
callComponentWillUnmount.react_stack_bottom_frame.bind(
|
|
14078
|
+
callComponentWillUnmount
|
|
14079
|
+
),
|
|
14076
14080
|
callCreate = {
|
|
14077
|
-
|
|
14081
|
+
react_stack_bottom_frame: function (effect) {
|
|
14078
14082
|
null != effect.resourceKind &&
|
|
14079
14083
|
console.error(
|
|
14080
14084
|
"Expected only SimpleEffects when enableUseEffectCRUDOverload is disabled, got %s",
|
|
@@ -14086,9 +14090,9 @@
|
|
|
14086
14090
|
return (effect.destroy = create);
|
|
14087
14091
|
}
|
|
14088
14092
|
},
|
|
14089
|
-
callCreateInDEV = callCreate
|
|
14093
|
+
callCreateInDEV = callCreate.react_stack_bottom_frame.bind(callCreate),
|
|
14090
14094
|
callDestroy = {
|
|
14091
|
-
|
|
14095
|
+
react_stack_bottom_frame: function (
|
|
14092
14096
|
current,
|
|
14093
14097
|
nearestMountedAncestor,
|
|
14094
14098
|
destroy
|
|
@@ -14100,16 +14104,15 @@
|
|
|
14100
14104
|
}
|
|
14101
14105
|
}
|
|
14102
14106
|
},
|
|
14103
|
-
callDestroyInDEV =
|
|
14104
|
-
callDestroy["react-stack-bottom-frame"].bind(callDestroy),
|
|
14107
|
+
callDestroyInDEV = callDestroy.react_stack_bottom_frame.bind(callDestroy),
|
|
14105
14108
|
callLazyInit = {
|
|
14106
|
-
|
|
14109
|
+
react_stack_bottom_frame: function (lazy) {
|
|
14107
14110
|
var init = lazy._init;
|
|
14108
14111
|
return init(lazy._payload);
|
|
14109
14112
|
}
|
|
14110
14113
|
},
|
|
14111
14114
|
callLazyInitInDEV =
|
|
14112
|
-
callLazyInit
|
|
14115
|
+
callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
|
|
14113
14116
|
thenableState = null,
|
|
14114
14117
|
thenableIndexCounter = 0,
|
|
14115
14118
|
currentDebugInfo = null,
|
|
@@ -14602,10 +14605,10 @@
|
|
|
14602
14605
|
(function () {
|
|
14603
14606
|
var internals = {
|
|
14604
14607
|
bundleType: 1,
|
|
14605
|
-
version: "19.1.
|
|
14608
|
+
version: "19.1.1",
|
|
14606
14609
|
rendererPackageName: "react-art",
|
|
14607
14610
|
currentDispatcherRef: ReactSharedInternals,
|
|
14608
|
-
reconcilerVersion: "19.1.
|
|
14611
|
+
reconcilerVersion: "19.1.1"
|
|
14609
14612
|
};
|
|
14610
14613
|
internals.overrideHookState = overrideHookState;
|
|
14611
14614
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -14638,7 +14641,7 @@
|
|
|
14638
14641
|
exports.Shape = Shape;
|
|
14639
14642
|
exports.Surface = Surface;
|
|
14640
14643
|
exports.Text = Text;
|
|
14641
|
-
exports.version = "19.1.
|
|
14644
|
+
exports.version = "19.1.1";
|
|
14642
14645
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
14643
14646
|
"function" ===
|
|
14644
14647
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -8956,10 +8956,10 @@ var slice = Array.prototype.slice,
|
|
|
8956
8956
|
})(React.Component);
|
|
8957
8957
|
var internals$jscomp$inline_1396 = {
|
|
8958
8958
|
bundleType: 0,
|
|
8959
|
-
version: "19.1.
|
|
8959
|
+
version: "19.1.1",
|
|
8960
8960
|
rendererPackageName: "react-art",
|
|
8961
8961
|
currentDispatcherRef: ReactSharedInternals,
|
|
8962
|
-
reconcilerVersion: "19.1.
|
|
8962
|
+
reconcilerVersion: "19.1.1"
|
|
8963
8963
|
};
|
|
8964
8964
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
8965
8965
|
var hook$jscomp$inline_1397 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -8985,4 +8985,4 @@ exports.RadialGradient = RadialGradient;
|
|
|
8985
8985
|
exports.Shape = TYPES.SHAPE;
|
|
8986
8986
|
exports.Surface = Surface;
|
|
8987
8987
|
exports.Text = Text;
|
|
8988
|
-
exports.version = "19.1.
|
|
8988
|
+
exports.version = "19.1.1";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-art",
|
|
3
3
|
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
|
|
4
|
-
"version": "19.1.
|
|
4
|
+
"version": "19.1.1",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"scheduler": "^0.26.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": "^19.1.
|
|
30
|
+
"react": "^19.1.1"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
33
|
"LICENSE",
|