@vitrosoftware/common-ui-ts 1.1.102 → 1.1.103

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.
@@ -6,6 +6,7 @@
6
6
 
7
7
  .vitro-product-title img {
8
8
  max-height: 25px;
9
+ min-height: 25px;
9
10
  margin: 0px 32px;
10
11
  }
11
12
 
package/dist/index.css CHANGED
@@ -6608,6 +6608,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6608
6608
 
6609
6609
  ._product-title_vitro-product-title_2gZcA5j img {
6610
6610
  max-height: 25px;
6611
+ min-height: 25px;
6611
6612
  margin: 0px 32px;
6612
6613
  }
6613
6614
 
package/dist/index.js CHANGED
@@ -61847,7 +61847,7 @@ var Viewer = function Viewer(props) {
61847
61847
  };
61848
61848
 
61849
61849
  var name = "@vitrosoftware/common-ui-ts";
61850
- var version$1 = "1.1.102";
61850
+ var version$1 = "1.1.103";
61851
61851
  var description = "vitro software common ui ts";
61852
61852
  var author = "";
61853
61853
  var license = "MIT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.102",
3
+ "version": "1.1.103",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -1,11 +1,11 @@
1
- import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.102';
1
+ import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.103';
2
2
 
3
3
  import {
4
4
  Viewer, XKTLoaderPlugin, NavCubePlugin, SectionPlanesPlugin, math, BCFViewpointsPlugin, AnnotationsPlugin,
5
5
  ContextMenu, TreeViewPlugin, StoreyViewsPlugin, AngleMeasurementsPlugin, CameraMemento, DistanceMeasurementsPlugin,
6
6
  GLTFLoaderPlugin, utils, FastNavPlugin, MetaObject
7
7
  }
8
- from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.102';
8
+ from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.103';
9
9
 
10
10
 
11
11
  const processByChildIdList = (treeViewNode, event) => {
@@ -3222,7 +3222,7 @@ const defaultOptions = {
3222
3222
  kind: OptionKind.WORKER
3223
3223
  },
3224
3224
  workerSrc: {
3225
- value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.102",
3225
+ value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.103",
3226
3226
  kind: OptionKind.WORKER
3227
3227
  }
3228
3228
  };