@abgov/jsonforms-components 2.43.4 → 2.43.5

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.
Files changed (2) hide show
  1. package/index.esm.js +6 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8706,6 +8706,11 @@ const SectionHeaderRowTr = styled.tr(_t26$1 || (_t26$1 = _$6`
8706
8706
  const SummaryRowLink = styled.a(_t27 || (_t27 = _$6`
8707
8707
  position: relative;
8708
8708
  top: var(--goa-space-xs);
8709
+ &:focus-visible {
8710
+ border-radius: 0.25rem;
8711
+ outline: 3px solid var(--goa-color-interactive-focus);
8712
+ }
8713
+ padding: 0 var(--goa-space-s) var(--goa-space-xs); var(--goa-space-s);
8709
8714
  `));
8710
8715
  const SummaryTd = styled.td(_t28 || (_t28 = _$6`
8711
8716
  border: 0 !important;
@@ -12265,7 +12270,7 @@ class ListWithDetailControl extends React.Component {
12265
12270
  currentListPage: this.state.currentListPage,
12266
12271
  listTitle: listTitle
12267
12272
  }, additionalProps))
12268
- }), this.state.currentListPage === 0 && data > 0 && jsx(ObjectArrayToolBar, {
12273
+ }), !showSecondaryButton && jsx(ObjectArrayToolBar, {
12269
12274
  data: data,
12270
12275
  errors: errors,
12271
12276
  label: label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.43.4",
3
+ "version": "2.43.5",
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",