diff --git a/i18ntokens.json b/i18ntokens.json index 3ff56bc7621..88b0e19f72f 100644 --- a/i18ntokens.json +++ b/i18ntokens.json @@ -167,14 +167,14 @@ "highlighting": "string", "loc": { "start": { - "line": 164, - "column": 6, - "index": 4948 + "line": 117, + "column": 4, + "index": 3666 }, "end": { - "line": 164, - "column": 80, - "index": 5022 + "line": 117, + "column": 78, + "index": 3740 } }, "filepath": "src/components/basic_table/collapsed_item_actions.tsx" @@ -185,14 +185,14 @@ "highlighting": "string", "loc": { "start": { - "line": 181, - "column": 6, - "index": 5492 + "line": 133, + "column": 4, + "index": 4162 }, "end": { - "line": 181, - "column": 80, - "index": 5566 + "line": 133, + "column": 78, + "index": 4236 } }, "filepath": "src/components/basic_table/collapsed_item_actions.tsx" @@ -275,14 +275,14 @@ "highlighting": "string", "loc": { "start": { - "line": 235, + "line": 233, "column": 20, - "index": 6773 + "index": 6945 }, "end": { - "line": 238, + "line": 236, "column": 3, - "index": 6866 + "index": 7038 } }, "filepath": "src/components/breadcrumbs/breadcrumb.tsx" @@ -4901,14 +4901,14 @@ "highlighting": "string", "loc": { "start": { - "line": 344, + "line": 345, "column": 12, - "index": 9079 + "index": 9121 }, "end": { - "line": 348, + "line": 349, "column": 14, - "index": 9325 + "index": 9367 } }, "filepath": "src/components/form/super_select/super_select.tsx" @@ -4919,14 +4919,14 @@ "highlighting": "string", "loc": { "start": { - "line": 351, + "line": 352, "column": 8, - "index": 9380 + "index": 9422 }, "end": { - "line": 351, + "line": 352, "column": 75, - "index": 9447 + "index": 9489 } }, "filepath": "src/components/form/super_select/super_select.tsx" @@ -5076,40 +5076,40 @@ "filepath": "src/components/inline_edit/inline_edit_form.tsx" }, { - "token": "euiLink.newTarget.screenReaderOnlyText", - "defString": "(opens in a new tab or window)", + "token": "euiExternalLinkIcon.ariaLabel", + "defString": "External link", "highlighting": "string", "loc": { "start": { - "line": 107, - "column": 10, - "index": 2853 + "line": 39, + "column": 24, + "index": 1389 }, "end": { - "line": 110, - "column": 12, - "index": 2986 + "line": 42, + "column": 3, + "index": 1461 } }, - "filepath": "src/components/link/link.tsx" + "filepath": "src/components/link/external_link_icon.tsx" }, { - "token": "euiLink.external.ariaLabel", - "defString": "External link", + "token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText", + "defString": "(opens in a new tab or window)", "highlighting": "string", "loc": { "start": { - "line": 117, - "column": 20, - "index": 3106 + "line": 58, + "column": 12, + "index": 1805 }, "end": { - "line": 117, - "column": 77, - "index": 3163 + "line": 61, + "column": 14, + "index": 1956 } }, - "filepath": "src/components/link/link.tsx" + "filepath": "src/components/link/external_link_icon.tsx" }, { "token": "euiPinnableListGroup.pinExtraActionLabel", diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js index d00b12bc9f2..79d4eb26ab5 100644 --- a/src-docs/src/views/icon/icons.js +++ b/src-docs/src/views/icon/icons.js @@ -78,6 +78,7 @@ export const iconTypes = [ 'download', 'email', 'empty', + 'endpoint', 'eql', 'eraser', 'error', diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index d3d2d347700..531f0c1d713 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -2840,6 +2840,29 @@ exports[`EuiIcon props type emsApp is rendered 1`] = ` `; +exports[`EuiIcon props type endpoint is rendered 1`] = ` + +`; + exports[`EuiIcon props type eql is rendered 1`] = `