export const theme = { label: "Style", name: "theme", type: "select", value: "width-full", options: [ { label: "Inherit", value: "width-full", }, { label: "Light box", value: "is-light width-box box-fill", }, { label: "Light full width", value: "is-light width-full box-fill", }, { label: "Primary box", value: "is-primary width-box box-fill", }, { label: "Primary full width", value: "is-primary width-full box-fill", }, { label: "Secondary box", value: "is-secondary width-box box-fill", }, { label: "Secondary full width", value: "is-secondary width-full box-fill", }, { label: "Dark box", value: "is-dark width-box box-fill", }, { label: "Dark full width", value: "is-dark width-full box-fill", }, { label: "Frame", value: "is-light width-box box-border", }, ], };