@cavuno/board 1.31.0 → 1.33.0

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/seo.mjs CHANGED
@@ -113,6 +113,495 @@ function buildAbsoluteUrl(origin, path) {
113
113
  }
114
114
  }
115
115
 
116
+ // src/format/ui-copy.ts
117
+ var EN = {
118
+ jobCard: {
119
+ featuredLabel: "Featured",
120
+ aiRankedLabel: "AI-ranked",
121
+ sortNewestLabel: "Most recent",
122
+ sortSalaryHighLabel: "Salary: high to low"
123
+ },
124
+ jobSearch: {
125
+ headingJobs: "Jobs",
126
+ keywordLabel: "Keyword",
127
+ keywordPlaceholder: "Search jobs\u2026",
128
+ locationLabel: "Location",
129
+ locationPlaceholder: "City or region",
130
+ workplacePlaceholder: "Workplace",
131
+ anyWorkplaceLabel: "Any workplace",
132
+ typePlaceholder: "Type",
133
+ anyTypeLabel: "Any type",
134
+ sortPlaceholder: "Sort",
135
+ loadMoreLabel: "Load more",
136
+ noJobsMatchText: "No jobs match \u2014 try clearing a filter."
137
+ },
138
+ jobDetail: {
139
+ categoriesHeading: "Categories",
140
+ skillsHeading: "Skills",
141
+ additionalDetailsHeading: "Additional details",
142
+ customFieldYesLabel: "Yes",
143
+ customFieldNoLabel: "No",
144
+ locationsLabel: "Locations",
145
+ workPermitsLabel: "Work permits",
146
+ timezonesLabel: "Timezones",
147
+ educationLabel: "Education",
148
+ experienceLabel: "Experience",
149
+ worldwideLabel: "Worldwide",
150
+ noExperienceRequiredLabel: "No experience required",
151
+ experienceYears: (years) => `${years}+ years`,
152
+ posted: (published) => `Posted ${published}`,
153
+ noDescriptionText: "No description provided.",
154
+ viewCompanyProfileLabel: "View company profile",
155
+ similarJobsHeading: "Similar jobs",
156
+ breadcrumbAriaLabel: "Breadcrumb"
157
+ },
158
+ apply: {
159
+ applyButtonText: "Apply for this job",
160
+ applyingLabel: "Applying\u2026",
161
+ applyOnEmployerSiteLabel: "Apply on employer site",
162
+ signInToApplyLabel: "Sign in to apply",
163
+ verifyEmailToApplyLabel: "Verify email to apply",
164
+ appliedViewApplicationsLabel: "Applied \u2014 view applications",
165
+ applicationSubmitError: "Something went wrong. Please try again."
166
+ },
167
+ alerts: {
168
+ jobAlertTitle: "Get job alerts",
169
+ jobAlertEmailPlaceholder: "you@example.com",
170
+ jobAlertButtonText: "Get alerts",
171
+ subscribingLabel: "Subscribing\u2026",
172
+ jobAlertSuccessToast: "Check your email to confirm your subscription.",
173
+ jobAlertDuplicateToast: "You're already subscribed to this alert.",
174
+ jobAlertErrorToast: "Something went wrong. Please try again.",
175
+ sectionAriaLabel: "Job alerts",
176
+ emailAriaLabel: "email",
177
+ submitAriaLabel: "get job alerts"
178
+ },
179
+ copyLink: {
180
+ copyLinkLabel: "Copy link",
181
+ copiedLabel: "Copied",
182
+ ariaLabel: "copy link"
183
+ },
184
+ salary: {
185
+ comparisonHeadlineAverage: "Average salary",
186
+ perYearSuffix: "/ year",
187
+ comparisonPercentile25Label: "25th percentile",
188
+ medianLabel: "Median",
189
+ comparisonPercentile75Label: "75th percentile",
190
+ basedOnLabel: "Based on",
191
+ seniorityTableHeaderLevel: "Level",
192
+ seniorityTableHeaderAvg: "Average",
193
+ boardBaselineLabel: "Board baseline",
194
+ seniorityTableHeaderDiff: "vs. board",
195
+ faqHeading: "Frequently asked questions"
196
+ },
197
+ nav: {
198
+ home: "Jobs",
199
+ companies: "Companies",
200
+ pricing: "Pricing",
201
+ talent: "Talent",
202
+ post: "Post a job",
203
+ blog: "Blog"
204
+ },
205
+ footer: {
206
+ forCandidatesHeading: "For Candidates",
207
+ forCompaniesHeading: "For Companies",
208
+ resourcesHeading: "Resources",
209
+ aboutHeading: "About",
210
+ websiteLabel: "Website",
211
+ aboutLabel: "About",
212
+ contactLabel: "Contact us",
213
+ locationsLabel: "Locations",
214
+ salariesLabel: "Salaries",
215
+ sitemapLabel: "Sitemap",
216
+ termsOfServiceLabel: "Terms of Service",
217
+ privacyPolicyLabel: "Privacy Policy",
218
+ cookiePolicyLabel: "Cookie Policy",
219
+ impressumLabel: "Impressum",
220
+ allRightsReservedText: "All rights reserved.",
221
+ copyrightPrefix: "\xA9 {{year}} {{board_name}}.",
222
+ poweredByText: "Powered by",
223
+ defaultDescription: "Discover the latest roles from {{board_name}}."
224
+ },
225
+ breadcrumbs: {
226
+ home: "Home",
227
+ jobs: "Jobs",
228
+ locations: "Locations",
229
+ salaries: "Salaries",
230
+ companies: "Companies",
231
+ skills: "Skills",
232
+ titles: "Titles",
233
+ blog: "Blog",
234
+ post: "Post a Job",
235
+ pricing: "Pricing",
236
+ about: "About",
237
+ impressum: "Impressum",
238
+ termsOfService: "Terms of Service",
239
+ privacyPolicy: "Privacy Policy",
240
+ cookiePolicy: "Cookie Policy",
241
+ talent: "Talent"
242
+ },
243
+ pagination: {
244
+ ariaLabel: "Pagination",
245
+ previousLabel: "Previous",
246
+ nextLabel: "Next"
247
+ },
248
+ blog: {
249
+ bylineLabel: "By",
250
+ readingTimeLabel: "min read",
251
+ searchLabel: "Search",
252
+ searchPlaceholder: "Search posts...",
253
+ clearButtonLabel: "Clear search",
254
+ tagFilterLabel: "Topics",
255
+ tagFilterAllLabel: "All",
256
+ emptyTitle: "No matching posts",
257
+ emptyDescription: "Try adjusting your search or clearing your filters.",
258
+ emptyResetLabel: "Clear filters"
259
+ },
260
+ entity: {
261
+ jobSingular: "job",
262
+ jobPlural: "jobs",
263
+ companySingular: "company",
264
+ companyPlural: "companies"
265
+ }
266
+ };
267
+ var DE = {
268
+ jobCard: {
269
+ featuredLabel: "Hervorgehoben",
270
+ aiRankedLabel: "KI-sortiert",
271
+ sortNewestLabel: "Neueste zuerst",
272
+ sortSalaryHighLabel: "Gehalt: absteigend"
273
+ },
274
+ jobSearch: {
275
+ headingJobs: "Jobs",
276
+ keywordLabel: "Stichwort",
277
+ keywordPlaceholder: "Jobtitel oder -beschreibungen suchen",
278
+ locationLabel: "Standort",
279
+ locationPlaceholder: "Stadt, Land oder Region",
280
+ workplacePlaceholder: "Arbeitsmodell",
281
+ anyWorkplaceLabel: "Alle Arbeitsmodelle",
282
+ typePlaceholder: "Anstellungsart",
283
+ anyTypeLabel: "Alle Anstellungsarten",
284
+ sortPlaceholder: "Sortieren",
285
+ loadMoreLabel: "Mehr laden",
286
+ noJobsMatchText: "Keine passenden Jobs \u2014 setze einen Filter zur\xFCck."
287
+ },
288
+ jobDetail: {
289
+ categoriesHeading: "Kategorien",
290
+ skillsHeading: "F\xE4higkeiten",
291
+ additionalDetailsHeading: "Weitere Details",
292
+ customFieldYesLabel: "Ja",
293
+ customFieldNoLabel: "Nein",
294
+ locationsLabel: "Standorte",
295
+ workPermitsLabel: "Arbeitserlaubnis",
296
+ timezonesLabel: "Zeitzonen",
297
+ educationLabel: "Ausbildung",
298
+ experienceLabel: "Berufserfahrung",
299
+ worldwideLabel: "Weltweit",
300
+ noExperienceRequiredLabel: "Keine Berufserfahrung erforderlich",
301
+ experienceYears: (years) => `${years}+ Jahre`,
302
+ posted: (published) => `Ver\xF6ffentlicht ${published}`,
303
+ noDescriptionText: "Keine Beschreibung vorhanden.",
304
+ viewCompanyProfileLabel: "Unternehmensprofil ansehen",
305
+ similarJobsHeading: "\xC4hnliche Jobs",
306
+ breadcrumbAriaLabel: "Seitenpfad"
307
+ },
308
+ apply: {
309
+ applyButtonText: "Jetzt bewerben",
310
+ applyingLabel: "Wird gesendet \u2026",
311
+ applyOnEmployerSiteLabel: "Beim Unternehmen bewerben",
312
+ signInToApplyLabel: "Zum Bewerben anmelden",
313
+ verifyEmailToApplyLabel: "E-Mail best\xE4tigen, um dich zu bewerben",
314
+ appliedViewApplicationsLabel: "Beworben \u2014 Bewerbungen ansehen",
315
+ applicationSubmitError: "Etwas ist schiefgelaufen. Bitte versuche es erneut."
316
+ },
317
+ alerts: {
318
+ jobAlertTitle: "Job-Benachrichtigungen erhalten",
319
+ jobAlertEmailPlaceholder: "name@beispiel.de",
320
+ jobAlertButtonText: "Abonnieren",
321
+ subscribingLabel: "Wird abonniert \u2026",
322
+ jobAlertSuccessToast: "\xDCberpr\xFCfe deine E-Mails, um dein Abonnement zu best\xE4tigen.",
323
+ jobAlertDuplicateToast: "Du hast diese Benachrichtigung bereits abonniert.",
324
+ jobAlertErrorToast: "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
325
+ sectionAriaLabel: "Job-Benachrichtigungen",
326
+ emailAriaLabel: "E-Mail",
327
+ submitAriaLabel: "Job-Benachrichtigungen erhalten"
328
+ },
329
+ copyLink: {
330
+ copyLinkLabel: "Link kopieren",
331
+ copiedLabel: "Kopiert",
332
+ ariaLabel: "Link kopieren"
333
+ },
334
+ salary: {
335
+ comparisonHeadlineAverage: "Durchschnittsgehalt",
336
+ perYearSuffix: "/ Jahr",
337
+ comparisonPercentile25Label: "25. Perzentil",
338
+ medianLabel: "Median",
339
+ comparisonPercentile75Label: "75. Perzentil",
340
+ basedOnLabel: "Basierend auf",
341
+ seniorityTableHeaderLevel: "Erfahrungslevel",
342
+ seniorityTableHeaderAvg: "Durchschnitt",
343
+ boardBaselineLabel: "Board-Durchschnitt",
344
+ seniorityTableHeaderDiff: "vs. Board",
345
+ faqHeading: "H\xE4ufig gestellte Fragen"
346
+ },
347
+ nav: {
348
+ home: "Jobs",
349
+ companies: "Unternehmen",
350
+ pricing: "Preise",
351
+ talent: "Talente",
352
+ post: "Job ver\xF6ffentlichen",
353
+ blog: "Blog"
354
+ },
355
+ footer: {
356
+ forCandidatesHeading: "F\xFCr Kandidaten",
357
+ forCompaniesHeading: "F\xFCr Unternehmen",
358
+ resourcesHeading: "Ressourcen",
359
+ aboutHeading: "\xDCber uns",
360
+ websiteLabel: "Website",
361
+ aboutLabel: "\xDCber uns",
362
+ contactLabel: "Kontakt",
363
+ locationsLabel: "Standorte",
364
+ salariesLabel: "Geh\xE4lter",
365
+ sitemapLabel: "Sitemap",
366
+ termsOfServiceLabel: "Nutzungsbedingungen",
367
+ privacyPolicyLabel: "Datenschutzerkl\xE4rung",
368
+ cookiePolicyLabel: "Cookie-Richtlinie",
369
+ impressumLabel: "Impressum",
370
+ allRightsReservedText: "Alle Rechte vorbehalten.",
371
+ copyrightPrefix: "\xA9 {{year}} {{board_name}}.",
372
+ poweredByText: "Bereitgestellt von",
373
+ defaultDescription: "Entdecke die neuesten Stellen von {{board_name}}."
374
+ },
375
+ breadcrumbs: {
376
+ home: "Startseite",
377
+ jobs: "Jobs",
378
+ locations: "Standorte",
379
+ salaries: "Geh\xE4lter",
380
+ companies: "Unternehmen",
381
+ skills: "F\xE4higkeiten",
382
+ titles: "Berufsbezeichnungen",
383
+ blog: "Blog",
384
+ post: "Job ver\xF6ffentlichen",
385
+ pricing: "Preise",
386
+ about: "\xDCber uns",
387
+ impressum: "Impressum",
388
+ termsOfService: "Nutzungsbedingungen",
389
+ privacyPolicy: "Datenschutzerkl\xE4rung",
390
+ cookiePolicy: "Cookie-Richtlinie",
391
+ talent: "Talente"
392
+ },
393
+ pagination: {
394
+ ariaLabel: "Seitennummerierung",
395
+ previousLabel: "Zur\xFCck",
396
+ nextLabel: "Weiter"
397
+ },
398
+ blog: {
399
+ bylineLabel: "Von",
400
+ readingTimeLabel: "Minuten Lesezeit",
401
+ searchLabel: "Suche",
402
+ searchPlaceholder: "Artikel suchen...",
403
+ clearButtonLabel: "Suche leeren",
404
+ tagFilterLabel: "Themen",
405
+ tagFilterAllLabel: "Alle",
406
+ emptyTitle: "Keine passenden Artikel gefunden",
407
+ emptyDescription: "Versuche, deine Suche anzupassen oder die Filter zur\xFCckzusetzen.",
408
+ emptyResetLabel: "Filter zur\xFCcksetzen"
409
+ },
410
+ entity: {
411
+ jobSingular: "Job",
412
+ jobPlural: "Jobs",
413
+ companySingular: "Unternehmen",
414
+ companyPlural: "Unternehmen"
415
+ }
416
+ };
417
+ var FR = {
418
+ jobCard: {
419
+ featuredLabel: "\xC0 la une",
420
+ aiRankedLabel: "Classement IA",
421
+ sortNewestLabel: "Plus r\xE9centes",
422
+ sortSalaryHighLabel: "Salaire : d\xE9croissant"
423
+ },
424
+ jobSearch: {
425
+ headingJobs: "Offres d'emploi",
426
+ keywordLabel: "Mot-cl\xE9",
427
+ keywordPlaceholder: "Rechercher une offre\u2026",
428
+ locationLabel: "Lieu",
429
+ locationPlaceholder: "Ville ou r\xE9gion",
430
+ workplacePlaceholder: "Mode de travail",
431
+ anyWorkplaceLabel: "Tous les modes de travail",
432
+ typePlaceholder: "Type de contrat",
433
+ anyTypeLabel: "Tous les types",
434
+ sortPlaceholder: "Trier",
435
+ loadMoreLabel: "Voir plus",
436
+ noJobsMatchText: "Aucune offre ne correspond \u2014 essayez de retirer un filtre."
437
+ },
438
+ jobDetail: {
439
+ categoriesHeading: "Cat\xE9gories",
440
+ skillsHeading: "Comp\xE9tences",
441
+ additionalDetailsHeading: "Informations compl\xE9mentaires",
442
+ customFieldYesLabel: "Oui",
443
+ customFieldNoLabel: "Non",
444
+ locationsLabel: "Lieux",
445
+ workPermitsLabel: "Permis de travail",
446
+ timezonesLabel: "Fuseaux horaires",
447
+ educationLabel: "Formation",
448
+ experienceLabel: "Exp\xE9rience",
449
+ worldwideLabel: "Monde entier",
450
+ noExperienceRequiredLabel: "Aucune exp\xE9rience requise",
451
+ experienceYears: (years) => `${years}+ ans`,
452
+ posted: (published) => `Publi\xE9e ${published}`,
453
+ noDescriptionText: "Aucune description fournie.",
454
+ viewCompanyProfileLabel: "Voir le profil de l'entreprise",
455
+ similarJobsHeading: "Offres similaires",
456
+ breadcrumbAriaLabel: "Fil d'Ariane"
457
+ },
458
+ apply: {
459
+ applyButtonText: "Postuler \xE0 cette offre",
460
+ applyingLabel: "Envoi en cours\u2026",
461
+ applyOnEmployerSiteLabel: "Postuler sur le site de l'employeur",
462
+ signInToApplyLabel: "Connectez-vous pour postuler",
463
+ verifyEmailToApplyLabel: "V\xE9rifiez votre e-mail pour postuler",
464
+ appliedViewApplicationsLabel: "Candidature envoy\xE9e \u2014 voir mes candidatures",
465
+ applicationSubmitError: "Une erreur est survenue. Veuillez r\xE9essayer."
466
+ },
467
+ alerts: {
468
+ jobAlertTitle: "Recevoir des alertes emploi",
469
+ jobAlertEmailPlaceholder: "vous@exemple.fr",
470
+ jobAlertButtonText: "Activer les alertes",
471
+ subscribingLabel: "Abonnement en cours\u2026",
472
+ jobAlertSuccessToast: "V\xE9rifiez votre e-mail pour confirmer votre abonnement.",
473
+ jobAlertDuplicateToast: "Vous \xEAtes d\xE9j\xE0 abonn\xE9 \xE0 cette alerte.",
474
+ jobAlertErrorToast: "Une erreur est survenue. Veuillez r\xE9essayer.",
475
+ sectionAriaLabel: "Alertes emploi",
476
+ emailAriaLabel: "e-mail",
477
+ submitAriaLabel: "recevoir des alertes emploi"
478
+ },
479
+ copyLink: {
480
+ copyLinkLabel: "Copier le lien",
481
+ copiedLabel: "Copi\xE9",
482
+ ariaLabel: "copier le lien"
483
+ },
484
+ salary: {
485
+ comparisonHeadlineAverage: "Salaire moyen",
486
+ perYearSuffix: "/ an",
487
+ comparisonPercentile25Label: "25e percentile",
488
+ medianLabel: "M\xE9diane",
489
+ comparisonPercentile75Label: "75e percentile",
490
+ basedOnLabel: "Bas\xE9 sur",
491
+ seniorityTableHeaderLevel: "Niveau",
492
+ seniorityTableHeaderAvg: "Moyenne",
493
+ boardBaselineLabel: "R\xE9f\xE9rence du site",
494
+ seniorityTableHeaderDiff: "vs site",
495
+ faqHeading: "Questions fr\xE9quentes"
496
+ },
497
+ nav: {
498
+ home: "Offres",
499
+ companies: "Entreprises",
500
+ pricing: "Tarifs",
501
+ talent: "Talents",
502
+ post: "Publier une offre",
503
+ blog: "Blog"
504
+ },
505
+ footer: {
506
+ forCandidatesHeading: "Pour les candidats",
507
+ forCompaniesHeading: "Pour les entreprises",
508
+ resourcesHeading: "Ressources",
509
+ aboutHeading: "\xC0 propos",
510
+ websiteLabel: "Site web",
511
+ aboutLabel: "\xC0 propos",
512
+ contactLabel: "Nous contacter",
513
+ locationsLabel: "Lieux",
514
+ salariesLabel: "Salaires",
515
+ sitemapLabel: "Plan du site",
516
+ termsOfServiceLabel: "Conditions d'utilisation",
517
+ privacyPolicyLabel: "Politique de confidentialit\xE9",
518
+ cookiePolicyLabel: "Politique de cookies",
519
+ impressumLabel: "Mentions l\xE9gales",
520
+ allRightsReservedText: "Tous droits r\xE9serv\xE9s.",
521
+ copyrightPrefix: "\xA9 {{year}} {{board_name}}.",
522
+ poweredByText: "Propuls\xE9 par",
523
+ defaultDescription: "D\xE9couvrez les derni\xE8res offres de {{board_name}}."
524
+ },
525
+ breadcrumbs: {
526
+ home: "Accueil",
527
+ jobs: "Offres",
528
+ locations: "Lieux",
529
+ salaries: "Salaires",
530
+ companies: "Entreprises",
531
+ skills: "Comp\xE9tences",
532
+ titles: "Intitul\xE9s de poste",
533
+ blog: "Blog",
534
+ post: "Publier une offre",
535
+ pricing: "Tarifs",
536
+ about: "\xC0 propos",
537
+ impressum: "Mentions l\xE9gales",
538
+ termsOfService: "Conditions d'utilisation",
539
+ privacyPolicy: "Politique de confidentialit\xE9",
540
+ cookiePolicy: "Politique de cookies",
541
+ talent: "Talents"
542
+ },
543
+ pagination: {
544
+ ariaLabel: "Pagination",
545
+ previousLabel: "Pr\xE9c\xE9dent",
546
+ nextLabel: "Suivant"
547
+ },
548
+ blog: {
549
+ bylineLabel: "Par",
550
+ readingTimeLabel: "min de lecture",
551
+ searchLabel: "Recherche",
552
+ searchPlaceholder: "Rechercher un article...",
553
+ clearButtonLabel: "Effacer la recherche",
554
+ tagFilterLabel: "Th\xE8mes",
555
+ tagFilterAllLabel: "Tous",
556
+ emptyTitle: "Aucun article correspondant",
557
+ emptyDescription: "Essayez de modifier votre recherche ou de r\xE9initialiser les filtres.",
558
+ emptyResetLabel: "R\xE9initialiser les filtres"
559
+ },
560
+ entity: {
561
+ jobSingular: "offre",
562
+ jobPlural: "offres",
563
+ companySingular: "entreprise",
564
+ companyPlural: "entreprises"
565
+ }
566
+ };
567
+ var CATALOGS = { en: EN, de: DE, fr: FR };
568
+ function mergeGroup(group, overrides) {
569
+ if (!overrides) return group;
570
+ const out = { ...group };
571
+ for (const [key, value] of Object.entries(group)) {
572
+ if (typeof value !== "string") continue;
573
+ const override = overrides[key];
574
+ if (typeof override === "string" && override.trim() !== "") {
575
+ out[key] = override;
576
+ }
577
+ }
578
+ return out;
579
+ }
580
+ var GROUP_OVERRIDE_SOURCE = {
581
+ jobCard: "jobCardLabels",
582
+ jobSearch: "jobSearchLabels",
583
+ jobDetail: "jobCardLabels",
584
+ apply: "jobCardLabels",
585
+ alerts: "jobCardLabels",
586
+ copyLink: "jobCardLabels",
587
+ salary: "salaryLabels",
588
+ nav: "navLabels",
589
+ footer: "footerLabels",
590
+ breadcrumbs: "breadcrumbsLabels",
591
+ pagination: "globalPaginationLabels",
592
+ blog: "blogSharedLabels",
593
+ entity: "entityLabels"
594
+ };
595
+ function uiCopy(language, labels) {
596
+ const catalog = language && CATALOGS[language] || EN;
597
+ if (!labels) return catalog;
598
+ const resolved = {};
599
+ for (const [group, source] of Object.entries(GROUP_OVERRIDE_SOURCE)) {
600
+ resolved[group] = mergeGroup(catalog[group], labels[source]);
601
+ }
602
+ return resolved;
603
+ }
604
+
116
605
  // src/seo/breadcrumbs.ts
