@micromag/core 0.3.659 → 0.3.660

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.
Files changed (2) hide show
  1. package/es/index.js +2 -4
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -1757,7 +1757,7 @@ var CustomAnswerLabel = /*#__PURE__*/function () {
1757
1757
  }();
1758
1758
 
1759
1759
  var _excluded$3 = ["items"],
1760
- _excluded2$1 = ["label", "textStyle", "boxStyle"];
1760
+ _excluded2$1 = ["label", "textStyle"];
1761
1761
 
1762
1762
  /* eslint-disable class-methods-use-this */
1763
1763
  var KeypadItemLabel = /*#__PURE__*/function () {
@@ -1800,13 +1800,11 @@ var KeypadItemLabel = /*#__PURE__*/function () {
1800
1800
  var _ref3 = item || {},
1801
1801
  label = _ref3.label,
1802
1802
  textStyle = _ref3.textStyle,
1803
- boxStyle = _ref3.boxStyle,
1804
1803
  restAnswer = _objectWithoutProperties(_ref3, _excluded2$1);
1805
1804
  return _objectSpread(_objectSpread({}, restAnswer), {}, {
1806
1805
  label: {
1807
1806
  body: label,
1808
- textStyle: textStyle,
1809
- buttonStyle: boxStyle
1807
+ textStyle: textStyle
1810
1808
  }
1811
1809
  });
1812
1810
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.3.659",
3
+ "version": "0.3.660",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -144,5 +144,5 @@
144
144
  "access": "public",
145
145
  "registry": "https://registry.npmjs.org/"
146
146
  },
147
- "gitHead": "7c13dad69a7e377cd2f900d95cb95694a3a8fcbb"
147
+ "gitHead": "584698bf4ef786f8fd35853328977554367515d9"
148
148
  }