resources.js 562 B

123456789101112131415161718192021
  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. main: "main",
  8. mainReversed: "main--reversed",
  9. content: "content",
  10. contentBehind: "content--behind",
  11. footer: "footer"
  12. };
  13. export const SLOTS = {
  14. centerRow: "center-row",
  15. primaryPanel: "primary-panel",
  16. contextualPanel: "contextual-panel",
  17. panelStart: "panel-start",
  18. panelEnd: "panel-end",
  19. header: "header",
  20. footer: "footer"
  21. };