@ordergroove/offers 2.45.4 → 2.45.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordergroove/offers",
3
- "version": "2.45.4",
3
+ "version": "2.45.5",
4
4
  "description": "offer state component",
5
5
  "author": "Eugenio Lattanzio <eugenio63@gmail.com>",
6
6
  "homepage": "https://github.com/ordergroove/plush-toys#readme",
@@ -49,5 +49,5 @@
49
49
  "@ordergroove/offers-templates": "^0.9.8",
50
50
  "@types/lodash.memoize": "^4.1.9"
51
51
  },
52
- "gitHead": "76a2cab67f8b85669547c1e5f6d19ce78f5ab5c9"
52
+ "gitHead": "882d256d0e2bcdc6592f9e789783565e633f7c21"
53
53
  }
@@ -153,7 +153,8 @@ export class Tooltip extends LitElement {
153
153
  }
154
154
 
155
155
  .tooltip:hover .content,
156
- .trigger:focus + .content {
156
+ .trigger:focus + .content,
157
+ .content:focus-within {
157
158
  opacity: 1;
158
159
  width: 200px;
159
160
  pointer-events: auto;