@brillout/docpress 0.5.17 → 0.5.19
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.
|
Binary file
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -305,6 +305,9 @@ var mfqs_default = "/assets/mfqs-2EAEE7N6.svg";
|
|
|
305
305
|
// src/components/Sponsors/companyLogos/optimizers.svg
|
|
306
306
|
var optimizers_default = "/assets/optimizers-SFEZF3NW.svg";
|
|
307
307
|
|
|
308
|
+
// src/components/Sponsors/companyLogos/burdaforward.png
|
|
309
|
+
var burdaforward_default = "/assets/burdaforward-EUGURYZY.png";
|
|
310
|
+
|
|
308
311
|
// src/components/Sponsors/companyLogos/inlang.png
|
|
309
312
|
var inlang_default = "/assets/inlang-GFRWND6X.png";
|
|
310
313
|
|
|
@@ -316,9 +319,11 @@ var alignable_default = "/assets/alignable-B4QZV4X7.svg";
|
|
|
316
319
|
|
|
317
320
|
// src/components/Sponsors/sponsorsList.ts
|
|
318
321
|
var individuals = [
|
|
322
|
+
{ username: "ChristophP" },
|
|
323
|
+
{ username: "msiegenthaler" },
|
|
324
|
+
{ username: "linkyard" },
|
|
319
325
|
{ username: "AnukarOP" },
|
|
320
326
|
{ username: "RoyMcCrain" },
|
|
321
|
-
{ username: "BurdaForward" },
|
|
322
327
|
{ username: "chrisvander" },
|
|
323
328
|
{ username: "EralChen" },
|
|
324
329
|
{ username: "3dyuval" },
|
|
@@ -389,6 +394,13 @@ var companies = [
|
|
|
389
394
|
},
|
|
390
395
|
github: "OptimizersGroup"
|
|
391
396
|
},
|
|
397
|
+
{
|
|
398
|
+
companyName: "BurdaFoward",
|
|
399
|
+
companyLogo: burdaforward_default,
|
|
400
|
+
plan: "bronze",
|
|
401
|
+
website: "https://www.burda-forward.de",
|
|
402
|
+
github: "BurdaForward"
|
|
403
|
+
},
|
|
392
404
|
{
|
|
393
405
|
companyName: "My Favorite Quilt Store",
|
|
394
406
|
companyLogo: mfqs_default,
|
|
@@ -417,13 +429,14 @@ var sponsorsList = [...companies, ...individuals];
|
|
|
417
429
|
function Sponsors() {
|
|
418
430
|
const pageContext = usePageContext();
|
|
419
431
|
const { projectInfo } = pageContext.config;
|
|
432
|
+
const sponsorGithubAccount = pageContext.config.sponsorGithubAccount || "brillout";
|
|
420
433
|
const sponsorsCompanies = sponsorsList.filter(isCompany);
|
|
421
434
|
const sponsorsIndividuals = sponsorsList.filter(isIndividual);
|
|
422
435
|
return /* @__PURE__ */ React7.createElement("div", {
|
|
423
436
|
style: { textAlign: "center", marginTop: 19 }
|
|
424
437
|
}, /* @__PURE__ */ React7.createElement("a", {
|
|
425
438
|
className: "button",
|
|
426
|
-
href:
|
|
439
|
+
href: `https://github.com/sponsors/${sponsorGithubAccount}`,
|
|
427
440
|
style: {
|
|
428
441
|
color: "inherit",
|
|
429
442
|
display: "inline-flex",
|