fui-material 2.5.11 → 2.5.13

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.
@@ -33176,7 +33176,7 @@ function requireReactDomServerLegacy_browser_production() {
33176
33176
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
33177
33177
  );
33178
33178
  };
33179
- reactDomServerLegacy_browser_production.version = "19.2.3";
33179
+ reactDomServerLegacy_browser_production.version = "19.2.4";
33180
33180
  return reactDomServerLegacy_browser_production;
33181
33181
  }
33182
33182
  var reactDomServer_browser_production = {};
@@ -38334,12 +38334,12 @@ performance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready
38334
38334
  }
38335
38335
  function ensureCorrectIsomorphicReactVersion() {
38336
38336
  var isomorphicReactPackageVersion = React$1.version;
38337
- if ("19.2.3" !== isomorphicReactPackageVersion)
38337
+ if ("19.2.4" !== isomorphicReactPackageVersion)
38338
38338
  throw Error(
38339
38339
  formatProdErrorMessage(
38340
38340
  527,
38341
38341
  isomorphicReactPackageVersion,
38342
- "19.2.3"
38342
+ "19.2.4"
38343
38343
  )
38344
38344
  );
38345
38345
  }
@@ -38584,7 +38584,7 @@ performance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready
38584
38584
  startWork(request);
38585
38585
  });
38586
38586
  };
38587
- reactDomServer_browser_production.version = "19.2.3";
38587
+ reactDomServer_browser_production.version = "19.2.4";
38588
38588
  return reactDomServer_browser_production;
38589
38589
  }
38590
38590
  var reactDomServerLegacy_browser_development = {};
@@ -45687,7 +45687,7 @@ function requireReactDomServerLegacy_browser_development() {
45687
45687
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
45688
45688
  );
45689
45689
  };
45690
- reactDomServerLegacy_browser_development.version = "19.2.3";
45690
+ reactDomServerLegacy_browser_development.version = "19.2.4";
45691
45691
  })();
45692
45692
  return reactDomServerLegacy_browser_development;
45693
45693
  }
@@ -52020,9 +52020,9 @@ function requireReactDomServer_browser_development() {
52020
52020
  }
52021
52021
  function ensureCorrectIsomorphicReactVersion() {
52022
52022
  var isomorphicReactPackageVersion = React$1.version;
52023
- if ("19.2.3" !== isomorphicReactPackageVersion)
52023
+ if ("19.2.4" !== isomorphicReactPackageVersion)
52024
52024
  throw Error(
52025
- 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.3\nLearn more: https://react.dev/warnings/version-mismatch")
52025
+ 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.4\nLearn more: https://react.dev/warnings/version-mismatch")
52026
52026
  );
52027
52027
  }
52028
52028
  var React$1 = React, ReactDOM = require$$1, REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_SCOPE_TYPE = Symbol.for("react.scope"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"), REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"), REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, isArrayImpl = Array.isArray, jsxPropsParents = /* @__PURE__ */ new WeakMap(), jsxChildrenParents = /* @__PURE__ */ new WeakMap(), CLIENT_REFERENCE_TAG = Symbol.for("react.client.reference"), channel = new MessageChannel(), taskQueue = [];
@@ -53363,7 +53363,7 @@ performance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready
53363
53363
  startWork(request);
53364
53364
  });
53365
53365
  };
53366
- reactDomServer_browser_development.version = "19.2.3";
53366
+ reactDomServer_browser_development.version = "19.2.4";
53367
53367
  })();
53368
53368
  return reactDomServer_browser_development;
53369
53369
  }