@micromag/core 0.3.343 → 0.3.346
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
|
@@ -1067,7 +1067,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
1067
1067
|
}
|
|
1068
1068
|
} : null;
|
|
1069
1069
|
return ItemComponent !== null ? /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(ItemComponent, Object.assign({
|
|
1070
|
-
key: "item-".concat(index, "-").concat(label),
|
|
1070
|
+
key: "item-".concat(index, "-").concat(label, "-").concat(type),
|
|
1071
1071
|
className: classNames([(_ref3 = {
|
|
1072
1072
|
'dropdown-item': type === 'link' || type === 'button',
|
|
1073
1073
|
'dropdown-divider': type === 'divider',
|
package/lib/components.js
CHANGED
|
@@ -1108,7 +1108,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
1108
1108
|
}
|
|
1109
1109
|
} : null;
|
|
1110
1110
|
return ItemComponent !== null ? /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(ItemComponent, Object.assign({
|
|
1111
|
-
key: "item-".concat(index, "-").concat(label),
|
|
1111
|
+
key: "item-".concat(index, "-").concat(label, "-").concat(type),
|
|
1112
1112
|
className: classNames__default["default"]([(_ref3 = {
|
|
1113
1113
|
'dropdown-item': type === 'link' || type === 'button',
|
|
1114
1114
|
'dropdown-divider': type === 'divider',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.346",
|
|
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": "a71f64210aaba1aef0fc07b6cc087badb2e74119"
|
|
137
137
|
}
|