@genesislcap/foundation-forms 14.422.0 → 14.422.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.
@@ -30,7 +30,7 @@ export const ConnectedSelectControlRendererTemplate = (prefix = 'zero') => html
30
30
  prefix="${prefix}"
31
31
  >
32
32
  <${prefix}-combobox
33
- style="width: 100%; min-width: 200px;"
33
+ style="width: 100%;"
34
34
  async=${(x) => { var _a; return (_a = x.control.uischema.options) === null || _a === void 0 ? void 0 : _a.async; }}
35
35
  placeholder=${(x) => x.control.uischema.placeholder || x.control.label}
36
36
  autocomplete=${(x) => { var _a; return (((_a = x.control.uischema.options) === null || _a === void 0 ? void 0 : _a.filterMode) === 'startsWith' ? 'both' : 'list'); }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.422.0",
4
+ "version": "14.422.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -55,23 +55,23 @@
55
55
  }
56
56
  },
57
57
  "devDependencies": {
58
- "@genesislcap/foundation-testing": "14.422.0",
59
- "@genesislcap/genx": "14.422.0",
60
- "@genesislcap/rollup-builder": "14.422.0",
61
- "@genesislcap/ts-builder": "14.422.0",
62
- "@genesislcap/uvu-playwright-builder": "14.422.0",
63
- "@genesislcap/vite-builder": "14.422.0",
64
- "@genesislcap/webpack-builder": "14.422.0",
58
+ "@genesislcap/foundation-testing": "14.422.1",
59
+ "@genesislcap/genx": "14.422.1",
60
+ "@genesislcap/rollup-builder": "14.422.1",
61
+ "@genesislcap/ts-builder": "14.422.1",
62
+ "@genesislcap/uvu-playwright-builder": "14.422.1",
63
+ "@genesislcap/vite-builder": "14.422.1",
64
+ "@genesislcap/webpack-builder": "14.422.1",
65
65
  "@types/json-schema": "^7.0.11",
66
66
  "@types/papaparse": "^5.3.14"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-comms": "14.422.0",
70
- "@genesislcap/foundation-criteria": "14.422.0",
71
- "@genesislcap/foundation-logger": "14.422.0",
72
- "@genesislcap/foundation-notifications": "14.422.0",
73
- "@genesislcap/foundation-ui": "14.422.0",
74
- "@genesislcap/foundation-utils": "14.422.0",
69
+ "@genesislcap/foundation-comms": "14.422.1",
70
+ "@genesislcap/foundation-criteria": "14.422.1",
71
+ "@genesislcap/foundation-logger": "14.422.1",
72
+ "@genesislcap/foundation-notifications": "14.422.1",
73
+ "@genesislcap/foundation-ui": "14.422.1",
74
+ "@genesislcap/foundation-utils": "14.422.1",
75
75
  "@json-schema-tools/dereferencer": "^1.6.1",
76
76
  "@jsonforms/core": "^3.2.1",
77
77
  "@microsoft/fast-components": "2.30.6",
@@ -96,5 +96,5 @@
96
96
  "peerDependencies": {
97
97
  "@microsoft/fast-react-wrapper": ">=0.3.0"
98
98
  },
99
- "gitHead": "d596005408a80737f514e2d49b50c9dcc34b6913"
99
+ "gitHead": "06d2b17e01fb07369f9bc82cef5fce4ae4ded197"
100
100
  }