@abgov/jsonforms-components 2.42.2 → 2.42.3

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 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -7160,7 +7160,6 @@ const CompletionStatus = styled.div(_t2$4 || (_t2$4 = _$6`
7160
7160
  const BarTop = styled.div(_t3$3 || (_t3$3 = _$6`
7161
7161
  display: flex;
7162
7162
 
7163
-
7164
7163
  .progress-text {
7165
7164
  margin-left: auto;
7166
7165
  }
@@ -7194,8 +7193,6 @@ const Bar = styled.div(_t4$3 || (_t4$3 = _$6`
7194
7193
 
7195
7194
  box-sizing: border-box;
7196
7195
  }
7197
-
7198
-
7199
7196
  `));
7200
7197
  styled.div(_t5$3 || (_t5$3 = _$6``));
7201
7198
  const BadgeWrapper = styled.div(_t6$2 || (_t6$2 = _$6`
@@ -7321,6 +7318,12 @@ const PageStepperRow = styled.tr(_t25$1 || (_t25$1 = _$6`
7321
7318
  td {
7322
7319
  transition: background-color 0.2s ease-in-out;
7323
7320
  }
7321
+
7322
+
7323
+ &:focus-visible {
7324
+ border-radius: 0.25rem;
7325
+ outline: 3px solid var(--goa-color-interactive-focus);
7326
+ }
7324
7327
  `);
7325
7328
  const SectionHeaderRowTr = styled.tr(_t26 || (_t26 = _$6`
7326
7329
  & > td {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.42.2",
3
+ "version": "2.42.3",
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",