UNPKG

@kuma-ui/system

Version:

🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.

62 lines (60 loc) 2.36 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: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__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: true }), mod); // src/props/border.ts var border_exports = {}; __export(border_exports, { borderMappings: () => borderMappings }); module.exports = __toCommonJS(border_exports); var borderMappings = { border: "border", borderTop: "border-top", borderRight: "border-right", borderLeft: "border-left", borderBottom: "border-bottom", borderX: "border-left,border-right", borderY: "border-top,border-bottom", borderRadius: "border-radius", borderTopLeftRadius: "border-top-left-radius", borderTopRightRadius: "border-top-right-radius", borderBottomLeftRadius: "border-bottom-left-radius", borderBottomRightRadius: "border-bottom-right-radius", borderStyle: "border-style", borderTopStyle: "border-top-style", borderBottomStyle: "border-bottom-style", borderLeftStyle: "border-left-style", borderRightStyle: "border-right-style", borderWidth: "border-width", borderTopWidth: "border-top-width", borderBottomWidth: "border-bottom-width", borderLeftWidth: "border-left-width", borderRightWidth: "border-right-width", borderStart: "border-inline-start", borderEnd: "border-inline-end", borderStartWidth: "border-inline-start-width", borderEndWidth: "border-inline-end-width", borderStartStyle: "border-inline-start-style", borderEndStyle: "border-inline-end-style", borderStartRadius: "border-top-left-radius,border-bottom-left-radius", borderEndRadius: "border-top-right-radius,border-bottom-right-radius" }; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { borderMappings });