@abgov/jsonforms-components 2.32.3 → 2.32.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/index.esm.js +7 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -9026,9 +9026,14 @@ const BackButtonWrapper = styled.span(_t$5 || (_t$5 = _$5`
|
|
|
9026
9026
|
|
|
9027
9027
|
.back-link {
|
|
9028
9028
|
margin-top: var(--goa-space-m);
|
|
9029
|
+
color: var(--goa-color-interactive-default);
|
|
9030
|
+
text-decoration: underline;
|
|
9031
|
+
text-underline-offset: 2px;
|
|
9032
|
+
text-decoration-color: currentColor;
|
|
9033
|
+
display: inline-block;
|
|
9029
9034
|
}
|
|
9030
9035
|
display: inline-block;
|
|
9031
|
-
color:
|
|
9036
|
+
color: var(--goa-color-interactive-default);
|
|
9032
9037
|
cursor: pointer;
|
|
9033
9038
|
margin-bottom: var(--goa-space-m);
|
|
9034
9039
|
|
|
@@ -9037,7 +9042,7 @@ const BackButtonWrapper = styled.span(_t$5 || (_t$5 = _$5`
|
|
|
9037
9042
|
position: relative;
|
|
9038
9043
|
top: 3px;
|
|
9039
9044
|
right: 2px;
|
|
9040
|
-
color:
|
|
9045
|
+
color: var(--goa-color-interactive-default);
|
|
9041
9046
|
margin-left: 4px;
|
|
9042
9047
|
}
|
|
9043
9048
|
`));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.32.
|
|
3
|
+
"version": "2.32.4",
|
|
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",
|