@marketrix.ai/widget 1.0.0 → 1.0.1
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.
- package/dist/debug.js +7 -7
- package/dist/debug.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -11
package/dist/debug.js
CHANGED
|
@@ -487,7 +487,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
487
487
|
react_production.useTransition = function() {
|
|
488
488
|
return ReactSharedInternals.H.useTransition();
|
|
489
489
|
};
|
|
490
|
-
react_production.version = "19.2.
|
|
490
|
+
react_production.version = "19.2.3";
|
|
491
491
|
return react_production;
|
|
492
492
|
}
|
|
493
493
|
var hasRequiredReact;
|
|
@@ -933,7 +933,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
933
933
|
reactDom_production.useFormStatus = function() {
|
|
934
934
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
935
935
|
};
|
|
936
|
-
reactDom_production.version = "19.2.
|
|
936
|
+
reactDom_production.version = "19.2.3";
|
|
937
937
|
return reactDom_production;
|
|
938
938
|
}
|
|
939
939
|
var hasRequiredReactDom;
|
|
@@ -12386,12 +12386,12 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12386
12386
|
}
|
|
12387
12387
|
};
|
|
12388
12388
|
var isomorphicReactPackageVersion$jscomp$inline_1840 = React2.version;
|
|
12389
|
-
if ("19.2.
|
|
12389
|
+
if ("19.2.3" !== isomorphicReactPackageVersion$jscomp$inline_1840)
|
|
12390
12390
|
throw Error(
|
|
12391
12391
|
formatProdErrorMessage(
|
|
12392
12392
|
527,
|
|
12393
12393
|
isomorphicReactPackageVersion$jscomp$inline_1840,
|
|
12394
|
-
"19.2.
|
|
12394
|
+
"19.2.3"
|
|
12395
12395
|
)
|
|
12396
12396
|
);
|
|
12397
12397
|
ReactDOMSharedInternals.findDOMNode = function(componentOrElement) {
|
|
@@ -12409,10 +12409,10 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12409
12409
|
};
|
|
12410
12410
|
var internals$jscomp$inline_2347 = {
|
|
12411
12411
|
bundleType: 0,
|
|
12412
|
-
version: "19.2.
|
|
12412
|
+
version: "19.2.3",
|
|
12413
12413
|
rendererPackageName: "react-dom",
|
|
12414
12414
|
currentDispatcherRef: ReactSharedInternals,
|
|
12415
|
-
reconcilerVersion: "19.2.
|
|
12415
|
+
reconcilerVersion: "19.2.3"
|
|
12416
12416
|
};
|
|
12417
12417
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
12418
12418
|
var hook$jscomp$inline_2348 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -12479,7 +12479,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12479
12479
|
listenToAllSupportedEvents(container);
|
|
12480
12480
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
12481
12481
|
};
|
|
12482
|
-
reactDomClient_production.version = "19.2.
|
|
12482
|
+
reactDomClient_production.version = "19.2.3";
|
|
12483
12483
|
return reactDomClient_production;
|
|
12484
12484
|
}
|
|
12485
12485
|
var hasRequiredClient;
|