kyd-shared-badge 0.2.1 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kyd-shared-badge",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",
@@ -20,7 +20,7 @@ const FindingRow = ({ finding }: { finding: IpRiskAnalysisFinding }) => (
20
20
  );
21
21
 
22
22
  const Section = ({ section }: { section: IpRiskSection }) => (
23
- <div className="mt-6">
23
+ <div className="py-3">
24
24
  <h4 className="text-lg font-semibold mb-2 text-neutral-900 dark:text-white">{section.title}</h4>
25
25
  <div className="space-y-3">
26
26
  {section.items.map((item, idx) => (
@@ -39,8 +39,8 @@ const ReportHeader = ({ badgeId, developerName, updatedAt, score = 0, isPublic,
39
39
  style={isRecruiter ? { backgroundColor: 'var(--content-card-background)', borderColor: 'var(--icon-button-secondary)' } : undefined}
40
40
  >
41
41
  {/* Left Section */}
42
- <div className="flex items-center text-left md:text-center">
43
- <Image src={finalBadgeImageUrl} alt="KYD Badge" width={150} height={150} unoptimized />
42
+ <div className="flex items-center text-left md:text-center gap-5">
43
+ <Image src={finalBadgeImageUrl} alt="KYD Badge" width={100} height={100} unoptimized />
44
44
  <div className='flex flex-col'>
45
45
  <h1 className={isRecruiter ? 'font-bold text-lg' : 'font-bold text-lg text-neutral-900 dark:text-white'} style={isRecruiter ? { color: 'var(--text-main)' } : undefined}>
46
46
  KYD Self-Check™