@embedreach/components 0.3.21 → 0.3.22
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/chunks/index.js +1962 -2823
- package/dist/chunks/sandbox-loading-screen.js +2 -7
- package/dist/index.umd.js +14 -14
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -21432,11 +21432,7 @@ const createWebPresenceContentFactory = (platformConfig, businessConfig) => {
|
|
|
21432
21432
|
const createSandboxMeasureAndAcquireData = (platformId, businessId) => {
|
|
21433
21433
|
const platformConfigKey = getPlatformConfigKey(platformId);
|
|
21434
21434
|
const platformConfig = {
|
|
21435
|
-
id: platformConfigKey
|
|
21436
|
-
name: platformConfigKey === "goose" ? "ACME Pet Spa" : platformConfigKey === "renterra" ? "Tomers Rentals" : "Default",
|
|
21437
|
-
brandColors: [],
|
|
21438
|
-
locationNames: [],
|
|
21439
|
-
locationAreas: []
|
|
21435
|
+
id: platformConfigKey
|
|
21440
21436
|
};
|
|
21441
21437
|
const businessConfig = getBusinessConfig(platformId);
|
|
21442
21438
|
const businessesMe = createBusinessDataFactory(
|
|
@@ -21703,7 +21699,7 @@ const native = {
|
|
|
21703
21699
|
randomUUID
|
|
21704
21700
|
};
|
|
21705
21701
|
function v4(options, buf, offset) {
|
|
21706
|
-
if (native.randomUUID &&
|
|
21702
|
+
if (native.randomUUID && true && !options) {
|
|
21707
21703
|
return native.randomUUID();
|
|
21708
21704
|
}
|
|
21709
21705
|
options = options || {};
|
|
@@ -23368,7 +23364,6 @@ const reputationHandlers = [
|
|
|
23368
23364
|
const includeComparison = url.searchParams.get("include_comparison") === "true";
|
|
23369
23365
|
const platformData = getSandboxDataForPlatform(currentSandboxPlatformId);
|
|
23370
23366
|
const queryParams = {
|
|
23371
|
-
platform: "google_business_profile",
|
|
23372
23367
|
start_date: startDate || void 0,
|
|
23373
23368
|
end_date: endDate || void 0,
|
|
23374
23369
|
location_ids: locationIds ? locationIds.split(",").filter(Boolean) : void 0,
|