@abgov/jsonforms-components 1.35.2 → 1.35.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 +1 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -4858,6 +4858,7 @@ styled.h3(_t9$1 || (_t9$1 = _$5`
4858
4858
  const RightAlignmentDiv = styled.div(_t10$1 || (_t10$1 = _$5`
4859
4859
  display: flex;
4860
4860
  justify-content: flex-end;
4861
+ margin-bottom: var(--goa-space-l);
4861
4862
  `));
4862
4863
 
4863
4864
  var toString$2 = toString$d;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.35.2",
3
+ "version": "1.35.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",