@neurodyn/react-room-viewer 0.0.2 → 0.0.4

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 +4 -4
  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 {
@@ -5846,7 +5846,7 @@ function createShadowRootCssText(cssText) {
5846
5846
  }
5847
5847
  var styleinline = __webpack_require__("./src/style.css?inline");
5848
5848
  const shadowRootCssText = createShadowRootCssText(styleinline.A);
5849
- const shopifyProxyApiBaseUrl = '/apps/vizbl/http';
5849
+ const shopifyProxyApiBaseUrl = "/apps/vizbl-wall-art/http";
5850
5850
  function normalizeRoomViewerApiKey(apiKey) {
5851
5851
  const trimmed = apiKey?.trim();
5852
5852
  return trimmed || void 0;
@@ -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.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },