Skip to content

Commit

Permalink
Update Nested and Tree variants (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swathi-eGov authored May 3, 2024
1 parent e06495a commit 3afe384
Show file tree
Hide file tree
Showing 17 changed files with 1,929 additions and 1,199 deletions.
1 change: 1 addition & 0 deletions react/css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ frontend/micro-ui/web/public/index.html
# Changelog
```bash
1.8.2-coreui.10 dropdown options card height updated
1.8.2-coreui.9 enhancements of components
1.8.2-coreui.8 updated css of loader
1.8.2-coreui.7 updated header and textinput classnames
Expand Down
2,852 changes: 1,720 additions & 1,132 deletions react/css/example/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react/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.2-coreui.9",
"version": "1.8.2-coreui.10",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
.digit-multiselectdropdown-server {
top: 2.5rem;
@apply absolute z-20 bg-white overflow-x-hidden overflow-y-auto;
max-height: 70vmax;
max-height: 20vmax;
box-shadow: 0rem 0.063rem 0.275rem 0rem #00000026;
width: 100% !important;
}
Expand Down
6 changes: 3 additions & 3 deletions react/css/src/digitv2/components/selectdropdownV2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
.digit-dropdown-options-card {
width: 100% !important;
box-shadow: 0rem 0.063rem 0.275rem 0rem #00000026;
max-height: 70vmax;
max-height: 20vmax;
@apply absolute z-20 bg-white max-w-full overflow-y-auto overflow-x-hidden;

p {
Expand Down Expand Up @@ -432,8 +432,8 @@
.digit-dropdown-options-card {
width: 100% !important;
box-shadow: 0rem 0.063rem 0.275rem 0rem #00000026;
@apply absolute z-20 bg-white overflow-y-auto overflow-x-hidden;
max-height: 70vmax;
@apply z-20 bg-white overflow-y-auto overflow-x-hidden;
max-height: 20vmax;

p {
@extend .light-text-color-primary;
Expand Down
2 changes: 1 addition & 1 deletion react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "webpack --mode production"
},
"dependencies": {
"@egovernments/digit-ui-components": "0.0.1-beta.12",
"@egovernments/digit-ui-components": "0.0.1-beta.13",
"@egovernments/digit-ui-libraries": "1.8.2-beta.1",
"@egovernments/digit-ui-module-common": "1.7.10",
"@egovernments/digit-ui-module-core": "1.8.1-beta.6",
Expand Down
2 changes: 1 addition & 1 deletion react/example/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
rel='stylesheet' type='text/css'>
<link
rel="stylesheet"
href="https://unpkg.com/@egovernments/[email protected].8/dist/index.css"
href="https://unpkg.com/@egovernments/[email protected].10/dist/index.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#00bcd1" />
Expand Down
2 changes: 1 addition & 1 deletion react/modules/Project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.8.1-beta.4",
"@egovernments/digit-ui-components": "0.0.1-beta.12",
"@egovernments/digit-ui-components": "0.0.1-beta.13",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-date-range": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion react/modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@egovernments/digit-ui-components": "0.0.1-beta.12",
"@egovernments/digit-ui-components": "0.0.1-beta.13",
"@egovernments/digit-ui-react-components": "1.8.1-beta.4",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion react/modules/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@egovernments/digit-ui-react-components": "1.8.1-beta.4",
"@egovernments/digit-ui-components": "0.0.1-beta.12",
"@egovernments/digit-ui-components": "0.0.1-beta.13",
"react": "17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@egovernments/digit-ui-module-sample": "0.0.1",
"@egovernments/digit-ui-react-components": "1.7.10",
"@egovernments/digit-ui-svg-components": "1.0.4",
"@egovernments/digit-ui-components": "0.0.1-beta.12",
"@egovernments/digit-ui-components": "0.0.1-beta.13",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "4.0.0",
"css-loader": "5.2.6",
Expand Down
1 change: 1 addition & 0 deletions react/ui-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ yarn storybook
# Changelog

```bash
0.0.1-beta.13 nested and tree dropdown varinat updated
0.0.1-beta.12 enhancements of components
0.0.1-beta.11 updated mobilenumber classname
0.0.1-beta.10 updated header and textinput classnames
Expand Down
4 changes: 2 additions & 2 deletions react/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-components",
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dist"
],
"dependencies": {
"@egovernments/digit-ui-css": "1.8.2-coreui.8",
"@egovernments/digit-ui-css": "1.8.2-coreui.10",
"@egovernments/digit-ui-libraries": "1.8.1-beta.1",
"@egovernments/digit-ui-svg-components": "1.0.4",
"@googlemaps/js-api-loader": "1.13.10",
Expand Down
Loading

0 comments on commit 3afe384

Please sign in to comment.