@eturnity/eturnity_reusable_components 7.45.5-EPDM-11314.2 → 7.45.5-EPDM-11313-EPDM-11314.2

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.45.5-EPDM-11314.2",
3
+ "version": "7.45.5-EPDM-11313-EPDM-11314.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -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,