resources.js 568 B

123456789101112131415161718
  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.82
  5. */
  6. export const CSS = {
  7. button: "button",
  8. buttonTextVisible: "button--text-visible",
  9. buttonCompact: "button--compact",
  10. iconContainer: "icon-container",
  11. slotContainer: "slot-container",
  12. slotContainerHidden: "slot-container--hidden",
  13. textContainer: "text-container",
  14. textContainerVisible: "text-container--visible"
  15. };
  16. export const TEXT = {
  17. loading: "Loading"
  18. };