aloha-vue 1.0.337 → 1.0.338

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/README.md CHANGED
@@ -1,7 +1,10 @@
1
+ ![npm (scoped)](https://img.shields.io/npm/v/aloha-vue?label=NPM)
2
+ ![NPM](https://img.shields.io/npm/l/aloha-vue?label=License)
3
+ ![npm](https://img.shields.io/npm/dt/aloha-vue?label=Downloads)
1
4
 
2
- ![Aloha Framework logo](./static/aloha_logo.png)
3
- # aloha-vue
4
- v1.0.337
5
+ # aloha-vue
6
+
7
+ ![Aloha Framework logo](.images/aloha_logo.png)
5
8
 
6
9
  ---
7
10
 
@@ -31,6 +34,9 @@ The documentation can be found in the docs/ directory. Each component has a dedi
31
34
 
32
35
  Aloha documentation is available in English, German, Spanish, French, Arabic, Italian, Russian and Croatian.
33
36
 
37
+ ## Sponsor / Support
38
+
39
+ [PROUNIX](https://prounix.de/)
34
40
 
35
41
  ## License
36
42
  aloha-vue is released under [MIT](https://github.com/ilia-brykin/aloha/blob/master/LICENSE) license.
package/package.json CHANGED
@@ -1,8 +1,41 @@
1
1
  {
2
2
  "name": "aloha-vue",
3
- "description": "Project aloha",
4
- "version": "1.0.337",
5
- "author": "Ilia Brykin",
3
+ "description": "Aloha-vue is a JavaScript library that provides a wide range of accessible components and directives for Vue.js. Accessibility is of paramount importance to us, and we have designed all our components to meet accessibility compliance criteria. This library is a valuable tool for frontend developers and has already been used in three projects, including two large-scale ones",
4
+ "keywords": [
5
+ "accessibility compliance criteria",
6
+ "accessible",
7
+ "Aloha-vue",
8
+ "components",
9
+ "directives",
10
+ "frontend developers",
11
+ "JavaScript library",
12
+ "large-scale projects",
13
+ "utility",
14
+ "Vue.js"
15
+ ],
16
+ "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
+ "version": "1.0.338",
18
+ "author": {
19
+ "name": "Ilia Brykin",
20
+ "email": "brykin.ilia@gmail.com"
21
+ },
22
+ "contributors": [
23
+ {
24
+ "name": "Emilija Zdilar"
25
+ },
26
+ {
27
+ "name": "Hafedh Souissi"
28
+ }
29
+ ],
30
+ "bugs": {
31
+ "url": "https://github.com/ilia-brykin/aloha/issues",
32
+ "email": "aloha.vue@gmail.com"
33
+ },
34
+ "license": "MIT",
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "https://github.com/ilia-brykin/aloha.git"
38
+ },
6
39
  "scripts": {
7
40
  "build-icons": "node scriptsNode/iconsSvgToJs.js bootstrap3 && node scriptsNode/iconsSvgToJs.js bootstrap-1-9-1"
8
41
  },
File without changes