vault/ui/lib/replication/package.json
Chelsea Shaw 2a99b3651f
UI: Update engine dropdowns (#26806)
* 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
2024-05-03 12:09:03 -05:00

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"
]
}
}