@civicactions/cmsds-open-data-components 4.1.2-alpha.5 → 4.1.2-alpha.6
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/dist/main.js +2 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3234,11 +3234,12 @@ const $d98f94c79ddf4e0e$var$DataTable = ({ columns: columns, sortTransform: sort
|
|
|
3234
3234
|
}),
|
|
3235
3235
|
loading && /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Spinner), {
|
|
3236
3236
|
"aria-valuetext": "Dataset loading",
|
|
3237
|
-
role: "
|
|
3237
|
+
role: "img",
|
|
3238
3238
|
className: "ds-u-margin--3"
|
|
3239
3239
|
}),
|
|
3240
3240
|
!loading && table.getRowModel().rows.length === 0 && /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Alert), {
|
|
3241
3241
|
variation: "warn",
|
|
3242
|
+
role: "region",
|
|
3242
3243
|
children: "No results found for the current filters"
|
|
3243
3244
|
}),
|
|
3244
3245
|
/*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|