@micromag/screen-conversation 0.3.68 → 0.3.73
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 +5 -2
- package/lib/index.js +5 -2
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -222,7 +222,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
222
222
|
var _useScreenSize = useScreenSize(),
|
|
223
223
|
width = _useScreenSize.width,
|
|
224
224
|
height = _useScreenSize.height,
|
|
225
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
225
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
226
|
+
resolution = _useScreenSize.resolution;
|
|
226
227
|
|
|
227
228
|
var _useViewer = useViewer(),
|
|
228
229
|
menuSize = _useViewer.menuSize;
|
|
@@ -359,6 +360,7 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
359
360
|
background: background,
|
|
360
361
|
width: width,
|
|
361
362
|
height: height,
|
|
363
|
+
resolution: resolution,
|
|
362
364
|
playing: backgroundPlaying,
|
|
363
365
|
shouldLoad: backgroundShouldLoad
|
|
364
366
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
@@ -536,8 +538,9 @@ var definition = {
|
|
|
536
538
|
name: 'callToAction',
|
|
537
539
|
type: 'call-to-action',
|
|
538
540
|
theme: {
|
|
541
|
+
boxStyle: 'cta',
|
|
539
542
|
label: {
|
|
540
|
-
textStyle: '
|
|
543
|
+
textStyle: 'cta'
|
|
541
544
|
}
|
|
542
545
|
}
|
|
543
546
|
}]
|
package/lib/index.js
CHANGED
|
@@ -244,7 +244,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
244
244
|
var _useScreenSize = contexts.useScreenSize(),
|
|
245
245
|
width = _useScreenSize.width,
|
|
246
246
|
height = _useScreenSize.height,
|
|
247
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
247
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
248
|
+
resolution = _useScreenSize.resolution;
|
|
248
249
|
|
|
249
250
|
var _useViewer = contexts.useViewer(),
|
|
250
251
|
menuSize = _useViewer.menuSize;
|
|
@@ -381,6 +382,7 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
381
382
|
background: background,
|
|
382
383
|
width: width,
|
|
383
384
|
height: height,
|
|
385
|
+
resolution: resolution,
|
|
384
386
|
playing: backgroundPlaying,
|
|
385
387
|
shouldLoad: backgroundShouldLoad
|
|
386
388
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
@@ -558,8 +560,9 @@ var definition = {
|
|
|
558
560
|
name: 'callToAction',
|
|
559
561
|
type: 'call-to-action',
|
|
560
562
|
theme: {
|
|
563
|
+
boxStyle: 'cta',
|
|
561
564
|
label: {
|
|
562
|
-
textStyle: '
|
|
565
|
+
textStyle: 'cta'
|
|
563
566
|
}
|
|
564
567
|
}
|
|
565
568
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-conversation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.73",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-scroll": "^0.3.
|
|
59
|
-
"@micromag/element-text": "^0.3.
|
|
60
|
-
"@micromag/element-visual": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.73",
|
|
53
|
+
"@micromag/element-background": "^0.3.73",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.73",
|
|
55
|
+
"@micromag/element-container": "^0.3.73",
|
|
56
|
+
"@micromag/element-heading": "^0.3.73",
|
|
57
|
+
"@micromag/element-layout": "^0.3.73",
|
|
58
|
+
"@micromag/element-scroll": "^0.3.73",
|
|
59
|
+
"@micromag/element-text": "^0.3.73",
|
|
60
|
+
"@micromag/element-visual": "^0.3.73",
|
|
61
|
+
"@micromag/transforms": "^0.3.73",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "88ca59e9f89a4135924ffdca6a3e977047ac03e9"
|
|
72
72
|
}
|