@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
29 lines (28 loc) • 789 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 = {
actionsEnd: "actions-end",
checkboxLabel: "checkbox-label",
checkbox: "checkbox",
chevron: "chevron",
nodeContainer: "node-container",
childrenContainer: "children-container",
bulletPointIcon: "bullet-point",
checkmarkIcon: "checkmark",
itemExpanded: "item--expanded",
iconStart: "icon-start",
nodeAndActionsContainer: "node-actions-container"
};
export const SLOTS = {
actionsEnd: "actions-end",
children: "children"
};
export const ICONS = {
bulletPoint: "bullet-point",
checkmark: "check",
chevronRight: "chevron-right",
blank: "blank"
};