UNPKG

@nurl/panda-preset

Version:

Official Panda-CSS preset for the Ganglion Design System.

60 lines (59 loc) 1.72 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/recipes/label.ts var label_exports = {}; __export(label_exports, { label: () => label }); module.exports = __toCommonJS(label_exports); var import_dev = require("@pandacss/dev"); var label = (0, import_dev.defineRecipe)({ className: "label", description: "The styles for the Label component", base: { alignItems: "center", display: "flex", fontSize: "md", gap: "3", marginBottom: "0", marginInlineEnd: "0", opacity: "1", textAlign: "start", userSelect: "none" }, variants: { usage: { hidden: { border: "0", clip: "rect(0 0 0 0)", height: "1px", overflow: "hidden", padding: "0", position: "absolute", whiteSpace: "nowrap", width: "1px" } } } }); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { label }); //# sourceMappingURL=label.cjs.map