@solace-health/ui 0.9.10 → 0.9.11

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
@@ -122,6 +122,7 @@ declare const _default$5: {
122
122
  Checkbox: ({ checked }: {
123
123
  checked?: boolean | undefined;
124
124
  }) => react_jsx_runtime.JSX.Element;
125
+ ErrorExclamation: () => react_jsx_runtime.JSX.Element;
125
126
  Form: ({ active, color }: {
126
127
  active?: boolean | undefined;
127
128
  color?: string | undefined;
@@ -419,13 +420,14 @@ declare const _default$2: {
419
420
  children: react.ReactNode;
420
421
  className?: string | undefined;
421
422
  }) => react_jsx_runtime.JSX.Element;
422
- Checkbox: ({ option, name, ...inputProps }: {
423
+ Checkbox: ({ option, name, inputOptions, ...inputProps }: {
423
424
  [inputProps: string]: unknown;
424
425
  option: {
425
426
  label: string | preact.Component<{}, {}>;
426
427
  value: string;
427
428
  };
428
429
  name: string;
430
+ inputOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
429
431
  }) => react_jsx_runtime.JSX.Element;
430
432
  CheckboxGroup: ({ name, label, details, options, inline, other, ...inputProps }: {
431
433
  [inputProps: string]: unknown;
package/dist/index.d.ts CHANGED
@@ -122,6 +122,7 @@ declare const _default$5: {
122
122
  Checkbox: ({ checked }: {
123
123
  checked?: boolean | undefined;
124
124
  }) => react_jsx_runtime.JSX.Element;
125
+ ErrorExclamation: () => react_jsx_runtime.JSX.Element;
125
126
  Form: ({ active, color }: {
126
127
  active?: boolean | undefined;
127
128
  color?: string | undefined;
@@ -419,13 +420,14 @@ declare const _default$2: {
419
420
  children: react.ReactNode;
420
421
  className?: string | undefined;
421
422
  }) => react_jsx_runtime.JSX.Element;
422
- Checkbox: ({ option, name, ...inputProps }: {
423
+ Checkbox: ({ option, name, inputOptions, ...inputProps }: {
423
424
  [inputProps: string]: unknown;
424
425
  option: {
425
426
  label: string | preact.Component<{}, {}>;
426
427
  value: string;
427
428
  };
428
429
  name: string;
430
+ inputOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
429
431
  }) => react_jsx_runtime.JSX.Element;
430
432
  CheckboxGroup: ({ name, label, details, options, inline, other, ...inputProps }: {
431
433
  [inputProps: string]: unknown;