resources2.js 418 B

12345678910111213141516
  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. const CSS = {
  7. heading: "heading",
  8. container: "container",
  9. indented: "container--indented"
  10. };
  11. const SLOTS = {
  12. parentItem: "parent-item"
  13. };
  14. const HEADING_LEVEL = 3;
  15. export { CSS as C, HEADING_LEVEL as H, SLOTS as S };