@iservice365/layer-common 0.0.3 → 0.0.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iservice365/layer-common
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - e317a6b: replace icons
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
@@ -27,7 +27,7 @@
27
27
  </template>
28
28
 
29
29
  <v-list-subheader>
30
- <span class="font-weight-bold text-white">Services</span>
30
+ <span class="font-weight-bold text-white">iService365 Services</span>
31
31
  </v-list-subheader>
32
32
  <template
33
33
  v-for="(service, serviceIndex) in services"
@@ -70,19 +70,19 @@ const services = computed(() => {
70
70
  {
71
71
  id: "hygiene",
72
72
  title: "Hygiene",
73
- icon: "mdi-spray",
73
+ icon: "mdi-spray-bottle",
74
74
  link: APP_HYGIENE,
75
75
  },
76
76
  {
77
77
  id: "property-management",
78
78
  title: "Property Management",
79
- icon: "mdi-home",
79
+ icon: "mdi-home-city-outline",
80
80
  link: APP_PROPERTY_MANAGEMENT,
81
81
  },
82
82
  {
83
83
  id: "mechanical-electrical",
84
84
  title: "Mechanical & Electrical",
85
- icon: "mdi-wrench",
85
+ icon: "mdi-tools",
86
86
  link: APP_MECHANICAL_ELECTRICAL,
87
87
  },
88
88
  ];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iservice365/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "0.0.3",
5
+ "version": "0.0.4",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"