From a175c97972ed3d677bed2b23bfb0810947d2e5b9 Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Fri, 10 Jan 2025 09:27:56 +0100 Subject: [PATCH] docs(ExpandableText): adjust component description --- packages/main/src/webComponents/ExpandableText/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/webComponents/ExpandableText/index.tsx b/packages/main/src/webComponents/ExpandableText/index.tsx index a159f564979..c5f3aac6794 100644 --- a/packages/main/src/webComponents/ExpandableText/index.tsx +++ b/packages/main/src/webComponents/ExpandableText/index.tsx @@ -86,7 +86,7 @@ interface ExpandableTextPropTypes * On phones, if the component is configured to display the full text in a popover, the popover will appear in full screen. * * __Note:__ For compatibility reasons, `children`, `showOverflowInPopover`, and `renderWhitespace` are added by the UI5 Web Components for React wrapper and are not part of the underlying web component (`ui5-expandable-text`). - * These props will be removed in the next release; see their deprecation notices for alternatives. + * These props will be removed in the next major release (not yet planned); see their deprecation notices for alternatives. * * __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/) *