@superdispatch/ui-lab 0.38.1 → 0.38.2

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.
@@ -112,6 +112,7 @@ interface BaseButtonProps<T extends HTMLElement> extends Pick<AriaAttributes, 'a
112
112
  onClick?: MouseEventHandler<T>;
113
113
  onFocus?: FocusEventHandler<T>;
114
114
  onBlur?: FocusEventHandler<T>;
115
+ form?: string;
115
116
  }
116
117
  interface ButtonProps extends BaseButtonProps<HTMLButtonElement> {
117
118
  type?: 'button' | 'submit';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdispatch/ui-lab",
3
- "version": "0.38.1",
3
+ "version": "0.38.2",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist-*/**",