@solace-health/ui 0.10.7 → 0.10.8

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
@@ -323,6 +323,7 @@ declare type ContainerProps = {
323
323
  onItemClick?: (e: any) => void;
324
324
  onMenuChange?: (e: any) => void;
325
325
  className?: string;
326
+ expandIconClassName?: string;
326
327
  menuProps?: MenuProps$1;
327
328
  caretColor?: string;
328
329
  borderColor?: string;
@@ -351,7 +352,7 @@ declare type HeaderProps = {
351
352
  };
352
353
  declare const _default$4: {
353
354
  Button: ({ label, className }: ButtonProps) => react_jsx_runtime.JSX.Element;
354
- Container: ({ children, cta, onItemClick, onMenuChange, className, menuProps, caretColor, borderColor, }: ContainerProps) => react_jsx_runtime.JSX.Element;
355
+ Container: ({ children, cta, onItemClick, onMenuChange, className, expandIconClassName, menuProps, caretColor, borderColor, }: ContainerProps) => react_jsx_runtime.JSX.Element;
355
356
  Search: ({ value, onChange, className, }: SearchProps) => react_jsx_runtime.JSX.Element;
356
357
  Divider: ({ className }: {
357
358
  className?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -323,6 +323,7 @@ declare type ContainerProps = {
323
323
  onItemClick?: (e: any) => void;
324
324
  onMenuChange?: (e: any) => void;
325
325
  className?: string;
326
+ expandIconClassName?: string;
326
327
  menuProps?: MenuProps$1;
327
328
  caretColor?: string;
328
329
  borderColor?: string;
@@ -351,7 +352,7 @@ declare type HeaderProps = {
351
352
  };
352
353
  declare const _default$4: {
353
354
  Button: ({ label, className }: ButtonProps) => react_jsx_runtime.JSX.Element;
354
- Container: ({ children, cta, onItemClick, onMenuChange, className, menuProps, caretColor, borderColor, }: ContainerProps) => react_jsx_runtime.JSX.Element;
355
+ Container: ({ children, cta, onItemClick, onMenuChange, className, expandIconClassName, menuProps, caretColor, borderColor, }: ContainerProps) => react_jsx_runtime.JSX.Element;
355
356
  Search: ({ value, onChange, className, }: SearchProps) => react_jsx_runtime.JSX.Element;
356
357
  Divider: ({ className }: {
357
358
  className?: string | undefined;