Skip to content

Commit 0eb0556

Browse files
committed
Merge branch 'main' of https://github.com/devtron-labs/devtron-fe-common-lib into feat/swap-traffic
2 parents 8814d91 + 1a34211 commit 0eb0556

File tree

191 files changed

+5658
-1302
lines changed

Some content is hidden

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

191 files changed

+5658
-1302
lines changed

.eslintignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ src/Common/BreadCrumb/BreadcrumbStore.tsx
1010
src/Common/CIPipeline.Types.ts
1111
src/Common/ChartVersionAndTypeSelector.tsx
1212
src/Common/Checkbox.tsx
13-
src/Common/ClipboardButton/ClipboardButton.tsx
1413
src/Common/ClipboardButton/__tests__/ClipboardButton.test.tsx
1514
src/Common/CodeEditor/CodeEditor.tsx
1615
src/Common/Common.service.ts
1716
src/Common/CustomInput/CustomInput.tsx
1817
src/Common/CustomTagSelector/PropagateTagInfo.tsx
19-
src/Common/CustomTagSelector/ResizableTagTextArea.tsx
2018
src/Common/CustomTagSelector/TagDetails.tsx
21-
src/Common/CustomTagSelector/TagLabelSelect.tsx
2219
src/Common/CustomTagSelector/TagLabelValueSelector.tsx
23-
src/Common/CustomTagSelector/TagSelector.utils.ts
2420
src/Common/CustomTagSelector/ValidationRules.ts
2521
src/Common/DebouncedSearch/DebouncedSearch.tsx
2622
src/Common/DebouncedSearch/Utils.ts

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ typings/
105105

106106
.DS_Store
107107
.npmrc
108+
.build-cache

package-lock.json

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

package.json

Lines changed: 16 additions & 8 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.6.5-beta-6",
3+
"version": "1.3.0-patch-4",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -35,18 +35,20 @@
3535
},
3636
"devDependencies": {
3737
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
38+
"@laynezh/vite-plugin-lib-assets": "^0.5.26",
3839
"@sentry/browser": "^7.119.1",
3940
"@testing-library/jest-dom": "^5.16.2",
4041
"@testing-library/react": "^12.1.4",
4142
"@tippyjs/react": "^4.2.0",
4243
"@typeform/embed-react": "2.20.0",
44+
"@types/dompurify": "^3.0.5",
4345
"@types/react": "17.0.39",
4446
"@types/react-dom": "17.0.13",
4547
"@types/react-router-dom": "^5.3.3",
4648
"@typescript-eslint/eslint-plugin": "8.3.0",
4749
"@typescript-eslint/parser": "8.3.0",
4850
"@vitejs/plugin-react": "4.3.1",
49-
"eslint": "^8.56.0",
51+
"eslint": "^8.57.1",
5052
"eslint-config-airbnb": "^19.0.4",
5153
"eslint-config-prettier": "^9.1.0",
5254
"eslint-import-resolver-typescript": "^3.6.1",
@@ -59,15 +61,17 @@
5961
"husky": "^7.0.4",
6062
"lint-staged": "^12.5.0",
6163
"moment": "^2.29.4",
62-
"monaco-editor": "0.44.0",
63-
"monaco-yaml": "5.1.1",
6464
"prettier": "^3.1.1",
6565
"react-ga4": "^1.4.1",
66-
"react-mde": "^11.5.0",
6766
"react-toastify": "9.1.3",
67+
"sharp": "^0.33.5",
68+
"svgo": "^3.3.2",
69+
"monaco-editor": "0.44.0",
70+
"monaco-yaml": "5.1.1",
6871
"typescript": "5.5.4",
69-
"vite": "5.4.6",
72+
"vite": "5.4.11",
7073
"vite-plugin-dts": "4.0.3",
74+
"vite-plugin-image-optimizer": "^1.1.8",
7175
"vite-plugin-lib-inject-css": "2.1.1",
7276
"vite-plugin-svgr": "^2.4.0",
7377
"vite-tsconfig-paths": "5.0.1"
@@ -78,7 +82,6 @@
7882
"@rjsf/validator-ajv8": "^5.13.3",
7983
"@typeform/embed-react": "2.20.0",
8084
"dompurify": "^3.0.2",
81-
"marked": "4.3.0",
8285
"react": "^17.0.2",
8386
"react-dom": "^17.0.2",
8487
"react-draggable": "^4.4.5",
@@ -94,13 +97,18 @@
9497
"ansi_up": "^5.2.1",
9598
"dayjs": "^1.11.13",
9699
"fast-json-patch": "^3.1.1",
100+
"framer-motion": "^6.5.1",
97101
"jsonpath-plus": "^10.0.0",
102+
"marked": "^13.0.3",
98103
"react-dates": "^21.8.0",
99104
"react-monaco-editor": "^0.54.0",
105+
"react-diff-viewer-continued": "^3.4.0",
100106
"sass": "^1.69.7",
101107
"tslib": "2.7.0"
102108
},
103109
"overrides": {
110+
"cross-spawn": "^7.0.5",
111+
"nanoid": "^3.3.8",
104112
"react-dates": {
105113
"react": "^17.0.2",
106114
"react-dom": "^17.0.2"
@@ -109,7 +117,7 @@
109117
"monaco-editor": "0.44.0"
110118
},
111119
"vite-plugin-svgr": {
112-
"vite": "5.4.6"
120+
"vite": "5.4.11"
113121
}
114122
}
115123
}

src/Assets/Icon/ic-clear-square.svg

Lines changed: 8 additions & 0 deletions
Loading

src/Assets/Icon/ic-cloud-upload.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Assets/Icon/ic-file-code.svg

Lines changed: 2 additions & 2 deletions
Loading

src/Assets/Icon/ic-hash.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Assets/Icon/ic-info-outline.svg

Lines changed: 4 additions & 0 deletions
Loading

src/Assets/Icon/ic-medal.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)