{
  "version": 3,
  "sources": ["../../src/pullquote/save.js"],
  "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { RichText, useBlockProps } from '@wordpress/block-editor';\n\nexport default function save( { attributes } ) {\n\tconst { citation, value } = attributes;\n\tconst shouldShowCitation = ! RichText.isEmpty( citation );\n\n\treturn (\n\t\t<figure { ...useBlockProps.save() }>\n\t\t\t<blockquote>\n\t\t\t\t<RichText.Content tagName=\"p\" value={ value } />\n\t\t\t\t{ shouldShowCitation && (\n\t\t\t\t\t<RichText.Content tagName=\"cite\" value={ citation } />\n\t\t\t\t) }\n\t\t\t</blockquote>\n\t\t</figure>\n\t);\n}\n"],
  "mappings": ";AAGA,SAAS,UAAU,qBAAqB;AAQrC,SACC,KADD;AANY,SAAR,KAAuB,EAAE,WAAW,GAAI;AAC9C,QAAM,EAAE,UAAU,MAAM,IAAI;AAC5B,QAAM,qBAAqB,CAAE,SAAS,QAAS,QAAS;AAExD,SACC,oBAAC,YAAS,GAAG,cAAc,KAAK,GAC/B,+BAAC,gBACA;AAAA,wBAAC,SAAS,SAAT,EAAiB,SAAQ,KAAI,OAAgB;AAAA,IAC5C,sBACD,oBAAC,SAAS,SAAT,EAAiB,SAAQ,QAAO,OAAQ,UAAW;AAAA,KAEtD,GACD;AAEF;",
  "names": []
}
