Skip to content

Commit

Permalink
Merge pull request #69 from egovernments/Uploader-DPG-2264
Browse files Browse the repository at this point in the history
Merged #69 into develop.
  • Loading branch information
Swathi-eGov authored May 24, 2024
2 parents 3868454 + 23cb581 commit 16e3b57
Show file tree
Hide file tree
Showing 21 changed files with 1,614 additions and 449 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.19 Added Uploader Variants
1.8.2-coreui.18 Updated Text-Secondary color typography
1.8.2-coreui.17 Updated RemoveableTag styles
1.8.2-coreui.16 Updated numeric type to disable input and use only buttons
Expand Down
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.18",
"version": "1.8.2-coreui.19",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion react/css/src/digitv2/components/buttonsV2.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url("../index.scss");

.icon-label-container {
@apply w-full flex max-w-full items-center;
@apply flex max-w-full items-center;
gap: theme(digitv2.spacers.spacer2);

&.small,
Expand Down
Loading

0 comments on commit 16e3b57

Please sign in to comment.