@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
29 lines (28 loc) • 605 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 = {
title: "title",
header: "header",
footer: "footer",
scrim: "scrim",
back: "back",
close: "close",
secondary: "secondary",
primary: "primary",
overflowHidden: "overflow-hidden"
};
export const ICONS = {
close: "x"
};
export const SLOTS = {
content: "content",
header: "header",
back: "back",
secondary: "secondary",
primary: "primary"
};
export const TEXT = {
close: "Close"
};