@vitrosoftware/common-ui-ts 1.1.184 → 1.1.185

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
@@ -63020,7 +63020,7 @@ var Viewer = function Viewer(props) {
63020
63020
  };
63021
63021
 
63022
63022
  var name = "@vitrosoftware/common-ui-ts";
63023
- var version$1 = "1.1.184";
63023
+ var version$1 = "1.1.185";
63024
63024
  var description = "vitro software common ui ts";
63025
63025
  var author = "";
63026
63026
  var license = "MIT";
@@ -65168,9 +65168,9 @@ var SelectedValueListItem = function SelectedValueListItem(props) {
65168
65168
  };
65169
65169
 
65170
65170
  var SelectedValueList = function SelectedValueList(props) {
65171
- return React__default.createElement(React__default.Fragment, null, props.list.map(function (x) {
65171
+ return React__default.createElement(React__default.Fragment, null, props.list.map(function (x, index) {
65172
65172
  return React__default.createElement(SelectedValueListItem, {
65173
- key: x.id,
65173
+ key: index,
65174
65174
  item: x,
65175
65175
  isMultiSelect: props.isMultiSelect,
65176
65176
  isReadOnly: props.isReadOnly,