@ember-eui/core 5.0.1 → 5.0.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.
@@ -88,10 +88,10 @@
88
88
  }}
89
89
  />
90
90
  {{/if}}
91
- {{#if @pageTitle}}
92
- {{@pageTitle}}
93
- {{yield to="pageTitle"}}
94
- {{/if}}
91
+
92
+ {{@pageTitle}}
93
+ {{yield to="pageTitle"}}
94
+
95
95
  </EuiTitle>
96
96
  {{/if}}
97
97
 
@@ -135,10 +135,9 @@
135
135
  }}
136
136
  />
137
137
  {{/if}}
138
- {{#if @pageTitle}}
139
- {{@pageTitle}}
140
- {{yield to="pageTitle"}}
141
- {{/if}}
138
+
139
+ {{@pageTitle}}
140
+ {{yield to="pageTitle"}}
142
141
  </EuiTitle>
143
142
  {{/if}}
144
143
 
@@ -226,10 +225,9 @@
226
225
  }}
227
226
  />
228
227
  {{/if}}
229
- {{#if @pageTitle}}
230
- {{@pageTitle}}
231
- {{yield to="pageTitle"}}
232
- {{/if}}
228
+
229
+ {{@pageTitle}}
230
+ {{yield to="pageTitle"}}
233
231
  </EuiTitle>
234
232
  {{/if}}
235
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-eui/core",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Ember Components for Elastic UI",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -182,5 +182,5 @@
182
182
  "volta": {
183
183
  "extends": "../../package.json"
184
184
  },
185
- "gitHead": "3aef480644ac4197019735532b7907b018151deb"
185
+ "gitHead": "d09addc582fd0435acb96349cbc4f98b61410e8c"
186
186
  }