@coorpacademy/components 11.11.16-alpha.6 → 11.11.16-alpha.8
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.
|
@@ -94,12 +94,14 @@ video {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.previewLabelPdf {
|
|
97
|
+
text-align: center;
|
|
97
98
|
font-family: "Gilroy";
|
|
98
|
-
|
|
99
|
+
color: cm_grey_300;
|
|
99
100
|
padding: 0px 4px;
|
|
100
101
|
overflow: hidden;
|
|
101
102
|
text-overflow: ellipsis;
|
|
102
103
|
max-width: 90%;
|
|
104
|
+
white-space: nowrap;
|
|
103
105
|
}
|
|
104
106
|
.infosContainer {
|
|
105
107
|
width: 100%;
|
|
@@ -94,12 +94,14 @@ video {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.previewLabelPdf {
|
|
97
|
+
text-align: center;
|
|
97
98
|
font-family: "Gilroy";
|
|
98
|
-
|
|
99
|
+
color: cm_grey_300;
|
|
99
100
|
padding: 0px 4px;
|
|
100
101
|
overflow: hidden;
|
|
101
102
|
text-overflow: ellipsis;
|
|
102
103
|
max-width: 90%;
|
|
104
|
+
white-space: nowrap;
|
|
103
105
|
}
|
|
104
106
|
.infosContainer {
|
|
105
107
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.11.16-alpha.
|
|
3
|
+
"version": "11.11.16-alpha.8+88a0ecd3e",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"last 2 versions",
|
|
166
166
|
"IE 11"
|
|
167
167
|
],
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "88a0ecd3e9207f48378944b2ae4de8c1b3dac2f8"
|
|
169
169
|
}
|