@turingpaper/ui 0.0.14 → 0.0.15

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.
@@ -97,12 +97,12 @@ var E = t(({ className: t, code: n, filename: l, ...u }, d) => {
97
97
  className: "absolute top-2 right-2 z-10 flex gap-1",
98
98
  children: [
99
99
  /* @__PURE__ */ s("button", {
100
- onClick: () => i(),
100
+ onClick: () => i(.2),
101
101
  className: "p-1.5 rounded-md bg-background border border-border hover:bg-muted text-foreground",
102
102
  children: /* @__PURE__ */ s(p, { size: 16 })
103
103
  }),
104
104
  /* @__PURE__ */ s("button", {
105
- onClick: () => a(),
105
+ onClick: () => a(.2),
106
106
  className: "p-1.5 rounded-md bg-background border border-border hover:bg-muted text-foreground",
107
107
  children: /* @__PURE__ */ s(m, { size: 16 })
108
108
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turingpaper/ui",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "type": "module",
5
5
  "description": "Pre-built Shadcn/ui component library for Turingpaper TSX functions",
6
6
  "license": "MIT",