@trycourier/courier-ui-inbox 2.4.6 → 2.4.8

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.
@@ -25,7 +25,7 @@ export declare class CourierInboxHeader extends CourierFactoryElement {
25
25
  private get theme();
26
26
  /** Returns whether the tabs are currently visible based on the current feed having more than 1 tab. */
27
27
  get showTabs(): boolean;
28
- constructor(props: {
28
+ constructor(props?: {
29
29
  themeManager: CourierInboxThemeManager;
30
30
  actions?: CourierInboxHeaderAction[];
31
31
  onFeedChange: (feed: CourierInboxFeed) => void;
@@ -33,7 +33,7 @@ export declare class CourierInboxList extends CourierBaseElement {
33
33
  private _listItemMenuStyles?;
34
34
  private _errorContainer?;
35
35
  private _emptyContainer?;
36
- constructor(props: {
36
+ constructor(props?: {
37
37
  themeManager: CourierInboxThemeManager;
38
38
  listItemActions?: CourierInboxListItemAction[];
39
39
  canClickListItems: boolean;
@@ -8,7 +8,7 @@ export declare class CourierInboxPaginationListItem extends CourierBaseElement {
8
8
  private _observer?;
9
9
  private _customItem?;
10
10
  private _onPaginationTrigger;
11
- constructor(props: {
11
+ constructor(props?: {
12
12
  theme: CourierInboxTheme;
13
13
  customItem?: HTMLElement;
14
14
  onPaginationTrigger: () => void;