vue-intergrall-plugins 1.0.1 → 1.0.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-intergrall-plugins",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",
@@ -28,8 +28,8 @@
28
28
  "@rollup/plugin-json": "^4.1.0",
29
29
  "@rollup/plugin-node-resolve": "^9.0.0",
30
30
  "@rollup/plugin-replace": "^2.4.2",
31
- "@vue/cli-plugin-babel": "^4.5.13",
32
- "@vue/cli-service": "^4.5.13",
31
+ "@vue/cli-plugin-babel": "^5.0.8",
32
+ "@vue/cli-service": "^5.0.8",
33
33
  "autoprefixer": "^10.3.6",
34
34
  "cross-env": "^7.0.3",
35
35
  "cssnano": "^5.0.8",
@@ -37,7 +37,7 @@
37
37
  "rimraf": "^3.0.2",
38
38
  "rollup": "^2.58.0",
39
39
  "rollup-plugin-terser": "^7.0.2",
40
- "rollup-plugin-vue": "^5.1.9",
40
+ "rollup-plugin-vue": "^6.0.0",
41
41
  "vue": "^2.6.14",
42
42
  "vue-template-compiler": "^2.6.14"
43
43
  },
@@ -60,7 +60,8 @@
60
60
  "node": ">=12"
61
61
  },
62
62
  "dependencies": {
63
- "axios": "^0.26.0",
64
- "kind-of": "^6.0.3"
63
+ "axios": "^1.6.7",
64
+ "kind-of": "^6.0.3",
65
+ "rollup-plugin-css-only": "^4.5.2"
65
66
  }
66
67
  }
@@ -19,7 +19,7 @@ export default {
19
19
  }
20
20
  </script>
21
21
 
22
- <style>
22
+ <style scoped>
23
23
  .simple-btn--icon.custom > span {
24
24
  width: 20px;
25
25
  height: 20px;
@@ -72,7 +72,7 @@ export default {
72
72
  }
73
73
  </script>
74
74
 
75
- <style>
75
+ <style scoped>
76
76
  .default-btn-style {
77
77
  transition-duration: 300ms;
78
78
  user-select: none;
@@ -210,7 +210,7 @@ export default {
210
210
  };
211
211
  </script>
212
212
 
213
- <style>
213
+ <style scoped>
214
214
  .fade-enter-active,
215
215
  .fade-leave-active {
216
216
  transition: opacity 200ms;
@@ -60,7 +60,7 @@ export default {
60
60
  }
61
61
  </script>
62
62
 
63
- <style>
63
+ <style scoped>
64
64
  .file-item {
65
65
  width: 100%;
66
66
  height: 100%;
@@ -108,19 +108,7 @@ export default {
108
108
  };
109
109
  </script>
110
110
 
111
- <style>
112
- .show-y-enter-active,
113
- .show-y-leave-enter {
114
- opacity: 1;
115
- transform: translateY(0);
116
- transition: all 200ms linear;
117
- }
118
- .show-y-enter,
119
- .show-y-leave-to {
120
- opacity: 0;
121
- transform: translateY(5%);
122
- }
123
-
111
+ <style scoped>
124
112
  .emoji-text-container {
125
113
  position: relative;
126
114
  }
@@ -136,7 +136,7 @@
136
136
  </span>
137
137
  </template>
138
138
 
139
- <style>
139
+ <style scoped>
140
140
  .fade-enter-active,
141
141
  .fade-leave-active {
142
142
  transition: opacity 0.3s;