@solace-health/ui 0.9.48 → 0.9.49

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
@@ -546,7 +546,7 @@ declare const _default$2: {
546
546
  name: string;
547
547
  label?: string | JSX.Element | null | undefined;
548
548
  options: {
549
- label: string;
549
+ label: string | JSX.Element;
550
550
  value: string;
551
551
  description: string;
552
552
  icon?: JSX.Element | undefined;
package/dist/index.d.ts CHANGED
@@ -546,7 +546,7 @@ declare const _default$2: {
546
546
  name: string;
547
547
  label?: string | JSX.Element | null | undefined;
548
548
  options: {
549
- label: string;
549
+ label: string | JSX.Element;
550
550
  value: string;
551
551
  description: string;
552
552
  icon?: JSX.Element | undefined;