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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5996e3979cd73dab0019abd50f021bdec6abcf3953794dff646c056ecc2b3e92
4
- data.tar.gz: 747930bfc368d5ba79683b8ef0890065415c3489f6180204b60fe7879294b916
3
+ metadata.gz: f42dfde953e1643e5cc5fbfce81dc237376788709890a6254a4800bec927f51d
4
+ data.tar.gz: 76e741f442b6b847d3aa4edd37432ee55f2fe6ac9d8d38a356bf716023f4e146
5
5
  SHA512:
6
- metadata.gz: a3158ae2981632e866fa0d7abbed03446a5f3cb64edc3d82dd0a12bb8c562b87b7804c5bf17770b10b8ce82bcd206972582c99aaf6545f8e0c35cbdd78c19ccd
7
- data.tar.gz: 2a1eec1c1dc53d0a5d40ed8ac4f047132f2047e4e7ea9e8e1f103683411c9e21eb0ce38e57e4f98528927f040786f50b50ab1df4a5e9cc588cd601f5cc6ab824
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Livechat
4
- VERSION = '0.4.1'
4
+ VERSION = '0.4.2'
5
5
  end
@@ -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:8px 12px 0}" +
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;" +
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livechat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Shmarov