resources.js 629 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. export const CSS = {
  7. backButton: "back-button"
  8. };
  9. export const ICONS = {
  10. backLeft: "chevron-left",
  11. backRight: "chevron-right"
  12. };
  13. export const TEXT = {
  14. back: "Back"
  15. };
  16. export const SLOTS = {
  17. headerActionsStart: "header-actions-start",
  18. headerActionsEnd: "header-actions-end",
  19. headerMenuActions: "header-menu-actions",
  20. headerContent: "header-content",
  21. fab: "fab",
  22. footer: "footer",
  23. footerActions: "footer-actions"
  24. };