resources.js 464 B

1234567891011121314151617
  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. export const CSS = {
  7. icon: "icon",
  8. iconActive: "icon--active",
  9. custom: "icon--custom",
  10. dot: "icon--dot",
  11. single: "label--single",
  12. label: "label",
  13. active: "label--active",
  14. selected: "label--selected",
  15. title: "title",
  16. textContainer: "text-container"
  17. };