@micromag/screen-urbania-article 0.3.763 → 0.3.764
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 +2 -0
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -1050,6 +1050,8 @@ var UrbaniaArticleCard = function UrbaniaArticleCard(_ref) {
|
|
|
1050
1050
|
duration: y === 100 ? 1000 : 400
|
|
1051
1051
|
}
|
|
1052
1052
|
});
|
|
1053
|
+
|
|
1054
|
+
// TODIO: current switches on/off for a split second and fucks this up
|
|
1053
1055
|
useEffect(function () {
|
|
1054
1056
|
if (!current && webviewOpened && closeWebView !== null) {
|
|
1055
1057
|
console.log('web close');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-article",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.764",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"@micromag/element-footer": "^0.3.763",
|
|
71
71
|
"@micromag/element-header": "^0.3.763",
|
|
72
72
|
"@micromag/element-heading": "^0.3.763",
|
|
73
|
-
"@micromag/element-image": "^0.3.
|
|
73
|
+
"@micromag/element-image": "^0.3.764",
|
|
74
74
|
"@micromag/element-layout": "^0.3.763",
|
|
75
75
|
"@micromag/element-text": "^0.3.763",
|
|
76
76
|
"@micromag/element-urbania-author": "^0.3.763",
|
|
77
77
|
"@micromag/element-video": "^0.3.763",
|
|
78
|
-
"@micromag/element-visual": "^0.3.
|
|
78
|
+
"@micromag/element-visual": "^0.3.764",
|
|
79
79
|
"@micromag/transforms": "^0.3.763",
|
|
80
80
|
"@react-spring/web": "^9.6.1",
|
|
81
81
|
"@use-gesture/react": "^10.3.0",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public",
|
|
91
91
|
"registry": "https://registry.npmjs.org/"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "fa2349acf0dfb3dbc9b6dc39fa844739c0835307"
|
|
94
94
|
}
|