@nurl/panda-preset
Version:
Official Panda-CSS preset for the Ganglion Design System.
11 lines • 319 B
JavaScript
// src/recipes/shared/avatar.base.ts
import { getSlotRecipePalettes } from "./helpers.js";
var SLOTS = ["root", "image", "label"];
var PALETTES = ["neutral", "action"];
var avatarPalettes = getSlotRecipePalettes(SLOTS, PALETTES);
export {
PALETTES,
SLOTS,
avatarPalettes
};
//# sourceMappingURL=avatar.base.js.map