UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

36 lines (30 loc) 1.31 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var tslib_es6 = require('../../../../../node_modules/tslib/tslib.es6.js'); var React = require('react'); var React__default = _interopDefault(React); var styled = require('styled-components'); var styled__default = _interopDefault(styled); var index_esm$2 = require('../../../../../node_modules/@styled-system/color/dist/index.esm.js'); var index_esm$9 = require('../../../../../node_modules/@styled-system/space/dist/index.esm.js'); require('../../../../../node_modules/styled-system/dist/index.esm.js'); /** * @file index.tsx * * @fileoverview Shows content inside a landing page row. */ const StyledSimpleTextText = styled__default.div ` padding: ${props => props.theme.landingSimpleTextRow.padding}; ${index_esm$9.space} ${index_esm$2.color} `; /** * This component provides a simple text. */ const SimpleText = (_a) => { var { children } = _a, props = tslib_es6.__rest(_a, ["children"]); return React__default.createElement(StyledSimpleTextText, Object.assign({}, props), children); }; exports.SimpleText = SimpleText; exports.StyledSimpleTextText = StyledSimpleTextText;