UNPKG

@wordpress/editor

Version:
8 lines (7 loc) 782 B
{ "version": 3, "sources": ["../../../src/components/post-panel-section/index.js"], "sourcesContent": ["/**\n * External dependencies\n */\nimport clsx from 'clsx';\n\n/**\n * WordPress dependencies\n */\nimport { __experimentalVStack as VStack } from '@wordpress/components';\n\nfunction PostPanelSection( { className, children } ) {\n\treturn (\n\t\t<VStack className={ clsx( 'editor-post-panel__section', className ) }>\n\t\t\t{ children }\n\t\t</VStack>\n\t);\n}\n\nexport default PostPanelSection;\n"], "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kBAAiB;AAKjB,wBAA+C;AAI7C;AAFF,SAAS,iBAAkB,EAAE,WAAW,SAAS,GAAI;AACpD,SACC,4CAAC,kBAAAA,sBAAA,EAAO,eAAY,YAAAC,SAAM,8BAA8B,SAAU,GAC/D,UACH;AAEF;AAEA,IAAO,6BAAQ;", "names": ["VStack", "clsx"] }