@ember-eui/core 5.8.1 → 5.8.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.
@@ -29,6 +29,7 @@
29
29
  )
30
30
  isLoading=@isLoading
31
31
  autoFocus=(and (not @isDisabled) @autoFocus)
32
+ icon=@triggerIcon
32
33
  }}
33
34
  @matcher={{@matcher}}
34
35
  @initiallyOpen={{@initiallyOpen}}
@@ -70,7 +71,7 @@
70
71
  (if @compressed "euiComboBox--compressed")
71
72
  (if @fullWidth "euiComboBox--fullWidth")
72
73
  (if @isDisabled "euiComboBox-isDisabled")
73
- (if @isInvalid "euiComboBox--isInvalid")
74
+ (if @isInvalid "euiComboBox-isInvalid")
74
75
  (if this.select.isOpen "euiComboBox-isOpen")
75
76
  }}
76
77
  @noMatchesMessageComponent={{if
@@ -1,5 +1,5 @@
1
1
  <EuiFormControlLayout
2
- @icon="arrowDown"
2
+ @icon={{arg-or-default @icon "arrowDown"}}
3
3
  @iconSide="right"
4
4
  @fullWidth={{@fullWidth}}
5
5
  @compressed={{@compressed}}
@@ -13,7 +13,7 @@ export const alignMapping = {
13
13
  };
14
14
 
15
15
  export const textStyleMapping = {
16
- center: `${baseClass}--reverse`,
16
+ reverse: `${baseClass}--reverse`,
17
17
  normal: ''
18
18
  };
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-eui/core",
3
- "version": "5.8.1",
3
+ "version": "5.8.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": "e057d6d6b01d895b7e338923bc5d390b8654e4b4"
185
+ "gitHead": "f9942c20d6e52e2f420ecca223285677f89a62b4"
186
186
  }