Files
kaiser-natron/dist/assets/SectionShell-CHsfR9Y3.js
2026-04-22 08:50:25 +01:00

1 line
811 B
JavaScript

import{S as e,T as t,ct as n,l as r,ot as i,s as a,u as o}from"./runtime-core.esm-bundler-DgkFZzbt.js";var s={class:`mb-14 max-w-2xl`},c={class:`eyebrow mb-3`},l={class:`font-display text-5xl font-normal tracking-tight leading-[1.05] text-ink`},u={key:0,class:`mt-5 text-[17px] text-muted leading-relaxed`},d={class:`space-y-16`},f={__name:`SectionShell`,props:{eyebrow:{type:String,default:`Design system`},title:{type:String,required:!0},description:{type:String,default:``},wide:{type:Boolean,default:!1}},setup(f){return(p,m)=>(e(),o(`div`,{class:i([`mx-auto py-16`,f.wide?`max-w-none px-6 lg:px-8`:`max-w-5xl px-10 lg:px-16`])},[a(`header`,s,[a(`p`,c,n(f.eyebrow),1),a(`h1`,l,n(f.title),1),f.description?(e(),o(`p`,u,n(f.description),1)):r(``,!0)]),a(`div`,d,[t(p.$slots,`default`)])],2))}};export{f as t};