@getcatalystiq/agent-plane-ui 0.1.4 → 0.1.6

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/index.d.cts CHANGED
@@ -526,10 +526,8 @@ interface AgentDetailPageProps {
526
526
  a2aBaseUrl?: string;
527
527
  /** Tenant slug (needed for A2A URLs) */
528
528
  tenantSlug?: string;
529
- /** Tenant timezone (for schedule display) */
530
- timezone?: string;
531
529
  }
532
- declare function AgentDetailPage({ agentId, a2aBaseUrl, tenantSlug, timezone }: AgentDetailPageProps): react_jsx_runtime.JSX.Element;
530
+ declare function AgentDetailPage({ agentId, a2aBaseUrl, tenantSlug }: AgentDetailPageProps): react_jsx_runtime.JSX.Element;
533
531
 
534
532
  interface Agent {
535
533
  id: string;
@@ -568,10 +566,6 @@ interface Props$5 {
568
566
  initialSkills: AgentSkill[];
569
567
  onSaved?: () => void;
570
568
  }
571
- /**
572
- * Simplified skills editor that works without CodeMirror (which is a heavy
573
- * dependency). Uses plain textareas for editing skill content.
574
- */
575
569
  declare function AgentSkillManager({ agentId, initialSkills, onSaved }: Props$5): react_jsx_runtime.JSX.Element;
576
570
 
577
571
  interface AgentPlugin {
package/dist/index.d.ts CHANGED
@@ -526,10 +526,8 @@ interface AgentDetailPageProps {
526
526
  a2aBaseUrl?: string;
527
527
  /** Tenant slug (needed for A2A URLs) */
528
528
  tenantSlug?: string;
529
- /** Tenant timezone (for schedule display) */
530
- timezone?: string;
531
529
  }
532
- declare function AgentDetailPage({ agentId, a2aBaseUrl, tenantSlug, timezone }: AgentDetailPageProps): react_jsx_runtime.JSX.Element;
530
+ declare function AgentDetailPage({ agentId, a2aBaseUrl, tenantSlug }: AgentDetailPageProps): react_jsx_runtime.JSX.Element;
533
531
 
534
532
  interface Agent {
535
533
  id: string;
@@ -568,10 +566,6 @@ interface Props$5 {
568
566
  initialSkills: AgentSkill[];
569
567
  onSaved?: () => void;
570
568
  }
571
- /**
572
- * Simplified skills editor that works without CodeMirror (which is a heavy
573
- * dependency). Uses plain textareas for editing skill content.
574
- */
575
569
  declare function AgentSkillManager({ agentId, initialSkills, onSaved }: Props$5): react_jsx_runtime.JSX.Element;
576
570
 
577
571
  interface AgentPlugin {