@phillips/seldon 1.278.0 → 1.278.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.
@@ -17,7 +17,7 @@ export interface SubscribeProps extends React.HTMLAttributes<HTMLFormElement> {
17
17
  /**
18
18
  * Optional element to render in place of a form e.g. Remix Form, etc
19
19
  */
20
- element?: React.ElementType<SubscribeProps>;
20
+ element?: React.ElementType<React.ComponentProps<'form'>>;
21
21
  /**
22
22
  * A unique `id` for the `<Subscribe>`
23
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.278.0",
3
+ "version": "1.278.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"