@useloops/design-system 1.4.321 → 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/index.d.ts CHANGED
@@ -1807,6 +1807,7 @@ declare const FilteredItemsCard: FunctionComponent<FilteredItemsCardProps>;
1807
1807
  interface HeaderProps {
1808
1808
  backAction?: IconButtonProps['onClick'];
1809
1809
  title?: string;
1810
+ showEditTitleOnlyOnHover?: boolean;
1810
1811
  breadcrumbLinks?: BreadcrumbLink[];
1811
1812
  buttons?: ReactNode;
1812
1813
  controlBar?: ReactNode;