resources-b5a5f8a7.js 575 B

123456789101112131415161718192021222324
  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. 'use strict';
  7. const autoTheme = "calcite-theme-auto";
  8. const darkTheme = "calcite-theme-dark";
  9. const lightTheme = "calcite-theme-light";
  10. const CSS_UTILITY = {
  11. autoTheme,
  12. darkTheme,
  13. lightTheme,
  14. rtl: "calcite--rtl"
  15. };
  16. const TEXT = {
  17. loading: "Loading"
  18. };
  19. exports.CSS_UTILITY = CSS_UTILITY;
  20. exports.TEXT = TEXT;
  21. exports.autoTheme = autoTheme;
  22. exports.darkTheme = darkTheme;