@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
24 lines (23 loc) • 702 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.
*/
export const CSS = {
container: "container",
contentContainer: "content-container",
nestedContainer: "nested-container",
contentContainerButton: "content-container--button",
content: "content",
actionsStart: "actions-start",
contentStart: "content-start",
label: "label",
description: "description",
contentEnd: "content-end",
actionsEnd: "actions-end"
};
export const SLOTS = {
actionsStart: "actions-start",
contentStart: "content-start",
contentEnd: "content-end",
actionsEnd: "actions-end"
};