livechat 0.7.0 → 0.7.1

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: 3068cc97c1460ba3cec4f85670bf78b94a98ad38bbc6acf9e244b35b70f7c49c
4
- data.tar.gz: 0f384fe194ed0cafae68da41e3bcd20d80f7ff56e89aafdb25f10265ba4202c5
3
+ metadata.gz: d8510b0623f63c828acb19577dc5383d2541a245e5cda9ee667b1dba3f3a5b19
4
+ data.tar.gz: 3ae2d82e86cd025e3a750bbf583e3362273bc1b4c2b5888432b45e6445c754fc
5
5
  SHA512:
6
- metadata.gz: 66fcad915c30d22220db8730e8c2f8433e96dd8db1bfae6e33e2e162230a60e93c9829467135526e797c34c4f82e910c48f4c057adb0fa201db97694f673f9ec
7
- data.tar.gz: f13d5a99530347b8ca35eec44e9e4520e595f1d485353cff4b6700251845e3ff6bbd8c6023a4ffb6a0ba9768f389c7cc6bb07afc862113387a689d153314160b
6
+ metadata.gz: 1c6186e6fc58c2b3b9c4732e8f25dcc07e358698ac5c31ebf60cdb8d08bf27cd50ff27e3e67b5c28713c4f14fc9eb323e55620926132ab76ca08c36829dd4eb9
7
+ data.tar.gz: fce349af0d40f1b1fd547b6cf442d8f81acec08ff425f5e105326149fce925c6c594161a3350b924ed42e947be079257776783effa2820eb732f6ea11886f56f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.7.1
4
+
5
+ - Removed the translucent border and background from the customer-facing
6
+ avatar so app logos sit cleanly on the widget header.
7
+
3
8
  ## 0.7.0
4
9
 
5
10
  - Added `config.avatar_url`, accepting a URL or per-request callable, to show
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Livechat
4
- VERSION = '0.7.0'
4
+ VERSION = '0.7.1'
5
5
  end
@@ -1233,8 +1233,7 @@
1233
1233
  "justify-content:space-between;gap:8px;padding:14px 16px;background:var(--lvc-accent);" +
1234
1234
  "color:var(--lvc-accent-text)}" +
1235
1235
  "#lvc-identity{display:flex;align-items:center;gap:10px;min-width:0}" +
1236
- "#lvc-avatar{width:44px;height:44px;flex:0 0 44px;border-radius:50%;object-fit:cover;" +
1237
- "border:2px solid rgba(255,255,255,.35);background:rgba(255,255,255,.15)}" +
1236
+ "#lvc-avatar{width:44px;height:44px;flex:0 0 44px;border-radius:50%;object-fit:cover}" +
1238
1237
  "#lvc-titles{min-width:0}" +
1239
1238
  "#lvc-header strong{display:block;font-size:15px}" +
1240
1239
  "#lvc-header span{display:block;font-size:12px;opacity:.85;margin-top:2px}" +
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Shmarov