@useloops/design-system 1.4.320 → 1.4.322
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/esm/index.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1433,6 +1433,7 @@ interface MenuProps extends PropsWithChildren {
|
|
|
1433
1433
|
offset?: number[];
|
|
1434
1434
|
placement?: PopperProps$1['placement'];
|
|
1435
1435
|
state?: PopupState;
|
|
1436
|
+
parentState?: PopupState;
|
|
1436
1437
|
bindOn?: PopperProps['bindOn'];
|
|
1437
1438
|
trigger: ReactElement;
|
|
1438
1439
|
width?: number;
|
|
@@ -1806,6 +1807,7 @@ declare const FilteredItemsCard: FunctionComponent<FilteredItemsCardProps>;
|
|
|
1806
1807
|
interface HeaderProps {
|
|
1807
1808
|
backAction?: IconButtonProps['onClick'];
|
|
1808
1809
|
title?: string;
|
|
1810
|
+
showEditTitleOnlyOnHover?: boolean;
|
|
1809
1811
|
breadcrumbLinks?: BreadcrumbLink[];
|
|
1810
1812
|
buttons?: ReactNode;
|
|
1811
1813
|
controlBar?: ReactNode;
|