Skip to content

Commit

Permalink
New react components (#133)
Browse files Browse the repository at this point in the history
* added nestedTable, filtercard and formcards

* updated versions
  • Loading branch information
Swathi-eGov authored Oct 7, 2024
1 parent 1b2a882 commit 22b0912
Show file tree
Hide file tree
Showing 54 changed files with 3,703 additions and 566 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.36",
"version": "0.0.2-beta.37",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions react/css/src/digitv2/components/dividerV2.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.digit-divider {
border: theme(digitv2.divider.dividerS);
width: 100%;
margin: theme(digitv2.spacers.spacer0);

&.medium {
border: theme(digitv2.divider.dividerM);
Expand Down
Loading

0 comments on commit 22b0912

Please sign in to comment.