UNPKG

@redocly/portal-legacy-ui

Version:

Library of legacy portal UI components

22 lines 743 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Box = void 0; const styled_system_1 = require("styled-system"); const styled_components_1 = __importDefault(require("styled-components")); exports.Box = styled_components_1.default.div.attrs(() => ({ 'data-component-name': 'ui/Box', })) ` max-width: 100%; ${styled_system_1.space} ${styled_system_1.layout} ${styled_system_1.position} ${styled_system_1.flex} ${styled_system_1.textAlign} ${styled_system_1.color} ${styled_system_1.border} ${styled_system_1.grid} `; //# sourceMappingURL=Box.js.map