@micromag/screen-audio 0.3.58 → 0.3.63
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 +1 -2
- package/lib/index.js +1 -2
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -320,9 +320,8 @@ var transform = function transform(newStory, _ref) {
|
|
|
320
320
|
|
|
321
321
|
var _Audio = Audio$1(newStory, media),
|
|
322
322
|
titleStory = _Audio.story,
|
|
323
|
-
titleComponent = _Audio.component;
|
|
323
|
+
titleComponent = _Audio.component; // console.log(media);
|
|
324
324
|
|
|
325
|
-
console.log(media);
|
|
326
325
|
|
|
327
326
|
var _Container = Container$1(titleStory, _toConsumableArray(titleComponent ? [titleComponent] : [])),
|
|
328
327
|
containerStory = _Container.story,
|
package/lib/index.js
CHANGED
|
@@ -341,9 +341,8 @@ var transform = function transform(newStory, _ref) {
|
|
|
341
341
|
|
|
342
342
|
var _Audio = appleNews.Audio(newStory, media),
|
|
343
343
|
titleStory = _Audio.story,
|
|
344
|
-
titleComponent = _Audio.component;
|
|
344
|
+
titleComponent = _Audio.component; // console.log(media);
|
|
345
345
|
|
|
346
|
-
console.log(media);
|
|
347
346
|
|
|
348
347
|
var _Container = appleNews.Container(titleStory, _toConsumableArray__default["default"](titleComponent ? [titleComponent] : [])),
|
|
349
348
|
containerStory = _Container.story,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-audio",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.63",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/element-audio": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-layout": "^0.3.
|
|
59
|
-
"@micromag/element-media-controls": "^0.3.
|
|
60
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.63",
|
|
53
|
+
"@micromag/element-audio": "^0.3.63",
|
|
54
|
+
"@micromag/element-background": "^0.3.63",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.63",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.63",
|
|
57
|
+
"@micromag/element-container": "^0.3.63",
|
|
58
|
+
"@micromag/element-layout": "^0.3.63",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.63",
|
|
60
|
+
"@micromag/transforms": "^0.3.63",
|
|
61
61
|
"classnames": "^2.2.6",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
63
63
|
"prop-types": "^15.7.2",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "002ba9d6db19aa37ea77a2465942060661f19dcf"
|
|
71
71
|
}
|