freemium-survey-components 1.0.310 → 1.0.312
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.
- package/freemium-survey-components-1.0.297.tgz +0 -0
- package/lib/index.cjs.js +2 -2
- package/lib/index.esm.js +2 -2
- package/lib/types/components/slider/index.d.ts +1 -0
- package/lib/types/utils.d.ts +1 -0
- package/package.json +1 -1
- package/playwright-report/index.html +20355 -0
- package/lib/types/components/tooltip/index.d.ts +0 -2
- package/lib/types/components/tooltip/tooltip.stories.d.ts +0 -1
package/lib/types/utils.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export declare const resolvePlaceholders: ({ placeholders, questionText, npsRati
|
|
|
21
21
|
export declare const spreadCSSVariablesIfPresent: (ui_theme: SurveyUiThemeType) => Object;
|
|
22
22
|
export declare const isAnswersEmpty: (ansers: SurveyResponseType | null) => boolean;
|
|
23
23
|
export declare const transformSurvey: (survey: SurveyType) => SurveyType;
|
|
24
|
+
export declare const getReplacedText: (text: string | null | undefined, replaceText: string | null | undefined, actualText: string | null | undefined) => string | undefined;
|
|
24
25
|
export declare const getRedirectText: (delayRate: number, translationText: string | null | undefined) => string;
|
|
25
26
|
export declare const getClosestNum: (arr: number[], target: number) => number;
|
|
26
27
|
export declare const blockInvalidInteger: (e: React.KeyboardEvent) => false | void;
|