@tonyclaw/llm-inspector 1.10.0 → 1.11.0

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 (74) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/assets/index-BIZeMR5N.js +105 -0
  3. package/.output/public/assets/index-SmtLx1lM.css +1 -0
  4. package/.output/public/assets/main-QfbQ5oBP.js +17 -0
  5. package/.output/server/_libs/@radix-ui/react-use-controllable-state+[...].mjs +1 -1
  6. package/.output/server/_libs/ajv-formats.mjs +18 -18
  7. package/.output/server/_libs/ajv.mjs +6306 -942
  8. package/.output/server/_libs/cookie-es.mjs +21 -7
  9. package/.output/server/_libs/diff.mjs +320 -0
  10. package/.output/server/_libs/floating-ui__core.mjs +17 -18
  11. package/.output/server/_libs/floating-ui__dom.mjs +20 -24
  12. package/.output/server/_libs/floating-ui__react-dom.mjs +28 -55
  13. package/.output/server/_libs/floating-ui__utils.mjs +36 -36
  14. package/.output/server/_libs/h3-v2.mjs +9 -20
  15. package/.output/server/_libs/isbot.mjs +2 -3
  16. package/.output/server/_libs/json-schema-traverse.mjs +90 -1
  17. package/.output/server/_libs/jszip.mjs +28 -28
  18. package/.output/server/_libs/lucide-react.mjs +103 -80
  19. package/.output/server/_libs/mdast-util-from-markdown.mjs +1 -1
  20. package/.output/server/_libs/pako.mjs +13 -13
  21. package/.output/server/_libs/property-information.mjs +1 -13
  22. package/.output/server/_libs/radix-ui__react-collection.mjs +1 -1
  23. package/.output/server/_libs/radix-ui__react-id.mjs +1 -1
  24. package/.output/server/_libs/react-dom.mjs +10 -10
  25. package/.output/server/_libs/react.mjs +44 -44
  26. package/.output/server/_libs/readable-stream.mjs +15 -15
  27. package/.output/server/_libs/rou3.mjs +7 -1
  28. package/.output/server/_libs/safe-buffer.mjs +3 -3
  29. package/.output/server/_libs/semver.mjs +10 -10
  30. package/.output/server/_libs/seroval-plugins.mjs +5 -5
  31. package/.output/server/_libs/seroval.mjs +596 -606
  32. package/.output/server/_libs/srvx.mjs +245 -10
  33. package/.output/server/_libs/swr.mjs +1 -1
  34. package/.output/server/_libs/tailwind-merge.mjs +41 -286
  35. package/.output/server/_libs/tanstack__history.mjs +44 -31
  36. package/.output/server/_libs/tanstack__react-router.mjs +1089 -780
  37. package/.output/server/_libs/tanstack__react-store.mjs +1 -1
  38. package/.output/server/_libs/tanstack__react-virtual.mjs +7 -82
  39. package/.output/server/_libs/tanstack__router-core.mjs +2331 -2226
  40. package/.output/server/_libs/tanstack__virtual-core.mjs +17 -58
  41. package/.output/server/_libs/tiny-invariant.mjs +12 -0
  42. package/.output/server/_libs/tiny-warning.mjs +5 -0
  43. package/.output/server/_libs/ungap__structured-clone.mjs +2 -14
  44. package/.output/server/_libs/use-sync-external-store.mjs +1 -1
  45. package/.output/server/_libs/zod.mjs +207 -505
  46. package/.output/server/_ssr/{index-XyU4WVWt.mjs → index-I_Nx8QEB.mjs} +532 -79
  47. package/.output/server/_ssr/index.mjs +776 -1098
  48. package/.output/server/_ssr/{router-BR4XO8XJ.mjs → router-BVxfVFsb.mjs} +98 -53
  49. package/.output/server/_tanstack-start-manifest_v-Cm2Owszu.mjs +4 -0
  50. package/.output/server/index.mjs +28 -28
  51. package/README.md +1 -1
  52. package/package.json +2 -1
  53. package/src/components/ProxyViewer.tsx +10 -3
  54. package/src/components/ProxyViewerContainer.tsx +6 -0
  55. package/src/components/proxy-viewer/ConversationGroup.tsx +10 -1
  56. package/src/components/proxy-viewer/LogEntry.tsx +114 -5
  57. package/src/components/proxy-viewer/diff/DiffView.tsx +319 -0
  58. package/src/components/proxy-viewer/diff/computeDiff.ts +178 -0
  59. package/src/components/proxy-viewer/diff/index.ts +3 -0
  60. package/src/components/ui/crab-logo.tsx +45 -0
  61. package/src/proxy/config.ts +3 -17
  62. package/src/proxy/dataDir.ts +56 -0
  63. package/src/proxy/formats/anthropic/stream.ts +5 -2
  64. package/src/proxy/formats/jsonSchema.ts +12 -0
  65. package/src/proxy/formats/openai/stream.ts +21 -16
  66. package/src/proxy/handler.ts +15 -5
  67. package/src/proxy/providers.ts +61 -1
  68. package/src/proxy/schemas.ts +42 -0
  69. package/src/proxy/store.ts +6 -23
  70. package/.output/public/assets/index-BFuUQkWu.js +0 -11
  71. package/.output/public/assets/index-F2ojFPJp.css +0 -1
  72. package/.output/public/assets/index-nKnhyW4Y.js +0 -122
  73. package/.output/server/_ssr/empty-plugin-adapters-BFgPZ6_d.mjs +0 -6
  74. package/.output/server/_tanstack-start-manifest_v-DFoSjBkb.mjs +0 -4
