{
  "version": 3,
  "sources": ["../../src/menu/separator.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 Separator = forwardRef(function Separator(props, ref) {\n  const menuContext = useContext(Context);\n  if (!menuContext?.store) {\n    throw new Error('Menu.Separator can only be rendered inside a Menu component');\n  }\n  return /*#__PURE__*/_jsx(Styled.Separator, {\n    ref: ref,\n    ...props,\n    store: menuContext.store,\n    variant: menuContext.variant\n  });\n});"],
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,mBAAAA;AAAA;AAAA;AAGA,qBAAuC;AAMvC,qBAAwB;AACxB,aAAwB;AACxB,yBAA4B;AACrB,IAAMA,iBAAY,2BAAW,SAASA,WAAU,OAAO,KAAK;AACjE,QAAM,kBAAc,2BAAW,sBAAO;AACtC,MAAI,CAAC,aAAa,OAAO;AACvB,UAAM,IAAI,MAAM,6DAA6D;AAAA,EAC/E;AACA,SAAoB,uCAAAC,KAAY,kBAAW;AAAA,IACzC;AAAA,IACA,GAAG;AAAA,IACH,OAAO,YAAY;AAAA,IACnB,SAAS,YAAY;AAAA,EACvB,CAAC;AACH,CAAC;",
  "names": ["Separator", "_jsx"]
}
