@hybr1d-tech/charizard 2.3.33 → 2.3.34
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/hybr1d-ui.js +1175 -1172
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3003,7 +3003,7 @@ declare interface TagProps {
|
|
|
3003
3003
|
customStyles?: React.CSSProperties;
|
|
3004
3004
|
}
|
|
3005
3005
|
|
|
3006
|
-
export declare function TaskCards({ headers, data, isLoading, isError, emptyText, paginationConfig, onClicks, moduleAccess, }: TaskCardsProps): JSX.Element;
|
|
3006
|
+
export declare function TaskCards({ headers, data, isLoading, isError, emptyText, paginationConfig, onClicks, moduleAccess, labels, }: TaskCardsProps): JSX.Element;
|
|
3007
3007
|
|
|
3008
3008
|
export declare interface TaskCardsProps {
|
|
3009
3009
|
headers: string[];
|
|
@@ -3027,6 +3027,7 @@ export declare interface TaskCardsProps {
|
|
|
3027
3027
|
hasDeviceAccess?: boolean;
|
|
3028
3028
|
hasLeaveAccess?: boolean;
|
|
3029
3029
|
};
|
|
3030
|
+
labels?: string[];
|
|
3030
3031
|
}
|
|
3031
3032
|
|
|
3032
3033
|
export declare type TBaseQuery = {
|