export default { "slots": { "root": "", "form": "flex flex-1 flex-row", "body": "flex-1 w-full mx-auto p-4 sm:p-6 overflow-y-auto", "sidebar": "flex-1 overflow-y-auto border-l border-default w-full max-w-xs p-4 sm:p-4" }, "variants": { "asideDivide": { "true": { "sidebar": "*:not-last:after:absolute *:not-last:after:inset-x-1 *:not-last:after:bottom-0 *:not-last:after:bg-border *:not-last:after:h-px *:not-last:relative *:not-last:pb-4 flex flex-col gap-4" } }, "bodyFit": { "true": { "body": "lg:max-w-2xl mx-auto" } } } }