@goodhood-web/ui 3.0.0-development.37 → 3.0.0-development.39

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 (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -7785,7 +7785,7 @@ const De = (t) => {
7785
7785
  "data-testid": a,
7786
7786
  disabled: l = !1,
7787
7787
  isToggleButton: h = !1,
7788
- type: f
7788
+ type: f = "button"
7789
7789
  } = t, { active: p, focusVisible: v, getRootProps: y } = zc({
7790
7790
  ...t,
7791
7791
  rootRef: e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "3.0.0-development.37",
3
+ "version": "3.0.0-development.39",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",