UNPKG

@cerberus-design/panda-preset

Version:

The official Panda-CSS preset for the omni-federal design system

23 lines (22 loc) 468 B
// src/recipes/shared/helpers.ts function getSlotRecipePalettes(slots, palettes, initialValue) { return palettes.reduce( (acc, palette) => { acc[palette] = slots.reduce( (acc2, slot) => { acc2[slot] = { colorPalette: palette }; return acc2; }, {} ); return acc; }, initialValue ?? {} ); } export { getSlotRecipePalettes }; //# sourceMappingURL=chunk-T7HD57QC.js.map