UNPKG

@buffetjs/styles

Version:

Buffetjs Styles - The styling solution of Buffetjs

31 lines (20 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); var _colors = _interopRequireDefault(require("../../assets/styles/colors")); var _sizes = _interopRequireDefault(require("../../assets/styles/sizes")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function _templateObject() { var data = _taggedTemplateLiteral(["\n width: 100%;\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n"]); _templateObject = function _templateObject() { return data; }; return data; } function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } var Label = _styledComponents["default"].label(_templateObject(), _sizes["default"].fontWeight.semiBold, _sizes["default"].input.fontSize, _colors["default"].blueTxt); var _default = Label; exports["default"] = _default;