react-art 19.3.0-canary-257b033f-20251113 → 19.3.0-canary-fb2177c1-20251114
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.
|
@@ -18349,10 +18349,10 @@
|
|
|
18349
18349
|
(function () {
|
|
18350
18350
|
var internals = {
|
|
18351
18351
|
bundleType: 1,
|
|
18352
|
-
version: "19.3.0-canary-
|
|
18352
|
+
version: "19.3.0-canary-fb2177c1-20251114",
|
|
18353
18353
|
rendererPackageName: "react-art",
|
|
18354
18354
|
currentDispatcherRef: ReactSharedInternals,
|
|
18355
|
-
reconcilerVersion: "19.3.0-canary-
|
|
18355
|
+
reconcilerVersion: "19.3.0-canary-fb2177c1-20251114"
|
|
18356
18356
|
};
|
|
18357
18357
|
internals.overrideHookState = overrideHookState;
|
|
18358
18358
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -18384,7 +18384,7 @@
|
|
|
18384
18384
|
exports.Shape = Shape;
|
|
18385
18385
|
exports.Surface = Surface;
|
|
18386
18386
|
exports.Text = Text;
|
|
18387
|
-
exports.version = "19.3.0-canary-
|
|
18387
|
+
exports.version = "19.3.0-canary-fb2177c1-20251114";
|
|
18388
18388
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
18389
18389
|
"function" ===
|
|
18390
18390
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -9855,10 +9855,10 @@ var slice = Array.prototype.slice,
|
|
|
9855
9855
|
})(React.Component);
|
|
9856
9856
|
var internals$jscomp$inline_1470 = {
|
|
9857
9857
|
bundleType: 0,
|
|
9858
|
-
version: "19.3.0-canary-
|
|
9858
|
+
version: "19.3.0-canary-fb2177c1-20251114",
|
|
9859
9859
|
rendererPackageName: "react-art",
|
|
9860
9860
|
currentDispatcherRef: ReactSharedInternals,
|
|
9861
|
-
reconcilerVersion: "19.3.0-canary-
|
|
9861
|
+
reconcilerVersion: "19.3.0-canary-fb2177c1-20251114"
|
|
9862
9862
|
};
|
|
9863
9863
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
9864
9864
|
var hook$jscomp$inline_1471 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -9884,4 +9884,4 @@ exports.RadialGradient = RadialGradient;
|
|
|
9884
9884
|
exports.Shape = TYPES.SHAPE;
|
|
9885
9885
|
exports.Surface = Surface;
|
|
9886
9886
|
exports.Text = Text;
|
|
9887
|
-
exports.version = "19.3.0-canary-
|
|
9887
|
+
exports.version = "19.3.0-canary-fb2177c1-20251114";
|
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-fb2177c1-20251114",
|
|
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-fb2177c1-20251114"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": "19.3.0-canary-
|
|
30
|
+
"react": "19.3.0-canary-fb2177c1-20251114"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
33
|
"LICENSE",
|