@ember-eui/core 4.0.8 → 4.0.9
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/CHANGELOG.md +5 -0
- package/addon/styles/ember-eui.css +2 -27
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
-webkit-flex-shrink: 0;
|
|
4
|
-
flex-shrink: 0;
|
|
5
|
-
display: -webkit-inline-flex;
|
|
6
|
-
display: inline-flex;
|
|
7
|
-
-webkit-justify-content: center;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
-webkit-align-items: center;
|
|
10
|
-
align-items: center;
|
|
11
|
-
background-size: cover;
|
|
12
|
-
text-align: center;
|
|
13
|
-
vertical-align: middle;
|
|
14
|
-
overflow-x: hidden;
|
|
15
|
-
font-weight: 500;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.euiMarkdownEditor--fullHeight {
|
|
19
|
-
display: -webkit-flex;
|
|
20
|
-
display: flex;
|
|
21
|
-
-webkit-flex-direction: column;
|
|
22
|
-
flex-direction: column;
|
|
23
|
-
height: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.euiMarkdownEditor--isPreviewing .euiMarkdownEditor__toggleContainer {
|
|
27
|
-
display: none;
|
|
1
|
+
.euiIcon {
|
|
2
|
+
line-height: 1; /* added while we support back hbs svgs components */
|
|
28
3
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-eui/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9",
|
|
4
4
|
"description": "Ember Components for Elastic UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"volta": {
|
|
176
176
|
"extends": "../../package.json"
|
|
177
177
|
},
|
|
178
|
-
"gitHead": "
|
|
178
|
+
"gitHead": "a8749fdaff24760f31051b357528ff3fde7413ba"
|
|
179
179
|
}
|