@solace-health/ui 0.9.15 → 0.9.16
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.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -452,7 +452,7 @@ declare const _default$2: {
|
|
|
452
452
|
}) => react_jsx_runtime.JSX.Element;
|
|
453
453
|
DateSelect: ({ label, isLabelBold, name, options, ...inputProps }: {
|
|
454
454
|
[inputProps: string]: unknown;
|
|
455
|
-
label?: string | null | undefined;
|
|
455
|
+
label?: string | JSX.Element | null | undefined;
|
|
456
456
|
isLabelBold?: boolean | undefined;
|
|
457
457
|
name: string;
|
|
458
458
|
options?: object | undefined;
|
|
@@ -460,7 +460,7 @@ declare const _default$2: {
|
|
|
460
460
|
TextInput: ({ name, label, details, type, options, previewOnly, textArea, marginBottom, isLabelBold, format, errorMessage, ...inputProps }: {
|
|
461
461
|
[inputProps: string]: unknown;
|
|
462
462
|
name: string;
|
|
463
|
-
label?: string | null | undefined;
|
|
463
|
+
label?: string | JSX.Element | null | undefined;
|
|
464
464
|
details?: string | null | undefined;
|
|
465
465
|
type?: string | undefined;
|
|
466
466
|
options?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
|
|
@@ -490,7 +490,7 @@ declare const _default$2: {
|
|
|
490
490
|
RadioGroup: ({ name, label, details, options, inline, allowOther, ...inputProps }: {
|
|
491
491
|
[inputProps: string]: unknown;
|
|
492
492
|
name: string;
|
|
493
|
-
label: string;
|
|
493
|
+
label: string | JSX.Element;
|
|
494
494
|
details?: string | undefined;
|
|
495
495
|
inline?: boolean | undefined;
|
|
496
496
|
allowOther?: boolean | undefined;
|
|
@@ -501,7 +501,7 @@ declare const _default$2: {
|
|
|
501
501
|
}) => react_jsx_runtime.JSX.Element;
|
|
502
502
|
CardRadioGroup: ({ name, label, className, options, formOptions, id, }: {
|
|
503
503
|
name: string;
|
|
504
|
-
label?: string | null | undefined;
|
|
504
|
+
label?: string | JSX.Element | null | undefined;
|
|
505
505
|
options: {
|
|
506
506
|
label: string;
|
|
507
507
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -452,7 +452,7 @@ declare const _default$2: {
|
|
|
452
452
|
}) => react_jsx_runtime.JSX.Element;
|
|
453
453
|
DateSelect: ({ label, isLabelBold, name, options, ...inputProps }: {
|
|
454
454
|
[inputProps: string]: unknown;
|
|
455
|
-
label?: string | null | undefined;
|
|
455
|
+
label?: string | JSX.Element | null | undefined;
|
|
456
456
|
isLabelBold?: boolean | undefined;
|
|
457
457
|
name: string;
|
|
458
458
|
options?: object | undefined;
|
|
@@ -460,7 +460,7 @@ declare const _default$2: {
|
|
|
460
460
|
TextInput: ({ name, label, details, type, options, previewOnly, textArea, marginBottom, isLabelBold, format, errorMessage, ...inputProps }: {
|
|
461
461
|
[inputProps: string]: unknown;
|
|
462
462
|
name: string;
|
|
463
|
-
label?: string | null | undefined;
|
|
463
|
+
label?: string | JSX.Element | null | undefined;
|
|
464
464
|
details?: string | null | undefined;
|
|
465
465
|
type?: string | undefined;
|
|
466
466
|
options?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
|
|
@@ -490,7 +490,7 @@ declare const _default$2: {
|
|
|
490
490
|
RadioGroup: ({ name, label, details, options, inline, allowOther, ...inputProps }: {
|
|
491
491
|
[inputProps: string]: unknown;
|
|
492
492
|
name: string;
|
|
493
|
-
label: string;
|
|
493
|
+
label: string | JSX.Element;
|
|
494
494
|
details?: string | undefined;
|
|
495
495
|
inline?: boolean | undefined;
|
|
496
496
|
allowOther?: boolean | undefined;
|
|
@@ -501,7 +501,7 @@ declare const _default$2: {
|
|
|
501
501
|
}) => react_jsx_runtime.JSX.Element;
|
|
502
502
|
CardRadioGroup: ({ name, label, className, options, formOptions, id, }: {
|
|
503
503
|
name: string;
|
|
504
|
-
label?: string | null | undefined;
|
|
504
|
+
label?: string | JSX.Element | null | undefined;
|
|
505
505
|
options: {
|
|
506
506
|
label: string;
|
|
507
507
|
value: string;
|