@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
25 lines (24 loc) • 658 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 SLOTS = {
actionsStart: "actions-start",
actionsEnd: "actions-end"
};
export const CSS = {
icon: "icon",
header: "header",
headerContent: "header-content",
actionsStart: "actions-start",
actionsEnd: "actions-end",
headerText: "header-text",
heading: "heading",
description: "description",
expandIcon: "expand-icon",
content: "content",
iconStart: "icon--start",
iconEnd: "icon--end",
headerContainer: "header-container"
};