@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.
Files changed (2) hide show
  1. package/dist/index.js +17 -12
  2. 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: "Assistant, sans-serif",
19105
+ brand_font_family: "TN web use only, Times New Roman, serif",
19106
19106
  brand_link_text_decoration: "underline",
19107
- brand_button_background_color: "#21201F",
19108
- brand_button_text_color: "#FFFFFF",
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
- fontSize: "16px",
19164
- fontWeight: "bold",
19165
- textAlign: "center"
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: "brand", css: css2.text, t: "try_it_on" })
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.1"}`,
42382
- commitHash: `${"9a8d32f"}`,
42383
- date: `${"2026-01-06T23:59:47.263Z"}`
42386
+ version: `${"5.0.2"}`,
42387
+ commitHash: `${"cc69523"}`,
42388
+ date: `${"2026-01-07T05:13:26.880Z"}`
42384
42389
  }
42385
42390
  };
42386
42391
  const CONFIGS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thefittingroom/shop-ui",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "the fitting room UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",