@vitrosoftware/common-ui-ts 1.1.200 → 1.1.201

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/index.js CHANGED
@@ -22388,9 +22388,10 @@ var MicroFrontend = React.forwardRef(function (props, ref) {
22388
22388
  var renderMicroFrontend = function renderMicroFrontend() {
22389
22389
  if (rootRef != null && rootRef.current != null) {
22390
22390
  var rendererName = "render" + props.name;
22391
- props.data.containerId = id;
22392
- if (!id) {
22393
- var containerId = getId(rootRef.current);
22391
+ if (props.data.containerId) {
22392
+ setId(props.data.containerId);
22393
+ } else {
22394
+ var containerId = id ? id : getId(rootRef.current);
22394
22395
  setId(containerId);
22395
22396
  props.data.containerId = containerId;
22396
22397
  }
@@ -63132,7 +63133,7 @@ var Viewer = function Viewer(props) {
63132
63133
  };
63133
63134
 
63134
63135
  var name = "@vitrosoftware/common-ui-ts";
63135
- var version$1 = "1.1.200";
63136
+ var version$1 = "1.1.201";
63136
63137
  var description = "vitro software common ui ts";
63137
63138
  var author = "";
63138
63139
  var license = "MIT";