@bigbinary/neeto-api-keys-frontend 3.0.1 → 3.0.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/app/javascript/src/translations/ar.json +3 -1
- package/app/javascript/src/translations/bg.json +3 -1
- package/app/javascript/src/translations/ca.json +3 -1
- package/app/javascript/src/translations/cs.json +3 -1
- package/app/javascript/src/translations/da.json +3 -1
- package/app/javascript/src/translations/de.json +3 -1
- package/app/javascript/src/translations/en.json +3 -1
- package/app/javascript/src/translations/es-MX.json +3 -1
- package/app/javascript/src/translations/es.json +3 -1
- package/app/javascript/src/translations/et.json +3 -1
- package/app/javascript/src/translations/fi.json +3 -1
- package/app/javascript/src/translations/fil.json +3 -1
- package/app/javascript/src/translations/fr.json +3 -1
- package/app/javascript/src/translations/he.json +76 -0
- package/app/javascript/src/translations/hi.json +3 -1
- package/app/javascript/src/translations/hr.json +3 -1
- package/app/javascript/src/translations/id.json +3 -1
- package/app/javascript/src/translations/it.json +3 -1
- package/app/javascript/src/translations/ja.json +3 -1
- package/app/javascript/src/translations/ko.json +3 -1
- package/app/javascript/src/translations/nl.json +3 -1
- package/app/javascript/src/translations/pl.json +3 -1
- package/app/javascript/src/translations/pt-BR.json +3 -1
- package/app/javascript/src/translations/pt.json +3 -1
- package/app/javascript/src/translations/ro.json +3 -1
- package/app/javascript/src/translations/ru.json +3 -1
- package/app/javascript/src/translations/sk.json +3 -1
- package/app/javascript/src/translations/sl.json +3 -1
- package/app/javascript/src/translations/sv.json +3 -1
- package/app/javascript/src/translations/th.json +3 -1
- package/app/javascript/src/translations/tr.json +3 -1
- package/app/javascript/src/translations/uk.json +3 -1
- package/app/javascript/src/translations/vi.json +3 -1
- package/app/javascript/src/translations/zh-CN.json +3 -1
- package/app/javascript/src/translations/zh-TW.json +3 -1
- package/dist/ApiKeys.js +19 -2
- package/dist/ApiKeys.js.map +1 -1
- package/dist/cjs/ApiKeys.js +19 -2
- package/dist/cjs/ApiKeys.js.map +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -7,9 +7,12 @@ import '@bigbinary/neeto-cist';
|
|
|
7
7
|
import '@bigbinary/neeto-commons-frontend/constants';
|
|
8
8
|
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
9
9
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
10
|
+
import '@bigbinary/neeto-filters-frontend/Bar';
|
|
10
11
|
import '@bigbinary/neeto-molecules/Header';
|
|
12
|
+
import '@bigbinary/neeto-molecules/SubHeader';
|
|
11
13
|
import '@bigbinary/neetoui/Alert';
|
|
12
14
|
import '@bigbinary/neetoui/Button';
|
|
15
|
+
import '@bigbinary/neetoui/Typography';
|
|
13
16
|
import 'react-i18next';
|
|
14
17
|
import 'ramda';
|
|
15
18
|
import 'react-router-dom';
|
|
@@ -19,7 +22,6 @@ import 'axios';
|
|
|
19
22
|
import 'yup';
|
|
20
23
|
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
21
24
|
import '@bigbinary/neetoui/Pane';
|
|
22
|
-
import '@bigbinary/neetoui/Typography';
|
|
23
25
|
import '@bigbinary/neetoui/formik/Form';
|
|
24
26
|
import '@bigbinary/neetoui/formik/Input';
|
|
25
27
|
import '@bigbinary/neetoui/formik/Radio';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-api-keys-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-api-keys-nano",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
64
64
|
"@bigbinary/eslint-plugin-neeto": "1.8.0",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
67
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
70
|
-
"@bigbinary/neetoui": "8.3.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.87",
|
|
67
|
+
"@bigbinary/neeto-filters-frontend": "4.3.26",
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.67",
|
|
69
|
+
"@bigbinary/neeto-molecules": "4.0.109",
|
|
70
|
+
"@bigbinary/neetoui": "8.3.46",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@honeybadger-io/js": "6.10.1",
|
|
@@ -177,11 +177,11 @@
|
|
|
177
177
|
"peerDependencies": {
|
|
178
178
|
"@babel/runtime": "7.26.10",
|
|
179
179
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
180
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
181
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
182
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
183
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
184
|
-
"@bigbinary/neetoui": "8.3.
|
|
180
|
+
"@bigbinary/neeto-commons-frontend": "4.13.87",
|
|
181
|
+
"@bigbinary/neeto-filters-frontend": "4.3.26",
|
|
182
|
+
"@bigbinary/neeto-icons": "1.20.67",
|
|
183
|
+
"@bigbinary/neeto-molecules": "4.0.109",
|
|
184
|
+
"@bigbinary/neetoui": "8.3.46",
|
|
185
185
|
"@honeybadger-io/js": "6.10.1",
|
|
186
186
|
"@honeybadger-io/react": "6.1.25",
|
|
187
187
|
"@tailwindcss/container-queries": "^0.1.1",
|