@retinalabsllc/zairusjs 6.1.5 → 8.1.50

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.mts CHANGED
@@ -399,12 +399,10 @@ interface ConsultantProfile {
399
399
  id: string | number;
400
400
  name: string;
401
401
  role: string;
402
- /** Generic text field to display under the role (replaces static 'Experience' text) */
403
402
  description?: string;
404
403
  imageSrc: string;
405
404
  }
406
405
  interface ConsultantShowcaseProps {
407
- /** Array of profiles to display in the swipeable showcase */
408
406
  profiles: ConsultantProfile[];
409
407
  }
410
408
  declare const ConsultantShowcase: React.FC<ConsultantShowcaseProps>;
@@ -463,7 +461,7 @@ interface ProjectItem {
463
461
  link: string;
464
462
  /** If true, uses a standard <a> tag with target="_blank" instead of next/link */
465
463
  isExternal?: boolean;
466
- /** Badge text. If "Production", it gets highlighted in black. */
464
+ /** Badge text. If "Production", it gets highlighted. */
467
465
  status: string;
468
466
  description: string;
469
467
  }
package/dist/index.d.ts CHANGED
@@ -399,12 +399,10 @@ interface ConsultantProfile {
399
399
  id: string | number;
400
400
  name: string;
401
401
  role: string;
402
- /** Generic text field to display under the role (replaces static 'Experience' text) */
403
402
  description?: string;
404
403
  imageSrc: string;
405
404
  }
406
405
  interface ConsultantShowcaseProps {
407
- /** Array of profiles to display in the swipeable showcase */
408
406
  profiles: ConsultantProfile[];
409
407
  }
410
408
  declare const ConsultantShowcase: React.FC<ConsultantShowcaseProps>;
@@ -463,7 +461,7 @@ interface ProjectItem {
463
461
  link: string;
464
462
  /** If true, uses a standard <a> tag with target="_blank" instead of next/link */
465
463
  isExternal?: boolean;
466
- /** Badge text. If "Production", it gets highlighted in black. */
464
+ /** Badge text. If "Production", it gets highlighted. */
467
465
  status: string;
468
466
  description: string;
469
467
  }