@bigbinary/neeto-slack-frontend 4.0.13 → 4.0.15-beta1
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/README.md +10 -0
- package/app/javascript/src/translations/lv.json +41 -0
- package/dist/.ready +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -600,6 +600,16 @@ Consult the
|
|
|
600
600
|
[building and releasing packages](https://neeto-engineering.neetokb.com/articles/building-and-releasing-packages)
|
|
601
601
|
guide for details on how to publish.
|
|
602
602
|
|
|
603
|
+
### Release gate
|
|
604
|
+
|
|
605
|
+
A pull request merges only through NeetoTower's release gate. Add the `patch`,
|
|
606
|
+
`minor` or `major` label (or `skip-version-bump` when nothing is published) and
|
|
607
|
+
then the `release` label. NeetoTower publishes a beta of the engine and the
|
|
608
|
+
package, tests the beta in the apps that use this nano, posts the result as a
|
|
609
|
+
comment, and merges the pull request when every app is green. If an app fails
|
|
610
|
+
because of the change, fix it and add `release` again. `force-release` skips
|
|
611
|
+
the gate in an emergency.
|
|
612
|
+
|
|
603
613
|
<br>
|
|
604
614
|
|
|
605
615
|
## Integrations
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoSlack": {
|
|
3
|
+
"common": {
|
|
4
|
+
"continue": "Turpināt",
|
|
5
|
+
"save": "Saglabāt izmaiņas",
|
|
6
|
+
"cancel": "Atcelt",
|
|
7
|
+
"edit": "Rediģēt",
|
|
8
|
+
"done": "Pabeigts",
|
|
9
|
+
"required": "{{entity}} ir obligāts",
|
|
10
|
+
"helpDocUrl": "Lai uzzinātu, kā izmantot Slack integrāciju, apmeklējiet šo <helpLink>palīdzības rakstu.</helpLink>"
|
|
11
|
+
},
|
|
12
|
+
"slack": {
|
|
13
|
+
"placeholder": "Paziņojumu kanāls",
|
|
14
|
+
"channelName": "Kanāla nosaukums",
|
|
15
|
+
"privateChannel": "Privāts kanāls",
|
|
16
|
+
"editPane": "Rediģēt Slack integrāciju",
|
|
17
|
+
"channelListRefreshToastr": "Slack kanālu saraksts ir atjaunināts",
|
|
18
|
+
"channelListRefreshButton": "Atjaunot kanālu sarakstu",
|
|
19
|
+
"steps": {
|
|
20
|
+
"finish": "Pabeigt"
|
|
21
|
+
},
|
|
22
|
+
"connect": {
|
|
23
|
+
"title": "Pievienojiet savu Slack kontu",
|
|
24
|
+
"description": "Vēl nav saistīts Slack konts",
|
|
25
|
+
"loginButton": "Pieslēgties Slack"
|
|
26
|
+
},
|
|
27
|
+
"configure": {
|
|
28
|
+
"title": "Jūs pieslēdzaties <a>{{teamName}}</a> Slack darbvietai.",
|
|
29
|
+
"sendTo": "Sūtīt uz",
|
|
30
|
+
"sendToDescription": "Izvēlieties Slack kanālu, kas saņems paziņojumus",
|
|
31
|
+
"refreshSlackChannelList": "Atjaunot Slack kanālu sarakstu"
|
|
32
|
+
},
|
|
33
|
+
"finish": {
|
|
34
|
+
"title": "Jūs esat veiksmīgi pieslēdzies {{teamName}} Slack darbvietai."
|
|
35
|
+
},
|
|
36
|
+
"settings": {
|
|
37
|
+
"title": "Jūs esat pieslēdzies <a>{{teamName}}</a> Slack darbvietai"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-
|
|
1
|
+
Built at 2026-09-11T08:24:39.549Z
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-slack-frontend",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.15-beta1",
|
|
4
4
|
"description": "Slack integration step UI",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-slack-nano",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"@babel/runtime": "7.29.7",
|
|
71
71
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
72
72
|
"@bigbinary/eslint-plugin-neeto": "1.9.1",
|
|
73
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
73
|
+
"@bigbinary/neeto-atoms": "1.0.128",
|
|
74
74
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
75
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
75
|
+
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
76
76
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
77
77
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
78
|
-
"@bigbinary/neeto-molecules": "5.3.
|
|
78
|
+
"@bigbinary/neeto-molecules": "5.3.21",
|
|
79
79
|
"@bigbinary/neetoui": "8.8.3",
|
|
80
80
|
"@emotion/is-prop-valid": "1.2.0",
|
|
81
81
|
"@faker-js/faker": "8.2.0",
|
|
@@ -181,12 +181,12 @@
|
|
|
181
181
|
},
|
|
182
182
|
"peerDependencies": {
|
|
183
183
|
"@babel/runtime": "7.29.7",
|
|
184
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
184
|
+
"@bigbinary/neeto-atoms": "1.0.128",
|
|
185
185
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
186
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
186
|
+
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
187
187
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
188
188
|
"@bigbinary/neeto-icons": "1.20.89",
|
|
189
|
-
"@bigbinary/neeto-molecules": "5.3.
|
|
189
|
+
"@bigbinary/neeto-molecules": "5.3.21",
|
|
190
190
|
"@bigbinary/neetoui": "8.8.3",
|
|
191
191
|
"@honeybadger-io/js": "6.10.1",
|
|
192
192
|
"@honeybadger-io/react": "6.1.25",
|