resources-9c476cb6.js 514 B

12345678910111213141516171819
  1. /*!
  2. * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
  4. * v1.0.0-beta.97
  5. */
  6. const autoTheme = "calcite-theme-auto";
  7. const darkTheme = "calcite-theme-dark";
  8. const lightTheme = "calcite-theme-light";
  9. const CSS_UTILITY = {
  10. autoTheme,
  11. darkTheme,
  12. lightTheme,
  13. rtl: "calcite--rtl"
  14. };
  15. const TEXT = {
  16. loading: "Loading"
  17. };
  18. export { CSS_UTILITY as C, TEXT as T, autoTheme as a, darkTheme as d };