UNPKG

wix-style-react

Version:
35 lines (32 loc) 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.spacingValues = exports.verticalAlignmentValues = exports.horizontalAlignmentValues = exports.directions = void 0; var _spacingSt = require("../Foundation/stylable/spacing.st.css"); var directions = { horizontal: 'horizontal', vertical: 'vertical' }; exports.directions = directions; var horizontalAlignmentValues = { left: 'left', center: 'center', right: 'right', 'space-between': 'space-between' }; exports.horizontalAlignmentValues = horizontalAlignmentValues; var verticalAlignmentValues = { top: 'top', middle: 'middle', bottom: 'bottom', 'space-between': 'space-between' }; exports.verticalAlignmentValues = verticalAlignmentValues; var spacingValues = { tiny: "".concat(parseInt(_spacingSt.stVars.Spacing), "px"), small: "".concat(parseInt(_spacingSt.stVars.Spacing) * 2, "px"), medium: "".concat(parseInt(_spacingSt.stVars.Spacing) * 3, "px"), large: "".concat(parseInt(_spacingSt.stVars.Spacing) * 4, "px") }; exports.spacingValues = spacingValues;