architwin 1.14.3 → 1.14.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.
@@ -12,7 +12,7 @@ export let isThemeEnabled = true;
12
12
  export let isRoomCreationEnabled = true;
13
13
  export let isBIMEnabled = true;
14
14
  export let isGeneralSettingsEnabled = true;
15
- export let isSpaceScreenSharingEnabled = true;
15
+ export let isSpaceScreenSharingEnabled = false;
16
16
  export let isPipeEnabled = true;
17
17
  export function renderMenuBar(iFrame) {
18
18
  const bimImageIcon = getAssetUrl('bim.png');
@@ -317,7 +317,7 @@ export class PipeList {
317
317
  if (!_pipes.some(p => p.category_uuid === categoryuuid)) {
318
318
  document.getElementById(`${COLLAPSE.CONTENT_ID}-${categoryuuid}`).innerHTML = `
319
319
  <div class="at_flex at_justify_center at_items_center at_flex_column">
320
- <div class="at_p-2">
320
+ <div class="at_p-2 at_text_sm">
321
321
  <div style="white-space:nowrap">${i18n.t('NoPipesToDisplay')}</div>
322
322
  </div>
323
323
  </div>`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architwin",
3
- "version": "1.14.3",
3
+ "version": "1.14.4",
4
4
  "description": "ArchiTwin Library for Matterport",
5
5
  "main": "./lib/architwin.js",
6
6
  "types": "./lib/architwin.d.ts",