@bigbinary/neeto-slack-frontend 2.2.2 → 2.2.4

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/package.json CHANGED
@@ -1,154 +1,188 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-slack-frontend",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "Slack integration step UI",
5
- "author": "Bonnie Simon",
6
5
  "license": "UNLICENSED",
7
- "repository": "",
8
- "main": "dist/index.cjs.js",
9
- "module": "dist/index.js",
10
- "typings": "types.d.ts",
11
- "engines": {
12
- "node": ">=18.12"
6
+ "homepage": "https://github.com/bigbinary/neeto-slack-nano",
7
+ "bugs": {
8
+ "url": "https://github.com/bigbinary/neeto-slack-nano/issues"
13
9
  },
10
+ "repository": "neeto-slack-nano",
11
+ "author": "BigBinary",
14
12
  "files": [
15
13
  "dist",
16
- "types.d.ts"
14
+ "types.d.ts",
15
+ "app/javascript/src/translations"
17
16
  ],
17
+ "main": "dist/index.cjs.js",
18
+ "module": "dist/index.js",
19
+ "types": "types.d.ts",
18
20
  "scripts": {
21
+ "build": "NODE_ENV=production rollup -c --environment production",
19
22
  "prepare": "husky install",
20
- "start": "NODE_ENV=development rm -rf dist && webpack-dev-server --mode development",
21
- "build": "NODE_ENV=production rollup -c rollup.config.js",
22
- "build-preview": "NODE_ENV=production webpack",
23
- "release": "yarn build && yalc push --sig"
23
+ "release": "yarn build && yalc push --sig",
24
+ "build-preview": "NODE_ENV=production webpack"
24
25
  },
25
26
  "lint-staged": {
26
- "{src,example}/**/*.{js,jsx,json}": [
27
+ "./**/app/javascript/**/*.{js,jsx,json}": [
27
28
  "prettier --write",
28
29
  "eslint --fix"
29
30
  ],
30
- "{package.json,.eslintrc.js,.prettierrc.js}": [
31
+ "./test/dummy/**/app/javascript/**/*.{js,jsx,json}": [
31
32
  "prettier --write",
32
33
  "eslint --fix"
33
34
  ],
34
- ".eslint-rules/**/*": [
35
- "prettier --write",
36
- "eslint --fix"
35
+ "./**/*.rb": [
36
+ "bundle exec rubocop -a --force-exclusion"
37
+ ],
38
+ "{Gemfile,Rakefile,config.ru}": [
39
+ "bundle exec rubocop -a --force-exclusion"
37
40
  ]
38
41
  },
39
42
  "devDependencies": {
40
- "@babel/core": "^7.19.1",
41
- "@babel/eslint-parser": "7.17.0",
42
- "@babel/plugin-transform-runtime": "^7.19.1",
43
- "@babel/preset-env": "7.17.10",
44
- "@babel/preset-react": "7.16.7",
45
- "@babel/preset-typescript": "^7.18.6",
46
- "@babel/runtime": "^7.19.0",
47
- "@bigbinary/babel-preset-neeto": "^1.0.3",
43
+ "@babel/core": "7.22.6",
44
+ "@babel/eslint-parser": "7.22.6",
45
+ "@babel/plugin-transform-runtime": "7.22.6",
46
+ "@babel/preset-env": "7.22.6",
47
+ "@babel/preset-react": "7.22.5",
48
+ "@babel/preset-typescript": "7.22.5",
49
+ "@babel/runtime": "7.22.6",
50
+ "@bigbinary/babel-preset-neeto": "1.0.3",
48
51
  "@bigbinary/eslint-plugin-neeto": "1.1.24",
49
- "@bigbinary/neeto-audit-frontend": "1.0.7",
50
- "@bigbinary/neeto-commons-frontend": "2.1.21",
51
- "@bigbinary/neeto-icons": "1.9.12",
52
- "@bigbinary/neeto-molecules": "^1.0.19",
53
- "@bigbinary/neetoui": "4.4.0",
52
+ "@bigbinary/neeto-audit-frontend": "1.0.8",
53
+ "@bigbinary/neeto-cist": "^1.0.3",
54
+ "@bigbinary/neeto-commons-frontend": "^2.1.28",
55
+ "@bigbinary/neeto-icons": "1.12.3",
56
+ "@bigbinary/neeto-molecules": "^1.0.92",
57
+ "@bigbinary/neetoui": "5.0.13",
54
58
  "@emotion/is-prop-valid": "1.2.0",
55
- "@honeybadger-io/js": "^5.1.5-alpha-3",
56
- "@honeybadger-io/react": "^5.1.3",
57
- "@rollup/plugin-alias": "3.1.9",
58
- "@rollup/plugin-babel": "5.3.1",
59
- "@rollup/plugin-commonjs": "22.0.2",
60
- "@rollup/plugin-html": "0.2.4",
61
- "@rollup/plugin-json": "4.1.0",
62
- "@rollup/plugin-node-resolve": "14.1.0",
63
- "@rollup/plugin-replace": "4.0.0",
64
- "@svgr/rollup": "^6.5.1",
65
- "@svgr/webpack": "^6.5.1",
66
- "antd": "4.24.3",
67
- "autoprefixer": "^10.4.5",
68
- "axios": "0.27.2",
69
- "babel-loader": "^8.2.5",
70
- "babel-plugin-istanbul": "^6.1.1",
59
+ "@faker-js/faker": "8.0.2",
60
+ "@honeybadger-io/react": "2.0.1",
61
+ "@rollup/plugin-alias": "5.0.0",
62
+ "@rollup/plugin-babel": "6.0.3",
63
+ "@rollup/plugin-commonjs": "25.0.2",
64
+ "@rollup/plugin-json": "6.0.0",
65
+ "@rollup/plugin-node-resolve": "15.1.0",
66
+ "@rollup/plugin-replace": "5.0.2",
67
+ "@svgr/rollup": "8.0.1",
68
+ "antd": "4.24.12",
69
+ "autoprefixer": "10.4.14",
70
+ "axios": "1.4.0",
71
+ "babel-loader": "9.1.2",
72
+ "babel-plugin-istanbul": "6.1.1",
71
73
  "babel-plugin-js-logger": "1.0.17",
72
74
  "babel-plugin-macros": "3.1.0",
73
75
  "babel-plugin-preval": "^5.1.0",
74
76
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
75
77
  "babel-preset-react": "6.24.1",
76
- "babel-preset-typescript": "^7.0.0-alpha.19",
77
- "classnames": "^2.3.2",
78
- "css-loader": "6.7.1",
79
- "dayjs": "1.11.1",
80
- "eslint": "8.14.0",
81
- "eslint-config-prettier": "8.5.0",
82
- "eslint-plugin-cypress": "2.12.1",
83
- "eslint-plugin-import": "2.26.0",
78
+ "babel-preset-typescript": "7.0.0-alpha.19",
79
+ "browserify-zlib": "0.2.0",
80
+ "buffer": "6.0.3",
81
+ "classnames": "2.3.2",
82
+ "crypto-browserify": "3.12.0",
83
+ "css-loader": "6.8.1",
84
+ "dompurify": "3.0.2",
85
+ "dotenv-webpack": "^8.0.1",
86
+ "eslint": "8.44.0",
87
+ "eslint-config-prettier": "8.8.0",
88
+ "eslint-plugin-cypress": "2.13.3",
89
+ "eslint-plugin-import": "2.27.5",
84
90
  "eslint-plugin-jam3": "0.2.3",
85
91
  "eslint-plugin-json": "3.1.0",
86
- "eslint-plugin-prettier": "4.0.0",
87
- "eslint-plugin-promise": "6.0.0",
88
- "eslint-plugin-react": "7.29.4",
89
- "eslint-plugin-react-hooks": "4.5.0",
92
+ "eslint-plugin-prettier": "4.2.1",
93
+ "eslint-plugin-promise": "6.1.1",
94
+ "eslint-plugin-react": "7.32.2",
95
+ "eslint-plugin-react-hooks": "4.6.0",
96
+ "eslint-plugin-security": "^1.7.1",
97
+ "eslint-plugin-sonarjs": "^0.21.0",
90
98
  "eslint-plugin-unused-imports": "2.0.0",
91
- "file-loader": "^6.2.0",
92
- "formik": "2.2.9",
93
- "html-loader": "4.2.0",
94
- "html-webpack-plugin": "5.5.0",
95
- "husky": "7.0.4",
96
- "i18next": "21.7.0",
97
- "lint-staged": "12.4.1",
98
- "postcss": "^8.4.17",
99
- "postcss-import": "^15.0.0",
100
- "postcss-loader": "^7.0.1",
101
- "postcss-preset-env": "7.8.2",
102
- "prettier": "2.6.2",
103
- "prettier-plugin-tailwindcss": "0.1.10",
99
+ "eslint-plugin-xss": "^0.1.12",
100
+ "formik": "2.4.2",
101
+ "html-webpack-plugin": "5.5.3",
102
+ "https-browserify": "1.0.0",
103
+ "husky": "8.0.3",
104
+ "i18next": "23.2.7",
105
+ "i18next-browser-languagedetector": "7.0.1",
106
+ "js-logger": "1.6.1",
107
+ "lint-staged": "13.2.3",
108
+ "mini-css-extract-plugin": "2.7.6",
109
+ "mixpanel-browser": "2.47.0",
110
+ "os-browserify": "0.3.0",
111
+ "path-browserify": "1.0.1",
112
+ "postcss": "8.4.31",
113
+ "postcss-import": "15.1.0",
114
+ "postcss-loader": "7.3.3",
115
+ "postcss-preset-env": "9.0.0",
116
+ "prettier": "2.8.8",
117
+ "prettier-plugin-tailwindcss": "0.3.0",
118
+ "process": "0.11.10",
104
119
  "ramda": "0.29.0",
105
120
  "react": "^18.2.0",
106
121
  "react-dom": "^18.2.0",
107
- "react-helmet": "^6.1.0",
108
- "react-i18next": "11.16.8",
109
- "react-query": "3.39.2",
110
- "react-router-dom": "5.3.1",
122
+ "react-helmet": "6.1.0",
123
+ "react-i18next": "13.0.1",
124
+ "react-query": "3.39.3",
125
+ "react-router-dom": "5.3.3",
111
126
  "react-toastify": "8.0.2",
112
- "react-transition-group": "4.4.5",
127
+ "react_ujs": "^3.1.1",
113
128
  "rollup": "2.79.1",
114
129
  "rollup-plugin-analyzer": "4.0.0",
115
- "rollup-plugin-bundle-html": "0.2.2",
116
130
  "rollup-plugin-cleaner": "1.0.0",
117
- "rollup-plugin-generate-html-template": "1.7.0",
118
- "rollup-plugin-livereload": "2.0.5",
119
131
  "rollup-plugin-peer-deps-external": "2.2.4",
120
- "rollup-plugin-polyfill-node": "0.10.2",
121
- "rollup-plugin-serve": "2.0.1",
122
132
  "rollup-plugin-styles": "4.0.0",
123
- "sass": "1.55.0",
124
- "sass-loader": "13.0.2",
125
- "style-loader": "3.3.1",
133
+ "sass": "1.63.6",
134
+ "sass-loader": "13.3.2",
135
+ "shakapacker": "6.6.0",
136
+ "stream-browserify": "3.0.0",
137
+ "stream-http": "3.2.0",
138
+ "style-loader": "3.3.3",
126
139
  "tailwindcss": "npm:@tailwindcss/postcss7-compat",
127
- "webpack": "5.76.0",
128
- "webpack-cli": "4.10.0",
129
- "webpack-dev-server": "4.11.1",
130
- "yup": "0.32.11",
131
- "zustand": "^4.3.6"
140
+ "tty-browserify": "0.0.1",
141
+ "url": "0.11.1",
142
+ "util": "0.12.5",
143
+ "vm-browserify": "1.1.2",
144
+ "webpack": "5.88.1",
145
+ "webpack-assets-manifest": "5.1.0",
146
+ "webpack-cli": "5.1.4",
147
+ "webpack-dev-server": "4.15.1",
148
+ "yup": "0.32.11"
132
149
  },
133
150
  "peerDependencies": {
134
- "@bigbinary/neeto-commons-frontend": "latest",
135
- "@bigbinary/neeto-icons": "latest",
136
- "@bigbinary/neeto-molecules": "latest",
137
- "@bigbinary/neetoui": "latest",
138
- "antd": "4.24.3",
139
- "axios": "0.27.2",
140
- "classnames": "2.3.1",
141
- "dayjs": "1.11.1",
142
- "formik": "2.2.9",
143
- "ramda": "0.29.0",
144
- "react": "17.0.2",
145
- "react-dom": "17.0.2",
151
+ "@bigbinary/neeto-cist": "latest",
152
+ "@bigbinary/neeto-commons-frontend": "^2.1.28",
153
+ "@bigbinary/neeto-editor": "^1.26.3",
154
+ "@bigbinary/neeto-icons": "^1.9.22",
155
+ "@bigbinary/neeto-molecules": "^1.0.9",
156
+ "@bigbinary/neetoui": "^4.4.10",
157
+ "@honeybadger-io/react": "^2.0.1",
158
+ "axios": "^0.27.2",
159
+ "classnames": "^2.3.2",
160
+ "formik": "^2.2.9",
161
+ "i18next": "23.2.7",
162
+ "js-logger": "^1.6.1",
163
+ "mixpanel-browser": "^2.45.0",
164
+ "ramda": "^0.29.0",
165
+ "react": "18.2.0",
166
+ "react-dom": "18.2.0",
167
+ "react-helmet": "^6.1.0",
168
+ "react-i18next": "13.0.1",
146
169
  "react-query": "3.39.2",
147
- "react-router-dom": "5.3.1",
148
- "react-toastify": "8.0.2",
149
- "yup": "0.32.11"
170
+ "react-router-dom": "5.3.3",
171
+ "react-toastify": "8.2.0",
172
+ "yup": "^0.32.11",
173
+ "zustand": "4.3.2"
174
+ },
175
+ "resolutions": {
176
+ "postcss": "^8"
177
+ },
178
+ "engines": {
179
+ "node": ">=18.12",
180
+ "npm": ">=9",
181
+ "yarn": ">=1.22"
150
182
  },
151
183
  "dependencies": {
152
- "react_ujs": "^3.1.1"
184
+ "react-router-nav-prompt": "0.4.1",
185
+ "source-map-loader": "^4.0.1",
186
+ "zustand": "4.3.2"
153
187
  }
154
188
  }
package/types.d.ts CHANGED
@@ -1,79 +1,3 @@
1
1
  import React from "react";
2
- import { Fn } from "ramda";
3
- import { ButtonProps, PaneProps } from "neetoui";
4
- import {
5
- UseQueryResult,
6
- UseQueryOptions,
7
- } from "react-query";
8
2
 
9
- declare global {
10
- declare module "assets/*"
11
- }
12
-
13
- interface Field {
14
- name: string;
15
- value: string;
16
- }
17
-
18
- interface ConnectProps {
19
- handleRedirectToSlack: Fn;
20
- isAuthorizeUrlFetching: boolean;
21
- }
22
-
23
- interface ConfigureProps {
24
- children?: Fn | React.ReactNode;
25
- teamName: string;
26
- slackUrl: string;
27
- initialFormValues: object;
28
- handleSubmit: Fn;
29
- isSubmitting: boolean;
30
- className?: string;
31
- validationSchema?: object;
32
- channelRefreshHandler?: Fn;
33
- channelSelectLabel?: string;
34
- }
35
-
36
- interface FinishProps {
37
- children?: React.ReactNode;
38
- teamName: string;
39
- fields?: Field[];
40
- buttonProps?: Partial<ButtonProps>;
41
- secondaryButtonProps?: Partial<ButtonProps>;
42
- onSuccess: Fn;
43
- onBack?: Fn;
44
- }
45
-
46
- interface SettingsProps {
47
- children?: Fn | React.ReactNode;
48
- teamName: string;
49
- fields: Field[];
50
- className?: string;
51
- onEdit: Fn;
52
- }
53
-
54
- interface SettingsPaneProps {
55
- initialFormValues: object;
56
- handleSubmit: Fn;
57
- isSubmitting?: boolean;
58
- validationSchema?: object;
59
- channelRefreshHandler?: Fn;
60
- title?: string;
61
- isPaneOpen: boolean;
62
- children?: Fn | React.ReactNode;
63
- onClose: Fn;
64
- paneProps?: Partial<PaneProps>;
65
- }
66
- interface SlackStatusHookOptions extends UseQueryOptions {
67
- integrableId: string;
68
- integrableType: string;
69
- }
70
-
71
- export const Connect: React.FC<ConnectProps>;
72
- export const Configure: React.FC<ConfigureProps>;
73
- export const Finish: React.FC<FinishProps>;
74
-
75
- export const Settings: React.FC<SettingsProps> & {
76
- EditPane: React.FC<SettingsPaneProps>;
77
- };
78
-
79
- export const useFetchSlackIntegrationsStatus: (options?: SlackStatusHookOptions) => UseQueryResult;
3
+ export const WelcomeScreen = React.FC<{}>;