UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

28 lines (27 loc) 832 B
/*! * 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 CSS = { characterLimit: "character-limit", content: "content", container: "container", footer: "footer", resizeDisabled: "resize--disabled", resizeDisabledX: "resize--disabled-x", resizeDisabledY: "resize--disabled-y", characterOverLimit: "character--over-limit", readOnly: "readonly", textAreaInvalid: "text-area--invalid", footerSlotted: "footer--slotted", borderColor: "border--color", hide: "hide", blockSizeFull: "block-size--full", footerEndSlotOnly: "footer--end-only" }; export const SLOTS = { footerStart: "footer-start", footerEnd: "footer-end" }; export const RESIZE_TIMEOUT = 100;