@strapi/plugin-documentation 4.10.2-alpha.0 → 4.10.3
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.
|
@@ -126,6 +126,40 @@ describe('Plugin | Documentation | PluginPage', () => {
|
|
|
126
126
|
cursor: pointer;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
+
.c9 {
|
|
130
|
+
font-weight: 600;
|
|
131
|
+
font-size: 2rem;
|
|
132
|
+
line-height: 1.25;
|
|
133
|
+
color: #32324d;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.c14 {
|
|
137
|
+
font-size: 0.75rem;
|
|
138
|
+
line-height: 1.33;
|
|
139
|
+
font-weight: 600;
|
|
140
|
+
color: #ffffff;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.c15 {
|
|
144
|
+
font-size: 1rem;
|
|
145
|
+
line-height: 1.5;
|
|
146
|
+
color: #666687;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.c27 {
|
|
150
|
+
font-weight: 600;
|
|
151
|
+
font-size: 0.6875rem;
|
|
152
|
+
line-height: 1.45;
|
|
153
|
+
text-transform: uppercase;
|
|
154
|
+
color: #666687;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.c31 {
|
|
158
|
+
font-size: 0.875rem;
|
|
159
|
+
line-height: 1.43;
|
|
160
|
+
color: #32324d;
|
|
161
|
+
}
|
|
162
|
+
|
|
129
163
|
.c5 {
|
|
130
164
|
-webkit-align-items: center;
|
|
131
165
|
-webkit-box-align: center;
|
|
@@ -209,52 +243,18 @@ describe('Plugin | Documentation | PluginPage', () => {
|
|
|
209
243
|
justify-content: center;
|
|
210
244
|
}
|
|
211
245
|
|
|
212
|
-
.c9 {
|
|
213
|
-
font-weight: 600;
|
|
214
|
-
font-size: 2rem;
|
|
215
|
-
line-height: 1.25;
|
|
216
|
-
color: #32324d;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.c14 {
|
|
220
|
-
font-size: 0.75rem;
|
|
221
|
-
line-height: 1.33;
|
|
222
|
-
font-weight: 600;
|
|
223
|
-
color: #ffffff;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.c15 {
|
|
227
|
-
font-size: 1rem;
|
|
228
|
-
line-height: 1.5;
|
|
229
|
-
color: #666687;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.c27 {
|
|
233
|
-
font-weight: 600;
|
|
234
|
-
font-size: 0.6875rem;
|
|
235
|
-
line-height: 1.45;
|
|
236
|
-
text-transform: uppercase;
|
|
237
|
-
color: #666687;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.c31 {
|
|
241
|
-
font-size: 0.875rem;
|
|
242
|
-
line-height: 1.43;
|
|
243
|
-
color: #32324d;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
246
|
.c12 {
|
|
247
247
|
position: relative;
|
|
248
248
|
outline: none;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.c12 svg {
|
|
251
|
+
.c12 > svg {
|
|
252
252
|
height: 12px;
|
|
253
253
|
width: 12px;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.c12 svg > g,
|
|
257
|
-
.c12 svg path {
|
|
256
|
+
.c12 > svg > g,
|
|
257
|
+
.c12 > svg path {
|
|
258
258
|
fill: #ffffff;
|
|
259
259
|
}
|
|
260
260
|
|
|
@@ -113,6 +113,62 @@ describe('Plugin | Documentation | SettingsPage', () => {
|
|
|
113
113
|
border-radius: 4px;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
+
.c6 {
|
|
117
|
+
font-weight: 600;
|
|
118
|
+
font-size: 2rem;
|
|
119
|
+
line-height: 1.25;
|
|
120
|
+
color: #32324d;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.c11 {
|
|
124
|
+
font-size: 0.75rem;
|
|
125
|
+
line-height: 1.33;
|
|
126
|
+
font-weight: 600;
|
|
127
|
+
color: #ffffff;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.c12 {
|
|
131
|
+
font-size: 1rem;
|
|
132
|
+
line-height: 1.5;
|
|
133
|
+
color: #666687;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.c16 {
|
|
137
|
+
font-weight: 500;
|
|
138
|
+
font-size: 1rem;
|
|
139
|
+
line-height: 1.25;
|
|
140
|
+
color: #32324d;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.c21 {
|
|
144
|
+
font-size: 0.75rem;
|
|
145
|
+
line-height: 1.33;
|
|
146
|
+
font-weight: 600;
|
|
147
|
+
color: #32324d;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.c30 {
|
|
151
|
+
font-size: 0.75rem;
|
|
152
|
+
line-height: 1.33;
|
|
153
|
+
font-weight: 600;
|
|
154
|
+
color: #b72b1a;
|
|
155
|
+
text-transform: uppercase;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.c32 {
|
|
159
|
+
font-size: 0.75rem;
|
|
160
|
+
line-height: 1.33;
|
|
161
|
+
font-weight: 600;
|
|
162
|
+
color: #666687;
|
|
163
|
+
text-transform: uppercase;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.c34 {
|
|
167
|
+
font-size: 0.75rem;
|
|
168
|
+
line-height: 1.33;
|
|
169
|
+
color: #666687;
|
|
170
|
+
}
|
|
171
|
+
|
|
116
172
|
.c2 {
|
|
117
173
|
-webkit-align-items: center;
|
|
118
174
|
-webkit-box-align: center;
|
|
@@ -208,74 +264,18 @@ describe('Plugin | Documentation | SettingsPage', () => {
|
|
|
208
264
|
justify-content: center;
|
|
209
265
|
}
|
|
210
266
|
|
|
211
|
-
.c6 {
|
|
212
|
-
font-weight: 600;
|
|
213
|
-
font-size: 2rem;
|
|
214
|
-
line-height: 1.25;
|
|
215
|
-
color: #32324d;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.c11 {
|
|
219
|
-
font-size: 0.75rem;
|
|
220
|
-
line-height: 1.33;
|
|
221
|
-
font-weight: 600;
|
|
222
|
-
color: #ffffff;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.c12 {
|
|
226
|
-
font-size: 1rem;
|
|
227
|
-
line-height: 1.5;
|
|
228
|
-
color: #666687;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.c16 {
|
|
232
|
-
font-weight: 500;
|
|
233
|
-
font-size: 1rem;
|
|
234
|
-
line-height: 1.25;
|
|
235
|
-
color: #32324d;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.c21 {
|
|
239
|
-
font-size: 0.75rem;
|
|
240
|
-
line-height: 1.33;
|
|
241
|
-
font-weight: 600;
|
|
242
|
-
color: #32324d;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.c30 {
|
|
246
|
-
font-size: 0.75rem;
|
|
247
|
-
line-height: 1.33;
|
|
248
|
-
font-weight: 600;
|
|
249
|
-
color: #b72b1a;
|
|
250
|
-
text-transform: uppercase;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.c32 {
|
|
254
|
-
font-size: 0.75rem;
|
|
255
|
-
line-height: 1.33;
|
|
256
|
-
font-weight: 600;
|
|
257
|
-
color: #666687;
|
|
258
|
-
text-transform: uppercase;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.c34 {
|
|
262
|
-
font-size: 0.75rem;
|
|
263
|
-
line-height: 1.33;
|
|
264
|
-
color: #666687;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
267
|
.c9 {
|
|
268
268
|
position: relative;
|
|
269
269
|
outline: none;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.c9 svg {
|
|
272
|
+
.c9 > svg {
|
|
273
273
|
height: 12px;
|
|
274
274
|
width: 12px;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
.c9 svg > g,
|
|
278
|
-
.c9 svg path {
|
|
277
|
+
.c9 > svg > g,
|
|
278
|
+
.c9 > svg path {
|
|
279
279
|
fill: #ffffff;
|
|
280
280
|
}
|
|
281
281
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-documentation",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.3",
|
|
4
4
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@strapi/design-system": "1.
|
|
34
|
-
"@strapi/helper-plugin": "4.10.
|
|
35
|
-
"@strapi/icons": "1.
|
|
36
|
-
"@strapi/utils": "4.10.
|
|
33
|
+
"@strapi/design-system": "1.7.3",
|
|
34
|
+
"@strapi/helper-plugin": "4.10.3",
|
|
35
|
+
"@strapi/icons": "1.7.3",
|
|
36
|
+
"@strapi/utils": "4.10.3",
|
|
37
37
|
"bcryptjs": "2.4.3",
|
|
38
38
|
"cheerio": "^1.0.0-rc.12",
|
|
39
39
|
"formik": "2.2.9",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"pluralize": "8.0.0",
|
|
46
46
|
"react-copy-to-clipboard": "^5.1.0",
|
|
47
47
|
"react-helmet": "^6.1.0",
|
|
48
|
-
"react-intl": "6.
|
|
48
|
+
"react-intl": "6.4.1",
|
|
49
49
|
"react-query": "3.24.3",
|
|
50
50
|
"react-redux": "8.0.5",
|
|
51
51
|
"redux": "^4.2.1",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
66
66
|
"@testing-library/react": "12.1.4",
|
|
67
67
|
"history": "^4.9.0",
|
|
68
|
-
"msw": "1.
|
|
68
|
+
"msw": "1.2.1",
|
|
69
69
|
"react": "^17.0.2",
|
|
70
70
|
"react-dom": "^17.0.2",
|
|
71
71
|
"react-router-dom": "5.3.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
82
82
|
"kind": "plugin"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "b6ec5aff03daf9db7a3c504a45191957f56dc559"
|
|
85
85
|
}
|