@bigbinary/neeto-email-pipeline-frontend 1.0.1
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 +109 -0
- package/app/javascript/src/translations/ar.json +5 -0
- package/app/javascript/src/translations/bg.json +5 -0
- package/app/javascript/src/translations/ca.json +5 -0
- package/app/javascript/src/translations/cs.json +5 -0
- package/app/javascript/src/translations/da.json +5 -0
- package/app/javascript/src/translations/de.json +5 -0
- package/app/javascript/src/translations/en.json +50 -0
- package/app/javascript/src/translations/es-MX.json +5 -0
- package/app/javascript/src/translations/es.json +5 -0
- package/app/javascript/src/translations/et.json +5 -0
- package/app/javascript/src/translations/fi.json +5 -0
- package/app/javascript/src/translations/fil.json +5 -0
- package/app/javascript/src/translations/fr.json +5 -0
- package/app/javascript/src/translations/he.json +5 -0
- package/app/javascript/src/translations/hi.json +5 -0
- package/app/javascript/src/translations/hr.json +5 -0
- package/app/javascript/src/translations/hu.json +5 -0
- package/app/javascript/src/translations/id.json +5 -0
- package/app/javascript/src/translations/index.js +3 -0
- package/app/javascript/src/translations/it.json +5 -0
- package/app/javascript/src/translations/ja.json +5 -0
- package/app/javascript/src/translations/ko.json +5 -0
- package/app/javascript/src/translations/nl.json +5 -0
- package/app/javascript/src/translations/pl.json +5 -0
- package/app/javascript/src/translations/pt-BR.json +5 -0
- package/app/javascript/src/translations/pt.json +5 -0
- package/app/javascript/src/translations/ro.json +5 -0
- package/app/javascript/src/translations/ru.json +5 -0
- package/app/javascript/src/translations/sk.json +5 -0
- package/app/javascript/src/translations/sl.json +5 -0
- package/app/javascript/src/translations/sv.json +5 -0
- package/app/javascript/src/translations/th.json +5 -0
- package/app/javascript/src/translations/tr.json +5 -0
- package/app/javascript/src/translations/uk.json +5 -0
- package/app/javascript/src/translations/vi.json +5 -0
- package/app/javascript/src/translations/zh-CN.json +5 -0
- package/app/javascript/src/translations/zh-TW.json +5 -0
- package/dist/.ready +1 -0
- package/dist/EmailLogs.js +557 -0
- package/dist/EmailLogs.js.map +1 -0
- package/dist/cjs/EmailLogs.js +559 -0
- package/dist/cjs/EmailLogs.js.map +1 -0
- package/dist/cjs/index.js +33 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -0
- package/package.json +234 -0
- package/types.d.ts +3 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var EmailLogs = require('./EmailLogs.js');
|
|
4
|
+
require('@babel/runtime/helpers/defineProperty');
|
|
5
|
+
require('@babel/runtime/helpers/slicedToArray');
|
|
6
|
+
require('react');
|
|
7
|
+
require('@bigbinary/neeto-cist');
|
|
8
|
+
require('@bigbinary/neeto-commons-frontend/constants');
|
|
9
|
+
require('@bigbinary/neeto-molecules/Container');
|
|
10
|
+
require('@bigbinary/neeto-molecules/Header');
|
|
11
|
+
require('@bigbinary/neetoui/Tooltip');
|
|
12
|
+
require('@bigbinary/neetoui/Typography');
|
|
13
|
+
require('react-i18next');
|
|
14
|
+
require('@tanstack/react-query');
|
|
15
|
+
require('axios');
|
|
16
|
+
require('i18next');
|
|
17
|
+
require('@bigbinary/neetoui/Callout');
|
|
18
|
+
require('@bigbinary/neetoui/Pane');
|
|
19
|
+
require('@bigbinary/neetoui/Tag');
|
|
20
|
+
require('react/jsx-runtime');
|
|
21
|
+
require('@bigbinary/neetoui/Spinner');
|
|
22
|
+
require('@bigbinary/neeto-commons-frontend/utils');
|
|
23
|
+
require('ramda');
|
|
24
|
+
require('@bigbinary/neeto-commons-frontend/react-utils');
|
|
25
|
+
require('@bigbinary/neeto-filters-frontend/Bar');
|
|
26
|
+
require('@bigbinary/neeto-molecules/SubHeader');
|
|
27
|
+
require('@bigbinary/neetoui/Table');
|
|
28
|
+
require('@bigbinary/neetoui/Button');
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
exports.EmailLogs = EmailLogs;
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export { default as EmailLogs } from './EmailLogs.js';
|
|
2
|
+
import '@babel/runtime/helpers/defineProperty';
|
|
3
|
+
import '@babel/runtime/helpers/slicedToArray';
|
|
4
|
+
import 'react';
|
|
5
|
+
import '@bigbinary/neeto-cist';
|
|
6
|
+
import '@bigbinary/neeto-commons-frontend/constants';
|
|
7
|
+
import '@bigbinary/neeto-molecules/Container';
|
|
8
|
+
import '@bigbinary/neeto-molecules/Header';
|
|
9
|
+
import '@bigbinary/neetoui/Tooltip';
|
|
10
|
+
import '@bigbinary/neetoui/Typography';
|
|
11
|
+
import 'react-i18next';
|
|
12
|
+
import '@tanstack/react-query';
|
|
13
|
+
import 'axios';
|
|
14
|
+
import 'i18next';
|
|
15
|
+
import '@bigbinary/neetoui/Callout';
|
|
16
|
+
import '@bigbinary/neetoui/Pane';
|
|
17
|
+
import '@bigbinary/neetoui/Tag';
|
|
18
|
+
import 'react/jsx-runtime';
|
|
19
|
+
import '@bigbinary/neetoui/Spinner';
|
|
20
|
+
import '@bigbinary/neeto-commons-frontend/utils';
|
|
21
|
+
import 'ramda';
|
|
22
|
+
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
23
|
+
import '@bigbinary/neeto-filters-frontend/Bar';
|
|
24
|
+
import '@bigbinary/neeto-molecules/SubHeader';
|
|
25
|
+
import '@bigbinary/neetoui/Table';
|
|
26
|
+
import '@bigbinary/neetoui/Button';
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bigbinary/neeto-email-pipeline-frontend",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"homepage": "https://github.com/bigbinary/neeto-email-pipeline-nano",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/bigbinary/neeto-email-pipeline-nano/issues"
|
|
9
|
+
},
|
|
10
|
+
"repository": "neeto-email-pipeline-nano",
|
|
11
|
+
"author": "BigBinary",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist",
|
|
14
|
+
"types.d.ts",
|
|
15
|
+
"app/javascript/src/translations"
|
|
16
|
+
],
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"import": "./dist/index.js",
|
|
20
|
+
"require": "./dist/cjs/index.js",
|
|
21
|
+
"types": "./types.d.ts"
|
|
22
|
+
},
|
|
23
|
+
"./*": {
|
|
24
|
+
"import": "./dist/*.js",
|
|
25
|
+
"require": "./dist/cjs/*.js",
|
|
26
|
+
"types": "./types.d.ts"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"main": "dist/index.cjs.js",
|
|
30
|
+
"module": "dist/index.js",
|
|
31
|
+
"types": "types.d.ts",
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "NODE_ENV=production rollup --bundleConfigAsCjs -c --environment production",
|
|
34
|
+
"build-preview": "NODE_ENV=production webpack",
|
|
35
|
+
"prepare": "husky install",
|
|
36
|
+
"release": "yarn build && yalc push --sig"
|
|
37
|
+
},
|
|
38
|
+
"lint-staged": {
|
|
39
|
+
"./**/*.rb": [
|
|
40
|
+
"bundle exec rubocop -a --force-exclusion"
|
|
41
|
+
],
|
|
42
|
+
"./**/app/javascript/**/*.{js,jsx,json}": [
|
|
43
|
+
"prettier --write",
|
|
44
|
+
"eslint --fix"
|
|
45
|
+
],
|
|
46
|
+
"./test/dummy/**/app/javascript/**/*.{js,jsx,json}": [
|
|
47
|
+
"prettier --write",
|
|
48
|
+
"eslint --fix"
|
|
49
|
+
],
|
|
50
|
+
"{Gemfile,Rakefile,config.ru}": [
|
|
51
|
+
"bundle exec rubocop -a --force-exclusion"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@babel/core": "7.26.0",
|
|
56
|
+
"@babel/eslint-parser": "7.25.9",
|
|
57
|
+
"@babel/plugin-transform-runtime": "7.25.9",
|
|
58
|
+
"@babel/preset-env": "7.26.0",
|
|
59
|
+
"@babel/preset-react": "7.25.9",
|
|
60
|
+
"@babel/preset-typescript": "7.26.0",
|
|
61
|
+
"@babel/runtime": "7.29.2",
|
|
62
|
+
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
63
|
+
"@bigbinary/eslint-plugin-neeto": "1.9.0",
|
|
64
|
+
"@bigbinary/neeto-cist": "1.0.17",
|
|
65
|
+
"@bigbinary/neeto-commons-frontend": "4.13.127",
|
|
66
|
+
"@bigbinary/neeto-filters-frontend": "4.3.38",
|
|
67
|
+
"@bigbinary/neeto-icons": "1.20.88",
|
|
68
|
+
"@bigbinary/neeto-molecules": "5.1.5",
|
|
69
|
+
"@bigbinary/neetoui": "8.8.0",
|
|
70
|
+
"@emotion/is-prop-valid": "1.2.0",
|
|
71
|
+
"@faker-js/faker": "8.2.0",
|
|
72
|
+
"@honeybadger-io/js": "6.10.1",
|
|
73
|
+
"@honeybadger-io/react": "6.1.25",
|
|
74
|
+
"@rollup/plugin-alias": "5.1.1",
|
|
75
|
+
"@rollup/plugin-babel": "6.1.0",
|
|
76
|
+
"@rollup/plugin-commonjs": "25.0.8",
|
|
77
|
+
"@rollup/plugin-json": "6.1.0",
|
|
78
|
+
"@rollup/plugin-node-resolve": "15.3.0",
|
|
79
|
+
"@rollup/plugin-replace": "5.0.4",
|
|
80
|
+
"@svgr/rollup": "8.1.0",
|
|
81
|
+
"@tailwindcss/postcss": "^4.1.17",
|
|
82
|
+
"@tanstack/react-query": "5.59.20",
|
|
83
|
+
"@tanstack/react-query-devtools": "5.59.20",
|
|
84
|
+
"antd": "5.22.1",
|
|
85
|
+
"autoprefixer": "^10.4.5",
|
|
86
|
+
"axios": "1.16.0",
|
|
87
|
+
"babel-loader": "^8.2.5",
|
|
88
|
+
"babel-plugin-istanbul": "^6.1.1",
|
|
89
|
+
"babel-plugin-js-logger": "1.0.17",
|
|
90
|
+
"babel-plugin-macros": "3.1.0",
|
|
91
|
+
"babel-plugin-module-resolver": "5.0.3",
|
|
92
|
+
"babel-plugin-preval": "^5.1.0",
|
|
93
|
+
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
94
|
+
"babel-preset-react": "6.24.1",
|
|
95
|
+
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
96
|
+
"browserify-zlib": "0.2.0",
|
|
97
|
+
"buffer": "^6.0.3",
|
|
98
|
+
"classnames": "2.5.1",
|
|
99
|
+
"crypto-browserify": "3.12.1",
|
|
100
|
+
"css-loader": "6.8.1",
|
|
101
|
+
"dompurify": "3.4.1",
|
|
102
|
+
"dotenv-webpack": "^8.0.1",
|
|
103
|
+
"eslint": "^9.25.1",
|
|
104
|
+
"eslint-config-prettier": "^10.1.2",
|
|
105
|
+
"eslint-plugin-cypress": "2.12.1",
|
|
106
|
+
"eslint-plugin-import": "^2.31.0",
|
|
107
|
+
"eslint-plugin-jam3": "^0.2.3",
|
|
108
|
+
"eslint-plugin-json": "^4.0.1",
|
|
109
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
110
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
111
|
+
"eslint-plugin-react": "^7.37.5",
|
|
112
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
113
|
+
"eslint-plugin-security": "^3.0.1",
|
|
114
|
+
"eslint-plugin-sonarjs": "^4.0.2",
|
|
115
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
116
|
+
"eslint-plugin-xss": "^0.1.12",
|
|
117
|
+
"formik": "2.4.6",
|
|
118
|
+
"globals": "16.0.0",
|
|
119
|
+
"globby": "^14.1.0",
|
|
120
|
+
"html-webpack-plugin": "5.5.3",
|
|
121
|
+
"https-browserify": "1.0.0",
|
|
122
|
+
"husky": "7.0.4",
|
|
123
|
+
"i18next": "22.5.1",
|
|
124
|
+
"i18next-browser-languagedetector": "7.0.1",
|
|
125
|
+
"js-logger": "1.6.1",
|
|
126
|
+
"lint-staged": "12.4.1",
|
|
127
|
+
"mini-css-extract-plugin": "2.7.6",
|
|
128
|
+
"mixpanel-browser": "2.47.0",
|
|
129
|
+
"os-browserify": "0.3.0",
|
|
130
|
+
"path-browserify": "^1.0.1",
|
|
131
|
+
"postcss": "8.5.11",
|
|
132
|
+
"postcss-import": "^15.0.0",
|
|
133
|
+
"postcss-loader": "^7.0.1",
|
|
134
|
+
"postcss-preset-env": "7.8.2",
|
|
135
|
+
"prettier": "3",
|
|
136
|
+
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
137
|
+
"process": "0.11.10",
|
|
138
|
+
"qs": "6.15.0",
|
|
139
|
+
"ramda": "0.29.0",
|
|
140
|
+
"react": "18.3.1",
|
|
141
|
+
"react-dom": "18.3.1",
|
|
142
|
+
"react-helmet": "^6.1.0",
|
|
143
|
+
"react-i18next": "12.3.1",
|
|
144
|
+
"react-router-dom": "5.3.3",
|
|
145
|
+
"react-toastify": "8.0.2",
|
|
146
|
+
"rollup": "4.59.0",
|
|
147
|
+
"rollup-plugin-analyzer": "4.0.0",
|
|
148
|
+
"rollup-plugin-cleaner": "1.0.0",
|
|
149
|
+
"rollup-plugin-copy": "3.5.0",
|
|
150
|
+
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
151
|
+
"rollup-plugin-styles": "4.0.0",
|
|
152
|
+
"sass": "1.98.0",
|
|
153
|
+
"sass-loader": "^13.0.2",
|
|
154
|
+
"source-map-loader": "4.0.1",
|
|
155
|
+
"stream-browserify": "^3.0.0",
|
|
156
|
+
"stream-http": "3.2.0",
|
|
157
|
+
"style-loader": "^3.3.1",
|
|
158
|
+
"tailwindcss": "^4.1.17",
|
|
159
|
+
"tty-browserify": "0.0.1",
|
|
160
|
+
"url": "0.11.4",
|
|
161
|
+
"util": "^0.12.5",
|
|
162
|
+
"vm-browserify": "1.1.2",
|
|
163
|
+
"webpack": "5.104.1",
|
|
164
|
+
"webpack-assets-manifest": "5.1.0",
|
|
165
|
+
"webpack-cli": "5.1.4",
|
|
166
|
+
"webpack-dev-server": "5.2.1",
|
|
167
|
+
"yup": "0.32.11",
|
|
168
|
+
"zustand": "4.4.2"
|
|
169
|
+
},
|
|
170
|
+
"peerDependencies": {
|
|
171
|
+
"@babel/runtime": "7.29.2",
|
|
172
|
+
"@bigbinary/neeto-cist": "1.0.17",
|
|
173
|
+
"@bigbinary/neeto-commons-frontend": "4.13.127",
|
|
174
|
+
"@bigbinary/neeto-filters-frontend": "4.3.38",
|
|
175
|
+
"@bigbinary/neeto-icons": "1.20.88",
|
|
176
|
+
"@bigbinary/neeto-molecules": "5.1.5",
|
|
177
|
+
"@bigbinary/neetoui": "8.8.0",
|
|
178
|
+
"@honeybadger-io/js": "6.10.1",
|
|
179
|
+
"@honeybadger-io/react": "6.1.25",
|
|
180
|
+
"@tanstack/react-query": "5.59.20",
|
|
181
|
+
"@tanstack/react-query-devtools": "5.59.20",
|
|
182
|
+
"antd": "5.22.1",
|
|
183
|
+
"axios": "1.16.0",
|
|
184
|
+
"buffer": "^6.0.3",
|
|
185
|
+
"classnames": "2.5.1",
|
|
186
|
+
"crypto-browserify": "3.12.1",
|
|
187
|
+
"dompurify": "3.4.1",
|
|
188
|
+
"formik": "2.4.6",
|
|
189
|
+
"https-browserify": "1.0.0",
|
|
190
|
+
"i18next": "22.5.1",
|
|
191
|
+
"js-logger": "1.6.1",
|
|
192
|
+
"mixpanel-browser": "^2.45.0",
|
|
193
|
+
"os-browserify": "0.3.0",
|
|
194
|
+
"path-browserify": "^1.0.1",
|
|
195
|
+
"qs": "6.15.0",
|
|
196
|
+
"ramda": "0.29.0",
|
|
197
|
+
"react": "18.3.1",
|
|
198
|
+
"react-dom": "18.3.1",
|
|
199
|
+
"react-helmet": "^6.1.0",
|
|
200
|
+
"react-i18next": "12.3.1",
|
|
201
|
+
"react-router-dom": "5.3.3",
|
|
202
|
+
"react-toastify": "8.0.2",
|
|
203
|
+
"source-map-loader": "4.0.1",
|
|
204
|
+
"stream-browserify": "^3.0.0",
|
|
205
|
+
"stream-http": "3.2.0",
|
|
206
|
+
"tailwindcss": "^4.1.17",
|
|
207
|
+
"tty-browserify": "0.0.1",
|
|
208
|
+
"url": "0.11.4",
|
|
209
|
+
"util": "^0.12.5",
|
|
210
|
+
"vm-browserify": "1.1.2",
|
|
211
|
+
"yup": "0.32.11",
|
|
212
|
+
"zustand": "4.4.2"
|
|
213
|
+
},
|
|
214
|
+
"resolutions": {
|
|
215
|
+
"postcss": "^8",
|
|
216
|
+
"wrap-ansi": "7.0.0",
|
|
217
|
+
"string-width": "4.1.0",
|
|
218
|
+
"pbkdf2": "^3.1.3",
|
|
219
|
+
"sha.js": "^2.4.12",
|
|
220
|
+
"node-forge": "^1.3.2",
|
|
221
|
+
"qs": "6.14.2"
|
|
222
|
+
},
|
|
223
|
+
"engines": {
|
|
224
|
+
"node": ">=22.13",
|
|
225
|
+
"npm": ">=9",
|
|
226
|
+
"yarn": ">=1.22"
|
|
227
|
+
},
|
|
228
|
+
"dependencies": {
|
|
229
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
230
|
+
"babel-plugin-transform-imports": "^2.0.0",
|
|
231
|
+
"react-router-nav-prompt": "0.4.1"
|
|
232
|
+
},
|
|
233
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
234
|
+
}
|
package/types.d.ts
ADDED