survey-react-ui 2.4.1 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.4.1
2
+ * surveyjs - Survey JavaScript library v2.5.0
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -4,6 +4,7 @@ export declare class SurveyLocStringViewer extends React.Component<any, any> {
4
4
  private rootRef;
5
5
  private get locStr();
6
6
  private get style();
7
+ private get textClass();
7
8
  componentDidMount(): void;
8
9
  componentWillUnmount(): void;
9
10
  componentDidUpdate(prevProps: any, prevState: any): void;