@micromag/screen-urbania-recommendation 0.3.379 → 0.3.382
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 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -533,7 +533,7 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
|
|
|
533
533
|
}, (finalBackgroundText || []).map(function (line, i) {
|
|
534
534
|
var _classNames;
|
|
535
535
|
return /*#__PURE__*/React.createElement("div", {
|
|
536
|
-
key: "background-text-".concat(
|
|
536
|
+
key: "reco-background-text-".concat(i + 1),
|
|
537
537
|
className: classNames([styles.backgroundText], (_classNames = {}, _defineProperty(_classNames, styles.didAnimate, didAnimate), _defineProperty(_classNames, styles.animateFromBottom, backgroundAnimationStarted && i % 2 !== 0), _defineProperty(_classNames, styles.animateFromTop, backgroundAnimationStarted && i % 2 === 0), _classNames)),
|
|
538
538
|
style: _objectSpread({
|
|
539
539
|
animationDelay: "".concat(i * 100, "ms")
|
package/lib/index.js
CHANGED
|
@@ -556,7 +556,7 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
|
|
|
556
556
|
}, (finalBackgroundText || []).map(function (line, i) {
|
|
557
557
|
var _classNames;
|
|
558
558
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
559
|
-
key: "background-text-".concat(
|
|
559
|
+
key: "reco-background-text-".concat(i + 1),
|
|
560
560
|
className: classNames__default["default"]([styles.backgroundText], (_classNames = {}, _defineProperty__default["default"](_classNames, styles.didAnimate, didAnimate), _defineProperty__default["default"](_classNames, styles.animateFromBottom, backgroundAnimationStarted && i % 2 !== 0), _defineProperty__default["default"](_classNames, styles.animateFromTop, backgroundAnimationStarted && i % 2 === 0), _classNames)),
|
|
561
561
|
style: _objectSpread__default["default"]({
|
|
562
562
|
animationDelay: "".concat(i * 100, "ms")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-recommendation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.382",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "470c65ef8986236ceb95a17ed507ed82e42349e6"
|
|
74
74
|
}
|