UNPKG

@abdalla-1/swisco

Version:
61 lines (60 loc) 1.8 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: !0 }); }, __copyProps = (to, from, except, desc) => { if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod); var shorthands_exports = {}; __export(shorthands_exports, { shorthands: () => shorthands }); module.exports = __toCommonJS(shorthands_exports); var shorthands = { b: "bottom", bg: "backgroundColor", f: "flex", flexDir: "flexDirection", h: "height", l: "left", m: "margin", maxH: "maxHeight", maxW: "maxWidth", mb: "marginBottom", minH: "minHeight", minW: "minWidth", ml: "marginLeft", mr: "marginRight", mt: "marginTop", mx: "marginHorizontal", my: "marginVertical", p: "padding", pb: "paddingBottom", pl: "paddingLeft", pr: "paddingRight", pt: "paddingTop", px: "paddingHorizontal", py: "paddingVertical", r: "right", t: "top", w: "width", paddingX: "paddingHorizontal", paddingY: "paddingVertical", marginX: "marginHorizontal", marginY: "marginVertical", rounded: "borderRadius", background: "backgroundColor" }; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { shorthands }); //# sourceMappingURL=shorthands.js.map