resources.js 635 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. checked: "checked",
  8. description: "description",
  9. descriptionOnly: "description-only",
  10. disabled: "disabled",
  11. heading: "heading",
  12. headingOnly: "heading-only",
  13. icon: "icon",
  14. iconOnly: "icon-only",
  15. inputAlignmentEnd: "input-alignment-end",
  16. inputAlignmentStart: "input-alignment-start",
  17. inputEnabled: "input-enabled",
  18. largeVisual: "large-visual",
  19. widthAuto: "width-auto",
  20. widthFull: "width-full"
  21. };