resources.js 659 B

1234567891011121314151617181920212223242526
  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. container: "container",
  8. header: "header",
  9. footer: "footer",
  10. title: "title",
  11. subtitle: "subtitle",
  12. checkboxWrapper: "checkbox-wrapper",
  13. thumbnailWrapper: "thumbnail-wrapper"
  14. };
  15. export const SLOTS = {
  16. thumbnail: "thumbnail",
  17. title: "title",
  18. subtitle: "subtitle",
  19. footerLeading: "footer-leading",
  20. footerTrailing: "footer-trailing"
  21. };
  22. export const TEXT = {
  23. select: "Select",
  24. deselect: "Deselect",
  25. loading: "Loading"
  26. };