@bluemarble/bm-components 0.0.97 → 0.0.99

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.mts CHANGED
@@ -364,6 +364,9 @@ declare type AlertContextProps = {
364
364
  createAlert(message: string, type: AlertColor): void;
365
365
  };
366
366
  declare const AlertContext: React.Context<AlertContextProps>;
367
- declare const AlertProvider: FC;
367
+ declare type AlertProviderProps = {
368
+ children: ReactNode;
369
+ };
370
+ declare const AlertProvider: ({ children }: AlertProviderProps) => JSX.Element;
368
371
 
369
372
  export { AlertContext, AlertProvider, ApiHelper, Autocomplete, BaseGrid, Checkbox, type ColumnTitleProps, type ColumnsProps, Dialog, EditableTableCell, type FilterCompareType, type FilterProps, GetInputLabel, Grid, HttpError, type IFilter, Input, InputMask, LargeButton, Modal, Radio, Select, Switch, TabPanel, type TabPanelProps, Td, Tr, createFilter, filterData, getTabProps, useAlert, useEvent, useFilter, useFormHelper, useGrid, useLoading };
package/dist/index.d.ts CHANGED
@@ -364,6 +364,9 @@ declare type AlertContextProps = {
364
364
  createAlert(message: string, type: AlertColor): void;
365
365
  };
366
366
  declare const AlertContext: React.Context<AlertContextProps>;
367
- declare const AlertProvider: FC;
367
+ declare type AlertProviderProps = {
368
+ children: ReactNode;
369
+ };
370
+ declare const AlertProvider: ({ children }: AlertProviderProps) => JSX.Element;
368
371
 
369
372
  export { AlertContext, AlertProvider, ApiHelper, Autocomplete, BaseGrid, Checkbox, type ColumnTitleProps, type ColumnsProps, Dialog, EditableTableCell, type FilterCompareType, type FilterProps, GetInputLabel, Grid, HttpError, type IFilter, Input, InputMask, LargeButton, Modal, Radio, Select, Switch, TabPanel, type TabPanelProps, Td, Tr, createFilter, filterData, getTabProps, useAlert, useEvent, useFilter, useFormHelper, useGrid, useLoading };