@ember-eui/core 5.14.1 → 5.14.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.
@@ -56,9 +56,7 @@
56
56
  @paddingSize={{this.panelPaddingSize}}
57
57
  {{simple-style this._popoverStyles}}
58
58
  {{did-insert this.registerPanel}}
59
- {{outside-click-detector
60
- onOutsideClick=(arg-or-default this.onClickOutside)
61
- }}
59
+ {{outside-click-detector onOutsideClick=this.onClickOutside}}
62
60
  {{on-key "Escape" this.onEscapeKey}}
63
61
  {{focus-trap
64
62
  isActive=(not
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-eui/core",
3
- "version": "5.14.1",
3
+ "version": "5.14.2",
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": "fc26397439fe0c49280a839d84e3e9e48040d56f"
189
+ "gitHead": "1c81c42977c5d57fb2968656d0d2c1d1200258d9"
190
190
  }