resources.js 395 B

123456789101112131415161718
  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. intlClose: "Close"
  8. };
  9. export const DURATIONS = {
  10. slow: 14000,
  11. medium: 10000,
  12. fast: 6000
  13. };
  14. export const SLOTS = {
  15. title: "title",
  16. message: "message",
  17. link: "link"
  18. };