@coorpacademy/components 11.17.5-alpha.35 → 11.18.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.
|
@@ -287,7 +287,7 @@ video {
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.previewXlsx {
|
|
290
|
-
background-color:
|
|
290
|
+
background-color: cm_grey_100;
|
|
291
291
|
border-radius: 5px;
|
|
292
292
|
width: 38%;
|
|
293
293
|
height: 70%;
|
|
@@ -303,5 +303,5 @@ video {
|
|
|
303
303
|
max-height: 32px;
|
|
304
304
|
height: 25%;
|
|
305
305
|
width: 25%;
|
|
306
|
-
color:
|
|
306
|
+
color: cm_grey_300;
|
|
307
307
|
}
|
|
@@ -287,7 +287,7 @@ video {
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.previewXlsx {
|
|
290
|
-
background-color:
|
|
290
|
+
background-color: cm_grey_100;
|
|
291
291
|
border-radius: 5px;
|
|
292
292
|
width: 38%;
|
|
293
293
|
height: 70%;
|
|
@@ -303,5 +303,5 @@ video {
|
|
|
303
303
|
max-height: 32px;
|
|
304
304
|
height: 25%;
|
|
305
305
|
width: 25%;
|
|
306
|
-
color:
|
|
306
|
+
color: cm_grey_300;
|
|
307
307
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.18.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"last 2 versions",
|
|
169
169
|
"IE 11"
|
|
170
170
|
],
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "d6e50f7d4ac1ba92d68d850290ceb4a537828d28"
|
|
172
172
|
}
|