@abgov/jsonforms-components 2.28.0 → 2.28.1
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 +5 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -8592,6 +8592,11 @@ const BackButtonWrapper = styled.span(_t$5 || (_t$5 = _$5`
|
|
|
8592
8592
|
|
|
8593
8593
|
.back-link {
|
|
8594
8594
|
margin-top: var(--goa-space-m);
|
|
8595
|
+
color: #0070c4;
|
|
8596
|
+
text-decoration: underline;
|
|
8597
|
+
text-underline-offset: 2px;
|
|
8598
|
+
text-decoration-color: currentColor;
|
|
8599
|
+
display: inline-block;
|
|
8595
8600
|
}
|
|
8596
8601
|
display: inline-block;
|
|
8597
8602
|
color: #0070c4;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.28.
|
|
3
|
+
"version": "2.28.1",
|
|
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",
|