@solace-health/ui 0.10.77 → 0.10.78

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.cts CHANGED
@@ -715,6 +715,8 @@ declare const Breakpoint: {
715
715
  MediumMax: string;
716
716
  Large: string;
717
717
  LargeMax: string;
718
+ XLarge: string;
719
+ XXLarge: string;
718
720
  };
719
721
  declare type ProviderProps = {
720
722
  children: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -715,6 +715,8 @@ declare const Breakpoint: {
715
715
  MediumMax: string;
716
716
  Large: string;
717
717
  LargeMax: string;
718
+ XLarge: string;
719
+ XXLarge: string;
718
720
  };
719
721
  declare type ProviderProps = {
720
722
  children: React.ReactNode;