@micromag/screen-urbania-trivia 0.4.38 → 0.4.41
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 -2
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -276,7 +276,7 @@ function UrbaniaTrivia(_ref) {
|
|
|
276
276
|
setReady(true);
|
|
277
277
|
}, [setReady]);
|
|
278
278
|
return /*#__PURE__*/React.createElement("div", {
|
|
279
|
-
className: classNames([styles.container, _defineProperty(
|
|
279
|
+
className: classNames([styles.container, className, _defineProperty({}, styles.fullscreen, fullscreen)]),
|
|
280
280
|
"data-screen-ready": isStatic || isCapture || ready
|
|
281
281
|
}, /*#__PURE__*/React.createElement(Container, {
|
|
282
282
|
width: width,
|
|
@@ -385,7 +385,7 @@ function UrbaniaTrivia(_ref) {
|
|
|
385
385
|
currentTime: currentTime
|
|
386
386
|
}) : null) : null) : null)))), !isPlaceholder ? /*#__PURE__*/React.createElement(Background, {
|
|
387
387
|
background: finalBackground,
|
|
388
|
-
className: classNames([styles.background, _defineProperty(_defineProperty(
|
|
388
|
+
className: classNames([styles.background, className, _defineProperty(_defineProperty({}, styles.isCustomBackground, isCustomBackground), styles.isAnimated, isAnimatedBackground)]),
|
|
389
389
|
width: width,
|
|
390
390
|
height: height,
|
|
391
391
|
resolution: resolution,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-trivia",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.41",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@babel/runtime": "^7.28.6",
|
|
65
65
|
"@folklore/size": "^0.1.20",
|
|
66
|
-
"@micromag/core": "^0.4.
|
|
67
|
-
"@micromag/element-background": "^0.4.
|
|
68
|
-
"@micromag/element-call-to-action": "^0.4.
|
|
69
|
-
"@micromag/element-closed-captions": "^0.4.
|
|
70
|
-
"@micromag/element-container": "^0.4.
|
|
71
|
-
"@micromag/element-heading": "^0.4.
|
|
72
|
-
"@micromag/element-image": "^0.4.
|
|
73
|
-
"@micromag/element-video": "^0.4.
|
|
74
|
-
"@micromag/transforms": "^0.4.
|
|
66
|
+
"@micromag/core": "^0.4.41",
|
|
67
|
+
"@micromag/element-background": "^0.4.41",
|
|
68
|
+
"@micromag/element-call-to-action": "^0.4.41",
|
|
69
|
+
"@micromag/element-closed-captions": "^0.4.41",
|
|
70
|
+
"@micromag/element-container": "^0.4.41",
|
|
71
|
+
"@micromag/element-heading": "^0.4.41",
|
|
72
|
+
"@micromag/element-image": "^0.4.41",
|
|
73
|
+
"@micromag/element-video": "^0.4.41",
|
|
74
|
+
"@micromag/transforms": "^0.4.41",
|
|
75
75
|
"classnames": "^2.2.6",
|
|
76
76
|
"lodash": "^4.17.23",
|
|
77
77
|
"react-intl": "^8.1.3 || ^10.0.0",
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
"access": "public",
|
|
82
82
|
"registry": "https://registry.npmjs.org/"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "c7856a747ba0a4466f4b63bc29e31003275ac6e0",
|
|
85
85
|
"types": "es/index.d.ts"
|
|
86
86
|
}
|