@pluno/product-agent-web 0.1.4 → 0.1.5

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.
@@ -705,7 +705,7 @@ function F(e, t) {
705
705
  left: 2px;
706
706
  }
707
707
  .pluno-pa-widget__message:hover .pluno-pa-widget__message-copy,
708
- .pluno-pa-widget__message:focus-within .pluno-pa-widget__message-copy {
708
+ .pluno-pa-widget__message-copy:focus-visible {
709
709
  opacity: 1;
710
710
  pointer-events: auto;
711
711
  transform: translateY(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluno/product-agent-web",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Browser SDK and default widget for embedding Pluno Product Agent into customer web apps.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",