resources.js 500 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 TEXT = {
  7. close: "Close"
  8. };
  9. export const SLOTS = {
  10. title: "title",
  11. message: "message",
  12. link: "link",
  13. actionsEnd: "actions-end"
  14. };
  15. export const CSS = {
  16. actionsEnd: "actions-end",
  17. close: "notice-close",
  18. container: "container",
  19. content: "notice-content",
  20. icon: "notice-icon"
  21. };