react-art 19.3.0-canary-09f05694-20251201 → 19.3.0-canary-66ae640b-20251204
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.
|
@@ -18351,10 +18351,10 @@
|
|
|
18351
18351
|
(function () {
|
|
18352
18352
|
var internals = {
|
|
18353
18353
|
bundleType: 1,
|
|
18354
|
-
version: "19.3.0-canary-
|
|
18354
|
+
version: "19.3.0-canary-66ae640b-20251204",
|
|
18355
18355
|
rendererPackageName: "react-art",
|
|
18356
18356
|
currentDispatcherRef: ReactSharedInternals,
|
|
18357
|
-
reconcilerVersion: "19.3.0-canary-
|
|
18357
|
+
reconcilerVersion: "19.3.0-canary-66ae640b-20251204"
|
|
18358
18358
|
};
|
|
18359
18359
|
internals.overrideHookState = overrideHookState;
|
|
18360
18360
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -18386,7 +18386,7 @@
|
|
|
18386
18386
|
exports.Shape = Shape;
|
|
18387
18387
|
exports.Surface = Surface;
|
|
18388
18388
|
exports.Text = Text;
|
|
18389
|
-
exports.version = "19.3.0-canary-
|
|
18389
|
+
exports.version = "19.3.0-canary-66ae640b-20251204";
|
|
18390
18390
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
18391
18391
|
"function" ===
|
|
18392
18392
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -9860,10 +9860,10 @@ var slice = Array.prototype.slice,
|
|
|
9860
9860
|
})(React.Component);
|
|
9861
9861
|
var internals$jscomp$inline_1470 = {
|
|
9862
9862
|
bundleType: 0,
|
|
9863
|
-
version: "19.3.0-canary-
|
|
9863
|
+
version: "19.3.0-canary-66ae640b-20251204",
|
|
9864
9864
|
rendererPackageName: "react-art",
|
|
9865
9865
|
currentDispatcherRef: ReactSharedInternals,
|
|
9866
|
-
reconcilerVersion: "19.3.0-canary-
|
|
9866
|
+
reconcilerVersion: "19.3.0-canary-66ae640b-20251204"
|
|
9867
9867
|
};
|
|
9868
9868
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
9869
9869
|
var hook$jscomp$inline_1471 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -9889,4 +9889,4 @@ exports.RadialGradient = RadialGradient;
|
|
|
9889
9889
|
exports.Shape = TYPES.SHAPE;
|
|
9890
9890
|
exports.Surface = Surface;
|
|
9891
9891
|
exports.Text = Text;
|
|
9892
|
-
exports.version = "19.3.0-canary-
|
|
9892
|
+
exports.version = "19.3.0-canary-66ae640b-20251204";
|
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.3.0-canary-
|
|
4
|
+
"version": "19.3.0-canary-66ae640b-20251204",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"art": "^0.10.1",
|
|
26
26
|
"create-react-class": "^15.6.2",
|
|
27
|
-
"scheduler": "0.28.0-canary-
|
|
27
|
+
"scheduler": "0.28.0-canary-66ae640b-20251204"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": "19.3.0-canary-
|
|
30
|
+
"react": "19.3.0-canary-66ae640b-20251204"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
33
|
"LICENSE",
|