@neurodyn/room-viewer 0.0.17 → 0.0.19
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/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Room Viewer integration for JavaScript applications.
|
|
|
4
4
|
|
|
5
5
|
## Viewer container
|
|
6
6
|
|
|
7
|
-
For rugs and flooring, `[data-neurodyn-room-viewer-container]` identifies the
|
|
7
|
+
For wall art, rugs and flooring, `[data-neurodyn-room-viewer-container]` identifies the
|
|
8
8
|
existing scene and interface container inside the widget's open shadow root:
|
|
9
9
|
|
|
10
10
|
```js
|
|
@@ -14,7 +14,8 @@ const container = root?.shadowRoot?.querySelector('[data-neurodyn-room-viewer-co
|
|
|
14
14
|
|
|
15
15
|
Query after the viewer appears and query again if it is recreated. Consumers
|
|
16
16
|
manage the content they append, including its styles and positioning. Page CSS
|
|
17
|
-
does not cross the shadow boundary.
|
|
17
|
+
does not cross the shadow boundary. For wall art, the marker is also present on
|
|
18
|
+
the error-state container.
|
|
18
19
|
|
|
19
20
|
## Documentation
|
|
20
21
|
|