@datatechsolutions/ui 2.11.41 → 2.11.42

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.
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { ToggleSwitch, GlassModal, ContextMenu, FormInput, FormSelect, FormTextarea, Button, IconButton } from './chunk-MDD6H63O.mjs';
2
+ import { ToggleSwitch, GlassModal, ContextMenu, FormInput, FormSelect, FormTextarea, Button, IconButton } from './chunk-DNGI4ASL.mjs';
3
3
  import { useTranslations, I18nProvider, createI18nFromMessages } from './chunk-7VJ7CMMT.mjs';
4
4
  import { GraphNodeHeader, GraphNodeMeta, GraphNodeBadge, GraphNodeIconBubble } from './chunk-OZNTQROP.mjs';
5
5
  import { getAgentTier, createDefaultLogicNodeConfig, applyDagreLayout } from './chunk-TLPPVL3W.mjs';
@@ -2847,7 +2847,18 @@ var DATASOURCE_LOGOS = {
2847
2847
  mysql: "/logos/datasources/mysql.svg",
2848
2848
  clickhouse: "/logos/datasources/clickhouse.svg",
2849
2849
  elasticsearch: "/logos/datasources/elasticsearch.svg",
2850
- duckdb: "/logos/datasources/duckdb.svg"
2850
+ duckdb: "/logos/datasources/duckdb.svg",
2851
+ sqlite: "/logos/datasources/sqlite.svg",
2852
+ mariadb: "/logos/datasources/mariadb.svg",
2853
+ oracle: "/logos/datasources/oracle.svg",
2854
+ mssql: "/logos/datasources/mssql.svg",
2855
+ sqlserver: "/logos/datasources/mssql.svg",
2856
+ cassandra: "/logos/datasources/cassandra.svg",
2857
+ dynamodb: "/logos/datasources/dynamodb.svg",
2858
+ cockroach: "/logos/datasources/cockroachdb.svg",
2859
+ supabase: "/logos/datasources/supabase.svg",
2860
+ firebase: "/logos/datasources/firebase.svg",
2861
+ neo4j: "/logos/datasources/neo4j.svg"
2851
2862
  };
2852
2863
  function getDatasourceLogo(datasourceId, dialect) {
2853
2864
  const search = (dialect ?? datasourceId).toLowerCase();
@@ -2882,7 +2893,7 @@ var DatasourceFlowNode = memo(function DatasourceFlowNode2({ id, data, selected
2882
2893
  const content = /* @__PURE__ */ jsxs(NodeCard, { compact: isCompact, selected, nodeType: "datasource", children: [
2883
2894
  /* @__PURE__ */ jsxs("div", { className: "flex items-start justify-between", children: [
2884
2895
  /* @__PURE__ */ jsxs("div", { className: "flex items-start gap-3", children: [
2885
- /* @__PURE__ */ jsx("div", { className: "flex h-10 w-10 items-center justify-center rounded-xl bg-gradient-to-br from-cyan-500 to-blue-600 shadow-lg", children: logo ? /* @__PURE__ */ jsx("img", { src: logo, alt: config.dialect ?? "", className: "h-5 w-5" }) : /* @__PURE__ */ jsx(ServerStackIcon, { className: "h-5 w-5 text-white" }) }),
2896
+ logo ? /* @__PURE__ */ jsx("div", { className: "flex h-10 w-10 items-center justify-center rounded-xl", children: /* @__PURE__ */ jsx("img", { src: logo, alt: config.dialect ?? "", className: "h-8 w-8" }) }) : /* @__PURE__ */ jsx("div", { className: "flex h-10 w-10 items-center justify-center rounded-xl bg-gradient-to-br from-cyan-500 to-blue-600 shadow-lg", children: /* @__PURE__ */ jsx(ServerStackIcon, { className: "h-5 w-5 text-white" }) }),
2886
2897
  /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
2887
2898
  /* @__PURE__ */ jsx("h3", { className: "text-sm font-semibold text-gray-900 dark:text-white", children: label }),
2888
2899
  !isCompact && /* @__PURE__ */ jsxs("p", { className: "mt-0.5 line-clamp-1 text-xs text-gray-500 dark:text-gray-400", children: [
@@ -7642,5 +7653,5 @@ function Workspace({
7642
7653
  }
7643
7654
 
7644
7655
  export { AgentFlowNode, AgentToolFlowNode, AnswerFlowNode, AnthropicIcon, CATEGORY_COLORS, CATEGORY_PILL_COLORS, CodeFlowNode, CrewAIIcon, DocumentExtractorFlowNode, EndFlowNode, EntityFlowNode, FRAMEWORK_META, GoogleADKIcon, GroupFlowNode, HttpRequestFlowNode, ICON_MAP, IfElseFlowNode, IterationFlowNode, IterationStartFlowNode, KnowledgeBaseFlowNode, LOGIC_ICON_MAP, LOGIC_NODE_BADGE_COLORS, LOGIC_NODE_GRADIENTS, LOGIC_NODE_HANDLE_COLORS, LangChainIcon, ListOperatorFlowNode, LogicNodeModal, MINIMAP_NODE_COLORS, ModelProviderFlowNode, NODE_EXECUTION_ACCENT_COLORS, NodeCard, NodeContextMenu, NoteFlowNode, OpenAIIcon, PanelContextMenu, ParameterExtractorFlowNode, QuestionClassifierFlowNode, RuleFlowNode, SelectionContextMenu, StartFlowNode, StrandsIcon, TemplateTransformFlowNode, ToolFlowNode, VariableAggregatorFlowNode, VariableAssignerFlowNode, WorkflowBuilderProvider, WorkflowCanvas, Workspace, getCompatibleModels, getDefaultFrameworkForModel, getEntityBadgeColor, getEntityGradient, getEntityHandleColor, getEntityIcon, getEntityMinimapColor, getFrameworkMeta, getNodeExecutionAccent, getNodeExecutionAccentRgb, isFrameworkCompatibleWithProviders, isModelCompatibleWithFramework, useModalStore, useWorkflowBuilderClient, useWorkflowBuilderClientOptional, useWorkflowStore };
7645
- //# sourceMappingURL=chunk-W7SNLP5J.mjs.map
7646
- //# sourceMappingURL=chunk-W7SNLP5J.mjs.map
7656
+ //# sourceMappingURL=chunk-HRQPV3H3.mjs.map
7657
+ //# sourceMappingURL=chunk-HRQPV3H3.mjs.map