···11+export * as PubLeafletBlocksCode from './types/pub/leaflet/blocks/code.js';
12export * as PubLeafletBlocksHeader from './types/pub/leaflet/blocks/header.js';
23export * as PubLeafletBlocksImage from './types/pub/leaflet/blocks/image.js';
44+export * as PubLeafletBlocksMath from './types/pub/leaflet/blocks/math.js';
35export * as PubLeafletBlocksText from './types/pub/leaflet/blocks/text.js';
46export * as PubLeafletBlocksUnorderedList from './types/pub/leaflet/blocks/unorderedList.js';
57export * as PubLeafletBlocksWebsite from './types/pub/leaflet/blocks/website.js';
···810export * as PubLeafletPagesLinearDocument from './types/pub/leaflet/pages/linearDocument.js';
911export * as PubLeafletPublication from './types/pub/leaflet/publication.js';
1012export * as PubLeafletRichtextFacet from './types/pub/leaflet/richtext/facet.js';
1313+export * as PubLeafletThemeBackgroundImage from './types/pub/leaflet/theme/backgroundImage.js';
1414+export * as PubLeafletThemeColor from './types/pub/leaflet/theme/color.js';
···11import type {} from '@atcute/lexicons';
22import * as v from '@atcute/lexicons/validations';
33+import * as PubLeafletBlocksCode from '../blocks/code.js';
34import * as PubLeafletBlocksHeader from '../blocks/header.js';
45import * as PubLeafletBlocksImage from '../blocks/image.js';
66+import * as PubLeafletBlocksMath from '../blocks/math.js';
57import * as PubLeafletBlocksText from '../blocks/text.js';
68import * as PubLeafletBlocksUnorderedList from '../blocks/unorderedList.js';
79import * as PubLeafletBlocksWebsite from '../blocks/website.js';
···1315 ),
1416 get block() {
1517 return /*#__PURE__*/ v.variant([
1818+ PubLeafletBlocksCode.mainSchema,
1619 PubLeafletBlocksHeader.mainSchema,
1720 PubLeafletBlocksImage.mainSchema,
2121+ PubLeafletBlocksMath.mainSchema,
1822 PubLeafletBlocksText.mainSchema,
1923 PubLeafletBlocksUnorderedList.mainSchema,
2024 PubLeafletBlocksWebsite.mainSchema,