UNPKG

@wordpress/block-library

Version:
8 lines (7 loc) 499 B
{ "version": 3, "sources": ["../../src/embed/embed-loading.js"], "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { Spinner } from '@wordpress/components';\n\nconst EmbedLoading = () => (\n\t<div className=\"wp-block-embed is-loading\">\n\t\t<Spinner />\n\t</div>\n);\n\nexport default EmbedLoading;\n"], "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,wBAAwB;AAItB;AAFF,IAAM,eAAe,MACpB,4CAAC,SAAI,WAAU,6BACd,sDAAC,6BAAQ,GACV;AAGD,IAAO,wBAAQ;", "names": [] }