@xdam/ember-partials 3.0.0 → 3.0.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.
@@ -10,6 +10,8 @@
10
10
  this.colorClassNames
11
11
  " "
12
12
  this.dialogDefaultAction
13
+ " "
14
+ this.class
13
15
  }}
14
16
  data-test-button={{@testSelector}}
15
17
  data-mdc-dialog-action={{@dialogActionName}}
@@ -65,6 +65,10 @@ export default class XepButtonComponent extends Component {
65
65
  * @type {*}
66
66
  */
67
67
 
68
+ get class() {
69
+ return this.args.class ? this.args.class : '';
70
+ }
71
+
68
72
  /**
69
73
  * Define the `disabled` attribute.
70
74
  * @argument [disabled]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xdam/ember-partials",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Xdam Ember Partials https://xdam.github.io/ember-partials/versions/development/",
5
5
  "keywords": [
6
6
  "ember-addon"