UNPKG

@wordpress/block-editor

Version:
8 lines (7 loc) 1.07 kB
{ "version": 3, "sources": ["../../../src/components/block-controls/groups.js"], "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { createSlotFill } from '@wordpress/components';\n\nconst BlockControlsDefault = createSlotFill( 'BlockControls' );\nconst BlockControlsBlock = createSlotFill( 'BlockControlsBlock' );\nconst BlockControlsInline = createSlotFill( 'BlockFormatControls' );\nconst BlockControlsOther = createSlotFill( 'BlockControlsOther' );\nconst BlockControlsParent = createSlotFill( 'BlockControlsParent' );\n\nconst groups = {\n\tdefault: BlockControlsDefault,\n\tblock: BlockControlsBlock,\n\tinline: BlockControlsInline,\n\tother: BlockControlsOther,\n\tparent: BlockControlsParent,\n};\n\nexport default groups;\n"], "mappings": ";AAGA,SAAS,sBAAsB;AAE/B,IAAM,uBAAuB,eAAgB,eAAgB;AAC7D,IAAM,qBAAqB,eAAgB,oBAAqB;AAChE,IAAM,sBAAsB,eAAgB,qBAAsB;AAClE,IAAM,qBAAqB,eAAgB,oBAAqB;AAChE,IAAM,sBAAsB,eAAgB,qBAAsB;AAElE,IAAM,SAAS;AAAA,EACd,SAAS;AAAA,EACT,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,QAAQ;AACT;AAEA,IAAO,iBAAQ;", "names": [] }