resources-bd2202e9.js 443 B

12345678910111213141516171819202122
  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. 'use strict';
  7. const CSS = {
  8. menu: "menu",
  9. defaultTrigger: "default-trigger"
  10. };
  11. const SLOTS = {
  12. tooltip: "tooltip",
  13. trigger: "trigger"
  14. };
  15. const ICONS = {
  16. menu: "ellipsis"
  17. };
  18. exports.CSS = CSS;
  19. exports.ICONS = ICONS;
  20. exports.SLOTS = SLOTS;