@ember-eui/core 5.17.0 → 5.17.1
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.
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
(queue (set this "childContent") this.setChildContentHeight)
|
|
91
91
|
}}
|
|
92
92
|
{{resize-observer onResize=this.setChildContentHeight}}
|
|
93
|
+
{{did-update this.setChildContentHeight @forceState}}
|
|
93
94
|
>
|
|
94
95
|
{{#if (and this.isLoading this.isLoadingMessage)}}
|
|
95
96
|
<EuiLoadingSpinner class="euiAccordion__spinner" />
|
|
@@ -114,4 +115,4 @@
|
|
|
114
115
|
</div>
|
|
115
116
|
</div>
|
|
116
117
|
</Element>
|
|
117
|
-
{{/let}}
|
|
118
|
+
{{/let}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-eui/core",
|
|
3
|
-
"version": "5.17.
|
|
3
|
+
"version": "5.17.1",
|
|
4
4
|
"description": "Ember Components for Elastic UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -186,5 +186,5 @@
|
|
|
186
186
|
"volta": {
|
|
187
187
|
"extends": "../../package.json"
|
|
188
188
|
},
|
|
189
|
-
"gitHead": "
|
|
189
|
+
"gitHead": "85ab9f6ed422c2d9b3f91fd9020759538f1b2f96"
|
|
190
190
|
}
|