@abgov/jsonforms-components 1.44.0 → 1.44.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 +8 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -5394,9 +5394,14 @@ styled.h3(_t9$1 || (_t9$1 = _$5`
5394
5394
  text-transform: capitalize;
5395
5395
  `));
5396
5396
  const RightAlignmentDiv = styled.div(_t10$1 || (_t10$1 = _$5`
5397
- display: flex;
5398
- justify-content: flex-end;
5399
- margin-bottom: var(--goa-space-l);
5397
+ @media screen and (max-width: 767px) {
5398
+ margin-bottom: var(--goa-space-l);
5399
+ }
5400
+ @media screen and (min-width: 768px) {
5401
+ display: flex;
5402
+ justify-content: flex-end;
5403
+ margin-bottom: var(--goa-space-l);
5404
+ }
5400
5405
  `));
5401
5406
  const FormStepperSummaryH3 = styled.h3(_t11$1 || (_t11$1 = _$5`
5402
5407
  flex: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.44.0",
3
+ "version": "1.44.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",