@kite-copilot/chat-panel 0.2.3 → 0.2.5

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/auto.cjs CHANGED
@@ -1020,19 +1020,19 @@ var defaultStartingQuestions = [
1020
1020
  {
1021
1021
  id: "changing-layouts",
1022
1022
  label: "Changing layouts",
1023
- prompt: "How can I customize and change the layout of my dashboard?",
1023
+ prompt: "How do I change the layout of my profiles or folders?",
1024
1024
  icon: "layout"
1025
1025
  },
1026
1026
  {
1027
1027
  id: "bulk-uploads",
1028
1028
  label: "Bulk uploads",
1029
- prompt: "How do I perform bulk uploads of data using CSV files?",
1029
+ prompt: "How do I bulk upload profiles using a CSV file?",
1030
1030
  icon: "upload"
1031
1031
  },
1032
1032
  {
1033
1033
  id: "example-setups",
1034
1034
  label: "Example setups",
1035
- prompt: "Can you show me some example configurations and setups?",
1035
+ prompt: "Can you show me some example folder setups?",
1036
1036
  icon: "setup"
1037
1037
  }
1038
1038
  ];
@@ -2376,21 +2376,6 @@ ${userText}`
2376
2376
  ] }),
2377
2377
  /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("div", { className: "pb-4", children: [
2378
2378
  panelView === "landing" && /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(import_jsx_runtime9.Fragment, { children: [
2379
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "mb-2 text-[10px] font-semibold uppercase tracking-wider text-gray-400", children: "Quick Start" }),
2380
- /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
2381
- Button,
2382
- {
2383
- type: "button",
2384
- size: "sm",
2385
- variant: "secondary",
2386
- className: "w-full justify-start rounded-xl border border-primary/20 bg-primary/5 px-3 py-2.5 text-xs font-medium text-primary shadow-none transition-all hover:bg-primary/10 hover:border-primary/30 h-auto mb-4",
2387
- onClick: () => startGuide("getting-started"),
2388
- children: [
2389
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_lucide_react4.Play, { className: "mr-2 h-3.5 w-3.5" }),
2390
- "Getting started"
2391
- ]
2392
- }
2393
- ),
2394
2379
  /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "mb-2 text-[10px] font-semibold uppercase tracking-wider text-gray-400", children: "Suggested Questions" }),
2395
2380
  /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "flex flex-col gap-1", children: loadingQuestions ? /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "flex items-center justify-center py-4", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_lucide_react4.Loader2, { className: "h-4 w-4 animate-spin text-gray-400" }) }) : startingQuestions.map((question, index) => {
2396
2381
  const iconColors = ["bg-blue-400", "bg-green-400", "bg-purple-400", "bg-orange-400", "bg-pink-400"];
package/dist/auto.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createKiteChat
3
- } from "./chunk-R73Y24JS.js";
3
+ } from "./chunk-6BQ6C2XU.js";
4
4
 
5
5
  // src/auto.ts
6
6
  function mountKiteChat(config) {
@@ -883,7 +883,7 @@ function DataRenderer({ type, data }) {
883
883
 
884
884
  // src/ChatPanel.tsx
885
885
  import * as React4 from "react";
886
- import { ArrowLeft, ArrowUp, Play, Command, CornerDownLeft, CheckCircle2 as CheckCircle23, SquarePen, Paperclip, X, FileSpreadsheet, Loader2 as Loader22, ChevronLeft, ChevronRight } from "lucide-react";
886
+ import { ArrowLeft, ArrowUp, Command, CornerDownLeft, CheckCircle2 as CheckCircle23, SquarePen, Paperclip, X, FileSpreadsheet, Loader2 as Loader22, ChevronLeft, ChevronRight } from "lucide-react";
887
887
  import { Fragment as Fragment2, jsx as jsx9, jsxs as jsxs5 } from "react/jsx-runtime";
888
888
  var DEFAULT_AGENT_URL = "http://localhost:5002";
889
889
  var PANEL_WIDTH = 400;
@@ -1019,19 +1019,19 @@ var defaultStartingQuestions = [
1019
1019
  {
1020
1020
  id: "changing-layouts",
1021
1021
  label: "Changing layouts",
1022
- prompt: "How can I customize and change the layout of my dashboard?",
1022
+ prompt: "How do I change the layout of my profiles or folders?",
1023
1023
  icon: "layout"
1024
1024
  },
1025
1025
  {
1026
1026
  id: "bulk-uploads",
1027
1027
  label: "Bulk uploads",
1028
- prompt: "How do I perform bulk uploads of data using CSV files?",
1028
+ prompt: "How do I bulk upload profiles using a CSV file?",
1029
1029
  icon: "upload"
1030
1030
  },
1031
1031
  {
1032
1032
  id: "example-setups",
1033
1033
  label: "Example setups",
1034
- prompt: "Can you show me some example configurations and setups?",
1034
+ prompt: "Can you show me some example folder setups?",
1035
1035
  icon: "setup"
1036
1036
  }
1037
1037
  ];
@@ -2375,21 +2375,6 @@ ${userText}`
2375
2375
  ] }),
2376
2376
  /* @__PURE__ */ jsxs5("div", { className: "pb-4", children: [
2377
2377
  panelView === "landing" && /* @__PURE__ */ jsxs5(Fragment2, { children: [
2378
- /* @__PURE__ */ jsx9("div", { className: "mb-2 text-[10px] font-semibold uppercase tracking-wider text-gray-400", children: "Quick Start" }),
2379
- /* @__PURE__ */ jsxs5(
2380
- Button,
2381
- {
2382
- type: "button",
2383
- size: "sm",
2384
- variant: "secondary",
2385
- className: "w-full justify-start rounded-xl border border-primary/20 bg-primary/5 px-3 py-2.5 text-xs font-medium text-primary shadow-none transition-all hover:bg-primary/10 hover:border-primary/30 h-auto mb-4",
2386
- onClick: () => startGuide("getting-started"),
2387
- children: [
2388
- /* @__PURE__ */ jsx9(Play, { className: "mr-2 h-3.5 w-3.5" }),
2389
- "Getting started"
2390
- ]
2391
- }
2392
- ),
2393
2378
  /* @__PURE__ */ jsx9("div", { className: "mb-2 text-[10px] font-semibold uppercase tracking-wider text-gray-400", children: "Suggested Questions" }),
2394
2379
  /* @__PURE__ */ jsx9("div", { className: "flex flex-col gap-1", children: loadingQuestions ? /* @__PURE__ */ jsx9("div", { className: "flex items-center justify-center py-4", children: /* @__PURE__ */ jsx9(Loader22, { className: "h-4 w-4 animate-spin text-gray-400" }) }) : startingQuestions.map((question, index) => {
2395
2380
  const iconColors = ["bg-blue-400", "bg-green-400", "bg-purple-400", "bg-orange-400", "bg-pink-400"];