RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
vue-wiguet-chatweb
Versions diffs
0.0.12 → 0.0.13
Page 4
vue-wiguet-chatweb 0.0.12 → 0.0.13
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/dist/components/Widget.vue.d.ts
+11
-1
package/dist/main.d.ts
+1
-0
package/dist/style.css
+1
-1
package/dist/vue-wiguet-chatweb.js
+668
-659
package/dist/vue-wiguet-chatweb.umd.cjs
+4
-4
package/package.json
+1
-1
package/src/components/MessageList.vue
+0
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "vue-wiguet-chatweb",
3
-
"version": "0.0.
12
",
3
+
"version": "0.0.
13
",
4
4
"type": "module",
5
5
"files": [
6
6
"dist",
package/src/components/MessageList.vue
CHANGED
Viewed
@@ -160,7 +160,6 @@ watch(
160
160
flex-direction: column;
161
161
justify-content: center;
162
162
margin-bottom: 0.5rem;
163
-
/* box-shadow: 0 2px 8px rgba(0, 0, 0, 20%); */
164
163
}
165
164
166
165
.message {
« First
‹ Prev
1
2
3
4