resources.js 514 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.82
  5. */
  6. export const CSS = {
  7. container: "container",
  8. content: "content",
  9. contentHeader: "content__header",
  10. contentBody: "content__body",
  11. contentDetached: "content--detached",
  12. separator: "separator"
  13. };
  14. export const SLOTS = {
  15. actionBar: "action-bar",
  16. header: "header"
  17. };
  18. export const TEXT = {
  19. resize: "Resize"
  20. };