@phillips/seldon 1.38.0 → 1.38.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.
@@ -18,7 +18,7 @@ export interface SearchProps extends React.HTMLAttributes<HTMLDivElement> {
18
18
  /**
19
19
  * additional state information
20
20
  */
21
- state?: 'loading' | 'invalid' | 'idle';
21
+ state?: 'loading' | 'submitting' | 'invalid' | 'idle';
22
22
  /**
23
23
  * allows override of the default placeholder (i.e. for internationalization)
24
24
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.38.0",
3
+ "version": "1.38.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"