aloha-vue 1.0.199 → 1.0.200

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.199",
4
+ "version": "1.0.200",
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"
@@ -22,7 +22,7 @@ export default {
22
22
  id: {
23
23
  type: String,
24
24
  required: false,
25
- default: () => uniqueId("a_ui_"),
25
+ default: () => uniqueId("a_btn_"),
26
26
  },
27
27
  type: {
28
28
  type: String,
@@ -216,7 +216,7 @@ export default {
216
216
  this.isTextScreenReaderVisible && h(ATranslation, {
217
217
  class: "a_sr_only",
218
218
  tag: "span",
219
- html: this.text,
219
+ html: this.textScreenReader,
220
220
  extra: this.extraTranslate,
221
221
  }),
222
222
  this.isIconRight && h(AIcon, {