@solace-health/ui 0.10.1 → 0.10.2

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
@@ -521,7 +521,7 @@ declare const _default$2: {
521
521
  CheckboxGroup: ({ name, label, details, options, inline, previewOnly, other, errorMessage, formOptions, ...inputProps }: {
522
522
  [inputProps: string]: unknown;
523
523
  name: string;
524
- label: string | react.ReactElement<any, string | react.JSXElementConstructor<any>>;
524
+ label?: string | react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
525
525
  details?: string | undefined;
526
526
  inline?: boolean | undefined;
527
527
  previewOnly?: boolean | undefined;
@@ -664,7 +664,7 @@ declare const _default$2: {
664
664
  } | undefined;
665
665
  defaultValue?: string | undefined;
666
666
  }) => react_jsx_runtime.JSX.Element;
667
- Signature: ({ label: labelText, name, formOptions, description, previewOnly, errorMessage, advocateSignatureNeeded, showIcon, formStyle, ...inputProps }: {
667
+ Signature: ({ label: labelText, name, formOptions, description, previewOnly, errorMessage, signatureType, date, isAdvocate, showIcon, formStyle, ...inputProps }: {
668
668
  [inputProps: string]: unknown;
669
669
  label: string;
670
670
  name: string;
@@ -673,8 +673,10 @@ declare const _default$2: {
673
673
  description?: string | JSX.Element | undefined;
674
674
  errorMessage?: string | undefined;
675
675
  showIcon?: boolean | undefined;
676
- advocateSignatureNeeded?: boolean | undefined;
676
+ signatureType?: "client" | "advocate" | undefined;
677
+ date?: Date | null | undefined;
677
678
  formStyle?: string | undefined;
679
+ isAdvocate?: boolean | undefined;
678
680
  }) => react_jsx_runtime.JSX.Element;
679
681
  Submit: ({ label, isSubmitting, hideWhenInvalid, ...extraProps }: {
680
682
  [extraProps: string]: unknown;
package/dist/index.d.ts CHANGED
@@ -521,7 +521,7 @@ declare const _default$2: {
521
521
  CheckboxGroup: ({ name, label, details, options, inline, previewOnly, other, errorMessage, formOptions, ...inputProps }: {
522
522
  [inputProps: string]: unknown;
523
523
  name: string;
524
- label: string | react.ReactElement<any, string | react.JSXElementConstructor<any>>;
524
+ label?: string | react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
525
525
  details?: string | undefined;
526
526
  inline?: boolean | undefined;
527
527
  previewOnly?: boolean | undefined;
@@ -664,7 +664,7 @@ declare const _default$2: {
664
664
  } | undefined;
665
665
  defaultValue?: string | undefined;
666
666
  }) => react_jsx_runtime.JSX.Element;
667
- Signature: ({ label: labelText, name, formOptions, description, previewOnly, errorMessage, advocateSignatureNeeded, showIcon, formStyle, ...inputProps }: {
667
+ Signature: ({ label: labelText, name, formOptions, description, previewOnly, errorMessage, signatureType, date, isAdvocate, showIcon, formStyle, ...inputProps }: {
668
668
  [inputProps: string]: unknown;
669
669
  label: string;
670
670
  name: string;
@@ -673,8 +673,10 @@ declare const _default$2: {
673
673
  description?: string | JSX.Element | undefined;
674
674
  errorMessage?: string | undefined;
675
675
  showIcon?: boolean | undefined;
676
- advocateSignatureNeeded?: boolean | undefined;
676
+ signatureType?: "client" | "advocate" | undefined;
677
+ date?: Date | null | undefined;
677
678
  formStyle?: string | undefined;
679
+ isAdvocate?: boolean | undefined;
678
680
  }) => react_jsx_runtime.JSX.Element;
679
681
  Submit: ({ label, isSubmitting, hideWhenInvalid, ...extraProps }: {
680
682
  [extraProps: string]: unknown;