kibana/packages/kbn-maki/package.json
Nathan Reese 6f0e6394c1
[Maps] symbolize points with maki icons (#37822) (#38975)
* [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
2019-06-14 07:09:41 -06:00

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": {}
}