@abgov/jsonforms-components 1.44.4 → 1.44.5

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 +3 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -7593,10 +7593,9 @@ const SearchBox = styled.div(_t$1 || (_t$1 = _$1`
7593
7593
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%), 0 4px 4px rgb(0 0 0 / 10%);
7594
7594
  z-index: 99;
7595
7595
  overflow: hidden auto;
7596
- padding-left: 0.5rem;
7596
+ padding-left: 0;
7597
7597
  }
7598
7598
  .suggestions li {
7599
-
7600
7599
  }
7601
7600
  .suggestion-active,
7602
7601
  .suggestions li:hover {
@@ -7642,7 +7641,8 @@ const ListItem = styled.li(_t6 || (_t6 = _$1`
7642
7641
  background-color: ${0};
7643
7642
  color: ${0};
7644
7643
  font-weight: ${0};
7645
- padding: var(--goa-space-xs) var(--goa-space-2xs) var(--goa-space-xs);
7644
+ padding: var(--goa-space-xs) var(--goa-space-2xs) var(--goa-space-xs) var(--goa-space-xs);
7645
+ margin-left: 0.25rem;
7646
7646
  `), ({
7647
7647
  selectedIndex,
7648
7648
  index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.44.4",
3
+ "version": "1.44.5",
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",