{"version":3,"file":"index.cjs","sources":["../../src/next-pages-router/VisualEditing.tsx"],"sourcesContent":["import {lazy, Suspense} from 'react'\nimport type {VisualEditingProps} from './VisualEditingComponent'\n\nconst VisualEditingComponent = lazy(() => import('./VisualEditingComponent'))\n\n/**\n * @public\n */\nexport function VisualEditing(props: VisualEditingProps): React.ReactElement {\n  return (\n    <Suspense fallback={null}>\n      <VisualEditingComponent {...props} />\n    </Suspense>\n  )\n}\n"],"names":["VisualEditingComponent","lazy","Promise","resolve","then","require","exports","createDataAttribute","createDataAttribute_index","c","VisualEditing","props","$","_c","t0","jsxRuntime","jsx","Suspense","fallback","children"],"mappings":"oNAGA,MAAMA,EAAyBC,EAAAA,MAAK,IAAMC,QAAOC,UAAAC,MAAA,WAAA,OAAAC,QAAA,kDASlCC,QAAAC,oBAAAC,EAAAC,EAAAH,QAAAI,cAJR,SAAAC,GAAAC,MAAAA,EAAAC,IAAA,GAAAC,IAAAA,EAAAF,OAAAA,OAAAD,GAEHG,EAACC,EAAAC,IAAAC,WAAA,CAAmBC,SAAG,KACrBC,SAACH,EAAAA,IAAAhB,EAAA,IAA2BW,MACnBC,KAAAD,EAAAC,KAAAE,GAAAA,EAAAF,EAAA,GAFXE,CAEW"}