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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aloha-vue",
3
3
  "description": "Project aloha",
4
- "version": "1.0.263",
4
+ "version": "1.0.264",
5
5
  "author": "Ilia Brykin",
6
6
  "scripts": {
7
7
  "build-icons": "node scriptsNode/iconsSvgToJs.js bootstrap3 && node scriptsNode/iconsSvgToJs.js bootstrap-1-9-1"
@@ -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,