@livetiles/reach-plugin-types 0.5.0-preview.251 → 0.5.0-preview.252

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +7 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -8992,6 +8992,7 @@ declare module "libs/reach/feature/content/src/common/breadcrumb/PageBreadcrumb"
8992
8992
  hideCurrentPageNode?: boolean;
8993
8993
  homeTargetUrlOverride?: string;
8994
8994
  className?: string;
8995
+ readonly?: boolean;
8995
8996
  }>;
8996
8997
  }
8997
8998
  declare module "libs/reach/feature/content/src/pages/PageListItemBody" {
@@ -9051,6 +9052,7 @@ declare module "libs/reach/feature/content/src/pages/PageTocNode" {
9051
9052
  hide?: boolean;
9052
9053
  onPageSelected?: (pageId: string) => unknown;
9053
9054
  selectedPageId?: string;
9055
+ readonly?: boolean;
9054
9056
  }>;
9055
9057
  }
9056
9058
  declare module "libs/reach/feature/content/src/pages/PageTableOfContents" {
@@ -9067,6 +9069,7 @@ declare module "libs/reach/feature/content/src/pages/PageTableOfContents" {
9067
9069
  selectedPageId?: string;
9068
9070
  isLoading?: boolean;
9069
9071
  disableScrollableList?: boolean;
9072
+ readonly?: boolean;
9070
9073
  }>;
9071
9074
  export const PageTableOfContentsInPanel: FC<{
9072
9075
  basePath?: string;
@@ -9089,6 +9092,7 @@ declare module "libs/reach/feature/content/src/pages/PageTableOfContentsDialog"
9089
9092
  onSearch: (value: string) => Promise<PaginatedList<PageItem>>;
9090
9093
  onDismiss: () => void;
9091
9094
  basePath: string;
9095
+ readonly?: boolean;
9092
9096
  }>;
9093
9097
  }
9094
9098
  declare module "libs/reach/feature/content/src/pages/PageTableOfContentsButton" {
@@ -9112,6 +9116,7 @@ declare module "libs/reach/feature/content/src/pages/PagesDetailViewNavigation"
9112
9116
  activePageId: string;
9113
9117
  navigationContext: PageNavigationContext;
9114
9118
  className?: string;
9119
+ readonly?: boolean;
9115
9120
  }
9116
9121
  export const PagesDetailViewNavigation: FC<Props>;
9117
9122
  }
@@ -9409,6 +9414,7 @@ declare module "libs/reach/feature/content/src/common/body/inline-page-list/Inli
9409
9414
  baseRoute: string;
9410
9415
  filterBaseUrl?: string;
9411
9416
  isInitialLoading?: boolean;
9417
+ readonly?: boolean;
9412
9418
  }>;
9413
9419
  }
9414
9420
  declare module "libs/reach/feature/content/src/common/body/inline-page-list/EmptyPageList" {
@@ -9436,6 +9442,7 @@ declare module "libs/reach/feature/content/src/common/body/inline-page-list/Inli
9436
9442
  pagingProps?: ListPagingProps;
9437
9443
  filterBaseUrl?: string;
9438
9444
  emptyListMessage: string;
9445
+ readonly?: boolean;
9439
9446
  }>;
9440
9447
  }
9441
9448
  declare module "libs/reach/feature/content/src/common/body/inline-page-list/useItemLoaderByCurrentPage" {
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.251",
7
+ "version": "0.5.0-preview.252",
8
8
  "dependencies": {}
9
9
  }