@luscii-healthtech/web-ui 37.5.0 → 37.5.2

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.
@@ -65,8 +65,8 @@ export type IconButtonProps = ButtonWithPendingStateProps & {
65
65
  /**
66
66
  * Since this button only renders one icon, we don't need leading or trailing icons.
67
67
  */
68
- leadingIcon: never;
69
- trailingIcon: never;
68
+ leadingIcon?: never;
69
+ trailingIcon?: never;
70
70
  };
71
71
  /**
72
72
  * All properties of BaseButtonProps and ButtonWithPendingStateProps,
@@ -25,6 +25,7 @@ export declare const allowedColors: {
25
25
  readonly "slate-200": "ui-text-slate-200";
26
26
  readonly "slate-400": "ui-text-slate-400";
27
27
  readonly "slate-500": "ui-text-slate-500";
28
+ readonly "slate-600": "ui-text-slate-600";
28
29
  readonly red: "ui-text-red-800";
29
30
  readonly green: "ui-text-green-800";
30
31
  readonly amber: "ui-text-yellow-800";
@@ -1396,6 +1396,7 @@ const allowedColors = {
1396
1396
  "slate-200": "ui-text-slate-200",
1397
1397
  "slate-400": "ui-text-slate-400",
1398
1398
  "slate-500": "ui-text-slate-500",
1399
+ "slate-600": "ui-text-slate-600",
1399
1400
  red: "ui-text-red-800",
1400
1401
  green: "ui-text-green-800",
1401
1402
  amber: "ui-text-yellow-800",