mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-12 23:15:06 +00:00
* adds ember-flight-icons dependecy * adds inline-json-import babel plugin * adds flight icon styling * updates Icon component to support flight icons * updates Icon component usages to new api and updates name values to flight icon set when available * fixes tests * updates icon story with flight mappings and fixes issue with flight icons not rendering in storybook * adds changelog * fixes typo in sign action glyph name in transit-key model * adds comments to icon-map * updates Icon component to use only supported flight icon sizes * adds icon transform codemod * updates icon transform formatting to handle edge case * runs icon transform on templates * updates Icon usage in toolbar-filter md and story * updates tests
32 lines
817 B
JSON
32 lines
817 B
JSON
{
|
|
"name": "core",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"dependencies": {
|
|
"autosize": "*",
|
|
"date-fns": "*",
|
|
"@icholy/duration": "*",
|
|
"base64-js": "*",
|
|
"ember-auto-import": "*",
|
|
"ember-basic-dropdown": "*",
|
|
"ember-basic-dropdown-hover": "*",
|
|
"ember-cli-babel": "*",
|
|
"ember-cli-clipboard": "*",
|
|
"ember-cli-htmlbars": "*",
|
|
"ember-cli-string-helpers": "*",
|
|
"ember-composable-helpers": "*",
|
|
"ember-concurrency": "*",
|
|
"ember-maybe-in-element": "*",
|
|
"ember-power-select-with-create": "*",
|
|
"ember-radio-button": "*",
|
|
"ember-router-helpers": "*",
|
|
"ember-svg-jar": "*",
|
|
"ember-truth-helpers": "*",
|
|
"ember-wormhole": "^0.5.5",
|
|
"escape-string-regexp": "*",
|
|
"@hashicorp/ember-flight-icons": "*",
|
|
"@hashicorp/flight-icons": "*"
|
|
}
|
|
}
|