contentoh-components-library 21.4.23 → 21.4.25
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.
|
@@ -15,7 +15,7 @@ var _variables = require("../../../../global-files/variables");
|
|
|
15
15
|
|
|
16
16
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
17
17
|
|
|
18
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n //height: 100%; // modo dev\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: flex-start;\n background: white;\n padding: 15px 14px 14px 14px;\n //border: 1px solid red;\n\n .container-chatDisabled {\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n background-color: #f7f7f7;\n border-radius: 17px;\n padding: 10px 15px;\n\n .label-chatDisabled {\n flex-grow: 2;\n font-family: ", ", sans-serif;\n font-size: 12px;\n text-align: center;\n color: #a2a2a2;\n }\n }\n\n .tooltipErrorUpdate {\n > div {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 5px;\n\n .label-title {\n font-family: ", ", sans-serif;\n font-size: 13px;\n text-align: center;\n color: #262626;\n }\n\n .label-detail {\n font-family: ", ", sans-serif;\n font-size: 11px;\n text-align: center;\n color: #262626;\n }\n }\n }\n\n .container-ErrorUpdate {\n width: 20px;\n height: 20px;\n display: grid;\n place-items: center;\n overflow: hidden;\n padding: 0px;\n }\n"])), _variables.FontFamily.RobotoRegular, _variables.FontFamily.RobotoMedium, _variables.FontFamily.RobotoRegular);
|
|
18
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n //height: 100%; // modo dev\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: flex-start;\n background: white;\n padding: 15px 14px 14px 14px;\n //border: 1px solid red;\n\n .container-chatDisabled {\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n background-color: #f7f7f7;\n border-radius: 17px;\n padding: 10px 15px;\n\n .label-chatDisabled {\n flex-grow: 2;\n font-family: ", ", sans-serif;\n font-size: 12px;\n text-align: center;\n color: #a2a2a2;\n }\n }\n\n .tooltipErrorUpdate {\n > div {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 5px;\n\n .label-title {\n font-family: ", ", sans-serif;\n font-size: 13px;\n text-align: center;\n color: #262626;\n }\n\n .label-detail {\n font-family: ", ", sans-serif;\n font-size: 11px;\n text-align: center;\n color: #262626;\n }\n }\n }\n\n .container-ErrorUpdate {\n width: 20px;\n height: 20px;\n display: grid;\n place-items: center;\n overflow: hidden;\n padding: 0px;\n }\n\n @media (max-width: 600px) { \n width: 90%;\n }\n"])), _variables.FontFamily.RobotoRegular, _variables.FontFamily.RobotoMedium, _variables.FontFamily.RobotoRegular);
|
|
19
19
|
|
|
20
20
|
exports.Container = Container;
|
|
21
21
|
|
package/package.json
CHANGED