UNPKG

@nurl/panda-preset

Version:

Official Panda-CSS preset for the Ganglion Design System.

68 lines (67 loc) 1.67 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/shared/palettes.ts var palettes_exports = {}; __export(palettes_exports, { action: () => action, allPalettes: () => allPalettes, danger: () => danger, info: () => info, neutral: () => neutral, success: () => success, warning: () => warning }); module.exports = __toCommonJS(palettes_exports); var action = { colorPalette: "action" }; var neutral = { colorPalette: "neutral" }; var info = { colorPalette: "info" }; var success = { colorPalette: "success" }; var warning = { colorPalette: "warning" }; var danger = { colorPalette: "danger" }; var allPalettes = { action, neutral, info, success, warning, danger }; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { action, allPalettes, danger, info, neutral, success, warning }); //# sourceMappingURL=palettes.cjs.map