@turingpaper/ui 0.0.1-test.7 → 0.0.1

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.
package/dist/textarea.mjs CHANGED
@@ -1,11 +1,11 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import * as i from "react";
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import * as t from "react";
3
3
  import { cn as a } from "./utils.mjs";
4
- const s = i.forwardRef(({ className: e, ...r }, o) => /* @__PURE__ */ t(
4
+ const s = t.forwardRef(({ className: e, ...r }, o) => /* @__PURE__ */ i(
5
5
  "textarea",
6
6
  {
7
7
  className: a(
8
- "flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
8
+ "flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-base placeholder:text-muted-foreground focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
9
9
  e
10
10
  ),
11
11
  ref: o,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turingpaper/ui",
3
- "version": "0.0.1-test.7",
3
+ "version": "0.0.1",
4
4
  "type": "module",
5
5
  "description": "Pre-built Shadcn/ui component library for Turingpaper TSX functions",
6
6
  "license": "MIT",
@@ -161,6 +161,10 @@
161
161
  "./map": {
162
162
  "import": "./dist/map.mjs",
163
163
  "types": "./dist/components/map.d.ts"
164
+ },
165
+ "./mermaid-diagram": {
166
+ "import": "./dist/mermaid-diagram.mjs",
167
+ "types": "./dist/components/mermaid-diagram.d.ts"
164
168
  }
165
169
  },
166
170
  "files": [
@@ -181,7 +185,9 @@
181
185
  "cmdk": "^1.1.1",
182
186
  "input-otp": "^1.4.2",
183
187
  "lucide-react": "^0.562.0",
188
+ "beautiful-mermaid": "^1.1.3",
184
189
  "maplibre-gl": "^5.21.1",
190
+ "react-zoom-pan-pinch": "^3.7.0",
185
191
  "radix-ui": "^1.4.3",
186
192
  "recharts": "^3.8.0",
187
193
  "tailwind-merge": "^3.4.0",