@abgov/jsonforms-components 1.8.0 → 1.8.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.
Files changed (2) hide show
  1. package/index.esm.js +2 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3718,8 +3718,8 @@ const ListWithDetailHeading = styled.h3(_t9 || (_t9 = _$4`
3718
3718
  text-transform: capitalize;
3719
3719
  `));
3720
3720
  const RightAlignmentDiv = styled.div(_t10 || (_t10 = _$4`
3721
- margin-left: auto;
3722
- margin-right: 0;
3721
+ display: flex;
3722
+ justify-content: flex-end;
3723
3723
  `));
3724
3724
 
3725
3725
  const getAllRequiredFields = schema => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.8.0",
3
+ "version": "1.8.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",