Skip to content

Commit bf4feed

Browse files
committed
Merge branches 'feat/rb-keyboard-nav' and 'develop' of github.com:devtron-labs/devtron-fe-common-lib into feat/rb-keyboard-nav
2 parents a451b86 + ff7f0c0 commit bf4feed

File tree

75 files changed

+1551
-575
lines changed

Some content is hidden

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

75 files changed

+1551
-575
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ src/Common/Drawer/Drawer.tsx
3030
src/Common/Grid/Grid.tsx
3131
src/Common/Helper.tsx
3232
src/Common/Hooks/UseClickOutside/UseClickOutside.tsx
33-
src/Common/Hooks/UseSuperAdmin/UseSuperAdmin.tsx
3433
src/Common/Hooks/UseWindowSize/UseWindowSize.tsx
3534
src/Common/ImageTags.tsx
3635
src/Common/InfoColorBar/InfoColourbar.tsx

package-lock.json

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

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.8.3",
3+
"version": "1.8.9",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -103,9 +103,12 @@
103103
"@codemirror/legacy-modes": "6.4.2",
104104
"@codemirror/lint": "6.8.4",
105105
"@codemirror/search": "6.5.8",
106+
"@lezer/highlight": "1.2.1",
107+
"@replit/codemirror-indentation-markers": "6.5.3",
106108
"@replit/codemirror-vscode-keymap": "6.0.2",
107109
"@types/react-dates": "^21.8.6",
108-
"@uiw/codemirror-theme-github": "^4.23.7",
110+
"@uiw/codemirror-extensions-hyper-link": "4.23.10",
111+
"@uiw/codemirror-theme-github": "4.23.7",
109112
"@uiw/react-codemirror": "4.23.7",
110113
"ansi_up": "^5.2.1",
111114
"codemirror-json-schema": "0.8.0",
@@ -118,11 +121,11 @@
118121
"react-codemirror-merge": "4.23.6",
119122
"react-dates": "^21.8.0",
120123
"react-diff-viewer-continued": "^3.4.0",
124+
"react-draggable": "^4.4.5",
121125
"react-monaco-editor": "^0.54.0",
122126
"react-virtualized-sticky-tree": "^3.0.0-beta18",
123127
"sass": "^1.69.7",
124-
"tslib": "2.7.0",
125-
"react-draggable": "^4.4.5"
128+
"tslib": "2.7.0"
126129
},
127130
"overrides": {
128131
"cross-spawn": "^7.0.5",

src/Assets/IconV2/ic-arrow-right.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Assets/IconV2/ic-crown.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Assets/IconV2/ic-logout.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

src/Assets/IconV2/ic-user-key.svg

Lines changed: 4 additions & 0 deletions
Loading

src/Common/AddCDButton/AddCDButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const TooltipContent = ({ tooltipContent }: TooltipContentProps) => {
2222
if (tooltipContent) {
2323
return (
2424
<div className="dc__white-space-pre-wrap">
25-
<p className="m-0 cn-0 fs-12 fw-6 lh-18">Click to add</p>
25+
<p className="m-0 fs-12 fw-6 lh-18">Click to add</p>
2626

2727
{tooltipContent}
2828
</div>

src/Common/ChartVersionAndTypeSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const ChartVersionAndTypeSelector = ({ setSelectedChartRefId }: ChartVersionAndT
7575
}
7676

7777
return (
78-
<div className="flex">
78+
<div className="flex left">
7979
<div className="chart-type-options flex" data-testid="chart-type-options">
8080
<span className="cn-7 mr-4">Chart Type</span>
8181
<SelectPicker

0 commit comments

Comments
 (0)