@bigbinary/neeto-slack-frontend 2.2.1 → 2.2.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.
- package/dist/index.cjs.js +75 -3715
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +70 -3710
- package/dist/index.js.map +1 -1
- package/package.json +13 -5
- package/src/translations/en.json +38 -0
- package/src/translations/index.js +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-slack-frontend",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "Slack integration step UI",
|
|
5
5
|
"author": "Bonnie Simon",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"dist",
|
|
16
|
-
"types.d.ts"
|
|
16
|
+
"types.d.ts",
|
|
17
|
+
"src/translations"
|
|
17
18
|
],
|
|
18
19
|
"scripts": {
|
|
19
20
|
"prepare": "husky install",
|
|
@@ -47,7 +48,8 @@
|
|
|
47
48
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
48
49
|
"@bigbinary/eslint-plugin-neeto": "1.1.24",
|
|
49
50
|
"@bigbinary/neeto-audit-frontend": "1.0.7",
|
|
50
|
-
"@bigbinary/neeto-
|
|
51
|
+
"@bigbinary/neeto-cist": "^1.0.3",
|
|
52
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.29",
|
|
51
53
|
"@bigbinary/neeto-icons": "1.9.12",
|
|
52
54
|
"@bigbinary/neeto-molecules": "^1.0.19",
|
|
53
55
|
"@bigbinary/neetoui": "4.4.0",
|
|
@@ -93,7 +95,8 @@
|
|
|
93
95
|
"html-loader": "4.2.0",
|
|
94
96
|
"html-webpack-plugin": "5.5.0",
|
|
95
97
|
"husky": "7.0.4",
|
|
96
|
-
"i18next": "
|
|
98
|
+
"i18next": "23.2.7",
|
|
99
|
+
"js-logger": "^1.6.1",
|
|
97
100
|
"lint-staged": "12.4.1",
|
|
98
101
|
"postcss": "^8.4.17",
|
|
99
102
|
"postcss-import": "^15.0.0",
|
|
@@ -105,7 +108,7 @@
|
|
|
105
108
|
"react": "^18.2.0",
|
|
106
109
|
"react-dom": "^18.2.0",
|
|
107
110
|
"react-helmet": "^6.1.0",
|
|
108
|
-
"react-i18next": "
|
|
111
|
+
"react-i18next": "13.0.1",
|
|
109
112
|
"react-query": "3.39.2",
|
|
110
113
|
"react-router-dom": "5.3.1",
|
|
111
114
|
"react-toastify": "8.0.2",
|
|
@@ -124,6 +127,7 @@
|
|
|
124
127
|
"sass-loader": "13.0.2",
|
|
125
128
|
"style-loader": "3.3.1",
|
|
126
129
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
130
|
+
"util": "0.12.5",
|
|
127
131
|
"webpack": "5.76.0",
|
|
128
132
|
"webpack-cli": "4.10.0",
|
|
129
133
|
"webpack-dev-server": "4.11.1",
|
|
@@ -131,6 +135,7 @@
|
|
|
131
135
|
"zustand": "^4.3.6"
|
|
132
136
|
},
|
|
133
137
|
"peerDependencies": {
|
|
138
|
+
"@bigbinary/neeto-cist": "latest",
|
|
134
139
|
"@bigbinary/neeto-commons-frontend": "latest",
|
|
135
140
|
"@bigbinary/neeto-icons": "latest",
|
|
136
141
|
"@bigbinary/neeto-molecules": "latest",
|
|
@@ -140,9 +145,12 @@
|
|
|
140
145
|
"classnames": "2.3.1",
|
|
141
146
|
"dayjs": "1.11.1",
|
|
142
147
|
"formik": "2.2.9",
|
|
148
|
+
"i18next": "23.2.7",
|
|
149
|
+
"js-logger": "^1.6.1",
|
|
143
150
|
"ramda": "0.29.0",
|
|
144
151
|
"react": "17.0.2",
|
|
145
152
|
"react-dom": "17.0.2",
|
|
153
|
+
"react-i18next": "13.0.1",
|
|
146
154
|
"react-query": "3.39.2",
|
|
147
155
|
"react-router-dom": "5.3.1",
|
|
148
156
|
"react-toastify": "8.0.2",
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Continue",
|
|
5
|
+
"save": "Save",
|
|
6
|
+
"edit": "Edit",
|
|
7
|
+
"done": "Done",
|
|
8
|
+
"required": "{{entity}} is required"
|
|
9
|
+
},
|
|
10
|
+
"slack": {
|
|
11
|
+
"placeholder": "Notification Channel",
|
|
12
|
+
"channelName": "Channel Name",
|
|
13
|
+
"editPane": "Edit slack integration",
|
|
14
|
+
"channelListRefreshToastr": "Slack channels list is updated",
|
|
15
|
+
"channelListRefreshButton": "Refresh channels list",
|
|
16
|
+
"steps": {
|
|
17
|
+
"finish": "Finish"
|
|
18
|
+
},
|
|
19
|
+
"connect": {
|
|
20
|
+
"title": "Connect your Slack account",
|
|
21
|
+
"description": "There’s no linked Slack account yet",
|
|
22
|
+
"loginButton": "Login to Slack"
|
|
23
|
+
},
|
|
24
|
+
"configure": {
|
|
25
|
+
"title": "You are connecting to <a><strong>{{teamName}}</strong></a> workspace.",
|
|
26
|
+
"sendTo": "Send to",
|
|
27
|
+
"sendToDescription": "Choose a Slack channel that will receive notifications",
|
|
28
|
+
"refreshSlackChannelList": "Refresh Slack channel list"
|
|
29
|
+
},
|
|
30
|
+
"finish": {
|
|
31
|
+
"title": "You are successfully connected to the <strong>{{teamName}}</strong> workspace."
|
|
32
|
+
},
|
|
33
|
+
"settings": {
|
|
34
|
+
"title": "You are connected to <a><strong>{{teamName}}</strong></a> workspace."
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as en } from "./en.json";
|