@scbt-ecom/ui 0.178.0 → 0.179.0

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.
@@ -6,8 +6,8 @@ export type AssistHintClasses = {
6
6
  description?: string;
7
7
  };
8
8
  export interface AssistHintProps {
9
- iconName: AllowedIcons;
10
- text: string;
9
+ iconName: AllowedIcons | null;
10
+ text?: string;
11
11
  hint?: string;
12
12
  classes?: AssistHintClasses;
13
13
  popoverProps?: PopoverProps;
@@ -10,5 +10,7 @@ export interface InfoListItemProps {
10
10
  color?: InfoListItemColor;
11
11
  isFormula: boolean;
12
12
  value: InfoListItemValue;
13
+ prefix?: string;
14
+ fontSize?: number;
13
15
  }
14
- export declare const InfoListItem: ({ hint, value, label, mode, color, accent }: InfoListItemProps) => import("react/jsx-runtime").JSX.Element;
16
+ export declare const InfoListItem: ({ hint, value, label, mode, prefix, fontSize, color, accent }: InfoListItemProps) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scbt-ecom/ui",
3
- "version": "0.178.0",
3
+ "version": "0.179.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {