@coorpacademy/app-review 0.13.8 → 0.13.9-alpha.2
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/views/slides/index.js
CHANGED
|
@@ -26,8 +26,7 @@ const buildConfettiAnimation = (translate) => ({
|
|
|
26
26
|
autoplay: true,
|
|
27
27
|
rendererSettings: {
|
|
28
28
|
hideOnTransparent: false
|
|
29
|
-
}
|
|
30
|
-
ie11ImageBackup: 'https://static-staging.coorpacademy.com/animations/review/conffeti_congrats.svg'
|
|
29
|
+
}
|
|
31
30
|
});
|
|
32
31
|
export const initialState = {
|
|
33
32
|
'0': {
|
|
@@ -240,8 +239,7 @@ const buildRankCard = (rank, translate) => {
|
|
|
240
239
|
'data-name': 'default-lottie',
|
|
241
240
|
animationSrc: 'https://static-staging.coorpacademy.com/animations/review/rank.json',
|
|
242
241
|
loop: true,
|
|
243
|
-
autoplay: true
|
|
244
|
-
ie11ImageBackup: 'https://static-staging.coorpacademy.com/animations/review/rank_icon_congrats.svg'
|
|
242
|
+
autoplay: true
|
|
245
243
|
},
|
|
246
244
|
cardType: 'card-rank',
|
|
247
245
|
iconAriaLabel: 'Image without information',
|
|
@@ -270,8 +268,7 @@ const buildCongratsProps = (state, dispatch, options) => {
|
|
|
270
268
|
autoplay: undefined,
|
|
271
269
|
rendererSettings: {
|
|
272
270
|
hideOnTransparent: false
|
|
273
|
-
}
|
|
274
|
-
ie11ImageBackup: 'https://static-staging.coorpacademy.com/animations/review/stars_icon_congrats.svg'
|
|
271
|
+
}
|
|
275
272
|
},
|
|
276
273
|
iconAriaLabel: 'Image without information',
|
|
277
274
|
className: undefined,
|
|
@@ -32,8 +32,7 @@ const buildConfettiAnimation = (translate) => ({
|
|
|
32
32
|
autoplay: true,
|
|
33
33
|
rendererSettings: {
|
|
34
34
|
hideOnTransparent: false
|
|
35
|
-
}
|
|
36
|
-
ie11ImageBackup: 'https://static-staging.coorpacademy.com/animations/review/conffeti_congrats.svg'
|
|
35
|
+
}
|
|
37
36
|
});
|
|
38
37
|
exports.initialState = {
|
|
39
38
|
'0': {
|
|
@@ -247,8 +246,7 @@ const buildRankCard = (rank, translate) => {
|
|
|
247
246
|
'data-name': 'default-lottie',
|
|
248
247
|
animationSrc: 'https://static-staging.coorpacademy.com/animations/review/rank.json',
|
|
249
248
|
loop: true,
|
|
250
|
-
autoplay: true
|
|
251
|
-
ie11ImageBackup: 'https://static-staging.coorpacademy.com/animations/review/rank_icon_congrats.svg'
|
|
249
|
+
autoplay: true
|
|
252
250
|
},
|
|
253
251
|
cardType: 'card-rank',
|
|
254
252
|
iconAriaLabel: 'Image without information',
|
|
@@ -277,8 +275,7 @@ const buildCongratsProps = (state, dispatch, options) => {
|
|
|
277
275
|
autoplay: undefined,
|
|
278
276
|
rendererSettings: {
|
|
279
277
|
hideOnTransparent: false
|
|
280
|
-
}
|
|
281
|
-
ie11ImageBackup: 'https://static-staging.coorpacademy.com/animations/review/stars_icon_congrats.svg'
|
|
278
|
+
}
|
|
282
279
|
},
|
|
283
280
|
iconAriaLabel: 'Image without information',
|
|
284
281
|
className: undefined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/app-review",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.9-alpha.2+0400b3cff",
|
|
4
4
|
"description": "",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.15.0"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"main": "lib/index.js",
|
|
36
36
|
"module": "es/index.js",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@coorpacademy/components": "11.2.
|
|
38
|
+
"@coorpacademy/components": "11.2.13-alpha.2+0400b3cff",
|
|
39
39
|
"@coorpacademy/progression-engine": "11.5.3",
|
|
40
40
|
"@coorpacademy/redux-task": "1.1.6",
|
|
41
41
|
"@coorpacademy/review-services": "1.1.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"webpack-cli": "^4.10.0",
|
|
75
75
|
"webpack-dev-server": "^4.11.1"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "0400b3cff62dc4e9438ca9ad977f524a6bd6ead3"
|
|
78
78
|
}
|