@ministryofjustice/frontend 5.2.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -312,7 +312,7 @@ function createAll(Component, config, createAllOptions) {
312
312
  *
313
313
  * {@link https://github.com/ministryofjustice/moj-frontend/releases}
314
314
  */
315
- const version = '5.2.0';
315
+ const version = '5.2.1';
316
316
 
317
317
  class AddAnother extends Component {
318
318
  /**
@@ -1198,7 +1198,7 @@ class DatePicker extends ConfigurableComponent {
1198
1198
  </div>
1199
1199
  </div>
1200
1200
 
1201
- <table class="moj-datepicker__calendar moj-js-datepicker-grid" role="grid" aria-labelledby="${titleId}">
1201
+ <table class="moj-datepicker__calendar moj-js-datepicker-grid" role="application" aria-labelledby="${titleId}">
1202
1202
  <thead>
1203
1203
  <tr></tr>
1204
1204
  </thead>