@inceptionbg/iui 2.0.66 → 2.0.68

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
@@ -1308,6 +1308,7 @@ interface IPageLayoutProps {
1308
1308
  breadcrumbs?: (string | undefined)[];
1309
1309
  actions?: IHeaderAction[];
1310
1310
  moreActions?: IMenuItem[];
1311
+ moreActionsLabel?: boolean | string;
1311
1312
  backButton?: {
1312
1313
  url?: string;
1313
1314
  active: boolean;