@@ -75,7 +75,7 @@ const createLucideIcon = (iconName, iconNode) => {
75
75
  Component.displayName = toPascalCase(iconName);
76
76
  return Component;
77
77
  };
78
- const __iconNode$G = [
78
+ const __iconNode$J = [
79
79
  ["path", { d: "M12 18V5", key: "adv99a" }],
80
80
  ["path", { d: "M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4", key: "1e3is1" }],
81
81
  ["path", { d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5", key: "1gqd8o" }],
@@ -85,70 +85,75 @@ const __iconNode$G = [
85
85
  ["path", { d: "M6 18a4 4 0 0 1-2-7.464", key: "k1g0md" }],
86
86
  ["path", { d: "M6.003 5.125a4 4 0 0 0-2.526 5.77", key: "q97ue3" }]
87
87
  ];
88
- const Brain = createLucideIcon("brain", __iconNode$G);
89
- const __iconNode$F = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
90
- const Check = createLucideIcon("check", __iconNode$F);
91
- const __iconNode$E = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
92
- const ChevronDown = createLucideIcon("chevron-down", __iconNode$E);
93
- const __iconNode$D = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
94
- const ChevronRight = createLucideIcon("chevron-right", __iconNode$D);
95
- const __iconNode$C = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
96
- const ChevronUp = createLucideIcon("chevron-up", __iconNode$C);
97
- const __iconNode$B = [
88
+ const Brain = createLucideIcon("brain", __iconNode$J);
89
+ const __iconNode$I = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
90
+ const Check = createLucideIcon("check", __iconNode$I);
91
+ const __iconNode$H = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
92
+ const ChevronDown = createLucideIcon("chevron-down", __iconNode$H);
93
+ const __iconNode$G = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
94
+ const ChevronRight = createLucideIcon("chevron-right", __iconNode$G);
95
+ const __iconNode$F = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
96
+ const ChevronUp = createLucideIcon("chevron-up", __iconNode$F);
97
+ const __iconNode$E = [
98
98
  ["path", { d: "m7 6 5 5 5-5", key: "1lc07p" }],
99
99
  ["path", { d: "m7 13 5 5 5-5", key: "1d48rs" }]
100
100
  ];
101
- const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$B);
102
- const __iconNode$A = [
101
+ const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$E);
102
+ const __iconNode$D = [
103
103
  ["path", { d: "m17 11-5-5-5 5", key: "e8nh98" }],
104
104
  ["path", { d: "m17 18-5-5-5 5", key: "2avn1x" }]
105
105
  ];
106
- const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$A);
107
- const __iconNode$z = [
106
+ const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$D);
107
+ const __iconNode$C = [
108
108
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
109
109
  ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
110
110
  ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
111
111
  ];
112
- const CircleAlert = createLucideIcon("circle-alert", __iconNode$z);
113
- const __iconNode$y = [
112
+ const CircleAlert = createLucideIcon("circle-alert", __iconNode$C);
113
+ const __iconNode$B = [
114
114
  ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
115
115
  ["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
116
116
  ];
117
- const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$y);
118
- const __iconNode$x = [
117
+ const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$B);
118
+ const __iconNode$A = [
119
119
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
120
120
  ["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
121
121
  ["path", { d: "M12 17h.01", key: "p32p05" }]
122
122
  ];
123
- const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$x);
124
- const __iconNode$w = [
123
+ const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$A);
124
+ const __iconNode$z = [
125
125
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
126
126
  ["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
127
127
  ];
128
- const CircleStop = createLucideIcon("circle-stop", __iconNode$w);
129
- const __iconNode$v = [
128
+ const CircleStop = createLucideIcon("circle-stop", __iconNode$z);
129
+ const __iconNode$y = [
130
130
  ["path", { d: "M12 6v6l4 2", key: "mmk7yg" }],
131
131
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
132
132
  ];
133
- const Clock = createLucideIcon("clock", __iconNode$v);
134
- const __iconNode$u = [
133
+ const Clock = createLucideIcon("clock", __iconNode$y);
134
+ const __iconNode$x = [
135
+ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
136
+ ["path", { d: "M12 3v18", key: "108xh3" }]
137
+ ];
138
+ const Columns2 = createLucideIcon("columns-2", __iconNode$x);
139
+ const __iconNode$w = [
135
140
  ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
136
141
  ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
137
142
  ];
138
- const Copy = createLucideIcon("copy", __iconNode$u);
139
- const __iconNode$t = [
143
+ const Copy = createLucideIcon("copy", __iconNode$w);
144
+ const __iconNode$v = [
140
145
  ["path", { d: "M12 15V3", key: "m9g1x1" }],
141
146
  ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
142
147
  ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
143
148
  ];
144
- const Download = createLucideIcon("download", __iconNode$t);
145
- const __iconNode$s = [
149
+ const Download = createLucideIcon("download", __iconNode$v);
150
+ const __iconNode$u = [
146
151
  ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
147
152
  ["path", { d: "M10 14 21 3", key: "gplh6r" }],
148
153
  ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
149
154
  ];
150
- const ExternalLink = createLucideIcon("external-link", __iconNode$s);
151
- const __iconNode$r = [
155
+ const ExternalLink = createLucideIcon("external-link", __iconNode$u);
156
+ const __iconNode$t = [
152
157
  [
153
158
  "path",
154
159
  {
@@ -166,8 +171,8 @@ const __iconNode$r = [
166
171
  ],
167
172
  ["path", { d: "m2 2 20 20", key: "1ooewy" }]
168
173
  ];
169
- const EyeOff = createLucideIcon("eye-off", __iconNode$r);
170
- const __iconNode$q = [
174
+ const EyeOff = createLucideIcon("eye-off", __iconNode$t);
175
+ const __iconNode$s = [
171
176
  [
172
177
  "path",
173
178
  {
@@ -177,8 +182,8 @@ const __iconNode$q = [
177
182
  ],
178
183
  ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
179
184
  ];
180
- const Eye = createLucideIcon("eye", __iconNode$q);
181
- const __iconNode$p = [
185
+ const Eye = createLucideIcon("eye", __iconNode$s);
186
+ const __iconNode$r = [
182
187
  [
183
188
  "path",
184
189
  {
@@ -190,26 +195,35 @@ const __iconNode$p = [
190
195
  ["path", { d: "m8 16 2-2-2-2", key: "10vzyd" }],
191
196
  ["path", { d: "M12 18h4", key: "1wd2n7" }]
192
197
  ];
193
- const FileTerminal = createLucideIcon("file-terminal", __iconNode$p);
194
- const __iconNode$o = [
198
+ const FileTerminal = createLucideIcon("file-terminal", __iconNode$r);
199
+ const __iconNode$q = [
195
200
  ["path", { d: "m12 14 4-4", key: "9kzdfg" }],
196
201
  ["path", { d: "M3.34 19a10 10 0 1 1 17.32 0", key: "19p75a" }]
197
202
  ];
198
- const Gauge = createLucideIcon("gauge", __iconNode$o);
199
- const __iconNode$n = [
203
+ const Gauge = createLucideIcon("gauge", __iconNode$q);
204
+ const __iconNode$p = [
205
+ ["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
206
+ ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }],
207
+ ["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
208
+ ["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
209
+ ["path", { d: "M12 18H7a2 2 0 0 1-2-2V9", key: "16sdep" }],
210
+ ["path", { d: "m9 15 3 3-3 3", key: "1m3kbl" }]
211
+ ];
212
+ const GitCompareArrows = createLucideIcon("git-compare-arrows", __iconNode$p);
213
+ const __iconNode$o = [
200
214
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
201
215
  ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
202
216
  ["path", { d: "M2 12h20", key: "9i4pu4" }]
203
217
  ];
204
- const Globe = createLucideIcon("globe", __iconNode$n);
205
- const __iconNode$m = [
218
+ const Globe = createLucideIcon("globe", __iconNode$o);
219
+ const __iconNode$n = [
206
220
  ["rect", { width: "7", height: "7", x: "3", y: "3", rx: "1", key: "1g98yp" }],
207
221
  ["rect", { width: "7", height: "7", x: "14", y: "3", rx: "1", key: "6d4xhi" }],
208
222
  ["rect", { width: "7", height: "7", x: "14", y: "14", rx: "1", key: "nxv5o0" }],
209
223
  ["rect", { width: "7", height: "7", x: "3", y: "14", rx: "1", key: "1bb6yr" }]
210
224
  ];
211
- const LayoutGrid = createLucideIcon("layout-grid", __iconNode$m);
212
- const __iconNode$l = [
225
+ const LayoutGrid = createLucideIcon("layout-grid", __iconNode$n);
226
+ const __iconNode$m = [
213
227
  ["path", { d: "M3 5h.01", key: "18ugdj" }],
214
228
  ["path", { d: "M3 12h.01", key: "nlz23k" }],
215
229
  ["path", { d: "M3 19h.01", key: "noohij" }],
@@ -217,15 +231,15 @@ const __iconNode$l = [
217
231
  ["path", { d: "M8 12h13", key: "1za7za" }],
218
232
  ["path", { d: "M8 19h13", key: "m83p4d" }]
219
233
  ];
220
- const List = createLucideIcon("list", __iconNode$l);
221
- const __iconNode$k = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
222
- const LoaderCircle = createLucideIcon("loader-circle", __iconNode$k);
223
- const __iconNode$j = [
234
+ const List = createLucideIcon("list", __iconNode$m);
235
+ const __iconNode$l = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
236
+ const LoaderCircle = createLucideIcon("loader-circle", __iconNode$l);
237
+ const __iconNode$k = [
224
238
  ["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2", key: "1w4ew1" }],
225
239
  ["path", { d: "M7 11V7a5 5 0 0 1 10 0v4", key: "fwvmzm" }]
226
240
  ];
227
- const Lock = createLucideIcon("lock", __iconNode$j);
228
- const __iconNode$i = [
241
+ const Lock = createLucideIcon("lock", __iconNode$k);
242
+ const __iconNode$j = [
229
243
  [
230
244
  "path",
231
245
  {
@@ -234,10 +248,10 @@ const __iconNode$i = [
234
248
  }
235
249
  ]
236
250
  ];
237
- const MessageSquare = createLucideIcon("message-square", __iconNode$i);
238
- const __iconNode$h = [["path", { d: "M5 12h14", key: "1ays0h" }]];
239
- const Minus = createLucideIcon("minus", __iconNode$h);
240
- const __iconNode$g = [
251
+ const MessageSquare = createLucideIcon("message-square", __iconNode$j);
252
+ const __iconNode$i = [["path", { d: "M5 12h14", key: "1ays0h" }]];
253
+ const Minus = createLucideIcon("minus", __iconNode$i);
254
+ const __iconNode$h = [
241
255
  [
242
256
  "path",
243
257
  {
@@ -247,30 +261,36 @@ const __iconNode$g = [
247
261
  ],
248
262
  ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
249
263
  ];
250
- const Pencil = createLucideIcon("pencil", __iconNode$g);
251
- const __iconNode$f = [
264
+ const Pencil = createLucideIcon("pencil", __iconNode$h);
265
+ const __iconNode$g = [
252
266
  ["path", { d: "M5 12h14", key: "1ays0h" }],
253
267
  ["path", { d: "M12 5v14", key: "s699le" }]
254
268
  ];
255
- const Plus = createLucideIcon("plus", __iconNode$f);
256
- const __iconNode$e = [
269
+ const Plus = createLucideIcon("plus", __iconNode$g);
270
+ const __iconNode$f = [
257
271
  ["path", { d: "M16.247 7.761a6 6 0 0 1 0 8.478", key: "1fwjs5" }],
258
272
  ["path", { d: "M19.075 4.933a10 10 0 0 1 0 14.134", key: "ehdyv1" }],
259
273
  ["path", { d: "M4.925 19.067a10 10 0 0 1 0-14.134", key: "1q22gi" }],
260
274
  ["path", { d: "M7.753 16.239a6 6 0 0 1 0-8.478", key: "r2q7qm" }],
261
275
  ["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }]
262
276
  ];
263
- const Radio = createLucideIcon("radio", __iconNode$e);
264
- const __iconNode$d = [
277
+ const Radio = createLucideIcon("radio", __iconNode$f);
278
+ const __iconNode$e = [
265
279
  ["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
266
280
  ["path", { d: "M3 3v5h5", key: "1xhq8a" }]
267
281
  ];
268
- const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$d);
269
- const __iconNode$c = [
282
+ const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$e);
283
+ const __iconNode$d = [
270
284
  ["path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8", key: "1p45f6" }],
271
285
  ["path", { d: "M21 3v5h-5", key: "1q7to0" }]
272
286
  ];
273
- const RotateCw = createLucideIcon("rotate-cw", __iconNode$c);
287
+ const RotateCw = createLucideIcon("rotate-cw", __iconNode$d);
288
+ const __iconNode$c = [
289
+ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
290
+ ["path", { d: "M21 9H3", key: "1338ky" }],
291
+ ["path", { d: "M21 15H3", key: "9uk58r" }]
292
+ ];
293
+ const Rows3 = createLucideIcon("rows-3", __iconNode$c);
274
294
  const __iconNode$b = [
275
295
  ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
276
296
  ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
@@ -368,13 +388,16 @@ const __iconNode = [
368
388
  ];
369
389
  const Zap = createLucideIcon("zap", __iconNode);
370
390
  export {
371
- Terminal as A,
372
- Brain as B,
391
+ WifiOff as A,
392
+ ChevronsUp as B,
373
393
  ChevronDown as C,
374
394
  Download as D,
375
395
  ExternalLink as E,
376
396
  FileTerminal as F,
377
397
  Globe as G,
398
+ ChevronsDown as H,
399
+ Brain as I,
400
+ Terminal as J,
378
401
  LayoutGrid as L,
379
402
  MessageSquare as M,
380
403
  Plus as P,
@@ -395,20 +418,20 @@ export {
395
418
  LoaderCircle as h,
396
419
  User as i,
397
420
  Radio as j,
398
- EyeOff as k,
399
- Eye as l,
400
- RotateCw as m,
401
- Pencil as n,
402
- TriangleAlert as o,
403
- Minus as p,
404
- CircleCheckBig as q,
405
- CircleStop as r,
406
- CircleQuestionMark as s,
407
- Server as t,
408
- Gauge as u,
409
- Lock as v,
410
- Wifi as w,
411
- WifiOff as x,
412
- ChevronsUp as y,
413
- ChevronsDown as z
421
+ GitCompareArrows as k,
422
+ Rows3 as l,
423
+ Columns2 as m,
424
+ EyeOff as n,
425
+ Eye as o,
426
+ RotateCw as p,
427
+ Pencil as q,
428
+ TriangleAlert as r,
429
+ Minus as s,
430
+ CircleCheckBig as t,
431
+ CircleStop as u,
432
+ CircleQuestionMark as v,
433
+ Server as w,
434
+ Gauge as x,
435
+ Lock as y,
436
+ Wifi as z
414
437
  };
@@ -7,7 +7,7 @@ import { s as stringifyPosition } from "./unist-util-stringify-position.mjs";
7
7
  import { t as toString } from "./mdast-util-to-string.mjs";
8
8
  const own = {}.hasOwnProperty;
9
9
  function fromMarkdown(value, encoding, options) {
10
- if (encoding && typeof encoding === "object") {
10
+ if (typeof encoding !== "string") {
11
11
  options = encoding;
12
12
  encoding = void 0;
13
13
  }
@@ -3,12 +3,12 @@ var hasRequiredCommon;
3
3
  function requireCommon() {
4
4
  if (hasRequiredCommon) return common;
5
5
  hasRequiredCommon = 1;
6
- (function(exports) {
6
+ (function(exports$1) {
7
7
  var TYPED_OK = typeof Uint8Array !== "undefined" && typeof Uint16Array !== "undefined" && typeof Int32Array !== "undefined";
8
8
  function _has(obj, key) {
9
9
  return Object.prototype.hasOwnProperty.call(obj, key);
10
10
  }
11
- exports.assign = function(obj) {
11
+ exports$1.assign = function(obj) {
12
12
  var sources = Array.prototype.slice.call(arguments, 1);
13
13
  while (sources.length) {
14
14
  var source = sources.shift();
@@ -26,7 +26,7 @@ function requireCommon() {
26
26
  }
27
27
  return obj;
28
28
  };
29
- exports.shrinkBuf = function(buf, size) {
29
+ exports$1.shrinkBuf = function(buf, size) {
30
30
  if (buf.length === size) {
31
31
  return buf;
32
32
  }
@@ -74,20 +74,20 @@ function requireCommon() {
74
74
  return [].concat.apply([], chunks);
75
75
  }
76
76
  };
77
- exports.setTyped = function(on) {
77
+ exports$1.setTyped = function(on) {
78
78
  if (on) {
79
- exports.Buf8 = Uint8Array;
80
- exports.Buf16 = Uint16Array;
81
- exports.Buf32 = Int32Array;
82
- exports.assign(exports, fnTyped);
79
+ exports$1.Buf8 = Uint8Array;
80
+ exports$1.Buf16 = Uint16Array;
81
+ exports$1.Buf32 = Int32Array;
82
+ exports$1.assign(exports$1, fnTyped);
83
83
  } else {
84
- exports.Buf8 = Array;
85
- exports.Buf16 = Array;
86
- exports.Buf32 = Array;
87
- exports.assign(exports, fnUntyped);
84
+ exports$1.Buf8 = Array;
85
+ exports$1.Buf16 = Array;
86
+ exports$1.Buf32 = Array;
87
+ exports$1.assign(exports$1, fnUntyped);
88
88
  }
89
89
  };
90
- exports.setTyped(TYPED_OK);
90
+ exports$1.setTyped(TYPED_OK);
91
91
  })(common);
92
92
  return common;
93
93
  }
@@ -215,7 +215,6 @@ const html$1 = create({
215
215
  allowFullScreen: boolean,
216
216
  allowPaymentRequest: boolean,
217
217
  allowUserMedia: boolean,
218
- alpha: boolean,
219
218
  alt: null,
220
219
  as: null,
221
220
  async: boolean,
@@ -229,12 +228,8 @@ const html$1 = create({
229
228
  checked: boolean,
230
229
  cite: null,
231
230
  className: spaceSeparated,
232
- closedBy: null,
233
- colorSpace: null,
234
231
  cols: number,
235
- colSpan: number,
236
- command: null,
237
- commandFor: null,
232
+ colSpan: null,
238
233
  content: null,
239
234
  contentEditable: booleanish,
240
235
  controls: boolean,
@@ -414,10 +409,8 @@ const html$1 = create({
414
409
  seamless: boolean,
415
410
  selected: boolean,
416
411
  shadowRootClonable: boolean,
417
- shadowRootCustomElementRegistry: boolean,
418
412
  shadowRootDelegatesFocus: boolean,
419
413
  shadowRootMode: null,
420
- shadowRootSerializable: boolean,
421
414
  shape: null,
422
415
  size: number,
423
416
  sizes: null,
@@ -554,11 +547,8 @@ const html$1 = create({
554
547
  allowTransparency: null,
555
548
  autoCorrect: null,
556
549
  autoSave: null,
557
- credentialless: boolean,
558
550
  disablePictureInPicture: boolean,
559
551
  disableRemotePlayback: boolean,
560
- exportParts: commaSeparated,
561
- part: spaceSeparated,
562
552
  prefix: null,
563
553
  property: null,
564
554
  results: number,
@@ -610,7 +600,6 @@ const svg$1 = create({
610
600
  markerEnd: "marker-end",
611
601
  markerMid: "marker-mid",
612
602
  markerStart: "marker-start",
613
- maskType: "mask-type",
614
603
  navDown: "nav-down",
615
604
  navDownLeft: "nav-down-left",
616
605
  navDownRight: "nav-down-right",
@@ -881,7 +870,6 @@ const svg$1 = create({
881
870
  markerWidth: null,
882
871
  mask: null,
883
872
  maskContentUnits: null,
884
- maskType: null,
885
873
  maskUnits: null,
886
874
  mathematical: null,
887
875
  max: null,
@@ -1,4 +1,4 @@
1
- import { R as React, j as jsxRuntimeExports } from "./react.mjs";
1
+ import { a as React, j as jsxRuntimeExports } from "./react.mjs";
2
2
  import { c as createContextScope } from "./radix-ui__react-context.mjs";
3
3
  import { u as useComposedRefs } from "./radix-ui__react-compose-refs.mjs";
4
4
  import { c as createSlot } from "./radix-ui__react-slot.mjs";
@@ -1,4 +1,4 @@
1
- import { r as reactExports, b as React } from "./react.mjs";
1
+ import { r as reactExports, R as React } from "./react.mjs";
2
2
  import { u as useLayoutEffect2 } from "./@radix-ui/react-use-layout-effect+[...].mjs";
3
3
  var useReactId = React[" useId ".trim().toString()] || (() => void 0);
4
4
  var count = 0;
@@ -1,8 +1,10 @@
1
- import { a as requireReact, g as getDefaultExportFromCjs } from "./react.mjs";
2
1
  import require$$0 from "util";
3
2
  import require$$2 from "async_hooks";
4
3
  import require$$0$1 from "stream";
4
+ import { b as requireReact, g as getDefaultExportFromCjs } from "./react.mjs";
5
5
  import require$$1 from "crypto";
6
+ var server_node = {};
7
+ var reactDomServerLegacy_node_production = {};
6
8
  var reactDom = { exports: {} };
7
9
  var reactDom_production = {};
8
10
  var hasRequiredReactDom_production;
@@ -149,7 +151,7 @@ function requireReactDom_production() {
149
151
  reactDom_production.useFormStatus = function() {
150
152
  return ReactSharedInternals.H.useHostTransitionStatus();
151
153
  };
152
- reactDom_production.version = "19.2.7";
154
+ reactDom_production.version = "19.2.4";
153
155
  return reactDom_production;
154
156
  }
155
157
  var hasRequiredReactDom;
@@ -172,10 +174,6 @@ function requireReactDom() {
172
174
  }
173
175
  return reactDom.exports;
174
176
  }
175
- var reactDomExports = requireReactDom();
176
- const ReactDOM = /* @__PURE__ */ getDefaultExportFromCjs(reactDomExports);
177
- var server_node = {};
178
- var reactDomServerLegacy_node_production = {};
179
177
  var hasRequiredReactDomServerLegacy_node_production;
180
178
  function requireReactDomServerLegacy_node_production() {
181
179
  if (hasRequiredReactDomServerLegacy_node_production) return reactDomServerLegacy_node_production;
@@ -5052,7 +5050,7 @@ function requireReactDomServerLegacy_node_production() {
5052
5050
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
5053
5051
  );
5054
5052
  };
5055
- reactDomServerLegacy_node_production.version = "19.2.7";
5053
+ reactDomServerLegacy_node_production.version = "19.2.4";
5056
5054
  return reactDomServerLegacy_node_production;
5057
5055
  }
5058
5056
  var reactDomServer_node_production = {};
@@ -10226,9 +10224,9 @@ function requireReactDomServer_node_production() {
10226
10224
  }
10227
10225
  function ensureCorrectIsomorphicReactVersion() {
10228
10226
  var isomorphicReactPackageVersion = React.version;
10229
- if ("19.2.7" !== isomorphicReactPackageVersion)
10227
+ if ("19.2.4" !== isomorphicReactPackageVersion)
10230
10228
  throw Error(
10231
- 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.7\nLearn more: https://react.dev/warnings/version-mismatch")
10229
+ 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.4\nLearn more: https://react.dev/warnings/version-mismatch")
10232
10230
  );
10233
10231
  }
10234
10232
  ensureCorrectIsomorphicReactVersion();
@@ -10751,7 +10749,7 @@ function requireReactDomServer_node_production() {
10751
10749
  }
10752
10750
  };
10753
10751
  };
10754
- reactDomServer_node_production.version = "19.2.7";
10752
+ reactDomServer_node_production.version = "19.2.4";
10755
10753
  return reactDomServer_node_production;
10756
10754
  }
10757
10755
  var hasRequiredServer_node;
@@ -10774,6 +10772,8 @@ function requireServer_node() {
10774
10772
  }
10775
10773
  var server_nodeExports = requireServer_node();
10776
10774
  const ReactDOMServer = /* @__PURE__ */ getDefaultExportFromCjs(server_nodeExports);
10775
+ var reactDomExports = requireReactDom();
10776
+ const ReactDOM = /* @__PURE__ */ getDefaultExportFromCjs(reactDomExports);
10777
10777
  export {
10778
10778
  ReactDOMServer as R,
10779
10779
  ReactDOM as a,
@@ -23,6 +23,46 @@ var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof win
23
23
  function getDefaultExportFromCjs(x) {
24
24
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
25
25
  }
26
+ var jsxRuntime = { exports: {} };
27
+ var reactJsxRuntime_production = {};
28
+ var hasRequiredReactJsxRuntime_production;
29
+ function requireReactJsxRuntime_production() {
30
+ if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
31
+ hasRequiredReactJsxRuntime_production = 1;
32
+ var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment");
33
+ function jsxProd(type, config, maybeKey) {
34
+ var key = null;
35
+ void 0 !== maybeKey && (key = "" + maybeKey);
36
+ void 0 !== config.key && (key = "" + config.key);
37
+ if ("key" in config) {
38
+ maybeKey = {};
39
+ for (var propName in config)
40
+ "key" !== propName && (maybeKey[propName] = config[propName]);
41
+ } else maybeKey = config;
42
+ config = maybeKey.ref;
43
+ return {
44
+ $$typeof: REACT_ELEMENT_TYPE,
45
+ type,
46
+ key,
47
+ ref: void 0 !== config ? config : null,
48
+ props: maybeKey
49
+ };
50
+ }
51
+ reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
52
+ reactJsxRuntime_production.jsx = jsxProd;
53
+ reactJsxRuntime_production.jsxs = jsxProd;
54
+ return reactJsxRuntime_production;
55
+ }
56
+ var hasRequiredJsxRuntime;
57
+ function requireJsxRuntime() {
58
+ if (hasRequiredJsxRuntime) return jsxRuntime.exports;
59
+ hasRequiredJsxRuntime = 1;
60
+ {
61
+ jsxRuntime.exports = requireReactJsxRuntime_production();
62
+ }
63
+ return jsxRuntime.exports;
64
+ }
65
+ var jsxRuntimeExports = requireJsxRuntime();
26
66
  var react = { exports: {} };
27
67
  var react_production = {};
28
68
  var hasRequiredReact_production;
@@ -446,7 +486,7 @@ function requireReact_production() {
446
486
  react_production.useTransition = function() {
447
487
  return ReactSharedInternals.H.useTransition();
448
488
  };
449
- react_production.version = "19.2.7";
489
+ react_production.version = "19.2.4";
450
490
  return react_production;
451
491
  }
452
492
  var hasRequiredReact;
@@ -464,50 +504,10 @@ const React$1 = /* @__PURE__ */ _mergeNamespaces({
464
504
  __proto__: null,
465
505
  default: React
466
506
  }, [reactExports]);
467
- var jsxRuntime = { exports: {} };
468
- var reactJsxRuntime_production = {};
469
- var hasRequiredReactJsxRuntime_production;
470
- function requireReactJsxRuntime_production() {
471
- if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
472
- hasRequiredReactJsxRuntime_production = 1;
473
- var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment");
474
- function jsxProd(type, config, maybeKey) {
475
- var key = null;
476
- void 0 !== maybeKey && (key = "" + maybeKey);
477
- void 0 !== config.key && (key = "" + config.key);
478
- if ("key" in config) {
479
- maybeKey = {};
480
- for (var propName in config)
481
- "key" !== propName && (maybeKey[propName] = config[propName]);
482
- } else maybeKey = config;
483
- config = maybeKey.ref;
484
- return {
485
- $$typeof: REACT_ELEMENT_TYPE,
486
- type,
487
- key,
488
- ref: void 0 !== config ? config : null,
489
- props: maybeKey
490
- };
491
- }
492
- reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
493
- reactJsxRuntime_production.jsx = jsxProd;
494
- reactJsxRuntime_production.jsxs = jsxProd;
495
- return reactJsxRuntime_production;
496
- }
497
- var hasRequiredJsxRuntime;
498
- function requireJsxRuntime() {
499
- if (hasRequiredJsxRuntime) return jsxRuntime.exports;
500
- hasRequiredJsxRuntime = 1;
501
- {
502
- jsxRuntime.exports = requireReactJsxRuntime_production();
503
- }
504
- return jsxRuntime.exports;
505
- }
506
- var jsxRuntimeExports = requireJsxRuntime();
507
507
  export {
508
- React as R,
509
- requireReact as a,
510
- React$1 as b,
508
+ React$1 as R,
509
+ React as a,
510
+ requireReact as b,
511
511
  commonjsGlobal as c,
512
512
  getDefaultExportFromCjs as g,
513
513
  jsxRuntimeExports as j,