UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

27 lines (26 loc) 546 B
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" };