@thefittingroom/shop-ui 5.0.7 → 5.0.8
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 +11 -36
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42150,34 +42150,6 @@ function MobileLayout({
|
|
|
42150
42150
|
padding: "0 16px 16px 16px",
|
|
42151
42151
|
backgroundColor: "#FFFFFF",
|
|
42152
42152
|
overflowY: "auto"
|
|
42153
|
-
},
|
|
42154
|
-
sizeSelectorContainer: {},
|
|
42155
|
-
colorSelectorContainer: {
|
|
42156
|
-
marginTop: "16px"
|
|
42157
|
-
},
|
|
42158
|
-
itemFitTextContainer: {
|
|
42159
|
-
marginTop: "8px"
|
|
42160
|
-
},
|
|
42161
|
-
itemFitText: {},
|
|
42162
|
-
itemFitDetailsContainer: {
|
|
42163
|
-
marginTop: "8px",
|
|
42164
|
-
width: "70%"
|
|
42165
|
-
},
|
|
42166
|
-
buttonContainer: {
|
|
42167
|
-
marginTop: "16px",
|
|
42168
|
-
width: "100%"
|
|
42169
|
-
},
|
|
42170
|
-
productNameContainer: {
|
|
42171
|
-
marginTop: "16px"
|
|
42172
|
-
},
|
|
42173
|
-
productNameText: {},
|
|
42174
|
-
priceContainer: {},
|
|
42175
|
-
priceText: {},
|
|
42176
|
-
productDescriptionContainer: {
|
|
42177
|
-
marginTop: "8px"
|
|
42178
|
-
},
|
|
42179
|
-
footerContainer: {
|
|
42180
|
-
marginTop: "24px"
|
|
42181
42153
|
}
|
|
42182
42154
|
}));
|
|
42183
42155
|
reactExports.useEffect(() => {
|
|
@@ -42293,11 +42265,12 @@ function MobileContentExpanded({
|
|
|
42293
42265
|
itemFitText: {},
|
|
42294
42266
|
itemFitDetailsContainer: {
|
|
42295
42267
|
marginTop: "8px",
|
|
42296
|
-
width: "
|
|
42268
|
+
width: "min(100%, 220px)"
|
|
42297
42269
|
},
|
|
42298
42270
|
buttonContainer: {
|
|
42299
42271
|
marginTop: "24px",
|
|
42300
|
-
width: "100%"
|
|
42272
|
+
width: "100%",
|
|
42273
|
+
maxWidth: "375px"
|
|
42301
42274
|
},
|
|
42302
42275
|
productDetailsContainer: {
|
|
42303
42276
|
marginTop: "24px",
|
|
@@ -42337,10 +42310,11 @@ function MobileContentFull({
|
|
|
42337
42310
|
const css2 = useCss((_theme) => ({
|
|
42338
42311
|
sizeRecommendationFrame: {
|
|
42339
42312
|
marginTop: "16px",
|
|
42313
|
+
width: "min(100%, 375px)",
|
|
42340
42314
|
display: "flex",
|
|
42341
42315
|
flexDirection: "column",
|
|
42342
42316
|
border: "1px solid rgba(33, 32, 31, 0.2)",
|
|
42343
|
-
padding: "16px
|
|
42317
|
+
padding: "16px",
|
|
42344
42318
|
justifyContent: "center",
|
|
42345
42319
|
alignItems: "center"
|
|
42346
42320
|
},
|
|
@@ -42359,14 +42333,15 @@ function MobileContentFull({
|
|
|
42359
42333
|
itemFitText: {},
|
|
42360
42334
|
itemFitDetailsContainer: {
|
|
42361
42335
|
marginTop: "8px",
|
|
42362
|
-
width: "100
|
|
42336
|
+
width: "min(100%, 220px)"
|
|
42363
42337
|
},
|
|
42364
42338
|
fitChartContainer: {
|
|
42365
42339
|
marginTop: "16px"
|
|
42366
42340
|
},
|
|
42367
42341
|
buttonContainer: {
|
|
42368
42342
|
marginTop: "16px",
|
|
42369
|
-
width: "100%"
|
|
42343
|
+
width: "100%",
|
|
42344
|
+
maxWidth: "375px"
|
|
42370
42345
|
},
|
|
42371
42346
|
productDetailsContainer: {
|
|
42372
42347
|
marginTop: "24px",
|
|
@@ -43296,9 +43271,9 @@ const SHARED_CONFIG = {
|
|
|
43296
43271
|
appGooglePlayUrl: "https://play.google.com/store/apps/details?id=com.thefittingroom.marketplace"
|
|
43297
43272
|
},
|
|
43298
43273
|
build: {
|
|
43299
|
-
version: `${"5.0.
|
|
43300
|
-
commitHash: `${"
|
|
43301
|
-
date: `${"2026-01-
|
|
43274
|
+
version: `${"5.0.8"}`,
|
|
43275
|
+
commitHash: `${"d1d0462"}`,
|
|
43276
|
+
date: `${"2026-01-18T23:29:10.022Z"}`
|
|
43302
43277
|
}
|
|
43303
43278
|
};
|
|
43304
43279
|
const CONFIGS = {
|