@gamelearn/arcade-components 3.27.1 → 3.27.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.
@@ -27949,7 +27949,7 @@ const noop$1 = () => {
27949
27949
  if (T && s)
27950
27950
  if (n === "voice" && (l != null && l.id)) {
27951
27951
  const F = N(l);
27952
- D({ voiceId: F, text: e == null ? void 0 : e.replace("'", "'") });
27952
+ D({ voiceId: F, text: e });
27953
27953
  } else
27954
27954
  (n === "file" || !n) && o ? P(o == null ? void 0 : o.url) : p();
27955
27955
  }, [o, n, N, T, p, D, P, s, e, l]), k;
@@ -40348,8 +40348,10 @@ function requireScheduler_development() {
40348
40348
  }();
40349
40349
  }(scheduler_development)), scheduler_development;
40350
40350
  }
40351
- process.env.NODE_ENV === "production" ? scheduler.exports = requireScheduler_production_min() : scheduler.exports = requireScheduler_development();
40352
- var schedulerExports = scheduler.exports;
40351
+ var hasRequiredScheduler;
40352
+ function requireScheduler() {
40353
+ return hasRequiredScheduler || (hasRequiredScheduler = 1, process.env.NODE_ENV === "production" ? scheduler.exports = requireScheduler_production_min() : scheduler.exports = requireScheduler_development()), scheduler.exports;
40354
+ }
40353
40355
  /**
40354
40356
  * @license React
40355
40357
  * react-reconciler.production.min.js
@@ -40362,7 +40364,7 @@ var schedulerExports = scheduler.exports;
40362
40364
  var reactReconciler_production_min, hasRequiredReactReconciler_production_min;
40363
40365
  function requireReactReconciler_production_min() {
40364
40366
  return hasRequiredReactReconciler_production_min || (hasRequiredReactReconciler_production_min = 1, reactReconciler_production_min = function(e) {
40365
- var n = {}, t = React__default, s = schedulerExports, o = Object.assign;
40367
+ var n = {}, t = React__default, s = requireScheduler(), o = Object.assign;
40366
40368
  function d(x) {
40367
40369
  for (var A = "https://reactjs.org/docs/error-decoder.html?invariant=" + x, j = 1; j < arguments.length; j++)
40368
40370
  A += "&args[]=" + encodeURIComponent(arguments[j]);
@@ -44479,7 +44481,7 @@ var reactReconciler_development = { exports: {} };
44479
44481
  var hasRequiredReactReconciler_development;
44480
44482
  function requireReactReconciler_development() {
44481
44483
  return hasRequiredReactReconciler_development || (hasRequiredReactReconciler_development = 1, process.env.NODE_ENV !== "production" && (reactReconciler_development.exports = function(e) {
44482
- var n = {}, t = React__default, s = schedulerExports, o = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, d = !1;
44484
+ var n = {}, t = React__default, s = requireScheduler(), o = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, d = !1;
44483
44485
  function h(a) {
44484
44486
  d = a;
44485
44487
  }
@@ -53743,6 +53745,7 @@ function updatePicture(l) {
53743
53745
  e && e.batchDraw();
53744
53746
  }
53745
53747
  }
53748
+ var schedulerExports = requireScheduler();
53746
53749
  const NO_CONTEXT = {}, UPDATE_SIGNAL = {};
53747
53750
  Konva.Node.prototype._applyProps = applyNodeProps;
53748
53751
  function appendInitialChild(l, e) {