react-art 19.3.0-canary-2bcbf254-20251020 → 19.3.0-canary-71b3a03c-20251021
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.
|
@@ -18261,10 +18261,10 @@
|
|
|
18261
18261
|
(function () {
|
|
18262
18262
|
var internals = {
|
|
18263
18263
|
bundleType: 1,
|
|
18264
|
-
version: "19.3.0-canary-
|
|
18264
|
+
version: "19.3.0-canary-71b3a03c-20251021",
|
|
18265
18265
|
rendererPackageName: "react-art",
|
|
18266
18266
|
currentDispatcherRef: ReactSharedInternals,
|
|
18267
|
-
reconcilerVersion: "19.3.0-canary-
|
|
18267
|
+
reconcilerVersion: "19.3.0-canary-71b3a03c-20251021"
|
|
18268
18268
|
};
|
|
18269
18269
|
internals.overrideHookState = overrideHookState;
|
|
18270
18270
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -18296,7 +18296,7 @@
|
|
|
18296
18296
|
exports.Shape = Shape;
|
|
18297
18297
|
exports.Surface = Surface;
|
|
18298
18298
|
exports.Text = Text;
|
|
18299
|
-
exports.version = "19.3.0-canary-
|
|
18299
|
+
exports.version = "19.3.0-canary-71b3a03c-20251021";
|
|
18300
18300
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
18301
18301
|
"function" ===
|
|
18302
18302
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -9751,10 +9751,10 @@ var slice = Array.prototype.slice,
|
|
|
9751
9751
|
})(React.Component);
|
|
9752
9752
|
var internals$jscomp$inline_1492 = {
|
|
9753
9753
|
bundleType: 0,
|
|
9754
|
-
version: "19.3.0-canary-
|
|
9754
|
+
version: "19.3.0-canary-71b3a03c-20251021",
|
|
9755
9755
|
rendererPackageName: "react-art",
|
|
9756
9756
|
currentDispatcherRef: ReactSharedInternals,
|
|
9757
|
-
reconcilerVersion: "19.3.0-canary-
|
|
9757
|
+
reconcilerVersion: "19.3.0-canary-71b3a03c-20251021"
|
|
9758
9758
|
};
|
|
9759
9759
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
9760
9760
|
var hook$jscomp$inline_1493 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -9780,4 +9780,4 @@ exports.RadialGradient = RadialGradient;
|
|
|
9780
9780
|
exports.Shape = TYPES.SHAPE;
|
|
9781
9781
|
exports.Surface = Surface;
|
|
9782
9782
|
exports.Text = Text;
|
|
9783
|
-
exports.version = "19.3.0-canary-
|
|
9783
|
+
exports.version = "19.3.0-canary-71b3a03c-20251021";
|
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-71b3a03c-20251021",
|
|
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-71b3a03c-20251021"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": "19.3.0-canary-
|
|
30
|
+
"react": "19.3.0-canary-71b3a03c-20251021"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
33
|
"LICENSE",
|