UNPKG

@agnikul-ui/panda-preset

Version:

Panda CSS Preset for Agnikul UI

69 lines (68 loc) 2.39 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/colors/information.ts var information_exports = {}; __export(information_exports, { default: () => information_default }); module.exports = __toCommonJS(information_exports); var import_dev = require("@pandacss/dev"); var tokens = import_dev.defineTokens.colors({ light: { "25": { value: "#f5faff" }, "50": { value: "#eff8ff" }, "100": { value: "#d1e9ff" }, "200": { value: "#b2ddff" }, "300": { value: "#84caff" }, "400": { value: "#53b1fd" }, "500": { value: "#2e90fa" }, "600": { value: "#1570ef" }, "700": { value: "#175cd3" }, "800": { value: "#1849a9" }, "900": { value: "#194185" }, "950": { value: "#102a56" } }, dark: { "25": { value: "#102a56" }, "50": { value: "#194185" }, "100": { value: "#1849a9" }, "200": { value: "#175cd3" }, "300": { value: "#1570ef" }, "400": { value: "#2e90fa" }, "500": { value: "#53b1fd" }, "600": { value: "#84caff" }, "700": { value: "#b2ddff" }, "800": { value: "#d1e9ff" }, "900": { value: "#eff8ff" }, "950": { value: "#f5faff" } } }); var semanticTokens = import_dev.defineSemanticTokens.colors({ fg: { primary: { value: { _light: "{colors.information.600}", _dark: "{colors.information.400}" } }, secondary: { value: { _light: "{colors.information.500}", _dark: "{colors.information.500}" } }, tertiary: { value: { _light: "{colors.information.300}", _dark: "{colors.information.700}" } } } }); var information_default = { name: "information", tokens, semanticTokens }; //# sourceMappingURL=information.cjs.map