@vitrosoftware/common-ui-ts 1.1.95 → 1.1.96

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.
@@ -1,9 +1,3 @@
1
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-ui/jquery-ui.min.css');
2
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-ui/jquery-ui.structure.css');
3
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-ui/jquery-ui.theme.min.css');
4
- @import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-growl/jquery.growl.css');
5
- @import url('@vitrosoftware/common-ui-ts/css/third-party/uikit/uikit.css');
6
-
7
1
  .vitro-bim-viewer-issue-detail {
8
2
  position: absolute;
9
3
  bottom: 0px;
package/dist/index.js CHANGED
@@ -61708,7 +61708,7 @@ var Viewer = function Viewer(props) {
61708
61708
  };
61709
61709
 
61710
61710
  var name = "@vitrosoftware/common-ui-ts";
61711
- var version$1 = "1.1.95";
61711
+ var version$1 = "1.1.96";
61712
61712
  var description = "vitro software common ui ts";
61713
61713
  var author = "";
61714
61714
  var license = "MIT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.95",
3
+ "version": "1.1.96",
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.95';
1
+ import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.96';
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.95';
8
+ from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.96';
9
9
 
10
10
 
11
11
  const processByChildIdList = (treeViewNode, event) => {
@@ -3213,7 +3213,7 @@ const defaultOptions = {
3213
3213
  kind: OptionKind.WORKER
3214
3214
  },
3215
3215
  workerSrc: {
3216
- value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.95",
3216
+ value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.96",
3217
3217
  kind: OptionKind.WORKER
3218
3218
  }
3219
3219
  };