@internetarchive/collection-browser 2.10.1-alpha-webdev7479.3 → 2.10.1-alpha-webdev7479.5

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.
@@ -125,7 +125,7 @@ export declare class CollectionBrowser extends LitElement implements InfiniteScr
125
125
  /**
126
126
  * Whether we are representing a TV collection, needing slightly different tile handling.
127
127
  */
128
- isTvCollection: boolean;
128
+ isTVCollection: boolean;
129
129
  /**
130
130
  * If item management UI active
131
131
  */
@@ -103,7 +103,7 @@ let CollectionBrowser = class CollectionBrowser extends LitElement {
103
103
  /**
104
104
  * Whether we are representing a TV collection, needing slightly different tile handling.
105
105
  */
106
- this.isTvCollection = false;
106
+ this.isTVCollection = false;
107
107
  /**
108
108
  * If item management UI active
109
109
  */
@@ -1685,7 +1685,7 @@ let CollectionBrowser = class CollectionBrowser extends LitElement {
1685
1685
  .mobileBreakpoint=${this.mobileBreakpoint}
1686
1686
  .loggedIn=${this.loggedIn}
1687
1687
  .isManageView=${this.isManageView}
1688
- ?showTvClips=${this.isTvCollection}
1688
+ ?showTvClips=${this.isTVCollection}
1689
1689
  ?enableHoverPane=${true}
1690
1690
  @resultSelected=${(e) => this.resultSelected(e)}
1691
1691
  >
@@ -2276,7 +2276,7 @@ __decorate([
2276
2276
  ], CollectionBrowser.prototype, "recaptchaManager", void 0);
2277
2277
  __decorate([
2278
2278
  property({ type: Boolean })
2279
- ], CollectionBrowser.prototype, "isTvCollection", void 0);
2279
+ ], CollectionBrowser.prototype, "isTVCollection", void 0);
2280
2280
  __decorate([
2281
2281
  property({ type: Boolean })
2282
2282
  ], CollectionBrowser.prototype, "isManageView", void 0);