@eturnity/eturnity_reusable_components 7.12.2-EPDM-9012.0 → 7.12.2-EPDM-9012.1

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.12.2-EPDM-9012.0",
3
+ "version": "7.12.2-EPDM-9012.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -13,9 +13,7 @@
13
13
  <info-text
14
14
  v-if="infoTextMessage"
15
15
  :text="infoTextMessage"
16
- borderColor="#ccc"
17
16
  :size="fontSize ? fontSize : '16px'"
18
- :alignArrow="infoTextAlign"
19
17
  />
20
18
  </label-wrapper>
21
19
  </template>
@@ -60,7 +58,6 @@ export default {
60
58
  // import labelText from "@eturnity/eturnity_reusable_components/src/components/label"
61
59
  // To use:
62
60
  // <label-text
63
- // infoTextAlign="right" // left by default
64
61
  // infoTextMessage="My info message"
65
62
  // label="Question 5"
66
63
  // />
@@ -80,9 +77,6 @@ export default {
80
77
  infoTextMessage: {
81
78
  required: false
82
79
  },
83
- infoTextAlign: {
84
- required: false
85
- },
86
80
  labelOptional: {
87
81
  required: false,
88
82
  default: false
@@ -13,9 +13,6 @@
13
13
  <info-text
14
14
  v-if="tab['labelInfoText']"
15
15
  :text="tab['labelInfoText']"
16
- borderColor="#ccc"
17
- size="14px"
18
- :alignArrow="tab['labelInfoAlign']"
19
16
  />
20
17
  </Option>
21
18
  </tab>