noph-ui 0.21.12 → 0.21.13

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.
@@ -78,7 +78,7 @@
78
78
  {:else if attributes.variant === 'button'}
79
79
  <button
80
80
  {...attributes}
81
- type="button"
81
+ type={attributes.type ?? 'button'}
82
82
  onfocus={(event) => {
83
83
  focused = true
84
84
  ;(onfocus as FocusEventHandler<HTMLButtonElement>)?.(event)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.21.12",
3
+ "version": "0.21.13",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {