@tactics/lokaal-loket 0.0.522 → 0.0.525
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +709 -704
- package/build/index.d.cts +2 -1
- package/build/index.d.ts +2 -1
- package/build/index.js +709 -704
- package/package.json +2 -2
package/build/index.d.cts
CHANGED
@@ -2312,13 +2312,14 @@ declare const RequestSummaryContainer: (props: IRequestSummaryContainer) => reac
|
|
2312
2312
|
interface IRequestDetailsCard {
|
2313
2313
|
title: string;
|
2314
2314
|
subtitle: string;
|
2315
|
+
figure?: React__default.ReactElement<IFigure>;
|
2315
2316
|
actions?: React__default.ReactNode;
|
2316
2317
|
children: React__default.ReactNode;
|
2317
2318
|
detailsAction?: () => void;
|
2318
2319
|
label?: string;
|
2319
2320
|
}
|
2320
2321
|
|
2321
|
-
declare const RequestDetailsCard: ({ title, subtitle, actions, children, detailsAction, label }: IRequestDetailsCard) => react_jsx_runtime.JSX.Element;
|
2322
|
+
declare const RequestDetailsCard: ({ title, subtitle, actions, children, detailsAction, label, figure, }: IRequestDetailsCard) => react_jsx_runtime.JSX.Element;
|
2322
2323
|
|
2323
2324
|
interface IRequestNoneAvailable {
|
2324
2325
|
message: React__default.ReactNode;
|
package/build/index.d.ts
CHANGED
@@ -2312,13 +2312,14 @@ declare const RequestSummaryContainer: (props: IRequestSummaryContainer) => reac
|
|
2312
2312
|
interface IRequestDetailsCard {
|
2313
2313
|
title: string;
|
2314
2314
|
subtitle: string;
|
2315
|
+
figure?: React__default.ReactElement<IFigure>;
|
2315
2316
|
actions?: React__default.ReactNode;
|
2316
2317
|
children: React__default.ReactNode;
|
2317
2318
|
detailsAction?: () => void;
|
2318
2319
|
label?: string;
|
2319
2320
|
}
|
2320
2321
|
|
2321
|
-
declare const RequestDetailsCard: ({ title, subtitle, actions, children, detailsAction, label }: IRequestDetailsCard) => react_jsx_runtime.JSX.Element;
|
2322
|
+
declare const RequestDetailsCard: ({ title, subtitle, actions, children, detailsAction, label, figure, }: IRequestDetailsCard) => react_jsx_runtime.JSX.Element;
|
2322
2323
|
|
2323
2324
|
interface IRequestNoneAvailable {
|
2324
2325
|
message: React__default.ReactNode;
|