From 8e9334542b6243bb721a15ba475432c271d435a2 Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Tue, 21 Feb 2023 22:03:26 +0000 Subject: [PATCH] change beta to experimental Signed-off-by: Ashwin P Chandran --- src-docs/src/views/key_pad_menu/key_pad_beta.js | 2 +- .../src/views/key_pad_menu/key_pad_menu_example.js | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src-docs/src/views/key_pad_menu/key_pad_beta.js b/src-docs/src/views/key_pad_menu/key_pad_beta.js index 98bc4468cb..4852ea19c5 100644 --- a/src-docs/src/views/key_pad_menu/key_pad_beta.js +++ b/src-docs/src/views/key_pad_menu/key_pad_beta.js @@ -26,7 +26,7 @@ export default () => ( diff --git a/src-docs/src/views/key_pad_menu/key_pad_menu_example.js b/src-docs/src/views/key_pad_menu/key_pad_menu_example.js index cbf19e0a0b..e4e832ba54 100644 --- a/src-docs/src/views/key_pad_menu/key_pad_menu_example.js +++ b/src-docs/src/views/key_pad_menu/key_pad_menu_example.js @@ -122,7 +122,7 @@ export const KeyPadMenuExample = { demo: , }, { - title: 'Beta item', + title: 'Experimental item', source: [ { type: GuideSectionTypes.JS, @@ -136,16 +136,14 @@ export const KeyPadMenuExample = { text: (

- If the item links to a module that is not GA (beta, lab, etc), you - can add a betaBadgeLabel and{' '} + If the item links to a module that is not GA (experimental, lab, + etc), you can add a betaBadgeLabel and{' '} betaBadgeTooltipContent to the card and it will properly create and position an OuiBetaBadge.

- Supplying just a label will only show the first letter in the badge - and supply the full label to the tooltip. You can also pass an{' '} - iconType to replace the letter only badge and the - label will still become the title. + You can pass an iconType and the label will + become the title.

),