digitinary-ui 1.0.8 → 1.0.9

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.
@@ -84,9 +84,9 @@ export interface PaginationProps extends BaseProps {
84
84
  setPage: React.Dispatch<React.SetStateAction<number>>;
85
85
  count: number;
86
86
  totalElement: number;
87
- disabledExportExcelBtn: boolean;
88
- disabledExportPdfBtn: boolean;
89
- excelExport: () => void;
87
+ disabledExportExcelBtn?: boolean;
88
+ disabledExportPdfBtn?: boolean;
89
+ excelExport?: () => void;
90
90
  showPageCount?: boolean;
91
91
  showExportButtons?: boolean;
92
92
  disabledNextButton?: boolean;
@@ -230,6 +230,7 @@ export interface RadioGroupProps extends BaseProps {
230
230
  checked?: any;
231
231
  direction?: 'horizontal' | 'vertical';
232
232
  gap?: string;
233
+ value?: string;
233
234
  }
234
235
  export interface SideDrawerPropsType extends BaseProps {
235
236
  open: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digitinary-ui",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Digitinary UI Library",
5
5
  "author": "Digitinary Company",
6
6
  "repository": {