From 2bb317ddfdc7832d3ce3297c971c8b13a7fafb59 Mon Sep 17 00:00:00 2001 From: Parthiv Krishnan Date: Wed, 21 May 2025 14:20:50 -0400 Subject: [PATCH 1/3] chore(ci-release): trigger a release --- packages/module/patternfly-docs/content/examples/basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/patternfly-docs/content/examples/basic.md b/packages/module/patternfly-docs/content/examples/basic.md index 6b27a54..987c2e2 100644 --- a/packages/module/patternfly-docs/content/examples/basic.md +++ b/packages/module/patternfly-docs/content/examples/basic.md @@ -56,4 +56,4 @@ The following example demonstrates how to use the `async` function to send data To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of``. This allows you to prepare a modal for different languages and requirements. ```js file="./i18n.tsx" -``` \ No newline at end of file +``` \ No newline at end of file From 6fda8fa814e22bc9a83adc24dd74c803a17f8acb Mon Sep 17 00:00:00 2001 From: Parthiv Krishnan Date: Wed, 21 May 2025 16:36:24 -0400 Subject: [PATCH 2/3] chore(typo): Addressed review comment by fixing missing space --- packages/module/patternfly-docs/content/examples/basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/patternfly-docs/content/examples/basic.md b/packages/module/patternfly-docs/content/examples/basic.md index 987c2e2..ee3ce07 100644 --- a/packages/module/patternfly-docs/content/examples/basic.md +++ b/packages/module/patternfly-docs/content/examples/basic.md @@ -53,7 +53,7 @@ The following example demonstrates how to use the `async` function to send data ``` ### Modal with internationalization support -To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of``. This allows you to prepare a modal for different languages and requirements. +To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of ``. This allows you to prepare a modal for different languages and requirements. ```js file="./i18n.tsx" ``` \ No newline at end of file From ba136069737466c4bc5539bc8276d68cc81b2a19 Mon Sep 17 00:00:00 2001 From: Parthiv Krishnan Date: Thu, 22 May 2025 13:22:40 -0400 Subject: [PATCH 3/3] chore(ci-release): Moved sourceLink to yaml block --- packages/module/patternfly-docs/content/examples/basic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/module/patternfly-docs/content/examples/basic.md b/packages/module/patternfly-docs/content/examples/basic.md index ee3ce07..a99de6b 100644 --- a/packages/module/patternfly-docs/content/examples/basic.md +++ b/packages/module/patternfly-docs/content/examples/basic.md @@ -10,9 +10,9 @@ source: react # If you use typescript, the name of the interface to display props for # These are found through the sourceProps function provided in patternfly-docs.source.js propComponents: ['FeedbackModalProps'] ---- -[Visit the source link](https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md) +sourceLink: https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md +--- import { FeedbackModal } from "@patternfly/react-user-feedback"; import feedbackImage from '@patternfly/react-user-feedback/dist/esm/images/rh_feedback.svg';