Skip to content

Commit

Permalink
rename same animation name (#127)
Browse files Browse the repository at this point in the history
* rename same animation name

* version update

---------

Co-authored-by: NabeelAyubee <[email protected]>
  • Loading branch information
nabeelmd-eGov and NabeelAyubee authored Sep 13, 2024
1 parent 2156cf1 commit 4d424ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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-components-css",
"version": "0.0.2-beta.31",
"version": "0.0.2-beta.32",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions react/css/src/digitv2/components/uploaderV2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

@media (max-width: 30rem) {
height: 7.625rem;
animation: slideInFromBottom 0.5s ease-out forwards;
animation: slideInFromBottomUploader 0.5s ease-out forwards;
}


Expand Down Expand Up @@ -622,7 +622,7 @@

}

@keyframes slideInFromBottom {
@keyframes slideInFromBottomUploader {
from {
transform: translateY(100%);
}
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@egovernments/digit-ui-libraries": "1.8.2-beta.1",
"@egovernments/digit-ui-components-css":"0.0.2-beta.31",
"@egovernments/digit-ui-components-css":"0.0.2-beta.32",
"@egovernments/digit-ui-module-core": "1.8.1-beta.6",
"@egovernments/digit-ui-module-project": "0.3.4",
"@egovernments/digit-ui-module-sample": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion react/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dist"
],
"dependencies": {
"@egovernments/digit-ui-components-css": "0.0.2-beta.31",
"@egovernments/digit-ui-components-css": "0.0.2-beta.32",
"@egovernments/digit-ui-libraries": "1.8.1-beta.1",
"@egovernments/digit-ui-svg-components": "1.0.11",
"@googlemaps/js-api-loader": "1.13.10",
Expand Down

0 comments on commit 4d424ef

Please sign in to comment.