117
606
  function createBreadcrumbJsonLd(items, options = {}) {
118
607
  const normalizedItems = items.map((item) => {
@@ -156,10 +645,11 @@ function resolveBreadcrumbHref(href, origin) {
156
645
  function isAbsoluteUrl(href) {
157
646
  return /^https?:\/\//i.test(href);
158
647
  }
159
- function buildJobBreadcrumbs(job) {
648
+ function buildJobBreadcrumbs(job, language, labels) {
649
+ const copy = uiCopy(language, labels).breadcrumbs;
160
650
  const crumbs = [
161
- { name: "Home", path: "/" },
162
- { name: "Jobs", path: "/jobs" }
651
+ { name: copy.home, path: "/" },
652
+ { name: copy.jobs, path: "/jobs" }
163
653
  ];
164
654
  let lastPlaceSlug = null;
165
655
  for (const place of job.placeHierarchy) {
@@ -679,7 +1169,7 @@ function listingJsonLd(options) {
679
1169
  }
680
1170
 
681
1171
  // src/format/salary-lexicon.ts
682
- var EN = {
1172
+ var EN2 = {
683
1173
  timeframe: {
684
1174
  per_year: "Yearly",
685
1175
  per_month: "Monthly",
@@ -723,7 +1213,7 @@ var EN = {
723
1213
  categorySalaryDataFor: ({ category, company, board }) => `${category} salary data for ${company} on ${board}.`
724
1214
  }
725
1215
  };
726
- var DE = {
1216
+ var DE2 = {
727
1217
  timeframe: {
728
1218
  per_year: "pro Jahr",
729
1219
  per_month: "pro Monat",
@@ -767,9 +1257,9 @@ var DE = {
767
1257
  categorySalaryDataFor: ({ category, company, board }) => `${category}-Gehaltsdaten f\xFCr ${company} auf ${board}.`
768
1258
  }
769
1259
  };
770
- var LEXICONS = { en: EN, de: DE };
1260
+ var LEXICONS = { en: EN2, de: DE2 };
771
1261
  function getSalaryLexicon(locale) {
772
- return locale && LEXICONS[locale] || EN;
1262
+ return locale && LEXICONS[locale] || EN2;
773
1263
  }
774
1264
 
775
1265
  // src/seo/salary.ts
package/dist/server.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { BoardSdk } from './index.mjs';
2
- import './jobs-Dmz8uexp.mjs';
3
- import './board-BS8Ax7hz.mjs';
4
- import './salaries-QXFAyysR.mjs';
2
+ import './jobs-Di4AV-02.mjs';
3
+ import './board-BTVapQiL.mjs';
4
+ import './salaries-D-BGZpDC.mjs';
5
5
 
6
6
  /**
7
7
  * Session cookie codec — pure (no framework imports, no node imports) so it
package/dist/server.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { BoardSdk } from './index.js';
2
- import './jobs-Dmz8uexp.js';
3
- import './board--nLjpneU.js';
4
- import './salaries-CrtQBy81.js';
2
+ import './jobs-Di4AV-02.js';
3
+ import './board-0yI5ZRJw.js';
4
+ import './salaries-B-zJKjkk.js';
5
5
 
6
6
  /**
7
7
  * Session cookie codec — pure (no framework imports, no node imports) so it
@@ -1,7 +1,7 @@
1
1
  import { BoardSdk } from './index.mjs';
2
- import './jobs-Dmz8uexp.mjs';
3
- import './board-BS8Ax7hz.mjs';
4
- import './salaries-QXFAyysR.mjs';
2
+ import './jobs-Di4AV-02.mjs';
3
+ import './board-BTVapQiL.mjs';
4
+ import './salaries-D-BGZpDC.mjs';
5
5
 
6
6
  /**
7
7
  * Sitemap primitives — the pure XML + bucket-filename logic behind a board
package/dist/sitemap.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { BoardSdk } from './index.js';
2
- import './jobs-Dmz8uexp.js';
3
- import './board--nLjpneU.js';
4
- import './salaries-CrtQBy81.js';
2
+ import './jobs-Di4AV-02.js';
3
+ import './board-0yI5ZRJw.js';
4
+ import './salaries-B-zJKjkk.js';
5
5
 
6
6
  /**
7
7
  * Sitemap primitives — the pure XML + bucket-filename logic behind a board
package/dist/theme.js CHANGED
@@ -94,9 +94,15 @@ function boardThemeToCss(theme) {
94
94
  const light = tokenLines(theme.colors.light ?? {});
95
95
  const dark = tokenLines(theme.colors.dark ?? {});
96
96
  const fontSans = theme.typography?.fontSans;
97
+ const genericStack = "ui-sans-serif, system-ui, sans-serif";
98
+ const sansStack = fontSans ? `'${themeFontFamily(fontSans)}', ${genericStack}` : genericStack;
97
99
  if (fontSans) {
100
+ light.push(` --font-sans: ${sansStack};`);
101
+ }
102
+ const fontHeading = theme.typography?.fontHeading;
103
+ if (fontHeading) {
98
104
  light.push(
99
- ` --font-sans: '${themeFontFamily(fontSans)}', ui-sans-serif, system-ui, sans-serif;`
105
+ ` --font-heading: '${themeFontFamily(fontHeading)}', ${sansStack};`
100
106
  );
101
107
  }
102
108
  const blocks = [];
package/dist/theme.mjs CHANGED
@@ -64,9 +64,15 @@ function boardThemeToCss(theme) {
64
64
  const light = tokenLines(theme.colors.light ?? {});
65
65
  const dark = tokenLines(theme.colors.dark ?? {});
66
66
  const fontSans = theme.typography?.fontSans;
67
+ const genericStack = "ui-sans-serif, system-ui, sans-serif";
68
+ const sansStack = fontSans ? `'${themeFontFamily(fontSans)}', ${genericStack}` : genericStack;
67
69
  if (fontSans) {
70
+ light.push(` --font-sans: ${sansStack};`);
71
+ }
72
+ const fontHeading = theme.typography?.fontHeading;
73
+ if (fontHeading) {
68
74
  light.push(
69
- ` --font-sans: '${themeFontFamily(fontSans)}', ui-sans-serif, system-ui, sans-serif;`
75
+ ` --font-heading: '${themeFontFamily(fontHeading)}', ${sansStack};`
70
76
  );
71
77
  }
72
78
  const blocks = [];