livechat 0.4.1 → 0.4.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/livechat/version.rb +1 -1
- data/lib/livechat/widget.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f42dfde953e1643e5cc5fbfce81dc237376788709890a6254a4800bec927f51d
|
|
4
|
+
data.tar.gz: 76e741f442b6b847d3aa4edd37432ee55f2fe6ac9d8d38a356bf716023f4e146
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20ed071145a817ffa93933ea8db69585a64edc7bfd88931420126a2a82a5c096ff34b5b94fff2a12c3a092de20dd742e1df637355df20994f7d93c57965a0e7a
|
|
7
|
+
data.tar.gz: d77df77a8b6c6a9bf050403fb05c791fa02dd5fa350aa663e0d23b2445d1269110690321c3f8f8f9593fecba1a9e3013cb30e4b6a5f3d9327f042ecba6b80ae7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
- Breathing room between the widget's pending-file chips and the composer —
|
|
6
|
+
the chip row now has bottom padding, so it no longer sits flush against the
|
|
7
|
+
message input.
|
|
8
|
+
|
|
3
9
|
## 0.4.1
|
|
4
10
|
|
|
5
11
|
- Consistent attachment UI across both sides. The inbox reply now shows the
|
data/lib/livechat/version.rb
CHANGED
data/lib/livechat/widget.js
CHANGED
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"cursor:pointer;border-radius:10px}" +
|
|
837
837
|
"#lvc-root #lvc-attach:hover{background:var(--lvc-bg);color:var(--lvc-text)}" +
|
|
838
838
|
// Pending-file chips above the composer.
|
|
839
|
-
"#lvc-files{display:flex;flex-wrap:wrap;gap:6px;padding:
|
|
839
|
+
"#lvc-files{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px}" +
|
|
840
840
|
"#lvc-files[hidden]{display:none}" +
|
|
841
841
|
"#lvc-root .lvc-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;" +
|
|
842
842
|
"padding:4px 6px 4px 10px;border:1px solid var(--lvc-border);border-radius:999px;" +
|