resources.js 465 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.82
  5. */
  6. export const CSS = {
  7. title: "title",
  8. close: "close",
  9. imageContainer: "image-container",
  10. chipIcon: "chip-icon",
  11. closeIcon: "close-icon"
  12. };
  13. export const TEXT = {
  14. close: "Close"
  15. };
  16. export const SLOTS = {
  17. image: "image"
  18. };
  19. export const ICONS = {
  20. close: "x"
  21. };