@photoroom/ui 0.1.241 → 0.1.243
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
CHANGED
|
@@ -20694,10 +20694,10 @@ fx();
|
|
|
20694
20694
|
//#region ../shared/lib/ampli/index.ts
|
|
20695
20695
|
var px = { production: "0cc38251f8841c0d84d11fd20b400b07" }, mx = {
|
|
20696
20696
|
plan: {
|
|
20697
|
-
version: "
|
|
20697
|
+
version: "383",
|
|
20698
20698
|
branch: "main",
|
|
20699
20699
|
source: "web",
|
|
20700
|
-
versionId: "
|
|
20700
|
+
versionId: "1a66914c-10da-40d5-8c06-1adec7db4000"
|
|
20701
20701
|
},
|
|
20702
20702
|
ingestionMetadata: {
|
|
20703
20703
|
sourceName: "browser-typescript-ampli",
|
|
@@ -21936,7 +21936,11 @@ var px = { production: "0cc38251f8841c0d84d11fd20b400b07" }, mx = {
|
|
|
21936
21936
|
}, ooe = class {
|
|
21937
21937
|
event_type = "Onboarding: Show";
|
|
21938
21938
|
}, soe = class {
|
|
21939
|
+
event_properties;
|
|
21939
21940
|
event_type = "Onboarding: Skip Button Clicked";
|
|
21941
|
+
constructor(e) {
|
|
21942
|
+
this.event_properties = e, this.event_properties = e;
|
|
21943
|
+
}
|
|
21940
21944
|
}, coe = class {
|
|
21941
21945
|
event_type = "Onboarding: Start Attribution";
|
|
21942
21946
|
}, loe = class {
|
|
@@ -23158,8 +23162,8 @@ new class {
|
|
|
23158
23162
|
onboardingShow(e) {
|
|
23159
23163
|
return this.track(new ooe(), e);
|
|
23160
23164
|
}
|
|
23161
|
-
onboardingSkipButtonClicked(e) {
|
|
23162
|
-
return this.track(new soe(),
|
|
23165
|
+
onboardingSkipButtonClicked(e, t) {
|
|
23166
|
+
return this.track(new soe(e), t);
|
|
23163
23167
|
}
|
|
23164
23168
|
onboardingStartAttribution(e) {
|
|
23165
23169
|
return this.track(new coe(), e);
|
|
@@ -55489,7 +55493,7 @@ var b_e = ({ title: e, background: t = "surface-default", children: r, className
|
|
|
55489
55493
|
className: "component-700 text-content-accent",
|
|
55490
55494
|
children: e
|
|
55491
55495
|
}), /* @__PURE__ */ E("h2", {
|
|
55492
|
-
className: "heading-thin-800 sm:heading-thin-900",
|
|
55496
|
+
className: "heading-thin-800 sm:heading-extra-thin-900",
|
|
55493
55497
|
children: t
|
|
55494
55498
|
})]
|
|
55495
55499
|
}),
|
|
@@ -56874,7 +56878,7 @@ var Mve = Object.assign(R9, {
|
|
|
56874
56878
|
}),
|
|
56875
56879
|
children: i
|
|
56876
56880
|
}), /* @__PURE__ */ D("div", {
|
|
56877
|
-
className: V("flex w-full items-start gap-4", "heading-thin-800 sm:heading-thin-900", {
|
|
56881
|
+
className: V("flex w-full items-start gap-4", "heading-thin-800 sm:heading-extra-thin-900", {
|
|
56878
56882
|
"justify-center": !c,
|
|
56879
56883
|
"justify-between": c
|
|
56880
56884
|
}),
|
|
@@ -57012,7 +57016,7 @@ var Hve = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
57012
57016
|
className: V("relative z-10 mx-auto w-full", "flex flex-col items-center", "text-center"),
|
|
57013
57017
|
children: [
|
|
57014
57018
|
!!e && /* @__PURE__ */ E("h3", {
|
|
57015
|
-
className: V("mb-4 max-w-[900px]", "heading-thin-800 sm:heading-thin-900 lg:heading-thin-1000", "text-balance", {
|
|
57019
|
+
className: V("mb-4 max-w-[900px]", "heading-thin-800 sm:heading-extra-thin-900 lg:heading-extra-thin-1000", "text-balance", {
|
|
57016
57020
|
"text-content-primary": t !== "dark-full",
|
|
57017
57021
|
"text-content-white-primary": t === "dark-full"
|
|
57018
57022
|
}),
|