@micromag/screen-urbania-article 0.4.40 → 0.4.42

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 +1 -2
  2. package/package.json +17 -17
package/es/index.js CHANGED
@@ -452,7 +452,7 @@ function UrbaniaLoader(_ref) {
452
452
  }).then(function (art) {
453
453
  // console.log('art loaded', art);
454
454
  setArticle(art || null);
455
- })["catch"](function (e) {
455
+ })["catch"](function (_e) {
456
456
  // console.log('art error', e);
457
457
  setArticle(null);
458
458
  });
@@ -1084,7 +1084,6 @@ function UrbaniaArticleCard(_ref) {
1084
1084
  }) : null)))) : null))));
1085
1085
  }
1086
1086
 
1087
- /* eslint-disable react/jsx-props-no-spreading */
1088
1087
  function UrbaniaCardLoader(props) {
1089
1088
  var _ref = props || {},
1090
1089
  _ref$cardCallToAction = _ref.cardCallToAction,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-article",
3
- "version": "0.4.40",
3
+ "version": "0.4.42",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -63,21 +63,21 @@
63
63
  "@babel/runtime": "^7.28.6",
64
64
  "@folklore/fetch": "^0.1.17",
65
65
  "@folklore/size": "^0.1.20",
66
- "@micromag/core": "^0.4.40",
67
- "@micromag/element-background": "^0.4.40",
68
- "@micromag/element-button": "^0.4.40",
69
- "@micromag/element-closed-captions": "^0.4.40",
70
- "@micromag/element-container": "^0.4.40",
71
- "@micromag/element-footer": "^0.4.40",
72
- "@micromag/element-header": "^0.4.40",
73
- "@micromag/element-heading": "^0.4.40",
74
- "@micromag/element-image": "^0.4.40",
75
- "@micromag/element-layout": "^0.4.40",
76
- "@micromag/element-text": "^0.4.40",
77
- "@micromag/element-urbania-author": "^0.4.40",
78
- "@micromag/element-video": "^0.4.40",
79
- "@micromag/element-visual": "^0.4.40",
80
- "@micromag/transforms": "^0.4.40",
66
+ "@micromag/core": "^0.4.42",
67
+ "@micromag/element-background": "^0.4.42",
68
+ "@micromag/element-button": "^0.4.42",
69
+ "@micromag/element-closed-captions": "^0.4.42",
70
+ "@micromag/element-container": "^0.4.42",
71
+ "@micromag/element-footer": "^0.4.42",
72
+ "@micromag/element-header": "^0.4.42",
73
+ "@micromag/element-heading": "^0.4.42",
74
+ "@micromag/element-image": "^0.4.42",
75
+ "@micromag/element-layout": "^0.4.42",
76
+ "@micromag/element-text": "^0.4.42",
77
+ "@micromag/element-urbania-author": "^0.4.42",
78
+ "@micromag/element-video": "^0.4.42",
79
+ "@micromag/element-visual": "^0.4.42",
80
+ "@micromag/transforms": "^0.4.42",
81
81
  "@react-spring/web": "^10.0.3",
82
82
  "@use-gesture/react": "^10.3.0",
83
83
  "classnames": "^2.2.6",
@@ -90,6 +90,6 @@
90
90
  "access": "public",
91
91
  "registry": "https://registry.npmjs.org/"
92
92
  },
93
- "gitHead": "6a9ff6e196a972abfd617f49353862cf445b0e83",
93
+ "gitHead": "6fd96aeb9ef1857c731917d8b7cde23d31b39574",
94
94
  "types": "es/index.d.ts"
95
95
  }