@coorpacademy/components 10.30.12-alpha.3 → 11.0.0
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/template/activity/engine-stars.css +5 -4
- package/es/template/activity/stars-summary.css +12 -3
- package/es/template/activity/style.css +1 -4
- package/lib/template/activity/engine-stars.css +5 -4
- package/lib/template/activity/stars-summary.css +12 -3
- package/lib/template/activity/style.css +1 -4
- package/package.json +3 -3
|
@@ -211,9 +211,9 @@
|
|
|
211
211
|
@media tablet, mobile {
|
|
212
212
|
.engineStars {
|
|
213
213
|
width: auto;
|
|
214
|
-
height:
|
|
214
|
+
height: 75px;
|
|
215
215
|
flex: 1 2;
|
|
216
|
-
justify-content: flex-
|
|
216
|
+
justify-content: flex-end;
|
|
217
217
|
padding-bottom: 8px;
|
|
218
218
|
overflow: none;
|
|
219
219
|
top: 0;
|
|
@@ -223,8 +223,8 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.engineIcon {
|
|
226
|
-
width:
|
|
227
|
-
height:
|
|
226
|
+
width: 30px;
|
|
227
|
+
height: 25px;
|
|
228
228
|
right: 5px;
|
|
229
229
|
}
|
|
230
230
|
|
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
align-items: flex-end;
|
|
236
236
|
align-content: flex-end;
|
|
237
237
|
padding: 0;
|
|
238
|
+
margin: 0;
|
|
238
239
|
box-sizing: border-box;
|
|
239
240
|
}
|
|
240
241
|
|
|
@@ -34,7 +34,9 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.myStarsWrapper {
|
|
37
|
+
display: inline-block;
|
|
37
38
|
max-width: 690px;
|
|
39
|
+
float: right;
|
|
38
40
|
}
|
|
39
41
|
|
|
40
42
|
.footerSummaryStars{
|
|
@@ -143,8 +145,7 @@
|
|
|
143
145
|
@media tablet, mobile {
|
|
144
146
|
.myStars,
|
|
145
147
|
.allStars,
|
|
146
|
-
.totalStars
|
|
147
|
-
.myStarsWrapper {
|
|
148
|
+
.totalStars {
|
|
148
149
|
width: 100%;
|
|
149
150
|
}
|
|
150
151
|
|
|
@@ -169,7 +170,15 @@
|
|
|
169
170
|
overflow: hidden;
|
|
170
171
|
overflow-x: auto;
|
|
171
172
|
}
|
|
172
|
-
|
|
173
|
+
|
|
174
|
+
.navigationLeft {
|
|
175
|
+
display: none;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.navigationRight {
|
|
179
|
+
display: none;
|
|
180
|
+
}
|
|
181
|
+
|
|
173
182
|
.iconHeader {
|
|
174
183
|
width: 13px;
|
|
175
184
|
height: 13px;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.recommendationWrapper {
|
|
126
|
-
|
|
126
|
+
display: none;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.wrapperCta {
|
|
@@ -142,9 +142,6 @@
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.select {
|
|
145
|
-
margin-left: 24px;
|
|
146
|
-
margin-right: 40px;
|
|
147
|
-
margin-top: 30px;
|
|
148
145
|
padding-bottom: 0;
|
|
149
146
|
}
|
|
150
147
|
|
|
@@ -211,9 +211,9 @@
|
|
|
211
211
|
@media tablet, mobile {
|
|
212
212
|
.engineStars {
|
|
213
213
|
width: auto;
|
|
214
|
-
height:
|
|
214
|
+
height: 75px;
|
|
215
215
|
flex: 1 2;
|
|
216
|
-
justify-content: flex-
|
|
216
|
+
justify-content: flex-end;
|
|
217
217
|
padding-bottom: 8px;
|
|
218
218
|
overflow: none;
|
|
219
219
|
top: 0;
|
|
@@ -223,8 +223,8 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.engineIcon {
|
|
226
|
-
width:
|
|
227
|
-
height:
|
|
226
|
+
width: 30px;
|
|
227
|
+
height: 25px;
|
|
228
228
|
right: 5px;
|
|
229
229
|
}
|
|
230
230
|
|
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
align-items: flex-end;
|
|
236
236
|
align-content: flex-end;
|
|
237
237
|
padding: 0;
|
|
238
|
+
margin: 0;
|
|
238
239
|
box-sizing: border-box;
|
|
239
240
|
}
|
|
240
241
|
|
|
@@ -34,7 +34,9 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.myStarsWrapper {
|
|
37
|
+
display: inline-block;
|
|
37
38
|
max-width: 690px;
|
|
39
|
+
float: right;
|
|
38
40
|
}
|
|
39
41
|
|
|
40
42
|
.footerSummaryStars{
|
|
@@ -143,8 +145,7 @@
|
|
|
143
145
|
@media tablet, mobile {
|
|
144
146
|
.myStars,
|
|
145
147
|
.allStars,
|
|
146
|
-
.totalStars
|
|
147
|
-
.myStarsWrapper {
|
|
148
|
+
.totalStars {
|
|
148
149
|
width: 100%;
|
|
149
150
|
}
|
|
150
151
|
|
|
@@ -169,7 +170,15 @@
|
|
|
169
170
|
overflow: hidden;
|
|
170
171
|
overflow-x: auto;
|
|
171
172
|
}
|
|
172
|
-
|
|
173
|
+
|
|
174
|
+
.navigationLeft {
|
|
175
|
+
display: none;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.navigationRight {
|
|
179
|
+
display: none;
|
|
180
|
+
}
|
|
181
|
+
|
|
173
182
|
.iconHeader {
|
|
174
183
|
width: 13px;
|
|
175
184
|
height: 13px;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.recommendationWrapper {
|
|
126
|
-
|
|
126
|
+
display: none;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.wrapperCta {
|
|
@@ -142,9 +142,6 @@
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.select {
|
|
145
|
-
margin-left: 24px;
|
|
146
|
-
margin-right: 40px;
|
|
147
|
-
margin-top: 30px;
|
|
148
145
|
padding-bottom: 0;
|
|
149
146
|
}
|
|
150
147
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"Soualmi Djamel <djamel.soualmi@coorpacademy.com>"
|
|
57
57
|
],
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@coorpacademy/nova-icons": "
|
|
59
|
+
"@coorpacademy/nova-icons": "4.0.0",
|
|
60
60
|
"@jwplayer/jwplayer-react": "^1.1.0",
|
|
61
61
|
"@types/react": "^17.0.50",
|
|
62
62
|
"@types/react-dom": "^17.0.17",
|
|
@@ -158,5 +158,5 @@
|
|
|
158
158
|
"last 2 versions",
|
|
159
159
|
"IE 11"
|
|
160
160
|
],
|
|
161
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "0250c01a34d4ca5c8b74313bea000d3be97d855c"
|
|
162
162
|
}
|