@lukso/web-components 1.160.0 → 1.160.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.
|
@@ -7,7 +7,7 @@ const property = require('../../property-dUn0JQiG.cjs');
|
|
|
7
7
|
const unsafeHtml = require('../../unsafe-html-DHNeIs-4.cjs');
|
|
8
8
|
const styleMap = require('../../style-map-nBexjTCa.cjs');
|
|
9
9
|
|
|
10
|
-
const style = ":host {\n position: relative;\n display: inline-
|
|
10
|
+
const style = ":host {\n position: relative;\n display: inline-flex;\n line-height: 0;\n}\n:host svg {\n display: block !important;\n}";
|
|
11
11
|
|
|
12
12
|
const addPhoto = (options) => {
|
|
13
13
|
return shared_tailwindElement_index.x`<svg
|
|
@@ -3,7 +3,7 @@ import { n, t } from '../../property-Da9lvmME.js';
|
|
|
3
3
|
import { o as o$1 } from '../../unsafe-html-Ci4jmi7b.js';
|
|
4
4
|
import { o } from '../../style-map-CDCcO0mt.js';
|
|
5
5
|
|
|
6
|
-
const style = ":host {\n position: relative;\n display: inline-
|
|
6
|
+
const style = ":host {\n position: relative;\n display: inline-flex;\n line-height: 0;\n}\n:host svg {\n display: block !important;\n}";
|
|
7
7
|
|
|
8
8
|
const addPhoto = (options) => {
|
|
9
9
|
return x`<svg
|