@adobe-commerce/elsie 1.3.1-alpha017 → 1.3.1-alpha018

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.3.1-alpha017",
3
+ "version": "1.3.1-alpha018",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Domain Package SDK",
6
6
  "engines": {
@@ -192,12 +192,12 @@ function UrlSvgLoader({
192
192
  }
193
193
 
194
194
  return (
195
- <div
195
+ <span
196
196
  className={props.className}
197
197
  style={{
198
198
  width: String(props.width),
199
199
  height: String(props.height),
200
- display: 'inline-block',
200
+ display: 'inline-flex',
201
201
  lineHeight: 0,
202
202
  }}
203
203
  dangerouslySetInnerHTML={{ __html: svgContent }}