@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
31 lines (30 loc) • 778 B
JavaScript
/*!
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
* v1.5.0-next.4
*/
export const CSS = {
title: "title",
close: "close",
imageContainer: "image-container",
chipIcon: "chip-icon",
textSlotted: "text--slotted",
container: "container",
imageSlotted: "image--slotted",
closable: "closable",
multiple: "multiple",
selectable: "selectable",
selectIcon: "select-icon",
selectIconActive: "select-icon--active",
nonInteractive: "non-interactive",
isCircle: "is-circle"
};
export const SLOTS = {
image: "image"
};
export const ICONS = {
close: "x",
unchecked: "circle",
checkedSingle: "circle-f",
checked: "check-circle-f"
};