styled-base-components
Version:
The bootstrap base components created with styled-components
372 lines (245 loc) • 8.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Transition", {
enumerable: true,
get: function get() {
return _transitions.Transition;
}
});
Object.defineProperty(exports, "BootstrapBaseCss", {
enumerable: true,
get: function get() {
return _globalStyle.BootstrapBaseCss;
}
});
Object.defineProperty(exports, "Utilities", {
enumerable: true,
get: function get() {
return _utilityStyle.Utilities;
}
});
exports.Textarea = exports.Select = exports.Button = exports.Table = exports.Input = exports.Small = exports.Form = exports.Span = exports.Img = exports.Nav = exports.Div = exports.Td = exports.Tr = exports.H6 = exports.H5 = exports.H4 = exports.H3 = exports.H2 = exports.H1 = exports.Ol = exports.Li = exports.Ul = exports.A = exports.P = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
var _transitions = require("./components/transitions");
var _globalStyle = require("./components/globalStyle");
var _utilityStyle = require("./components/utilityStyle");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _templateObject24() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject24 = function _templateObject24() {
return data;
};
return data;
}
function _templateObject23() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject23 = function _templateObject23() {
return data;
};
return data;
}
function _templateObject22() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject22 = function _templateObject22() {
return data;
};
return data;
}
function _templateObject21() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject21 = function _templateObject21() {
return data;
};
return data;
}
function _templateObject20() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject20 = function _templateObject20() {
return data;
};
return data;
}
function _templateObject19() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject19 = function _templateObject19() {
return data;
};
return data;
}
function _templateObject18() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject18 = function _templateObject18() {
return data;
};
return data;
}
function _templateObject17() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject17 = function _templateObject17() {
return data;
};
return data;
}
function _templateObject16() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject16 = function _templateObject16() {
return data;
};
return data;
}
function _templateObject15() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject15 = function _templateObject15() {
return data;
};
return data;
}
function _templateObject14() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject14 = function _templateObject14() {
return data;
};
return data;
}
function _templateObject13() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject13 = function _templateObject13() {
return data;
};
return data;
}
function _templateObject12() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject12 = function _templateObject12() {
return data;
};
return data;
}
function _templateObject11() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject11 = function _templateObject11() {
return data;
};
return data;
}
function _templateObject10() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject10 = function _templateObject10() {
return data;
};
return data;
}
function _templateObject9() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject9 = function _templateObject9() {
return data;
};
return data;
}
function _templateObject8() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject8 = function _templateObject8() {
return data;
};
return data;
}
function _templateObject7() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject7 = function _templateObject7() {
return data;
};
return data;
}
function _templateObject6() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject6 = function _templateObject6() {
return data;
};
return data;
}
function _templateObject5() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject5 = function _templateObject5() {
return data;
};
return data;
}
function _templateObject4() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject4 = function _templateObject4() {
return data;
};
return data;
}
function _templateObject3() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject3 = function _templateObject3() {
return data;
};
return data;
}
function _templateObject2() {
var data = _taggedTemplateLiteral(["", ";"]);
_templateObject2 = function _templateObject2() {
return data;
};
return data;
}
function _templateObject() {
var data = _taggedTemplateLiteral(["", ";"]);
_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 P = _styledComponents.default.p(_templateObject(), _utilityStyle.Utilities);
exports.P = P;
var A = _styledComponents.default.a(_templateObject2(), _utilityStyle.Utilities);
exports.A = A;
var Ul = _styledComponents.default.ul(_templateObject3(), _utilityStyle.Utilities);
exports.Ul = Ul;
var Li = _styledComponents.default.li(_templateObject4(), _utilityStyle.Utilities);
exports.Li = Li;
var Ol = _styledComponents.default.ol(_templateObject5(), _utilityStyle.Utilities);
exports.Ol = Ol;
var H1 = _styledComponents.default.h1(_templateObject6(), _utilityStyle.Utilities);
exports.H1 = H1;
var H2 = _styledComponents.default.h2(_templateObject7(), _utilityStyle.Utilities);
exports.H2 = H2;
var H3 = _styledComponents.default.h3(_templateObject8(), _utilityStyle.Utilities);
exports.H3 = H3;
var H4 = _styledComponents.default.h4(_templateObject9(), _utilityStyle.Utilities);
exports.H4 = H4;
var H5 = _styledComponents.default.h5(_templateObject10(), _utilityStyle.Utilities);
exports.H5 = H5;
var H6 = _styledComponents.default.h6(_templateObject11(), _utilityStyle.Utilities);
exports.H6 = H6;
var Tr = _styledComponents.default.tr(_templateObject12(), _utilityStyle.Utilities);
exports.Tr = Tr;
var Td = _styledComponents.default.td(_templateObject13(), _utilityStyle.Utilities);
exports.Td = Td;
var Div = _styledComponents.default.div(_templateObject14(), _utilityStyle.Utilities);
exports.Div = Div;
var Nav = _styledComponents.default.nav(_templateObject15(), _utilityStyle.Utilities);
exports.Nav = Nav;
var Img = _styledComponents.default.img(_templateObject16(), _utilityStyle.Utilities);
exports.Img = Img;
var Span = _styledComponents.default.span(_templateObject17(), _utilityStyle.Utilities);
exports.Span = Span;
var Form = _styledComponents.default.form(_templateObject18(), _utilityStyle.Utilities);
exports.Form = Form;
var Small = _styledComponents.default.small(_templateObject19(), _utilityStyle.Utilities);
exports.Small = Small;
var Input = _styledComponents.default.input(_templateObject20(), _utilityStyle.Utilities);
exports.Input = Input;
var Table = _styledComponents.default.table(_templateObject21(), _utilityStyle.Utilities);
exports.Table = Table;
var Button = _styledComponents.default.button(_templateObject22(), _utilityStyle.Utilities);
exports.Button = Button;
var Select = _styledComponents.default.select(_templateObject23(), _utilityStyle.Utilities);
exports.Select = Select;
var Textarea = _styledComponents.default.textarea(_templateObject24(), _utilityStyle.Utilities);
exports.Textarea = Textarea;