@micromag/core 0.3.359 → 0.3.360
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/es/components.js +1 -1
- package/lib/components.js +1 -1
- package/package.json +2 -2
package/es/components.js
CHANGED
|
@@ -1293,7 +1293,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
1293
1293
|
}
|
|
1294
1294
|
} : null;
|
|
1295
1295
|
return ItemComponent !== null ? /*#__PURE__*/React.createElement("div", {
|
|
1296
|
-
key: "item-".concat(index, "-").concat(label, "-").concat(type)
|
|
1296
|
+
key: "item-".concat(index + 1, "-").concat(label, "-").concat(type)
|
|
1297
1297
|
}, /*#__PURE__*/React.createElement(ItemComponent, Object.assign({
|
|
1298
1298
|
className: classNames([(_ref3 = {
|
|
1299
1299
|
'dropdown-item': type === 'link' || type === 'button',
|
package/lib/components.js
CHANGED
|
@@ -1334,7 +1334,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
1334
1334
|
}
|
|
1335
1335
|
} : null;
|
|
1336
1336
|
return ItemComponent !== null ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1337
|
-
key: "item-".concat(index, "-").concat(label, "-").concat(type)
|
|
1337
|
+
key: "item-".concat(index + 1, "-").concat(label, "-").concat(type)
|
|
1338
1338
|
}, /*#__PURE__*/React__default["default"].createElement(ItemComponent, Object.assign({
|
|
1339
1339
|
className: classNames__default["default"]([(_ref3 = {
|
|
1340
1340
|
'dropdown-item': type === 'link' || type === 'button',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.360",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"publishConfig": {
|
|
134
134
|
"access": "public"
|
|
135
135
|
},
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "5531b1c55e0dd7e7a9c6eeee217ca28d985c7921"
|
|
137
137
|
}
|