@ansiversa/components 0.0.163 → 0.0.164
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
|
@@ -75,7 +75,7 @@ const hasDeclaration = Boolean(declaration.text || declaration.place || declarat
|
|
|
75
75
|
<div class="flex flex-col gap-1 sm:flex-row sm:items-baseline sm:justify-between">
|
|
76
76
|
<div>
|
|
77
77
|
<h3 class="text-base font-semibold">{item.role}</h3>
|
|
78
|
-
<p class="text-sm text-slate-700">{item.company}</p>
|
|
78
|
+
<p class="text-sm font-semibold text-slate-700">{item.company}</p>
|
|
79
79
|
</div>
|
|
80
80
|
<p class="text-sm text-slate-600">{meta}</p>
|
|
81
81
|
</div>
|
|
@@ -71,7 +71,7 @@ const hasDeclaration = Boolean(declaration.text || declaration.place || declarat
|
|
|
71
71
|
<div class="flex flex-col gap-1 sm:flex-row sm:items-baseline sm:justify-between">
|
|
72
72
|
<div>
|
|
73
73
|
<h3 class="text-base font-semibold">{item.role}</h3>
|
|
74
|
-
<p class="text-sm text-slate-700">{item.company}</p>
|
|
74
|
+
<p class="text-sm font-semibold text-slate-700">{item.company}</p>
|
|
75
75
|
</div>
|
|
76
76
|
<p class="text-sm text-slate-600">{formatDateRange(item)}</p>
|
|
77
77
|
</div>
|
|
@@ -84,7 +84,7 @@ const hasDeclaration = Boolean(declaration.text || declaration.place || declarat
|
|
|
84
84
|
<div class="flex items-start justify-between gap-4">
|
|
85
85
|
<div>
|
|
86
86
|
<h3 class="text-lg font-medium">{item.role}</h3>
|
|
87
|
-
<p class="text-sm text-slate-600">{item.company}</p>
|
|
87
|
+
<p class="text-sm font-semibold text-slate-600">{item.company}</p>
|
|
88
88
|
</div>
|
|
89
89
|
<p class="text-sm text-slate-500">{formatDateRange(item)}</p>
|
|
90
90
|
</div>
|
|
@@ -131,7 +131,7 @@ const hasDeclaration = Boolean(declaration.text || declaration.place || declarat
|
|
|
131
131
|
<div class="flex items-start justify-between gap-4">
|
|
132
132
|
<div>
|
|
133
133
|
<h3 class="text-base font-semibold">{item.role}</h3>
|
|
134
|
-
<p class="text-sm text-slate-600">{item.company}</p>
|
|
134
|
+
<p class="text-sm font-semibold text-slate-600">{item.company}</p>
|
|
135
135
|
</div>
|
|
136
136
|
<span class="shrink-0 rounded-full bg-slate-100 px-3 py-1 text-xs text-slate-700">
|
|
137
137
|
{formatDateRange(item).replace(/\s—\s/g, "—")}
|