@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
32 lines (31 loc) • 862 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 = {
loader: "loader",
clearButton: "clear-button",
editingEnabled: "editing-enabled",
inlineChild: "inline-child",
inputIcon: "icon",
prefix: "prefix",
suffix: "suffix",
numberButtonWrapper: "number-button-wrapper",
buttonItemHorizontal: "number-button-item--horizontal",
wrapper: "element-wrapper",
inputWrapper: "wrapper",
actionWrapper: "action-wrapper",
resizeIconWrapper: "resize-icon-wrapper",
numberButtonItem: "number-button-item"
};
export const INPUT_TYPE_ICONS = {
tel: "phone",
password: "lock",
email: "email-address",
date: "calendar",
time: "clock",
search: "search"
};
export const SLOTS = {
action: "action"
};