UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

44 lines (43 loc) 1.37 kB
/*! * 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 = { container: "container", containerBorderSelected: "container--border-selected", containerBorderUnselected: "container--border-unselected", contentContainer: "content-container", contentContainerSelectable: "content-container--selectable", contentContainerHasCenterContent: "content-container--has-center-content", nestedContainer: "nested-container", nestedContainerHidden: "nested-container--hidden", content: "content", customContent: "custom-content", actionsStart: "actions-start", contentStart: "content-start", label: "label", description: "description", contentEnd: "content-end", actionsEnd: "actions-end", selectionContainer: "selection-container", openContainer: "open-container" }; export const SLOTS = { actionsStart: "actions-start", contentStart: "content-start", content: "content", contentEnd: "content-end", actionsEnd: "actions-end" }; export const MAX_COLUMNS = 5; export const ICONS = { selectedMultiple: "check-circle-f", selectedSingle: "circle-f", unselected: "blank", closedLTR: "caret-right", closedRTL: "caret-left", open: "caret-down", blank: "blank", close: "x" };