react-art 19.2.1 → 19.2.3
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.
|
@@ -17257,10 +17257,10 @@
|
|
|
17257
17257
|
(function () {
|
|
17258
17258
|
var internals = {
|
|
17259
17259
|
bundleType: 1,
|
|
17260
|
-
version: "19.2.
|
|
17260
|
+
version: "19.2.3",
|
|
17261
17261
|
rendererPackageName: "react-art",
|
|
17262
17262
|
currentDispatcherRef: ReactSharedInternals,
|
|
17263
|
-
reconcilerVersion: "19.2.
|
|
17263
|
+
reconcilerVersion: "19.2.3"
|
|
17264
17264
|
};
|
|
17265
17265
|
internals.overrideHookState = overrideHookState;
|
|
17266
17266
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -17292,7 +17292,7 @@
|
|
|
17292
17292
|
exports.Shape = Shape;
|
|
17293
17293
|
exports.Surface = Surface;
|
|
17294
17294
|
exports.Text = Text;
|
|
17295
|
-
exports.version = "19.2.
|
|
17295
|
+
exports.version = "19.2.3";
|
|
17296
17296
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
17297
17297
|
"function" ===
|
|
17298
17298
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -9244,10 +9244,10 @@ var slice = Array.prototype.slice,
|
|
|
9244
9244
|
})(React.Component);
|
|
9245
9245
|
var internals$jscomp$inline_1426 = {
|
|
9246
9246
|
bundleType: 0,
|
|
9247
|
-
version: "19.2.
|
|
9247
|
+
version: "19.2.3",
|
|
9248
9248
|
rendererPackageName: "react-art",
|
|
9249
9249
|
currentDispatcherRef: ReactSharedInternals,
|
|
9250
|
-
reconcilerVersion: "19.2.
|
|
9250
|
+
reconcilerVersion: "19.2.3"
|
|
9251
9251
|
};
|
|
9252
9252
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
9253
9253
|
var hook$jscomp$inline_1427 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -9273,4 +9273,4 @@ exports.RadialGradient = RadialGradient;
|
|
|
9273
9273
|
exports.Shape = TYPES.SHAPE;
|
|
9274
9274
|
exports.Surface = Surface;
|
|
9275
9275
|
exports.Text = Text;
|
|
9276
|
-
exports.version = "19.2.
|
|
9276
|
+
exports.version = "19.2.3";
|
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.2.
|
|
4
|
+
"version": "19.2.3",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"scheduler": "^0.27.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": "^19.2.
|
|
30
|
+
"react": "^19.2.3"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
33
|
"LICENSE",
|