@solace-health/ui 0.9.36 → 0.9.39

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
@@ -32,7 +32,7 @@ declare type Props$c = {
32
32
  children: React.ReactNode;
33
33
  isSubmitting?: boolean;
34
34
  toolTip?: {
35
- title: string;
35
+ title: React.ReactNode | string;
36
36
  color?: string;
37
37
  };
38
38
  [extraProps: string]: unknown;
@@ -215,6 +215,7 @@ declare const _default$5: {
215
215
  fill?: string | undefined;
216
216
  className?: string | undefined;
217
217
  }) => react_jsx_runtime.JSX.Element;
218
+ Filter: () => react_jsx_runtime.JSX.Element;
218
219
  };
219
220
 
220
221
  declare enum PillStatus {
@@ -386,7 +387,7 @@ declare const Toggle: ({ defaultState, name, label, handleEvent, value, disabled
386
387
 
387
388
  declare type Props = {
388
389
  children: React.ReactNode;
389
- content: string | null;
390
+ content: React.ReactNode | string | null;
390
391
  className?: string;
391
392
  };
392
393
  declare const Tooltip: _emotion_styled.StyledComponent<Props & {
@@ -541,11 +542,11 @@ declare const _default$2: {
541
542
  formOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
542
543
  id?: string | undefined;
543
544
  }) => react_jsx_runtime.JSX.Element;
544
- Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, }: {
545
+ Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, containerStyle, }: {
545
546
  label?: string | JSX.Element | undefined;
546
547
  name: string;
547
548
  details?: string | undefined;
548
- placeholder?: string | undefined;
549
+ placeholder?: any;
549
550
  options: {
550
551
  label: any;
551
552
  value: string;
@@ -558,6 +559,7 @@ declare const _default$2: {
558
559
  label: any;
559
560
  value: string;
560
561
  }) => void) | undefined;
562
+ containerStyle?: react.CSSProperties | undefined;
561
563
  }) => react_jsx_runtime.JSX.Element;
562
564
  Signature: ({ label, name, options, description, previewOnly, showIcon, ...inputProps }: {
563
565
  [inputProps: string]: unknown;
package/dist/index.d.ts CHANGED
@@ -32,7 +32,7 @@ declare type Props$c = {
32
32
  children: React.ReactNode;
33
33
  isSubmitting?: boolean;
34
34
  toolTip?: {
35
- title: string;
35
+ title: React.ReactNode | string;
36
36
  color?: string;
37
37
  };
38
38
  [extraProps: string]: unknown;
@@ -215,6 +215,7 @@ declare const _default$5: {
215
215
  fill?: string | undefined;
216
216
  className?: string | undefined;
217
217
  }) => react_jsx_runtime.JSX.Element;
218
+ Filter: () => react_jsx_runtime.JSX.Element;
218
219
  };
219
220
 
220
221
  declare enum PillStatus {
@@ -386,7 +387,7 @@ declare const Toggle: ({ defaultState, name, label, handleEvent, value, disabled
386
387
 
387
388
  declare type Props = {
388
389
  children: React.ReactNode;
389
- content: string | null;
390
+ content: React.ReactNode | string | null;
390
391
  className?: string;
391
392
  };
392
393
  declare const Tooltip: _emotion_styled.StyledComponent<Props & {
@@ -541,11 +542,11 @@ declare const _default$2: {
541
542
  formOptions?: react_hook_form.RegisterOptions<react_hook_form.FieldValues, string> | undefined;
542
543
  id?: string | undefined;
543
544
  }) => react_jsx_runtime.JSX.Element;
544
- Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, }: {
545
+ Select: ({ label, name, details, placeholder, options, allowInput, previewOnly, isLabelBold, formOptions, onChange, containerStyle, }: {
545
546
  label?: string | JSX.Element | undefined;
546
547
  name: string;
547
548
  details?: string | undefined;
548
- placeholder?: string | undefined;
549
+ placeholder?: any;
549
550
  options: {
550
551
  label: any;
551
552
  value: string;
@@ -558,6 +559,7 @@ declare const _default$2: {
558
559
  label: any;
559
560
  value: string;
560
561
  }) => void) | undefined;
562
+ containerStyle?: react.CSSProperties | undefined;
561
563
  }) => react_jsx_runtime.JSX.Element;
562
564
  Signature: ({ label, name, options, description, previewOnly, showIcon, ...inputProps }: {
563
565
  [inputProps: string]: unknown;