@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
31 lines (30 loc) • 721 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.
*/
export const CSS = {
actions: "actions",
actionsEnd: "actions--end",
actionsStart: "actions--start",
description: "description",
handle: "handle",
handleActivated: "handle--activated",
highlight: "highlight",
icon: "icon",
iconDot: "icon-dot",
label: "label",
remove: "remove",
title: "title",
textContainer: "text-container"
};
export const ICONS = {
checked: "check",
remove: "x"
};
export const SLOTS = {
actionsEnd: "actions-end",
actionsStart: "actions-start"
};
export const TEXT = {
remove: "Remove"
};