@eturnity/eturnity_reusable_components 1.1.6 → 1.1.7
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
|
@@ -100,6 +100,10 @@ const ErrorMessage = styled.div`
|
|
|
100
100
|
bottom: -18px;
|
|
101
101
|
`
|
|
102
102
|
|
|
103
|
+
const InputLabel = styled.div`
|
|
104
|
+
font-weight: bold;
|
|
105
|
+
`
|
|
106
|
+
|
|
103
107
|
export default {
|
|
104
108
|
name: "text-area-input",
|
|
105
109
|
components: {
|
|
@@ -109,6 +113,7 @@ export default {
|
|
|
109
113
|
ErrorMessage,
|
|
110
114
|
InfoText,
|
|
111
115
|
LabelWrapper,
|
|
116
|
+
InputLabel,
|
|
112
117
|
},
|
|
113
118
|
props: {
|
|
114
119
|
placeholder: {
|