@eturnity/eturnity_reusable_components 7.51.9 → 7.51.11
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
@@ -25,7 +25,11 @@
|
|
25
25
|
:src="image"
|
26
26
|
@load="onImageLoad"
|
27
27
|
/>
|
28
|
-
<span ref="textContent" :style="textStyle"
|
28
|
+
<span ref="textContent" :style="textStyle">
|
29
|
+
<slot>
|
30
|
+
<span v-html="text"></span>
|
31
|
+
</slot>
|
32
|
+
</span>
|
29
33
|
</TextOverlay>
|
30
34
|
<Arrow :image="image" :style="arrowStyle" />
|
31
35
|
</TextWrapper>
|
@@ -120,7 +124,6 @@
|
|
120
124
|
size: {
|
121
125
|
type: String,
|
122
126
|
default: '14px',
|
123
|
-
type: String,
|
124
127
|
},
|
125
128
|
infoPosition: {
|
126
129
|
required: false,
|