@eturnity/eturnity_reusable_components 7.45.2-EPDM-11314.0 → 7.45.2-EPDM-11313-EPDM-11314.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
:type="type"
|
12
12
|
>
|
13
13
|
<LabelComponent :has-icon="Boolean(icon)">
|
14
|
-
<Icon v-if="icon" :name="icon" size="14px" />
|
14
|
+
<Icon v-if="icon" :name="icon" :color="iconColor" size="14px" />
|
15
15
|
{{ text }}
|
16
16
|
</LabelComponent>
|
17
17
|
</ButtonContainer>
|
@@ -112,6 +112,11 @@
|
|
112
112
|
default: null,
|
113
113
|
type: String,
|
114
114
|
},
|
115
|
+
iconColor: {
|
116
|
+
required: false,
|
117
|
+
default: '',
|
118
|
+
type: String,
|
119
|
+
},
|
115
120
|
text: {
|
116
121
|
required: true,
|
117
122
|
type: String,
|