@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
28 lines (27 loc) • 773 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 = {
content: "content",
invalid: "invalid",
toggle: "toggle",
toggleSwitch: "toggle--switch",
toggleSwitchContent: "toggle--switch__content",
toggleSwitchText: "toggle--switch__text",
sectionHeader: "section-header",
sectionHeaderText: "section-header__text",
statusIcon: "status-icon",
valid: "valid"
};
export const TEXT = {
collapse: "Collapse",
expand: "Expand"
};
export const ICONS = {
menuOpen: "chevron-down",
menuClosedLeft: "chevron-left",
menuClosedRight: "chevron-right",
valid: "check-circle",
invalid: "exclamation-mark-triangle"
};