UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

59 lines (58 loc) 1.6 kB
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details. v3.2.1 */ const CSS = { actionBarContainer: "action-bar-container", container: "container", contentBottom: "content-bottom", contentTop: "content-top", header: "header", headerContainer: "header-container", headerContainerBorderEnd: "header-container--border-end", heading: "heading", description: "description", headerContent: "header-content", headerActions: "header-actions", headerActionsEnd: "header-actions--end", headerActionsStart: "header-actions--start", contentWrapper: "content-wrapper", fabContainer: "fab-container", footer: "footer", footerContent: "footer-content", footerActions: "footer-actions", footerStart: "footer-start", footerEnd: "footer-end", headerSlottedContent: "header-slotted-content", menuAction: "menu-action" }; const IDS = { close: "close", collapse: "collapse" }; const ICONS = { close: "x", menu: "ellipsis", expand: "chevron-down", collapse: "chevron-up" }; const SLOTS = { actionBar: "action-bar", alerts: "alerts", contentBottom: "content-bottom", contentTop: "content-top", headerActionsStart: "header-actions-start", headerActionsEnd: "header-actions-end", headerMenuActions: "header-menu-actions", headerContent: "header-content", fab: "fab", footer: "footer", footerEnd: "footer-end", footerStart: "footer-start", footerActions: "footer-actions" }; export { CSS as C, ICONS as I, SLOTS as S, IDS as a };