@useloops/design-system 1.4.380 → 1.4.382

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
@@ -2024,6 +2024,7 @@ interface QuestionStats {
2024
2024
  questionUrl: string;
2025
2025
  testTitle: string;
2026
2026
  testCountry: string;
2027
+ localeTooltipText: string;
2027
2028
  averageScore: number;
2028
2029
  scoreHelpText: string;
2029
2030
  }