@zeedhi/zd-avatar-vue 1.3.1 → 1.3.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/dist/avatar-vue.esm.js +1 -1
- package/dist/avatar-vue.umd.js +1 -1
- package/package.json +3 -3
- package/tsconfig.eslint.json +0 -10
package/dist/avatar-vue.esm.js
CHANGED
|
@@ -273,7 +273,7 @@ __vue_render__._withStripped = true;
|
|
|
273
273
|
/* style */
|
|
274
274
|
const __vue_inject_styles__ = function (inject) {
|
|
275
275
|
if (!inject) return
|
|
276
|
-
inject("data-v-
|
|
276
|
+
inject("data-v-8118c75e_0", { source: ".zd-avatar--link {\n cursor: pointer;\n}", map: undefined, media: undefined });
|
|
277
277
|
|
|
278
278
|
};
|
|
279
279
|
/* scoped */
|
package/dist/avatar-vue.umd.js
CHANGED
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
/* style */
|
|
276
276
|
const __vue_inject_styles__ = function (inject) {
|
|
277
277
|
if (!inject) return
|
|
278
|
-
inject("data-v-
|
|
278
|
+
inject("data-v-8118c75e_0", { source: ".zd-avatar--link {\n cursor: pointer;\n}", map: undefined, media: undefined });
|
|
279
279
|
|
|
280
280
|
};
|
|
281
281
|
/* scoped */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/zd-avatar-vue",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Implementation of Avatar component using Zeedhi library",
|
|
5
5
|
"main": "dist/avatar-vue.umd.js",
|
|
6
6
|
"module": "dist/avatar-vue.esm.js",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@zeedhi/common": "^1.0.0",
|
|
18
18
|
"@zeedhi/vuetify": "^1.0.0",
|
|
19
|
-
"@zeedhi/zd-avatar-common": "
|
|
19
|
+
"@zeedhi/zd-avatar-common": "file:packages/common",
|
|
20
20
|
"vue": "^2.6.12",
|
|
21
21
|
"vue-class-component": "^7.2.6",
|
|
22
22
|
"vue-property-decorator": "^9.1.2"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "c9a0a7b96338f412ae02aec669193c6a04c2ee0c"
|
|
25
25
|
}
|