@nurl/panda-preset
Version:
Official Panda-CSS preset for the Ganglion Design System.
24 lines • 413 B
JavaScript
// src/recipes/shared/toast.base.ts
import { getSlotRecipePalettes } from "./helpers.js";
var SLOTS = [
"root",
"container",
"featureIcon",
"heading",
"main",
"closeRoot",
"undoBtn"
];
var PALETTES = [
"info",
"success",
"warning",
"danger"
];
var toastPalettes = getSlotRecipePalettes(SLOTS, PALETTES);
export {
PALETTES,
SLOTS,
toastPalettes
};
//# sourceMappingURL=toast.base.js.map