@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.
- package/dist/index.js +2 -0
- 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, {
|