@useloops/design-system 1.4.403 → 1.4.404

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
@@ -2026,6 +2026,7 @@ interface TopNumber {
2026
2026
  interface ExtendedTestStatusProps {
2027
2027
  status: TestStatusProps['status'];
2028
2028
  segments: TopNumber[];
2029
+ loading?: boolean;
2029
2030
  }
2030
2031
  declare const ExtendedTestStatus: FunctionComponent<ExtendedTestStatusProps>;
2031
2032