@internetarchive/collection-browser 2.18.3-alpha-webdev7768.0 → 2.18.3-alpha-webdev7768.2

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.
@@ -66,7 +66,14 @@ export declare class CollectionBrowser extends LitElement implements InfiniteScr
66
66
  * should not be exposed/changeable within that context.
67
67
  */
68
68
  internalFilters?: SelectedFacets;
69
+ /**
70
+ * Whether to show smart facets (bubbles) along the top of the component
71
+ */
69
72
  showSmartFacetBar: boolean;
73
+ /**
74
+ * Sets the label that is shown in front of the smart facets, if present.
75
+ */
76
+ smartFacetBarLabel?: string;
70
77
  /**
71
78
  * Whether to show the date picker (above the facets)
72
79
  */