@micromag/screen-timeline 0.3.596 → 0.3.598

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 +0 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -178,7 +178,6 @@ var Timeline = function Timeline(_ref) {
178
178
  titleTextStyle = _ref4.textStyle;
179
179
  var _ref5 = description || {},
180
180
  descriptionTextStyle = _ref5.textStyle;
181
- console.log('itemDescriptionStyle', itemDescriptionStyle);
182
181
  return /*#__PURE__*/React.createElement("div", {
183
182
  className: styles.item,
184
183
  key: "item-".concat(itemI)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-timeline",
3
- "version": "0.3.596",
3
+ "version": "0.3.598",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -81,5 +81,5 @@
81
81
  "access": "public",
82
82
  "registry": "https://registry.npmjs.org/"
83
83
  },
84
- "gitHead": "69970fa5ea5e5ef1a62454dbfda70a9a97b3aa55"
84
+ "gitHead": "372bf20cd6b87388c729d8b824b5fe48618ccb2c"
85
85
  }