resources.js 560 B

1234567891011121314151617181920
  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. export const CSS = {
  7. buttonLoader: "calcite-button--loader",
  8. content: "content",
  9. contentSlotted: "content--slotted",
  10. icon: "icon",
  11. iconStart: "icon--start",
  12. iconEnd: "icon--end",
  13. loadingIn: "loading-in",
  14. loadingOut: "loading-out",
  15. iconStartEmpty: "icon-start-empty",
  16. iconEndEmpty: "icon-end-empty"
  17. };
  18. export const TEXT = {
  19. loading: "Loading"
  20. };