@useloops/design-system 1.4.384 → 1.4.386

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/dist/index.d.ts CHANGED
@@ -2020,7 +2020,9 @@ declare const getKpiIndicatorColor: (theme: Theme) => {
2020
2020
 
2021
2021
  interface QuestionStats {
2022
2022
  questionBody: string;
2023
+ questionData?: number[];
2023
2024
  questionTitle: string;
2025
+ questionType: 'scale' | 'slider';
2024
2026
  questionUrl: string;
2025
2027
  testTitle: string;
2026
2028
  testCountry: string;