@gymmymac/bob-widget 3.2.1 → 3.2.3

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/CHANGELOG.md CHANGED
@@ -5,6 +5,21 @@ All notable changes to the `@gymmymac/bob-widget` package will be documented in
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v3.2.3] - 2026-02-16
9
+
10
+ ### Fixed
11
+ - 🎨 **Chat Drawer Background Bleed-Through**: Increased chat drawer background opacity to `rgba(15, 23, 42, 0.92)` in both `ContainedChatDrawer` and `MobileChatDrawer` — prevents host-site orange/coloured backgrounds from bleeding through and tinting the PTT button and chat input
12
+
13
+ ---
14
+
15
+ ## [v3.2.2] - 2026-02-15
16
+
17
+ ### Fixed
18
+ - 🛡️ **Host CSS Override Protection**: PTT button, chat bar input, and state overlay styles now use CSS Custom Properties consumed by scoped `!important` rules (`.bob-widget-root .bob-ptt-btn` etc.) to resist host-site CSS overrides — fixes green PTT and white chat bar not rendering on CARFIX
19
+ - 🎨 **Keyframe Colour Correction**: `ptt-pulse` and `ring-breathe` animations updated from blue (`rgba(0,102,204)`) to green (`rgba(34,197,94)`)
20
+
21
+ ---
22
+
8
23
  ## [v3.2.1] - 2026-02-15
9
24
 
10
25
  ### Added
@@ -13,6 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
28
  ### Changed
14
29
  - 🟢 **PTT Idle Button Colour**: Changed from blue to green to match the breathing idle ring
15
30
 
31
+ ### Fixed
32
+ - 🛡️ **Host CSS Override Protection**: PTT button, chat bar input, and state overlay styles now resist host-site CSS overrides via scoped `!important` rules with CSS Custom Properties
33
+ - 🎨 **Keyframe Colour Correction**: `ptt-pulse` and `ring-breathe` animations updated from blue to green
34
+
16
35
  ---
17
36
 
18
37
  ## [v3.2.0] - 2026-02-15