@abgov/jsonforms-components 2.52.1 → 2.52.2
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/index.esm.js +2 -1
- package/package.json +1 -1
- package/renderer-catalog.json +2 -2
package/index.esm.js
CHANGED
|
@@ -13240,7 +13240,7 @@ const CategoryRow = ({
|
|
|
13240
13240
|
return category.visible ? jsxs(PageStepperRow, {
|
|
13241
13241
|
disabled: !(category != null && category.isEnabled),
|
|
13242
13242
|
role: "button",
|
|
13243
|
-
tabIndex:
|
|
13243
|
+
tabIndex: -1,
|
|
13244
13244
|
onClick: e => {
|
|
13245
13245
|
e.preventDefault();
|
|
13246
13246
|
if (category != null && category.isEnabled) onClick(index);
|
|
@@ -13254,6 +13254,7 @@ const CategoryRow = ({
|
|
|
13254
13254
|
})
|
|
13255
13255
|
}, `task-list-${index}-stepper-row-label`), jsx(CategoryStatus, {
|
|
13256
13256
|
children: jsx(Center, {
|
|
13257
|
+
tabIndex: -1,
|
|
13257
13258
|
children: getCategoryStatusBadge(category)
|
|
13258
13259
|
})
|
|
13259
13260
|
})]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
|
|
6
6
|
"repository": "https://github.com/GovAlta/adsp-monorepo",
|
package/renderer-catalog.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-03-
|
|
4
|
-
"sourceCommit": "
|
|
3
|
+
"generatedAt": "2026-03-09T21:30:53.002Z",
|
|
4
|
+
"sourceCommit": "420eaba45c4bc725d21ce6ae680ff9a7927b5db8",
|
|
5
5
|
"sourcePath": "libs/jsonforms-components/src/index.ts",
|
|
6
6
|
"rendererCount": 32,
|
|
7
7
|
"renderers": [
|