aloha-vue 1.0.25 → 1.0.26

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/docs/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@popperjs/core": "2.11.6",
15
- "aloha-css": "1.0.29",
15
+ "aloha-css": "1.0.31",
16
16
  "lodash-es": "^4.17.21",
17
17
  "vue": "3.2.31",
18
18
  "vue-router": "4.0.14",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aloha-vue",
3
3
  "description": "Project aloha",
4
- "version": "1.0.25",
4
+ "version": "1.0.26",
5
5
  "author": "Ilia Brykin",
6
6
  "dependencies": {
7
7
  "@popperjs/core": "2.11.5",
@@ -22,6 +22,7 @@ import DoubleAngleRight from "./Icons/DoubleAngleRight";
22
22
  import DoubleAngleUp from "./Icons/DoubleAngleUp";
23
23
  import EyeClose from "./Icons/EyeClose";
24
24
  import EyeOpen from "./Icons/EyeOpen";
25
+ import Home from "./Icons/Home";
25
26
  import Lock from "./Icons/Lock";
26
27
  import Minus from "./Icons/Minus";
27
28
  import Ok from "./Icons/Ok";
@@ -73,6 +74,7 @@ export default {
73
74
  DoubleAngleUp,
74
75
  EyeClose,
75
76
  EyeOpen,
77
+ Home,
76
78
  Lock,
77
79
  Minus,
78
80
  Ok,
@@ -0,0 +1,10 @@
1
+ export default `<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="18"
4
+ height="18"
5
+ viewBox="0 0 1024 1024"
6
+ >
7
+ <path
8
+ d="M861.742 548.161l-349.742-303.724-349.727 303.724c-9.197 7.897-18.407 15.778-18.407 35.498v353.679c0 15.778 13.151 28.927 28.927 28.927h219.57v-277.427c0-15.778 11.837-27.602 27.602-27.602h184.073c15.778 0 27.602 11.837 27.602 27.602v278.735h219.57c15.778 0 28.927-13.151 28.927-28.927l-0.011-353.679c0-21.042-10.499-28.913-18.393-36.802zM1014.246 486.361l-178.803-156.467v-163.022c0-15.778-13.151-28.927-28.927-28.927h-47.337c-15.778 0-28.927 13.151-28.927 28.927v72.315l-198.514-174.876c-11.837-10.51-26.304-10.51-38.123 0l-483.848 422.052c-11.837 10.51-13.151 28.927-2.642 40.756l31.558 35.498c10.51 11.837 28.927 13.151 40.756 2.642l432.558-378.654 432.558 378.654c11.837 10.51 30.239 9.197 40.756-2.642l31.558-35.498c10.51-11.849 9.211-30.239-2.639-40.756z"
9
+ ></path>
10
+ </svg>`;
@@ -0,0 +1,3 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
2
+ <path d="M861.742 548.161l-349.742-303.724-349.727 303.724c-9.197 7.897-18.407 15.778-18.407 35.498v353.679c0 15.778 13.151 28.927 28.927 28.927h219.57v-277.427c0-15.778 11.837-27.602 27.602-27.602h184.073c15.778 0 27.602 11.837 27.602 27.602v278.735h219.57c15.778 0 28.927-13.151 28.927-28.927l-0.011-353.679c0-21.042-10.499-28.913-18.393-36.802zM1014.246 486.361l-178.803-156.467v-163.022c0-15.778-13.151-28.927-28.927-28.927h-47.337c-15.778 0-28.927 13.151-28.927 28.927v72.315l-198.514-174.876c-11.837-10.51-26.304-10.51-38.123 0l-483.848 422.052c-11.837 10.51-13.151 28.927-2.642 40.756l31.558 35.498c10.51 11.837 28.927 13.151 40.756 2.642l432.558-378.654 432.558 378.654c11.837 10.51 30.239 9.197 40.756-2.642l31.558-35.498c10.51-11.849 9.211-30.239-2.639-40.756z"></path>
3
+ </svg>