UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

26 lines (25 loc) 641 B
/*! * All material copyright ESRI, All Rights Reserved, unless otherwise specified. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details. */ export const CSS = { container: "container", header: "header", footer: "footer", title: "title", subtitle: "subtitle", thumbnailWrapper: "thumbnail-wrapper", checkboxWrapper: "checkbox-wrapper" }; export const SLOTS = { thumbnail: "thumbnail", title: "title", subtitle: "subtitle", footerLeading: "footer-leading", footerTrailing: "footer-trailing" }; export const TEXT = { select: "Select", deselect: "Deselect", loading: "Loading" };