{"version":3,"file":"getDefault.cjs","names":[],"sources":["../../src/kit/getDefault.ts"],"sourcesContent":["import type { SliceZone } from \"@prismicio/client\"\n\nimport type { SliceSimulatorProps } from \"./types\"\n\nexport const getDefaultProps = (): Required<{\n\t[K in keyof SliceSimulatorProps]: NonNullable<SliceSimulatorProps[K]>\n}> => ({\n\tzIndex: 100,\n\tbackground: \"#ffffff\",\n})\n\nexport const getDefaultSlices = (): SliceZone => {\n\treturn []\n}\n\nexport const getDefaultMessage = (): string => {\n\treturn \"\"\n}\n"],"mappings":";AAIA,MAAa,yBAEN;CACN,QAAQ;CACR,YAAY;CACZ;AAED,MAAa,yBAAoC;AAChD,QAAO,EAAE;;AAGV,MAAa,0BAAkC;AAC9C,QAAO"}