@agnikul-ui/panda-preset
Version:
Panda CSS Preset for Agnikul UI
85 lines (84 loc) • 3.63 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/neutral.ts
var neutral_exports = {};
__export(neutral_exports, {
default: () => neutral_default
});
module.exports = __toCommonJS(neutral_exports);
var import_dev = require("@pandacss/dev");
var tokens = import_dev.defineTokens.colors({
light: {
"25": { value: "#fdfdfd" },
"50": { value: "#fafafa" },
"100": { value: "#f5f5f5" },
"200": { value: "#e9eaeb" },
"300": { value: "#d5d7da" },
"400": { value: "#a4a7ae" },
"500": { value: "#717680" },
"600": { value: "#535862" },
"700": { value: "#414651" },
"800": { value: "#252b37" },
"900": { value: "#181d27" },
"950": { value: "#0a0d12" }
},
dark: {
"25": { value: "#fafafa" },
"50": { value: "#f7f7f7" },
"100": { value: "#f0f0f1" },
"200": { value: "#ececed" },
"300": { value: "#cecfd2" },
"400": { value: "#94979c" },
"500": { value: "#85888e" },
"600": { value: "#61656c" },
"700": { value: "#373a41" },
"800": { value: "#22262f" },
"900": { value: "#13161b" },
"950": { value: "#0c0e12" }
}
});
var semanticTokens = import_dev.defineSemanticTokens.colors({
bg: {
soft_surface: { value: { _light: "{colors.neutral.light.25}", _dark: "{colors.neutral.dark.800}" } },
subtle: { value: { _light: "{colors.neutral.light.100}", _dark: "{colors.neutral.dark.600}" } },
muted: { value: { _light: "{colors.neutral.light.400}", _dark: "{colors.neutral.dark.300}" } },
default: { value: { _light: "{colors.neutral.light.500}", _dark: "{colors.neutral.dark.200}" } },
emphasized: { value: { _light: "{colors.neutral.light.700}", _dark: "{colors.neutral.dark.100}" } },
strong: { value: { _light: "{colors.neutral.light.900}", _dark: "{colors.neutral.dark.25}" } },
strong_alt: { value: { _light: "{colors.neutral.light.950}", _dark: "{colors.neutral.dark.100}" } }
},
fg: {
primary: { value: { _light: "{colors.neutral.light.900}", _dark: "{colors.neutral.dark.500}" } },
secondary: { value: { _light: "{colors.neutral.light.600}", _dark: "{colors.neutral.dark.300}" } },
tertiary: { value: { _light: "{colors.neutral.light.400}", _dark: "{colors.neutral.dark.500}" } },
quadernary: { value: { _light: "{colors.neutral.light.300}", _dark: "{colors.neutral.dark.700}" } }
},
border: {
xsubtle: { value: { _light: "{colors.neutral.light.100}", _dark: "{colors.neutral.dark.800}" } },
subtle: { value: { _light: "{colors.neutral.light.200}", _dark: "{colors.neutral.dark.700}" } },
muted: { value: { _light: "{colors.neutral.light.400}", _dark: "{colors.neutral.dark.500}" } },
default: { value: { _light: "{colors.neutral.light.600}", _dark: "{colors.neutral.dark.100}" } }
}
});
var neutral_default = {
name: "neutral",
tokens,
semanticTokens
};
//# sourceMappingURL=neutral.cjs.map