@oliasoft-open-source/react-ui-library 5.19.0 → 5.20.0-beta-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
@@ -65,7 +65,7 @@ export declare enum BreadcrumbLinkType {
65
65
  CUSTOM = "custom"
66
66
  }
67
67
 
68
- export declare const Button: ({ active, basic, colored, disabled, ignoreDisabledContext, groupOrder, icon, label, loading, name, pill, round, small, styles, width, title, type, onClick, error, warning, testId, tooltip, inverted, component: Component, url, tabIndex, }: IButtonProps) => JSX_2.Element;
68
+ export declare const Button: ({ active, basic, colored, disabled, ignoreDisabledContext, groupOrder, icon, rightIcon, label, loading, name, pill, round, small, styles, width, title, type, onClick, error, warning, testId, tooltip, inverted, component: Component, url, tabIndex, }: IButtonProps) => JSX_2.Element;
69
69
 
70
70
  export declare const ButtonGroup: (props: IButtonGroupProps) => JSX_2.Element;
71
71
 
@@ -262,6 +262,7 @@ export declare interface IButtonProps {
262
262
  ignoreDisabledContext?: boolean;
263
263
  groupOrder?: TGroupOrder;
264
264
  icon?: ReactNode | string;
265
+ rightIcon?: ReactNode | string;
265
266
  label?: ReactNode | string | null;
266
267
  loading?: boolean;
267
268
  name?: string | null;