@tactics/lokaal-loket 0.0.433 → 0.0.434
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +605 -600
- package/build/index.d.cts +3 -1
- package/build/index.d.ts +3 -1
- package/build/index.js +605 -600
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -2181,9 +2181,10 @@ interface IThread {
|
|
2181
2181
|
actions?: React.ReactNode;
|
2182
2182
|
children?: React.ReactNode;
|
2183
2183
|
onClick?: () => void;
|
2184
|
+
lightVariant?: boolean;
|
2184
2185
|
}
|
2185
2186
|
|
2186
|
-
declare const Thread: ({ badge, label, sublabel, actions, children, onClick }: IThread) => react_jsx_runtime.JSX.Element;
|
2187
|
+
declare const Thread: ({ badge, label, sublabel, actions, children, onClick, lightVariant }: IThread) => react_jsx_runtime.JSX.Element;
|
2187
2188
|
|
2188
2189
|
interface IFlyoutArrangementSplit {
|
2189
2190
|
top?: React__default.ReactElement;
|
@@ -2549,6 +2550,7 @@ interface IProfileSectionRequests {
|
|
2549
2550
|
title: string;
|
2550
2551
|
content: React__default.ReactNode;
|
2551
2552
|
dock: React__default.ReactElement<IDock>;
|
2553
|
+
aside?: React__default.ReactNode;
|
2552
2554
|
}
|
2553
2555
|
|
2554
2556
|
declare const ProfileSectionRequests: (props: IProfileSectionRequests) => react_jsx_runtime.JSX.Element;
|
package/build/index.d.ts
CHANGED
@@ -2181,9 +2181,10 @@ interface IThread {
|
|
2181
2181
|
actions?: React.ReactNode;
|
2182
2182
|
children?: React.ReactNode;
|
2183
2183
|
onClick?: () => void;
|
2184
|
+
lightVariant?: boolean;
|
2184
2185
|
}
|
2185
2186
|
|
2186
|
-
declare const Thread: ({ badge, label, sublabel, actions, children, onClick }: IThread) => react_jsx_runtime.JSX.Element;
|
2187
|
+
declare const Thread: ({ badge, label, sublabel, actions, children, onClick, lightVariant }: IThread) => react_jsx_runtime.JSX.Element;
|
2187
2188
|
|
2188
2189
|
interface IFlyoutArrangementSplit {
|
2189
2190
|
top?: React__default.ReactElement;
|
@@ -2549,6 +2550,7 @@ interface IProfileSectionRequests {
|
|
2549
2550
|
title: string;
|
2550
2551
|
content: React__default.ReactNode;
|
2551
2552
|
dock: React__default.ReactElement<IDock>;
|
2553
|
+
aside?: React__default.ReactNode;
|
2552
2554
|
}
|
2553
2555
|
|
2554
2556
|
declare const ProfileSectionRequests: (props: IProfileSectionRequests) => react_jsx_runtime.JSX.Element;
|