@wordpress/block-library
Version:
Block library for the WordPress editor.
8 lines (7 loc) • 615 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/navigation/edit/accessible-description.js"],
"sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { VisuallyHidden } from '@wordpress/components';\n\nexport default function AccessibleDescription( { id, children } ) {\n\treturn (\n\t\t<VisuallyHidden>\n\t\t\t<div id={ id } className=\"wp-block-navigation__description\">\n\t\t\t\t{ children }\n\t\t\t</div>\n\t\t</VisuallyHidden>\n\t);\n}\n"],
"mappings": ";AAGA,SAAS,sBAAsB;AAK5B;AAHY,SAAR,sBAAwC,EAAE,IAAI,SAAS,GAAI;AACjE,SACC,oBAAC,kBACA,8BAAC,SAAI,IAAU,WAAU,oCACtB,UACH,GACD;AAEF;",
"names": []
}