@prismicio/mock
Version:
Generate mock Prismic documents, fields, Slices, and models for development and testing environments
62 lines (61 loc) • 2.54 kB
JavaScript
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
import { boolean } from "./boolean.js";
import { color } from "./color.js";
import { contentRelationship } from "./contentRelationship.js";
import { customType } from "./customType.js";
import { date } from "./date.js";
import { embed } from "./embed.js";
import { geoPoint } from "./geoPoint.js";
import { group } from "./group.js";
import { image } from "./image.js";
import { integration } from "./integration.js";
import { keyText } from "./keyText.js";
import { link } from "./link.js";
import { linkToMedia } from "./linkToMedia.js";
import { number } from "./number.js";
import { richText } from "./richText.js";
import { select } from "./select.js";
import { sharedSlice } from "./sharedSlice.js";
import { sharedSliceChoice } from "./sharedSliceChoice.js";
import { sharedSliceVariation } from "./sharedSliceVariation.js";
import { slice } from "./slice.js";
import { sliceZone } from "./sliceZone.js";
import { timestamp } from "./timestamp.js";
import { title } from "./title.js";
import { uid } from "./uid.js";
import { table } from "./table.js";
import { buildMockGroupFieldMap } from "./buildMockGroupFieldMap.js";
import { createModelMockFactory } from "./createModelMockFactory.js";
//#region src/model/index.ts
var model_exports = /* @__PURE__ */ __exportAll({
boolean: () => boolean,
buildMockGroupFieldMap: () => buildMockGroupFieldMap,
color: () => color,
contentRelationship: () => contentRelationship,
createModelFactory: () => createModelMockFactory,
customType: () => customType,
date: () => date,
embed: () => embed,
geoPoint: () => geoPoint,
group: () => group,
image: () => image,
integration: () => integration,
keyText: () => keyText,
link: () => link,
linkToMedia: () => linkToMedia,
number: () => number,
richText: () => richText,
select: () => select,
sharedSlice: () => sharedSlice,
sharedSliceChoice: () => sharedSliceChoice,
sharedSliceVariation: () => sharedSliceVariation,
slice: () => slice,
sliceZone: () => sliceZone,
table: () => table,
timestamp: () => timestamp,
title: () => title,
uid: () => uid
});
//#endregion
export { boolean, buildMockGroupFieldMap, color, contentRelationship, createModelMockFactory as createModelFactory, customType, date, embed, geoPoint, group, image, integration, keyText, link, linkToMedia, model_exports, number, richText, select, sharedSlice, sharedSliceChoice, sharedSliceVariation, slice, sliceZone, table, timestamp, title, uid };
//# sourceMappingURL=index.js.map