@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "7.51.9",
3
+ "version": "7.51.11",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -25,7 +25,11 @@
25
25
  :src="image"
26
26
  @load="onImageLoad"
27
27
  />
28
- <span ref="textContent" :style="textStyle" v-html="text"></span>
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,
@@ -91,7 +91,7 @@
91
91
  @input-change="$emit('select-change', $event)"
92
92
  >
93
93
  <template #selector>
94
- <SelectText>{{ getSelectValue() }}</SelectText>
94
+ <SelectText>{{ getSelectValue }}</SelectText>
95
95
  </template>
96
96
  <template #dropdown>
97
97
  <RCOption