architwin 1.14.4 → 1.14.5

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.
@@ -121,7 +121,7 @@ export class PipeList {
121
121
  : `
122
122
  <div class="at_h-responsive-304">
123
123
  <div class=" at_flex at_justify_center at_items_center at_flex_column at_h-full">
124
- <span class="mdi mdi-pipe-disconnected at_pipe_category at_text-xxl"></span>
124
+ <span class="mdi mdi-arrow-decision at_pipe_category at_text-xxl"></span>
125
125
  <div class="at_text_xs" style="white-space:nowrap"> ${i18n.t('NoPipesTypeToDisplay')}</div>
126
126
  </div>
127
127
  </div>
@@ -306,7 +306,7 @@ export class PipeList {
306
306
  document.getElementById('at-pipe-list-collapse').innerHTML = `
307
307
  <div class="at_h-responsive-304">
308
308
  <div class="at_flex at_justify_center at_items_center at_flex_column at_h-full">
309
- <span class="mdi mdi-pipe-disconnected at_pipe_category at_text-xxl"></span>
309
+ <span class="mdi mdi-arrow-decision at_pipe_category at_text-xxl"></span>
310
310
  <div class="at_text_xs" style="white-space:nowrap">${i18n.t('NoPipesTypeToDisplay')}</div>
311
311
  </div>
312
312
  </div>`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architwin",
3
- "version": "1.14.4",
3
+ "version": "1.14.5",
4
4
  "description": "ArchiTwin Library for Matterport",
5
5
  "main": "./lib/architwin.js",
6
6
  "types": "./lib/architwin.d.ts",