@brillout/docpress 0.8.16 → 0.9.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/components/index.ts +0 -5
- package/dist/components/index.d.ts +0 -5
- package/dist/components/index.js +0 -5
- package/index.ts +11 -2
- package/package.json +2 -3
- package/components/Consulting.tsx +0 -47
- package/components/Contributors.tsx +0 -119
- package/components/ReadingRecommendation.tsx +0 -57
- package/components/Sponsors/label.draft.svg +0 -108
- package/components/Sponsors/label.svg +0 -5
- package/components/Sponsors/medalBronze.svg +0 -65
- package/components/Sponsors/medalGold.svg +0 -65
- package/components/Sponsors/medalSilver.svg +0 -65
- package/components/Sponsors.tsx +0 -218
- package/components/Supporters.tsx +0 -136
- package/data/maintainersList.tsx +0 -92
- package/data/sponsorsList/companyLogos/alignable.svg +0 -19
- package/data/sponsorsList/companyLogos/bluefin.svg +0 -53
- package/data/sponsorsList/companyLogos/burdaforward.png +0 -0
- package/data/sponsorsList/companyLogos/contra.svg +0 -1
- package/data/sponsorsList/companyLogos/ecosia.svg +0 -1
- package/data/sponsorsList/companyLogos/inlang.png +0 -0
- package/data/sponsorsList/companyLogos/optimizers.svg +0 -17
- package/data/sponsorsList/companyLogos/sourcegraph.svg +0 -1
- package/data/sponsorsList.ts +0 -147
- package/dist/components/Consulting.d.ts +0 -4
- package/dist/components/Consulting.js +0 -39
- package/dist/components/Contributors.d.ts +0 -7
- package/dist/components/Contributors.js +0 -78
- package/dist/components/ReadingRecommendation.d.ts +0 -6
- package/dist/components/ReadingRecommendation.js +0 -40
- package/dist/components/Sponsors.d.ts +0 -22
- package/dist/components/Sponsors.js +0 -161
- package/dist/components/Supporters.d.ts +0 -32
- package/dist/components/Supporters.js +0 -80
- package/dist/data/maintainersList.d.ts +0 -9
- package/dist/data/maintainersList.js +0 -83
- package/dist/data/sponsorsList.d.ts +0 -3
- package/dist/data/sponsorsList.js +0 -151
- package/icons/heart.svg +0 -1
- package/icons/people.svg +0 -9
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
export { maintainers };
|
|
2
|
-
import React from 'react';
|
|
3
|
-
var maintainers = [
|
|
4
|
-
{
|
|
5
|
-
username: 'brillout',
|
|
6
|
-
firstName: 'Rom',
|
|
7
|
-
roles: [
|
|
8
|
-
React.createElement(React.Fragment, null, "Vike Core (Lead Maintainer, Creator)"),
|
|
9
|
-
React.createElement(React.Fragment, null,
|
|
10
|
-
React.createElement("code", null, "vike-react"),
|
|
11
|
-
" (Lead Maintainer, Creator)"),
|
|
12
|
-
React.createElement(React.Fragment, null,
|
|
13
|
-
React.createElement("code", null, "vike-vue"),
|
|
14
|
-
" (Contributor)"),
|
|
15
|
-
],
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
username: 'magne4000',
|
|
19
|
-
firstName: 'Joël',
|
|
20
|
-
roles: [
|
|
21
|
-
React.createElement(React.Fragment, null, "Bati (Lead Maintainer, Creator)"),
|
|
22
|
-
React.createElement(React.Fragment, null,
|
|
23
|
-
React.createElement("code", null, "vike-solid"),
|
|
24
|
-
" (Lead Maintainer, Creator)"),
|
|
25
|
-
React.createElement(React.Fragment, null, "Vike Core (Contributor)"),
|
|
26
|
-
],
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
username: 'nitedani',
|
|
30
|
-
firstName: 'Dániel',
|
|
31
|
-
roles: [
|
|
32
|
-
React.createElement(React.Fragment, null,
|
|
33
|
-
React.createElement("code", null, "vike-react-query"),
|
|
34
|
-
" (Lead Maintainer, Creator)"),
|
|
35
|
-
React.createElement(React.Fragment, null,
|
|
36
|
-
React.createElement("code", null, "vike-angular"),
|
|
37
|
-
" (Lead Maintainer, Creator)"),
|
|
38
|
-
React.createElement(React.Fragment, null, "Vike Core (Contributor)"),
|
|
39
|
-
],
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
username: 'phonzammi',
|
|
43
|
-
firstName: 'Muhammad',
|
|
44
|
-
roles: [
|
|
45
|
-
React.createElement(React.Fragment, null,
|
|
46
|
-
React.createElement("code", null, "vike-vue"),
|
|
47
|
-
" (Contributor)"),
|
|
48
|
-
React.createElement(React.Fragment, null,
|
|
49
|
-
React.createElement("code", null, "vike-solid"),
|
|
50
|
-
" (Contributor)"),
|
|
51
|
-
React.createElement(React.Fragment, null,
|
|
52
|
-
React.createElement("code", null, "vike-react"),
|
|
53
|
-
" (Contributor)"),
|
|
54
|
-
],
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
username: '4350pChris',
|
|
58
|
-
firstName: 'Chris',
|
|
59
|
-
roles: [
|
|
60
|
-
React.createElement(React.Fragment, null,
|
|
61
|
-
React.createElement("code", null, "vike-pinia"),
|
|
62
|
-
" (Lead Maintainer, Creator)"),
|
|
63
|
-
React.createElement(React.Fragment, null,
|
|
64
|
-
React.createElement("code", null, "vike-vue"),
|
|
65
|
-
" (Contributor)"),
|
|
66
|
-
React.createElement(React.Fragment, null, "Vike Core (Contributor)"),
|
|
67
|
-
],
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
username: 'AurelienLourot',
|
|
71
|
-
firstName: 'Aurélien',
|
|
72
|
-
roles: [
|
|
73
|
-
React.createElement(React.Fragment, null,
|
|
74
|
-
React.createElement("code", null, "vike-vue"),
|
|
75
|
-
" (Contributor)"),
|
|
76
|
-
React.createElement(React.Fragment, null,
|
|
77
|
-
React.createElement("code", null, "vike-react"),
|
|
78
|
-
" (Contributor)"),
|
|
79
|
-
React.createElement(React.Fragment, null, "Vike Core (Contributor)"),
|
|
80
|
-
],
|
|
81
|
-
// consultingUrl: 'https://lourot.dev/'
|
|
82
|
-
},
|
|
83
|
-
];
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
2
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
3
|
-
if (ar || !(i in from)) {
|
|
4
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5
|
-
ar[i] = from[i];
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
9
|
-
};
|
|
10
|
-
export { sponsorsList };
|
|
11
|
-
import contraLogo from './sponsorsList/companyLogos/contra.svg';
|
|
12
|
-
import optimizersLogo from './sponsorsList/companyLogos/optimizers.svg';
|
|
13
|
-
import sourcegraphLogo from './sponsorsList/companyLogos/sourcegraph.svg';
|
|
14
|
-
import burdaforwardLogo from './sponsorsList/companyLogos/burdaforward.png';
|
|
15
|
-
import ecosiaLogo from './sponsorsList/companyLogos/ecosia.svg';
|
|
16
|
-
import inlangLogo from './sponsorsList/companyLogos/inlang.png';
|
|
17
|
-
import bluefinLogo from './sponsorsList/companyLogos/bluefin.svg';
|
|
18
|
-
import alignableLogo from './sponsorsList/companyLogos/alignable.svg';
|
|
19
|
-
var individuals = [
|
|
20
|
-
{ username: 'arp' },
|
|
21
|
-
{ username: 'tlancina' },
|
|
22
|
-
{ username: 'shishkin17' },
|
|
23
|
-
{ username: 'royalswe' },
|
|
24
|
-
{ username: 'lebretont' },
|
|
25
|
-
{ username: 'xar' },
|
|
26
|
-
{ username: 'NicoZweifel' },
|
|
27
|
-
{ username: 'mariuslian' },
|
|
28
|
-
{ username: 'shortpoet' },
|
|
29
|
-
{ username: 'sqs' },
|
|
30
|
-
{ username: 'dylmye' },
|
|
31
|
-
{ username: 'isakura313' },
|
|
32
|
-
{ username: 'rivatove' },
|
|
33
|
-
{ username: 'SMKJALLAD' },
|
|
34
|
-
{ username: 'routinghub' },
|
|
35
|
-
{ username: 'LostCrew' }, // Ecosia
|
|
36
|
-
{ username: 'jakubfiala' }, // Ecosia
|
|
37
|
-
{ username: 'HarshwardhanSingh' },
|
|
38
|
-
{ username: 'd3x7r0' },
|
|
39
|
-
{ username: 'ChristophP' }, // BurdaForward
|
|
40
|
-
{ username: 'msiegenthaler' },
|
|
41
|
-
{ username: 'linkyard' },
|
|
42
|
-
{ username: 'AnukarOP' },
|
|
43
|
-
{ username: 'RoyMcCrain' },
|
|
44
|
-
{ username: 'chrisvander' }, // Bluefin
|
|
45
|
-
{ username: 'EralChen' },
|
|
46
|
-
{ username: '3dyuval' },
|
|
47
|
-
{ username: 'talzion12' },
|
|
48
|
-
{ username: 'felixhaeberle' },
|
|
49
|
-
{ username: 'apappas1129' },
|
|
50
|
-
/* 404
|
|
51
|
-
{ username: 'agalbenus' },
|
|
52
|
-
*/
|
|
53
|
-
{ username: 'phiberber' },
|
|
54
|
-
{ username: 'cookieplace' },
|
|
55
|
-
{ username: 'JiangWeixian' },
|
|
56
|
-
{ username: 'harrytran998' },
|
|
57
|
-
{ username: 'alexturpin' },
|
|
58
|
-
{ username: 'gu-stav' },
|
|
59
|
-
{ username: 'YannBirba' },
|
|
60
|
-
{ username: 'fi3ework' },
|
|
61
|
-
{ username: 'EJM-Company' },
|
|
62
|
-
{ username: 'Nelie-Taylor' },
|
|
63
|
-
{ username: 'fortezhuo' },
|
|
64
|
-
{ username: 'nshelia' },
|
|
65
|
-
{ username: 'marcusway' },
|
|
66
|
-
{ username: 'edikdeisling' },
|
|
67
|
-
{ username: 'AurelienLourot' },
|
|
68
|
-
{ username: 'jahredhope' },
|
|
69
|
-
{ username: 'charlieforward9' },
|
|
70
|
-
{ username: 'leonmondria' },
|
|
71
|
-
{ username: 'jscottsf' },
|
|
72
|
-
{ username: 'micah-redwood' },
|
|
73
|
-
{ username: 'nicka-redwood' },
|
|
74
|
-
{ username: 'ser1us' },
|
|
75
|
-
{ username: 'nikitavoloboev' },
|
|
76
|
-
{ username: 'samuelstroschein' },
|
|
77
|
-
{ username: 'npacucci' },
|
|
78
|
-
{ username: 'szarapka' },
|
|
79
|
-
{ username: 'techniath' },
|
|
80
|
-
{ username: 'DannyZB' },
|
|
81
|
-
{ username: 'pieperz' },
|
|
82
|
-
{ username: 'hemengke1997' },
|
|
83
|
-
{ username: 'spacedawwwg' },
|
|
84
|
-
{ username: 'arthurgailes' },
|
|
85
|
-
{ username: 'stackblitz' },
|
|
86
|
-
{ username: 'codthing' },
|
|
87
|
-
{ username: 'Junaidhkn' },
|
|
88
|
-
{ username: 'zgfdev' },
|
|
89
|
-
];
|
|
90
|
-
var companies = [
|
|
91
|
-
{
|
|
92
|
-
companyName: 'Contra',
|
|
93
|
-
companyLogo: contraLogo,
|
|
94
|
-
plan: 'silver',
|
|
95
|
-
website: 'https://contra.com',
|
|
96
|
-
github: 'contra',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
companyName: 'Inlang',
|
|
100
|
-
companyLogo: inlangLogo,
|
|
101
|
-
plan: 'silver',
|
|
102
|
-
website: 'https://inlang.com/',
|
|
103
|
-
github: 'opral',
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
companyName: 'Alignable',
|
|
107
|
-
companyLogo: alignableLogo,
|
|
108
|
-
plan: 'silver',
|
|
109
|
-
website: 'https://www.alignable.com/',
|
|
110
|
-
github: 'AlignableUser',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
companyName: 'Sourcegraph',
|
|
114
|
-
companyLogo: sourcegraphLogo,
|
|
115
|
-
plan: 'bronze',
|
|
116
|
-
website: 'https://sourcegraph.com',
|
|
117
|
-
github: 'sourcegraph',
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
companyName: 'Optimizers',
|
|
121
|
-
companyLogo: optimizersLogo,
|
|
122
|
-
plan: 'bronze',
|
|
123
|
-
website: 'https://www.optimizers.nl/',
|
|
124
|
-
divSize: {
|
|
125
|
-
padding: 20,
|
|
126
|
-
},
|
|
127
|
-
github: 'OptimizersGroup',
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
companyName: 'BurdaFoward',
|
|
131
|
-
companyLogo: burdaforwardLogo,
|
|
132
|
-
plan: 'bronze',
|
|
133
|
-
website: 'https://www.burda-forward.de',
|
|
134
|
-
github: 'BurdaForward',
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
companyName: 'Ecosia',
|
|
138
|
-
companyLogo: ecosiaLogo,
|
|
139
|
-
plan: 'bronze',
|
|
140
|
-
website: 'https://ecosia.org',
|
|
141
|
-
github: 'ecosia',
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
companyName: 'Bluefin',
|
|
145
|
-
companyLogo: bluefinLogo,
|
|
146
|
-
plan: 'indie',
|
|
147
|
-
website: 'https://www.bluefin.one',
|
|
148
|
-
github: 'bluefin-clinical',
|
|
149
|
-
},
|
|
150
|
-
];
|
|
151
|
-
var sponsorsList = __spreadArray(__spreadArray([], companies, true), individuals, true);
|
package/icons/heart.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon" stroke="rgb(248, 113, 113)" fill="rgb(248, 113, 113)"><path d="M12,22.2c-0.3,0-0.5-0.1-0.7-0.3l-8.8-8.8c-2.5-2.5-2.5-6.7,0-9.2c2.5-2.5,6.7-2.5,9.2,0L12,4.3l0.4-0.4c0,0,0,0,0,0C13.6,2.7,15.2,2,16.9,2c0,0,0,0,0,0c1.7,0,3.4,0.7,4.6,1.9l0,0c1.2,1.2,1.9,2.9,1.9,4.6c0,1.7-0.7,3.4-1.9,4.6l-8.8,8.8C12.5,22.1,12.3,22.2,12,22.2zM7,4C5.9,4,4.7,4.4,3.9,5.3c-1.8,1.8-1.8,4.6,0,6.4l8.1,8.1l8.1-8.1c0.9-0.9,1.3-2,1.3-3.2c0-1.2-0.5-2.3-1.3-3.2l0,0C19.3,4.5,18.2,4,17,4c0,0,0,0,0,0c-1.2,0-2.3,0.5-3.2,1.3c0,0,0,0,0,0l-1.1,1.1c-0.4,0.4-1,0.4-1.4,0l-1.1-1.1C9.4,4.4,8.2,4,7,4z"></path></svg>
|
package/icons/people.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
|
2
|
-
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M16.719 19.7519L16.0785 14.6279C15.8908 13.1266 14.6146 12 13.1017 12H12H10.8983C9.38538 12 8.10917 13.1266 7.92151 14.6279L7.28101 19.7519C7.1318 20.9456 8.06257 22 9.26556 22H12H14.7344C15.9374 22 16.8682 20.9456 16.719 19.7519Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<circle cx="12" cy="5" r="3" stroke="#000000" stroke-width="2"/>
|
|
5
|
-
<circle cx="4" cy="9" r="2" stroke="#000000" stroke-width="2"/>
|
|
6
|
-
<circle cx="20" cy="9" r="2" stroke="#000000" stroke-width="2"/>
|
|
7
|
-
<path d="M4 14H3.69425C2.71658 14 1.8822 14.7068 1.72147 15.6712L1.38813 17.6712C1.18496 18.8903 2.12504 20 3.36092 20H7" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M20 14H20.3057C21.2834 14 22.1178 14.7068 22.2785 15.6712L22.6119 17.6712C22.815 18.8903 21.8751 20 20.6392 20C19.4775 20 18.0952 20 17 20" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
</svg>
|