resources.js 618 B

1234567891011121314151617181920212223
  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. checkboxLabel: "checkbox-label",
  8. checkbox: "checkbox",
  9. chevron: "chevron",
  10. nodeContainer: "node-container",
  11. childrenContainer: "children-container",
  12. bulletPointIcon: "bullet-point",
  13. checkmarkIcon: "checkmark"
  14. };
  15. export const SLOTS = {
  16. children: "children"
  17. };
  18. export const ICONS = {
  19. bulletPoint: "bullet-point",
  20. checkmark: "check",
  21. chevronRight: "chevron-right",
  22. blank: "blank"
  23. };