vue-wiguet-chatweb 0.0.12 → 0.0.13

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-wiguet-chatweb",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -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 {