react-art 19.3.0-canary-06fcc8f3-20251009 → 19.3.0-canary-ead92181-20251010

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.
@@ -18230,10 +18230,10 @@
18230
18230
  (function () {
18231
18231
  var internals = {
18232
18232
  bundleType: 1,
18233
- version: "19.3.0-canary-06fcc8f3-20251009",
18233
+ version: "19.3.0-canary-ead92181-20251010",
18234
18234
  rendererPackageName: "react-art",
18235
18235
  currentDispatcherRef: ReactSharedInternals,
18236
- reconcilerVersion: "19.3.0-canary-06fcc8f3-20251009"
18236
+ reconcilerVersion: "19.3.0-canary-ead92181-20251010"
18237
18237
  };
18238
18238
  internals.overrideHookState = overrideHookState;
18239
18239
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18265,7 +18265,7 @@
18265
18265
  exports.Shape = Shape;
18266
18266
  exports.Surface = Surface;
18267
18267
  exports.Text = Text;
18268
- exports.version = "19.3.0-canary-06fcc8f3-20251009";
18268
+ exports.version = "19.3.0-canary-ead92181-20251010";
18269
18269
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
18270
18270
  "function" ===
18271
18271
  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_1491 = {
9753
9753
  bundleType: 0,
9754
- version: "19.3.0-canary-06fcc8f3-20251009",
9754
+ version: "19.3.0-canary-ead92181-20251010",
9755
9755
  rendererPackageName: "react-art",
9756
9756
  currentDispatcherRef: ReactSharedInternals,
9757
- reconcilerVersion: "19.3.0-canary-06fcc8f3-20251009"
9757
+ reconcilerVersion: "19.3.0-canary-ead92181-20251010"
9758
9758
  };
9759
9759
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
9760
9760
  var hook$jscomp$inline_1492 = __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-06fcc8f3-20251009";
9783
+ exports.version = "19.3.0-canary-ead92181-20251010";
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-06fcc8f3-20251009",
4
+ "version": "19.3.0-canary-ead92181-20251010",
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-06fcc8f3-20251009"
27
+ "scheduler": "0.28.0-canary-ead92181-20251010"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": "19.3.0-canary-06fcc8f3-20251009"
30
+ "react": "19.3.0-canary-ead92181-20251010"
31
31
  },
32
32
  "files": [
33
33
  "LICENSE",