@neurodyn/react-room-viewer 0.0.17 → 0.0.18

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14135,6 +14135,7 @@ function RoomViewerContainer({ showDialogCloseButton = false }) {
14135
14135
  const activeError = accessError ?? loadError;
14136
14136
  if (activeError) return /*#__PURE__*/ jsx_runtime_jsx("div", {
14137
14137
  ref: setContainerRef,
14138
+ "data-neurodyn-room-viewer-container": "",
14138
14139
  className: "relative size-full overflow-hidden bg-radial from-background-containers to-background-base-2 text-foreground",
14139
14140
  children: /*#__PURE__*/ jsx_runtime_jsx(RoomViewerErrorState, {
14140
14141
  variant: activeError,
@@ -14143,6 +14144,7 @@ function RoomViewerContainer({ showDialogCloseButton = false }) {
14143
14144
  });
14144
14145
  return /*#__PURE__*/ jsxs("div", {
14145
14146
  ref: setContainerRef,
14147
+ "data-neurodyn-room-viewer-container": "",
14146
14148
  className: "relative size-full bg-radial from-background-containers to-background-base-2 text-foreground overflow-hidden",
14147
14149
  children: [
14148
14150
  showDialogCloseButton && /*#__PURE__*/ jsx_runtime_jsx(DialogClose, {
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.17",
4
+ "version": "0.0.18",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },