mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 19:31:14 +01:00
* Update search-select component - Add aria-label arg - use label or humanized ID as fallback aria-label - protect against non-array options arg * remove overflow-x rule on toolbar-scroller so dropdowns can render in place * add renderInPlace to dropdowns in pki engine * Update replication package.json and add renderInPlace * Add renderInPlace to search-select and basic-dropdown in engines (kubernetes, kv, ldap, sync) * small cleanup
20 lines
339 B
JSON
20 lines
339 B
JSON
{
|
|
"name": "replication",
|
|
"keywords": [
|
|
"ember-addon",
|
|
"ember-engine"
|
|
],
|
|
"dependencies": {
|
|
"ember-auto-import": "*",
|
|
"ember-cli-htmlbars": "*",
|
|
"ember-cli-babel": "*",
|
|
"ember-concurrency": "*",
|
|
"@hashicorp/design-system-components": "*"
|
|
},
|
|
"ember-addon": {
|
|
"paths": [
|
|
"../core"
|
|
]
|
|
}
|
|
}
|