UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

29 lines (28 loc) 694 B
/*! * 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 = { 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" };