{
  "version": 3,
  "sources": ["../../src/navigation-link/deprecated.tsx"],
  "sourcesContent": ["// @ts-expect-error `@wordpress/block-editor` does not expose type declarations for its entry point.\nimport { InnerBlocks } from '@wordpress/block-editor';\n\ntype NavigationLinkDeprecatedAttributes = {\n\tlabel?: string;\n\ttype?: string;\n\tnofollow?: boolean;\n\tdescription?: string;\n\tid?: number;\n\topensInNewTab?: boolean;\n\turl?: string;\n};\n\nconst deprecated = [\n\t{\n\t\tisEligible( attributes: NavigationLinkDeprecatedAttributes ) {\n\t\t\treturn attributes.nofollow;\n\t\t},\n\n\t\tattributes: {\n\t\t\tlabel: {\n\t\t\t\ttype: 'string',\n\t\t\t},\n\t\t\ttype: {\n\t\t\t\ttype: 'string',\n\t\t\t},\n\t\t\tnofollow: {\n\t\t\t\ttype: 'boolean',\n\t\t\t},\n\t\t\tdescription: {\n\t\t\t\ttype: 'string',\n\t\t\t},\n\t\t\tid: {\n\t\t\t\ttype: 'number',\n\t\t\t},\n\t\t\topensInNewTab: {\n\t\t\t\ttype: 'boolean',\n\t\t\t\tdefault: false,\n\t\t\t},\n\t\t\turl: {\n\t\t\t\ttype: 'string',\n\t\t\t},\n\t\t},\n\n\t\tmigrate( { nofollow, ...rest }: NavigationLinkDeprecatedAttributes ) {\n\t\t\treturn {\n\t\t\t\trel: nofollow ? 'nofollow' : '',\n\t\t\t\t...rest,\n\t\t\t};\n\t\t},\n\n\t\tsave() {\n\t\t\treturn <InnerBlocks.Content />;\n\t\t},\n\t},\n];\n\nexport default deprecated;\n"],
  "mappings": ";AACA,SAAS,mBAAmB;AAmDlB;AAvCV,IAAM,aAAa;AAAA,EAClB;AAAA,IACC,WAAY,YAAiD;AAC5D,aAAO,WAAW;AAAA,IACnB;AAAA,IAEA,YAAY;AAAA,MACX,OAAO;AAAA,QACN,MAAM;AAAA,MACP;AAAA,MACA,MAAM;AAAA,QACL,MAAM;AAAA,MACP;AAAA,MACA,UAAU;AAAA,QACT,MAAM;AAAA,MACP;AAAA,MACA,aAAa;AAAA,QACZ,MAAM;AAAA,MACP;AAAA,MACA,IAAI;AAAA,QACH,MAAM;AAAA,MACP;AAAA,MACA,eAAe;AAAA,QACd,MAAM;AAAA,QACN,SAAS;AAAA,MACV;AAAA,MACA,KAAK;AAAA,QACJ,MAAM;AAAA,MACP;AAAA,IACD;AAAA,IAEA,QAAS,EAAE,UAAU,GAAG,KAAK,GAAwC;AACpE,aAAO;AAAA,QACN,KAAK,WAAW,aAAa;AAAA,QAC7B,GAAG;AAAA,MACJ;AAAA,IACD;AAAA,IAEA,OAAO;AACN,aAAO,oBAAC,YAAY,SAAZ,EAAoB;AAAA,IAC7B;AAAA,EACD;AACD;AAEA,IAAO,qBAAQ;",
  "names": []
}
