This adds a new framework for accessible dialogs that will eventually replace bootbox. Under the hood, it uses the a11y-dialog package and an in-repo Ember addon. See PR for usage details.
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"name": "dialog-holder",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"dependencies": {
|
|
"a11y-dialog": "7.5.0",
|
|
"ember-auto-import": "^2.4.2",
|
|
"ember-cli-babel": "^7.26.10",
|
|
"ember-cli-htmlbars": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.73.0"
|
|
}
|
|
}
|