@strapi/plugin-documentation 4.7.0-beta.0 → 4.7.0-exp.117579f4c13806c2cd518e7d7d2f9d0c8a20107d
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.
|
@@ -16,17 +16,24 @@ import {
|
|
|
16
16
|
useFocusWhenNavigate,
|
|
17
17
|
} from '@strapi/helper-plugin';
|
|
18
18
|
import { Helmet } from 'react-helmet';
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
19
|
+
import {
|
|
20
|
+
Button,
|
|
21
|
+
Layout,
|
|
22
|
+
HeaderLayout,
|
|
23
|
+
ContentLayout,
|
|
24
|
+
Main,
|
|
25
|
+
IconButton,
|
|
26
|
+
Typography,
|
|
27
|
+
Flex,
|
|
28
|
+
Table,
|
|
29
|
+
Tr,
|
|
30
|
+
Thead,
|
|
31
|
+
Th,
|
|
32
|
+
Tbody,
|
|
33
|
+
Td,
|
|
34
|
+
} from '@strapi/design-system';
|
|
26
35
|
|
|
27
|
-
import Trash from '@strapi/icons
|
|
28
|
-
import Show from '@strapi/icons/Eye';
|
|
29
|
-
import Reload from '@strapi/icons/Refresh';
|
|
36
|
+
import { Trash, Eye as Show, Refresh as Reload } from '@strapi/icons';
|
|
30
37
|
|
|
31
38
|
import permissions from '../../permissions';
|
|
32
39
|
import { getTrad } from '../../utils';
|
|
@@ -9,20 +9,22 @@ import {
|
|
|
9
9
|
} from '@strapi/helper-plugin';
|
|
10
10
|
|
|
11
11
|
// Strapi Parts
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
12
|
+
import {
|
|
13
|
+
ContentLayout,
|
|
14
|
+
HeaderLayout,
|
|
15
|
+
Main,
|
|
16
|
+
Button,
|
|
17
|
+
Box,
|
|
18
|
+
Stack,
|
|
19
|
+
Typography,
|
|
20
|
+
ToggleInput,
|
|
21
|
+
TextInput,
|
|
22
|
+
Grid,
|
|
23
|
+
GridItem,
|
|
24
|
+
} from '@strapi/design-system';
|
|
21
25
|
|
|
22
26
|
// Strapi Icons
|
|
23
|
-
import Show from '@strapi/icons
|
|
24
|
-
import Hide from '@strapi/icons/EyeStriked';
|
|
25
|
-
import Check from '@strapi/icons/Check';
|
|
27
|
+
import { Eye as Show, EyeStriked as Hide, Check } from '@strapi/icons';
|
|
26
28
|
|
|
27
29
|
import permissions from '../../permissions';
|
|
28
30
|
import { getTrad } from '../../utils';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-documentation",
|
|
3
|
-
"version": "4.7.0-
|
|
3
|
+
"version": "4.7.0-exp.117579f4c13806c2cd518e7d7d2f9d0c8a20107d",
|
|
4
4
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"test": "echo \"no tests yet\""
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@strapi/helper-plugin": "4.7.0-
|
|
28
|
-
"@strapi/utils": "4.7.0-
|
|
27
|
+
"@strapi/helper-plugin": "4.7.0-exp.117579f4c13806c2cd518e7d7d2f9d0c8a20107d",
|
|
28
|
+
"@strapi/utils": "4.7.0-exp.117579f4c13806c2cd518e7d7d2f9d0c8a20107d",
|
|
29
29
|
"bcryptjs": "2.4.3",
|
|
30
30
|
"cheerio": "^1.0.0-rc.12",
|
|
31
31
|
"fs-extra": "10.0.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"react": "^17.0.2",
|
|
37
37
|
"react-copy-to-clipboard": "^5.1.0",
|
|
38
38
|
"react-dom": "^17.0.2",
|
|
39
|
-
"react-intl": "6.2.
|
|
39
|
+
"react-intl": "6.2.8",
|
|
40
40
|
"react-redux": "8.0.5",
|
|
41
41
|
"react-router": "^5.2.0",
|
|
42
42
|
"react-router-dom": "5.3.4",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@testing-library/react": "12.1.4",
|
|
53
|
-
"msw": "1.0.
|
|
53
|
+
"msw": "1.0.1"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=14.19.1 <=18.x.x",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
63
63
|
"kind": "plugin"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "117579f4c13806c2cd518e7d7d2f9d0c8a20107d"
|
|
66
66
|
}
|