{
  "version": 3,
  "sources": ["../../src/menu/item-help-text.tsx"],
  "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { forwardRef, useContext } from '@wordpress/element';\n\n/**\n * Internal dependencies\n */\n\nimport { Context } from './context';\nimport * as Styled from './styles';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport const ItemHelpText = forwardRef(function ItemHelpText(props, ref) {\n  const menuContext = useContext(Context);\n  if (!menuContext?.store) {\n    throw new Error('Menu.ItemHelpText can only be rendered inside a Menu component');\n  }\n  return /*#__PURE__*/_jsx(Styled.ItemHelpText, {\n    numberOfLines: 2,\n    ref: ref,\n    ...props\n  });\n});"],
  "mappings": ";AAGA,SAAS,YAAY,kBAAkB;AAMvC,SAAS,eAAe;AACxB,YAAY,YAAY;AACxB,SAAS,OAAO,YAAY;AACrB,IAAMA,gBAAe,WAAW,SAASA,cAAa,OAAO,KAAK;AACvE,QAAM,cAAc,WAAW,OAAO;AACtC,MAAI,CAAC,aAAa,OAAO;AACvB,UAAM,IAAI,MAAM,gEAAgE;AAAA,EAClF;AACA,SAAoB,qBAAY,qBAAc;AAAA,IAC5C,eAAe;AAAA,IACf;AAAA,IACA,GAAG;AAAA,EACL,CAAC;AACH,CAAC;",
  "names": ["ItemHelpText"]
}
