@vitrosoftware/common-ui-ts 1.1.93 → 1.1.94

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.
@@ -131,7 +131,7 @@
131
131
  width: 100% !important;
132
132
  }
133
133
 
134
- :global(.k-animation-container) {
134
+ .vitro-control-container :global(.k-animation-container) {
135
135
  top: 6px !important;
136
136
  width: 100% !important;
137
137
  min-width: 240px;
@@ -145,7 +145,7 @@
145
145
  position: absolute !important;
146
146
  }
147
147
 
148
- :global(.k-popup) {
148
+ .vitro-control-container :global(.k-popup) {
149
149
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12) !important;
150
150
  background-color: #fff;
151
151
  border-radius: 4px !important;
package/dist/index.css CHANGED
@@ -3237,7 +3237,7 @@ html, body {
3237
3237
  width: 100% !important;
3238
3238
  }
3239
3239
 
3240
- .k-animation-container {
3240
+ ._date-picker_vitro-control-container_2CVwecs .k-animation-container {
3241
3241
  top: 6px !important;
3242
3242
  width: 100% !important;
3243
3243
  min-width: 240px;
@@ -3251,7 +3251,7 @@ html, body {
3251
3251
  position: absolute !important;
3252
3252
  }
3253
3253
 
3254
- .k-popup {
3254
+ ._date-picker_vitro-control-container_2CVwecs .k-popup {
3255
3255
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12) !important;
3256
3256
  background-color: #fff;
3257
3257
  border-radius: 4px !important;
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.93";
61711
+ var version$1 = "1.1.94";
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.93",
3
+ "version": "1.1.94",
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.93';
1
+ import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.94';
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.93';
8
+ from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.94';
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.93",
3216
+ value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.94",
3217
3217
  kind: OptionKind.WORKER
3218
3218
  }
3219
3219
  };