diff --git a/src/components/Container/StatsPage.stories.js b/src/components/Container/StatsPage.stories.js index c8970d209..ecbb896a4 100644 --- a/src/components/Container/StatsPage.stories.js +++ b/src/components/Container/StatsPage.stories.js @@ -114,8 +114,8 @@ const EditorialStatsPageWithDataAndTemplate = {
@@ -126,7 +126,7 @@ const EditorialStatsPageWithDataAndTemplate = { {{ row.name }} - - {{ row.object.fullTitle.en}} + {{ row.object.fullTitle.en }} {{ row.abstractViews }} {{ row.galleyViews }} {{ row.pdfViews }} diff --git a/src/components/TableNext/Table.vue b/src/components/TableNext/Table.vue index 29eea1e72..189618cac 100644 --- a/src/components/TableNext/Table.vue +++ b/src/components/TableNext/Table.vue @@ -3,7 +3,7 @@ v-if="slots.label || slots.description || slots['top-controls']" class="flex justify-between bg-default p-4" > -
+
@@ -48,9 +48,9 @@ function onSort(columnId) { const props = defineProps({ /** Table description for screen reader users */ ariaLabel: {type: String, default: null}, - /** This value will be used as the `aria-labelledby` attribute for the table if there's no template "label" provided. */ + /** This value will be used as the `aria-labelledby` attribute for the table if there's no slot/template "label" provided. */ labelledBy: {type: String, default: null}, - /** This value will be used as the `aria-describedby` attribute for the table if there's no template "description" provided. */ + /** This value will be used as the `aria-describedby` attribute for the table if there's no slot/template "description" provided. */ describedBy: {type: String, default: null}, /** * {column: String, direction: String}, use useSorting composable to control sortDescriptor