@civicactions/cmsds-open-data-components 4.1.2-alpha.3 → 4.1.2-alpha.4
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 +0 -2
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3233,7 +3233,6 @@ const $d98f94c79ddf4e0e$var$DataTable = ({ columns: columns, sortTransform: sort
|
|
|
3233
3233
|
})
|
|
3234
3234
|
}),
|
|
3235
3235
|
/*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3236
|
-
role: "status",
|
|
3237
3236
|
"aria-live": "polite",
|
|
3238
3237
|
className: !loading ? "ds-u-visibility--screen-reader" : undefined,
|
|
3239
3238
|
children: loading && /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Spinner), {
|
|
@@ -3242,7 +3241,6 @@ const $d98f94c79ddf4e0e$var$DataTable = ({ columns: columns, sortTransform: sort
|
|
|
3242
3241
|
})
|
|
3243
3242
|
}),
|
|
3244
3243
|
/*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3245
|
-
role: "alert",
|
|
3246
3244
|
"aria-live": "assertive",
|
|
3247
3245
|
className: !loading && table.getRowModel().rows.length === 0 ? undefined : "ds-u-visibility--screen-reader",
|
|
3248
3246
|
children: !loading && table.getRowModel().rows.length === 0 && /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Alert), {
|