@photoroom/ui 0.1.565 → 0.1.566
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/index.mjs +8 -4
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -23452,10 +23452,10 @@ CD();
|
|
|
23452
23452
|
//#region ../shared/lib/ampli/index.ts
|
|
23453
23453
|
var vde = { production: "0cc38251f8841c0d84d11fd20b400b07" }, yde = {
|
|
23454
23454
|
plan: {
|
|
23455
|
-
version: "
|
|
23455
|
+
version: "467",
|
|
23456
23456
|
branch: "main",
|
|
23457
23457
|
source: "web",
|
|
23458
|
-
versionId: "
|
|
23458
|
+
versionId: "fc42b42a-9f78-4f63-b416-ad6577bd346e"
|
|
23459
23459
|
},
|
|
23460
23460
|
ingestionMetadata: {
|
|
23461
23461
|
sourceName: "browser-typescript-ampli",
|
|
@@ -24640,7 +24640,11 @@ var vde = { production: "0cc38251f8841c0d84d11fd20b400b07" }, yde = {
|
|
|
24640
24640
|
this.event_properties = e, this.event_properties = e;
|
|
24641
24641
|
}
|
|
24642
24642
|
}, _j = class {
|
|
24643
|
+
event_properties;
|
|
24643
24644
|
event_type = "More Angles: Generation Completed";
|
|
24645
|
+
constructor(e) {
|
|
24646
|
+
this.event_properties = e, this.event_properties = e;
|
|
24647
|
+
}
|
|
24644
24648
|
}, vj = class {
|
|
24645
24649
|
event_properties;
|
|
24646
24650
|
event_type = "More Angles: Generation Started";
|
|
@@ -26057,8 +26061,8 @@ new class {
|
|
|
26057
26061
|
mobileBrowserTeamLinkButtonTapped(e, t) {
|
|
26058
26062
|
return this.track(new gj(e), t);
|
|
26059
26063
|
}
|
|
26060
|
-
moreAnglesGenerationCompleted(e) {
|
|
26061
|
-
return this.track(new _j(),
|
|
26064
|
+
moreAnglesGenerationCompleted(e, t) {
|
|
26065
|
+
return this.track(new _j(e), t);
|
|
26062
26066
|
}
|
|
26063
26067
|
moreAnglesGenerationStarted(e, t) {
|
|
26064
26068
|
return this.track(new vj(e), t);
|