@solace-health/ui 0.10.83 → 0.10.85

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
@@ -469,6 +469,10 @@ declare const _default$6: {
469
469
  Wallet: ({ color, }: {
470
470
  color?: string | undefined;
471
471
  }) => JSX.Element;
472
+ Video: ({ size, color }: {
473
+ size?: string | undefined;
474
+ color?: string | undefined;
475
+ }) => react_jsx_runtime.JSX.Element;
472
476
  };
473
477
 
474
478
  declare enum Size {
package/dist/index.d.ts CHANGED
@@ -469,6 +469,10 @@ declare const _default$6: {
469
469
  Wallet: ({ color, }: {
470
470
  color?: string | undefined;
471
471
  }) => JSX.Element;
472
+ Video: ({ size, color }: {
473
+ size?: string | undefined;
474
+ color?: string | undefined;
475
+ }) => react_jsx_runtime.JSX.Element;
472
476
  };
473
477
 
474
478
  declare enum Size {