@neurodyn/react-room-viewer 0.0.2 → 0.0.3
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4299,8 +4299,8 @@ var __webpack_modules__ = {
|
|
|
4299
4299
|
max-width: 100%;
|
|
4300
4300
|
}
|
|
4301
4301
|
|
|
4302
|
-
.sm\\:min-w-
|
|
4303
|
-
min-width: calc(var(--spacing) *
|
|
4302
|
+
.sm\\:min-w-148\\.5 {
|
|
4303
|
+
min-width: calc(var(--spacing) * 148.5);
|
|
4304
4304
|
}
|
|
4305
4305
|
|
|
4306
4306
|
.sm\\:flex-row {
|
|
@@ -8276,7 +8276,7 @@ function Footer({ className, ...props }) {
|
|
|
8276
8276
|
children: [
|
|
8277
8277
|
/*#__PURE__*/ jsx(RoomSwiper, {
|
|
8278
8278
|
className: utils_cn('shrink-0', {
|
|
8279
|
-
'sm:min-w-
|
|
8279
|
+
'sm:min-w-148.5 min-w-full': 'carpet' === type,
|
|
8280
8280
|
grow: 'poster' === type
|
|
8281
8281
|
})
|
|
8282
8282
|
}),
|