Open the{' '}
-
+
OpenSearch website
{' '}
in a new tab. Setting target=“_blank” also
@@ -25,7 +25,7 @@ export default () => (
This{' '}
-
+
link
{' '}
has the external prop set to true.
@@ -37,7 +37,7 @@ export default () => (
Here is an example of a{' '}
{
e.preventDefault();
}}>
@@ -49,38 +49,38 @@ export default () => (
Links can be colored as well.
-
-
+
subdued
-
-
+
success
-
-
+
accent
-
-
+
danger
-
-
+
warning
-
-
+
text
-
-
+
ghost
diff --git a/src-docs/src/views/link/link_example.js b/src-docs/src/views/link/link_example.js
index e84201701b..ff3aaae6a3 100644
--- a/src-docs/src/views/link/link_example.js
+++ b/src-docs/src/views/link/link_example.js
@@ -33,9 +33,9 @@ const linkValidationSource = require('!!raw-loader!./link_validation');
const linkValidationHtml = renderToHtml(LinkValidation);
const linkSnippet = [
- `
+ `
`,
- `
+ `
`,
diff --git a/src-docs/src/views/list_group/list_group_item_color.tsx b/src-docs/src/views/list_group/list_group_item_color.tsx
index c9054ee706..ba30fbe1ed 100644
--- a/src-docs/src/views/list_group/list_group_item_color.tsx
+++ b/src-docs/src/views/list_group/list_group_item_color.tsx
@@ -20,7 +20,11 @@ import { OuiSpacer } from '../../../../src/components/spacer';
export default () => (
<>
-
+
{}}
@@ -29,15 +33,28 @@ export default () => (
size="s"
/>
-
+
-
+
-
+
>
);
diff --git a/src-docs/src/views/progress/progress_fixed.js b/src-docs/src/views/progress/progress_fixed.js
index a35359aee2..74c48d1034 100644
--- a/src-docs/src/views/progress/progress_fixed.js
+++ b/src-docs/src/views/progress/progress_fixed.js
@@ -95,7 +95,7 @@ export default () => {
diff --git a/src-docs/src/views/suggest/hashtag_popover.js b/src-docs/src/views/suggest/hashtag_popover.js
index 8bffe562b3..c38cadadfd 100644
--- a/src-docs/src/views/suggest/hashtag_popover.js
+++ b/src-docs/src/views/suggest/hashtag_popover.js
@@ -71,7 +71,7 @@ export default (props) => {
iconType: 'trash',
iconSize: 's',
}}
- href="#"
+ href="https://oui.opensearch.org/latest/"
label="Popular shoes in America"
/>
{
iconType: 'trash',
iconSize: 's',
}}
- href="#"
+ href="https://oui.opensearch.org/latest/"
label="Popular shirts in Canada"
/>
diff --git a/src-docs/src/views/tables/auto/auto.js b/src-docs/src/views/tables/auto/auto.js
index 428a93311a..c530fb840e 100644
--- a/src-docs/src/views/tables/auto/auto.js
+++ b/src-docs/src/views/tables/auto/auto.js
@@ -58,7 +58,7 @@ const columns = [
render: (item) => (
{item.firstName}{' '}
-
+
{item.lastName}
@@ -73,7 +73,7 @@ const columns = [
field: 'lastName',
name: 'Last Name',
render: (name) => (
-
+
{name}
),
@@ -99,7 +99,7 @@ const customColumns = [
render: (item) => (
{item.firstName}{' '}
-
+
{item.lastName}
@@ -114,7 +114,7 @@ const customColumns = [
field: 'lastName',
name: 'Last Name',
render: (name) => (
-
+
{name}
),
diff --git a/src-docs/src/views/tables/basic/basic.js b/src-docs/src/views/tables/basic/basic.js
index d0dd9d2ea5..f22486f6ef 100644
--- a/src-docs/src/views/tables/basic/basic.js
+++ b/src-docs/src/views/tables/basic/basic.js
@@ -54,7 +54,7 @@ export const Table = () => {
render: (item) => (
{item.firstName}{' '}
-
+
{item.lastName}
@@ -70,7 +70,7 @@ export const Table = () => {
name: 'Last Name',
truncateText: true,
render: (name) => (
-
+
{name}
),
diff --git a/src-docs/src/views/tables/custom/custom.js b/src-docs/src/views/tables/custom/custom.js
index ff69198bf1..1a3c826329 100644
--- a/src-docs/src/views/tables/custom/custom.js
+++ b/src-docs/src/views/tables/custom/custom.js
@@ -587,7 +587,9 @@ export default class extends Component {
? item.title.value
: item.title;
const title = item.title.isLink ? (
- {item.title.value}
+
+ {item.title.value}
+
) : (
titleText
);
@@ -595,7 +597,11 @@ export default class extends Component {
} else if (column.cellProvider) {
child = column.cellProvider(cell);
} else if (cell.isLink) {
- child = {cell.value};
+ child = (
+
+ {cell.value}
+
+ );
} else if (cell.truncateText) {
child = cell.value;
} else {
diff --git a/src-docs/src/views/text/playground.js b/src-docs/src/views/text/playground.js
index 2c2a86edcd..83793a46cb 100644
--- a/src-docs/src/views/text/playground.js
+++ b/src-docs/src/views/text/playground.js
@@ -23,8 +23,8 @@ export const textConfig = () => {
type: PropTypes.ReactNode,
value: `
This is Heading One
- Ea mollit ullamco cillum ipsum adipisicing ea aute id. Cillum unfashionable amet
- proident irure Lorem irure consequat veniam. Excepteur exercitation ex officia
+ Ea mollit ullamco cillum ipsum adipisicing ea aute id. Cillum unfashionable amet
+ proident irure Lorem irure consequat veniam. Excepteur exercitation ex officia
minim excepteur consequat sint id Lorem est officia cupidatat excepteur commodo.
`,
hidden: false,
diff --git a/src-docs/src/views/text/text.js b/src-docs/src/views/text/text.js
index 3e88c919b9..cdd84ca0f3 100644
--- a/src-docs/src/views/text/text.js
+++ b/src-docs/src/views/text/text.js
@@ -19,10 +19,10 @@ export default () => (
This is Heading One
Veniam et quis in dolor aliqua dolor laboris nostrud nostrud Lorem.
- unfashionable Irure et et adipisicing eu mollit. Ullamco
- laborum cillum ea id occaecat cupidatat ex dolor consequat ex mollit do.
- Irure commodo incididunt reprehenderit deserunt cillum quis ad nostrud!{' '}
- const whoa = "!"
+ Irure et et adipisicing{' '}
+ eu mollit. Ullamco laborum cillum ea id occaecat cupidatat ex dolor
+ consequat ex mollit do. Irure commodo incididunt reprehenderit deserunt
+ cillum quis ad nostrud! const whoa = "!"
diff --git a/src-docs/src/views/text/text_color.js b/src-docs/src/views/text/text_color.js
index e7c3290df8..6b68508b59 100644
--- a/src-docs/src/views/text/text_color.js
+++ b/src-docs/src/views/text/text_color.js
@@ -68,7 +68,7 @@ export default () => (
Sometimes you need to color entire blocks of text, no matter what is in
them. You can always apply color directly (versus using the separated
component) to make it easy. Links should still{' '}
- properly color.
+ properly color.
diff --git a/src-docs/src/views/toast/success.js b/src-docs/src/views/toast/success.js
index 3d4f0f31c3..4ac0f313f2 100644
--- a/src-docs/src/views/toast/success.js
+++ b/src-docs/src/views/toast/success.js
@@ -33,7 +33,10 @@ export default () => (
And some other stuff on another line, just for kicks. And{' '}
- here’s a link.
+
+ here’s a link
+
+ .