@lideralia/alife-uikit 1.3.14 → 1.3.15
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.
|
@@ -31,7 +31,7 @@ const LabelArea = _styledComponents.default.div.withConfig({
|
|
|
31
31
|
const StyledTextarea = _styledComponents.default.textarea.withConfig({
|
|
32
32
|
displayName: "QuestionCard__StyledTextarea",
|
|
33
33
|
componentId: "sc-1um2m61-3"
|
|
34
|
-
})(["display:block;width:100%;height:186px;padding:18px;box-sizing:border-box;background:#ffffff;border:2px solid #b2b2b9;border-radius:14px;font-family:inherit;font-size:
|
|
34
|
+
})(["display:block;width:100%;height:186px;padding:18px;box-sizing:border-box;background:#ffffff;border:2px solid #b2b2b9;border-radius:14px;font-family:inherit;font-size:16px;font-weight:700;line-height:24px;color:#2a2a3c;resize:none;outline:none;transition:border-color 0.2s ease;&::placeholder{font-weight:500;color:#b2b2b9;}&:focus{border-color:#7f7f8a;}"]);
|
|
35
35
|
|
|
36
36
|
const QuestionCard = _ref => {
|
|
37
37
|
let {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lideralia/alife-uikit",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.15",
|
|
4
4
|
"description": "Librería y documentación de componentes, basada en el Design System de Alife.",
|
|
5
5
|
"homepage": "https://github.com/lideralia/alife-frontend-components#readme",
|
|
6
6
|
"bugs": {
|