Skip to content

Commit

Permalink
css package update
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Oct 3, 2024
1 parent 5248f9b commit 470b90d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.0-alpha.6/dist/index.css" />

<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.0.2-beta.34/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.0.72-campaign/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.0.73-campaign/dist/index.css" />

<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.0.50-microplan/dist/index.css" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-css",
"version": "1.0.72-campaign",
"version": "1.0.73-campaign",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <jagan.kumar@egov.org.in>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,5 @@
cursor:'pointer';
color:"orange";
margin-top: '0.2rem';


}

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SubBoundaryView from "./subBoundaryView";
import HeaderComp from "./HeaderComp";
import { Card } from "@egovernments/digit-ui-components";
import BoundaryKpi from "./BoundaryKpi";
import { unstable_batchedUpdates } from "react-dom";


const CampaignBoundary = ({customProps}) => {
const { dispatch, state } = useMyContext();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const CampaignDetails = ({onSelect,props:customProps,...props}) => {
return <Loader />
}

console.log("state",state);


return (
<Card >
Expand Down

0 comments on commit 470b90d

Please sign in to comment.