@esri/hub-common 15.38.2 → 15.38.3

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.
@@ -168,7 +168,7 @@ export interface IGalleryDisplayConfig {
168
168
  * If this is true on a collection's display config, that collection will not be shown in the gallery.
169
169
  */
170
170
  hidden?: boolean;
171
- layout?: "list" | "grid" | "map" | "table" | "calendar" | "compact";
171
+ layout?: "list" | "grid" | "map" | "table" | "calendar" | "compact" | "grid-filled";
172
172
  cardTitleTag?: CARD_TITLE_TAGS;
173
173
  showThumbnail?: "show" | "hide" | "grid";
174
174
  corners?: CORNERS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "15.38.2",
3
+ "version": "15.38.3",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",