From 0bd04690207dcd3258534a31417a28e308dee790 Mon Sep 17 00:00:00 2001 From: Esteban Munoz Date: Thu, 23 Mar 2023 15:44:22 -0700 Subject: [PATCH 1/5] Renaming content prop to info --- .../react-infobutton/docs/Spec.md | 8 ++++---- .../react-infobutton/etc/react-infobutton.api.md | 4 ++-- .../src/components/InfoButton/InfoButton.test.tsx | 6 +++--- .../src/components/InfoButton/InfoButton.types.ts | 6 +++--- .../components/InfoButton/renderInfoButton.tsx | 2 +- .../src/components/InfoButton/useInfoButton.tsx | 4 ++-- .../components/InfoButton/useInfoButtonStyles.ts | 8 ++++---- .../src/components/InfoLabel/InfoLabel.test.tsx | 4 ++-- .../src/components/InfoLabel/InfoLabel.types.ts | 4 ++-- .../src/components/InfoLabel/useInfoLabel.ts | 2 +- .../stories/InfoLabel/InfoLabelBestPractices.md | 2 +- .../InfoLabel/InfoLabelDefault.stories.tsx | 2 +- .../Infobutton/InfoButtonDefault.stories.tsx | 4 ++-- .../stories/Infobutton/InfoButtonSize.stories.tsx | 15 +++++++++------ 14 files changed, 37 insertions(+), 34 deletions(-) diff --git a/packages/react-components/react-infobutton/docs/Spec.md b/packages/react-components/react-infobutton/docs/Spec.md index deb161b3220fe..5789158ad5bc3 100644 --- a/packages/react-components/react-infobutton/docs/Spec.md +++ b/packages/react-components/react-infobutton/docs/Spec.md @@ -30,7 +30,7 @@ Because the Popover isn't always visible, it should not contain information that ## Sample Code ```jsx - + ``` ## API @@ -45,7 +45,7 @@ _**Public**_ ```jsx Popover above-start lorem ipsum dolor sit amet consectetur. Learn more @@ -62,7 +62,7 @@ return ( - + ); ``` @@ -75,7 +75,7 @@ _**DOM**_ -