@adobe-commerce/elsie 1.4.1-alpha001 → 1.4.1-alpha002

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": "@adobe-commerce/elsie",
3
- "version": "1.4.1-alpha001",
3
+ "version": "1.4.1-alpha002",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Domain Package SDK",
6
6
  "engines": {
@@ -79,6 +79,22 @@
79
79
  outline-offset: 1px;
80
80
  }
81
81
 
82
+ .dropin-product-item-card__image {
83
+ display: inline-block;
84
+ border-radius: var(--border-radius-xsmall, 4px);
85
+ outline: none;
86
+ }
87
+
88
+ .dropin-product-item-card__image:focus-visible {
89
+ outline: 2px solid var(--color-interactive-focus, #005fcc);
90
+ outline-offset: 2px;
91
+ z-index: 2;
92
+ }
93
+
94
+ .dropin-product-item-card__image-container {
95
+ overflow: visible;
96
+ }
97
+
82
98
  /* Medium (portrait tablets and large phones, 768px and up) */
83
99
  /* @media only screen and (min-width: 768px) { } */
84
100