@solace-health/ui 0.9.26 → 0.9.28

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
@@ -533,7 +533,7 @@ declare const _default$2: {
533
533
  id?: string | undefined;
534
534
  }) => react_jsx_runtime.JSX.Element;
535
535
  Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, }: {
536
- label?: string | undefined;
536
+ label?: string | JSX.Element | undefined;
537
537
  name: string;
538
538
  details?: string | undefined;
539
539
  placeholder?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -533,7 +533,7 @@ declare const _default$2: {
533
533
  id?: string | undefined;
534
534
  }) => react_jsx_runtime.JSX.Element;
535
535
  Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, }: {
536
- label?: string | undefined;
536
+ label?: string | JSX.Element | undefined;
537
537
  name: string;
538
538
  details?: string | undefined;
539
539
  placeholder?: string | undefined;