Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
282 stars 76 forks source link

Icons "circle-f" not displayed #494

Closed pemberdom closed 4 years ago

pemberdom commented 4 years ago

We're using the following (simplified) configurations:

        <calcite-value-list-item>
          <calcite-icon
            icon="circle-f" />
        </calcite-value-list-item>

        <calcite-value-list-item>
          <calcite-action>
            <calcite-icon
              icon="circle-f" />
          </calcite-action>
        </calcite-value-list-item>

And the the icons don't come through.

The versions used:

"@esri/calcite-app-components@^5.7.3":
  version "5.7.3"
  resolved "https://registry.yarnpkg.com/@esri/calcite-app-components/-/calcite-app-components-5.7.3.tgz#007ffeac1179889554a823fd0ae0358557b3118f"
  integrity "sha1-AH/+rBF5iJVUqCP9CuA1hVezEY8= sha512-luzvxDH2NEKk1zpnsL3AJwwauNR9w5Tu8M2OmuXsRe075BbBEufBfHwWJ21Nm1gIZIT2mh+n9RkFaI/EwX4kCw=="
  dependencies:
    "@esri/calcite-base" "1.2.0"
    "@esri/calcite-colors" "2.1.0"
    lodash-es "4.17.15"
    sortablejs "1.10.2"

"@esri/calcite-components@^1.0.0-beta.24":
  version "1.0.0-beta.24"
  resolved "https://registry.yarnpkg.com/@esri/calcite-components/-/calcite-components-1.0.0-beta.24.tgz#594750317fce2d3503f5fb0b1f1ca3dd1519da98"
  integrity "sha1-WUdQMX/OLTUD9fsLHxyj3RUZ2pg= sha512-L9keek1tDFqSfQiKS5zLYlSRy43HwAmCKTsYhQzGx4er3GE3rGL4r8Y8a3Vb55vTBYsFQ1+cC4EMF9e50jSLig=="
  dependencies:
    "@a11y/focus-trap" "git+https://github.com/patrickarlt/focus-trap.git#conditional-define-build"
    "@popperjs/core" "~2.1.1"

From the browser, we get the following error in the console:

image

image

Looking at the package in node_modules, there's a circle24F.json, but not a circleF24.json:

image

Thanks!

paulcpederson commented 4 years ago

Will be in the next release. 👍

pemberdom commented 4 years ago

All right thanks!