sag_components 1.0.873 → 1.0.874
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.
|
@@ -10,7 +10,7 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
|
10
10
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11;
|
|
11
11
|
const QuickFilterInput = exports.QuickFilterInput = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n align-content: center;\n justify-content: center;\n align-items: flex-start;\n width: ", ";\n font-family: \"Poppins\", sans-serif;\n font-weight: 400;\n font-size: 14px;\n border-radius: 8px;\n"])), props => props.width || "auto");
|
|
12
12
|
const Label = exports.Label = _styledComponents.default.label(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n font-size: 14px;\n font-weight: 500;\n color: #212121;\n font-family: \"Poppins\";\n white-space: nowrap;\n"])));
|
|
13
|
-
const InputContainer = exports.InputContainer = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: space-between;\n align-content: center;\n white-space: pre-wrap;\n align-items: center;\n overflow: hidden;\n padding: 6px 16px;\n margin-bottom: 8px;\n width: 276px;\n height: 36px;\n border: 1px solid\n ", ";\n font-family: \"Poppins\", sans-serif;\n font-weight: 400;\n font-size: 14px;\n border-radius:
|
|
13
|
+
const InputContainer = exports.InputContainer = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: space-between;\n align-content: center;\n white-space: pre-wrap;\n align-items: center;\n overflow: hidden;\n padding: 6px 16px;\n margin-bottom: 8px;\n width: 276px;\n height: 36px;\n border: 1px solid\n ", ";\n font-family: \"Poppins\", sans-serif;\n font-weight: 400;\n font-size: 14px;\n border-radius: 9px;\n outline: none;\n color: ", ";\n\n &:hover {\n border: 1px solid\n ", ";\n cursor: ", ";\n }\n\n &:focus {\n border: 1px solid\n ", ";\n }\n"])), props => props.disabled ? "#bdbdbd" : props.error ? "red" : "#B1B1B1", props => props.disabled ? "#888" : "#212121", props => props.disabled ? "#bdbdbd" : props.error ? "red" : props.hoverColor || "#212121", props => props.disabled ? "not-allowed" : "pointer", props => props.disabled ? "#bdbdbd" : props.error ? "red" : props.labelColor || "#212121");
|
|
14
14
|
const InputSubContainer = exports.InputSubContainer = _styledComponents.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n color: ", ";\n gap: 8px;\n"])), props => props.disabled ? "#888" : "#212121");
|
|
15
15
|
const StyledInput = exports.StyledInput = _styledComponents.default.input(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n width: 130px;\n height: 20px;\n font-family: \"Poppins\";\n font-weight: 400;\n font-size: 14px;\n outline: none;\n color: ", ";\n border: none;\n background-color: transparent;\n &::placeholder {\n color: #b1b1b1;\n }\n"])), props => props.disabled ? "#888" : "#212121");
|
|
16
16
|
const OptionsContainer = exports.OptionsContainer = _styledComponents.default.div(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["\n margin: 0;\n top: 100%;\n left: 0;\n z-index: 100;\n width: 100%;\n background-color: #fff;\n display: ", ";\n"])), props => {
|