@chrysb/alphaclaw 0.9.13 → 0.9.14

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.
@@ -1202,7 +1202,6 @@ import"./chunks/chunk-72ZECFVW.js";var Gr,Pe,Ah,qr,As,kh,Mh,Th,Ph,wd,yd,xd,Rh,Aa
1202
1202
  onpointerdown=${a=>{i.current=a.target===a.currentTarget}}
1203
1203
  onpointerup=${a=>{let l=n&&i.current&&a.target===a.currentTarget;i.current=!1,l&&e?.()}}
1204
1204
  onpointercancel=${()=>{i.current=!1}}
1205
- onclick=${a=>{a.preventDefault()}}
1206
1205
  >
1207
1206
  <div class=${o}>${r}</div>
1208
1207
  </div>
@@ -46,9 +46,6 @@ export const ModalShell = ({
46
46
  onpointercancel=${() => {
47
47
  overlayPointerDownRef.current = false;
48
48
  }}
49
- onclick=${(event) => {
50
- event.preventDefault();
51
- }}
52
49
  >
53
50
  <div class=${panelClassName}>${children}</div>
54
51
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrysb/alphaclaw",
3
- "version": "0.9.13",
3
+ "version": "0.9.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },