bruce-cesium 5.2.3 → 5.2.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.
- package/dist/bruce-cesium.es5.js +3 -2
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +2 -1
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/widgets/widget-left-panel.js +1 -0
- package/dist/lib/widgets/widget-left-panel.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +2 -2
package/dist/bruce-cesium.umd.js
CHANGED
|
@@ -24630,6 +24630,7 @@
|
|
|
24630
24630
|
flex-grow: 1;
|
|
24631
24631
|
flex-shrink: 1;
|
|
24632
24632
|
overflow: hidden;
|
|
24633
|
+
transform: translateZ(0);
|
|
24633
24634
|
}
|
|
24634
24635
|
|
|
24635
24636
|
.NextspaceLeftPanel .NextspaceLeftPanelTabContentCloseButton {
|
|
@@ -29835,7 +29836,7 @@
|
|
|
29835
29836
|
}
|
|
29836
29837
|
}
|
|
29837
29838
|
|
|
29838
|
-
const VERSION = "5.2.
|
|
29839
|
+
const VERSION = "5.2.5";
|
|
29839
29840
|
|
|
29840
29841
|
exports.VERSION = VERSION;
|
|
29841
29842
|
exports.isHistoricMetadataChanged = isHistoricMetadataChanged;
|