/*! * All material copyright ESRI, All Rights Reserved, unless otherwise specified. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details. * v1.0.0-beta.97 */ 'use strict'; const autoTheme = "calcite-theme-auto"; const darkTheme = "calcite-theme-dark"; const lightTheme = "calcite-theme-light"; const CSS_UTILITY = { autoTheme, darkTheme, lightTheme, rtl: "calcite--rtl" }; const TEXT = { loading: "Loading" }; exports.CSS_UTILITY = CSS_UTILITY; exports.TEXT = TEXT; exports.autoTheme = autoTheme; exports.darkTheme = darkTheme;