@agnikul-ui/panda-preset
Version:
Panda CSS Preset for Agnikul UI
53 lines (52 loc) • 1.88 kB
JavaScript
"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/base.ts
var base_exports = {};
__export(base_exports, {
default: () => base_default
});
module.exports = __toCommonJS(base_exports);
var import_dev = require("@pandacss/dev");
var tokens = import_dev.defineTokens.colors({
light: {
"25": { value: "#ffffff" },
"50": { value: "#000000" }
},
dark: {
"25": { value: "#ffffff" },
"50": { value: "#000000" }
}
});
var semanticTokens = import_dev.defineSemanticTokens.colors({
bg: {
white: { value: { _light: "{colors.base.white}", _dark: "{colors.neutral.light.900}" } },
white_inverted: { value: { _light: "{colors.base.white}", _dark: "{colors.neutral.light.800}" } }
},
fg: {
primary: { value: { _light: "{colors.brand.light.500}", _dark: "{colors.brand.dark.500}" } },
secondary: { value: { _light: "{colors.brand.light.500}", _dark: "{colors.brand.dark.500}" } },
tertiary: { value: { _light: "{colors.brand.light.100}", _dark: "{colors.brand.dark.800}" } }
}
});
var base_default = {
name: "base",
tokens,
semanticTokens
};
//# sourceMappingURL=base.cjs.map