@dreamcommerce/aurora 3.0.0-187 → 3.0.0-189

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.
@@ -85,7 +85,7 @@ var SelectContent = /*#__PURE__*/React__default['default'].forwardRef(function (
85
85
  ref: inputRef
86
86
  }))), options === null || options === void 0 ? void 0 : options.map(function (option, index) {
87
87
  return option.isHeader ? (/*#__PURE__*/React__default['default'].createElement(select_group_label.SelectGroupLabel, {
88
- key: option.text
88
+ key: "select-label-".concat(option.text, "-").concat(index)
89
89
  }, option.text)) : (/*#__PURE__*/React__default['default'].createElement(select_item.SelectItem, {
90
90
  key: "select-item-".concat(option.value, "-").concat(index),
91
91
  value: option.value,
@@ -77,7 +77,7 @@ var SelectContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
77
77
  ref: inputRef
78
78
  }))), options === null || options === void 0 ? void 0 : options.map(function (option, index) {
79
79
  return option.isHeader ? (/*#__PURE__*/React.createElement(SelectGroupLabel, {
80
- key: option.text
80
+ key: "select-label-".concat(option.text, "-").concat(index)
81
81
  }, option.text)) : (/*#__PURE__*/React.createElement(SelectItem, {
82
82
  key: "select-item-".concat(option.value, "-").concat(index),
83
83
  value: option.value,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-187",
5
+ "version": "3.0.0-189",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",