@solace-health/ui 0.3.0 → 0.3.1

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.ts CHANGED
@@ -19,6 +19,7 @@ declare const _default$3: {
19
19
  Primary: ({ children, isSubmitting, ...extraProps }: Props$6) => react_jsx_runtime.JSX.Element;
20
20
  Outline: ({ children, isSubmitting, ...extraProps }: Props$6) => react_jsx_runtime.JSX.Element;
21
21
  Unstyled: ({ children, isSubmitting, ...extraProps }: Props$6) => react_jsx_runtime.JSX.Element;
22
+ Secondary: ({ children, isSubmitting, ...extraProps }: Props$6) => react_jsx_runtime.JSX.Element;
22
23
  };
23
24
 
24
25
  declare const _default$2: {
@@ -132,7 +133,7 @@ declare type ToggleProps = {
132
133
  };
133
134
  handleEvent?: ((isToggled: boolean) => void) | null;
134
135
  };
135
- declare const Toggle: ({ defaultState, name, label, handleEvent }: ToggleProps) => react_jsx_runtime.JSX.Element;
136
+ declare const Toggle: ({ defaultState, name, label, handleEvent, }: ToggleProps) => react_jsx_runtime.JSX.Element;
136
137
 
137
138
  declare const _default$1: {
138
139
  Body: ({ className, children, size, color, center, }: {
@@ -285,7 +286,7 @@ declare const _default: {
285
286
  details?: string | undefined;
286
287
  options?: string[] | undefined;
287
288
  }) => react_jsx_runtime.JSX.Element;
288
- Toggle: ({ defaultState, name, label, handleEvent }: {
289
+ Toggle: ({ defaultState, name, label, handleEvent, }: {
289
290
  defaultState?: boolean | undefined;
290
291
  name: string;
291
292
  label?: {