@ministryofjustice/hmpps-digital-prison-reporting-frontend 3.26.1 → 3.26.3
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.
- package/dpr/all.scss +0 -3
- package/dpr/assets/css/all.css +1 -1
- package/dpr/assets/js/all.mjs +39 -23
- package/dpr/components/async-filters/utils.js +2 -4
- package/dpr/components/async-filters/utils.ts +3 -4
- package/dpr/components/async-filters/view.njk +6 -1
- package/dpr/components/async-report-list/view.njk +0 -2
- package/dpr/components/chart-card/utils.js +89 -42
- package/dpr/components/chart-card/utils.ts +106 -47
- package/dpr/components/chart-card/view.njk +1 -4
- package/dpr/components/chart-tabs/view.njk +10 -5
- package/dpr/components/column-section/view.njk +2 -2
- package/dpr/types/Charts.ts +33 -7
- package/dpr/types/Dashboards.ts +0 -3
- package/dpr/types/Metrics.ts +3 -3
- package/dpr/utils/SectionedDataTableBuilder/SectionedDataTableBuilder.js +4 -2
- package/dpr/utils/SectionedDataTableBuilder/SectionedDataTableBuilder.ts +6 -2
- package/dpr/utils/dashboardUtils.js +0 -2
- package/dpr/utils/dashboardUtils.ts +0 -2
- package/dpr/utils/metricsUtils.js +1 -3
- package/dpr/utils/metricsUtils.ts +1 -4
- package/dpr/views/async-report.njk +1 -6
- package/package.json +1 -1
- package/package.zip +0 -0
- package/dpr/components/sectioned-summary/view.njk +0 -10
package/dpr/all.scss
CHANGED
|
@@ -1370,9 +1370,6 @@ ul.dpr-card-group__item__filters-list {
|
|
|
1370
1370
|
.search-option-hide {
|
|
1371
1371
|
display: none;
|
|
1372
1372
|
}
|
|
1373
|
-
.dpr-sectioned-summary-heading {
|
|
1374
|
-
padding-top: govuk-spacing(4);
|
|
1375
|
-
}
|
|
1376
1373
|
.dpr-show-more {
|
|
1377
1374
|
.dpr-show-hide-button {
|
|
1378
1375
|
display: inline-block
|