Skip to content

Commit

Permalink
chore(icon-font): update fantasticonrc.json (#11197)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

#10996 was installed
after new icons were added, so this PR updates `fantasticonrc.json` as
[recommended](#10996 (review)).

### Notes

* `fantasticonrc.json` must be updated whenever icons are added or
modified; otherwise it will block `next` deployments
([`support/release.sh`
bails](https://github.com/Esri/calcite-design-system/blob/dev/support/release.sh#L33-L35)
if the Git working tree isn't clean -
[example](https://github.com/Esri/calcite-design-system/actions/runs/12595225081/job/35104086996#step:4:72))
* codepoints are updated in reverse order (possibly related to
tancredi/fantasticon#550).
  • Loading branch information
jcfranco authored Jan 3, 2025
1 parent c7e3071 commit c3d4fa1
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion packages/calcite-ui-icons/fantasticonrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,37 @@
"tree": 60289,
"water-drop": 60290,
"white-cursor-selection": 60291,
"wind": 60292
"wind": 60292,
"uncollapse-relationships": 61697,
"uncollapse-entities": 61698,
"single-timeline": 61699,
"show-link-chart-root-nodes": 61700,
"show-link-chart-nonspatial-data": 61701,
"show-data": 61702,
"select-root-chart-nodes": 61703,
"select-nonspatial-data": 61704,
"plug-connection": 61705,
"multi-timeline": 61706,
"link-chart-tools": 61707,
"link-chart-sync-selection": 61708,
"link-chart-select-between": 61709,
"link-chart-find-between": 61710,
"link-chart-connect": 61711,
"link-chart-connect-from": 61712,
"link-chart-connect-between": 61713,
"link-chart-collapse-ends": 61714,
"link-chart-centrality": 61715,
"link-chart-apply-to": 61716,
"hide-link-chart-root-nodes": 61717,
"hide-link-chart-nonspatial-data": 61718,
"hide-data": 61719,
"find-add-path": 61720,
"filtered-find-add-path": 61721,
"editing-trim-to-length": 61722,
"community-detection": 61723,
"collapse-relationships": 61724,
"collapse-entities": 61725,
"cluster-radius": 61726,
"add-link-chart-root-nodes": 61727
}
}

0 comments on commit c3d4fa1

Please sign in to comment.