aloha-vue 1.0.263 → 1.0.264
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.
package/package.json
CHANGED
|
@@ -137,6 +137,7 @@ export default {
|
|
|
137
137
|
|
|
138
138
|
return {
|
|
139
139
|
classBodyLocal,
|
|
140
|
+
classButtonLocal,
|
|
140
141
|
classHeaderLocal,
|
|
141
142
|
currentIndex,
|
|
142
143
|
isBodyVisible,
|
|
@@ -192,7 +193,7 @@ export default {
|
|
|
192
193
|
|
|
193
194
|
buttonAttributes() {
|
|
194
195
|
const ATTRIBUTES = {
|
|
195
|
-
class: ["a_accordion__button", this.classButton, {
|
|
196
|
+
class: ["a_accordion__button", this.classButton, this.classButtonLocal, {
|
|
196
197
|
a_accordion__button_collapsed: !this.isOpen,
|
|
197
198
|
a_accordion__button_has_not_caret: !this.isCaretLocal,
|
|
198
199
|
a_accordion__button_with_gap: this.withGap,
|