design-system-simplefi
Version:
Design System for SimpleFi Applications
31 lines (25 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var space = require('./space-9bdb4896.js');
require('styled-components');
require('ramda');
require('ramda-adjunct');
require('numeral');
exports.abbreviateNumber = space.abbreviateNumber;
exports.createMarginSpacing = space.createMarginSpacing;
exports.createPadding = space.createPadding;
exports.createPaddingSpacing = space.createPaddingSpacing;
exports.createSpacing = space.createSpacing;
exports.createSpacings = space.createSpacings;
exports.getBorderRadius = space.getBorderRadius;
exports.getButtonColor = space.getButtonColor;
exports.getColor = space.getColor;
exports.getDepth = space.getDepth;
exports.getFontFamily = space.getFontFamily;
exports.getFontSize = space.getFontSize;
exports.getFontWeight = space.getFontWeight;
exports.getLineHeight = space.getLineHeight;
exports.getLinkStyle = space.getLinkStyle;
exports.getSpace = space.getSpace;
exports.pxToRem = space.pxToRem;
exports.shortenAddress = space.shortenAddress;