resources.js 424 B

12345678910111213141516
  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. actionGroupBottom: "action-group--bottom"
  8. };
  9. export const SLOTS = {
  10. bottomActions: "bottom-actions",
  11. expandTooltip: "expand-tooltip"
  12. };
  13. export const TEXT = {
  14. expand: "Expand",
  15. collapse: "Collapse"
  16. };