@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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. 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-120\\.5 {
4303
- min-width: calc(var(--spacing) * 120.5);
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-120.5 min-w-full': 'carpet' === type,
8279
+ 'sm:min-w-148.5 min-w-full': 'carpet' === type,
8280
8280
  grow: 'poster' === type
8281
8281
  })
8282
8282
  }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neurodyn/react-room-viewer",
3
3
  "type": "module",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },