@thefittingroom/shop-ui 5.0.1 → 5.0.2
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/index.js +17 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19102,10 +19102,10 @@ function keyframes() {
|
|
|
19102
19102
|
};
|
|
19103
19103
|
}
|
|
19104
19104
|
const themeData = {
|
|
19105
|
-
brand_font_family: "
|
|
19105
|
+
brand_font_family: "TN web use only, Times New Roman, serif",
|
|
19106
19106
|
brand_link_text_decoration: "underline",
|
|
19107
|
-
brand_button_background_color: "#
|
|
19108
|
-
brand_button_text_color: "#
|
|
19107
|
+
brand_button_background_color: "#FFA273",
|
|
19108
|
+
brand_button_text_color: "#21201F",
|
|
19109
19109
|
color_danger: "#900B09",
|
|
19110
19110
|
color_fg_text: "#21201F",
|
|
19111
19111
|
color_tfr_800: "#265A64",
|
|
@@ -19136,7 +19136,8 @@ const Button = reactExports.forwardRef(({
|
|
|
19136
19136
|
background: "none",
|
|
19137
19137
|
border: "none",
|
|
19138
19138
|
cursor: "pointer",
|
|
19139
|
-
textAlign: "center"
|
|
19139
|
+
textAlign: "center",
|
|
19140
|
+
fontFamily: theme.font_family
|
|
19140
19141
|
},
|
|
19141
19142
|
primary: {
|
|
19142
19143
|
display: "block",
|
|
@@ -19147,6 +19148,7 @@ const Button = reactExports.forwardRef(({
|
|
|
19147
19148
|
borderRadius: "25px",
|
|
19148
19149
|
padding: "16px 24px",
|
|
19149
19150
|
cursor: "pointer",
|
|
19151
|
+
fontFamily: theme.font_family,
|
|
19150
19152
|
fontSize: "16px",
|
|
19151
19153
|
fontWeight: "bold",
|
|
19152
19154
|
textAlign: "center"
|
|
@@ -19160,9 +19162,12 @@ const Button = reactExports.forwardRef(({
|
|
|
19160
19162
|
borderRadius: "25px",
|
|
19161
19163
|
padding: "16px 24px",
|
|
19162
19164
|
cursor: "pointer",
|
|
19163
|
-
|
|
19164
|
-
|
|
19165
|
-
|
|
19165
|
+
fontFamily: theme.font_family,
|
|
19166
|
+
fontSize: "14px",
|
|
19167
|
+
fontWeight: "500",
|
|
19168
|
+
textAlign: "center",
|
|
19169
|
+
textTransform: "uppercase",
|
|
19170
|
+
letterSpacing: "0.75px"
|
|
19166
19171
|
}
|
|
19167
19172
|
}));
|
|
19168
19173
|
return /* @__PURE__ */ jsx$1("button", { ref, css: [variantCss, css2, "", ""], ...props, children });
|
|
@@ -20874,7 +20879,7 @@ function SidecarModalFrame({
|
|
|
20874
20879
|
frameContentBase: {
|
|
20875
20880
|
position: "absolute",
|
|
20876
20881
|
inset: "0 0 auto auto",
|
|
20877
|
-
width: "min(1100px, 100vw)",
|
|
20882
|
+
width: "max(min(1100px, 100vw), 80vw)",
|
|
20878
20883
|
height: "100vh",
|
|
20879
20884
|
margin: 0,
|
|
20880
20885
|
padding: 0,
|
|
@@ -42182,7 +42187,7 @@ function VtoButtonWidget({}) {
|
|
|
42182
42187
|
};
|
|
42183
42188
|
return /* @__PURE__ */ jsxs("button", { type: "button", onClick: openVto, css: css2.button, children: [
|
|
42184
42189
|
/* @__PURE__ */ jsx$1(SvgTfrIcon, { css: css2.icon }),
|
|
42185
|
-
/* @__PURE__ */ jsx$1(TextT, { variant: "
|
|
42190
|
+
/* @__PURE__ */ jsx$1(TextT, { variant: "base", css: css2.text, t: "try_it_on" })
|
|
42186
42191
|
] });
|
|
42187
42192
|
}
|
|
42188
42193
|
var DeviceLayout = /* @__PURE__ */ ((DeviceLayout2) => {
|
|
@@ -42378,9 +42383,9 @@ const SHARED_CONFIG = {
|
|
|
42378
42383
|
appGooglePlayUrl: "https://play.google.com/store/apps/details?id=com.thefittingroom.marketplace"
|
|
42379
42384
|
},
|
|
42380
42385
|
build: {
|
|
42381
|
-
version: `${"5.0.
|
|
42382
|
-
commitHash: `${"
|
|
42383
|
-
date: `${"2026-01-
|
|
42386
|
+
version: `${"5.0.2"}`,
|
|
42387
|
+
commitHash: `${"cc69523"}`,
|
|
42388
|
+
date: `${"2026-01-07T05:13:26.880Z"}`
|
|
42384
42389
|
}
|
|
42385
42390
|
};
|
|
42386
42391
|
const CONFIGS = {
|