@dyrected/admin 2.5.32 → 2.5.33
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/admin.css +0 -4
- package/dist/index.mjs +28 -35
- package/package.json +3 -3
package/dist/admin.css
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { HashRouter, Link, MemoryRouter, Route, Routes, useLocation, useNavigate
|
|
|
5
5
|
import { QueryClient, QueryClientProvider, useInfiniteQuery, useMutation, useQueries, useQuery, useQueryClient } from "@tanstack/react-query";
|
|
6
6
|
import { createClient } from "@dyrected/sdk";
|
|
7
7
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
-
import { AlertCircle, AlignCenter, AlignLeft, AlignRight, Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Bold, BookOpen, Braces, Calendar, Check, CheckCircle, CheckCircle2, ChevronDown, ChevronDownIcon, ChevronLeft, ChevronLeftIcon, ChevronRight, ChevronRightIcon, ChevronUp, ChevronsUpDown, Circle, Clock, Clock3, Code, Code2, Compass, Copy, Database, ExternalLink, Eye, EyeOff, FileDown, FileIcon, FileText, Filter, Globe, GripVertical, Heading1, Heading2, Image as Image$1, Info, Italic, KeyRound, Layers, LayoutDashboard, Library, Link as Link$1, List, ListOrdered, Loader2, Lock, LogOut, Mail, Menu, Monitor, MoreHorizontal, PanelLeftClose, PanelLeftOpen, Pencil, Plus, Quote, RotateCcw, Save, Scissors, Search, Settings, Settings2, Share2, Shield,
|
|
8
|
+
import { AlertCircle, AlignCenter, AlignLeft, AlignRight, Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Bold, BookOpen, Braces, Calendar, Check, CheckCircle, CheckCircle2, ChevronDown, ChevronDownIcon, ChevronLeft, ChevronLeftIcon, ChevronRight, ChevronRightIcon, ChevronUp, ChevronsUpDown, Circle, Clock, Clock3, Code, Code2, Compass, Copy, Database, ExternalLink, Eye, EyeOff, FileDown, FileIcon, FileText, Filter, Globe, GripVertical, Heading1, Heading2, Image as Image$1, Info, Italic, KeyRound, Layers, LayoutDashboard, Library, Link as Link$1, List, ListOrdered, Loader2, Lock, LogOut, Mail, Menu, Monitor, MoreHorizontal, PanelLeftClose, PanelLeftOpen, Pencil, Plus, Quote, RotateCcw, Save, Scissors, Search, Settings, Settings2, Share2, Shield, Smartphone, Sparkles, Strikethrough, Table, Trash2, Underline, Upload, UploadCloud, Users, Video, Volume2, X, XCircle, icons } from "lucide-react";
|
|
9
9
|
import { clsx } from "clsx";
|
|
10
10
|
import { extendTailwindMerge } from "tailwind-merge";
|
|
11
11
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
@@ -10502,41 +10502,34 @@ function SetupPromptUI({ config }) {
|
|
|
10502
10502
|
className: "dy-relative dy-flex dy-items-end lg:dy-justify-end",
|
|
10503
10503
|
children: /* @__PURE__ */ jsxs("div", {
|
|
10504
10504
|
className: "dy-w-full dy-max-w-sm dy-rounded-2xl dy-border dy-border-border dy-bg-background/90 dy-p-5 dy-text-foreground dy-shadow-lg dy-backdrop-blur-sm",
|
|
10505
|
-
children: [
|
|
10506
|
-
|
|
10507
|
-
|
|
10508
|
-
|
|
10509
|
-
|
|
10510
|
-
|
|
10511
|
-
|
|
10512
|
-
|
|
10513
|
-
/* @__PURE__ */ jsxs("
|
|
10514
|
-
className: "dy-
|
|
10515
|
-
children: [/* @__PURE__ */
|
|
10516
|
-
className: "dy-
|
|
10517
|
-
children:
|
|
10518
|
-
|
|
10519
|
-
|
|
10520
|
-
|
|
10521
|
-
className: "dy-font-mono dy-font-semibold dy-text-foreground",
|
|
10522
|
-
children: stack ?? "Choose in guide"
|
|
10523
|
-
})]
|
|
10524
|
-
}), /* @__PURE__ */ jsxs("div", {
|
|
10525
|
-
className: "dy-flex dy-items-center dy-justify-between dy-gap-4",
|
|
10526
|
-
children: [/* @__PURE__ */ jsx("dt", {
|
|
10527
|
-
className: "dy-text-muted-foreground",
|
|
10528
|
-
children: "Site"
|
|
10529
|
-
}), /* @__PURE__ */ jsx("dd", {
|
|
10530
|
-
className: "dy-max-w-[180px] dy-truncate dy-font-mono dy-font-semibold dy-text-foreground",
|
|
10531
|
-
children: config.siteId || "Not provided"
|
|
10532
|
-
})]
|
|
10505
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
10506
|
+
className: "dy-mb-5 dy-flex dy-items-center dy-justify-between",
|
|
10507
|
+
children: [/* @__PURE__ */ jsx("span", {
|
|
10508
|
+
className: "dy-text-xs dy-font-bold dy-uppercase dy-tracking-[0.12em] dy-text-muted-foreground",
|
|
10509
|
+
children: "Context included"
|
|
10510
|
+
}), /* @__PURE__ */ jsx(Code2, { className: "dy-h-4 dy-w-4 dy-text-primary" })]
|
|
10511
|
+
}), /* @__PURE__ */ jsxs("dl", {
|
|
10512
|
+
className: "dy-space-y-4 dy-text-sm",
|
|
10513
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
10514
|
+
className: "dy-flex dy-items-center dy-justify-between dy-gap-4",
|
|
10515
|
+
children: [/* @__PURE__ */ jsx("dt", {
|
|
10516
|
+
className: "dy-text-muted-foreground",
|
|
10517
|
+
children: "Tech stack"
|
|
10518
|
+
}), /* @__PURE__ */ jsx("dd", {
|
|
10519
|
+
className: "dy-font-mono dy-font-semibold dy-text-foreground",
|
|
10520
|
+
children: stack ?? "Choose in guide"
|
|
10533
10521
|
})]
|
|
10534
|
-
}),
|
|
10535
|
-
|
|
10536
|
-
|
|
10537
|
-
|
|
10538
|
-
|
|
10539
|
-
|
|
10522
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
10523
|
+
className: "dy-flex dy-items-center dy-justify-between dy-gap-4",
|
|
10524
|
+
children: [/* @__PURE__ */ jsx("dt", {
|
|
10525
|
+
className: "dy-text-muted-foreground",
|
|
10526
|
+
children: "Site"
|
|
10527
|
+
}), /* @__PURE__ */ jsx("dd", {
|
|
10528
|
+
className: "dy-max-w-[180px] dy-truncate dy-font-mono dy-font-semibold dy-text-foreground",
|
|
10529
|
+
children: config.siteId || "Not provided"
|
|
10530
|
+
})]
|
|
10531
|
+
})]
|
|
10532
|
+
})]
|
|
10540
10533
|
})
|
|
10541
10534
|
})]
|
|
10542
10535
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dyrected/admin",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"tailwind-merge": "^3.5.0",
|
|
63
63
|
"tailwindcss-animate": "^1.0.7",
|
|
64
64
|
"zod": "^3.25.76",
|
|
65
|
-
"@dyrected/core": "^2.5.
|
|
66
|
-
"@dyrected/sdk": "^2.5.
|
|
65
|
+
"@dyrected/core": "^2.5.33",
|
|
66
|
+
"@dyrected/sdk": "^2.5.33"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@tanstack/react-query": "^5.0.0",
|