tycho-components 0.8.0 → 0.8.2
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/Header/types/App.d.ts +1 -1
- package/dist/Header/types/App.js +36 -42
- package/package.json +3 -3
package/dist/Header/types/App.js
CHANGED
|
@@ -1,92 +1,86 @@
|
|
|
1
1
|
export const AvailableApps = [
|
|
2
2
|
{
|
|
3
|
-
code:
|
|
4
|
-
icon:
|
|
3
|
+
code: "reserved",
|
|
4
|
+
icon: "lock",
|
|
5
5
|
visibility: null,
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
code:
|
|
9
|
-
icon:
|
|
8
|
+
code: "catalog",
|
|
9
|
+
icon: "auto_stories",
|
|
10
10
|
visibility: null,
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
code:
|
|
14
|
-
icon:
|
|
13
|
+
code: "admin",
|
|
14
|
+
icon: "folder_managed",
|
|
15
15
|
visibility: null,
|
|
16
16
|
admin: true,
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
code:
|
|
20
|
-
icon:
|
|
19
|
+
code: "parser",
|
|
20
|
+
icon: "settings",
|
|
21
21
|
visibility: null,
|
|
22
22
|
parser: true,
|
|
23
23
|
appendCorpusUid: false,
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
code:
|
|
27
|
-
icon:
|
|
26
|
+
code: "io",
|
|
27
|
+
icon: "swap_vert",
|
|
28
28
|
visibility: null,
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
code:
|
|
32
|
-
icon:
|
|
31
|
+
code: "lexicon",
|
|
32
|
+
icon: "book_3",
|
|
33
33
|
visibility: null,
|
|
34
34
|
lexicon: true,
|
|
35
35
|
appendCorpusUid: false,
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
code:
|
|
39
|
-
icon:
|
|
40
|
-
visibility:
|
|
38
|
+
code: "search",
|
|
39
|
+
icon: "match_word",
|
|
40
|
+
visibility: "public",
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
code:
|
|
44
|
-
icon:
|
|
45
|
-
visibility:
|
|
43
|
+
code: "viewer",
|
|
44
|
+
icon: "news",
|
|
45
|
+
visibility: "public",
|
|
46
46
|
appendCorpusUid: false,
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
code:
|
|
50
|
-
icon:
|
|
51
|
-
visibility:
|
|
49
|
+
code: "synviewer",
|
|
50
|
+
icon: "graph_4",
|
|
51
|
+
visibility: "public",
|
|
52
52
|
appendCorpusUid: false,
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
-
code:
|
|
56
|
-
icon:
|
|
57
|
-
visibility:
|
|
55
|
+
code: "psd-reindexer",
|
|
56
|
+
icon: "123",
|
|
57
|
+
visibility: "public",
|
|
58
58
|
appendCorpusUid: false,
|
|
59
59
|
},
|
|
60
60
|
];
|
|
61
61
|
export const AvailableAppsDesktop = [
|
|
62
62
|
{
|
|
63
|
-
code:
|
|
64
|
-
icon:
|
|
65
|
-
visibility:
|
|
63
|
+
code: "catalog",
|
|
64
|
+
icon: "auto_stories",
|
|
65
|
+
visibility: "public",
|
|
66
66
|
appendCorpusUid: false,
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
code:
|
|
70
|
-
icon:
|
|
71
|
-
visibility:
|
|
69
|
+
code: "syntrees",
|
|
70
|
+
icon: "graph_4",
|
|
71
|
+
visibility: "public",
|
|
72
72
|
appendCorpusUid: false,
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
code:
|
|
76
|
-
icon:
|
|
77
|
-
visibility:
|
|
75
|
+
code: "search",
|
|
76
|
+
icon: "match_word",
|
|
77
|
+
visibility: "public",
|
|
78
78
|
appendCorpusUid: false,
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
code:
|
|
82
|
-
icon:
|
|
83
|
-
visibility:
|
|
84
|
-
appendCorpusUid: false,
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
code: 'settings',
|
|
88
|
-
icon: 'graph_4',
|
|
89
|
-
visibility: 'public',
|
|
81
|
+
code: "parser",
|
|
82
|
+
icon: "automation",
|
|
83
|
+
visibility: "public",
|
|
90
84
|
appendCorpusUid: false,
|
|
91
85
|
},
|
|
92
86
|
];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tycho-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"react-hook-form": "^7.45.2",
|
|
48
48
|
"react-i18next": "^13.0.2",
|
|
49
49
|
"react-router-dom": "^6.14.2",
|
|
50
|
-
"tycho-storybook": "0.5.
|
|
50
|
+
"tycho-storybook": "0.5.3",
|
|
51
51
|
"yup": "^1.2.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -83,4 +83,4 @@
|
|
|
83
83
|
"build-publish": "tsc && npm run copy-css",
|
|
84
84
|
"copy-css": "node scripts/copy-css.js"
|
|
85
85
|
}
|
|
86
|
-
}
|
|
86
|
+
}
|