mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
* [Maps] sybmolize points with maki icons * add from for selecting symbol * add from for selecting symbol * get icons working for static colors * static icon sizing * refacto symbol_utils * timing issue * use SDF icons * dynamic iconSize * set icon-anchor * display symbol icon in map legend * add unit tests for VectorIcon * set icon fill based on dark mode * remove unused file * fix jest tests * set icon-opacity * use size style to configure icon-image small or large * fix queryRadius error by just hiding other point layer instead of removing * remove console statement on error * use maki icon size constants * add retry around opening set view popover for flaky test
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"name": "@kbn/maki",
|
|
"version": "6.1.0",
|
|
"description": "browser friendly version of @mapbox/maki",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"dependencies": {},
|
|
"peerDependencies": {}
|
|
}
|