@abgov/ui-components-common 1.5.0 → 1.6.0-alpha.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/lib/common.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/common.d.ts CHANGED
@@ -209,6 +209,7 @@ interface BaseProps extends Margins {
209
209
  debounce?: number;
210
210
  disabled?: boolean;
211
211
  autoCapitalize?: GoabAutoCapitalize;
212
+ autoComplete?: string;
212
213
  placeholder?: string;
213
214
  leadingIcon?: GoabIconType;
214
215
  trailingIcon?: GoabIconType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/ui-components-common",
3
- "version": "1.5.0",
3
+ "version": "1.6.0-alpha.1",
4
4
  "bugs": {
5
5
  "url": "https://github.com/GovAlta/ui-components/issues"
6
6
  },