UNPKG

@arcgis/map-components

Version:
24 lines (23 loc) 831 B
/*! All material copyright Esri, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. v4.33.13 */ const e = "esri-basemap-gallery", t = { base: e, sourceLoading: `${e}--source-loading`, // When set, the items are be displayed in a grid instead of stacked vertically. layoutGrid: `${e}--grid`, // When set, the thumbnail of each item is narrower, to allow the title to be wider. narrowItems: `${e}--narrow-items`, loader: `${e}__loader`, item: `${e}__item`, itemContainer: `${e}__item-container`, itemContent: `${e}__item-content`, itemTitle: `${e}__item-title`, itemTagsContainer: `${e}__item-tags-container`, itemThumbnail: `${e}__item-thumbnail`, selectedItem: `${e}__item--selected`, itemError: `${e}__item--error` }; export { t as c };