Skip to content

Commit b10b750

Browse files
committed
Merge branch 'main' of github.com:devtron-labs/devtron-fe-common-lib into chore/release-main-merge
2 parents bd70cb8 + 725dbb4 commit b10b750

File tree

428 files changed

+14523
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

428 files changed

+14523
-93
lines changed

.eslintrc.cjs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
module.exports = {
218
parser: '@typescript-eslint/parser',
319
plugins: ['@typescript-eslint', 'react', 'prettier'],

.husky/pre-commit

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
#!/bin/sh
2+
#
3+
# Copyright (c) 2024. Devtron Inc.
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
17+
218
. "$(dirname "$0")/_/husky.sh"
319

420
npx tsc --noEmit

.prettierrc.cjs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
module.exports = {
218
semi: false,
319
trailingComma: 'all',

package-lock.json

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.84-beta-11",
3+
"version": "0.0.87-beta-1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -39,12 +39,13 @@
3939
"@testing-library/jest-dom": "^5.16.2",
4040
"@testing-library/react": "^12.1.4",
4141
"@tippyjs/react": "^4.2.0",
42+
"@typeform/embed-react": "2.20.0",
4243
"@types/react": "17.0.39",
4344
"@types/react-dom": "17.0.13",
4445
"@types/react-router-dom": "^5.3.3",
45-
"@vitejs/plugin-react": "^4.0.3",
4646
"@typescript-eslint/eslint-plugin": "^6.17.0",
4747
"@typescript-eslint/parser": "^6.17.0",
48+
"@vitejs/plugin-react": "^4.0.3",
4849
"eslint": "^8.56.0",
4950
"eslint-config-airbnb": "^19.0.4",
5051
"eslint-config-prettier": "^9.1.0",
@@ -53,45 +54,46 @@
5354
"eslint-plugin-prettier": "^5.1.2",
5455
"eslint-plugin-react": "^7.33.2",
5556
"eslint-plugin-react-hooks": "^4.6.0",
57+
"glob": "^10.3.3",
5658
"husky": "^7.0.4",
5759
"lint-staged": "^12.5.0",
58-
"glob": "^10.3.3",
5960
"moment": "^2.29.4",
6061
"monaco-editor": "0.44.0",
6162
"monaco-yaml": "5.1.1",
6263
"react-monaco-editor": "^0.55.0",
6364
"prettier": "^3.1.1",
64-
"react-select": "5.2.2",
6565
"react-ga4": "^1.4.1",
66-
"@typeform/embed-react": "2.20.0",
66+
"react-mde": "^11.5.0",
67+
"react-select": "5.2.2",
6768
"react-toastify": "^8.2.0",
6869
"typescript": "^4.9.4",
6970
"vite": "^4.5.3",
7071
"vite-plugin-dts": "^3.5.1",
7172
"vite-plugin-lib-inject-css": "^1.2.0",
72-
"vite-plugin-svgr": "^2.4.0",
73-
"react-mde": "^11.5.0"
74-
73+
"vite-plugin-svgr": "^2.4.0"
7574
},
7675
"peerDependencies": {
7776
"@rjsf/core": "^5.13.3",
7877
"@rjsf/utils": "^5.13.3",
7978
"@rjsf/validator-ajv8": "^5.13.3",
79+
"@typeform/embed-react": "2.20.0",
80+
"dompurify": "^3.0.2",
81+
"marked": "4.3.0",
8082
"react": "^17.0.2",
8183
"react-dom": "^17.0.2",
82-
"react-router": "^5.3.0",
83-
"react-router-dom": "^5.3.0",
8484
"react-draggable": "^4.4.5",
85-
"marked": "4.3.0",
86-
"dompurify": "^3.0.2",
8785
"react-ga4": "^1.4.1",
88-
"@typeform/embed-react": "2.20.0",
89-
"yaml": "^2.4.1",
90-
"react-mde": "^11.5.0"
86+
"react-mde": "^11.5.0",
87+
"react-router": "^5.3.0",
88+
"react-router-dom": "^5.3.0",
89+
"rxjs": "^7.8.1",
90+
"yaml": "^2.4.1"
9191
},
9292
"dependencies": {
93+
"ansi_up": "^5.2.1",
9394
"fast-json-patch": "^3.1.1",
9495
"jsonpath-plus": "^7.2.0",
96+
"react-monaco-editor": "^0.54.0",
9597
"sass": "^1.69.7",
9698
"tslib": "^2.4.1"
9799
}

src/Assets/Icon/ic-abort.svg

Lines changed: 16 additions & 0 deletions
Loading

src/Assets/Icon/ic-add.svg

Lines changed: 16 additions & 0 deletions
Loading

src/Assets/Icon/ic-appstatus-cancelled.svg

Lines changed: 16 additions & 0 deletions
Loading

src/Assets/Icon/ic-arrow-backward.svg

Lines changed: 19 additions & 0 deletions
Loading

src/Assets/Icon/ic-arrow-counter-clockwise.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)