@micromag/screen-quote 0.3.341 → 0.3.344

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/index.js CHANGED
@@ -108,9 +108,9 @@ var QuoteScreen = function QuoteScreen(_ref) {
108
108
  isEmpty: !hasQuote
109
109
  }, hasQuote ? /*#__PURE__*/React.createElement(Quote, Object.assign({
110
110
  className: classNames([styles.quote, _defineProperty({}, styles.withMargin, quoteWithMargin)])
111
- }, quote)) : null), isSplitted && /*#__PURE__*/React.createElement(Spacer, {
111
+ }, quote)) : null), isSplitted ? /*#__PURE__*/React.createElement(Spacer, {
112
112
  key: "spacer"
113
- }), /*#__PURE__*/React.createElement(ScreenElement, {
113
+ }) : null, /*#__PURE__*/React.createElement(ScreenElement, {
114
114
  key: "author",
115
115
  placeholder: "subtitle",
116
116
  emptyLabel: /*#__PURE__*/React.createElement(FormattedMessage, {
package/lib/index.js CHANGED
@@ -127,9 +127,9 @@ var QuoteScreen = function QuoteScreen(_ref) {
127
127
  isEmpty: !hasQuote
128
128
  }, hasQuote ? /*#__PURE__*/React__default["default"].createElement(Quote__default["default"], Object.assign({
129
129
  className: classNames__default["default"]([styles.quote, _defineProperty__default["default"]({}, styles.withMargin, quoteWithMargin)])
130
- }, quote)) : null), isSplitted && /*#__PURE__*/React__default["default"].createElement(Layout.Spacer, {
130
+ }, quote)) : null), isSplitted ? /*#__PURE__*/React__default["default"].createElement(Layout.Spacer, {
131
131
  key: "spacer"
132
- }), /*#__PURE__*/React__default["default"].createElement(components.ScreenElement, {
132
+ }) : null, /*#__PURE__*/React__default["default"].createElement(components.ScreenElement, {
133
133
  key: "author",
134
134
  placeholder: "subtitle",
135
135
  emptyLabel: /*#__PURE__*/React__default["default"].createElement(reactIntl.FormattedMessage, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-quote",
3
- "version": "0.3.341",
3
+ "version": "0.3.344",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.332",
53
- "@micromag/element-background": "^0.3.341",
54
- "@micromag/element-call-to-action": "^0.3.332",
55
- "@micromag/element-container": "^0.3.332",
56
- "@micromag/element-layout": "^0.3.332",
57
- "@micromag/element-quote": "^0.3.332",
58
- "@micromag/element-text": "^0.3.332",
59
- "@micromag/transforms": "^0.3.332",
52
+ "@micromag/core": "^0.3.344",
53
+ "@micromag/element-background": "^0.3.344",
54
+ "@micromag/element-call-to-action": "^0.3.344",
55
+ "@micromag/element-container": "^0.3.344",
56
+ "@micromag/element-layout": "^0.3.344",
57
+ "@micromag/element-quote": "^0.3.344",
58
+ "@micromag/element-text": "^0.3.344",
59
+ "@micromag/transforms": "^0.3.344",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "44528c76fb79f21327a1a97c22270cd31f1f9d75"
69
+ "gitHead": "5ab9a39d6a0ca4e9867716f03b4402a2581521f4"
70
70
  }