Skip to content

Commit

Permalink
FEATURE/SN-368 : Workbench module enahancement to have auto localisat…
Browse files Browse the repository at this point in the history
…ion creation for mdms data create (#2058)

* localization fixes

* localization fixes

* updated

* localization changes

* mdms edit updated

* keystroke fix

* css fixes

* inter package json updated

* ui cusotmization

* cleanup console

* removed console log

* updated mdms edit

* cleanup console log

* console cleanup

* cleanup console

* review changes

* review fixes

* css version updated

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* index.html css version corrected

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* css version changed in index.html

* css updated and review changes

* review changes

* added comments back

* Update micro-ui/web/micro-ui-internals/packages/modules/workbench/src/components/DigitJSONForm.js

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* coderabbit changes

---------

Co-authored-by: Jagankumar <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 6, 2025
1 parent 5e2fe14 commit 629d3ef
Show file tree
Hide file tree
Showing 15 changed files with 716 additions and 320 deletions.
1 change: 1 addition & 0 deletions micro-ui/web/core/inter-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"resolutions": {
"**/@babel/runtime": "7.20.1",
"**/babel-preset-react-app": "10.0.0",
"**/@babel/traverse":"7.25.9",
"**/ajv": "8.11.2",
"fast-uri":"2.1.0"
},
Expand Down
1 change: 1 addition & 0 deletions micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"resolutions": {
"**/@babel/runtime": "7.20.1",
"**/babel-preset-react-app": "10.0.0",
"**/@babel/traverse":"7.25.9",
"**/styled-components": "5.0.0",
"fast-uri":"2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/micro-ui-internals/packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-css",
"version": "1.8.10",
"version": "1.8.11",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1047,4 +1047,58 @@ user-select: none;
.diff-code-insert {
background-color: #eaffee;
}
}

}


.code-details {
padding: 0.5rem 1.5rem;
background-color: #f9f9f9;
border: 0.125rem solid #e0e0e0;
border-radius: 0.25rem;
}

.code-row {
display: flex;
align-items: flex-start;
margin-bottom: 0.75rem;

&:last-child {
margin-bottom: 0;
}
}

.code-key {
flex: 0 0 9rem;
font-size: 0.9rem;
font-weight: bold;
color: #444;
text-align: left;
line-height: 1.2rem;
}

.code-value-container {
display: flex;
flex-direction: column;
flex: 1;
margin-left: 0.5rem;
align-items: flex-start;
}

.code-value {
font-size: 0.9rem;
color: #555;
line-height: 1.2rem;
}












Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ export const UICustomizations = {
}
},
},
};
};
Loading

0 comments on commit 629d3ef

Please sign in to comment.